diff --git a/6266/app.js b/6266/app.js deleted file mode 100644 index ffbd536b662..00000000000 --- a/6266/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/6266/plugin/behaviors/index.js b/6266/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/6266/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/6266/plugin/packages/index.js b/6266/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/6266/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/6266/plugin/screen-diff/index.js b/6266/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/6266/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/6266/plugin/screen-diff/styles.css b/6266/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/6266/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/6266/styles.css b/6266/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/6266/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/6266/widgets/behaviors.json b/6266/widgets/behaviors.json deleted file mode 100644 index e32bac2ea79..00000000000 --- a/6266/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":700,"items":[]} \ No newline at end of file diff --git a/6266/widgets/categories-trend.json b/6266/widgets/categories-trend.json deleted file mode 100644 index 8efd8a18f1b..00000000000 --- a/6266/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6266,"reportUrl":"https://waku-org.github.io/js-waku/6266/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6265,"reportUrl":"https://waku-org.github.io/js-waku/6265/","reportName":"Allure Report with history","data":{}},{"buildOrder":6264,"reportUrl":"https://waku-org.github.io/js-waku/6264/","reportName":"Allure Report with history","data":{}},{"buildOrder":6263,"reportUrl":"https://waku-org.github.io/js-waku/6263/","reportName":"Allure Report with history","data":{}},{"buildOrder":6262,"reportUrl":"https://waku-org.github.io/js-waku/6262/","reportName":"Allure Report with history","data":{}},{"buildOrder":6261,"reportUrl":"https://waku-org.github.io/js-waku/6261/","reportName":"Allure Report with history","data":{}},{"buildOrder":6260,"reportUrl":"https://waku-org.github.io/js-waku/6260/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6259,"reportUrl":"https://waku-org.github.io/js-waku/6259/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6258,"reportUrl":"https://waku-org.github.io/js-waku/6258/","reportName":"Allure Report with history","data":{}},{"buildOrder":6257,"reportUrl":"https://waku-org.github.io/js-waku/6257/","reportName":"Allure Report with history","data":{"Test defects":4}},{"buildOrder":6256,"reportUrl":"https://waku-org.github.io/js-waku/6256/","reportName":"Allure Report with history","data":{}},{"buildOrder":6255,"reportUrl":"https://waku-org.github.io/js-waku/6255/","reportName":"Allure Report with history","data":{}},{"buildOrder":6254,"reportUrl":"https://waku-org.github.io/js-waku/6254/","reportName":"Allure Report with history","data":{}},{"buildOrder":6253,"reportUrl":"https://waku-org.github.io/js-waku/6253/","reportName":"Allure Report with history","data":{}},{"buildOrder":6252,"reportUrl":"https://waku-org.github.io/js-waku/6252/","reportName":"Allure Report with history","data":{}},{"buildOrder":6251,"reportUrl":"https://waku-org.github.io/js-waku/6251/","reportName":"Allure Report with history","data":{}},{"buildOrder":6250,"reportUrl":"https://waku-org.github.io/js-waku/6250/","reportName":"Allure Report with history","data":{}},{"buildOrder":6249,"reportUrl":"https://waku-org.github.io/js-waku/6249/","reportName":"Allure Report with history","data":{}},{"buildOrder":6248,"reportUrl":"https://waku-org.github.io/js-waku/6248/","reportName":"Allure Report with history","data":{}},{"buildOrder":6247,"reportUrl":"https://waku-org.github.io/js-waku/6247/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/6266/widgets/categories.json b/6266/widgets/categories.json deleted file mode 100644 index c4db438f048..00000000000 --- a/6266/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"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 diff --git a/6266/widgets/duration-trend.json b/6266/widgets/duration-trend.json deleted file mode 100644 index 24648dfffe4..00000000000 --- a/6266/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6266,"reportUrl":"https://waku-org.github.io/js-waku/6266/","reportName":"Allure Report with history","data":{"duration":650041}},{"buildOrder":6265,"reportUrl":"https://waku-org.github.io/js-waku/6265/","reportName":"Allure Report with history","data":{"duration":671234}},{"buildOrder":6264,"reportUrl":"https://waku-org.github.io/js-waku/6264/","reportName":"Allure Report with history","data":{"duration":654285}},{"buildOrder":6263,"reportUrl":"https://waku-org.github.io/js-waku/6263/","reportName":"Allure Report with history","data":{"duration":309811}},{"buildOrder":6262,"reportUrl":"https://waku-org.github.io/js-waku/6262/","reportName":"Allure Report with history","data":{"duration":661414}},{"buildOrder":6261,"reportUrl":"https://waku-org.github.io/js-waku/6261/","reportName":"Allure Report with history","data":{"duration":308119}},{"buildOrder":6260,"reportUrl":"https://waku-org.github.io/js-waku/6260/","reportName":"Allure Report with history","data":{"duration":652665}},{"buildOrder":6259,"reportUrl":"https://waku-org.github.io/js-waku/6259/","reportName":"Allure Report with history","data":{"duration":599182}},{"buildOrder":6258,"reportUrl":"https://waku-org.github.io/js-waku/6258/","reportName":"Allure Report with history","data":{"duration":311601}},{"buildOrder":6257,"reportUrl":"https://waku-org.github.io/js-waku/6257/","reportName":"Allure Report with history","data":{"duration":312553}},{"buildOrder":6256,"reportUrl":"https://waku-org.github.io/js-waku/6256/","reportName":"Allure Report with history","data":{}},{"buildOrder":6255,"reportUrl":"https://waku-org.github.io/js-waku/6255/","reportName":"Allure Report with history","data":{"duration":311763}},{"buildOrder":6254,"reportUrl":"https://waku-org.github.io/js-waku/6254/","reportName":"Allure Report with history","data":{"duration":311843}},{"buildOrder":6253,"reportUrl":"https://waku-org.github.io/js-waku/6253/","reportName":"Allure Report with history","data":{"duration":299408}},{"buildOrder":6252,"reportUrl":"https://waku-org.github.io/js-waku/6252/","reportName":"Allure Report with history","data":{"duration":300316}},{"buildOrder":6251,"reportUrl":"https://waku-org.github.io/js-waku/6251/","reportName":"Allure Report with history","data":{"duration":305969}},{"buildOrder":6250,"reportUrl":"https://waku-org.github.io/js-waku/6250/","reportName":"Allure Report with history","data":{"duration":305302}},{"buildOrder":6249,"reportUrl":"https://waku-org.github.io/js-waku/6249/","reportName":"Allure Report with history","data":{"duration":335335}},{"buildOrder":6248,"reportUrl":"https://waku-org.github.io/js-waku/6248/","reportName":"Allure Report with history","data":{"duration":301488}},{"buildOrder":6247,"reportUrl":"https://waku-org.github.io/js-waku/6247/","reportName":"Allure Report with history","data":{"duration":653122}}] \ No newline at end of file diff --git a/6266/widgets/duration.json b/6266/widgets/duration.json deleted file mode 100644 index dbb8b2b6264..00000000000 --- a/6266/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"2b5f0926c1483d15","name":"Push message with content topic containing unicode special characters","time":{"start":1706101757842,"stop":1706101757854,"duration":12},"status":"passed","severity":"normal"},{"uid":"1722816f5627e018","name":"Check received message containing special chars","time":{"start":1706101723755,"stop":1706101723755,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7b4f04075cc5a7","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706101719499,"stop":1706101719499,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff37017bbca0cf69","name":"1 Relay, 1 Filter, gives up","time":{"start":1706101165598,"stop":1706101165598,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ddb4782d720a68b","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101401933,"stop":1706101401937,"duration":4},"status":"passed","severity":"normal"},{"uid":"7962844b44eb819c","name":"Query generator for 2000 messages","time":{"start":1706101721138,"stop":1706101721139,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c50f2e4623d783","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706101719496,"stop":1706101719496,"duration":0},"status":"passed","severity":"normal"},{"uid":"df7f7d98ca8c3051","name":"should encode/decode to text encoding","time":{"start":1706101151146,"stop":1706101151146,"duration":0},"status":"passed","severity":"normal"},{"uid":"da0ce6988d2f0661","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706101689283,"stop":1706101689284,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca9c48166c7ef9a","name":"Correctly serialized arguments","time":{"start":1706101459765,"stop":1706101459766,"duration":1},"status":"passed","severity":"normal"},{"uid":"5101ccce05f0f8a","name":"should not fail to stop the service if it was not started","time":{"start":1706101626120,"stop":1706101626120,"duration":0},"status":"passed","severity":"normal"},{"uid":"68db4a9362b5aecd","name":"same cluster, same shard: nodes connect","time":{"start":1706101451789,"stop":1706101451789,"duration":0},"status":"passed","severity":"normal"},{"uid":"b557eb0c3a949574","name":"Encoder throws on empty string content topic","time":{"start":1706101173678,"stop":1706101173678,"duration":0},"status":"passed","severity":"normal"},{"uid":"ede758e92c4f5ae7","name":"should get / set TCP multiaddr","time":{"start":1706101151147,"stop":1706101151147,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4cafa3676e35a3","name":"Check message with no content topic is not received","time":{"start":1706101723792,"stop":1706101723792,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce4368358dc290c","name":"Round trip binary serialization","time":{"start":1706101156102,"stop":1706101156102,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d41161b68cbd8db","name":"Push message with JSON payload","time":{"start":1706101593989,"stop":1706101593989,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6b8cbe7db8f2734","name":"Generator, custom pubsub topic","time":{"start":1706101748587,"stop":1706101748588,"duration":1},"status":"passed","severity":"normal"},{"uid":"89faa8829ccb6b68","name":"Check message with extra parameter is not received","time":{"start":1706101369636,"stop":1706101369636,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab82104a76c7a05c","name":"should set field with all protocols disabled","time":{"start":1706101151149,"stop":1706101151149,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b93a8ba656f0d3a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462552,"stop":1706101462552,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf65a4a3f855be1c","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515227,"stop":1706101515227,"duration":0},"status":"passed","severity":"normal"},{"uid":"7af250e61a2f55e2","name":"Js publishes, other Js receives","time":{"start":1706101500052,"stop":1706101500052,"duration":0},"status":"passed","severity":"normal"},{"uid":"38a54ff648752f3","name":"should throw an error for insufficient data","time":{"start":1706101142632,"stop":1706101142633,"duration":1},"status":"passed","severity":"normal"},{"uid":"d23842624d986979","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706101651745,"stop":1706101651746,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5295985f7b4ad64","name":"Publish message with large meta","time":{"start":1706101530742,"stop":1706101530742,"duration":0},"status":"passed","severity":"normal"},{"uid":"528a9a0b9223091d","name":"Ping on subscribed peer","time":{"start":1706101226587,"stop":1706101226587,"duration":0},"status":"passed","severity":"normal"},{"uid":"c56ec161720eaac2","name":"Push message with escaped characters payload","time":{"start":1706101757826,"stop":1706101757828,"duration":2},"status":"passed","severity":"normal"},{"uid":"7a56f045d71a7a4","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706101545971,"stop":1706101545971,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7f71acb003da4c0","name":"Push message with Arabic payload","time":{"start":1706101593986,"stop":1706101593986,"duration":0},"status":"passed","severity":"normal"},{"uid":"635b0a5cec61d015","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","severity":"normal"},{"uid":"dae4581b8f20512f","name":"Check received message containing short","time":{"start":1706101723752,"stop":1706101723753,"duration":1},"status":"passed","severity":"normal"},{"uid":"5df910f8eff50878","name":"Subscribe to topic containing short and receive message","time":{"start":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","severity":"normal"},{"uid":"3654bf81c141af75","name":"Filter","time":{"start":1706101779467,"stop":1706101779467,"duration":0},"status":"passed","severity":"normal"},{"uid":"19e7ebef4e597a4","name":"Fails to push message with large meta","time":{"start":1706101594022,"stop":1706101594023,"duration":1},"status":"passed","severity":"normal"},{"uid":"915fb11f37eabd0","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101723789,"stop":1706101723790,"duration":1},"status":"passed","severity":"normal"},{"uid":"6486aa592e15dee7","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706101651747,"stop":1706101651748,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e51925bbbcd8a47","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748594,"stop":1706101748594,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec27fc8d30a367cc","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706101530741,"stop":1706101530741,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf5cba08cccf590d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515230,"stop":1706101515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"9024b59401ac691e","name":"Check message with no pubsub topic is not received","time":{"start":1706101723814,"stop":1706101723814,"duration":0},"status":"passed","severity":"normal"},{"uid":"92435cae1fa280fb","name":"should properly compute the node id","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"77a936014a519f6a","name":"Relay - dialed first","time":{"start":1706101779464,"stop":1706101779465,"duration":1},"status":"passed","severity":"normal"},{"uid":"9575de14d834f330","name":"through manual discovery","time":{"start":1706101459696,"stop":1706101459697,"duration":1},"status":"passed","severity":"normal"},{"uid":"d97a5f577b6ed489","name":"Check message received after nwaku node is restarted","time":{"start":1706101723816,"stop":1706101723816,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3609c2f3d25c9bf6","name":"Push message with SQL Injection payload","time":{"start":1706101757818,"stop":1706101757819,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9d327c63e058249","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706101721136,"stop":1706101721137,"duration":1},"status":"passed","severity":"normal"},{"uid":"167a47f1f88a321b","name":"Push message with meta","time":{"start":1706101594018,"stop":1706101594022,"duration":4},"status":"passed","severity":"normal"},{"uid":"5f57f7e2eec0a5d7","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706101792205,"stop":1706101792206,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ecf897d9da9933","name":"Push message with meta","time":{"start":1706101757856,"stop":1706101757857,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f44de90dd934cc","name":"Push message with content topic containing SQL Injection","time":{"start":1706101594002,"stop":1706101594002,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc1919d773f2885","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706101545982,"stop":1706101545983,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5a1ad0d56af140","name":"should set field with all protocols enabled","time":{"start":1706101151149,"stop":1706101151150,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b5513ce278ca015","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706101340882,"stop":1706101340883,"duration":1},"status":"passed","severity":"normal"},{"uid":"9730ea518fab04d","name":"Ping on peer without subscriptions","time":{"start":1706101261572,"stop":1706101261572,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb196b50ec46d1b2","name":"Push message with content topic containing Arabic","time":{"start":1706101594001,"stop":1706101594001,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b80aecbe9c3e68e","name":"A test","time":{"start":1706101414404,"stop":1706101414404,"duration":0},"status":"passed","severity":"normal"},{"uid":"45955f0b1597482c","name":"Check received message containing Russian","time":{"start":1706101723756,"stop":1706101723756,"duration":0},"status":"passed","severity":"normal"},{"uid":"65739b82cbb99d63","name":"Encoder throws on undefined content topic","time":{"start":1706101173678,"stop":1706101173678,"duration":0},"status":"passed","severity":"normal"},{"uid":"231ab900763ebeae","name":"Push message with custom timestamp: 1706097769775","time":{"start":1706101594027,"stop":1706101594027,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa0b6a597c00333","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706101340861,"stop":1706101340862,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6e0dca52514c298","name":"Check received message containing XML","time":{"start":1706101723803,"stop":1706101723803,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4b53f2f03ad50e","name":"Push message with content topic containing Russian","time":{"start":1706101594002,"stop":1706101594002,"duration":0},"status":"passed","severity":"normal"},{"uid":"24f39026bc5c9c7a","name":"should set field with only STORE enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"76b7cb35e9638d1e","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706101165903,"stop":1706101165903,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d3083ee1696f60b3","name":"Check received message with extra option is received","time":{"start":1706101369637,"stop":1706101369637,"duration":0},"status":"passed","severity":"normal"},{"uid":"49cf30a53f5f98a2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101792219,"stop":1706101792219,"duration":0},"status":"passed","severity":"normal"},{"uid":"957b24fc7f0b532d","name":"isConnected should return false after all peers disconnect","time":{"start":1706101227402,"stop":1706101227403,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf55513e81cab51","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101401962,"stop":1706101401963,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dcc9ac67bc1ccb6","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706101545982,"stop":1706101545982,"duration":0},"status":"passed","severity":"normal"},{"uid":"98c8ccecc9f6ad0f","name":"Subscribe to topic containing long and publish message","time":{"start":1706101545974,"stop":1706101545974,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb6cfe2fb75aabf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276344,"stop":1706101276344,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ddabd39524e49ca","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276346,"stop":1706101276347,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a3e07d64d8c010e","name":"Check received message containing emoji","time":{"start":1706101723805,"stop":1706101723806,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec84d49c45e0f2d2","name":"Subscribe to topic containing long and receive message","time":{"start":1706101792207,"stop":1706101792207,"duration":0},"status":"passed","severity":"normal"},{"uid":"69be7b9c80c39c81","name":"Check received message containing unicode special characters","time":{"start":1706101369622,"stop":1706101369622,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1fcb84d8297302","name":"Check message with non string payload is not received","time":{"start":1706101723793,"stop":1706101723793,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7ffa5952ae9ffdd","name":"creates an iterator","time":{"start":1706101763392,"stop":1706101763392,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ea9bd8a9fce4fb","name":"Fails to push message bigger that 1MB","time":{"start":1706101757863,"stop":1706101757868,"duration":5},"status":"passed","severity":"normal"},{"uid":"5c3405a4cb499a27","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706101651746,"stop":1706101651746,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad9903b856304907","name":"Push message with Chinese payload","time":{"start":1706101757813,"stop":1706101757816,"duration":3},"status":"passed","severity":"normal"},{"uid":"30506b1c8b6234c4","name":"Ephemeral messages are not stored","time":{"start":1706101208190,"stop":1706101208191,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa002e4661029e12","name":"Push message with Chinese payload","time":{"start":1706101593985,"stop":1706101593986,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e150c526ca47a65","name":"Push message with custom timestamp: 1675342941217","time":{"start":1706101757860,"stop":1706101757860,"duration":0},"status":"passed","severity":"normal"},{"uid":"d33a22d4f1037953","name":"Push message with long payload","time":{"start":1706101593983,"stop":1706101593983,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ddbf7a62449093","name":"Push message on custom pubsubTopic","time":{"start":1706101462540,"stop":1706101462541,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b7ee3c1d7a1a2ad","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101792214,"stop":1706101792214,"duration":0},"status":"passed","severity":"normal"},{"uid":"85cf4ae691be400b","name":"Encoder throws on undefined content topic","time":{"start":1706101156103,"stop":1706101156104,"duration":1},"status":"passed","severity":"normal"},{"uid":"b012fa43a1d3a59b","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706101214353,"stop":1706101214353,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f22c86aac44afb67","name":"Query Generator - forward","time":{"start":1706101747993,"stop":1706101747993,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c6e683dbe77a55","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706101340884,"stop":1706101340885,"duration":1},"status":"passed","severity":"normal"},{"uid":"a99e92992a50dbe1","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706101165470,"stop":1706101165471,"duration":1},"status":"passed","severity":"normal"},{"uid":"c64f5fcb59eb0597","name":"Push message with content topic containing Script","time":{"start":1706101757839,"stop":1706101757840,"duration":1},"status":"passed","severity":"normal"},{"uid":"820986b3a2d4c168","name":"Push message with custom timestamp: 1706097741217","time":{"start":1706101757860,"stop":1706101757861,"duration":1},"status":"passed","severity":"normal"},{"uid":"81f5edc9ea9d369a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101414349,"stop":1706101414349,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c9cd58738f865e","name":"can start the service","time":{"start":1706101214345,"stop":1706101214346,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcbdd78e8031d96d","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340866,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a172a625b29976d","name":"should use DNS peer discovery with light client","time":{"start":1706101214352,"stop":1706101214352,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e69ad12dd68b08c7","name":"configure the node with multiple pubsub topics","time":{"start":1706101607855,"stop":1706101607855,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8d885c445c73","name":"Check message received after jswaku node is restarted","time":{"start":1706101723815,"stop":1706101723816,"duration":1},"status":"skipped","severity":"normal"},{"uid":"905c3f5a96711f36","name":"Ping on peer without subscriptions","time":{"start":1706101226588,"stop":1706101226588,"duration":0},"status":"passed","severity":"normal"},{"uid":"d364f37505617d0c","name":"caches peers it previously fetched","time":{"start":1706101165900,"stop":1706101165900,"duration":0},"status":"passed","severity":"normal"},{"uid":"a13790ae24eaed76","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706101545978,"stop":1706101545979,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5c558ca838b15b0","name":"Push message with content topic containing emoji","time":{"start":1706101757854,"stop":1706101757855,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d2da5c9d1a93cbb","name":"Check received message containing Russian","time":{"start":1706101369617,"stop":1706101369617,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e8d4893b16e28df","name":"unsubscribes","time":{"start":1706101763393,"stop":1706101763393,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea681b86c0041de9","name":"Push message with short payload","time":{"start":1706101757806,"stop":1706101757807,"duration":1},"status":"passed","severity":"normal"},{"uid":"321f87bb87de6c5","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101792223,"stop":1706101792223,"duration":0},"status":"passed","severity":"normal"},{"uid":"82d9de528f8dbba","name":"Check message received after jswaku node is restarted","time":{"start":1706101723794,"stop":1706101723794,"duration":0},"status":"skipped","severity":"normal"},{"uid":"47aedf077a775b59","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706101227401,"stop":1706101227402,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7231b699b12f5d8","name":"can start and stop the service","time":{"start":1706101214346,"stop":1706101214347,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a6a1db71b69e19","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101792223,"stop":1706101792223,"duration":0},"status":"passed","severity":"normal"},{"uid":"8456b00d2dfd8d66","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706101165903,"stop":1706101165903,"duration":0},"status":"skipped","severity":"normal"},{"uid":"366fe50a6a23865d","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706101340880,"stop":1706101340881,"duration":1},"status":"passed","severity":"normal"},{"uid":"a345eb96f8dd8416","name":"Subscribe and receive messages via lightPush","time":{"start":1706101401930,"stop":1706101401931,"duration":1},"status":"passed","severity":"normal"},{"uid":"f418cd840bf4359d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101264754,"stop":1706101264754,"duration":0},"status":"passed","severity":"normal"},{"uid":"263234f648d8129b","name":"Push message with content topic containing unicode special characters","time":{"start":1706101594016,"stop":1706101594017,"duration":1},"status":"passed","severity":"normal"},{"uid":"90060ba0f29c0f3","name":"Throws when trying to push message with empty payload","time":{"start":1706101593993,"stop":1706101593994,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8853308cdace076","name":"Push message with long payload","time":{"start":1706101757807,"stop":1706101757809,"duration":2},"status":"passed","severity":"normal"},{"uid":"204b1b016eb40b41","name":"Check publish message containing Russian","time":{"start":1706101530688,"stop":1706101530689,"duration":1},"status":"passed","severity":"normal"},{"uid":"c00c1176b7c30989","name":"Check received message containing Russian","time":{"start":1706101723801,"stop":1706101723802,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1df6fafaacd0c37","name":"Refresh subscription","time":{"start":1706101545972,"stop":1706101545973,"duration":1},"status":"skipped","severity":"normal"},{"uid":"42b31b0ba124891e","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706101340886,"stop":1706101340887,"duration":1},"status":"passed","severity":"normal"},{"uid":"e726eab55c264321","name":"Check received message containing special chars","time":{"start":1706101723800,"stop":1706101723800,"duration":0},"status":"passed","severity":"normal"},{"uid":"f577407bc5b32f31","name":"Decoder throws on undefined content topic","time":{"start":1706101156104,"stop":1706101156105,"duration":1},"status":"passed","severity":"normal"},{"uid":"f50749c0ae7a0d1e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340870,"stop":1706101340870,"duration":0},"status":"passed","severity":"normal"},{"uid":"f806d527aef9dd15","name":"Refresh subscription","time":{"start":1706101792217,"stop":1706101792217,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f426df44b8fb88e","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706101164959,"stop":1706101164959,"duration":0},"status":"passed","severity":"normal"},{"uid":"711ecc654cfb8fb6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276341,"stop":1706101276342,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd5394ea260011b3","name":"throws on content topic with empty encoding field","time":{"start":1706101142413,"stop":1706101142413,"duration":0},"status":"passed","severity":"normal"},{"uid":"13ffdb5c53253872","name":"Delete observer","time":{"start":1706101465113,"stop":1706101465113,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a8efe3f2ea02af","name":"Check message on other pubsub topic is not received","time":{"start":1706101369634,"stop":1706101369634,"duration":0},"status":"passed","severity":"normal"},{"uid":"191815312199bc76","name":"Used by Waku Relay","time":{"start":1706101774516,"stop":1706101774516,"duration":0},"status":"passed","severity":"normal"},{"uid":"830a5c6ac6c4282f","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706101142632,"stop":1706101142632,"duration":0},"status":"passed","severity":"normal"},{"uid":"2522364fcad5fe6","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706101171751,"stop":1706101171752,"duration":1},"status":"passed","severity":"normal"},{"uid":"cff75369b5282bab","name":"Check message with invalid timestamp is not received","time":{"start":1706101723808,"stop":1706101723812,"duration":4},"status":"passed","severity":"normal"},{"uid":"ae2dc0ed7e8e076c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748592,"stop":1706101748593,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e7ad21939c3bb00","name":"Check publish message containing Chinese","time":{"start":1706101530682,"stop":1706101530685,"duration":3},"status":"passed","severity":"normal"},{"uid":"b80fecc56741ad81","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340881,"stop":1706101340882,"duration":1},"status":"passed","severity":"normal"},{"uid":"27dd88067b0ee4e7","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748593,"stop":1706101748594,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dee6a3b6bdd0ce5","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706101340859,"stop":1706101340859,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f1f66132b76ed3","name":"Push message with content topic containing special chars","time":{"start":1706101757834,"stop":1706101757835,"duration":1},"status":"passed","severity":"normal"},{"uid":"d155f041245d47b2","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276346,"stop":1706101276346,"duration":0},"status":"passed","severity":"normal"},{"uid":"717ef49f3ecc248f","name":"Subscribe and publish message","time":{"start":1706101545969,"stop":1706101545970,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3552f1c45c37f22","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101792215,"stop":1706101792216,"duration":1},"status":"passed","severity":"normal"},{"uid":"f620c2866462657","name":"Push message with content topic containing XML","time":{"start":1706101757840,"stop":1706101757840,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c9f4e55a5517747","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706101545979,"stop":1706101545980,"duration":1},"status":"passed","severity":"normal"},{"uid":"128f0223e9822986","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515229,"stop":1706101515229,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c2092556d20117","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706101792216,"stop":1706101792216,"duration":0},"status":"passed","severity":"normal"},{"uid":"69ee8ddb8d1a4c5d","name":"Push message with content topic containing numeric","time":{"start":1706101593995,"stop":1706101593995,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c504e9fbf7b3dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462549,"stop":1706101462550,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a3de1f7d56b3768","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101792218,"stop":1706101792218,"duration":0},"status":"passed","severity":"normal"},{"uid":"cedfd10ccfffc6b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706101545971,"stop":1706101545972,"duration":1},"status":"passed","severity":"normal"},{"uid":"a702a9a65b8171f4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340884,"stop":1706101340884,"duration":0},"status":"passed","severity":"normal"},{"uid":"121ea77b7612d6af","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706101545982,"stop":1706101545982,"duration":0},"status":"passed","severity":"normal"},{"uid":"c06b80b026b73353","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101401932,"stop":1706101401932,"duration":0},"status":"passed","severity":"normal"},{"uid":"39cfc08858d043e","name":"Check message received after nwaku node is restarted","time":{"start":1706101723794,"stop":1706101723794,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ada4e0cb9968a30","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101723807,"stop":1706101723807,"duration":0},"status":"passed","severity":"normal"},{"uid":"44e9299329e1d153","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706101689280,"stop":1706101689281,"duration":1},"status":"passed","severity":"normal"},{"uid":"5104076503869d87","name":"Push message with JSON payload","time":{"start":1706101757824,"stop":1706101757825,"duration":1},"status":"passed","severity":"normal"},{"uid":"afa602fa9fadd08d","name":"Push to array if already present","time":{"start":1706101142186,"stop":1706101142186,"duration":0},"status":"passed","severity":"normal"},{"uid":"daedb9739ffa7bd7","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706101208191,"stop":1706101208192,"duration":1},"status":"passed","severity":"normal"},{"uid":"72810d3a17ed36bb","name":"Rejects garbage","time":{"start":1706101159713,"stop":1706101159713,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ef582470585072f","name":"Ping on unsubscribed peer","time":{"start":1706101261570,"stop":1706101261570,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c34fa458650f5d7","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d453aa008882655","name":"Publish without waiting for remote peer","time":{"start":1706101545969,"stop":1706101545969,"duration":0},"status":"passed","severity":"normal"},{"uid":"f08e2bbbcb4b37fd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462551,"stop":1706101462551,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8e8c602b401ed8","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706101150521,"stop":1706101150522,"duration":1},"status":"passed","severity":"normal"},{"uid":"896f28cea0c5f095","name":"Check received message containing Basic HTML tag","time":{"start":1706101723760,"stop":1706101723760,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf7559db5fc49b9","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276340,"stop":1706101276341,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a5c37ba04f654f","name":"should properly create location multiaddrs - udp","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"779df4d8cba99ec2","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706101155849,"stop":1706101155850,"duration":1},"status":"passed","severity":"normal"},{"uid":"239763f9ee54300d","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706101778129,"stop":1706101778130,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5c20b38837673f2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101414343,"stop":1706101414344,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ea5e4707f1651bb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276343,"stop":1706101276344,"duration":1},"status":"passed","severity":"normal"},{"uid":"594fb34bec129665","name":"Subscribe to topic containing Script and publish message","time":{"start":1706101545980,"stop":1706101545980,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a70c27b1a8739e2","name":"Check publish message containing numeric","time":{"start":1706101530682,"stop":1706101530682,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ac8d94c1fbf624d","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101261573,"stop":1706101261573,"duration":0},"status":"passed","severity":"normal"},{"uid":"212a7bbabbab7565","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706101340873,"stop":1706101340877,"duration":4},"status":"passed","severity":"normal"},{"uid":"fd02533f14246d14","name":"Check publish message containing escaped characters","time":{"start":1706101530717,"stop":1706101530718,"duration":1},"status":"passed","severity":"normal"},{"uid":"e69aa69558000744","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101264754,"stop":1706101264754,"duration":0},"status":"passed","severity":"normal"},{"uid":"fefcdfc9ff0106e","name":"Passing page size 10 when there are 10 messages","time":{"start":1706101762915,"stop":1706101762915,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b1274c08627bcf","name":"Publish message with custom timestamp: Wed Jan 24 2024 12:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530732,"stop":1706101530733,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7e4ba270bf3b1f6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706101757840,"stop":1706101757841,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a0305a9cc9a1517","name":"A test","time":{"start":1706101414404,"stop":1706101414405,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a1fab996c75d63a","name":"Push message with custom timestamp: 1675342969775","time":{"start":1706101594024,"stop":1706101594027,"duration":3},"status":"passed","severity":"normal"},{"uid":"a11d9bcfe1c6cec","name":"Check received message containing Chinese","time":{"start":1706101723800,"stop":1706101723800,"duration":0},"status":"passed","severity":"normal"},{"uid":"613eb9ec826aa354","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101792213,"stop":1706101792213,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb9b12b357c5beee","name":"Query with Ordered Callback, No Decoder","time":{"start":1706101689281,"stop":1706101689281,"duration":0},"status":"passed","severity":"normal"},{"uid":"b21228f251f58178","name":"Overlapping topic subscription","time":{"start":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b592b9147f99a13","name":"Check received message containing short","time":{"start":1706101723795,"stop":1706101723795,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3591e1773cce404","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706101545981,"stop":1706101545981,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca407afab1322fb","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706101451786,"stop":1706101451787,"duration":1},"status":"passed","severity":"normal"},{"uid":"42cfde087f491ab0","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706101651748,"stop":1706101651748,"duration":0},"status":"passed","severity":"normal"},{"uid":"db3c7d8e06c22d3c","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","severity":"normal"},{"uid":"791036933a1ecdcc","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101414346,"stop":1706101414346,"duration":0},"status":"passed","severity":"normal"},{"uid":"30891777c99fcefe","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706101340869,"stop":1706101340869,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcec27eae0711689","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101401958,"stop":1706101401958,"duration":0},"status":"passed","severity":"normal"},{"uid":"fae0ec6f8b0f30d8","name":"Push 30 different messages","time":{"start":1706101757830,"stop":1706101757831,"duration":1},"status":"passed","severity":"normal"},{"uid":"cec0dd6135c38244","name":"udp ip6 address","time":{"start":1706101150444,"stop":1706101150445,"duration":1},"status":"passed","severity":"normal"},{"uid":"68555984024392c4","name":"Query with Ordered Callback, No message returned","time":{"start":1706101689282,"stop":1706101689282,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af551c306b24c06","name":"Check publish message containing XML","time":{"start":1706101530703,"stop":1706101530704,"duration":1},"status":"passed","severity":"normal"},{"uid":"d11987b55e09fd17","name":"Check publish message containing long","time":{"start":1706101530681,"stop":1706101530681,"duration":0},"status":"passed","severity":"normal"},{"uid":"48a0c843a8f098e5","name":"Check received message containing SQL Injection","time":{"start":1706101369617,"stop":1706101369617,"duration":0},"status":"passed","severity":"normal"},{"uid":"95afc8afdb905309","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","severity":"normal"},{"uid":"1794bf640345422b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706101340880,"stop":1706101340880,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9825ea4bafdef98","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101414344,"stop":1706101414344,"duration":0},"status":"passed","severity":"normal"},{"uid":"56825b74468c4589","name":"Check received message containing SQL Injection","time":{"start":1706101723757,"stop":1706101723757,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dcfc7e10f2446a4","name":"Push message with content topic containing escaped characters","time":{"start":1706101757842,"stop":1706101757842,"duration":0},"status":"passed","severity":"normal"},{"uid":"519ea8085e3cbaed","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706101340864,"stop":1706101340865,"duration":1},"status":"passed","severity":"normal"},{"uid":"421bc75c49524a76","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706101173677,"stop":1706101173677,"duration":0},"status":"passed","severity":"normal"},{"uid":"48259ac910d0b40e","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706101150523,"stop":1706101150524,"duration":1},"status":"passed","severity":"normal"},{"uid":"452a08c0c03d344a","name":"should properly create location multiaddrs - udp6","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"c104ad33861d21d9","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffd42d15a1a50a23","name":"retrieves a single peer","time":{"start":1706101165898,"stop":1706101165898,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dd2bfdd272702dc","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706101155850,"stop":1706101155850,"duration":0},"status":"passed","severity":"normal"},{"uid":"8baa784094c75539","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748588,"stop":1706101748588,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e6d64304c353d52","name":"should handle a minimal index list","time":{"start":1706101142631,"stop":1706101142631,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dfb975b0ae2e81f","name":"Check received message containing JSON","time":{"start":1706101723804,"stop":1706101723804,"duration":0},"status":"passed","severity":"normal"},{"uid":"711bc0cb816eb8ba","name":"different cluster, different shard: nodes don't connect","time":{"start":1706101340858,"stop":1706101340859,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cf9e666598a718e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101792207,"stop":1706101792208,"duration":1},"status":"passed","severity":"normal"},{"uid":"a14b1bfe4ad63007","name":"Does not throw an exception when node disconnects","time":{"start":1706101774514,"stop":1706101774514,"duration":0},"status":"passed","severity":"normal"},{"uid":"64c86d17829570da","name":"Push message on custom pubsubTopic","time":{"start":1706101462551,"stop":1706101462551,"duration":0},"status":"passed","severity":"normal"},{"uid":"676616a0925929d6","name":"Push message with content topic containing Russian","time":{"start":1706101757837,"stop":1706101757839,"duration":2},"status":"passed","severity":"normal"},{"uid":"23c193197e346db7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101723807,"stop":1706101723807,"duration":0},"status":"passed","severity":"normal"},{"uid":"6efa9dd8369f246b","name":"Check received message containing shell command","time":{"start":1706101723761,"stop":1706101723778,"duration":17},"status":"passed","severity":"normal"},{"uid":"57451d295c7d9fd9","name":"Check message with no payload is not received","time":{"start":1706101723815,"stop":1706101723815,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71da94590d42a4e","name":"should get / set UDP multiaddr","time":{"start":1706101151146,"stop":1706101151147,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cd5ce75f115fce","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276344,"stop":1706101276345,"duration":1},"status":"passed","severity":"normal"},{"uid":"df17ee7f2e9cc21f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101414342,"stop":1706101414343,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e4b2bf86c8fc31f","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706101515229,"stop":1706101515230,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd05d5f71f5d91ab","name":"Query with Promise Callback, No message returned","time":{"start":1706101689285,"stop":1706101689285,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e53f4d8db82af1d","name":"1 Relay, 1 fetch","time":{"start":1706101165596,"stop":1706101165596,"duration":0},"status":"passed","severity":"normal"},{"uid":"a73a6cda054f7e67","name":"Ordered Callback - backward","time":{"start":1706101747995,"stop":1706101747996,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8fcce630d36c11","name":"Check received message containing XML","time":{"start":1706101723759,"stop":1706101723760,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b4050734f1009dd","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101414347,"stop":1706101414348,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a192316cdc33217","name":"Mutual subscription","time":{"start":1706101545968,"stop":1706101545968,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9b6d30c04a008","name":"Subscribe to topic containing XML and publish message","time":{"start":1706101545980,"stop":1706101545981,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8f3614bf2c65c0f","name":"All","time":{"start":1706101205392,"stop":1706101205393,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea8d5d122490fb6","name":"Check received message with timestamp: 1706101190517 ","time":{"start":1706101723806,"stop":1706101723806,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3772e5b484af962","name":"Query Generator, No Decoder","time":{"start":1706101689279,"stop":1706101689280,"duration":1},"status":"passed","severity":"normal"},{"uid":"dff115e2219b0908","name":"can start and stop the service","time":{"start":1706101626120,"stop":1706101626120,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c7b6017808e3c7","name":"Ordered callback, aborts when callback returns true","time":{"start":1706101721137,"stop":1706101721138,"duration":1},"status":"passed","severity":"normal"},{"uid":"298b4d53d145807a","name":"Push message with escaped characters payload","time":{"start":1706101593991,"stop":1706101593991,"duration":0},"status":"passed","severity":"normal"},{"uid":"19a67c533d0ef870","name":"should not receive a peer event after stop","time":{"start":1706101214350,"stop":1706101214351,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ba0578e766766b","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706101150527,"stop":1706101150528,"duration":1},"status":"passed","severity":"normal"},{"uid":"68a1290270b34d6f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706101340881,"stop":1706101340881,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac7c38b468d211e6","name":"should not fail to start the service if it is already started","time":{"start":1706101214348,"stop":1706101214348,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b64b59e96da220c","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706101276343,"stop":1706101276343,"duration":0},"status":"passed","severity":"normal"},{"uid":"6022e8a720a8a84d","name":"should encode/decode to RLP encoding","time":{"start":1706101151146,"stop":1706101151146,"duration":0},"status":"passed","severity":"normal"},{"uid":"a769bd754d76cfad","name":"Sign & Recover","time":{"start":1706101172251,"stop":1706101172251,"duration":0},"status":"passed","severity":"normal"},{"uid":"d41b649e2364da0c","name":"Check received message with timestamp: 1706101190241 ","time":{"start":1706101369628,"stop":1706101369628,"duration":0},"status":"passed","severity":"normal"},{"uid":"e07bc3995a3b32de","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706101792205,"stop":1706101792205,"duration":0},"status":"passed","severity":"normal"},{"uid":"be9ec02dd12015be","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706101530740,"stop":1706101530740,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d9e79012daa0cb","name":"Subscribe to topic containing long and receive message","time":{"start":1706101401942,"stop":1706101401943,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3730132b4ef1490","name":"Ephemeral field set to true","time":{"start":1706101156102,"stop":1706101156103,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a7e1484c9f567a8","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706101340871,"stop":1706101340871,"duration":0},"status":"passed","severity":"normal"},{"uid":"11cca0a318dba0b5","name":"should properly create location multiaddrs - tcp","time":{"start":1706101151148,"stop":1706101151149,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4a793881278eb4a","name":"Check message with no pubsub topic is not received","time":{"start":1706101723792,"stop":1706101723792,"duration":0},"status":"passed","severity":"normal"},{"uid":"761d43cb4a366731","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706101165475,"stop":1706101165476,"duration":1},"status":"passed","severity":"normal"},{"uid":"8338fbf1797a60ae","name":"groups content topics by expected pubsub topic","time":{"start":1706101142415,"stop":1706101142415,"duration":0},"status":"passed","severity":"normal"},{"uid":"5576c61d2c544d5b","name":"Push message with content topic containing shell command","time":{"start":1706101594013,"stop":1706101594013,"duration":0},"status":"passed","severity":"normal"},{"uid":"2474950cc60e50d4","name":"Fails to publish message with empty text","time":{"start":1706101530739,"stop":1706101530739,"duration":0},"status":"passed","severity":"normal"},{"uid":"332b3f0726b56e43","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706101227409,"stop":1706101227410,"duration":1},"status":"passed","severity":"normal"},{"uid":"a49d23b1a6ba483a","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530719,"stop":1706101530732,"duration":13},"status":"passed","severity":"normal"},{"uid":"efa477894a84174c","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706101721128,"stop":1706101721131,"duration":3},"status":"passed","severity":"normal"},{"uid":"4ceb0cdfcd74e583","name":"throws on content topic with empty version field","time":{"start":1706101142412,"stop":1706101142412,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b89130478305d0d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101264753,"stop":1706101264753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b42543f35f581d5a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101792212,"stop":1706101792212,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18bb7b7da3e1960","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706101276338,"stop":1706101276339,"duration":1},"status":"passed","severity":"normal"},{"uid":"57b514f020141b7d","name":"Check message with no content topic is not received","time":{"start":1706101369635,"stop":1706101369635,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbec5967395deb","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340866,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed66ae33d0aa579","name":"Push 30 different messages","time":{"start":1706101593993,"stop":1706101593993,"duration":0},"status":"passed","severity":"normal"},{"uid":"5863eb981d692039","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706101150531,"stop":1706101150532,"duration":1},"status":"passed","severity":"normal"},{"uid":"260a93c90487702e","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","severity":"normal"},{"uid":"60089cb266d7d558","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706101340868,"stop":1706101340868,"duration":0},"status":"passed","severity":"normal"},{"uid":"18f2f53b2ae6e090","name":"Generator, custom pubsub topic","time":{"start":1706101748593,"stop":1706101748593,"duration":0},"status":"passed","severity":"normal"},{"uid":"31c4e6e3d6b1be7","name":"Push message with content topic containing numeric","time":{"start":1706101757834,"stop":1706101757834,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9feff741bf577b","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd650d4205d2d51","name":"Push message with content topic containing short","time":{"start":1706101593994,"stop":1706101593994,"duration":0},"status":"passed","severity":"normal"},{"uid":"b05d9b0575c0627f","name":"different cluster, same shard: nodes don't connect","time":{"start":1706101340857,"stop":1706101340858,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b8184c89c707880","name":"Ping on unsubscribed peer","time":{"start":1706101226588,"stop":1706101226589,"duration":1},"status":"passed","severity":"normal"},{"uid":"28b3b0b82f4cf7e9","name":"Relay + Store","time":{"start":1706101205391,"stop":1706101205392,"duration":1},"status":"passed","severity":"normal"},{"uid":"df175304fa35b79a","name":"configure the node with multiple pubsub topics","time":{"start":1706101607853,"stop":1706101607854,"duration":1},"status":"passed","severity":"normal"},{"uid":"58328e4b83beadfd","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706101594003,"stop":1706101594012,"duration":9},"status":"passed","severity":"normal"},{"uid":"5a1fa3ca4feafe61","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706101165473,"stop":1706101165474,"duration":1},"status":"passed","severity":"normal"},{"uid":"e124ec58e6b07cbe","name":"Check received message containing Arabic","time":{"start":1706101723801,"stop":1706101723801,"duration":0},"status":"passed","severity":"normal"},{"uid":"12fa11bed30360a4","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706101171753,"stop":1706101171753,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6cc5b6f0797f084","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748586,"stop":1706101748586,"duration":0},"status":"passed","severity":"normal"},{"uid":"6220925764903886","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101792210,"stop":1706101792210,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe6e8e95baa96a6","name":"Check publish message after client node is restarted","time":{"start":1706101530742,"stop":1706101530742,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a1f5c7c3b7410ef5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101792204,"stop":1706101792205,"duration":1},"status":"passed","severity":"normal"},{"uid":"26727d03b9bae85e","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706101208193,"stop":1706101208193,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1aeb2c080f6ba9","name":"recovers when dns.resolve returns empty","time":{"start":1706101165899,"stop":1706101165899,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c5630638e2aa43b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706101340867,"stop":1706101340867,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ddc50e6cf1ce33","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101792219,"stop":1706101792219,"duration":0},"status":"passed","severity":"normal"},{"uid":"62dfc63a34da21cd","name":"Push message with Russian payload","time":{"start":1706101593986,"stop":1706101593986,"duration":0},"status":"passed","severity":"normal"},{"uid":"d502bafc4c5142a3","name":"Check message with non string payload is not received","time":{"start":1706101369636,"stop":1706101369636,"duration":0},"status":"passed","severity":"normal"},{"uid":"d18ab727d6792a55","name":"Passing an array","time":{"start":1706101774514,"stop":1706101774515,"duration":1},"status":"passed","severity":"normal"},{"uid":"41187d6129775173","name":"Publishes to nwaku","time":{"start":1706101500051,"stop":1706101500051,"duration":0},"status":"passed","severity":"normal"},{"uid":"404c744d53f39619","name":"Check received message containing Basic HTML tag","time":{"start":1706101723803,"stop":1706101723803,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd72e6c01bc816b3","name":"Fails to push message with large meta","time":{"start":1706101757858,"stop":1706101757858,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0d4542c0c15eb6","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706101165472,"stop":1706101165472,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe9de97eb229f8fb","name":"Push message with content topic containing Chinese","time":{"start":1706101757836,"stop":1706101757837,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b15252b941ceaff","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706101276345,"stop":1706101276345,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7bf87b894418b7","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101792221,"stop":1706101792221,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2984527064d044","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706101155849,"stop":1706101155849,"duration":0},"status":"passed","severity":"normal"},{"uid":"887d953e4f8bfad5","name":"nwaku interop","time":{"start":1706101626118,"stop":1706101626119,"duration":1},"status":"passed","severity":"normal"},{"uid":"25bbeb026219de46","name":"should be able to encode the field with only STORE set to true","time":{"start":1706101150520,"stop":1706101150521,"duration":1},"status":"passed","severity":"normal"},{"uid":"26073224e94e3a49","name":"Publish message with custom timestamp: Thu Feb 02 2023 13:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530732,"stop":1706101530732,"duration":0},"status":"passed","severity":"normal"},{"uid":"de0fefc2950fa70f","name":"Check received message containing long","time":{"start":1706101723795,"stop":1706101723797,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd1458366aa3869","name":"Relay - times out","time":{"start":1706101779465,"stop":1706101779466,"duration":1},"status":"passed","severity":"normal"},{"uid":"7699bd3040ecbd52","name":"Check received message containing Arabic","time":{"start":1706101723756,"stop":1706101723756,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf2fa95249d9b55","name":"Push message with content topic containing short","time":{"start":1706101757833,"stop":1706101757833,"duration":0},"status":"passed","severity":"normal"},{"uid":"82f33e5372cddb0c","name":"Decoder throws on undefined content topic","time":{"start":1706101173679,"stop":1706101173679,"duration":0},"status":"passed","severity":"normal"},{"uid":"f208bac1d3e682bf","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706101778134,"stop":1706101778134,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce2351a782e35293","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706101545975,"stop":1706101545978,"duration":3},"status":"passed","severity":"normal"},{"uid":"a77680723dd8311c","name":"Check message on other pubsub topic is not received","time":{"start":1706101723812,"stop":1706101723813,"duration":1},"status":"passed","severity":"normal"},{"uid":"f894f02645ac4ef9","name":"Push message with content topic containing emoji","time":{"start":1706101594017,"stop":1706101594017,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a1c1c55d4acbe80","name":"Push message equal or less that 1MB","time":{"start":1706101594028,"stop":1706101594029,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1033ad775a0f83a","name":"Subscribe and receive messages via lightPush","time":{"start":1706101792203,"stop":1706101792203,"duration":0},"status":"passed","severity":"normal"},{"uid":"917326cc2d2ba314","name":"Check received message containing unicode special characters","time":{"start":1706101723805,"stop":1706101723805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c899f7190073e453","name":"Fails to push message with empty content topic","time":{"start":1706101757855,"stop":1706101757856,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5001934783c08a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515234,"stop":1706101515235,"duration":1},"status":"passed","severity":"normal"},{"uid":"553a4e3d9f467510","name":"it tolerates circular branch references","time":{"start":1706101165898,"stop":1706101165899,"duration":1},"status":"passed","severity":"normal"},{"uid":"16324466d8d81dc5","name":"Push message with content topic containing Script","time":{"start":1706101594002,"stop":1706101594003,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d699390eb8d9ea","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706101227408,"stop":1706101227409,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc7a92fb97f73306","name":"throws on content topic with too few or too many fields","time":{"start":1706101142409,"stop":1706101142410,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ee9979f03d75643","name":"Relay + Store","time":{"start":1706101151151,"stop":1706101151151,"duration":0},"status":"passed","severity":"normal"},{"uid":"adf0c5929bce4f37","name":"Check received message containing shell command","time":{"start":1706101369621,"stop":1706101369621,"duration":0},"status":"passed","severity":"normal"},{"uid":"f409c4cbf5b80947","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101414343,"stop":1706101414343,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36783c03b3380d2","name":"should throw error - no public key","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab9c3b072ce719dc","name":"Passing page size 1 when there are 4 messages","time":{"start":1706101762914,"stop":1706101762914,"duration":0},"status":"passed","severity":"normal"},{"uid":"e832f2b94b3a99e7","name":"Check received message containing Script","time":{"start":1706101369618,"stop":1706101369618,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb062a8939a71300","name":"Query Generator, No message returned","time":{"start":1706101689280,"stop":1706101689280,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee7ba34567a06f3","name":"should emit a peer event after start","time":{"start":1706101626121,"stop":1706101626121,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c939c80bf8e47d4","name":"should not fail to stop the service if it was not started","time":{"start":1706101214347,"stop":1706101214347,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac552508b4fc93ae","name":"Encoder throws on empty string content topic","time":{"start":1706101171755,"stop":1706101171756,"duration":1},"status":"passed","severity":"normal"},{"uid":"2eb024cd0728f26b","name":"tcp ip4 address","time":{"start":1706101150442,"stop":1706101150444,"duration":2},"status":"passed","severity":"normal"},{"uid":"8aa3392bd2c3675","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101401963,"stop":1706101401963,"duration":0},"status":"passed","severity":"normal"},{"uid":"699c64af282f2b69","name":"Push message with SQL Injection payload","time":{"start":1706101593987,"stop":1706101593987,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe740c5c107af8c","name":"Check received message containing emoji","time":{"start":1706101723785,"stop":1706101723786,"duration":1},"status":"passed","severity":"normal"},{"uid":"212db7c439234a43","name":"Check publish message containing emoji","time":{"start":1706101530719,"stop":1706101530719,"duration":0},"status":"passed","severity":"normal"},{"uid":"14937dd8c2439b92","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462541,"stop":1706101462542,"duration":1},"status":"passed","severity":"normal"},{"uid":"53422b2627d39a13","name":"should decode valid enr with tcp successfully","time":{"start":1706101151135,"stop":1706101151135,"duration":0},"status":"passed","severity":"normal"},{"uid":"55ccfcaf8dd8766f","name":"Publish message with rate limit","time":{"start":1706101530742,"stop":1706101530743,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e939a3fffb918fd","name":"Fails to push message bigger that 1MB","time":{"start":1706101594029,"stop":1706101594029,"duration":0},"status":"passed","severity":"normal"},{"uid":"c319ec7837badfdf","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706101778133,"stop":1706101778133,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dacc3afeca5b24","name":"handles multiple messages","time":{"start":1706101763392,"stop":1706101763393,"duration":1},"status":"passed","severity":"normal"},{"uid":"3082db6977a8fffd","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706101778131,"stop":1706101778131,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc990a4797e94c4","name":"should properly create location multiaddrs - udp4","time":{"start":1706101151147,"stop":1706101151147,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d901d954239d55c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101414349,"stop":1706101414349,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df1384c41c97be","name":"Check received message containing shell command","time":{"start":1706101723804,"stop":1706101723804,"duration":0},"status":"passed","severity":"normal"},{"uid":"8431ec8d25f79182","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101792222,"stop":1706101792222,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e44e10640e4807","name":"Passing page size 19 when there are 20 messages","time":{"start":1706101762915,"stop":1706101762916,"duration":1},"status":"passed","severity":"normal"},{"uid":"635bd7a92f3d0316","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340865,"stop":1706101340865,"duration":0},"status":"passed","severity":"normal"},{"uid":"aac3387f5de30c9f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706101545970,"stop":1706101545971,"duration":1},"status":"passed","severity":"normal"},{"uid":"c03295ec9a94ec9c","name":"Throws when trying to push message with empty payload","time":{"start":1706101757831,"stop":1706101757833,"duration":2},"status":"passed","severity":"normal"},{"uid":"a94c1a30a062a21e","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706101340885,"stop":1706101340885,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dcf71d1f5c8e343","name":"should throw error - invalid id","time":{"start":1706101151144,"stop":1706101151144,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bdbaa0ec105744c","name":"Push message with unicode special characters payload","time":{"start":1706101757828,"stop":1706101757829,"duration":1},"status":"passed","severity":"normal"},{"uid":"bee6135b1a2fc50b","name":"Nodes with multiple pubsub topic","time":{"start":1706101515231,"stop":1706101515234,"duration":3},"status":"passed","severity":"normal"},{"uid":"37b24ceb175babc8","name":"Callback on promise, aborts when callback returns true","time":{"start":1706101721135,"stop":1706101721136,"duration":1},"status":"passed","severity":"normal"},{"uid":"3614116b32356550","name":"Using a function","time":{"start":1706101774515,"stop":1706101774515,"duration":0},"status":"passed","severity":"normal"},{"uid":"79ab3bcfc0e3ebc7","name":"should only return 1 node with store capability","time":{"start":1706101165901,"stop":1706101165901,"duration":0},"status":"passed","severity":"normal"},{"uid":"9939a0e1c544829a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101792224,"stop":1706101792224,"duration":0},"status":"passed","severity":"normal"},{"uid":"15859e4f05cbeebf","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101792209,"stop":1706101792209,"duration":0},"status":"passed","severity":"normal"},{"uid":"872280e86eb6fdd2","name":"Decoder throws on empty string content topic","time":{"start":1706101171756,"stop":1706101171757,"duration":1},"status":"passed","severity":"normal"},{"uid":"29419e9bbc0ae25d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340873,"stop":1706101340873,"duration":0},"status":"passed","severity":"normal"},{"uid":"64a16f3f6d6b06cf","name":"should throw error - no id","time":{"start":1706101151135,"stop":1706101151135,"duration":0},"status":"passed","severity":"normal"},{"uid":"85c04da5fa2c8ad0","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706101227397,"stop":1706101227398,"duration":1},"status":"passed","severity":"normal"},{"uid":"94203353ad23725d","name":"Push message with Basic HTML tag payload","time":{"start":1706101757823,"stop":1706101757824,"duration":1},"status":"passed","severity":"normal"},{"uid":"171712eb184a2200","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462542,"stop":1706101462543,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ca69d7ec3a41133","name":"Push message with unicode special characters payload","time":{"start":1706101593991,"stop":1706101593991,"duration":0},"status":"passed","severity":"normal"},{"uid":"f48542d4047f266f","name":"should be able to decode the field with only STORE set to true","time":{"start":1706101150529,"stop":1706101150530,"duration":1},"status":"passed","severity":"normal"},{"uid":"6eab4e7f083672ef","name":"Push message on custom pubsubTopic","time":{"start":1706101462549,"stop":1706101462549,"duration":0},"status":"passed","severity":"normal"},{"uid":"86795aa9adbf5504","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101792210,"stop":1706101792210,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e056dfe47dcf66","name":"Promise Callback - backward","time":{"start":1706101747995,"stop":1706101747995,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f90eb21d84fb0a","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706101651747,"stop":1706101651747,"duration":0},"status":"passed","severity":"normal"},{"uid":"e657341a9c4b8b4e","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706101340869,"stop":1706101340869,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c574683078f21c","name":"Subscribe and receive messages via lightPush","time":{"start":1706101792213,"stop":1706101792213,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e5668cf918152","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101792208,"stop":1706101792209,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f91cf64b10287a2","name":"should set field with only RELAY enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"58085e48b4fc83ea","name":"Nwaku publishes","time":{"start":1706101500051,"stop":1706101500052,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3c3c9df3412f1ef","name":"should not receive a peer event before start","time":{"start":1706101214349,"stop":1706101214349,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a3ae023c1177ec9","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101792204,"stop":1706101792204,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb60ef94c8360597","name":"Accepts a valid Waku Message","time":{"start":1706101159711,"stop":1706101159712,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ae2f4292b7abd9f","name":"Check publish message after service node is restarted","time":{"start":1706101530741,"stop":1706101530741,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c2c7de2f6757deb","name":"Refresh subscription","time":{"start":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929ea5da9d1d2d0","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706101401963,"stop":1706101401964,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6f1daf0e297df91","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706101150522,"stop":1706101150523,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd18a88b7cfe0546","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101792212,"stop":1706101792212,"duration":0},"status":"passed","severity":"normal"},{"uid":"25aa27c93c68ecd5","name":"Check received message containing Chinese","time":{"start":1706101723755,"stop":1706101723756,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d492f88a3798ed2","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706101401939,"stop":1706101401939,"duration":0},"status":"passed","severity":"normal"},{"uid":"81c1a3f7fcf809af","name":"Check message with invalid timestamp is not received","time":{"start":1706101369633,"stop":1706101369634,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2a01f0e1cbf9891","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101401958,"stop":1706101401959,"duration":1},"status":"passed","severity":"normal"},{"uid":"a197934388ea5d7f","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706101227411,"stop":1706101227412,"duration":1},"status":"passed","severity":"normal"},{"uid":"c78d6961c7822686","name":"Check received message containing Script","time":{"start":1706101723758,"stop":1706101723759,"duration":1},"status":"passed","severity":"normal"},{"uid":"85920d6148b183bb","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706101689278,"stop":1706101689278,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b54308f868bc94","name":"Push message with emoji payload","time":{"start":1706101593991,"stop":1706101593993,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3bcdbdaccfceb07","name":"Overlapping topic subscription","time":{"start":1706101792217,"stop":1706101792217,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4f161c20bac012c","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706101227416,"stop":1706101227417,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fedaa91fa63ec8d","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706101746409,"stop":1706101746409,"duration":0},"status":"passed","severity":"normal"},{"uid":"e030575adada7658","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706101165901,"stop":1706101165902,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee717bcab727395f","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706101607854,"stop":1706101607854,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef73e2ad3fd2337a","name":"Check received message containing short","time":{"start":1706101369613,"stop":1706101369614,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca5d4f3d9e9647e","name":"Check message with no payload is not received","time":{"start":1706101369635,"stop":1706101369636,"duration":1},"status":"passed","severity":"normal"},{"uid":"40f5ba6788dc816","name":"Ping on peer without subscriptions","time":{"start":1706101261569,"stop":1706101261570,"duration":1},"status":"passed","severity":"normal"},{"uid":"d717bb25b42c64ba","name":"should decode valid enr successfully","time":{"start":1706101151134,"stop":1706101151134,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c755a7010a8ed6","name":"Relay","time":{"start":1706101205388,"stop":1706101205390,"duration":2},"status":"passed","severity":"normal"},{"uid":"236821ef966df82e","name":"Subscribe to topic containing short and receive message","time":{"start":1706101792217,"stop":1706101792218,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a1cbc3b2031821b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706101401939,"stop":1706101401939,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f50872191d2b5b3c","name":"Query generator for multiple messages with different content topic format","time":{"start":1706101721133,"stop":1706101721134,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0c5cf98a8b6fec2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340867,"stop":1706101340868,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a2304a0eecc188","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706101778133,"stop":1706101778133,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5b3f4e5e9c1501","name":"Check received message containing unicode special characters","time":{"start":1706101723781,"stop":1706101723785,"duration":4},"status":"passed","severity":"normal"},{"uid":"62520a98739f7039","name":"Callback on promise","time":{"start":1706101721134,"stop":1706101721135,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f0ad7a5ae2a1d4e","name":"Push message with shell command payload","time":{"start":1706101757825,"stop":1706101757826,"duration":1},"status":"passed","severity":"normal"},{"uid":"c02cb473c3631732","name":"Check received message containing Arabic","time":{"start":1706101369616,"stop":1706101369616,"duration":0},"status":"passed","severity":"normal"},{"uid":"62af7fb434008f3f","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706101689281,"stop":1706101689281,"duration":0},"status":"passed","severity":"normal"},{"uid":"3314b11f37cf73b4","name":"Check meta is set [ecies]","time":{"start":1706101173677,"stop":1706101173677,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8f55851f51f2211","name":"Check received message containing JSON","time":{"start":1706101723760,"stop":1706101723761,"duration":1},"status":"passed","severity":"normal"},{"uid":"be08021a44113eb3","name":"Symmetric encrypt & Decrypt","time":{"start":1706101172250,"stop":1706101172250,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8f073f02d9d18b6","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101401959,"stop":1706101401959,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b856811798cfd50","name":"Push message with special chars payload","time":{"start":1706101757812,"stop":1706101757813,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f99b86ecd8e322","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706101150530,"stop":1706101150531,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b9adcc9cd02c8fb","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706101165597,"stop":1706101165598,"duration":1},"status":"passed","severity":"normal"},{"uid":"10fdfc2e4bee0643","name":"Passing page size 3 when there are 20 messages","time":{"start":1706101762914,"stop":1706101762914,"duration":0},"status":"passed","severity":"normal"},{"uid":"d63486e396937355","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706101151150,"stop":1706101151151,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5a98129e4094c5","name":"Passing page size 11 when there are 10 messages","time":{"start":1706101762915,"stop":1706101762915,"duration":0},"status":"passed","severity":"normal"},{"uid":"52ee08ea619c9f94","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101414342,"stop":1706101414342,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c3697b8958ca195","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515231,"stop":1706101515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"37882b3c54ec5d62","name":"Fails to publish message with wrong content topic","time":{"start":1706101530739,"stop":1706101530739,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e8570ec974590cc","name":"Check message with invalid timestamp is not received","time":{"start":1706101723791,"stop":1706101723791,"duration":0},"status":"passed","severity":"normal"},{"uid":"4918021f820bb013","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706101214353,"stop":1706101214353,"duration":0},"status":"skipped","severity":"normal"},{"uid":"55733215f30e3178","name":"Check received message containing XML","time":{"start":1706101369618,"stop":1706101369619,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc51aca51dc3a6e","name":"Check publish message containing shell command","time":{"start":1706101530706,"stop":1706101530716,"duration":10},"status":"passed","severity":"normal"},{"uid":"a9f65469d1139a7f","name":"Check message with no pubsub topic is not received","time":{"start":1706101369634,"stop":1706101369635,"duration":1},"status":"passed","severity":"normal"},{"uid":"48438e221dfa9b38","name":"Check message received after jswaku node is restarted","time":{"start":1706101369638,"stop":1706101369638,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b7e84100a79efa07","name":"converts content topics to expected shard index","time":{"start":1706101142413,"stop":1706101142413,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eaf3d45a3413e43","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462550,"stop":1706101462550,"duration":0},"status":"passed","severity":"normal"},{"uid":"f86442e4117cc037","name":"Push message with content topic containing escaped characters","time":{"start":1706101594013,"stop":1706101594013,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ba514efd0f0d25e","name":"Encoder throws on undefined content topic","time":{"start":1706101171755,"stop":1706101171755,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a3d2d502b8c0711","name":"throws on content topic with empty application field","time":{"start":1706101142411,"stop":1706101142412,"duration":1},"status":"passed","severity":"normal"},{"uid":"f06d939ed3f523bb","name":"Push message with Russian payload","time":{"start":1706101757817,"stop":1706101757818,"duration":1},"status":"passed","severity":"normal"},{"uid":"d542922a0122f8a6","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706101165472,"stop":1706101165472,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8304c284f94d19","name":"Push message with rate limit","time":{"start":1706101757859,"stop":1706101757859,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb287d0b072203c","name":"Push message with Script payload","time":{"start":1706101757819,"stop":1706101757820,"duration":1},"status":"passed","severity":"normal"},{"uid":"50aeda2494f98c1e","name":"Push message with content topic containing shell command","time":{"start":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dd3499ce9dd700","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101792203,"stop":1706101792204,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a38ecb86a5def0d","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706101778132,"stop":1706101778133,"duration":1},"status":"passed","severity":"normal"},{"uid":"90296a5ccc1dd563","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101401937,"stop":1706101401937,"duration":0},"status":"passed","severity":"normal"},{"uid":"2310aae3a78d51ec","name":"Check received message with timestamp: 1706101190241000000 ","time":{"start":1706101369627,"stop":1706101369627,"duration":0},"status":"passed","severity":"normal"},{"uid":"89d7ee88b3b05429","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101792210,"stop":1706101792211,"duration":1},"status":"passed","severity":"normal"},{"uid":"393f77ad062bd5ce","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706101150532,"stop":1706101150532,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa31a8ee314376fe","name":"Check message with non string payload is not received","time":{"start":1706101723815,"stop":1706101723815,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab16cb1dcc68641","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706101150528,"stop":1706101150528,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dbf91a5ad4be15","name":"should emit a peer event after start","time":{"start":1706101214348,"stop":1706101214349,"duration":1},"status":"passed","severity":"normal"},{"uid":"587d7817aeaac362","name":"Push message with special chars payload","time":{"start":1706101593985,"stop":1706101593985,"duration":0},"status":"passed","severity":"normal"},{"uid":"c258359e804d0174","name":"ignores unrecognized TXT record formats","time":{"start":1706101165900,"stop":1706101165900,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1f9773024fba3a","name":"Check received message containing JSON","time":{"start":1706101369620,"stop":1706101369620,"duration":0},"status":"passed","severity":"normal"},{"uid":"895150ced4966e16","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101792221,"stop":1706101792221,"duration":0},"status":"passed","severity":"normal"},{"uid":"962de8e3762db9bf","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706101142632,"stop":1706101142632,"duration":0},"status":"passed","severity":"normal"},{"uid":"10798ef6f83505e2","name":"Check message received after nwaku node is restarted","time":{"start":1706101369638,"stop":1706101369639,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a8b318ae7dd358e9","name":"Ping on unsubscribed peer","time":{"start":1706101261572,"stop":1706101261573,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5884114a7895e98","name":"can start the service","time":{"start":1706101626119,"stop":1706101626120,"duration":1},"status":"passed","severity":"normal"},{"uid":"b72b07f801017e2c","name":"Overlapping topic subscription","time":{"start":1706101545973,"stop":1706101545974,"duration":1},"status":"skipped","severity":"normal"},{"uid":"208622e43a3443d4","name":"Check publish message containing unicode special characters","time":{"start":1706101530718,"stop":1706101530718,"duration":0},"status":"passed","severity":"normal"},{"uid":"877ed291fa91895c","name":"Push message with custom timestamp: 1706104969775","time":{"start":1706101594027,"stop":1706101594028,"duration":1},"status":"passed","severity":"normal"},{"uid":"72caa7f3ae0b122d","name":"topics with same application and version share the same shard","time":{"start":1706101142414,"stop":1706101142414,"duration":0},"status":"passed","severity":"normal"},{"uid":"2760b292a85ac958","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101792220,"stop":1706101792220,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde7d7da0b02aad2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101401957,"stop":1706101401957,"duration":0},"status":"passed","severity":"normal"},{"uid":"34fcfb47acd3cabf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b7a0e47a35ba105","name":"throws on content topic with empty topic name field","time":{"start":1706101142412,"stop":1706101142412,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ad48c6a4741db7","name":"Meta field set when metaSetter is specified","time":{"start":1706101156103,"stop":1706101156103,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a529684b0fb292","name":"should properly create location multiaddrs - tcp4","time":{"start":1706101151147,"stop":1706101151148,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c22f343dd776a04","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706101150526,"stop":1706101150526,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcbfb275233d9c52","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276347,"stop":1706101276347,"duration":0},"status":"passed","severity":"normal"},{"uid":"4aefed3d357d338b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706101401940,"stop":1706101401941,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8ac4d76f036c7c1a","name":"Fails to publish duplicate message","time":{"start":1706101530738,"stop":1706101530738,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a90e9abb8b31581","name":"Sets default value correctly","time":{"start":1706101774516,"stop":1706101774517,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb35552a5bf0154","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706101545975,"stop":1706101545975,"duration":0},"status":"passed","severity":"normal"},{"uid":"2279b43177833d72","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101792211,"stop":1706101792211,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9ff7cced304992f","name":"Light Node - default protocols","time":{"start":1706101779468,"stop":1706101779468,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d8bd2bd9a1200","name":"Check publish message containing short","time":{"start":1706101530679,"stop":1706101530681,"duration":2},"status":"passed","severity":"normal"},{"uid":"60a456e26e2204e8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101792224,"stop":1706101792224,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a152c7ae374f79c","name":"Push message with Arabic payload","time":{"start":1706101757816,"stop":1706101757817,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c1165444fda7ea6","name":"Check publish message containing Basic HTML tag","time":{"start":1706101530704,"stop":1706101530705,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0ef0aeb44eda898","name":"Check received message containing numeric","time":{"start":1706101723799,"stop":1706101723799,"duration":0},"status":"passed","severity":"normal"},{"uid":"b54a72bc7f3da1a1","name":"Waku message hash computation","time":{"start":1706101145131,"stop":1706101145133,"duration":2},"status":"passed","severity":"normal"},{"uid":"c076ec37867defeb","name":"Query generator for multiple messages","time":{"start":1706101721125,"stop":1706101721126,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5511594f1fcf889","name":"Encoder throws on empty string content topic","time":{"start":1706101156104,"stop":1706101156104,"duration":0},"status":"passed","severity":"normal"},{"uid":"510a60b861a06d8f","name":"Push message with Basic HTML tag payload","time":{"start":1706101593988,"stop":1706101593989,"duration":1},"status":"passed","severity":"normal"},{"uid":"4961e01d689002c9","name":"Push message with content topic containing special chars","time":{"start":1706101593995,"stop":1706101593997,"duration":2},"status":"passed","severity":"normal"},{"uid":"20a28e1db77d1fb3","name":"Push message with short payload","time":{"start":1706101593982,"stop":1706101593983,"duration":1},"status":"passed","severity":"normal"},{"uid":"136a5563b94f944b","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706101651746,"stop":1706101651747,"duration":1},"status":"passed","severity":"normal"},{"uid":"c335fe9bcbc41ed1","name":"Check received message with timestamp: 1706101190517 ","time":{"start":1706101723788,"stop":1706101723788,"duration":0},"status":"passed","severity":"normal"},{"uid":"bca2f1d18009fe73","name":"Push message with content topic containing XML","time":{"start":1706101594003,"stop":1706101594003,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d5d264c1d80063","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706101340868,"stop":1706101340869,"duration":1},"status":"passed","severity":"normal"},{"uid":"4db245f91f8df6a","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706101689282,"stop":1706101689282,"duration":0},"status":"passed","severity":"normal"},{"uid":"15c1b3da52cc2dff","name":"Check received message with timestamp: undefined ","time":{"start":1706101369632,"stop":1706101369633,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c1275464dffd3b3","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706101746409,"stop":1706101746410,"duration":1},"status":"passed","severity":"normal"},{"uid":"5de02d32529f097f","name":"Check received message containing Script","time":{"start":1706101723802,"stop":1706101723803,"duration":1},"status":"passed","severity":"normal"},{"uid":"75bbdb69e27d5e01","name":"1 Store, 2 fetches","time":{"start":1706101165597,"stop":1706101165597,"duration":0},"status":"passed","severity":"normal"},{"uid":"37238c221f5b03e7","name":"Push message with numeric payload","time":{"start":1706101593984,"stop":1706101593985,"duration":1},"status":"passed","severity":"normal"},{"uid":"a32d6024008577c3","name":"isConnected should return false after all peers disconnect","time":{"start":1706101227417,"stop":1706101227418,"duration":1},"status":"passed","severity":"normal"},{"uid":"85cb8eb85f665c89","name":"should return false","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b59182acfae600","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706101340886,"stop":1706101340886,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e22812d74727e8d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101369630,"stop":1706101369632,"duration":2},"status":"passed","severity":"normal"},{"uid":"e71972a0103c9bd","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101414343,"stop":1706101414343,"duration":0},"status":"passed","severity":"normal"},{"uid":"e40533fb4879393f","name":"should throw error - no public key","time":{"start":1706101151135,"stop":1706101151144,"duration":9},"status":"passed","severity":"normal"},{"uid":"6e2c33cee47d684","name":"Check message with no content topic is not received","time":{"start":1706101723814,"stop":1706101723814,"duration":0},"status":"passed","severity":"normal"},{"uid":"989e7eaad33aaf45","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706101165471,"stop":1706101165471,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3f219058814dbe","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101261570,"stop":1706101261571,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9edf77c63753379","name":"Check received message containing Basic HTML tag","time":{"start":1706101369620,"stop":1706101369620,"duration":0},"status":"passed","severity":"normal"},{"uid":"51fd6ea8d3584263","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101264752,"stop":1706101264752,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe0e1da3ac161349","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706101719495,"stop":1706101719495,"duration":0},"status":"passed","severity":"normal"},{"uid":"d594f03cdb3deff9","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706101792216,"stop":1706101792216,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcfe8185eff05010","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340867,"duration":1},"status":"passed","severity":"normal"},{"uid":"929689bbadbd5010","name":"Generator, custom pubsub topic","time":{"start":1706101748586,"stop":1706101748586,"duration":0},"status":"passed","severity":"normal"},{"uid":"9faf6dd2ff0ae28a","name":"Check received message containing emoji","time":{"start":1706101369622,"stop":1706101369626,"duration":4},"status":"passed","severity":"normal"},{"uid":"cb1f6e8f0742dc68","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101264753,"stop":1706101264753,"duration":0},"status":"passed","severity":"normal"},{"uid":"52c3feb003c350a9","name":"Passing page size 0 when there are 110 messages","time":{"start":1706101762913,"stop":1706101762914,"duration":1},"status":"passed","severity":"normal"},{"uid":"e39f4065da3a72eb","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706101746410,"stop":1706101746411,"duration":1},"status":"passed","severity":"normal"},{"uid":"642b91033afc2b46","name":"Register correct protocols","time":{"start":1706101545968,"stop":1706101545969,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff32307d7b21f12a","name":"should be called for bootstrap peers","time":{"start":1706101227407,"stop":1706101227407,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c20c75c60a6a47c","name":"Check received message containing SQL Injection","time":{"start":1706101723802,"stop":1706101723802,"duration":0},"status":"passed","severity":"normal"},{"uid":"739d432b18ce609e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101792214,"stop":1706101792214,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad2a937b376e215","name":"Push message equal or less that 1MB","time":{"start":1706101757862,"stop":1706101757863,"duration":1},"status":"passed","severity":"normal"},{"uid":"c93cd8d363bce79","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706101150518,"stop":1706101150519,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7715b899e4354b1","name":"Check received message containing long","time":{"start":1706101723754,"stop":1706101723754,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05c6a23a29abd4e","name":"should set field with only FILTER enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"e350792565be4a29","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706101340860,"stop":1706101340861,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f9eb69b5e5d612","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706101340883,"stop":1706101340883,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aac766b9552bf89","name":"should only return 1 node with relay and store capability","time":{"start":1706101165901,"stop":1706101165901,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe36b9e19992e45","name":"Fields are not dropped","time":{"start":1706101155479,"stop":1706101155481,"duration":2},"status":"passed","severity":"normal"},{"uid":"45e1ba329f2db1db","name":"isConnected should return true after first peer connects","time":{"start":1706101227414,"stop":1706101227415,"duration":1},"status":"passed","severity":"normal"},{"uid":"d372c1fcba5def8c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706101340885,"stop":1706101340885,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebdb83f2edce2415","name":"Check publish message containing JSON","time":{"start":1706101530705,"stop":1706101530706,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8f7ef4f0dfa6777","name":"should return all peers when numPeers is 0","time":{"start":1706101155848,"stop":1706101155848,"duration":0},"status":"passed","severity":"normal"},{"uid":"1eaa6d2a520379f7","name":"Push message with content topic containing SQL Injection","time":{"start":1706101757839,"stop":1706101757839,"duration":0},"status":"passed","severity":"normal"},{"uid":"892ad127133f4956","name":"Reusing cursor across nodes","time":{"start":1706101651748,"stop":1706101651748,"duration":0},"status":"passed","severity":"normal"},{"uid":"41b3ce94a2abf582","name":"Check message on other pubsub topic is not received","time":{"start":1706101723791,"stop":1706101723791,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2f06f49348a39a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706101165475,"stop":1706101165475,"duration":0},"status":"passed","severity":"normal"},{"uid":"3547512a07db329d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101792223,"stop":1706101792224,"duration":1},"status":"passed","severity":"normal"},{"uid":"400b6c4b839b134a","name":"Subscribe to topic containing long and receive message","time":{"start":1706101792218,"stop":1706101792218,"duration":0},"status":"passed","severity":"normal"},{"uid":"234dbcdbdcfe881a","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706101651749,"stop":1706101651749,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f84ad7c1da15b60","name":"Publish message with custom timestamp: Wed Jan 24 2024 14:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530738,"stop":1706101530738,"duration":0},"status":"passed","severity":"normal"},{"uid":"71a991c5b77c493b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706101340860,"stop":1706101340860,"duration":0},"status":"passed","severity":"normal"},{"uid":"3355a14ddef98595","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706101778134,"stop":1706101778134,"duration":0},"status":"passed","severity":"normal"},{"uid":"905d72891f3ddc09","name":"Relay - dialed after","time":{"start":1706101779465,"stop":1706101779465,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4eb982a1c9198a","name":"Init the array if not present","time":{"start":1706101142183,"stop":1706101142185,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa8fcdd473ccb89c","name":"Store - dialed after - with timeout","time":{"start":1706101779466,"stop":1706101779466,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5257dc0f549294","name":"Check received message containing escaped characters","time":{"start":1706101723779,"stop":1706101723781,"duration":2},"status":"passed","severity":"normal"},{"uid":"f0eed477f38b719c","name":"should not receive a peer event before start","time":{"start":1706101626122,"stop":1706101626122,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d0293c273a9b2dd","name":"Query Generator - backward","time":{"start":1706101747994,"stop":1706101747994,"duration":0},"status":"passed","severity":"normal"},{"uid":"c90e499179ab8524","name":"Nodes with multiple pubsub topic","time":{"start":1706101515230,"stop":1706101515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9d600185804a3e6","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706101545983,"stop":1706101545983,"duration":0},"status":"passed","severity":"normal"},{"uid":"4928d44492be191a","name":"ignores domain fetching errors","time":{"start":1706101165899,"stop":1706101165899,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9563d735acaf69","name":"should not fail to start the service if it is already started","time":{"start":1706101626121,"stop":1706101626121,"duration":0},"status":"passed","severity":"normal"},{"uid":"e78f4cad1bbde70f","name":"Store - dialed first","time":{"start":1706101779466,"stop":1706101779466,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3c73fca5d027a1","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706101545979,"stop":1706101545979,"duration":0},"status":"passed","severity":"normal"},{"uid":"79a4b9ed845b6888","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101226590,"stop":1706101226590,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bea625dd6cd3880","name":"Ping on subscribed peer","time":{"start":1706101261571,"stop":1706101261571,"duration":0},"status":"passed","severity":"normal"},{"uid":"288f663982a16fea","name":"connects to nwaku","time":{"start":1706101774513,"stop":1706101774514,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ecf5c9156b4ffbb","name":"Push message with content topic containing Arabic","time":{"start":1706101757837,"stop":1706101757837,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb4c491d200c5eaf","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706101545970,"stop":1706101545970,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea624a1a86c0ffa2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101792220,"stop":1706101792220,"duration":0},"status":"passed","severity":"normal"},{"uid":"f74c288688b2f966","name":"Check publish message containing SQL Injection","time":{"start":1706101530689,"stop":1706101530700,"duration":11},"status":"passed","severity":"normal"},{"uid":"904150b63179537d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101792209,"stop":1706101792209,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e7b8b47b33afd9","name":"Check publish message containing special chars","time":{"start":1706101530682,"stop":1706101530682,"duration":0},"status":"passed","severity":"normal"},{"uid":"2add3018d89988e7","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706101340871,"stop":1706101340872,"duration":1},"status":"passed","severity":"normal"},{"uid":"977a38a6aded920a","name":"Passing page size 110 when there are 120 messages","time":{"start":1706101762916,"stop":1706101762916,"duration":0},"status":"passed","severity":"normal"},{"uid":"29bffc025fe8b1cc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101414349,"stop":1706101414350,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff38c072e6a5c8ef","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706101340863,"stop":1706101340864,"duration":1},"status":"passed","severity":"normal"},{"uid":"53b17437e2d749ea","name":"Subscribe to topic containing short and publish message","time":{"start":1706101545974,"stop":1706101545974,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc777917a2a1931","name":"does not throw on valid cases","time":{"start":1706101142408,"stop":1706101142408,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ad66b86a79c53","name":"Push message with content topic containing long","time":{"start":1706101593994,"stop":1706101593995,"duration":1},"status":"passed","severity":"normal"},{"uid":"f415f78b2087a604","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706101173676,"stop":1706101173676,"duration":0},"status":"passed","severity":"normal"},{"uid":"16811d2ddd17d5f3","name":"Decoder throws on empty string content topic","time":{"start":1706101156105,"stop":1706101156105,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d3279fcdc01bedc","name":"Push message with content topic containing JSON","time":{"start":1706101594012,"stop":1706101594012,"duration":0},"status":"passed","severity":"normal"},{"uid":"727a40d006ac4da3","name":"Decoder throws on undefined content topic","time":{"start":1706101171756,"stop":1706101171756,"duration":0},"status":"passed","severity":"normal"},{"uid":"e692d3612ada894","name":"Fails to push message with empty content topic","time":{"start":1706101594017,"stop":1706101594018,"duration":1},"status":"passed","severity":"normal"},{"uid":"72ce169fbeb0c9d8","name":"Check received message containing Chinese","time":{"start":1706101369616,"stop":1706101369616,"duration":0},"status":"passed","severity":"normal"},{"uid":"8797792a06fff9bd","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706101689278,"stop":1706101689279,"duration":1},"status":"passed","severity":"normal"},{"uid":"58b492b9f71a0be3","name":"throws on empty content topic","time":{"start":1706101142409,"stop":1706101142409,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0612d9e50de3c67","name":"returns all values when wanted number matches available values","time":{"start":1706101164956,"stop":1706101164957,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5e2fd9063cff77d","name":"same cluster, same shard: nodes connect","time":{"start":1706101340855,"stop":1706101340855,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70c50495a1457a3","name":"Push message with shell command payload","time":{"start":1706101593990,"stop":1706101593990,"duration":0},"status":"passed","severity":"normal"},{"uid":"677fe8d15d7e9b05","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706101151134,"stop":1706101151135,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f44610194bf183e","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706101227396,"stop":1706101227397,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b82ef62bd58043a","name":"Check received message with timestamp: undefined ","time":{"start":1706101723790,"stop":1706101723790,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6e0288493d2021c","name":"should throw error - no id","time":{"start":1706101151144,"stop":1706101151144,"duration":0},"status":"passed","severity":"normal"},{"uid":"5060041eac5cc306","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101792204,"stop":1706101792204,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa5480c64164a9a5","name":"Push message with custom timestamp: 1706104941217","time":{"start":1706101757861,"stop":1706101757862,"duration":1},"status":"passed","severity":"normal"},{"uid":"92b54a05994aa3ad","name":"should not receive a peer event after stop","time":{"start":1706101626122,"stop":1706101626122,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0f5e0327b03232f","name":"Check received message with timestamp: 1706101190517000000 ","time":{"start":1706101723787,"stop":1706101723788,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a006fc0ca6e55","name":"Check publish message containing Script","time":{"start":1706101530701,"stop":1706101530703,"duration":2},"status":"passed","severity":"normal"},{"uid":"f591e5093bc10c45","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748587,"stop":1706101748587,"duration":0},"status":"passed","severity":"normal"},{"uid":"c226d6bd4a14548a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101792211,"stop":1706101792211,"duration":0},"status":"passed","severity":"normal"},{"uid":"262ae11e57eadc93","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101264752,"stop":1706101264753,"duration":1},"status":"passed","severity":"normal"},{"uid":"e66e724ee8e1aa89","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706101545975,"stop":1706101545975,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4962d089189fcd4","name":"same cluster, different shard: nodes connect","time":{"start":1706101451790,"stop":1706101451790,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a29a8443e835ddf","name":"Push message with content topic containing Chinese","time":{"start":1706101594001,"stop":1706101594001,"duration":0},"status":"passed","severity":"normal"},{"uid":"49d3ebfd3a6603f6","name":"Query with Promise Callback, No Decoder","time":{"start":1706101689284,"stop":1706101689285,"duration":1},"status":"passed","severity":"normal"},{"uid":"f101244e14cb98e0","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101792220,"stop":1706101792221,"duration":1},"status":"passed","severity":"normal"},{"uid":"27ebac08f8f34bd3","name":"Decoder throws on empty string content topic","time":{"start":1706101173679,"stop":1706101173679,"duration":0},"status":"passed","severity":"normal"},{"uid":"11561287b13a9fc8","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706101340870,"stop":1706101340870,"duration":0},"status":"passed","severity":"normal"},{"uid":"84fb92503e99691c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","severity":"normal"},{"uid":"d519c2dcc93e43ba","name":"Decrypt messages","time":{"start":1706101465112,"stop":1706101465113,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6482045b1c6d024","name":"Query generator for multiple messages with different message text format","time":{"start":1706101721126,"stop":1706101721128,"duration":2},"status":"passed","severity":"normal"},{"uid":"4a361586da73d8f9","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706101340872,"stop":1706101340873,"duration":1},"status":"passed","severity":"normal"},{"uid":"892bc5a66dde6696","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706101719500,"stop":1706101719500,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b48901463f3ace1","name":"Nodes with multiple pubsub topic","time":{"start":1706101515228,"stop":1706101515228,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a56eff57f4e7f0","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706101746410,"stop":1706101746410,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b18bcf3f66cc029","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101414348,"stop":1706101414348,"duration":0},"status":"passed","severity":"normal"},{"uid":"31257641a3ebf4f3","name":"Check received message containing escaped characters","time":{"start":1706101723804,"stop":1706101723805,"duration":1},"status":"passed","severity":"normal"},{"uid":"304d8b0d454a50ee","name":"should properly create location multiaddrs - tcp6","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"7da52e0a7985b131","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706101340864,"stop":1706101340864,"duration":0},"status":"passed","severity":"normal"},{"uid":"a184ed5ae63279a6","name":"Subscribe to topic containing short and receive message","time":{"start":1706101792206,"stop":1706101792207,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1ccb8dcd3f690ed","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706101227413,"stop":1706101227414,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7a5ffb4739827d","name":"Promise Callback - forward","time":{"start":1706101747994,"stop":1706101747994,"duration":0},"status":"passed","severity":"normal"},{"uid":"709290b13ad6a313","name":"Push message with numeric payload","time":{"start":1706101757810,"stop":1706101757812,"duration":2},"status":"passed","severity":"normal"},{"uid":"2036a0ff1f77182","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101792205,"stop":1706101792205,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ded1fb5872836a","name":"LightPush","time":{"start":1706101779466,"stop":1706101779467,"duration":1},"status":"passed","severity":"normal"},{"uid":"e43fd1c6d01f88dc","name":"Ordered Callback - forward","time":{"start":1706101747995,"stop":1706101747995,"duration":0},"status":"passed","severity":"normal"},{"uid":"d900571e0b04965a","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706101150530,"stop":1706101150530,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2dcab0a6b3a94d0","name":"Check received message containing special chars","time":{"start":1706101369615,"stop":1706101369616,"duration":1},"status":"passed","severity":"normal"},{"uid":"26cceb2d5f464b3b","name":"should encodeTxt and decodeTxt","time":{"start":1706101151133,"stop":1706101151134,"duration":1},"status":"passed","severity":"normal"},{"uid":"dca53c7923749a70","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101401932,"stop":1706101401932,"duration":0},"status":"passed","severity":"normal"},{"uid":"575c667816373972","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706101150532,"stop":1706101150533,"duration":1},"status":"passed","severity":"normal"},{"uid":"29b7912dd08dd0eb","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706101227405,"stop":1706101227405,"duration":0},"status":"passed","severity":"normal"},{"uid":"d92e04722a7caca0","name":"Check received message with timestamp: 1706101190517000000 ","time":{"start":1706101723806,"stop":1706101723806,"duration":0},"status":"passed","severity":"normal"},{"uid":"b12f16ff3718b26f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706101340863,"stop":1706101340863,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f795980f2e090","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706101515231,"stop":1706101515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d031d76010d50b8","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706101165902,"stop":1706101165902,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3cbcdd43578a79f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101369628,"stop":1706101369629,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fa155cfd8dc7368","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706101227399,"stop":1706101227399,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce19a6eead733b8e","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706101165473,"stop":1706101165473,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46bf48e2289d97b","name":"should only return 1 node with relay capability","time":{"start":1706101165900,"stop":1706101165901,"duration":1},"status":"passed","severity":"normal"},{"uid":"38dc0c97c20f2897","name":"Check received message containing escaped characters","time":{"start":1706101369621,"stop":1706101369622,"duration":1},"status":"passed","severity":"normal"},{"uid":"916505ddd7fedf5c","name":"Push message with Script payload","time":{"start":1706101593987,"stop":1706101593987,"duration":0},"status":"passed","severity":"normal"},{"uid":"519c77acd56d1040","name":"Check received message containing numeric","time":{"start":1706101723754,"stop":1706101723755,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ce3aa2a4a87d32a","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101792215,"stop":1706101792215,"duration":0},"status":"passed","severity":"normal"},{"uid":"f412444b71cd3e9a","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706101208192,"stop":1706101208193,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba55e9bd8b473a50","name":"nwaku subscribes","time":{"start":1706101500050,"stop":1706101500051,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dec4c86a9751ab7","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706101165474,"stop":1706101165475,"duration":1},"status":"passed","severity":"normal"},{"uid":"20c465afe43a2304","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706101340883,"stop":1706101340883,"duration":0},"status":"passed","severity":"normal"},{"uid":"763ed4fd31abe47b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101792208,"stop":1706101792208,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca497fbf0732e4","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101792209,"stop":1706101792210,"duration":1},"status":"passed","severity":"normal"},{"uid":"941813bd5b299929","name":"Push message with emoji payload","time":{"start":1706101757829,"stop":1706101757830,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93a669fcaa8fa66","name":"Default pageSize","time":{"start":1706101762917,"stop":1706101762917,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca21f10835aa5779","name":"Check message with no payload is not received","time":{"start":1706101723793,"stop":1706101723793,"duration":0},"status":"passed","severity":"normal"},{"uid":"1580679dd33df4e","name":"Check meta is set [symmetric]","time":{"start":1706101171753,"stop":1706101171754,"duration":1},"status":"passed","severity":"normal"},{"uid":"2312b307c77dd4f6","name":"Check received message with timestamp: undefined ","time":{"start":1706101723808,"stop":1706101723808,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca992e68b6e1b37b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101792211,"stop":1706101792212,"duration":1},"status":"passed","severity":"normal"},{"uid":"21738083db2b66ea","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101401959,"stop":1706101401960,"duration":1},"status":"passed","severity":"normal"},{"uid":"763fb5844fd85a94","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515228,"stop":1706101515229,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0cad28665276c47","name":"Check received message containing long","time":{"start":1706101369614,"stop":1706101369614,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b38a0bd810c423","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706101340882,"stop":1706101340882,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a87c6f08a7acd2a","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706101227399,"stop":1706101227400,"duration":1},"status":"passed","severity":"normal"},{"uid":"88ce17eed7b91d6c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276339,"stop":1706101276340,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0e2900f6f2944cf","name":"Sample","time":{"start":1706101150543,"stop":1706101150543,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55aaed0893d51d4","name":"Push message with rate limit","time":{"start":1706101594023,"stop":1706101594023,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2bc31fcda44d23","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101401956,"stop":1706101401957,"duration":1},"status":"passed","severity":"normal"},{"uid":"460b3cb51b4e7a58","name":"Privacy Node - default protocol","time":{"start":1706101779468,"stop":1706101779468,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfbfa92535ce8f60","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706101545981,"stop":1706101545981,"duration":0},"status":"passed","severity":"normal"},{"uid":"175dc297829f3d85","name":"Push message with content topic containing JSON","time":{"start":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","severity":"normal"},{"uid":"d256bd2aeec38e86","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101792215,"stop":1706101792215,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4fc97f5831bb866","name":"Overlapping topic subscription","time":{"start":1706101792206,"stop":1706101792206,"duration":0},"status":"passed","severity":"normal"},{"uid":"54ce80cab1fe0003","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706101145133,"stop":1706101145133,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1a5c3367ab78b8e","name":"should properly create peer info with all multiaddrs","time":{"start":1706101151149,"stop":1706101151149,"duration":0},"status":"passed","severity":"normal"},{"uid":"302e87ef96f6fd52","name":"Waku message hash computation (payload length 0)","time":{"start":1706101145133,"stop":1706101145134,"duration":1},"status":"passed","severity":"normal"},{"uid":"5523fbf9e0850749","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101401961,"stop":1706101401962,"duration":1},"status":"passed","severity":"normal"},{"uid":"3505bf9431ea5132","name":"\"after each\" hook for \"same cluster, different shard: nodes connect\"","time":{"start":1706101451793,"stop":1706101451794,"duration":1},"status":"broken","severity":"normal"},{"uid":"fa8ac1a57fe44894","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101792203,"stop":1706101792203,"duration":0},"status":"passed","severity":"normal"},{"uid":"4999522dc87f721c","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706101150525,"stop":1706101150526,"duration":1},"status":"passed","severity":"normal"},{"uid":"736383f013c50f34","name":"throws on content topic with generation field greater than 0","time":{"start":1706101142411,"stop":1706101142411,"duration":0},"status":"passed","severity":"normal"},{"uid":"41f4ec2c768d5558","name":"Asymmetric encrypt & decrypt","time":{"start":1706101172249,"stop":1706101172249,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e28e6f730e00a74","name":"Check publish message containing Arabic","time":{"start":1706101530686,"stop":1706101530688,"duration":2},"status":"passed","severity":"normal"},{"uid":"1bb913e6ca4344d1","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101792208,"stop":1706101792208,"duration":0},"status":"passed","severity":"normal"},{"uid":"b955fe67fc0f4a62","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706101515227,"stop":1706101515228,"duration":1},"status":"passed","severity":"normal"},{"uid":"abe2ac0000cde237","name":"can dial TLS multiaddrs","time":{"start":1706101459696,"stop":1706101459696,"duration":0},"status":"passed","severity":"normal"},{"uid":"f629cf4b08f3e762","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706101778132,"stop":1706101778132,"duration":0},"status":"passed","severity":"normal"},{"uid":"277f1a74f867c013","name":"Passing cursor with wrong message digest","time":{"start":1706101651748,"stop":1706101651749,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b427549e4a664f9","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706101150524,"stop":1706101150525,"duration":1},"status":"passed","severity":"normal"},{"uid":"628715cc46e2f27d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340863,"stop":1706101340863,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b89dc54c118fbd5","name":"throws on content topic with non-number generation field","time":{"start":1706101142410,"stop":1706101142410,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7b063c6ea5bc68","name":"returns all values when wanted number is greater than available values","time":{"start":1706101164958,"stop":1706101164958,"duration":0},"status":"passed","severity":"normal"},{"uid":"67085d8ed16ec12e","name":"Push message with content topic containing long","time":{"start":1706101757833,"stop":1706101757834,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8fa1321d88e2ae9","name":"Ping on subscribed peer","time":{"start":1706101261569,"stop":1706101261569,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f958d1cb88f1bfe","name":"Refresh subscription","time":{"start":1706101792206,"stop":1706101792206,"duration":0},"status":"passed","severity":"normal"},{"uid":"50a081270fc8b99b","name":"same cluster, different shard: nodes connect","time":{"start":1706101340855,"stop":1706101340857,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a36146557d014c9","name":"Check received message containing numeric","time":{"start":1706101369614,"stop":1706101369615,"duration":1},"status":"passed","severity":"normal"},{"uid":"f08abe30983bc8df","name":"Push message with XML payload","time":{"start":1706101593988,"stop":1706101593988,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6c57cfff19341c5","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706101778131,"stop":1706101778131,"duration":0},"status":"passed","severity":"normal"},{"uid":"662260c42f6293a5","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101792222,"stop":1706101792222,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffb674dd3f1f65e2","name":"pre and post cipher","time":{"start":1706101172250,"stop":1706101172251,"duration":1},"status":"passed","severity":"normal"},{"uid":"86fe5c7ce8aa6aec","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101723789,"stop":1706101723789,"duration":0},"status":"passed","severity":"normal"},{"uid":"2df6f1e5a972b037","name":"Push message with XML payload","time":{"start":1706101757820,"stop":1706101757823,"duration":3},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6266/widgets/environment.json b/6266/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6266/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6266/widgets/executors.json b/6266/widgets/executors.json deleted file mode 100644 index 983a56574e4..00000000000 --- a/6266/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":6266,"buildName":"GitHub Actions Run #7640481285","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/7640481285","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/6266/"}] \ No newline at end of file diff --git a/6266/widgets/history-trend.json b/6266/widgets/history-trend.json deleted file mode 100644 index ac5f9c264a6..00000000000 --- a/6266/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6266,"reportUrl":"https://waku-org.github.io/js-waku/6266/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":682,"unknown":0,"total":700}},{"buildOrder":6265,"reportUrl":"https://waku-org.github.io/js-waku/6265/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6264,"reportUrl":"https://waku-org.github.io/js-waku/6264/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6263,"reportUrl":"https://waku-org.github.io/js-waku/6263/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6262,"reportUrl":"https://waku-org.github.io/js-waku/6262/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6261,"reportUrl":"https://waku-org.github.io/js-waku/6261/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6260,"reportUrl":"https://waku-org.github.io/js-waku/6260/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6259,"reportUrl":"https://waku-org.github.io/js-waku/6259/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":13,"passed":511,"unknown":0,"total":526}},{"buildOrder":6258,"reportUrl":"https://waku-org.github.io/js-waku/6258/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6257,"reportUrl":"https://waku-org.github.io/js-waku/6257/","reportName":"Allure Report with history","data":{"failed":0,"broken":4,"skipped":13,"passed":507,"unknown":0,"total":524}},{"buildOrder":6256,"reportUrl":"https://waku-org.github.io/js-waku/6256/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6255,"reportUrl":"https://waku-org.github.io/js-waku/6255/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6254,"reportUrl":"https://waku-org.github.io/js-waku/6254/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6253,"reportUrl":"https://waku-org.github.io/js-waku/6253/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6252,"reportUrl":"https://waku-org.github.io/js-waku/6252/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6251,"reportUrl":"https://waku-org.github.io/js-waku/6251/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":13,"passed":511,"unknown":0,"total":524}},{"buildOrder":6250,"reportUrl":"https://waku-org.github.io/js-waku/6250/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":11,"passed":511,"unknown":0,"total":522}},{"buildOrder":6249,"reportUrl":"https://waku-org.github.io/js-waku/6249/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":11,"passed":511,"unknown":0,"total":522}},{"buildOrder":6248,"reportUrl":"https://waku-org.github.io/js-waku/6248/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":11,"passed":511,"unknown":0,"total":522}},{"buildOrder":6247,"reportUrl":"https://waku-org.github.io/js-waku/6247/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":15,"passed":684,"unknown":0,"total":699}}] \ No newline at end of file diff --git a/6266/widgets/launch.json b/6266/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6266/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6266/widgets/retry-trend.json b/6266/widgets/retry-trend.json deleted file mode 100644 index 324410943fa..00000000000 --- a/6266/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6266,"reportUrl":"https://waku-org.github.io/js-waku/6266/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6265,"reportUrl":"https://waku-org.github.io/js-waku/6265/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6264,"reportUrl":"https://waku-org.github.io/js-waku/6264/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6263,"reportUrl":"https://waku-org.github.io/js-waku/6263/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6262,"reportUrl":"https://waku-org.github.io/js-waku/6262/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6261,"reportUrl":"https://waku-org.github.io/js-waku/6261/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6260,"reportUrl":"https://waku-org.github.io/js-waku/6260/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6259,"reportUrl":"https://waku-org.github.io/js-waku/6259/","reportName":"Allure Report with history","data":{"run":526,"retry":2}},{"buildOrder":6258,"reportUrl":"https://waku-org.github.io/js-waku/6258/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6257,"reportUrl":"https://waku-org.github.io/js-waku/6257/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6256,"reportUrl":"https://waku-org.github.io/js-waku/6256/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6255,"reportUrl":"https://waku-org.github.io/js-waku/6255/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6254,"reportUrl":"https://waku-org.github.io/js-waku/6254/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6253,"reportUrl":"https://waku-org.github.io/js-waku/6253/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6252,"reportUrl":"https://waku-org.github.io/js-waku/6252/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6251,"reportUrl":"https://waku-org.github.io/js-waku/6251/","reportName":"Allure Report with history","data":{"run":524,"retry":2}},{"buildOrder":6250,"reportUrl":"https://waku-org.github.io/js-waku/6250/","reportName":"Allure Report with history","data":{"run":522,"retry":2}},{"buildOrder":6249,"reportUrl":"https://waku-org.github.io/js-waku/6249/","reportName":"Allure Report with history","data":{"run":522,"retry":2}},{"buildOrder":6248,"reportUrl":"https://waku-org.github.io/js-waku/6248/","reportName":"Allure Report with history","data":{"run":522,"retry":2}},{"buildOrder":6247,"reportUrl":"https://waku-org.github.io/js-waku/6247/","reportName":"Allure Report with history","data":{"run":699,"retry":2}}] \ No newline at end of file diff --git a/6266/widgets/severity.json b/6266/widgets/severity.json deleted file mode 100644 index 53112f7df65..00000000000 --- a/6266/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"f3730132b4ef1490","name":"Ephemeral field set to true","time":{"start":1706101156102,"stop":1706101156103,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c939c80bf8e47d4","name":"should not fail to stop the service if it was not started","time":{"start":1706101214347,"stop":1706101214347,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0f5e0327b03232f","name":"Check received message with timestamp: 1706101190517000000 ","time":{"start":1706101723787,"stop":1706101723788,"duration":1},"status":"passed","severity":"normal"},{"uid":"c90e499179ab8524","name":"Nodes with multiple pubsub topic","time":{"start":1706101515230,"stop":1706101515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"e71972a0103c9bd","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101414343,"stop":1706101414343,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a01f0e1cbf9891","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101401958,"stop":1706101401959,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c50f2e4623d783","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706101719496,"stop":1706101719496,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac7c38b468d211e6","name":"should not fail to start the service if it is already started","time":{"start":1706101214348,"stop":1706101214348,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd05d5f71f5d91ab","name":"Query with Promise Callback, No message returned","time":{"start":1706101689285,"stop":1706101689285,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ca5d4f3d9e9647e","name":"Check message with no payload is not received","time":{"start":1706101369635,"stop":1706101369636,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5c20b38837673f2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101414343,"stop":1706101414344,"duration":1},"status":"passed","severity":"normal"},{"uid":"d11987b55e09fd17","name":"Check publish message containing long","time":{"start":1706101530681,"stop":1706101530681,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df1384c41c97be","name":"Check received message containing shell command","time":{"start":1706101723804,"stop":1706101723804,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70c50495a1457a3","name":"Push message with shell command payload","time":{"start":1706101593990,"stop":1706101593990,"duration":0},"status":"passed","severity":"normal"},{"uid":"e93a669fcaa8fa66","name":"Default pageSize","time":{"start":1706101762917,"stop":1706101762917,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6cc5b6f0797f084","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748586,"stop":1706101748586,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc1919d773f2885","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706101545982,"stop":1706101545983,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a361586da73d8f9","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706101340872,"stop":1706101340873,"duration":1},"status":"passed","severity":"normal"},{"uid":"896f28cea0c5f095","name":"Check received message containing Basic HTML tag","time":{"start":1706101723760,"stop":1706101723760,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b7ee3c1d7a1a2ad","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101792214,"stop":1706101792214,"duration":0},"status":"passed","severity":"normal"},{"uid":"20a28e1db77d1fb3","name":"Push message with short payload","time":{"start":1706101593982,"stop":1706101593983,"duration":1},"status":"passed","severity":"normal"},{"uid":"941813bd5b299929","name":"Push message with emoji payload","time":{"start":1706101757829,"stop":1706101757830,"duration":1},"status":"passed","severity":"normal"},{"uid":"452a08c0c03d344a","name":"should properly create location multiaddrs - udp6","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6b8cbe7db8f2734","name":"Generator, custom pubsub topic","time":{"start":1706101748587,"stop":1706101748588,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb35552a5bf0154","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706101545975,"stop":1706101545975,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa31a8ee314376fe","name":"Check message with non string payload is not received","time":{"start":1706101723815,"stop":1706101723815,"duration":0},"status":"passed","severity":"normal"},{"uid":"29bffc025fe8b1cc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101414349,"stop":1706101414350,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b64b59e96da220c","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706101276343,"stop":1706101276343,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5001934783c08a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515234,"stop":1706101515235,"duration":1},"status":"passed","severity":"normal"},{"uid":"da4b53f2f03ad50e","name":"Push message with content topic containing Russian","time":{"start":1706101594002,"stop":1706101594002,"duration":0},"status":"passed","severity":"normal"},{"uid":"d23842624d986979","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706101651745,"stop":1706101651746,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b89dc54c118fbd5","name":"throws on content topic with non-number generation field","time":{"start":1706101142410,"stop":1706101142410,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbec5967395deb","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340866,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d9e79012daa0cb","name":"Subscribe to topic containing long and receive message","time":{"start":1706101401942,"stop":1706101401943,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a5c37ba04f654f","name":"should properly create location multiaddrs - udp","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcec27eae0711689","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101401958,"stop":1706101401958,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b5f0926c1483d15","name":"Push message with content topic containing unicode special characters","time":{"start":1706101757842,"stop":1706101757854,"duration":12},"status":"passed","severity":"normal"},{"uid":"1a006fc0ca6e55","name":"Check publish message containing Script","time":{"start":1706101530701,"stop":1706101530703,"duration":2},"status":"passed","severity":"normal"},{"uid":"5d5257dc0f549294","name":"Check received message containing escaped characters","time":{"start":1706101723779,"stop":1706101723781,"duration":2},"status":"passed","severity":"normal"},{"uid":"68555984024392c4","name":"Query with Ordered Callback, No message returned","time":{"start":1706101689282,"stop":1706101689282,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff32307d7b21f12a","name":"should be called for bootstrap peers","time":{"start":1706101227407,"stop":1706101227407,"duration":0},"status":"passed","severity":"normal"},{"uid":"11cca0a318dba0b5","name":"should properly create location multiaddrs - tcp","time":{"start":1706101151148,"stop":1706101151149,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e8d4893b16e28df","name":"unsubscribes","time":{"start":1706101763393,"stop":1706101763393,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4cafa3676e35a3","name":"Check message with no content topic is not received","time":{"start":1706101723792,"stop":1706101723792,"duration":0},"status":"passed","severity":"normal"},{"uid":"3547512a07db329d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101792223,"stop":1706101792224,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c504e9fbf7b3dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462549,"stop":1706101462550,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ce80cab1fe0003","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706101145133,"stop":1706101145133,"duration":0},"status":"passed","severity":"normal"},{"uid":"d33a22d4f1037953","name":"Push message with long payload","time":{"start":1706101593983,"stop":1706101593983,"duration":0},"status":"passed","severity":"normal"},{"uid":"f418cd840bf4359d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101264754,"stop":1706101264754,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ad48c6a4741db7","name":"Meta field set when metaSetter is specified","time":{"start":1706101156103,"stop":1706101156103,"duration":0},"status":"passed","severity":"normal"},{"uid":"421bc75c49524a76","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706101173677,"stop":1706101173677,"duration":0},"status":"passed","severity":"normal"},{"uid":"236821ef966df82e","name":"Subscribe to topic containing short and receive message","time":{"start":1706101792217,"stop":1706101792218,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dec4c86a9751ab7","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706101165474,"stop":1706101165475,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ba0578e766766b","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706101150527,"stop":1706101150528,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3e056dfe47dcf66","name":"Promise Callback - backward","time":{"start":1706101747995,"stop":1706101747995,"duration":0},"status":"passed","severity":"normal"},{"uid":"15c1b3da52cc2dff","name":"Check received message with timestamp: undefined ","time":{"start":1706101369632,"stop":1706101369633,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e939a3fffb918fd","name":"Fails to push message bigger that 1MB","time":{"start":1706101594029,"stop":1706101594029,"duration":0},"status":"passed","severity":"normal"},{"uid":"460b3cb51b4e7a58","name":"Privacy Node - default protocol","time":{"start":1706101779468,"stop":1706101779468,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9f65469d1139a7f","name":"Check message with no pubsub topic is not received","time":{"start":1706101369634,"stop":1706101369635,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac552508b4fc93ae","name":"Encoder throws on empty string content topic","time":{"start":1706101171755,"stop":1706101171756,"duration":1},"status":"passed","severity":"normal"},{"uid":"929689bbadbd5010","name":"Generator, custom pubsub topic","time":{"start":1706101748586,"stop":1706101748586,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c1165444fda7ea6","name":"Check publish message containing Basic HTML tag","time":{"start":1706101530704,"stop":1706101530705,"duration":1},"status":"passed","severity":"normal"},{"uid":"52c3feb003c350a9","name":"Passing page size 0 when there are 110 messages","time":{"start":1706101762913,"stop":1706101762914,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfbfa92535ce8f60","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706101545981,"stop":1706101545981,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5884114a7895e98","name":"can start the service","time":{"start":1706101626119,"stop":1706101626120,"duration":1},"status":"passed","severity":"normal"},{"uid":"be08021a44113eb3","name":"Symmetric encrypt & Decrypt","time":{"start":1706101172250,"stop":1706101172250,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a56eff57f4e7f0","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706101746410,"stop":1706101746410,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf2fa95249d9b55","name":"Push message with content topic containing short","time":{"start":1706101757833,"stop":1706101757833,"duration":0},"status":"passed","severity":"normal"},{"uid":"afa602fa9fadd08d","name":"Push to array if already present","time":{"start":1706101142186,"stop":1706101142186,"duration":0},"status":"passed","severity":"normal"},{"uid":"635b0a5cec61d015","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","severity":"normal"},{"uid":"277f1a74f867c013","name":"Passing cursor with wrong message digest","time":{"start":1706101651748,"stop":1706101651749,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4b59182acfae600","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706101340886,"stop":1706101340886,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a172a625b29976d","name":"should use DNS peer discovery with light client","time":{"start":1706101214352,"stop":1706101214352,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ef582470585072f","name":"Ping on unsubscribed peer","time":{"start":1706101261570,"stop":1706101261570,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8fa1321d88e2ae9","name":"Ping on subscribed peer","time":{"start":1706101261569,"stop":1706101261569,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a1fa3ca4feafe61","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706101165473,"stop":1706101165474,"duration":1},"status":"passed","severity":"normal"},{"uid":"f412444b71cd3e9a","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706101208192,"stop":1706101208193,"duration":1},"status":"passed","severity":"normal"},{"uid":"c226d6bd4a14548a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101792211,"stop":1706101792211,"duration":0},"status":"passed","severity":"normal"},{"uid":"e350792565be4a29","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706101340860,"stop":1706101340861,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fedaa91fa63ec8d","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706101746409,"stop":1706101746409,"duration":0},"status":"passed","severity":"normal"},{"uid":"8baa784094c75539","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748588,"stop":1706101748588,"duration":0},"status":"passed","severity":"normal"},{"uid":"76b7cb35e9638d1e","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706101165903,"stop":1706101165903,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d3c7b6017808e3c7","name":"Ordered callback, aborts when callback returns true","time":{"start":1706101721137,"stop":1706101721138,"duration":1},"status":"passed","severity":"normal"},{"uid":"a94c1a30a062a21e","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706101340885,"stop":1706101340885,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2bc31fcda44d23","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101401956,"stop":1706101401957,"duration":1},"status":"passed","severity":"normal"},{"uid":"20c465afe43a2304","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706101340883,"stop":1706101340883,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe9de97eb229f8fb","name":"Push message with content topic containing Chinese","time":{"start":1706101757836,"stop":1706101757837,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eaa6d2a520379f7","name":"Push message with content topic containing SQL Injection","time":{"start":1706101757839,"stop":1706101757839,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a1c1c55d4acbe80","name":"Push message equal or less that 1MB","time":{"start":1706101594028,"stop":1706101594029,"duration":1},"status":"passed","severity":"normal"},{"uid":"c56ec161720eaac2","name":"Push message with escaped characters payload","time":{"start":1706101757826,"stop":1706101757828,"duration":2},"status":"passed","severity":"normal"},{"uid":"212a7bbabbab7565","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706101340873,"stop":1706101340877,"duration":4},"status":"passed","severity":"normal"},{"uid":"1e22812d74727e8d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101369630,"stop":1706101369632,"duration":2},"status":"passed","severity":"normal"},{"uid":"3b7a0e47a35ba105","name":"throws on content topic with empty topic name field","time":{"start":1706101142412,"stop":1706101142412,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb4c491d200c5eaf","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706101545970,"stop":1706101545970,"duration":0},"status":"passed","severity":"normal"},{"uid":"50aeda2494f98c1e","name":"Push message with content topic containing shell command","time":{"start":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","severity":"normal"},{"uid":"adf0c5929bce4f37","name":"Check received message containing shell command","time":{"start":1706101369621,"stop":1706101369621,"duration":0},"status":"passed","severity":"normal"},{"uid":"31257641a3ebf4f3","name":"Check received message containing escaped characters","time":{"start":1706101723804,"stop":1706101723805,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7ffa5952ae9ffdd","name":"creates an iterator","time":{"start":1706101763392,"stop":1706101763392,"duration":0},"status":"passed","severity":"normal"},{"uid":"676616a0925929d6","name":"Push message with content topic containing Russian","time":{"start":1706101757837,"stop":1706101757839,"duration":2},"status":"passed","severity":"normal"},{"uid":"26073224e94e3a49","name":"Publish message with custom timestamp: Thu Feb 02 2023 13:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530732,"stop":1706101530732,"duration":0},"status":"passed","severity":"normal"},{"uid":"60a456e26e2204e8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101792224,"stop":1706101792224,"duration":0},"status":"passed","severity":"normal"},{"uid":"a49d23b1a6ba483a","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530719,"stop":1706101530732,"duration":13},"status":"passed","severity":"normal"},{"uid":"519c77acd56d1040","name":"Check received message containing numeric","time":{"start":1706101723754,"stop":1706101723755,"duration":1},"status":"passed","severity":"normal"},{"uid":"de0fefc2950fa70f","name":"Check received message containing long","time":{"start":1706101723795,"stop":1706101723797,"duration":2},"status":"passed","severity":"normal"},{"uid":"f409c4cbf5b80947","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101414343,"stop":1706101414343,"duration":0},"status":"passed","severity":"normal"},{"uid":"47aedf077a775b59","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706101227401,"stop":1706101227402,"duration":1},"status":"passed","severity":"normal"},{"uid":"510a60b861a06d8f","name":"Push message with Basic HTML tag payload","time":{"start":1706101593988,"stop":1706101593989,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d8d885c445c73","name":"Check message received after jswaku node is restarted","time":{"start":1706101723815,"stop":1706101723816,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2279b43177833d72","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101792211,"stop":1706101792211,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e28e6f730e00a74","name":"Check publish message containing Arabic","time":{"start":1706101530686,"stop":1706101530688,"duration":2},"status":"passed","severity":"normal"},{"uid":"4961e01d689002c9","name":"Push message with content topic containing special chars","time":{"start":1706101593995,"stop":1706101593997,"duration":2},"status":"passed","severity":"normal"},{"uid":"5c1275464dffd3b3","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706101746409,"stop":1706101746410,"duration":1},"status":"passed","severity":"normal"},{"uid":"791036933a1ecdcc","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101414346,"stop":1706101414346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca9c48166c7ef9a","name":"Correctly serialized arguments","time":{"start":1706101459765,"stop":1706101459766,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd18a88b7cfe0546","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101792212,"stop":1706101792212,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dd3499ce9dd700","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101792203,"stop":1706101792204,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c3697b8958ca195","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515231,"stop":1706101515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"727a40d006ac4da3","name":"Decoder throws on undefined content topic","time":{"start":1706101171756,"stop":1706101171756,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad2a937b376e215","name":"Push message equal or less that 1MB","time":{"start":1706101757862,"stop":1706101757863,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0cad28665276c47","name":"Check received message containing long","time":{"start":1706101369614,"stop":1706101369614,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f90eb21d84fb0a","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706101651747,"stop":1706101651747,"duration":0},"status":"passed","severity":"normal"},{"uid":"cedfd10ccfffc6b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706101545971,"stop":1706101545972,"duration":1},"status":"passed","severity":"normal"},{"uid":"613eb9ec826aa354","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101792213,"stop":1706101792213,"duration":0},"status":"passed","severity":"normal"},{"uid":"1580679dd33df4e","name":"Check meta is set [symmetric]","time":{"start":1706101171753,"stop":1706101171754,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dee6a3b6bdd0ce5","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706101340859,"stop":1706101340859,"duration":0},"status":"passed","severity":"normal"},{"uid":"c78d6961c7822686","name":"Check received message containing Script","time":{"start":1706101723758,"stop":1706101723759,"duration":1},"status":"passed","severity":"normal"},{"uid":"c06b80b026b73353","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101401932,"stop":1706101401932,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b856811798cfd50","name":"Push message with special chars payload","time":{"start":1706101757812,"stop":1706101757813,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4ad66b86a79c53","name":"Push message with content topic containing long","time":{"start":1706101593994,"stop":1706101593995,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cd5ce75f115fce","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276344,"stop":1706101276345,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a529684b0fb292","name":"should properly create location multiaddrs - tcp4","time":{"start":1706101151147,"stop":1706101151148,"duration":1},"status":"passed","severity":"normal"},{"uid":"3314b11f37cf73b4","name":"Check meta is set [ecies]","time":{"start":1706101173677,"stop":1706101173677,"duration":0},"status":"passed","severity":"normal"},{"uid":"3505bf9431ea5132","name":"\"after each\" hook for \"same cluster, different shard: nodes connect\"","time":{"start":1706101451793,"stop":1706101451794,"duration":1},"status":"broken","severity":"normal"},{"uid":"d8853308cdace076","name":"Push message with long payload","time":{"start":1706101757807,"stop":1706101757809,"duration":2},"status":"passed","severity":"normal"},{"uid":"c076ec37867defeb","name":"Query generator for multiple messages","time":{"start":1706101721125,"stop":1706101721126,"duration":1},"status":"passed","severity":"normal"},{"uid":"234dbcdbdcfe881a","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706101651749,"stop":1706101651749,"duration":0},"status":"passed","severity":"normal"},{"uid":"56825b74468c4589","name":"Check received message containing SQL Injection","time":{"start":1706101723757,"stop":1706101723757,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b492b9f71a0be3","name":"throws on empty content topic","time":{"start":1706101142409,"stop":1706101142409,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff37017bbca0cf69","name":"1 Relay, 1 Filter, gives up","time":{"start":1706101165598,"stop":1706101165598,"duration":0},"status":"passed","severity":"normal"},{"uid":"64a16f3f6d6b06cf","name":"should throw error - no id","time":{"start":1706101151135,"stop":1706101151135,"duration":0},"status":"passed","severity":"normal"},{"uid":"65739b82cbb99d63","name":"Encoder throws on undefined content topic","time":{"start":1706101173678,"stop":1706101173678,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f84ad7c1da15b60","name":"Publish message with custom timestamp: Wed Jan 24 2024 14:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530738,"stop":1706101530738,"duration":0},"status":"passed","severity":"normal"},{"uid":"89faa8829ccb6b68","name":"Check message with extra parameter is not received","time":{"start":1706101369636,"stop":1706101369636,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aac766b9552bf89","name":"should only return 1 node with relay and store capability","time":{"start":1706101165901,"stop":1706101165901,"duration":0},"status":"passed","severity":"normal"},{"uid":"e66e724ee8e1aa89","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706101545975,"stop":1706101545975,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eb024cd0728f26b","name":"tcp ip4 address","time":{"start":1706101150442,"stop":1706101150444,"duration":2},"status":"passed","severity":"normal"},{"uid":"34fcfb47acd3cabf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e4b2bf86c8fc31f","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706101515229,"stop":1706101515230,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bea625dd6cd3880","name":"Ping on subscribed peer","time":{"start":1706101261571,"stop":1706101261571,"duration":0},"status":"passed","severity":"normal"},{"uid":"62dfc63a34da21cd","name":"Push message with Russian payload","time":{"start":1706101593986,"stop":1706101593986,"duration":0},"status":"passed","severity":"normal"},{"uid":"82f33e5372cddb0c","name":"Decoder throws on undefined content topic","time":{"start":1706101173679,"stop":1706101173679,"duration":0},"status":"passed","severity":"normal"},{"uid":"d372c1fcba5def8c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706101340885,"stop":1706101340885,"duration":0},"status":"passed","severity":"normal"},{"uid":"8797792a06fff9bd","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706101689278,"stop":1706101689279,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7e84100a79efa07","name":"converts content topics to expected shard index","time":{"start":1706101142413,"stop":1706101142413,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1a5c3367ab78b8e","name":"should properly create peer info with all multiaddrs","time":{"start":1706101151149,"stop":1706101151149,"duration":0},"status":"passed","severity":"normal"},{"uid":"11561287b13a9fc8","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706101340870,"stop":1706101340870,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e2fd9063cff77d","name":"same cluster, same shard: nodes connect","time":{"start":1706101340855,"stop":1706101340855,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe6e8e95baa96a6","name":"Check publish message after client node is restarted","time":{"start":1706101530742,"stop":1706101530742,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ffd42d15a1a50a23","name":"retrieves a single peer","time":{"start":1706101165898,"stop":1706101165898,"duration":0},"status":"passed","severity":"normal"},{"uid":"57451d295c7d9fd9","name":"Check message with no payload is not received","time":{"start":1706101723815,"stop":1706101723815,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ada4e0cb9968a30","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101723807,"stop":1706101723807,"duration":0},"status":"passed","severity":"normal"},{"uid":"d542922a0122f8a6","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706101165472,"stop":1706101165472,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c3c9df3412f1ef","name":"should not receive a peer event before start","time":{"start":1706101214349,"stop":1706101214349,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6c57cfff19341c5","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706101778131,"stop":1706101778131,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e7ad21939c3bb00","name":"Check publish message containing Chinese","time":{"start":1706101530682,"stop":1706101530685,"duration":3},"status":"passed","severity":"normal"},{"uid":"d364f37505617d0c","name":"caches peers it previously fetched","time":{"start":1706101165900,"stop":1706101165900,"duration":0},"status":"passed","severity":"normal"},{"uid":"709290b13ad6a313","name":"Push message with numeric payload","time":{"start":1706101757810,"stop":1706101757812,"duration":2},"status":"passed","severity":"normal"},{"uid":"8ea5e4707f1651bb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276343,"stop":1706101276344,"duration":1},"status":"passed","severity":"normal"},{"uid":"82d9de528f8dbba","name":"Check message received after jswaku node is restarted","time":{"start":1706101723794,"stop":1706101723794,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d5295985f7b4ad64","name":"Publish message with large meta","time":{"start":1706101530742,"stop":1706101530742,"duration":0},"status":"passed","severity":"normal"},{"uid":"136a5563b94f944b","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706101651746,"stop":1706101651747,"duration":1},"status":"passed","severity":"normal"},{"uid":"24f39026bc5c9c7a","name":"should set field with only STORE enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"915fb11f37eabd0","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101723789,"stop":1706101723790,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf7559db5fc49b9","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276340,"stop":1706101276341,"duration":1},"status":"passed","severity":"normal"},{"uid":"d900571e0b04965a","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706101150530,"stop":1706101150530,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f795980f2e090","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706101515231,"stop":1706101515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"cec0dd6135c38244","name":"udp ip6 address","time":{"start":1706101150444,"stop":1706101150445,"duration":1},"status":"passed","severity":"normal"},{"uid":"69d8bd2bd9a1200","name":"Check publish message containing short","time":{"start":1706101530679,"stop":1706101530681,"duration":2},"status":"passed","severity":"normal"},{"uid":"d7f71acb003da4c0","name":"Push message with Arabic payload","time":{"start":1706101593986,"stop":1706101593986,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e51925bbbcd8a47","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748594,"stop":1706101748594,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a1cbc3b2031821b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706101401939,"stop":1706101401939,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ca69d7ec3a41133","name":"Push message with unicode special characters payload","time":{"start":1706101593991,"stop":1706101593991,"duration":0},"status":"passed","severity":"normal"},{"uid":"a32d6024008577c3","name":"isConnected should return false after all peers disconnect","time":{"start":1706101227417,"stop":1706101227418,"duration":1},"status":"passed","severity":"normal"},{"uid":"887d953e4f8bfad5","name":"nwaku interop","time":{"start":1706101626118,"stop":1706101626119,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3e7b8b47b33afd9","name":"Check publish message containing special chars","time":{"start":1706101530682,"stop":1706101530682,"duration":0},"status":"passed","severity":"normal"},{"uid":"711bc0cb816eb8ba","name":"different cluster, different shard: nodes don't connect","time":{"start":1706101340858,"stop":1706101340859,"duration":1},"status":"passed","severity":"normal"},{"uid":"e05c6a23a29abd4e","name":"should set field with only FILTER enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"37238c221f5b03e7","name":"Push message with numeric payload","time":{"start":1706101593984,"stop":1706101593985,"duration":1},"status":"passed","severity":"normal"},{"uid":"67085d8ed16ec12e","name":"Push message with content topic containing long","time":{"start":1706101757833,"stop":1706101757834,"duration":1},"status":"passed","severity":"normal"},{"uid":"23c193197e346db7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101723807,"stop":1706101723807,"duration":0},"status":"passed","severity":"normal"},{"uid":"a345eb96f8dd8416","name":"Subscribe and receive messages via lightPush","time":{"start":1706101401930,"stop":1706101401931,"duration":1},"status":"passed","severity":"normal"},{"uid":"779df4d8cba99ec2","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706101155849,"stop":1706101155850,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dd2bfdd272702dc","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706101155850,"stop":1706101155850,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf65a4a3f855be1c","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515227,"stop":1706101515227,"duration":0},"status":"passed","severity":"normal"},{"uid":"84fb92503e99691c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc777917a2a1931","name":"does not throw on valid cases","time":{"start":1706101142408,"stop":1706101142408,"duration":0},"status":"passed","severity":"normal"},{"uid":"b955fe67fc0f4a62","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706101515227,"stop":1706101515228,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c5630638e2aa43b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706101340867,"stop":1706101340867,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1033ad775a0f83a","name":"Subscribe and receive messages via lightPush","time":{"start":1706101792203,"stop":1706101792203,"duration":0},"status":"passed","severity":"normal"},{"uid":"231ab900763ebeae","name":"Push message with custom timestamp: 1706097769775","time":{"start":1706101594027,"stop":1706101594027,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929ea5da9d1d2d0","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706101401963,"stop":1706101401964,"duration":1},"status":"passed","severity":"normal"},{"uid":"88ce17eed7b91d6c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276339,"stop":1706101276340,"duration":1},"status":"passed","severity":"normal"},{"uid":"f50749c0ae7a0d1e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340870,"stop":1706101340870,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cf9e666598a718e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101792207,"stop":1706101792208,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f44de90dd934cc","name":"Push message with content topic containing SQL Injection","time":{"start":1706101594002,"stop":1706101594002,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb287d0b072203c","name":"Push message with Script payload","time":{"start":1706101757819,"stop":1706101757820,"duration":1},"status":"passed","severity":"normal"},{"uid":"86795aa9adbf5504","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101792210,"stop":1706101792210,"duration":0},"status":"passed","severity":"normal"},{"uid":"29b7912dd08dd0eb","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706101227405,"stop":1706101227405,"duration":0},"status":"passed","severity":"normal"},{"uid":"f08e2bbbcb4b37fd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462551,"stop":1706101462551,"duration":0},"status":"passed","severity":"normal"},{"uid":"75bbdb69e27d5e01","name":"1 Store, 2 fetches","time":{"start":1706101165597,"stop":1706101165597,"duration":0},"status":"passed","severity":"normal"},{"uid":"68a1290270b34d6f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706101340881,"stop":1706101340881,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa002e4661029e12","name":"Push message with Chinese payload","time":{"start":1706101593985,"stop":1706101593986,"duration":1},"status":"passed","severity":"normal"},{"uid":"18f2f53b2ae6e090","name":"Generator, custom pubsub topic","time":{"start":1706101748593,"stop":1706101748593,"duration":0},"status":"passed","severity":"normal"},{"uid":"5576c61d2c544d5b","name":"Push message with content topic containing shell command","time":{"start":1706101594013,"stop":1706101594013,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c20c75c60a6a47c","name":"Check received message containing SQL Injection","time":{"start":1706101723802,"stop":1706101723802,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b514f020141b7d","name":"Check message with no content topic is not received","time":{"start":1706101369635,"stop":1706101369635,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7f99b86ecd8e322","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706101150530,"stop":1706101150531,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ddb4782d720a68b","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101401933,"stop":1706101401937,"duration":4},"status":"passed","severity":"normal"},{"uid":"c3772e5b484af962","name":"Query Generator, No Decoder","time":{"start":1706101689279,"stop":1706101689280,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae2dc0ed7e8e076c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748592,"stop":1706101748593,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0612d9e50de3c67","name":"returns all values when wanted number matches available values","time":{"start":1706101164956,"stop":1706101164957,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bdbaa0ec105744c","name":"Push message with unicode special characters payload","time":{"start":1706101757828,"stop":1706101757829,"duration":1},"status":"passed","severity":"normal"},{"uid":"a769bd754d76cfad","name":"Sign & Recover","time":{"start":1706101172251,"stop":1706101172251,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97a5f577b6ed489","name":"Check message received after nwaku node is restarted","time":{"start":1706101723816,"stop":1706101723816,"duration":0},"status":"skipped","severity":"normal"},{"uid":"10fdfc2e4bee0643","name":"Passing page size 3 when there are 20 messages","time":{"start":1706101762914,"stop":1706101762914,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71da94590d42a4e","name":"should get / set UDP multiaddr","time":{"start":1706101151146,"stop":1706101151147,"duration":1},"status":"passed","severity":"normal"},{"uid":"48a0c843a8f098e5","name":"Check received message containing SQL Injection","time":{"start":1706101369617,"stop":1706101369617,"duration":0},"status":"passed","severity":"normal"},{"uid":"12fa11bed30360a4","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706101171753,"stop":1706101171753,"duration":0},"status":"passed","severity":"normal"},{"uid":"58328e4b83beadfd","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706101594003,"stop":1706101594012,"duration":9},"status":"passed","severity":"normal"},{"uid":"a13790ae24eaed76","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706101545978,"stop":1706101545979,"duration":1},"status":"passed","severity":"normal"},{"uid":"76e44e10640e4807","name":"Passing page size 19 when there are 20 messages","time":{"start":1706101762915,"stop":1706101762916,"duration":1},"status":"passed","severity":"normal"},{"uid":"917326cc2d2ba314","name":"Check received message containing unicode special characters","time":{"start":1706101723805,"stop":1706101723805,"duration":0},"status":"passed","severity":"normal"},{"uid":"79ab3bcfc0e3ebc7","name":"should only return 1 node with store capability","time":{"start":1706101165901,"stop":1706101165901,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8e8c602b401ed8","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706101150521,"stop":1706101150522,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6ded1fb5872836a","name":"LightPush","time":{"start":1706101779466,"stop":1706101779467,"duration":1},"status":"passed","severity":"normal"},{"uid":"a184ed5ae63279a6","name":"Subscribe to topic containing short and receive message","time":{"start":1706101792206,"stop":1706101792207,"duration":1},"status":"passed","severity":"normal"},{"uid":"41b3ce94a2abf582","name":"Check message on other pubsub topic is not received","time":{"start":1706101723791,"stop":1706101723791,"duration":0},"status":"passed","severity":"normal"},{"uid":"587d7817aeaac362","name":"Push message with special chars payload","time":{"start":1706101593985,"stop":1706101593985,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dbf91a5ad4be15","name":"should emit a peer event after start","time":{"start":1706101214348,"stop":1706101214349,"duration":1},"status":"passed","severity":"normal"},{"uid":"48438e221dfa9b38","name":"Check message received after jswaku node is restarted","time":{"start":1706101369638,"stop":1706101369638,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c319ec7837badfdf","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706101778133,"stop":1706101778133,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb062a8939a71300","name":"Query Generator, No message returned","time":{"start":1706101689280,"stop":1706101689280,"duration":0},"status":"passed","severity":"normal"},{"uid":"263234f648d8129b","name":"Push message with content topic containing unicode special characters","time":{"start":1706101594016,"stop":1706101594017,"duration":1},"status":"passed","severity":"normal"},{"uid":"739d432b18ce609e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101792214,"stop":1706101792214,"duration":0},"status":"passed","severity":"normal"},{"uid":"55ccfcaf8dd8766f","name":"Publish message with rate limit","time":{"start":1706101530742,"stop":1706101530743,"duration":1},"status":"passed","severity":"normal"},{"uid":"daedb9739ffa7bd7","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706101208191,"stop":1706101208192,"duration":1},"status":"passed","severity":"normal"},{"uid":"60089cb266d7d558","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706101340868,"stop":1706101340868,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b1274c08627bcf","name":"Publish message with custom timestamp: Wed Jan 24 2024 12:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530732,"stop":1706101530733,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6e0dca52514c298","name":"Check received message containing XML","time":{"start":1706101723803,"stop":1706101723803,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe2ac0000cde237","name":"can dial TLS multiaddrs","time":{"start":1706101459696,"stop":1706101459696,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa477894a84174c","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706101721128,"stop":1706101721131,"duration":3},"status":"passed","severity":"normal"},{"uid":"b012fa43a1d3a59b","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706101214353,"stop":1706101214353,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f577407bc5b32f31","name":"Decoder throws on undefined content topic","time":{"start":1706101156104,"stop":1706101156105,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebdb83f2edce2415","name":"Check publish message containing JSON","time":{"start":1706101530705,"stop":1706101530706,"duration":1},"status":"passed","severity":"normal"},{"uid":"b12f16ff3718b26f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706101340863,"stop":1706101340863,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee717bcab727395f","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706101607854,"stop":1706101607854,"duration":0},"status":"passed","severity":"normal"},{"uid":"7af250e61a2f55e2","name":"Js publishes, other Js receives","time":{"start":1706101500052,"stop":1706101500052,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9ff7cced304992f","name":"Light Node - default protocols","time":{"start":1706101779468,"stop":1706101779468,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b3b0b82f4cf7e9","name":"Relay + Store","time":{"start":1706101205391,"stop":1706101205392,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f958d1cb88f1bfe","name":"Refresh subscription","time":{"start":1706101792206,"stop":1706101792206,"duration":0},"status":"passed","severity":"normal"},{"uid":"c335fe9bcbc41ed1","name":"Check received message with timestamp: 1706101190517 ","time":{"start":1706101723788,"stop":1706101723788,"duration":0},"status":"passed","severity":"normal"},{"uid":"304d8b0d454a50ee","name":"should properly create location multiaddrs - tcp6","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a3d2d502b8c0711","name":"throws on content topic with empty application field","time":{"start":1706101142411,"stop":1706101142412,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab16cb1dcc68641","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706101150528,"stop":1706101150528,"duration":0},"status":"passed","severity":"normal"},{"uid":"df175304fa35b79a","name":"configure the node with multiple pubsub topics","time":{"start":1706101607853,"stop":1706101607854,"duration":1},"status":"passed","severity":"normal"},{"uid":"25bbeb026219de46","name":"should be able to encode the field with only STORE set to true","time":{"start":1706101150520,"stop":1706101150521,"duration":1},"status":"passed","severity":"normal"},{"uid":"ede758e92c4f5ae7","name":"should get / set TCP multiaddr","time":{"start":1706101151147,"stop":1706101151147,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2c33cee47d684","name":"Check message with no content topic is not received","time":{"start":1706101723814,"stop":1706101723814,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a7e1484c9f567a8","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706101340871,"stop":1706101340871,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1df6fafaacd0c37","name":"Refresh subscription","time":{"start":1706101545972,"stop":1706101545973,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c3552f1c45c37f22","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101792215,"stop":1706101792216,"duration":1},"status":"passed","severity":"normal"},{"uid":"61f1f66132b76ed3","name":"Push message with content topic containing special chars","time":{"start":1706101757834,"stop":1706101757835,"duration":1},"status":"passed","severity":"normal"},{"uid":"b21228f251f58178","name":"Overlapping topic subscription","time":{"start":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0d4542c0c15eb6","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706101165472,"stop":1706101165472,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8f7ef4f0dfa6777","name":"should return all peers when numPeers is 0","time":{"start":1706101155848,"stop":1706101155848,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec84d49c45e0f2d2","name":"Subscribe to topic containing long and receive message","time":{"start":1706101792207,"stop":1706101792207,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf5cba08cccf590d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515230,"stop":1706101515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb9b12b357c5beee","name":"Query with Ordered Callback, No Decoder","time":{"start":1706101689281,"stop":1706101689281,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1d699390eb8d9ea","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706101227408,"stop":1706101227409,"duration":1},"status":"passed","severity":"normal"},{"uid":"f806d527aef9dd15","name":"Refresh subscription","time":{"start":1706101792217,"stop":1706101792217,"duration":0},"status":"passed","severity":"normal"},{"uid":"288f663982a16fea","name":"connects to nwaku","time":{"start":1706101774513,"stop":1706101774514,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b8184c89c707880","name":"Ping on unsubscribed peer","time":{"start":1706101226588,"stop":1706101226589,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0c5cf98a8b6fec2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340867,"stop":1706101340868,"duration":1},"status":"passed","severity":"normal"},{"uid":"642b91033afc2b46","name":"Register correct protocols","time":{"start":1706101545968,"stop":1706101545969,"duration":1},"status":"passed","severity":"normal"},{"uid":"e43fd1c6d01f88dc","name":"Ordered Callback - forward","time":{"start":1706101747995,"stop":1706101747995,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ddabd39524e49ca","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276346,"stop":1706101276347,"duration":1},"status":"passed","severity":"normal"},{"uid":"3355a14ddef98595","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706101778134,"stop":1706101778134,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde7d7da0b02aad2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101401957,"stop":1706101401957,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b15252b941ceaff","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706101276345,"stop":1706101276345,"duration":0},"status":"passed","severity":"normal"},{"uid":"d256bd2aeec38e86","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101792215,"stop":1706101792215,"duration":0},"status":"passed","severity":"normal"},{"uid":"1794bf640345422b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706101340880,"stop":1706101340880,"duration":0},"status":"passed","severity":"normal"},{"uid":"49cf30a53f5f98a2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101792219,"stop":1706101792219,"duration":0},"status":"passed","severity":"normal"},{"uid":"9faf6dd2ff0ae28a","name":"Check received message containing emoji","time":{"start":1706101369622,"stop":1706101369626,"duration":4},"status":"passed","severity":"normal"},{"uid":"d717bb25b42c64ba","name":"should decode valid enr successfully","time":{"start":1706101151134,"stop":1706101151134,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe740c5c107af8c","name":"Check received message containing emoji","time":{"start":1706101723785,"stop":1706101723786,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a29a8443e835ddf","name":"Push message with content topic containing Chinese","time":{"start":1706101594001,"stop":1706101594001,"duration":0},"status":"passed","severity":"normal"},{"uid":"d519c2dcc93e43ba","name":"Decrypt messages","time":{"start":1706101465112,"stop":1706101465113,"duration":1},"status":"passed","severity":"normal"},{"uid":"e657341a9c4b8b4e","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706101340869,"stop":1706101340869,"duration":0},"status":"passed","severity":"normal"},{"uid":"e07bc3995a3b32de","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706101792205,"stop":1706101792205,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9825ea4bafdef98","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101414344,"stop":1706101414344,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a56f045d71a7a4","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706101545971,"stop":1706101545971,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1aeb2c080f6ba9","name":"recovers when dns.resolve returns empty","time":{"start":1706101165899,"stop":1706101165899,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b54a05994aa3ad","name":"should not receive a peer event after stop","time":{"start":1706101626122,"stop":1706101626122,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea681b86c0041de9","name":"Push message with short payload","time":{"start":1706101757806,"stop":1706101757807,"duration":1},"status":"passed","severity":"normal"},{"uid":"f08abe30983bc8df","name":"Push message with XML payload","time":{"start":1706101593988,"stop":1706101593988,"duration":0},"status":"passed","severity":"normal"},{"uid":"98c8ccecc9f6ad0f","name":"Subscribe to topic containing long and publish message","time":{"start":1706101545974,"stop":1706101545974,"duration":0},"status":"passed","severity":"normal"},{"uid":"f415f78b2087a604","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706101173676,"stop":1706101173676,"duration":0},"status":"passed","severity":"normal"},{"uid":"575c667816373972","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706101150532,"stop":1706101150533,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c3405a4cb499a27","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706101651746,"stop":1706101651746,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9563d735acaf69","name":"should not fail to start the service if it is already started","time":{"start":1706101626121,"stop":1706101626121,"duration":0},"status":"passed","severity":"normal"},{"uid":"298b4d53d145807a","name":"Push message with escaped characters payload","time":{"start":1706101593991,"stop":1706101593991,"duration":0},"status":"passed","severity":"normal"},{"uid":"a77680723dd8311c","name":"Check message on other pubsub topic is not received","time":{"start":1706101723812,"stop":1706101723813,"duration":1},"status":"passed","severity":"normal"},{"uid":"c64f5fcb59eb0597","name":"Push message with content topic containing Script","time":{"start":1706101757839,"stop":1706101757840,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fe36b9e19992e45","name":"Fields are not dropped","time":{"start":1706101155479,"stop":1706101155481,"duration":2},"status":"passed","severity":"normal"},{"uid":"e8f073f02d9d18b6","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101401959,"stop":1706101401959,"duration":0},"status":"passed","severity":"normal"},{"uid":"8338fbf1797a60ae","name":"groups content topics by expected pubsub topic","time":{"start":1706101142415,"stop":1706101142415,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a36146557d014c9","name":"Check received message containing numeric","time":{"start":1706101369614,"stop":1706101369615,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c9f4e55a5517747","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706101545979,"stop":1706101545980,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d2da5c9d1a93cbb","name":"Check received message containing Russian","time":{"start":1706101369617,"stop":1706101369617,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9edf77c63753379","name":"Check received message containing Basic HTML tag","time":{"start":1706101369620,"stop":1706101369620,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab9c3b072ce719dc","name":"Passing page size 1 when there are 4 messages","time":{"start":1706101762914,"stop":1706101762914,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ef0aeb44eda898","name":"Check received message containing numeric","time":{"start":1706101723799,"stop":1706101723799,"duration":0},"status":"passed","severity":"normal"},{"uid":"711ecc654cfb8fb6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276341,"stop":1706101276342,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dcc9ac67bc1ccb6","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706101545982,"stop":1706101545982,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36783c03b3380d2","name":"should throw error - no public key","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4962d089189fcd4","name":"same cluster, different shard: nodes connect","time":{"start":1706101451790,"stop":1706101451790,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b592b9147f99a13","name":"Check received message containing short","time":{"start":1706101723795,"stop":1706101723795,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5a98129e4094c5","name":"Passing page size 11 when there are 10 messages","time":{"start":1706101762915,"stop":1706101762915,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ac4d76f036c7c1a","name":"Fails to publish duplicate message","time":{"start":1706101530738,"stop":1706101530738,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eaf3d45a3413e43","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462550,"stop":1706101462550,"duration":0},"status":"passed","severity":"normal"},{"uid":"5523fbf9e0850749","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101401961,"stop":1706101401962,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f3c73fca5d027a1","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706101545979,"stop":1706101545979,"duration":0},"status":"passed","severity":"normal"},{"uid":"e030575adada7658","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706101165901,"stop":1706101165902,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e150c526ca47a65","name":"Push message with custom timestamp: 1675342941217","time":{"start":1706101757860,"stop":1706101757860,"duration":0},"status":"passed","severity":"normal"},{"uid":"877ed291fa91895c","name":"Push message with custom timestamp: 1706104969775","time":{"start":1706101594027,"stop":1706101594028,"duration":1},"status":"passed","severity":"normal"},{"uid":"175dc297829f3d85","name":"Push message with content topic containing JSON","time":{"start":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","severity":"normal"},{"uid":"fefcdfc9ff0106e","name":"Passing page size 10 when there are 10 messages","time":{"start":1706101762915,"stop":1706101762915,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6e0288493d2021c","name":"should throw error - no id","time":{"start":1706101151144,"stop":1706101151144,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb6cfe2fb75aabf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276344,"stop":1706101276344,"duration":0},"status":"passed","severity":"normal"},{"uid":"30891777c99fcefe","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706101340869,"stop":1706101340869,"duration":0},"status":"passed","severity":"normal"},{"uid":"42cfde087f491ab0","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706101651748,"stop":1706101651748,"duration":0},"status":"passed","severity":"normal"},{"uid":"717ef49f3ecc248f","name":"Subscribe and publish message","time":{"start":1706101545969,"stop":1706101545970,"duration":1},"status":"passed","severity":"normal"},{"uid":"594fb34bec129665","name":"Subscribe to topic containing Script and publish message","time":{"start":1706101545980,"stop":1706101545980,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d901d954239d55c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101414349,"stop":1706101414349,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b82ef62bd58043a","name":"Check received message with timestamp: undefined ","time":{"start":1706101723790,"stop":1706101723790,"duration":0},"status":"passed","severity":"normal"},{"uid":"16324466d8d81dc5","name":"Push message with content topic containing Script","time":{"start":1706101594002,"stop":1706101594003,"duration":1},"status":"passed","severity":"normal"},{"uid":"7dcfc7e10f2446a4","name":"Push message with content topic containing escaped characters","time":{"start":1706101757842,"stop":1706101757842,"duration":0},"status":"passed","severity":"normal"},{"uid":"167a47f1f88a321b","name":"Push message with meta","time":{"start":1706101594018,"stop":1706101594022,"duration":4},"status":"passed","severity":"normal"},{"uid":"ca992e68b6e1b37b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101792211,"stop":1706101792212,"duration":1},"status":"passed","severity":"normal"},{"uid":"45955f0b1597482c","name":"Check received message containing Russian","time":{"start":1706101723756,"stop":1706101723756,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e5668cf918152","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101792208,"stop":1706101792209,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca407afab1322fb","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706101451786,"stop":1706101451787,"duration":1},"status":"passed","severity":"normal"},{"uid":"b557eb0c3a949574","name":"Encoder throws on empty string content topic","time":{"start":1706101173678,"stop":1706101173678,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee6135b1a2fc50b","name":"Nodes with multiple pubsub topic","time":{"start":1706101515231,"stop":1706101515234,"duration":3},"status":"passed","severity":"normal"},{"uid":"d9d600185804a3e6","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706101545983,"stop":1706101545983,"duration":0},"status":"passed","severity":"normal"},{"uid":"2036a0ff1f77182","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101792205,"stop":1706101792205,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b18bcf3f66cc029","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101414348,"stop":1706101414348,"duration":0},"status":"passed","severity":"normal"},{"uid":"957b24fc7f0b532d","name":"isConnected should return false after all peers disconnect","time":{"start":1706101227402,"stop":1706101227403,"duration":1},"status":"passed","severity":"normal"},{"uid":"14937dd8c2439b92","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462541,"stop":1706101462542,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3a8efe3f2ea02af","name":"Check message on other pubsub topic is not received","time":{"start":1706101369634,"stop":1706101369634,"duration":0},"status":"passed","severity":"normal"},{"uid":"c899f7190073e453","name":"Fails to push message with empty content topic","time":{"start":1706101757855,"stop":1706101757856,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c22f343dd776a04","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706101150526,"stop":1706101150526,"duration":0},"status":"passed","severity":"normal"},{"uid":"3609c2f3d25c9bf6","name":"Push message with SQL Injection payload","time":{"start":1706101757818,"stop":1706101757819,"duration":1},"status":"passed","severity":"normal"},{"uid":"a702a9a65b8171f4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340884,"stop":1706101340884,"duration":0},"status":"passed","severity":"normal"},{"uid":"2df6f1e5a972b037","name":"Push message with XML payload","time":{"start":1706101757820,"stop":1706101757823,"duration":3},"status":"passed","severity":"normal"},{"uid":"f591e5093bc10c45","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748587,"stop":1706101748587,"duration":0},"status":"passed","severity":"normal"},{"uid":"86fe5c7ce8aa6aec","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101723789,"stop":1706101723789,"duration":0},"status":"passed","severity":"normal"},{"uid":"d502bafc4c5142a3","name":"Check message with non string payload is not received","time":{"start":1706101369636,"stop":1706101369636,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad9903b856304907","name":"Push message with Chinese payload","time":{"start":1706101757813,"stop":1706101757816,"duration":3},"status":"passed","severity":"normal"},{"uid":"262ae11e57eadc93","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101264752,"stop":1706101264753,"duration":1},"status":"passed","severity":"normal"},{"uid":"48259ac910d0b40e","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706101150523,"stop":1706101150524,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b5513ce278ca015","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706101340882,"stop":1706101340883,"duration":1},"status":"passed","severity":"normal"},{"uid":"79a4b9ed845b6888","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101226590,"stop":1706101226590,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce19a6eead733b8e","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706101165473,"stop":1706101165473,"duration":0},"status":"passed","severity":"normal"},{"uid":"19a67c533d0ef870","name":"should not receive a peer event after stop","time":{"start":1706101214350,"stop":1706101214351,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dfb975b0ae2e81f","name":"Check received message containing JSON","time":{"start":1706101723804,"stop":1706101723804,"duration":0},"status":"passed","severity":"normal"},{"uid":"872280e86eb6fdd2","name":"Decoder throws on empty string content topic","time":{"start":1706101171756,"stop":1706101171757,"duration":1},"status":"passed","severity":"normal"},{"uid":"5104076503869d87","name":"Push message with JSON payload","time":{"start":1706101757824,"stop":1706101757825,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9d327c63e058249","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706101721136,"stop":1706101721137,"duration":1},"status":"passed","severity":"normal"},{"uid":"904150b63179537d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101792209,"stop":1706101792209,"duration":0},"status":"passed","severity":"normal"},{"uid":"c104ad33861d21d9","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","severity":"normal"},{"uid":"cff75369b5282bab","name":"Check message with invalid timestamp is not received","time":{"start":1706101723808,"stop":1706101723812,"duration":4},"status":"passed","severity":"normal"},{"uid":"ff38c072e6a5c8ef","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706101340863,"stop":1706101340864,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa5480c64164a9a5","name":"Push message with custom timestamp: 1706104941217","time":{"start":1706101757861,"stop":1706101757862,"duration":1},"status":"passed","severity":"normal"},{"uid":"2add3018d89988e7","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706101340871,"stop":1706101340872,"duration":1},"status":"passed","severity":"normal"},{"uid":"892bc5a66dde6696","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706101719500,"stop":1706101719500,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5394ea260011b3","name":"throws on content topic with empty encoding field","time":{"start":1706101142413,"stop":1706101142413,"duration":0},"status":"passed","severity":"normal"},{"uid":"d41b649e2364da0c","name":"Check received message with timestamp: 1706101190241 ","time":{"start":1706101369628,"stop":1706101369628,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a3e07d64d8c010e","name":"Check received message containing emoji","time":{"start":1706101723805,"stop":1706101723806,"duration":1},"status":"passed","severity":"normal"},{"uid":"b54a72bc7f3da1a1","name":"Waku message hash computation","time":{"start":1706101145131,"stop":1706101145133,"duration":2},"status":"passed","severity":"normal"},{"uid":"f5511594f1fcf889","name":"Encoder throws on empty string content topic","time":{"start":1706101156104,"stop":1706101156104,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3cbcdd43578a79f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101369628,"stop":1706101369629,"duration":1},"status":"passed","severity":"normal"},{"uid":"e69ad12dd68b08c7","name":"configure the node with multiple pubsub topics","time":{"start":1706101607855,"stop":1706101607855,"duration":0},"status":"passed","severity":"normal"},{"uid":"26727d03b9bae85e","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706101208193,"stop":1706101208193,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8304c284f94d19","name":"Push message with rate limit","time":{"start":1706101757859,"stop":1706101757859,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3f219058814dbe","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101261570,"stop":1706101261571,"duration":1},"status":"passed","severity":"normal"},{"uid":"763fb5844fd85a94","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515228,"stop":1706101515229,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba55e9bd8b473a50","name":"nwaku subscribes","time":{"start":1706101500050,"stop":1706101500051,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef73e2ad3fd2337a","name":"Check received message containing short","time":{"start":1706101369613,"stop":1706101369614,"duration":1},"status":"passed","severity":"normal"},{"uid":"366fe50a6a23865d","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706101340880,"stop":1706101340881,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5c2092556d20117","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706101792216,"stop":1706101792216,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b93a8ba656f0d3a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462552,"stop":1706101462552,"duration":0},"status":"passed","severity":"normal"},{"uid":"905c3f5a96711f36","name":"Ping on peer without subscriptions","time":{"start":1706101226588,"stop":1706101226588,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcbdd78e8031d96d","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340866,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a0305a9cc9a1517","name":"A test","time":{"start":1706101414404,"stop":1706101414405,"duration":1},"status":"passed","severity":"normal"},{"uid":"72caa7f3ae0b122d","name":"topics with same application and version share the same shard","time":{"start":1706101142414,"stop":1706101142414,"duration":0},"status":"passed","severity":"normal"},{"uid":"f894f02645ac4ef9","name":"Push message with content topic containing emoji","time":{"start":1706101594017,"stop":1706101594017,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7bf87b894418b7","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101792221,"stop":1706101792221,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b9adcc9cd02c8fb","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706101165597,"stop":1706101165598,"duration":1},"status":"passed","severity":"normal"},{"uid":"212db7c439234a43","name":"Check publish message containing emoji","time":{"start":1706101530719,"stop":1706101530719,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2dcab0a6b3a94d0","name":"Check received message containing special chars","time":{"start":1706101369615,"stop":1706101369616,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ac8d94c1fbf624d","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101261573,"stop":1706101261573,"duration":0},"status":"passed","severity":"normal"},{"uid":"8456b00d2dfd8d66","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706101165903,"stop":1706101165903,"duration":0},"status":"skipped","severity":"normal"},{"uid":"13ffdb5c53253872","name":"Delete observer","time":{"start":1706101465113,"stop":1706101465113,"duration":0},"status":"passed","severity":"normal"},{"uid":"736383f013c50f34","name":"throws on content topic with generation field greater than 0","time":{"start":1706101142411,"stop":1706101142411,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcfe8185eff05010","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340867,"duration":1},"status":"passed","severity":"normal"},{"uid":"761d43cb4a366731","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706101165475,"stop":1706101165476,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e7ebef4e597a4","name":"Fails to push message with large meta","time":{"start":1706101594022,"stop":1706101594023,"duration":1},"status":"passed","severity":"normal"},{"uid":"f50872191d2b5b3c","name":"Query generator for multiple messages with different content topic format","time":{"start":1706101721133,"stop":1706101721134,"duration":1},"status":"passed","severity":"normal"},{"uid":"b05d9b0575c0627f","name":"different cluster, same shard: nodes don't connect","time":{"start":1706101340857,"stop":1706101340858,"duration":1},"status":"passed","severity":"normal"},{"uid":"95afc8afdb905309","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd02533f14246d14","name":"Check publish message containing escaped characters","time":{"start":1706101530717,"stop":1706101530718,"duration":1},"status":"passed","severity":"normal"},{"uid":"d63486e396937355","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706101151150,"stop":1706101151151,"duration":1},"status":"passed","severity":"normal"},{"uid":"dff115e2219b0908","name":"can start and stop the service","time":{"start":1706101626120,"stop":1706101626120,"duration":0},"status":"passed","severity":"normal"},{"uid":"635bd7a92f3d0316","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340865,"stop":1706101340865,"duration":0},"status":"passed","severity":"normal"},{"uid":"6efa9dd8369f246b","name":"Check received message containing shell command","time":{"start":1706101723761,"stop":1706101723778,"duration":17},"status":"passed","severity":"normal"},{"uid":"9ee7ba34567a06f3","name":"should emit a peer event after start","time":{"start":1706101626121,"stop":1706101626121,"duration":0},"status":"passed","severity":"normal"},{"uid":"e832f2b94b3a99e7","name":"Check received message containing Script","time":{"start":1706101369618,"stop":1706101369618,"duration":0},"status":"passed","severity":"normal"},{"uid":"31c4e6e3d6b1be7","name":"Push message with content topic containing numeric","time":{"start":1706101757834,"stop":1706101757834,"duration":0},"status":"passed","severity":"normal"},{"uid":"677fe8d15d7e9b05","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706101151134,"stop":1706101151135,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a2304a0eecc188","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706101778133,"stop":1706101778133,"duration":0},"status":"passed","severity":"normal"},{"uid":"2312b307c77dd4f6","name":"Check received message with timestamp: undefined ","time":{"start":1706101723808,"stop":1706101723808,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd72e6c01bc816b3","name":"Fails to push message with large meta","time":{"start":1706101757858,"stop":1706101757858,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f91cf64b10287a2","name":"should set field with only RELAY enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"15859e4f05cbeebf","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101792209,"stop":1706101792209,"duration":0},"status":"passed","severity":"normal"},{"uid":"a197934388ea5d7f","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706101227411,"stop":1706101227412,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f426df44b8fb88e","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706101164959,"stop":1706101164959,"duration":0},"status":"passed","severity":"normal"},{"uid":"662260c42f6293a5","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101792222,"stop":1706101792222,"duration":0},"status":"passed","severity":"normal"},{"uid":"50a081270fc8b99b","name":"same cluster, different shard: nodes connect","time":{"start":1706101340855,"stop":1706101340857,"duration":2},"status":"passed","severity":"normal"},{"uid":"cb1f6e8f0742dc68","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101264753,"stop":1706101264753,"duration":0},"status":"passed","severity":"normal"},{"uid":"763ed4fd31abe47b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101792208,"stop":1706101792208,"duration":0},"status":"passed","severity":"normal"},{"uid":"4918021f820bb013","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706101214353,"stop":1706101214353,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3f0ad7a5ae2a1d4e","name":"Push message with shell command payload","time":{"start":1706101757825,"stop":1706101757826,"duration":1},"status":"passed","severity":"normal"},{"uid":"26cceb2d5f464b3b","name":"should encodeTxt and decodeTxt","time":{"start":1706101151133,"stop":1706101151134,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea624a1a86c0ffa2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101792220,"stop":1706101792220,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e6d64304c353d52","name":"should handle a minimal index list","time":{"start":1706101142631,"stop":1706101142631,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ddbf7a62449093","name":"Push message on custom pubsubTopic","time":{"start":1706101462540,"stop":1706101462541,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab2f06f49348a39a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706101165475,"stop":1706101165475,"duration":0},"status":"passed","severity":"normal"},{"uid":"72810d3a17ed36bb","name":"Rejects garbage","time":{"start":1706101159713,"stop":1706101159713,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3bcdbdaccfceb07","name":"Overlapping topic subscription","time":{"start":1706101792217,"stop":1706101792217,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b427549e4a664f9","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706101150524,"stop":1706101150525,"duration":1},"status":"passed","severity":"normal"},{"uid":"37b24ceb175babc8","name":"Callback on promise, aborts when callback returns true","time":{"start":1706101721135,"stop":1706101721136,"duration":1},"status":"passed","severity":"normal"},{"uid":"7962844b44eb819c","name":"Query generator for 2000 messages","time":{"start":1706101721138,"stop":1706101721139,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf55513e81cab51","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101401962,"stop":1706101401963,"duration":1},"status":"passed","severity":"normal"},{"uid":"191815312199bc76","name":"Used by Waku Relay","time":{"start":1706101774516,"stop":1706101774516,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a70c27b1a8739e2","name":"Check publish message containing numeric","time":{"start":1706101530682,"stop":1706101530682,"duration":0},"status":"passed","severity":"normal"},{"uid":"239763f9ee54300d","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706101778129,"stop":1706101778130,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b89130478305d0d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101264753,"stop":1706101264753,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e4ba270bf3b1f6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706101757840,"stop":1706101757841,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f44610194bf183e","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706101227396,"stop":1706101227397,"duration":1},"status":"passed","severity":"normal"},{"uid":"128f0223e9822986","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515229,"stop":1706101515229,"duration":0},"status":"passed","severity":"normal"},{"uid":"90060ba0f29c0f3","name":"Throws when trying to push message with empty payload","time":{"start":1706101593993,"stop":1706101593994,"duration":1},"status":"passed","severity":"normal"},{"uid":"302e87ef96f6fd52","name":"Waku message hash computation (payload length 0)","time":{"start":1706101145133,"stop":1706101145134,"duration":1},"status":"passed","severity":"normal"},{"uid":"905d72891f3ddc09","name":"Relay - dialed after","time":{"start":1706101779465,"stop":1706101779465,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a90e9abb8b31581","name":"Sets default value correctly","time":{"start":1706101774516,"stop":1706101774517,"duration":1},"status":"passed","severity":"normal"},{"uid":"4db245f91f8df6a","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706101689282,"stop":1706101689282,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5a1ad0d56af140","name":"should set field with all protocols enabled","time":{"start":1706101151149,"stop":1706101151150,"duration":1},"status":"passed","severity":"normal"},{"uid":"2474950cc60e50d4","name":"Fails to publish message with empty text","time":{"start":1706101530739,"stop":1706101530739,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4a793881278eb4a","name":"Check message with no pubsub topic is not received","time":{"start":1706101723792,"stop":1706101723792,"duration":0},"status":"passed","severity":"normal"},{"uid":"40f5ba6788dc816","name":"Ping on peer without subscriptions","time":{"start":1706101261569,"stop":1706101261570,"duration":1},"status":"passed","severity":"normal"},{"uid":"c02cb473c3631732","name":"Check received message containing Arabic","time":{"start":1706101369616,"stop":1706101369616,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc990a4797e94c4","name":"should properly create location multiaddrs - udp4","time":{"start":1706101151147,"stop":1706101151147,"duration":0},"status":"passed","severity":"normal"},{"uid":"820986b3a2d4c168","name":"Push message with custom timestamp: 1706097741217","time":{"start":1706101757860,"stop":1706101757861,"duration":1},"status":"passed","severity":"normal"},{"uid":"e40533fb4879393f","name":"should throw error - no public key","time":{"start":1706101151135,"stop":1706101151144,"duration":9},"status":"passed","severity":"normal"},{"uid":"1722816f5627e018","name":"Check received message containing special chars","time":{"start":1706101723755,"stop":1706101723755,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2984527064d044","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706101155849,"stop":1706101155849,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ea9bd8a9fce4fb","name":"Fails to push message bigger that 1MB","time":{"start":1706101757863,"stop":1706101757868,"duration":5},"status":"passed","severity":"normal"},{"uid":"2310aae3a78d51ec","name":"Check received message with timestamp: 1706101190241000000 ","time":{"start":1706101369627,"stop":1706101369627,"duration":0},"status":"passed","severity":"normal"},{"uid":"f620c2866462657","name":"Push message with content topic containing XML","time":{"start":1706101757840,"stop":1706101757840,"duration":0},"status":"passed","severity":"normal"},{"uid":"16811d2ddd17d5f3","name":"Decoder throws on empty string content topic","time":{"start":1706101156105,"stop":1706101156105,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ccb8dcd3f690ed","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706101227413,"stop":1706101227414,"duration":1},"status":"passed","severity":"normal"},{"uid":"c93cd8d363bce79","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706101150518,"stop":1706101150519,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dacc3afeca5b24","name":"handles multiple messages","time":{"start":1706101763392,"stop":1706101763393,"duration":1},"status":"passed","severity":"normal"},{"uid":"89d7ee88b3b05429","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101792210,"stop":1706101792211,"duration":1},"status":"passed","severity":"normal"},{"uid":"393f77ad062bd5ce","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706101150532,"stop":1706101150532,"duration":0},"status":"passed","severity":"normal"},{"uid":"77a936014a519f6a","name":"Relay - dialed first","time":{"start":1706101779464,"stop":1706101779465,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ee9979f03d75643","name":"Relay + Store","time":{"start":1706101151151,"stop":1706101151151,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d031d76010d50b8","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706101165902,"stop":1706101165902,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb60ef94c8360597","name":"Accepts a valid Waku Message","time":{"start":1706101159711,"stop":1706101159712,"duration":1},"status":"passed","severity":"normal"},{"uid":"9024b59401ac691e","name":"Check message with no pubsub topic is not received","time":{"start":1706101723814,"stop":1706101723814,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce4368358dc290c","name":"Round trip binary serialization","time":{"start":1706101156102,"stop":1706101156102,"duration":0},"status":"passed","severity":"normal"},{"uid":"b80fecc56741ad81","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340881,"stop":1706101340882,"duration":1},"status":"passed","severity":"normal"},{"uid":"39cfc08858d043e","name":"Check message received after nwaku node is restarted","time":{"start":1706101723794,"stop":1706101723794,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6486aa592e15dee7","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706101651747,"stop":1706101651748,"duration":1},"status":"passed","severity":"normal"},{"uid":"dca53c7923749a70","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101401932,"stop":1706101401932,"duration":0},"status":"passed","severity":"normal"},{"uid":"92435cae1fa280fb","name":"should properly compute the node id","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa155cfd8dc7368","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706101227399,"stop":1706101227399,"duration":0},"status":"passed","severity":"normal"},{"uid":"321f87bb87de6c5","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101792223,"stop":1706101792223,"duration":0},"status":"passed","severity":"normal"},{"uid":"85cf4ae691be400b","name":"Encoder throws on undefined content topic","time":{"start":1706101156103,"stop":1706101156104,"duration":1},"status":"passed","severity":"normal"},{"uid":"55733215f30e3178","name":"Check received message containing XML","time":{"start":1706101369618,"stop":1706101369619,"duration":1},"status":"passed","severity":"normal"},{"uid":"528a9a0b9223091d","name":"Ping on subscribed peer","time":{"start":1706101226587,"stop":1706101226587,"duration":0},"status":"passed","severity":"normal"},{"uid":"38dc0c97c20f2897","name":"Check received message containing escaped characters","time":{"start":1706101369621,"stop":1706101369622,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6f1daf0e297df91","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706101150522,"stop":1706101150523,"duration":1},"status":"passed","severity":"normal"},{"uid":"e18bb7b7da3e1960","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706101276338,"stop":1706101276339,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6482045b1c6d024","name":"Query generator for multiple messages with different message text format","time":{"start":1706101721126,"stop":1706101721128,"duration":2},"status":"passed","severity":"normal"},{"uid":"a14b1bfe4ad63007","name":"Does not throw an exception when node disconnects","time":{"start":1706101774514,"stop":1706101774514,"duration":0},"status":"passed","severity":"normal"},{"uid":"49d3ebfd3a6603f6","name":"Query with Promise Callback, No Decoder","time":{"start":1706101689284,"stop":1706101689285,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f9eb69b5e5d612","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706101340883,"stop":1706101340883,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8fcce630d36c11","name":"Check received message containing XML","time":{"start":1706101723759,"stop":1706101723760,"duration":1},"status":"passed","severity":"normal"},{"uid":"71a991c5b77c493b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706101340860,"stop":1706101340860,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7b4f04075cc5a7","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706101719499,"stop":1706101719499,"duration":0},"status":"passed","severity":"normal"},{"uid":"db3c7d8e06c22d3c","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","severity":"normal"},{"uid":"c03295ec9a94ec9c","name":"Throws when trying to push message with empty payload","time":{"start":1706101757831,"stop":1706101757833,"duration":2},"status":"passed","severity":"normal"},{"uid":"44e9299329e1d153","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706101689280,"stop":1706101689281,"duration":1},"status":"passed","severity":"normal"},{"uid":"e69aa69558000744","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101264754,"stop":1706101264754,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ea8d5d122490fb6","name":"Check received message with timestamp: 1706101190517 ","time":{"start":1706101723806,"stop":1706101723806,"duration":0},"status":"passed","severity":"normal"},{"uid":"aac3387f5de30c9f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706101545970,"stop":1706101545971,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8f3614bf2c65c0f","name":"All","time":{"start":1706101205392,"stop":1706101205393,"duration":1},"status":"passed","severity":"normal"},{"uid":"25aa27c93c68ecd5","name":"Check received message containing Chinese","time":{"start":1706101723755,"stop":1706101723756,"duration":1},"status":"passed","severity":"normal"},{"uid":"85c04da5fa2c8ad0","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706101227397,"stop":1706101227398,"duration":1},"status":"passed","severity":"normal"},{"uid":"81c1a3f7fcf809af","name":"Check message with invalid timestamp is not received","time":{"start":1706101369633,"stop":1706101369634,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcbfb275233d9c52","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276347,"stop":1706101276347,"duration":0},"status":"passed","severity":"normal"},{"uid":"bca2f1d18009fe73","name":"Push message with content topic containing XML","time":{"start":1706101594003,"stop":1706101594003,"duration":0},"status":"passed","severity":"normal"},{"uid":"204b1b016eb40b41","name":"Check publish message containing Russian","time":{"start":1706101530688,"stop":1706101530689,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ae2f4292b7abd9f","name":"Check publish message after service node is restarted","time":{"start":1706101530741,"stop":1706101530741,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ab82104a76c7a05c","name":"should set field with all protocols disabled","time":{"start":1706101151149,"stop":1706101151149,"duration":0},"status":"passed","severity":"normal"},{"uid":"37882b3c54ec5d62","name":"Fails to publish message with wrong content topic","time":{"start":1706101530739,"stop":1706101530739,"duration":0},"status":"passed","severity":"normal"},{"uid":"68db4a9362b5aecd","name":"same cluster, same shard: nodes connect","time":{"start":1706101451789,"stop":1706101451789,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5b3f4e5e9c1501","name":"Check received message containing unicode special characters","time":{"start":1706101723781,"stop":1706101723785,"duration":4},"status":"passed","severity":"normal"},{"uid":"1c2c7de2f6757deb","name":"Refresh subscription","time":{"start":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","severity":"normal"},{"uid":"51fd6ea8d3584263","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101264752,"stop":1706101264752,"duration":0},"status":"passed","severity":"normal"},{"uid":"404c744d53f39619","name":"Check received message containing Basic HTML tag","time":{"start":1706101723803,"stop":1706101723803,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c574683078f21c","name":"Subscribe and receive messages via lightPush","time":{"start":1706101792213,"stop":1706101792213,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4fc97f5831bb866","name":"Overlapping topic subscription","time":{"start":1706101792206,"stop":1706101792206,"duration":0},"status":"passed","severity":"normal"},{"uid":"69be7b9c80c39c81","name":"Check received message containing unicode special characters","time":{"start":1706101369622,"stop":1706101369622,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b17437e2d749ea","name":"Subscribe to topic containing short and publish message","time":{"start":1706101545974,"stop":1706101545974,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b31b0ba124891e","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706101340886,"stop":1706101340887,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d41161b68cbd8db","name":"Push message with JSON payload","time":{"start":1706101593989,"stop":1706101593989,"duration":0},"status":"passed","severity":"normal"},{"uid":"7da52e0a7985b131","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706101340864,"stop":1706101340864,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f57f7e2eec0a5d7","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706101792205,"stop":1706101792206,"duration":1},"status":"passed","severity":"normal"},{"uid":"895150ced4966e16","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101792221,"stop":1706101792221,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ddc50e6cf1ce33","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101792219,"stop":1706101792219,"duration":0},"status":"passed","severity":"normal"},{"uid":"a73a6cda054f7e67","name":"Ordered Callback - backward","time":{"start":1706101747995,"stop":1706101747996,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f9feff741bf577b","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","severity":"normal"},{"uid":"e39f4065da3a72eb","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706101746410,"stop":1706101746411,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a3ae023c1177ec9","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101792204,"stop":1706101792204,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1458366aa3869","name":"Relay - times out","time":{"start":1706101779465,"stop":1706101779466,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d453aa008882655","name":"Publish without waiting for remote peer","time":{"start":1706101545969,"stop":1706101545969,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce2351a782e35293","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706101545975,"stop":1706101545978,"duration":3},"status":"passed","severity":"normal"},{"uid":"7699bd3040ecbd52","name":"Check received message containing Arabic","time":{"start":1706101723756,"stop":1706101723756,"duration":0},"status":"passed","severity":"normal"},{"uid":"9730ea518fab04d","name":"Ping on peer without subscriptions","time":{"start":1706101261572,"stop":1706101261572,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ceb0cdfcd74e583","name":"throws on content topic with empty version field","time":{"start":1706101142412,"stop":1706101142412,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b54308f868bc94","name":"Push message with emoji payload","time":{"start":1706101593991,"stop":1706101593993,"duration":2},"status":"passed","severity":"normal"},{"uid":"10798ef6f83505e2","name":"Check message received after nwaku node is restarted","time":{"start":1706101369638,"stop":1706101369639,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3d492f88a3798ed2","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706101401939,"stop":1706101401939,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1f9773024fba3a","name":"Check received message containing JSON","time":{"start":1706101369620,"stop":1706101369620,"duration":0},"status":"passed","severity":"normal"},{"uid":"977a38a6aded920a","name":"Passing page size 110 when there are 120 messages","time":{"start":1706101762916,"stop":1706101762916,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa0b6a597c00333","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706101340861,"stop":1706101340862,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffb674dd3f1f65e2","name":"pre and post cipher","time":{"start":1706101172250,"stop":1706101172251,"duration":1},"status":"passed","severity":"normal"},{"uid":"45e1ba329f2db1db","name":"isConnected should return true after first peer connects","time":{"start":1706101227414,"stop":1706101227415,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8f55851f51f2211","name":"Check received message containing JSON","time":{"start":1706101723760,"stop":1706101723761,"duration":1},"status":"passed","severity":"normal"},{"uid":"38a54ff648752f3","name":"should throw an error for insufficient data","time":{"start":1706101142632,"stop":1706101142633,"duration":1},"status":"passed","severity":"normal"},{"uid":"85920d6148b183bb","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706101689278,"stop":1706101689278,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dcf71d1f5c8e343","name":"should throw error - invalid id","time":{"start":1706101151144,"stop":1706101151144,"duration":0},"status":"passed","severity":"normal"},{"uid":"9575de14d834f330","name":"through manual discovery","time":{"start":1706101459696,"stop":1706101459697,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd9b6d30c04a008","name":"Subscribe to topic containing XML and publish message","time":{"start":1706101545980,"stop":1706101545981,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe0e1da3ac161349","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706101719495,"stop":1706101719495,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bb913e6ca4344d1","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101792208,"stop":1706101792208,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8b318ae7dd358e9","name":"Ping on unsubscribed peer","time":{"start":1706101261572,"stop":1706101261573,"duration":1},"status":"passed","severity":"normal"},{"uid":"892ad127133f4956","name":"Reusing cursor across nodes","time":{"start":1706101651748,"stop":1706101651748,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d5d264c1d80063","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706101340868,"stop":1706101340869,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb196b50ec46d1b2","name":"Push message with content topic containing Arabic","time":{"start":1706101594001,"stop":1706101594001,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df910f8eff50878","name":"Subscribe to topic containing short and receive message","time":{"start":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","severity":"normal"},{"uid":"519ea8085e3cbaed","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706101340864,"stop":1706101340865,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7a5ffb4739827d","name":"Promise Callback - forward","time":{"start":1706101747994,"stop":1706101747994,"duration":0},"status":"passed","severity":"normal"},{"uid":"abc51aca51dc3a6e","name":"Check publish message containing shell command","time":{"start":1706101530706,"stop":1706101530716,"duration":10},"status":"passed","severity":"normal"},{"uid":"72ce169fbeb0c9d8","name":"Check received message containing Chinese","time":{"start":1706101369616,"stop":1706101369616,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c9cd58738f865e","name":"can start the service","time":{"start":1706101214345,"stop":1706101214346,"duration":1},"status":"passed","severity":"normal"},{"uid":"9939a0e1c544829a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101792224,"stop":1706101792224,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca21f10835aa5779","name":"Check message with no payload is not received","time":{"start":1706101723793,"stop":1706101723793,"duration":0},"status":"passed","severity":"normal"},{"uid":"c00c1176b7c30989","name":"Check received message containing Russian","time":{"start":1706101723801,"stop":1706101723802,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ee8ddb8d1a4c5d","name":"Push message with content topic containing numeric","time":{"start":1706101593995,"stop":1706101593995,"duration":0},"status":"passed","severity":"normal"},{"uid":"62520a98739f7039","name":"Callback on promise","time":{"start":1706101721134,"stop":1706101721135,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6c755a7010a8ed6","name":"Relay","time":{"start":1706101205388,"stop":1706101205390,"duration":2},"status":"passed","severity":"normal"},{"uid":"94203353ad23725d","name":"Push message with Basic HTML tag payload","time":{"start":1706101757823,"stop":1706101757824,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5c558ca838b15b0","name":"Push message with content topic containing emoji","time":{"start":1706101757854,"stop":1706101757855,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a6a1db71b69e19","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101792223,"stop":1706101792223,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce3aa2a4a87d32a","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101792215,"stop":1706101792215,"duration":0},"status":"passed","severity":"normal"},{"uid":"21738083db2b66ea","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101401959,"stop":1706101401960,"duration":1},"status":"passed","severity":"normal"},{"uid":"90296a5ccc1dd563","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101401937,"stop":1706101401937,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0e2900f6f2944cf","name":"Sample","time":{"start":1706101150543,"stop":1706101150543,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a1fab996c75d63a","name":"Push message with custom timestamp: 1675342969775","time":{"start":1706101594024,"stop":1706101594027,"duration":3},"status":"passed","severity":"normal"},{"uid":"1d0293c273a9b2dd","name":"Query Generator - backward","time":{"start":1706101747994,"stop":1706101747994,"duration":0},"status":"passed","severity":"normal"},{"uid":"e692d3612ada894","name":"Fails to push message with empty content topic","time":{"start":1706101594017,"stop":1706101594018,"duration":1},"status":"passed","severity":"normal"},{"uid":"9af551c306b24c06","name":"Check publish message containing XML","time":{"start":1706101530703,"stop":1706101530704,"duration":1},"status":"passed","severity":"normal"},{"uid":"4999522dc87f721c","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706101150525,"stop":1706101150526,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa8fcdd473ccb89c","name":"Store - dialed after - with timeout","time":{"start":1706101779466,"stop":1706101779466,"duration":0},"status":"passed","severity":"normal"},{"uid":"62af7fb434008f3f","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706101689281,"stop":1706101689281,"duration":0},"status":"passed","severity":"normal"},{"uid":"4aefed3d357d338b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706101401940,"stop":1706101401941,"duration":1},"status":"skipped","severity":"normal"},{"uid":"64c86d17829570da","name":"Push message on custom pubsubTopic","time":{"start":1706101462551,"stop":1706101462551,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eab4e7f083672ef","name":"Push message on custom pubsubTopic","time":{"start":1706101462549,"stop":1706101462549,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1fcb84d8297302","name":"Check message with non string payload is not received","time":{"start":1706101723793,"stop":1706101723793,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a38ecb86a5def0d","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706101778132,"stop":1706101778133,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa8ac1a57fe44894","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101792203,"stop":1706101792203,"duration":0},"status":"passed","severity":"normal"},{"uid":"58085e48b4fc83ea","name":"Nwaku publishes","time":{"start":1706101500051,"stop":1706101500052,"duration":1},"status":"passed","severity":"normal"},{"uid":"be9ec02dd12015be","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706101530740,"stop":1706101530740,"duration":0},"status":"passed","severity":"normal"},{"uid":"121ea77b7612d6af","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706101545982,"stop":1706101545982,"duration":0},"status":"passed","severity":"normal"},{"uid":"81f5edc9ea9d369a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101414349,"stop":1706101414349,"duration":0},"status":"passed","severity":"normal"},{"uid":"553a4e3d9f467510","name":"it tolerates circular branch references","time":{"start":1706101165898,"stop":1706101165899,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1f5c7c3b7410ef5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101792204,"stop":1706101792205,"duration":1},"status":"passed","severity":"normal"},{"uid":"962de8e3762db9bf","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706101142632,"stop":1706101142632,"duration":0},"status":"passed","severity":"normal"},{"uid":"41187d6129775173","name":"Publishes to nwaku","time":{"start":1706101500051,"stop":1706101500051,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a192316cdc33217","name":"Mutual subscription","time":{"start":1706101545968,"stop":1706101545968,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3083ee1696f60b3","name":"Check received message with extra option is received","time":{"start":1706101369637,"stop":1706101369637,"duration":0},"status":"passed","severity":"normal"},{"uid":"30506b1c8b6234c4","name":"Ephemeral messages are not stored","time":{"start":1706101208190,"stop":1706101208191,"duration":1},"status":"passed","severity":"normal"},{"uid":"27ebac08f8f34bd3","name":"Decoder throws on empty string content topic","time":{"start":1706101173679,"stop":1706101173679,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4eb982a1c9198a","name":"Init the array if not present","time":{"start":1706101142183,"stop":1706101142185,"duration":2},"status":"passed","severity":"normal"},{"uid":"f208bac1d3e682bf","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706101778134,"stop":1706101778134,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b80aecbe9c3e68e","name":"A test","time":{"start":1706101414404,"stop":1706101414404,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4f161c20bac012c","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706101227416,"stop":1706101227417,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7715b899e4354b1","name":"Check received message containing long","time":{"start":1706101723754,"stop":1706101723754,"duration":0},"status":"passed","severity":"normal"},{"uid":"dae4581b8f20512f","name":"Check received message containing short","time":{"start":1706101723752,"stop":1706101723753,"duration":1},"status":"passed","severity":"normal"},{"uid":"52ee08ea619c9f94","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101414342,"stop":1706101414342,"duration":0},"status":"passed","severity":"normal"},{"uid":"332b3f0726b56e43","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706101227409,"stop":1706101227410,"duration":1},"status":"passed","severity":"normal"},{"uid":"85cb8eb85f665c89","name":"should return false","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"b72b07f801017e2c","name":"Overlapping topic subscription","time":{"start":1706101545973,"stop":1706101545974,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c8c6e683dbe77a55","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706101340884,"stop":1706101340885,"duration":1},"status":"passed","severity":"normal"},{"uid":"d155f041245d47b2","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276346,"stop":1706101276346,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ba514efd0f0d25e","name":"Encoder throws on undefined content topic","time":{"start":1706101171755,"stop":1706101171755,"duration":0},"status":"passed","severity":"normal"},{"uid":"f629cf4b08f3e762","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706101778132,"stop":1706101778132,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3591e1773cce404","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706101545981,"stop":1706101545981,"duration":0},"status":"passed","severity":"normal"},{"uid":"f06d939ed3f523bb","name":"Push message with Russian payload","time":{"start":1706101757817,"stop":1706101757818,"duration":1},"status":"passed","severity":"normal"},{"uid":"e124ec58e6b07cbe","name":"Check received message containing Arabic","time":{"start":1706101723801,"stop":1706101723801,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed66ae33d0aa579","name":"Push 30 different messages","time":{"start":1706101593993,"stop":1706101593993,"duration":0},"status":"passed","severity":"normal"},{"uid":"b42543f35f581d5a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101792212,"stop":1706101792212,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc7a92fb97f73306","name":"throws on content topic with too few or too many fields","time":{"start":1706101142409,"stop":1706101142410,"duration":1},"status":"passed","severity":"normal"},{"uid":"2760b292a85ac958","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101792220,"stop":1706101792220,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c34fa458650f5d7","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","severity":"normal"},{"uid":"f86442e4117cc037","name":"Push message with content topic containing escaped characters","time":{"start":1706101594013,"stop":1706101594013,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55aaed0893d51d4","name":"Push message with rate limit","time":{"start":1706101594023,"stop":1706101594023,"duration":0},"status":"passed","severity":"normal"},{"uid":"e726eab55c264321","name":"Check received message containing special chars","time":{"start":1706101723800,"stop":1706101723800,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec27fc8d30a367cc","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706101530741,"stop":1706101530741,"duration":0},"status":"passed","severity":"normal"},{"uid":"d92e04722a7caca0","name":"Check received message with timestamp: 1706101190517000000 ","time":{"start":1706101723806,"stop":1706101723806,"duration":0},"status":"passed","severity":"normal"},{"uid":"3082db6977a8fffd","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706101778131,"stop":1706101778131,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b4050734f1009dd","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101414347,"stop":1706101414348,"duration":1},"status":"passed","severity":"normal"},{"uid":"a11d9bcfe1c6cec","name":"Check received message containing Chinese","time":{"start":1706101723800,"stop":1706101723800,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d3279fcdc01bedc","name":"Push message with content topic containing JSON","time":{"start":1706101594012,"stop":1706101594012,"duration":0},"status":"passed","severity":"normal"},{"uid":"f22c86aac44afb67","name":"Query Generator - forward","time":{"start":1706101747993,"stop":1706101747993,"duration":0},"status":"passed","severity":"normal"},{"uid":"d594f03cdb3deff9","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706101792216,"stop":1706101792216,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e53f4d8db82af1d","name":"1 Relay, 1 fetch","time":{"start":1706101165596,"stop":1706101165596,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd650d4205d2d51","name":"Push message with content topic containing short","time":{"start":1706101593994,"stop":1706101593994,"duration":0},"status":"passed","severity":"normal"},{"uid":"8431ec8d25f79182","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101792222,"stop":1706101792222,"duration":0},"status":"passed","severity":"normal"},{"uid":"6022e8a720a8a84d","name":"should encode/decode to RLP encoding","time":{"start":1706101151146,"stop":1706101151146,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7b063c6ea5bc68","name":"returns all values when wanted number is greater than available values","time":{"start":1706101164958,"stop":1706101164958,"duration":0},"status":"passed","severity":"normal"},{"uid":"f48542d4047f266f","name":"should be able to decode the field with only STORE set to true","time":{"start":1706101150529,"stop":1706101150530,"duration":1},"status":"passed","severity":"normal"},{"uid":"53422b2627d39a13","name":"should decode valid enr with tcp successfully","time":{"start":1706101151135,"stop":1706101151135,"duration":0},"status":"passed","severity":"normal"},{"uid":"3614116b32356550","name":"Using a function","time":{"start":1706101774515,"stop":1706101774515,"duration":0},"status":"passed","severity":"normal"},{"uid":"df7f7d98ca8c3051","name":"should encode/decode to text encoding","time":{"start":1706101151146,"stop":1706101151146,"duration":0},"status":"passed","severity":"normal"},{"uid":"29419e9bbc0ae25d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340873,"stop":1706101340873,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ecf5c9156b4ffbb","name":"Push message with content topic containing Arabic","time":{"start":1706101757837,"stop":1706101757837,"duration":0},"status":"passed","severity":"normal"},{"uid":"c258359e804d0174","name":"ignores unrecognized TXT record formats","time":{"start":1706101165900,"stop":1706101165900,"duration":0},"status":"passed","severity":"normal"},{"uid":"a99e92992a50dbe1","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706101165470,"stop":1706101165471,"duration":1},"status":"passed","severity":"normal"},{"uid":"5de02d32529f097f","name":"Check received message containing Script","time":{"start":1706101723802,"stop":1706101723803,"duration":1},"status":"passed","severity":"normal"},{"uid":"f74c288688b2f966","name":"Check publish message containing SQL Injection","time":{"start":1706101530689,"stop":1706101530700,"duration":11},"status":"passed","severity":"normal"},{"uid":"41f4ec2c768d5558","name":"Asymmetric encrypt & decrypt","time":{"start":1706101172249,"stop":1706101172249,"duration":0},"status":"passed","severity":"normal"},{"uid":"5060041eac5cc306","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101792204,"stop":1706101792204,"duration":0},"status":"passed","severity":"normal"},{"uid":"260a93c90487702e","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","severity":"normal"},{"uid":"5863eb981d692039","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706101150531,"stop":1706101150532,"duration":1},"status":"passed","severity":"normal"},{"uid":"6220925764903886","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101792210,"stop":1706101792210,"duration":0},"status":"passed","severity":"normal"},{"uid":"e78f4cad1bbde70f","name":"Store - dialed first","time":{"start":1706101779466,"stop":1706101779466,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a152c7ae374f79c","name":"Push message with Arabic payload","time":{"start":1706101757816,"stop":1706101757817,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a3de1f7d56b3768","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101792218,"stop":1706101792218,"duration":0},"status":"passed","severity":"normal"},{"uid":"27dd88067b0ee4e7","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748593,"stop":1706101748594,"duration":1},"status":"passed","severity":"normal"},{"uid":"d46bf48e2289d97b","name":"should only return 1 node with relay capability","time":{"start":1706101165900,"stop":1706101165901,"duration":1},"status":"passed","severity":"normal"},{"uid":"fae0ec6f8b0f30d8","name":"Push 30 different messages","time":{"start":1706101757830,"stop":1706101757831,"duration":1},"status":"passed","severity":"normal"},{"uid":"8aa3392bd2c3675","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101401963,"stop":1706101401963,"duration":0},"status":"passed","severity":"normal"},{"uid":"916505ddd7fedf5c","name":"Push message with Script payload","time":{"start":1706101593987,"stop":1706101593987,"duration":0},"status":"passed","severity":"normal"},{"uid":"699c64af282f2b69","name":"Push message with SQL Injection payload","time":{"start":1706101593987,"stop":1706101593987,"duration":0},"status":"passed","severity":"normal"},{"uid":"2522364fcad5fe6","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706101171751,"stop":1706101171752,"duration":1},"status":"passed","severity":"normal"},{"uid":"d18ab727d6792a55","name":"Passing an array","time":{"start":1706101774514,"stop":1706101774515,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ecf897d9da9933","name":"Push message with meta","time":{"start":1706101757856,"stop":1706101757857,"duration":1},"status":"passed","severity":"normal"},{"uid":"df17ee7f2e9cc21f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101414342,"stop":1706101414343,"duration":1},"status":"passed","severity":"normal"},{"uid":"fca497fbf0732e4","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101792209,"stop":1706101792210,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a87c6f08a7acd2a","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706101227399,"stop":1706101227400,"duration":1},"status":"passed","severity":"normal"},{"uid":"171712eb184a2200","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462542,"stop":1706101462543,"duration":1},"status":"passed","severity":"normal"},{"uid":"830a5c6ac6c4282f","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706101142632,"stop":1706101142632,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7231b699b12f5d8","name":"can start and stop the service","time":{"start":1706101214346,"stop":1706101214347,"duration":1},"status":"passed","severity":"normal"},{"uid":"4928d44492be191a","name":"ignores domain fetching errors","time":{"start":1706101165899,"stop":1706101165899,"duration":0},"status":"passed","severity":"normal"},{"uid":"da0ce6988d2f0661","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706101689283,"stop":1706101689284,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e8570ec974590cc","name":"Check message with invalid timestamp is not received","time":{"start":1706101723791,"stop":1706101723791,"duration":0},"status":"passed","severity":"normal"},{"uid":"5101ccce05f0f8a","name":"should not fail to stop the service if it was not started","time":{"start":1706101626120,"stop":1706101626120,"duration":0},"status":"passed","severity":"normal"},{"uid":"f101244e14cb98e0","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101792220,"stop":1706101792221,"duration":1},"status":"passed","severity":"normal"},{"uid":"3654bf81c141af75","name":"Filter","time":{"start":1706101779467,"stop":1706101779467,"duration":0},"status":"passed","severity":"normal"},{"uid":"400b6c4b839b134a","name":"Subscribe to topic containing long and receive message","time":{"start":1706101792218,"stop":1706101792218,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0eed477f38b719c","name":"should not receive a peer event before start","time":{"start":1706101626122,"stop":1706101626122,"duration":0},"status":"passed","severity":"normal"},{"uid":"208622e43a3443d4","name":"Check publish message containing unicode special characters","time":{"start":1706101530718,"stop":1706101530718,"duration":0},"status":"passed","severity":"normal"},{"uid":"628715cc46e2f27d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340863,"stop":1706101340863,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b48901463f3ace1","name":"Nodes with multiple pubsub topic","time":{"start":1706101515228,"stop":1706101515228,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b38a0bd810c423","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706101340882,"stop":1706101340882,"duration":0},"status":"passed","severity":"normal"},{"uid":"989e7eaad33aaf45","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706101165471,"stop":1706101165471,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6266/widgets/status-chart.json b/6266/widgets/status-chart.json deleted file mode 100644 index dbb8b2b6264..00000000000 --- a/6266/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"2b5f0926c1483d15","name":"Push message with content topic containing unicode special characters","time":{"start":1706101757842,"stop":1706101757854,"duration":12},"status":"passed","severity":"normal"},{"uid":"1722816f5627e018","name":"Check received message containing special chars","time":{"start":1706101723755,"stop":1706101723755,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7b4f04075cc5a7","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706101719499,"stop":1706101719499,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff37017bbca0cf69","name":"1 Relay, 1 Filter, gives up","time":{"start":1706101165598,"stop":1706101165598,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ddb4782d720a68b","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101401933,"stop":1706101401937,"duration":4},"status":"passed","severity":"normal"},{"uid":"7962844b44eb819c","name":"Query generator for 2000 messages","time":{"start":1706101721138,"stop":1706101721139,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c50f2e4623d783","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706101719496,"stop":1706101719496,"duration":0},"status":"passed","severity":"normal"},{"uid":"df7f7d98ca8c3051","name":"should encode/decode to text encoding","time":{"start":1706101151146,"stop":1706101151146,"duration":0},"status":"passed","severity":"normal"},{"uid":"da0ce6988d2f0661","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706101689283,"stop":1706101689284,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca9c48166c7ef9a","name":"Correctly serialized arguments","time":{"start":1706101459765,"stop":1706101459766,"duration":1},"status":"passed","severity":"normal"},{"uid":"5101ccce05f0f8a","name":"should not fail to stop the service if it was not started","time":{"start":1706101626120,"stop":1706101626120,"duration":0},"status":"passed","severity":"normal"},{"uid":"68db4a9362b5aecd","name":"same cluster, same shard: nodes connect","time":{"start":1706101451789,"stop":1706101451789,"duration":0},"status":"passed","severity":"normal"},{"uid":"b557eb0c3a949574","name":"Encoder throws on empty string content topic","time":{"start":1706101173678,"stop":1706101173678,"duration":0},"status":"passed","severity":"normal"},{"uid":"ede758e92c4f5ae7","name":"should get / set TCP multiaddr","time":{"start":1706101151147,"stop":1706101151147,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4cafa3676e35a3","name":"Check message with no content topic is not received","time":{"start":1706101723792,"stop":1706101723792,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce4368358dc290c","name":"Round trip binary serialization","time":{"start":1706101156102,"stop":1706101156102,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d41161b68cbd8db","name":"Push message with JSON payload","time":{"start":1706101593989,"stop":1706101593989,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6b8cbe7db8f2734","name":"Generator, custom pubsub topic","time":{"start":1706101748587,"stop":1706101748588,"duration":1},"status":"passed","severity":"normal"},{"uid":"89faa8829ccb6b68","name":"Check message with extra parameter is not received","time":{"start":1706101369636,"stop":1706101369636,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab82104a76c7a05c","name":"should set field with all protocols disabled","time":{"start":1706101151149,"stop":1706101151149,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b93a8ba656f0d3a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462552,"stop":1706101462552,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf65a4a3f855be1c","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515227,"stop":1706101515227,"duration":0},"status":"passed","severity":"normal"},{"uid":"7af250e61a2f55e2","name":"Js publishes, other Js receives","time":{"start":1706101500052,"stop":1706101500052,"duration":0},"status":"passed","severity":"normal"},{"uid":"38a54ff648752f3","name":"should throw an error for insufficient data","time":{"start":1706101142632,"stop":1706101142633,"duration":1},"status":"passed","severity":"normal"},{"uid":"d23842624d986979","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706101651745,"stop":1706101651746,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5295985f7b4ad64","name":"Publish message with large meta","time":{"start":1706101530742,"stop":1706101530742,"duration":0},"status":"passed","severity":"normal"},{"uid":"528a9a0b9223091d","name":"Ping on subscribed peer","time":{"start":1706101226587,"stop":1706101226587,"duration":0},"status":"passed","severity":"normal"},{"uid":"c56ec161720eaac2","name":"Push message with escaped characters payload","time":{"start":1706101757826,"stop":1706101757828,"duration":2},"status":"passed","severity":"normal"},{"uid":"7a56f045d71a7a4","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706101545971,"stop":1706101545971,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7f71acb003da4c0","name":"Push message with Arabic payload","time":{"start":1706101593986,"stop":1706101593986,"duration":0},"status":"passed","severity":"normal"},{"uid":"635b0a5cec61d015","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","severity":"normal"},{"uid":"dae4581b8f20512f","name":"Check received message containing short","time":{"start":1706101723752,"stop":1706101723753,"duration":1},"status":"passed","severity":"normal"},{"uid":"5df910f8eff50878","name":"Subscribe to topic containing short and receive message","time":{"start":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","severity":"normal"},{"uid":"3654bf81c141af75","name":"Filter","time":{"start":1706101779467,"stop":1706101779467,"duration":0},"status":"passed","severity":"normal"},{"uid":"19e7ebef4e597a4","name":"Fails to push message with large meta","time":{"start":1706101594022,"stop":1706101594023,"duration":1},"status":"passed","severity":"normal"},{"uid":"915fb11f37eabd0","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101723789,"stop":1706101723790,"duration":1},"status":"passed","severity":"normal"},{"uid":"6486aa592e15dee7","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706101651747,"stop":1706101651748,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e51925bbbcd8a47","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748594,"stop":1706101748594,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec27fc8d30a367cc","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706101530741,"stop":1706101530741,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf5cba08cccf590d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515230,"stop":1706101515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"9024b59401ac691e","name":"Check message with no pubsub topic is not received","time":{"start":1706101723814,"stop":1706101723814,"duration":0},"status":"passed","severity":"normal"},{"uid":"92435cae1fa280fb","name":"should properly compute the node id","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"77a936014a519f6a","name":"Relay - dialed first","time":{"start":1706101779464,"stop":1706101779465,"duration":1},"status":"passed","severity":"normal"},{"uid":"9575de14d834f330","name":"through manual discovery","time":{"start":1706101459696,"stop":1706101459697,"duration":1},"status":"passed","severity":"normal"},{"uid":"d97a5f577b6ed489","name":"Check message received after nwaku node is restarted","time":{"start":1706101723816,"stop":1706101723816,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3609c2f3d25c9bf6","name":"Push message with SQL Injection payload","time":{"start":1706101757818,"stop":1706101757819,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9d327c63e058249","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706101721136,"stop":1706101721137,"duration":1},"status":"passed","severity":"normal"},{"uid":"167a47f1f88a321b","name":"Push message with meta","time":{"start":1706101594018,"stop":1706101594022,"duration":4},"status":"passed","severity":"normal"},{"uid":"5f57f7e2eec0a5d7","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706101792205,"stop":1706101792206,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ecf897d9da9933","name":"Push message with meta","time":{"start":1706101757856,"stop":1706101757857,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f44de90dd934cc","name":"Push message with content topic containing SQL Injection","time":{"start":1706101594002,"stop":1706101594002,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc1919d773f2885","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706101545982,"stop":1706101545983,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5a1ad0d56af140","name":"should set field with all protocols enabled","time":{"start":1706101151149,"stop":1706101151150,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b5513ce278ca015","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706101340882,"stop":1706101340883,"duration":1},"status":"passed","severity":"normal"},{"uid":"9730ea518fab04d","name":"Ping on peer without subscriptions","time":{"start":1706101261572,"stop":1706101261572,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb196b50ec46d1b2","name":"Push message with content topic containing Arabic","time":{"start":1706101594001,"stop":1706101594001,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b80aecbe9c3e68e","name":"A test","time":{"start":1706101414404,"stop":1706101414404,"duration":0},"status":"passed","severity":"normal"},{"uid":"45955f0b1597482c","name":"Check received message containing Russian","time":{"start":1706101723756,"stop":1706101723756,"duration":0},"status":"passed","severity":"normal"},{"uid":"65739b82cbb99d63","name":"Encoder throws on undefined content topic","time":{"start":1706101173678,"stop":1706101173678,"duration":0},"status":"passed","severity":"normal"},{"uid":"231ab900763ebeae","name":"Push message with custom timestamp: 1706097769775","time":{"start":1706101594027,"stop":1706101594027,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa0b6a597c00333","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706101340861,"stop":1706101340862,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6e0dca52514c298","name":"Check received message containing XML","time":{"start":1706101723803,"stop":1706101723803,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4b53f2f03ad50e","name":"Push message with content topic containing Russian","time":{"start":1706101594002,"stop":1706101594002,"duration":0},"status":"passed","severity":"normal"},{"uid":"24f39026bc5c9c7a","name":"should set field with only STORE enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"76b7cb35e9638d1e","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706101165903,"stop":1706101165903,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d3083ee1696f60b3","name":"Check received message with extra option is received","time":{"start":1706101369637,"stop":1706101369637,"duration":0},"status":"passed","severity":"normal"},{"uid":"49cf30a53f5f98a2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101792219,"stop":1706101792219,"duration":0},"status":"passed","severity":"normal"},{"uid":"957b24fc7f0b532d","name":"isConnected should return false after all peers disconnect","time":{"start":1706101227402,"stop":1706101227403,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf55513e81cab51","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101401962,"stop":1706101401963,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dcc9ac67bc1ccb6","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706101545982,"stop":1706101545982,"duration":0},"status":"passed","severity":"normal"},{"uid":"98c8ccecc9f6ad0f","name":"Subscribe to topic containing long and publish message","time":{"start":1706101545974,"stop":1706101545974,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcb6cfe2fb75aabf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276344,"stop":1706101276344,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ddabd39524e49ca","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276346,"stop":1706101276347,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a3e07d64d8c010e","name":"Check received message containing emoji","time":{"start":1706101723805,"stop":1706101723806,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec84d49c45e0f2d2","name":"Subscribe to topic containing long and receive message","time":{"start":1706101792207,"stop":1706101792207,"duration":0},"status":"passed","severity":"normal"},{"uid":"69be7b9c80c39c81","name":"Check received message containing unicode special characters","time":{"start":1706101369622,"stop":1706101369622,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1fcb84d8297302","name":"Check message with non string payload is not received","time":{"start":1706101723793,"stop":1706101723793,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7ffa5952ae9ffdd","name":"creates an iterator","time":{"start":1706101763392,"stop":1706101763392,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ea9bd8a9fce4fb","name":"Fails to push message bigger that 1MB","time":{"start":1706101757863,"stop":1706101757868,"duration":5},"status":"passed","severity":"normal"},{"uid":"5c3405a4cb499a27","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706101651746,"stop":1706101651746,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad9903b856304907","name":"Push message with Chinese payload","time":{"start":1706101757813,"stop":1706101757816,"duration":3},"status":"passed","severity":"normal"},{"uid":"30506b1c8b6234c4","name":"Ephemeral messages are not stored","time":{"start":1706101208190,"stop":1706101208191,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa002e4661029e12","name":"Push message with Chinese payload","time":{"start":1706101593985,"stop":1706101593986,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e150c526ca47a65","name":"Push message with custom timestamp: 1675342941217","time":{"start":1706101757860,"stop":1706101757860,"duration":0},"status":"passed","severity":"normal"},{"uid":"d33a22d4f1037953","name":"Push message with long payload","time":{"start":1706101593983,"stop":1706101593983,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ddbf7a62449093","name":"Push message on custom pubsubTopic","time":{"start":1706101462540,"stop":1706101462541,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b7ee3c1d7a1a2ad","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101792214,"stop":1706101792214,"duration":0},"status":"passed","severity":"normal"},{"uid":"85cf4ae691be400b","name":"Encoder throws on undefined content topic","time":{"start":1706101156103,"stop":1706101156104,"duration":1},"status":"passed","severity":"normal"},{"uid":"b012fa43a1d3a59b","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706101214353,"stop":1706101214353,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f22c86aac44afb67","name":"Query Generator - forward","time":{"start":1706101747993,"stop":1706101747993,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c6e683dbe77a55","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706101340884,"stop":1706101340885,"duration":1},"status":"passed","severity":"normal"},{"uid":"a99e92992a50dbe1","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706101165470,"stop":1706101165471,"duration":1},"status":"passed","severity":"normal"},{"uid":"c64f5fcb59eb0597","name":"Push message with content topic containing Script","time":{"start":1706101757839,"stop":1706101757840,"duration":1},"status":"passed","severity":"normal"},{"uid":"820986b3a2d4c168","name":"Push message with custom timestamp: 1706097741217","time":{"start":1706101757860,"stop":1706101757861,"duration":1},"status":"passed","severity":"normal"},{"uid":"81f5edc9ea9d369a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101414349,"stop":1706101414349,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c9cd58738f865e","name":"can start the service","time":{"start":1706101214345,"stop":1706101214346,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcbdd78e8031d96d","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340866,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a172a625b29976d","name":"should use DNS peer discovery with light client","time":{"start":1706101214352,"stop":1706101214352,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e69ad12dd68b08c7","name":"configure the node with multiple pubsub topics","time":{"start":1706101607855,"stop":1706101607855,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8d885c445c73","name":"Check message received after jswaku node is restarted","time":{"start":1706101723815,"stop":1706101723816,"duration":1},"status":"skipped","severity":"normal"},{"uid":"905c3f5a96711f36","name":"Ping on peer without subscriptions","time":{"start":1706101226588,"stop":1706101226588,"duration":0},"status":"passed","severity":"normal"},{"uid":"d364f37505617d0c","name":"caches peers it previously fetched","time":{"start":1706101165900,"stop":1706101165900,"duration":0},"status":"passed","severity":"normal"},{"uid":"a13790ae24eaed76","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706101545978,"stop":1706101545979,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5c558ca838b15b0","name":"Push message with content topic containing emoji","time":{"start":1706101757854,"stop":1706101757855,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d2da5c9d1a93cbb","name":"Check received message containing Russian","time":{"start":1706101369617,"stop":1706101369617,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e8d4893b16e28df","name":"unsubscribes","time":{"start":1706101763393,"stop":1706101763393,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea681b86c0041de9","name":"Push message with short payload","time":{"start":1706101757806,"stop":1706101757807,"duration":1},"status":"passed","severity":"normal"},{"uid":"321f87bb87de6c5","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101792223,"stop":1706101792223,"duration":0},"status":"passed","severity":"normal"},{"uid":"82d9de528f8dbba","name":"Check message received after jswaku node is restarted","time":{"start":1706101723794,"stop":1706101723794,"duration":0},"status":"skipped","severity":"normal"},{"uid":"47aedf077a775b59","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706101227401,"stop":1706101227402,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7231b699b12f5d8","name":"can start and stop the service","time":{"start":1706101214346,"stop":1706101214347,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a6a1db71b69e19","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101792223,"stop":1706101792223,"duration":0},"status":"passed","severity":"normal"},{"uid":"8456b00d2dfd8d66","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706101165903,"stop":1706101165903,"duration":0},"status":"skipped","severity":"normal"},{"uid":"366fe50a6a23865d","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706101340880,"stop":1706101340881,"duration":1},"status":"passed","severity":"normal"},{"uid":"a345eb96f8dd8416","name":"Subscribe and receive messages via lightPush","time":{"start":1706101401930,"stop":1706101401931,"duration":1},"status":"passed","severity":"normal"},{"uid":"f418cd840bf4359d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101264754,"stop":1706101264754,"duration":0},"status":"passed","severity":"normal"},{"uid":"263234f648d8129b","name":"Push message with content topic containing unicode special characters","time":{"start":1706101594016,"stop":1706101594017,"duration":1},"status":"passed","severity":"normal"},{"uid":"90060ba0f29c0f3","name":"Throws when trying to push message with empty payload","time":{"start":1706101593993,"stop":1706101593994,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8853308cdace076","name":"Push message with long payload","time":{"start":1706101757807,"stop":1706101757809,"duration":2},"status":"passed","severity":"normal"},{"uid":"204b1b016eb40b41","name":"Check publish message containing Russian","time":{"start":1706101530688,"stop":1706101530689,"duration":1},"status":"passed","severity":"normal"},{"uid":"c00c1176b7c30989","name":"Check received message containing Russian","time":{"start":1706101723801,"stop":1706101723802,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1df6fafaacd0c37","name":"Refresh subscription","time":{"start":1706101545972,"stop":1706101545973,"duration":1},"status":"skipped","severity":"normal"},{"uid":"42b31b0ba124891e","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706101340886,"stop":1706101340887,"duration":1},"status":"passed","severity":"normal"},{"uid":"e726eab55c264321","name":"Check received message containing special chars","time":{"start":1706101723800,"stop":1706101723800,"duration":0},"status":"passed","severity":"normal"},{"uid":"f577407bc5b32f31","name":"Decoder throws on undefined content topic","time":{"start":1706101156104,"stop":1706101156105,"duration":1},"status":"passed","severity":"normal"},{"uid":"f50749c0ae7a0d1e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340870,"stop":1706101340870,"duration":0},"status":"passed","severity":"normal"},{"uid":"f806d527aef9dd15","name":"Refresh subscription","time":{"start":1706101792217,"stop":1706101792217,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f426df44b8fb88e","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706101164959,"stop":1706101164959,"duration":0},"status":"passed","severity":"normal"},{"uid":"711ecc654cfb8fb6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276341,"stop":1706101276342,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd5394ea260011b3","name":"throws on content topic with empty encoding field","time":{"start":1706101142413,"stop":1706101142413,"duration":0},"status":"passed","severity":"normal"},{"uid":"13ffdb5c53253872","name":"Delete observer","time":{"start":1706101465113,"stop":1706101465113,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a8efe3f2ea02af","name":"Check message on other pubsub topic is not received","time":{"start":1706101369634,"stop":1706101369634,"duration":0},"status":"passed","severity":"normal"},{"uid":"191815312199bc76","name":"Used by Waku Relay","time":{"start":1706101774516,"stop":1706101774516,"duration":0},"status":"passed","severity":"normal"},{"uid":"830a5c6ac6c4282f","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706101142632,"stop":1706101142632,"duration":0},"status":"passed","severity":"normal"},{"uid":"2522364fcad5fe6","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706101171751,"stop":1706101171752,"duration":1},"status":"passed","severity":"normal"},{"uid":"cff75369b5282bab","name":"Check message with invalid timestamp is not received","time":{"start":1706101723808,"stop":1706101723812,"duration":4},"status":"passed","severity":"normal"},{"uid":"ae2dc0ed7e8e076c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748592,"stop":1706101748593,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e7ad21939c3bb00","name":"Check publish message containing Chinese","time":{"start":1706101530682,"stop":1706101530685,"duration":3},"status":"passed","severity":"normal"},{"uid":"b80fecc56741ad81","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340881,"stop":1706101340882,"duration":1},"status":"passed","severity":"normal"},{"uid":"27dd88067b0ee4e7","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748593,"stop":1706101748594,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dee6a3b6bdd0ce5","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706101340859,"stop":1706101340859,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f1f66132b76ed3","name":"Push message with content topic containing special chars","time":{"start":1706101757834,"stop":1706101757835,"duration":1},"status":"passed","severity":"normal"},{"uid":"d155f041245d47b2","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276346,"stop":1706101276346,"duration":0},"status":"passed","severity":"normal"},{"uid":"717ef49f3ecc248f","name":"Subscribe and publish message","time":{"start":1706101545969,"stop":1706101545970,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3552f1c45c37f22","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101792215,"stop":1706101792216,"duration":1},"status":"passed","severity":"normal"},{"uid":"f620c2866462657","name":"Push message with content topic containing XML","time":{"start":1706101757840,"stop":1706101757840,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c9f4e55a5517747","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706101545979,"stop":1706101545980,"duration":1},"status":"passed","severity":"normal"},{"uid":"128f0223e9822986","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515229,"stop":1706101515229,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c2092556d20117","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706101792216,"stop":1706101792216,"duration":0},"status":"passed","severity":"normal"},{"uid":"69ee8ddb8d1a4c5d","name":"Push message with content topic containing numeric","time":{"start":1706101593995,"stop":1706101593995,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c504e9fbf7b3dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462549,"stop":1706101462550,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a3de1f7d56b3768","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101792218,"stop":1706101792218,"duration":0},"status":"passed","severity":"normal"},{"uid":"cedfd10ccfffc6b","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706101545971,"stop":1706101545972,"duration":1},"status":"passed","severity":"normal"},{"uid":"a702a9a65b8171f4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340884,"stop":1706101340884,"duration":0},"status":"passed","severity":"normal"},{"uid":"121ea77b7612d6af","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706101545982,"stop":1706101545982,"duration":0},"status":"passed","severity":"normal"},{"uid":"c06b80b026b73353","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101401932,"stop":1706101401932,"duration":0},"status":"passed","severity":"normal"},{"uid":"39cfc08858d043e","name":"Check message received after nwaku node is restarted","time":{"start":1706101723794,"stop":1706101723794,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ada4e0cb9968a30","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101723807,"stop":1706101723807,"duration":0},"status":"passed","severity":"normal"},{"uid":"44e9299329e1d153","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706101689280,"stop":1706101689281,"duration":1},"status":"passed","severity":"normal"},{"uid":"5104076503869d87","name":"Push message with JSON payload","time":{"start":1706101757824,"stop":1706101757825,"duration":1},"status":"passed","severity":"normal"},{"uid":"afa602fa9fadd08d","name":"Push to array if already present","time":{"start":1706101142186,"stop":1706101142186,"duration":0},"status":"passed","severity":"normal"},{"uid":"daedb9739ffa7bd7","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706101208191,"stop":1706101208192,"duration":1},"status":"passed","severity":"normal"},{"uid":"72810d3a17ed36bb","name":"Rejects garbage","time":{"start":1706101159713,"stop":1706101159713,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ef582470585072f","name":"Ping on unsubscribed peer","time":{"start":1706101261570,"stop":1706101261570,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c34fa458650f5d7","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d453aa008882655","name":"Publish without waiting for remote peer","time":{"start":1706101545969,"stop":1706101545969,"duration":0},"status":"passed","severity":"normal"},{"uid":"f08e2bbbcb4b37fd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462551,"stop":1706101462551,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8e8c602b401ed8","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706101150521,"stop":1706101150522,"duration":1},"status":"passed","severity":"normal"},{"uid":"896f28cea0c5f095","name":"Check received message containing Basic HTML tag","time":{"start":1706101723760,"stop":1706101723760,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf7559db5fc49b9","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101276340,"stop":1706101276341,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a5c37ba04f654f","name":"should properly create location multiaddrs - udp","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"779df4d8cba99ec2","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706101155849,"stop":1706101155850,"duration":1},"status":"passed","severity":"normal"},{"uid":"239763f9ee54300d","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706101778129,"stop":1706101778130,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5c20b38837673f2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706101414343,"stop":1706101414344,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ea5e4707f1651bb","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276343,"stop":1706101276344,"duration":1},"status":"passed","severity":"normal"},{"uid":"594fb34bec129665","name":"Subscribe to topic containing Script and publish message","time":{"start":1706101545980,"stop":1706101545980,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a70c27b1a8739e2","name":"Check publish message containing numeric","time":{"start":1706101530682,"stop":1706101530682,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ac8d94c1fbf624d","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101261573,"stop":1706101261573,"duration":0},"status":"passed","severity":"normal"},{"uid":"212a7bbabbab7565","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706101340873,"stop":1706101340877,"duration":4},"status":"passed","severity":"normal"},{"uid":"fd02533f14246d14","name":"Check publish message containing escaped characters","time":{"start":1706101530717,"stop":1706101530718,"duration":1},"status":"passed","severity":"normal"},{"uid":"e69aa69558000744","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101264754,"stop":1706101264754,"duration":0},"status":"passed","severity":"normal"},{"uid":"fefcdfc9ff0106e","name":"Passing page size 10 when there are 10 messages","time":{"start":1706101762915,"stop":1706101762915,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b1274c08627bcf","name":"Publish message with custom timestamp: Wed Jan 24 2024 12:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530732,"stop":1706101530733,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7e4ba270bf3b1f6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706101757840,"stop":1706101757841,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a0305a9cc9a1517","name":"A test","time":{"start":1706101414404,"stop":1706101414405,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a1fab996c75d63a","name":"Push message with custom timestamp: 1675342969775","time":{"start":1706101594024,"stop":1706101594027,"duration":3},"status":"passed","severity":"normal"},{"uid":"a11d9bcfe1c6cec","name":"Check received message containing Chinese","time":{"start":1706101723800,"stop":1706101723800,"duration":0},"status":"passed","severity":"normal"},{"uid":"613eb9ec826aa354","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101792213,"stop":1706101792213,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb9b12b357c5beee","name":"Query with Ordered Callback, No Decoder","time":{"start":1706101689281,"stop":1706101689281,"duration":0},"status":"passed","severity":"normal"},{"uid":"b21228f251f58178","name":"Overlapping topic subscription","time":{"start":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b592b9147f99a13","name":"Check received message containing short","time":{"start":1706101723795,"stop":1706101723795,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3591e1773cce404","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706101545981,"stop":1706101545981,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca407afab1322fb","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706101451786,"stop":1706101451787,"duration":1},"status":"passed","severity":"normal"},{"uid":"42cfde087f491ab0","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706101651748,"stop":1706101651748,"duration":0},"status":"passed","severity":"normal"},{"uid":"db3c7d8e06c22d3c","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","severity":"normal"},{"uid":"791036933a1ecdcc","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101414346,"stop":1706101414346,"duration":0},"status":"passed","severity":"normal"},{"uid":"30891777c99fcefe","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706101340869,"stop":1706101340869,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcec27eae0711689","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101401958,"stop":1706101401958,"duration":0},"status":"passed","severity":"normal"},{"uid":"fae0ec6f8b0f30d8","name":"Push 30 different messages","time":{"start":1706101757830,"stop":1706101757831,"duration":1},"status":"passed","severity":"normal"},{"uid":"cec0dd6135c38244","name":"udp ip6 address","time":{"start":1706101150444,"stop":1706101150445,"duration":1},"status":"passed","severity":"normal"},{"uid":"68555984024392c4","name":"Query with Ordered Callback, No message returned","time":{"start":1706101689282,"stop":1706101689282,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af551c306b24c06","name":"Check publish message containing XML","time":{"start":1706101530703,"stop":1706101530704,"duration":1},"status":"passed","severity":"normal"},{"uid":"d11987b55e09fd17","name":"Check publish message containing long","time":{"start":1706101530681,"stop":1706101530681,"duration":0},"status":"passed","severity":"normal"},{"uid":"48a0c843a8f098e5","name":"Check received message containing SQL Injection","time":{"start":1706101369617,"stop":1706101369617,"duration":0},"status":"passed","severity":"normal"},{"uid":"95afc8afdb905309","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","severity":"normal"},{"uid":"1794bf640345422b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706101340880,"stop":1706101340880,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9825ea4bafdef98","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101414344,"stop":1706101414344,"duration":0},"status":"passed","severity":"normal"},{"uid":"56825b74468c4589","name":"Check received message containing SQL Injection","time":{"start":1706101723757,"stop":1706101723757,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dcfc7e10f2446a4","name":"Push message with content topic containing escaped characters","time":{"start":1706101757842,"stop":1706101757842,"duration":0},"status":"passed","severity":"normal"},{"uid":"519ea8085e3cbaed","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706101340864,"stop":1706101340865,"duration":1},"status":"passed","severity":"normal"},{"uid":"421bc75c49524a76","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706101173677,"stop":1706101173677,"duration":0},"status":"passed","severity":"normal"},{"uid":"48259ac910d0b40e","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706101150523,"stop":1706101150524,"duration":1},"status":"passed","severity":"normal"},{"uid":"452a08c0c03d344a","name":"should properly create location multiaddrs - udp6","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"c104ad33861d21d9","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffd42d15a1a50a23","name":"retrieves a single peer","time":{"start":1706101165898,"stop":1706101165898,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dd2bfdd272702dc","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706101155850,"stop":1706101155850,"duration":0},"status":"passed","severity":"normal"},{"uid":"8baa784094c75539","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748588,"stop":1706101748588,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e6d64304c353d52","name":"should handle a minimal index list","time":{"start":1706101142631,"stop":1706101142631,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dfb975b0ae2e81f","name":"Check received message containing JSON","time":{"start":1706101723804,"stop":1706101723804,"duration":0},"status":"passed","severity":"normal"},{"uid":"711bc0cb816eb8ba","name":"different cluster, different shard: nodes don't connect","time":{"start":1706101340858,"stop":1706101340859,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cf9e666598a718e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101792207,"stop":1706101792208,"duration":1},"status":"passed","severity":"normal"},{"uid":"a14b1bfe4ad63007","name":"Does not throw an exception when node disconnects","time":{"start":1706101774514,"stop":1706101774514,"duration":0},"status":"passed","severity":"normal"},{"uid":"64c86d17829570da","name":"Push message on custom pubsubTopic","time":{"start":1706101462551,"stop":1706101462551,"duration":0},"status":"passed","severity":"normal"},{"uid":"676616a0925929d6","name":"Push message with content topic containing Russian","time":{"start":1706101757837,"stop":1706101757839,"duration":2},"status":"passed","severity":"normal"},{"uid":"23c193197e346db7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101723807,"stop":1706101723807,"duration":0},"status":"passed","severity":"normal"},{"uid":"6efa9dd8369f246b","name":"Check received message containing shell command","time":{"start":1706101723761,"stop":1706101723778,"duration":17},"status":"passed","severity":"normal"},{"uid":"57451d295c7d9fd9","name":"Check message with no payload is not received","time":{"start":1706101723815,"stop":1706101723815,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71da94590d42a4e","name":"should get / set UDP multiaddr","time":{"start":1706101151146,"stop":1706101151147,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cd5ce75f115fce","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276344,"stop":1706101276345,"duration":1},"status":"passed","severity":"normal"},{"uid":"df17ee7f2e9cc21f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101414342,"stop":1706101414343,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e4b2bf86c8fc31f","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706101515229,"stop":1706101515230,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd05d5f71f5d91ab","name":"Query with Promise Callback, No message returned","time":{"start":1706101689285,"stop":1706101689285,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e53f4d8db82af1d","name":"1 Relay, 1 fetch","time":{"start":1706101165596,"stop":1706101165596,"duration":0},"status":"passed","severity":"normal"},{"uid":"a73a6cda054f7e67","name":"Ordered Callback - backward","time":{"start":1706101747995,"stop":1706101747996,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8fcce630d36c11","name":"Check received message containing XML","time":{"start":1706101723759,"stop":1706101723760,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b4050734f1009dd","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101414347,"stop":1706101414348,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a192316cdc33217","name":"Mutual subscription","time":{"start":1706101545968,"stop":1706101545968,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9b6d30c04a008","name":"Subscribe to topic containing XML and publish message","time":{"start":1706101545980,"stop":1706101545981,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8f3614bf2c65c0f","name":"All","time":{"start":1706101205392,"stop":1706101205393,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea8d5d122490fb6","name":"Check received message with timestamp: 1706101190517 ","time":{"start":1706101723806,"stop":1706101723806,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3772e5b484af962","name":"Query Generator, No Decoder","time":{"start":1706101689279,"stop":1706101689280,"duration":1},"status":"passed","severity":"normal"},{"uid":"dff115e2219b0908","name":"can start and stop the service","time":{"start":1706101626120,"stop":1706101626120,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c7b6017808e3c7","name":"Ordered callback, aborts when callback returns true","time":{"start":1706101721137,"stop":1706101721138,"duration":1},"status":"passed","severity":"normal"},{"uid":"298b4d53d145807a","name":"Push message with escaped characters payload","time":{"start":1706101593991,"stop":1706101593991,"duration":0},"status":"passed","severity":"normal"},{"uid":"19a67c533d0ef870","name":"should not receive a peer event after stop","time":{"start":1706101214350,"stop":1706101214351,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ba0578e766766b","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706101150527,"stop":1706101150528,"duration":1},"status":"passed","severity":"normal"},{"uid":"68a1290270b34d6f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706101340881,"stop":1706101340881,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac7c38b468d211e6","name":"should not fail to start the service if it is already started","time":{"start":1706101214348,"stop":1706101214348,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b64b59e96da220c","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706101276343,"stop":1706101276343,"duration":0},"status":"passed","severity":"normal"},{"uid":"6022e8a720a8a84d","name":"should encode/decode to RLP encoding","time":{"start":1706101151146,"stop":1706101151146,"duration":0},"status":"passed","severity":"normal"},{"uid":"a769bd754d76cfad","name":"Sign & Recover","time":{"start":1706101172251,"stop":1706101172251,"duration":0},"status":"passed","severity":"normal"},{"uid":"d41b649e2364da0c","name":"Check received message with timestamp: 1706101190241 ","time":{"start":1706101369628,"stop":1706101369628,"duration":0},"status":"passed","severity":"normal"},{"uid":"e07bc3995a3b32de","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706101792205,"stop":1706101792205,"duration":0},"status":"passed","severity":"normal"},{"uid":"be9ec02dd12015be","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706101530740,"stop":1706101530740,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d9e79012daa0cb","name":"Subscribe to topic containing long and receive message","time":{"start":1706101401942,"stop":1706101401943,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3730132b4ef1490","name":"Ephemeral field set to true","time":{"start":1706101156102,"stop":1706101156103,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a7e1484c9f567a8","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706101340871,"stop":1706101340871,"duration":0},"status":"passed","severity":"normal"},{"uid":"11cca0a318dba0b5","name":"should properly create location multiaddrs - tcp","time":{"start":1706101151148,"stop":1706101151149,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4a793881278eb4a","name":"Check message with no pubsub topic is not received","time":{"start":1706101723792,"stop":1706101723792,"duration":0},"status":"passed","severity":"normal"},{"uid":"761d43cb4a366731","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706101165475,"stop":1706101165476,"duration":1},"status":"passed","severity":"normal"},{"uid":"8338fbf1797a60ae","name":"groups content topics by expected pubsub topic","time":{"start":1706101142415,"stop":1706101142415,"duration":0},"status":"passed","severity":"normal"},{"uid":"5576c61d2c544d5b","name":"Push message with content topic containing shell command","time":{"start":1706101594013,"stop":1706101594013,"duration":0},"status":"passed","severity":"normal"},{"uid":"2474950cc60e50d4","name":"Fails to publish message with empty text","time":{"start":1706101530739,"stop":1706101530739,"duration":0},"status":"passed","severity":"normal"},{"uid":"332b3f0726b56e43","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706101227409,"stop":1706101227410,"duration":1},"status":"passed","severity":"normal"},{"uid":"a49d23b1a6ba483a","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530719,"stop":1706101530732,"duration":13},"status":"passed","severity":"normal"},{"uid":"efa477894a84174c","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706101721128,"stop":1706101721131,"duration":3},"status":"passed","severity":"normal"},{"uid":"4ceb0cdfcd74e583","name":"throws on content topic with empty version field","time":{"start":1706101142412,"stop":1706101142412,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b89130478305d0d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101264753,"stop":1706101264753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b42543f35f581d5a","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101792212,"stop":1706101792212,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18bb7b7da3e1960","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706101276338,"stop":1706101276339,"duration":1},"status":"passed","severity":"normal"},{"uid":"57b514f020141b7d","name":"Check message with no content topic is not received","time":{"start":1706101369635,"stop":1706101369635,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbec5967395deb","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340866,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed66ae33d0aa579","name":"Push 30 different messages","time":{"start":1706101593993,"stop":1706101593993,"duration":0},"status":"passed","severity":"normal"},{"uid":"5863eb981d692039","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706101150531,"stop":1706101150532,"duration":1},"status":"passed","severity":"normal"},{"uid":"260a93c90487702e","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","severity":"normal"},{"uid":"60089cb266d7d558","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706101340868,"stop":1706101340868,"duration":0},"status":"passed","severity":"normal"},{"uid":"18f2f53b2ae6e090","name":"Generator, custom pubsub topic","time":{"start":1706101748593,"stop":1706101748593,"duration":0},"status":"passed","severity":"normal"},{"uid":"31c4e6e3d6b1be7","name":"Push message with content topic containing numeric","time":{"start":1706101757834,"stop":1706101757834,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9feff741bf577b","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd650d4205d2d51","name":"Push message with content topic containing short","time":{"start":1706101593994,"stop":1706101593994,"duration":0},"status":"passed","severity":"normal"},{"uid":"b05d9b0575c0627f","name":"different cluster, same shard: nodes don't connect","time":{"start":1706101340857,"stop":1706101340858,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b8184c89c707880","name":"Ping on unsubscribed peer","time":{"start":1706101226588,"stop":1706101226589,"duration":1},"status":"passed","severity":"normal"},{"uid":"28b3b0b82f4cf7e9","name":"Relay + Store","time":{"start":1706101205391,"stop":1706101205392,"duration":1},"status":"passed","severity":"normal"},{"uid":"df175304fa35b79a","name":"configure the node with multiple pubsub topics","time":{"start":1706101607853,"stop":1706101607854,"duration":1},"status":"passed","severity":"normal"},{"uid":"58328e4b83beadfd","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706101594003,"stop":1706101594012,"duration":9},"status":"passed","severity":"normal"},{"uid":"5a1fa3ca4feafe61","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706101165473,"stop":1706101165474,"duration":1},"status":"passed","severity":"normal"},{"uid":"e124ec58e6b07cbe","name":"Check received message containing Arabic","time":{"start":1706101723801,"stop":1706101723801,"duration":0},"status":"passed","severity":"normal"},{"uid":"12fa11bed30360a4","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706101171753,"stop":1706101171753,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6cc5b6f0797f084","name":"Generator, 2 different pubsubtopics","time":{"start":1706101748586,"stop":1706101748586,"duration":0},"status":"passed","severity":"normal"},{"uid":"6220925764903886","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101792210,"stop":1706101792210,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe6e8e95baa96a6","name":"Check publish message after client node is restarted","time":{"start":1706101530742,"stop":1706101530742,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a1f5c7c3b7410ef5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101792204,"stop":1706101792205,"duration":1},"status":"passed","severity":"normal"},{"uid":"26727d03b9bae85e","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706101208193,"stop":1706101208193,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1aeb2c080f6ba9","name":"recovers when dns.resolve returns empty","time":{"start":1706101165899,"stop":1706101165899,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c5630638e2aa43b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706101340867,"stop":1706101340867,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ddc50e6cf1ce33","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101792219,"stop":1706101792219,"duration":0},"status":"passed","severity":"normal"},{"uid":"62dfc63a34da21cd","name":"Push message with Russian payload","time":{"start":1706101593986,"stop":1706101593986,"duration":0},"status":"passed","severity":"normal"},{"uid":"d502bafc4c5142a3","name":"Check message with non string payload is not received","time":{"start":1706101369636,"stop":1706101369636,"duration":0},"status":"passed","severity":"normal"},{"uid":"d18ab727d6792a55","name":"Passing an array","time":{"start":1706101774514,"stop":1706101774515,"duration":1},"status":"passed","severity":"normal"},{"uid":"41187d6129775173","name":"Publishes to nwaku","time":{"start":1706101500051,"stop":1706101500051,"duration":0},"status":"passed","severity":"normal"},{"uid":"404c744d53f39619","name":"Check received message containing Basic HTML tag","time":{"start":1706101723803,"stop":1706101723803,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd72e6c01bc816b3","name":"Fails to push message with large meta","time":{"start":1706101757858,"stop":1706101757858,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0d4542c0c15eb6","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706101165472,"stop":1706101165472,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe9de97eb229f8fb","name":"Push message with content topic containing Chinese","time":{"start":1706101757836,"stop":1706101757837,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b15252b941ceaff","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706101276345,"stop":1706101276345,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7bf87b894418b7","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101792221,"stop":1706101792221,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2984527064d044","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706101155849,"stop":1706101155849,"duration":0},"status":"passed","severity":"normal"},{"uid":"887d953e4f8bfad5","name":"nwaku interop","time":{"start":1706101626118,"stop":1706101626119,"duration":1},"status":"passed","severity":"normal"},{"uid":"25bbeb026219de46","name":"should be able to encode the field with only STORE set to true","time":{"start":1706101150520,"stop":1706101150521,"duration":1},"status":"passed","severity":"normal"},{"uid":"26073224e94e3a49","name":"Publish message with custom timestamp: Thu Feb 02 2023 13:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530732,"stop":1706101530732,"duration":0},"status":"passed","severity":"normal"},{"uid":"de0fefc2950fa70f","name":"Check received message containing long","time":{"start":1706101723795,"stop":1706101723797,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd1458366aa3869","name":"Relay - times out","time":{"start":1706101779465,"stop":1706101779466,"duration":1},"status":"passed","severity":"normal"},{"uid":"7699bd3040ecbd52","name":"Check received message containing Arabic","time":{"start":1706101723756,"stop":1706101723756,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf2fa95249d9b55","name":"Push message with content topic containing short","time":{"start":1706101757833,"stop":1706101757833,"duration":0},"status":"passed","severity":"normal"},{"uid":"82f33e5372cddb0c","name":"Decoder throws on undefined content topic","time":{"start":1706101173679,"stop":1706101173679,"duration":0},"status":"passed","severity":"normal"},{"uid":"f208bac1d3e682bf","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706101778134,"stop":1706101778134,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce2351a782e35293","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706101545975,"stop":1706101545978,"duration":3},"status":"passed","severity":"normal"},{"uid":"a77680723dd8311c","name":"Check message on other pubsub topic is not received","time":{"start":1706101723812,"stop":1706101723813,"duration":1},"status":"passed","severity":"normal"},{"uid":"f894f02645ac4ef9","name":"Push message with content topic containing emoji","time":{"start":1706101594017,"stop":1706101594017,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a1c1c55d4acbe80","name":"Push message equal or less that 1MB","time":{"start":1706101594028,"stop":1706101594029,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1033ad775a0f83a","name":"Subscribe and receive messages via lightPush","time":{"start":1706101792203,"stop":1706101792203,"duration":0},"status":"passed","severity":"normal"},{"uid":"917326cc2d2ba314","name":"Check received message containing unicode special characters","time":{"start":1706101723805,"stop":1706101723805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c899f7190073e453","name":"Fails to push message with empty content topic","time":{"start":1706101757855,"stop":1706101757856,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5001934783c08a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515234,"stop":1706101515235,"duration":1},"status":"passed","severity":"normal"},{"uid":"553a4e3d9f467510","name":"it tolerates circular branch references","time":{"start":1706101165898,"stop":1706101165899,"duration":1},"status":"passed","severity":"normal"},{"uid":"16324466d8d81dc5","name":"Push message with content topic containing Script","time":{"start":1706101594002,"stop":1706101594003,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d699390eb8d9ea","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706101227408,"stop":1706101227409,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc7a92fb97f73306","name":"throws on content topic with too few or too many fields","time":{"start":1706101142409,"stop":1706101142410,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ee9979f03d75643","name":"Relay + Store","time":{"start":1706101151151,"stop":1706101151151,"duration":0},"status":"passed","severity":"normal"},{"uid":"adf0c5929bce4f37","name":"Check received message containing shell command","time":{"start":1706101369621,"stop":1706101369621,"duration":0},"status":"passed","severity":"normal"},{"uid":"f409c4cbf5b80947","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101414343,"stop":1706101414343,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36783c03b3380d2","name":"should throw error - no public key","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab9c3b072ce719dc","name":"Passing page size 1 when there are 4 messages","time":{"start":1706101762914,"stop":1706101762914,"duration":0},"status":"passed","severity":"normal"},{"uid":"e832f2b94b3a99e7","name":"Check received message containing Script","time":{"start":1706101369618,"stop":1706101369618,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb062a8939a71300","name":"Query Generator, No message returned","time":{"start":1706101689280,"stop":1706101689280,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee7ba34567a06f3","name":"should emit a peer event after start","time":{"start":1706101626121,"stop":1706101626121,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c939c80bf8e47d4","name":"should not fail to stop the service if it was not started","time":{"start":1706101214347,"stop":1706101214347,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac552508b4fc93ae","name":"Encoder throws on empty string content topic","time":{"start":1706101171755,"stop":1706101171756,"duration":1},"status":"passed","severity":"normal"},{"uid":"2eb024cd0728f26b","name":"tcp ip4 address","time":{"start":1706101150442,"stop":1706101150444,"duration":2},"status":"passed","severity":"normal"},{"uid":"8aa3392bd2c3675","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101401963,"stop":1706101401963,"duration":0},"status":"passed","severity":"normal"},{"uid":"699c64af282f2b69","name":"Push message with SQL Injection payload","time":{"start":1706101593987,"stop":1706101593987,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe740c5c107af8c","name":"Check received message containing emoji","time":{"start":1706101723785,"stop":1706101723786,"duration":1},"status":"passed","severity":"normal"},{"uid":"212db7c439234a43","name":"Check publish message containing emoji","time":{"start":1706101530719,"stop":1706101530719,"duration":0},"status":"passed","severity":"normal"},{"uid":"14937dd8c2439b92","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101462541,"stop":1706101462542,"duration":1},"status":"passed","severity":"normal"},{"uid":"53422b2627d39a13","name":"should decode valid enr with tcp successfully","time":{"start":1706101151135,"stop":1706101151135,"duration":0},"status":"passed","severity":"normal"},{"uid":"55ccfcaf8dd8766f","name":"Publish message with rate limit","time":{"start":1706101530742,"stop":1706101530743,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e939a3fffb918fd","name":"Fails to push message bigger that 1MB","time":{"start":1706101594029,"stop":1706101594029,"duration":0},"status":"passed","severity":"normal"},{"uid":"c319ec7837badfdf","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706101778133,"stop":1706101778133,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dacc3afeca5b24","name":"handles multiple messages","time":{"start":1706101763392,"stop":1706101763393,"duration":1},"status":"passed","severity":"normal"},{"uid":"3082db6977a8fffd","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706101778131,"stop":1706101778131,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc990a4797e94c4","name":"should properly create location multiaddrs - udp4","time":{"start":1706101151147,"stop":1706101151147,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d901d954239d55c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706101414349,"stop":1706101414349,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df1384c41c97be","name":"Check received message containing shell command","time":{"start":1706101723804,"stop":1706101723804,"duration":0},"status":"passed","severity":"normal"},{"uid":"8431ec8d25f79182","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101792222,"stop":1706101792222,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e44e10640e4807","name":"Passing page size 19 when there are 20 messages","time":{"start":1706101762915,"stop":1706101762916,"duration":1},"status":"passed","severity":"normal"},{"uid":"635bd7a92f3d0316","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340865,"stop":1706101340865,"duration":0},"status":"passed","severity":"normal"},{"uid":"aac3387f5de30c9f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706101545970,"stop":1706101545971,"duration":1},"status":"passed","severity":"normal"},{"uid":"c03295ec9a94ec9c","name":"Throws when trying to push message with empty payload","time":{"start":1706101757831,"stop":1706101757833,"duration":2},"status":"passed","severity":"normal"},{"uid":"a94c1a30a062a21e","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706101340885,"stop":1706101340885,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dcf71d1f5c8e343","name":"should throw error - invalid id","time":{"start":1706101151144,"stop":1706101151144,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bdbaa0ec105744c","name":"Push message with unicode special characters payload","time":{"start":1706101757828,"stop":1706101757829,"duration":1},"status":"passed","severity":"normal"},{"uid":"bee6135b1a2fc50b","name":"Nodes with multiple pubsub topic","time":{"start":1706101515231,"stop":1706101515234,"duration":3},"status":"passed","severity":"normal"},{"uid":"37b24ceb175babc8","name":"Callback on promise, aborts when callback returns true","time":{"start":1706101721135,"stop":1706101721136,"duration":1},"status":"passed","severity":"normal"},{"uid":"3614116b32356550","name":"Using a function","time":{"start":1706101774515,"stop":1706101774515,"duration":0},"status":"passed","severity":"normal"},{"uid":"79ab3bcfc0e3ebc7","name":"should only return 1 node with store capability","time":{"start":1706101165901,"stop":1706101165901,"duration":0},"status":"passed","severity":"normal"},{"uid":"9939a0e1c544829a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101792224,"stop":1706101792224,"duration":0},"status":"passed","severity":"normal"},{"uid":"15859e4f05cbeebf","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101792209,"stop":1706101792209,"duration":0},"status":"passed","severity":"normal"},{"uid":"872280e86eb6fdd2","name":"Decoder throws on empty string content topic","time":{"start":1706101171756,"stop":1706101171757,"duration":1},"status":"passed","severity":"normal"},{"uid":"29419e9bbc0ae25d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340873,"stop":1706101340873,"duration":0},"status":"passed","severity":"normal"},{"uid":"64a16f3f6d6b06cf","name":"should throw error - no id","time":{"start":1706101151135,"stop":1706101151135,"duration":0},"status":"passed","severity":"normal"},{"uid":"85c04da5fa2c8ad0","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706101227397,"stop":1706101227398,"duration":1},"status":"passed","severity":"normal"},{"uid":"94203353ad23725d","name":"Push message with Basic HTML tag payload","time":{"start":1706101757823,"stop":1706101757824,"duration":1},"status":"passed","severity":"normal"},{"uid":"171712eb184a2200","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462542,"stop":1706101462543,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ca69d7ec3a41133","name":"Push message with unicode special characters payload","time":{"start":1706101593991,"stop":1706101593991,"duration":0},"status":"passed","severity":"normal"},{"uid":"f48542d4047f266f","name":"should be able to decode the field with only STORE set to true","time":{"start":1706101150529,"stop":1706101150530,"duration":1},"status":"passed","severity":"normal"},{"uid":"6eab4e7f083672ef","name":"Push message on custom pubsubTopic","time":{"start":1706101462549,"stop":1706101462549,"duration":0},"status":"passed","severity":"normal"},{"uid":"86795aa9adbf5504","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101792210,"stop":1706101792210,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e056dfe47dcf66","name":"Promise Callback - backward","time":{"start":1706101747995,"stop":1706101747995,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f90eb21d84fb0a","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706101651747,"stop":1706101651747,"duration":0},"status":"passed","severity":"normal"},{"uid":"e657341a9c4b8b4e","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706101340869,"stop":1706101340869,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c574683078f21c","name":"Subscribe and receive messages via lightPush","time":{"start":1706101792213,"stop":1706101792213,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e5668cf918152","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101792208,"stop":1706101792209,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f91cf64b10287a2","name":"should set field with only RELAY enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"58085e48b4fc83ea","name":"Nwaku publishes","time":{"start":1706101500051,"stop":1706101500052,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3c3c9df3412f1ef","name":"should not receive a peer event before start","time":{"start":1706101214349,"stop":1706101214349,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a3ae023c1177ec9","name":"Subscribe and receive messages via waku relay post","time":{"start":1706101792204,"stop":1706101792204,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb60ef94c8360597","name":"Accepts a valid Waku Message","time":{"start":1706101159711,"stop":1706101159712,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ae2f4292b7abd9f","name":"Check publish message after service node is restarted","time":{"start":1706101530741,"stop":1706101530741,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c2c7de2f6757deb","name":"Refresh subscription","time":{"start":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929ea5da9d1d2d0","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706101401963,"stop":1706101401964,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6f1daf0e297df91","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706101150522,"stop":1706101150523,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd18a88b7cfe0546","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706101792212,"stop":1706101792212,"duration":0},"status":"passed","severity":"normal"},{"uid":"25aa27c93c68ecd5","name":"Check received message containing Chinese","time":{"start":1706101723755,"stop":1706101723756,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d492f88a3798ed2","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706101401939,"stop":1706101401939,"duration":0},"status":"passed","severity":"normal"},{"uid":"81c1a3f7fcf809af","name":"Check message with invalid timestamp is not received","time":{"start":1706101369633,"stop":1706101369634,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2a01f0e1cbf9891","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101401958,"stop":1706101401959,"duration":1},"status":"passed","severity":"normal"},{"uid":"a197934388ea5d7f","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706101227411,"stop":1706101227412,"duration":1},"status":"passed","severity":"normal"},{"uid":"c78d6961c7822686","name":"Check received message containing Script","time":{"start":1706101723758,"stop":1706101723759,"duration":1},"status":"passed","severity":"normal"},{"uid":"85920d6148b183bb","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706101689278,"stop":1706101689278,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b54308f868bc94","name":"Push message with emoji payload","time":{"start":1706101593991,"stop":1706101593993,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3bcdbdaccfceb07","name":"Overlapping topic subscription","time":{"start":1706101792217,"stop":1706101792217,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4f161c20bac012c","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706101227416,"stop":1706101227417,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fedaa91fa63ec8d","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706101746409,"stop":1706101746409,"duration":0},"status":"passed","severity":"normal"},{"uid":"e030575adada7658","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706101165901,"stop":1706101165902,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee717bcab727395f","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706101607854,"stop":1706101607854,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef73e2ad3fd2337a","name":"Check received message containing short","time":{"start":1706101369613,"stop":1706101369614,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca5d4f3d9e9647e","name":"Check message with no payload is not received","time":{"start":1706101369635,"stop":1706101369636,"duration":1},"status":"passed","severity":"normal"},{"uid":"40f5ba6788dc816","name":"Ping on peer without subscriptions","time":{"start":1706101261569,"stop":1706101261570,"duration":1},"status":"passed","severity":"normal"},{"uid":"d717bb25b42c64ba","name":"should decode valid enr successfully","time":{"start":1706101151134,"stop":1706101151134,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c755a7010a8ed6","name":"Relay","time":{"start":1706101205388,"stop":1706101205390,"duration":2},"status":"passed","severity":"normal"},{"uid":"236821ef966df82e","name":"Subscribe to topic containing short and receive message","time":{"start":1706101792217,"stop":1706101792218,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a1cbc3b2031821b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706101401939,"stop":1706101401939,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f50872191d2b5b3c","name":"Query generator for multiple messages with different content topic format","time":{"start":1706101721133,"stop":1706101721134,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0c5cf98a8b6fec2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340867,"stop":1706101340868,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a2304a0eecc188","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706101778133,"stop":1706101778133,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5b3f4e5e9c1501","name":"Check received message containing unicode special characters","time":{"start":1706101723781,"stop":1706101723785,"duration":4},"status":"passed","severity":"normal"},{"uid":"62520a98739f7039","name":"Callback on promise","time":{"start":1706101721134,"stop":1706101721135,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f0ad7a5ae2a1d4e","name":"Push message with shell command payload","time":{"start":1706101757825,"stop":1706101757826,"duration":1},"status":"passed","severity":"normal"},{"uid":"c02cb473c3631732","name":"Check received message containing Arabic","time":{"start":1706101369616,"stop":1706101369616,"duration":0},"status":"passed","severity":"normal"},{"uid":"62af7fb434008f3f","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706101689281,"stop":1706101689281,"duration":0},"status":"passed","severity":"normal"},{"uid":"3314b11f37cf73b4","name":"Check meta is set [ecies]","time":{"start":1706101173677,"stop":1706101173677,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8f55851f51f2211","name":"Check received message containing JSON","time":{"start":1706101723760,"stop":1706101723761,"duration":1},"status":"passed","severity":"normal"},{"uid":"be08021a44113eb3","name":"Symmetric encrypt & Decrypt","time":{"start":1706101172250,"stop":1706101172250,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8f073f02d9d18b6","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101401959,"stop":1706101401959,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b856811798cfd50","name":"Push message with special chars payload","time":{"start":1706101757812,"stop":1706101757813,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f99b86ecd8e322","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706101150530,"stop":1706101150531,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b9adcc9cd02c8fb","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706101165597,"stop":1706101165598,"duration":1},"status":"passed","severity":"normal"},{"uid":"10fdfc2e4bee0643","name":"Passing page size 3 when there are 20 messages","time":{"start":1706101762914,"stop":1706101762914,"duration":0},"status":"passed","severity":"normal"},{"uid":"d63486e396937355","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706101151150,"stop":1706101151151,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5a98129e4094c5","name":"Passing page size 11 when there are 10 messages","time":{"start":1706101762915,"stop":1706101762915,"duration":0},"status":"passed","severity":"normal"},{"uid":"52ee08ea619c9f94","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101414342,"stop":1706101414342,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c3697b8958ca195","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706101515231,"stop":1706101515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"37882b3c54ec5d62","name":"Fails to publish message with wrong content topic","time":{"start":1706101530739,"stop":1706101530739,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e8570ec974590cc","name":"Check message with invalid timestamp is not received","time":{"start":1706101723791,"stop":1706101723791,"duration":0},"status":"passed","severity":"normal"},{"uid":"4918021f820bb013","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706101214353,"stop":1706101214353,"duration":0},"status":"skipped","severity":"normal"},{"uid":"55733215f30e3178","name":"Check received message containing XML","time":{"start":1706101369618,"stop":1706101369619,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc51aca51dc3a6e","name":"Check publish message containing shell command","time":{"start":1706101530706,"stop":1706101530716,"duration":10},"status":"passed","severity":"normal"},{"uid":"a9f65469d1139a7f","name":"Check message with no pubsub topic is not received","time":{"start":1706101369634,"stop":1706101369635,"duration":1},"status":"passed","severity":"normal"},{"uid":"48438e221dfa9b38","name":"Check message received after jswaku node is restarted","time":{"start":1706101369638,"stop":1706101369638,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b7e84100a79efa07","name":"converts content topics to expected shard index","time":{"start":1706101142413,"stop":1706101142413,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eaf3d45a3413e43","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101462550,"stop":1706101462550,"duration":0},"status":"passed","severity":"normal"},{"uid":"f86442e4117cc037","name":"Push message with content topic containing escaped characters","time":{"start":1706101594013,"stop":1706101594013,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ba514efd0f0d25e","name":"Encoder throws on undefined content topic","time":{"start":1706101171755,"stop":1706101171755,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a3d2d502b8c0711","name":"throws on content topic with empty application field","time":{"start":1706101142411,"stop":1706101142412,"duration":1},"status":"passed","severity":"normal"},{"uid":"f06d939ed3f523bb","name":"Push message with Russian payload","time":{"start":1706101757817,"stop":1706101757818,"duration":1},"status":"passed","severity":"normal"},{"uid":"d542922a0122f8a6","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706101165472,"stop":1706101165472,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8304c284f94d19","name":"Push message with rate limit","time":{"start":1706101757859,"stop":1706101757859,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb287d0b072203c","name":"Push message with Script payload","time":{"start":1706101757819,"stop":1706101757820,"duration":1},"status":"passed","severity":"normal"},{"uid":"50aeda2494f98c1e","name":"Push message with content topic containing shell command","time":{"start":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dd3499ce9dd700","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101792203,"stop":1706101792204,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a38ecb86a5def0d","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706101778132,"stop":1706101778133,"duration":1},"status":"passed","severity":"normal"},{"uid":"90296a5ccc1dd563","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101401937,"stop":1706101401937,"duration":0},"status":"passed","severity":"normal"},{"uid":"2310aae3a78d51ec","name":"Check received message with timestamp: 1706101190241000000 ","time":{"start":1706101369627,"stop":1706101369627,"duration":0},"status":"passed","severity":"normal"},{"uid":"89d7ee88b3b05429","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706101792210,"stop":1706101792211,"duration":1},"status":"passed","severity":"normal"},{"uid":"393f77ad062bd5ce","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706101150532,"stop":1706101150532,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa31a8ee314376fe","name":"Check message with non string payload is not received","time":{"start":1706101723815,"stop":1706101723815,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab16cb1dcc68641","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706101150528,"stop":1706101150528,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dbf91a5ad4be15","name":"should emit a peer event after start","time":{"start":1706101214348,"stop":1706101214349,"duration":1},"status":"passed","severity":"normal"},{"uid":"587d7817aeaac362","name":"Push message with special chars payload","time":{"start":1706101593985,"stop":1706101593985,"duration":0},"status":"passed","severity":"normal"},{"uid":"c258359e804d0174","name":"ignores unrecognized TXT record formats","time":{"start":1706101165900,"stop":1706101165900,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1f9773024fba3a","name":"Check received message containing JSON","time":{"start":1706101369620,"stop":1706101369620,"duration":0},"status":"passed","severity":"normal"},{"uid":"895150ced4966e16","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101792221,"stop":1706101792221,"duration":0},"status":"passed","severity":"normal"},{"uid":"962de8e3762db9bf","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706101142632,"stop":1706101142632,"duration":0},"status":"passed","severity":"normal"},{"uid":"10798ef6f83505e2","name":"Check message received after nwaku node is restarted","time":{"start":1706101369638,"stop":1706101369639,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a8b318ae7dd358e9","name":"Ping on unsubscribed peer","time":{"start":1706101261572,"stop":1706101261573,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5884114a7895e98","name":"can start the service","time":{"start":1706101626119,"stop":1706101626120,"duration":1},"status":"passed","severity":"normal"},{"uid":"b72b07f801017e2c","name":"Overlapping topic subscription","time":{"start":1706101545973,"stop":1706101545974,"duration":1},"status":"skipped","severity":"normal"},{"uid":"208622e43a3443d4","name":"Check publish message containing unicode special characters","time":{"start":1706101530718,"stop":1706101530718,"duration":0},"status":"passed","severity":"normal"},{"uid":"877ed291fa91895c","name":"Push message with custom timestamp: 1706104969775","time":{"start":1706101594027,"stop":1706101594028,"duration":1},"status":"passed","severity":"normal"},{"uid":"72caa7f3ae0b122d","name":"topics with same application and version share the same shard","time":{"start":1706101142414,"stop":1706101142414,"duration":0},"status":"passed","severity":"normal"},{"uid":"2760b292a85ac958","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706101792220,"stop":1706101792220,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde7d7da0b02aad2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101401957,"stop":1706101401957,"duration":0},"status":"passed","severity":"normal"},{"uid":"34fcfb47acd3cabf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b7a0e47a35ba105","name":"throws on content topic with empty topic name field","time":{"start":1706101142412,"stop":1706101142412,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ad48c6a4741db7","name":"Meta field set when metaSetter is specified","time":{"start":1706101156103,"stop":1706101156103,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a529684b0fb292","name":"should properly create location multiaddrs - tcp4","time":{"start":1706101151147,"stop":1706101151148,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c22f343dd776a04","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706101150526,"stop":1706101150526,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcbfb275233d9c52","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706101276347,"stop":1706101276347,"duration":0},"status":"passed","severity":"normal"},{"uid":"4aefed3d357d338b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706101401940,"stop":1706101401941,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8ac4d76f036c7c1a","name":"Fails to publish duplicate message","time":{"start":1706101530738,"stop":1706101530738,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a90e9abb8b31581","name":"Sets default value correctly","time":{"start":1706101774516,"stop":1706101774517,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb35552a5bf0154","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706101545975,"stop":1706101545975,"duration":0},"status":"passed","severity":"normal"},{"uid":"2279b43177833d72","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101792211,"stop":1706101792211,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9ff7cced304992f","name":"Light Node - default protocols","time":{"start":1706101779468,"stop":1706101779468,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d8bd2bd9a1200","name":"Check publish message containing short","time":{"start":1706101530679,"stop":1706101530681,"duration":2},"status":"passed","severity":"normal"},{"uid":"60a456e26e2204e8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706101792224,"stop":1706101792224,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a152c7ae374f79c","name":"Push message with Arabic payload","time":{"start":1706101757816,"stop":1706101757817,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c1165444fda7ea6","name":"Check publish message containing Basic HTML tag","time":{"start":1706101530704,"stop":1706101530705,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0ef0aeb44eda898","name":"Check received message containing numeric","time":{"start":1706101723799,"stop":1706101723799,"duration":0},"status":"passed","severity":"normal"},{"uid":"b54a72bc7f3da1a1","name":"Waku message hash computation","time":{"start":1706101145131,"stop":1706101145133,"duration":2},"status":"passed","severity":"normal"},{"uid":"c076ec37867defeb","name":"Query generator for multiple messages","time":{"start":1706101721125,"stop":1706101721126,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5511594f1fcf889","name":"Encoder throws on empty string content topic","time":{"start":1706101156104,"stop":1706101156104,"duration":0},"status":"passed","severity":"normal"},{"uid":"510a60b861a06d8f","name":"Push message with Basic HTML tag payload","time":{"start":1706101593988,"stop":1706101593989,"duration":1},"status":"passed","severity":"normal"},{"uid":"4961e01d689002c9","name":"Push message with content topic containing special chars","time":{"start":1706101593995,"stop":1706101593997,"duration":2},"status":"passed","severity":"normal"},{"uid":"20a28e1db77d1fb3","name":"Push message with short payload","time":{"start":1706101593982,"stop":1706101593983,"duration":1},"status":"passed","severity":"normal"},{"uid":"136a5563b94f944b","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706101651746,"stop":1706101651747,"duration":1},"status":"passed","severity":"normal"},{"uid":"c335fe9bcbc41ed1","name":"Check received message with timestamp: 1706101190517 ","time":{"start":1706101723788,"stop":1706101723788,"duration":0},"status":"passed","severity":"normal"},{"uid":"bca2f1d18009fe73","name":"Push message with content topic containing XML","time":{"start":1706101594003,"stop":1706101594003,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d5d264c1d80063","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706101340868,"stop":1706101340869,"duration":1},"status":"passed","severity":"normal"},{"uid":"4db245f91f8df6a","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706101689282,"stop":1706101689282,"duration":0},"status":"passed","severity":"normal"},{"uid":"15c1b3da52cc2dff","name":"Check received message with timestamp: undefined ","time":{"start":1706101369632,"stop":1706101369633,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c1275464dffd3b3","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706101746409,"stop":1706101746410,"duration":1},"status":"passed","severity":"normal"},{"uid":"5de02d32529f097f","name":"Check received message containing Script","time":{"start":1706101723802,"stop":1706101723803,"duration":1},"status":"passed","severity":"normal"},{"uid":"75bbdb69e27d5e01","name":"1 Store, 2 fetches","time":{"start":1706101165597,"stop":1706101165597,"duration":0},"status":"passed","severity":"normal"},{"uid":"37238c221f5b03e7","name":"Push message with numeric payload","time":{"start":1706101593984,"stop":1706101593985,"duration":1},"status":"passed","severity":"normal"},{"uid":"a32d6024008577c3","name":"isConnected should return false after all peers disconnect","time":{"start":1706101227417,"stop":1706101227418,"duration":1},"status":"passed","severity":"normal"},{"uid":"85cb8eb85f665c89","name":"should return false","time":{"start":1706101151145,"stop":1706101151145,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b59182acfae600","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706101340886,"stop":1706101340886,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e22812d74727e8d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706101369630,"stop":1706101369632,"duration":2},"status":"passed","severity":"normal"},{"uid":"e71972a0103c9bd","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101414343,"stop":1706101414343,"duration":0},"status":"passed","severity":"normal"},{"uid":"e40533fb4879393f","name":"should throw error - no public key","time":{"start":1706101151135,"stop":1706101151144,"duration":9},"status":"passed","severity":"normal"},{"uid":"6e2c33cee47d684","name":"Check message with no content topic is not received","time":{"start":1706101723814,"stop":1706101723814,"duration":0},"status":"passed","severity":"normal"},{"uid":"989e7eaad33aaf45","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706101165471,"stop":1706101165471,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3f219058814dbe","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101261570,"stop":1706101261571,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9edf77c63753379","name":"Check received message containing Basic HTML tag","time":{"start":1706101369620,"stop":1706101369620,"duration":0},"status":"passed","severity":"normal"},{"uid":"51fd6ea8d3584263","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706101264752,"stop":1706101264752,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe0e1da3ac161349","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706101719495,"stop":1706101719495,"duration":0},"status":"passed","severity":"normal"},{"uid":"d594f03cdb3deff9","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706101792216,"stop":1706101792216,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcfe8185eff05010","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706101340866,"stop":1706101340867,"duration":1},"status":"passed","severity":"normal"},{"uid":"929689bbadbd5010","name":"Generator, custom pubsub topic","time":{"start":1706101748586,"stop":1706101748586,"duration":0},"status":"passed","severity":"normal"},{"uid":"9faf6dd2ff0ae28a","name":"Check received message containing emoji","time":{"start":1706101369622,"stop":1706101369626,"duration":4},"status":"passed","severity":"normal"},{"uid":"cb1f6e8f0742dc68","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101264753,"stop":1706101264753,"duration":0},"status":"passed","severity":"normal"},{"uid":"52c3feb003c350a9","name":"Passing page size 0 when there are 110 messages","time":{"start":1706101762913,"stop":1706101762914,"duration":1},"status":"passed","severity":"normal"},{"uid":"e39f4065da3a72eb","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706101746410,"stop":1706101746411,"duration":1},"status":"passed","severity":"normal"},{"uid":"642b91033afc2b46","name":"Register correct protocols","time":{"start":1706101545968,"stop":1706101545969,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff32307d7b21f12a","name":"should be called for bootstrap peers","time":{"start":1706101227407,"stop":1706101227407,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c20c75c60a6a47c","name":"Check received message containing SQL Injection","time":{"start":1706101723802,"stop":1706101723802,"duration":0},"status":"passed","severity":"normal"},{"uid":"739d432b18ce609e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706101792214,"stop":1706101792214,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad2a937b376e215","name":"Push message equal or less that 1MB","time":{"start":1706101757862,"stop":1706101757863,"duration":1},"status":"passed","severity":"normal"},{"uid":"c93cd8d363bce79","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706101150518,"stop":1706101150519,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7715b899e4354b1","name":"Check received message containing long","time":{"start":1706101723754,"stop":1706101723754,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05c6a23a29abd4e","name":"should set field with only FILTER enabled","time":{"start":1706101151150,"stop":1706101151150,"duration":0},"status":"passed","severity":"normal"},{"uid":"e350792565be4a29","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706101340860,"stop":1706101340861,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f9eb69b5e5d612","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706101340883,"stop":1706101340883,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aac766b9552bf89","name":"should only return 1 node with relay and store capability","time":{"start":1706101165901,"stop":1706101165901,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe36b9e19992e45","name":"Fields are not dropped","time":{"start":1706101155479,"stop":1706101155481,"duration":2},"status":"passed","severity":"normal"},{"uid":"45e1ba329f2db1db","name":"isConnected should return true after first peer connects","time":{"start":1706101227414,"stop":1706101227415,"duration":1},"status":"passed","severity":"normal"},{"uid":"d372c1fcba5def8c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706101340885,"stop":1706101340885,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebdb83f2edce2415","name":"Check publish message containing JSON","time":{"start":1706101530705,"stop":1706101530706,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8f7ef4f0dfa6777","name":"should return all peers when numPeers is 0","time":{"start":1706101155848,"stop":1706101155848,"duration":0},"status":"passed","severity":"normal"},{"uid":"1eaa6d2a520379f7","name":"Push message with content topic containing SQL Injection","time":{"start":1706101757839,"stop":1706101757839,"duration":0},"status":"passed","severity":"normal"},{"uid":"892ad127133f4956","name":"Reusing cursor across nodes","time":{"start":1706101651748,"stop":1706101651748,"duration":0},"status":"passed","severity":"normal"},{"uid":"41b3ce94a2abf582","name":"Check message on other pubsub topic is not received","time":{"start":1706101723791,"stop":1706101723791,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2f06f49348a39a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706101165475,"stop":1706101165475,"duration":0},"status":"passed","severity":"normal"},{"uid":"3547512a07db329d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101792223,"stop":1706101792224,"duration":1},"status":"passed","severity":"normal"},{"uid":"400b6c4b839b134a","name":"Subscribe to topic containing long and receive message","time":{"start":1706101792218,"stop":1706101792218,"duration":0},"status":"passed","severity":"normal"},{"uid":"234dbcdbdcfe881a","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706101651749,"stop":1706101651749,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f84ad7c1da15b60","name":"Publish message with custom timestamp: Wed Jan 24 2024 14:05:15 GMT+0000 (Coordinated Universal Time)","time":{"start":1706101530738,"stop":1706101530738,"duration":0},"status":"passed","severity":"normal"},{"uid":"71a991c5b77c493b","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706101340860,"stop":1706101340860,"duration":0},"status":"passed","severity":"normal"},{"uid":"3355a14ddef98595","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706101778134,"stop":1706101778134,"duration":0},"status":"passed","severity":"normal"},{"uid":"905d72891f3ddc09","name":"Relay - dialed after","time":{"start":1706101779465,"stop":1706101779465,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4eb982a1c9198a","name":"Init the array if not present","time":{"start":1706101142183,"stop":1706101142185,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa8fcdd473ccb89c","name":"Store - dialed after - with timeout","time":{"start":1706101779466,"stop":1706101779466,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5257dc0f549294","name":"Check received message containing escaped characters","time":{"start":1706101723779,"stop":1706101723781,"duration":2},"status":"passed","severity":"normal"},{"uid":"f0eed477f38b719c","name":"should not receive a peer event before start","time":{"start":1706101626122,"stop":1706101626122,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d0293c273a9b2dd","name":"Query Generator - backward","time":{"start":1706101747994,"stop":1706101747994,"duration":0},"status":"passed","severity":"normal"},{"uid":"c90e499179ab8524","name":"Nodes with multiple pubsub topic","time":{"start":1706101515230,"stop":1706101515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9d600185804a3e6","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706101545983,"stop":1706101545983,"duration":0},"status":"passed","severity":"normal"},{"uid":"4928d44492be191a","name":"ignores domain fetching errors","time":{"start":1706101165899,"stop":1706101165899,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9563d735acaf69","name":"should not fail to start the service if it is already started","time":{"start":1706101626121,"stop":1706101626121,"duration":0},"status":"passed","severity":"normal"},{"uid":"e78f4cad1bbde70f","name":"Store - dialed first","time":{"start":1706101779466,"stop":1706101779466,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3c73fca5d027a1","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706101545979,"stop":1706101545979,"duration":0},"status":"passed","severity":"normal"},{"uid":"79a4b9ed845b6888","name":"Reopen subscription with peer with lost subscription","time":{"start":1706101226590,"stop":1706101226590,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bea625dd6cd3880","name":"Ping on subscribed peer","time":{"start":1706101261571,"stop":1706101261571,"duration":0},"status":"passed","severity":"normal"},{"uid":"288f663982a16fea","name":"connects to nwaku","time":{"start":1706101774513,"stop":1706101774514,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ecf5c9156b4ffbb","name":"Push message with content topic containing Arabic","time":{"start":1706101757837,"stop":1706101757837,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb4c491d200c5eaf","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706101545970,"stop":1706101545970,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea624a1a86c0ffa2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706101792220,"stop":1706101792220,"duration":0},"status":"passed","severity":"normal"},{"uid":"f74c288688b2f966","name":"Check publish message containing SQL Injection","time":{"start":1706101530689,"stop":1706101530700,"duration":11},"status":"passed","severity":"normal"},{"uid":"904150b63179537d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101792209,"stop":1706101792209,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e7b8b47b33afd9","name":"Check publish message containing special chars","time":{"start":1706101530682,"stop":1706101530682,"duration":0},"status":"passed","severity":"normal"},{"uid":"2add3018d89988e7","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706101340871,"stop":1706101340872,"duration":1},"status":"passed","severity":"normal"},{"uid":"977a38a6aded920a","name":"Passing page size 110 when there are 120 messages","time":{"start":1706101762916,"stop":1706101762916,"duration":0},"status":"passed","severity":"normal"},{"uid":"29bffc025fe8b1cc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706101414349,"stop":1706101414350,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff38c072e6a5c8ef","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706101340863,"stop":1706101340864,"duration":1},"status":"passed","severity":"normal"},{"uid":"53b17437e2d749ea","name":"Subscribe to topic containing short and publish message","time":{"start":1706101545974,"stop":1706101545974,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc777917a2a1931","name":"does not throw on valid cases","time":{"start":1706101142408,"stop":1706101142408,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ad66b86a79c53","name":"Push message with content topic containing long","time":{"start":1706101593994,"stop":1706101593995,"duration":1},"status":"passed","severity":"normal"},{"uid":"f415f78b2087a604","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706101173676,"stop":1706101173676,"duration":0},"status":"passed","severity":"normal"},{"uid":"16811d2ddd17d5f3","name":"Decoder throws on empty string content topic","time":{"start":1706101156105,"stop":1706101156105,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d3279fcdc01bedc","name":"Push message with content topic containing JSON","time":{"start":1706101594012,"stop":1706101594012,"duration":0},"status":"passed","severity":"normal"},{"uid":"727a40d006ac4da3","name":"Decoder throws on undefined content topic","time":{"start":1706101171756,"stop":1706101171756,"duration":0},"status":"passed","severity":"normal"},{"uid":"e692d3612ada894","name":"Fails to push message with empty content topic","time":{"start":1706101594017,"stop":1706101594018,"duration":1},"status":"passed","severity":"normal"},{"uid":"72ce169fbeb0c9d8","name":"Check received message containing Chinese","time":{"start":1706101369616,"stop":1706101369616,"duration":0},"status":"passed","severity":"normal"},{"uid":"8797792a06fff9bd","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706101689278,"stop":1706101689279,"duration":1},"status":"passed","severity":"normal"},{"uid":"58b492b9f71a0be3","name":"throws on empty content topic","time":{"start":1706101142409,"stop":1706101142409,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0612d9e50de3c67","name":"returns all values when wanted number matches available values","time":{"start":1706101164956,"stop":1706101164957,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5e2fd9063cff77d","name":"same cluster, same shard: nodes connect","time":{"start":1706101340855,"stop":1706101340855,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70c50495a1457a3","name":"Push message with shell command payload","time":{"start":1706101593990,"stop":1706101593990,"duration":0},"status":"passed","severity":"normal"},{"uid":"677fe8d15d7e9b05","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706101151134,"stop":1706101151135,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f44610194bf183e","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706101227396,"stop":1706101227397,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b82ef62bd58043a","name":"Check received message with timestamp: undefined ","time":{"start":1706101723790,"stop":1706101723790,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6e0288493d2021c","name":"should throw error - no id","time":{"start":1706101151144,"stop":1706101151144,"duration":0},"status":"passed","severity":"normal"},{"uid":"5060041eac5cc306","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101792204,"stop":1706101792204,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa5480c64164a9a5","name":"Push message with custom timestamp: 1706104941217","time":{"start":1706101757861,"stop":1706101757862,"duration":1},"status":"passed","severity":"normal"},{"uid":"92b54a05994aa3ad","name":"should not receive a peer event after stop","time":{"start":1706101626122,"stop":1706101626122,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0f5e0327b03232f","name":"Check received message with timestamp: 1706101190517000000 ","time":{"start":1706101723787,"stop":1706101723788,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a006fc0ca6e55","name":"Check publish message containing Script","time":{"start":1706101530701,"stop":1706101530703,"duration":2},"status":"passed","severity":"normal"},{"uid":"f591e5093bc10c45","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706101748587,"stop":1706101748587,"duration":0},"status":"passed","severity":"normal"},{"uid":"c226d6bd4a14548a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101792211,"stop":1706101792211,"duration":0},"status":"passed","severity":"normal"},{"uid":"262ae11e57eadc93","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706101264752,"stop":1706101264753,"duration":1},"status":"passed","severity":"normal"},{"uid":"e66e724ee8e1aa89","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706101545975,"stop":1706101545975,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4962d089189fcd4","name":"same cluster, different shard: nodes connect","time":{"start":1706101451790,"stop":1706101451790,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a29a8443e835ddf","name":"Push message with content topic containing Chinese","time":{"start":1706101594001,"stop":1706101594001,"duration":0},"status":"passed","severity":"normal"},{"uid":"49d3ebfd3a6603f6","name":"Query with Promise Callback, No Decoder","time":{"start":1706101689284,"stop":1706101689285,"duration":1},"status":"passed","severity":"normal"},{"uid":"f101244e14cb98e0","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706101792220,"stop":1706101792221,"duration":1},"status":"passed","severity":"normal"},{"uid":"27ebac08f8f34bd3","name":"Decoder throws on empty string content topic","time":{"start":1706101173679,"stop":1706101173679,"duration":0},"status":"passed","severity":"normal"},{"uid":"11561287b13a9fc8","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706101340870,"stop":1706101340870,"duration":0},"status":"passed","severity":"normal"},{"uid":"84fb92503e99691c","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","severity":"normal"},{"uid":"d519c2dcc93e43ba","name":"Decrypt messages","time":{"start":1706101465112,"stop":1706101465113,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6482045b1c6d024","name":"Query generator for multiple messages with different message text format","time":{"start":1706101721126,"stop":1706101721128,"duration":2},"status":"passed","severity":"normal"},{"uid":"4a361586da73d8f9","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706101340872,"stop":1706101340873,"duration":1},"status":"passed","severity":"normal"},{"uid":"892bc5a66dde6696","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706101719500,"stop":1706101719500,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b48901463f3ace1","name":"Nodes with multiple pubsub topic","time":{"start":1706101515228,"stop":1706101515228,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a56eff57f4e7f0","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706101746410,"stop":1706101746410,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b18bcf3f66cc029","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706101414348,"stop":1706101414348,"duration":0},"status":"passed","severity":"normal"},{"uid":"31257641a3ebf4f3","name":"Check received message containing escaped characters","time":{"start":1706101723804,"stop":1706101723805,"duration":1},"status":"passed","severity":"normal"},{"uid":"304d8b0d454a50ee","name":"should properly create location multiaddrs - tcp6","time":{"start":1706101151148,"stop":1706101151148,"duration":0},"status":"passed","severity":"normal"},{"uid":"7da52e0a7985b131","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706101340864,"stop":1706101340864,"duration":0},"status":"passed","severity":"normal"},{"uid":"a184ed5ae63279a6","name":"Subscribe to topic containing short and receive message","time":{"start":1706101792206,"stop":1706101792207,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1ccb8dcd3f690ed","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706101227413,"stop":1706101227414,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7a5ffb4739827d","name":"Promise Callback - forward","time":{"start":1706101747994,"stop":1706101747994,"duration":0},"status":"passed","severity":"normal"},{"uid":"709290b13ad6a313","name":"Push message with numeric payload","time":{"start":1706101757810,"stop":1706101757812,"duration":2},"status":"passed","severity":"normal"},{"uid":"2036a0ff1f77182","name":"Subscribe and receives messages on 20 topics","time":{"start":1706101792205,"stop":1706101792205,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ded1fb5872836a","name":"LightPush","time":{"start":1706101779466,"stop":1706101779467,"duration":1},"status":"passed","severity":"normal"},{"uid":"e43fd1c6d01f88dc","name":"Ordered Callback - forward","time":{"start":1706101747995,"stop":1706101747995,"duration":0},"status":"passed","severity":"normal"},{"uid":"d900571e0b04965a","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706101150530,"stop":1706101150530,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2dcab0a6b3a94d0","name":"Check received message containing special chars","time":{"start":1706101369615,"stop":1706101369616,"duration":1},"status":"passed","severity":"normal"},{"uid":"26cceb2d5f464b3b","name":"should encodeTxt and decodeTxt","time":{"start":1706101151133,"stop":1706101151134,"duration":1},"status":"passed","severity":"normal"},{"uid":"dca53c7923749a70","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101401932,"stop":1706101401932,"duration":0},"status":"passed","severity":"normal"},{"uid":"575c667816373972","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706101150532,"stop":1706101150533,"duration":1},"status":"passed","severity":"normal"},{"uid":"29b7912dd08dd0eb","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706101227405,"stop":1706101227405,"duration":0},"status":"passed","severity":"normal"},{"uid":"d92e04722a7caca0","name":"Check received message with timestamp: 1706101190517000000 ","time":{"start":1706101723806,"stop":1706101723806,"duration":0},"status":"passed","severity":"normal"},{"uid":"b12f16ff3718b26f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706101340863,"stop":1706101340863,"duration":0},"status":"passed","severity":"normal"},{"uid":"47f795980f2e090","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706101515231,"stop":1706101515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d031d76010d50b8","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706101165902,"stop":1706101165902,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3cbcdd43578a79f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101369628,"stop":1706101369629,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fa155cfd8dc7368","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706101227399,"stop":1706101227399,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce19a6eead733b8e","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706101165473,"stop":1706101165473,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46bf48e2289d97b","name":"should only return 1 node with relay capability","time":{"start":1706101165900,"stop":1706101165901,"duration":1},"status":"passed","severity":"normal"},{"uid":"38dc0c97c20f2897","name":"Check received message containing escaped characters","time":{"start":1706101369621,"stop":1706101369622,"duration":1},"status":"passed","severity":"normal"},{"uid":"916505ddd7fedf5c","name":"Push message with Script payload","time":{"start":1706101593987,"stop":1706101593987,"duration":0},"status":"passed","severity":"normal"},{"uid":"519c77acd56d1040","name":"Check received message containing numeric","time":{"start":1706101723754,"stop":1706101723755,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ce3aa2a4a87d32a","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706101792215,"stop":1706101792215,"duration":0},"status":"passed","severity":"normal"},{"uid":"f412444b71cd3e9a","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706101208192,"stop":1706101208193,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba55e9bd8b473a50","name":"nwaku subscribes","time":{"start":1706101500050,"stop":1706101500051,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dec4c86a9751ab7","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706101165474,"stop":1706101165475,"duration":1},"status":"passed","severity":"normal"},{"uid":"20c465afe43a2304","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706101340883,"stop":1706101340883,"duration":0},"status":"passed","severity":"normal"},{"uid":"763ed4fd31abe47b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706101792208,"stop":1706101792208,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca497fbf0732e4","name":"Subscribe to topic containing Script and receive message","time":{"start":1706101792209,"stop":1706101792210,"duration":1},"status":"passed","severity":"normal"},{"uid":"941813bd5b299929","name":"Push message with emoji payload","time":{"start":1706101757829,"stop":1706101757830,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93a669fcaa8fa66","name":"Default pageSize","time":{"start":1706101762917,"stop":1706101762917,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca21f10835aa5779","name":"Check message with no payload is not received","time":{"start":1706101723793,"stop":1706101723793,"duration":0},"status":"passed","severity":"normal"},{"uid":"1580679dd33df4e","name":"Check meta is set [symmetric]","time":{"start":1706101171753,"stop":1706101171754,"duration":1},"status":"passed","severity":"normal"},{"uid":"2312b307c77dd4f6","name":"Check received message with timestamp: undefined ","time":{"start":1706101723808,"stop":1706101723808,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca992e68b6e1b37b","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706101792211,"stop":1706101792212,"duration":1},"status":"passed","severity":"normal"},{"uid":"21738083db2b66ea","name":"Subscribe to topic containing XML and receive message","time":{"start":1706101401959,"stop":1706101401960,"duration":1},"status":"passed","severity":"normal"},{"uid":"763fb5844fd85a94","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706101515228,"stop":1706101515229,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0cad28665276c47","name":"Check received message containing long","time":{"start":1706101369614,"stop":1706101369614,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b38a0bd810c423","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706101340882,"stop":1706101340882,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a87c6f08a7acd2a","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706101227399,"stop":1706101227400,"duration":1},"status":"passed","severity":"normal"},{"uid":"88ce17eed7b91d6c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706101276339,"stop":1706101276340,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0e2900f6f2944cf","name":"Sample","time":{"start":1706101150543,"stop":1706101150543,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55aaed0893d51d4","name":"Push message with rate limit","time":{"start":1706101594023,"stop":1706101594023,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2bc31fcda44d23","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101401956,"stop":1706101401957,"duration":1},"status":"passed","severity":"normal"},{"uid":"460b3cb51b4e7a58","name":"Privacy Node - default protocol","time":{"start":1706101779468,"stop":1706101779468,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfbfa92535ce8f60","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706101545981,"stop":1706101545981,"duration":0},"status":"passed","severity":"normal"},{"uid":"175dc297829f3d85","name":"Push message with content topic containing JSON","time":{"start":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","severity":"normal"},{"uid":"d256bd2aeec38e86","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706101792215,"stop":1706101792215,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4fc97f5831bb866","name":"Overlapping topic subscription","time":{"start":1706101792206,"stop":1706101792206,"duration":0},"status":"passed","severity":"normal"},{"uid":"54ce80cab1fe0003","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706101145133,"stop":1706101145133,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1a5c3367ab78b8e","name":"should properly create peer info with all multiaddrs","time":{"start":1706101151149,"stop":1706101151149,"duration":0},"status":"passed","severity":"normal"},{"uid":"302e87ef96f6fd52","name":"Waku message hash computation (payload length 0)","time":{"start":1706101145133,"stop":1706101145134,"duration":1},"status":"passed","severity":"normal"},{"uid":"5523fbf9e0850749","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706101401961,"stop":1706101401962,"duration":1},"status":"passed","severity":"normal"},{"uid":"3505bf9431ea5132","name":"\"after each\" hook for \"same cluster, different shard: nodes connect\"","time":{"start":1706101451793,"stop":1706101451794,"duration":1},"status":"broken","severity":"normal"},{"uid":"fa8ac1a57fe44894","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706101792203,"stop":1706101792203,"duration":0},"status":"passed","severity":"normal"},{"uid":"4999522dc87f721c","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706101150525,"stop":1706101150526,"duration":1},"status":"passed","severity":"normal"},{"uid":"736383f013c50f34","name":"throws on content topic with generation field greater than 0","time":{"start":1706101142411,"stop":1706101142411,"duration":0},"status":"passed","severity":"normal"},{"uid":"41f4ec2c768d5558","name":"Asymmetric encrypt & decrypt","time":{"start":1706101172249,"stop":1706101172249,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e28e6f730e00a74","name":"Check publish message containing Arabic","time":{"start":1706101530686,"stop":1706101530688,"duration":2},"status":"passed","severity":"normal"},{"uid":"1bb913e6ca4344d1","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706101792208,"stop":1706101792208,"duration":0},"status":"passed","severity":"normal"},{"uid":"b955fe67fc0f4a62","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706101515227,"stop":1706101515228,"duration":1},"status":"passed","severity":"normal"},{"uid":"abe2ac0000cde237","name":"can dial TLS multiaddrs","time":{"start":1706101459696,"stop":1706101459696,"duration":0},"status":"passed","severity":"normal"},{"uid":"f629cf4b08f3e762","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706101778132,"stop":1706101778132,"duration":0},"status":"passed","severity":"normal"},{"uid":"277f1a74f867c013","name":"Passing cursor with wrong message digest","time":{"start":1706101651748,"stop":1706101651749,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b427549e4a664f9","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706101150524,"stop":1706101150525,"duration":1},"status":"passed","severity":"normal"},{"uid":"628715cc46e2f27d","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706101340863,"stop":1706101340863,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b89dc54c118fbd5","name":"throws on content topic with non-number generation field","time":{"start":1706101142410,"stop":1706101142410,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc7b063c6ea5bc68","name":"returns all values when wanted number is greater than available values","time":{"start":1706101164958,"stop":1706101164958,"duration":0},"status":"passed","severity":"normal"},{"uid":"67085d8ed16ec12e","name":"Push message with content topic containing long","time":{"start":1706101757833,"stop":1706101757834,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8fa1321d88e2ae9","name":"Ping on subscribed peer","time":{"start":1706101261569,"stop":1706101261569,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f958d1cb88f1bfe","name":"Refresh subscription","time":{"start":1706101792206,"stop":1706101792206,"duration":0},"status":"passed","severity":"normal"},{"uid":"50a081270fc8b99b","name":"same cluster, different shard: nodes connect","time":{"start":1706101340855,"stop":1706101340857,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a36146557d014c9","name":"Check received message containing numeric","time":{"start":1706101369614,"stop":1706101369615,"duration":1},"status":"passed","severity":"normal"},{"uid":"f08abe30983bc8df","name":"Push message with XML payload","time":{"start":1706101593988,"stop":1706101593988,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6c57cfff19341c5","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706101778131,"stop":1706101778131,"duration":0},"status":"passed","severity":"normal"},{"uid":"662260c42f6293a5","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706101792222,"stop":1706101792222,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffb674dd3f1f65e2","name":"pre and post cipher","time":{"start":1706101172250,"stop":1706101172251,"duration":1},"status":"passed","severity":"normal"},{"uid":"86fe5c7ce8aa6aec","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706101723789,"stop":1706101723789,"duration":0},"status":"passed","severity":"normal"},{"uid":"2df6f1e5a972b037","name":"Push message with XML payload","time":{"start":1706101757820,"stop":1706101757823,"duration":3},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6266/widgets/suites.json b/6266/widgets/suites.json deleted file mode 100644 index 582ea14009c..00000000000 --- a/6266/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":81,"items":[{"uid":"efccb8cb58173ebb8b2f79a36781cf1b","name":"Metadata Protocol","statistic":{"failed":0,"broken":1,"skipped":0,"passed":3,"unknown":0,"total":4}},{"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":0,"passed":28,"unknown":0,"total":28}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28}},{"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/6266/widgets/summary.json b/6266/widgets/summary.json deleted file mode 100644 index 8f5937b71e5..00000000000 --- a/6266/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":1,"skipped":17,"passed":682,"unknown":0,"total":700},"time":{"start":1706101142183,"stop":1706101792224,"duration":650041,"minDuration":0,"maxDuration":17,"sumDuration":419}} \ No newline at end of file diff --git a/6291/data/behaviors.json b/6291/data/behaviors.json index b89c8665c50..3a0eca16ddb 100644 --- a/6291/data/behaviors.json +++ b/6291/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"ca3a94a48f959c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729251,"stop":1706528729252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"f24223c8b74f0da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729253,"stop":1706528729253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"10a5ea0fbd412f58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729414,"stop":1706528729415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"5dc379dc724095f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729415,"stop":1706528729415,"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":"e9cd78fddc12da1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729416,"stop":1706528729417,"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":"3f63c99dc74a706f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729416,"stop":1706528729416,"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":"a2baca29b29c4a34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729417,"stop":1706528729417,"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":"832bacd24e71e39c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729417,"stop":1706528729418,"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":"534565d0f29e9389","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729418,"stop":1706528729418,"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":"938501aa817dc442","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729419,"stop":1706528729420,"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":"d025f7adad409243","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729419,"stop":1706528729419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"6567dcc8af30a1af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729420,"stop":1706528729420,"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":"2fd8ee6fd4a1c5a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729421,"stop":1706528729421,"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":"b33fcdb9a1518cea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729422,"stop":1706528729422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"f1d97d00eb51ed91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"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":"a821c4b4c5d2a165","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"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":"eea5df258b9fd8de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"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":"bc5663f57ab1aef7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"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":"b3b1cce75252f812","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735126,"stop":1706528735128,"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":"18643766430bc9bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735129,"stop":1706528735129,"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":"6ad2059569b2ad8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735129,"stop":1706528735130,"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":"1b75009a14d488","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735130,"stop":1706528735130,"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":"da051a3d634fd9ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735131,"stop":1706528735131,"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":"c19a6fe158cda167","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735131,"stop":1706528735132,"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":"39ea55602a155d68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735132,"stop":1706528735132,"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":"30285327508a5f59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735132,"stop":1706528735133,"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":"219ab90655596dec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735133,"stop":1706528735134,"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":"5da2ef567af5e8eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735134,"stop":1706528735134,"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":"1fdf7464314848f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735135,"stop":1706528735136,"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":"c8250b40a99b14f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735135,"stop":1706528735135,"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":"876c33477d2ceb54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735136,"stop":1706528735136,"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":"5a2d386f8c5af0e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"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":"75d4824c4ff4e696","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"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":"b53e7ad5e325ab81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735138,"stop":1706528735138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"3e2901af9f017ca3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735263,"stop":1706528735264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"414f73b6fcd36a7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735265,"stop":1706528735265,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"817fb6a563ed8fee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528735299,"stop":1706528735300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"9b9779c9e57a1863","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736036,"stop":1706528736037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"cf0440fad4de312e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736036,"stop":1706528736036,"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":"3430ef714e8d6fee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"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":"d623b2c04c2bf330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"84286c56956ae208","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"9788a3bc18c764a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"528739c53d4a36e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"90c380510b2cbc57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"240d9a77aafcbf64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8832fbed40d54b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736040,"stop":1706528736040,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"de5135682168e35a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736040,"stop":1706528736041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"7c359e8d8f880969","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"b3b34b7f19e503a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"472c4edb1de77910","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"9e5a49c7941f0056","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"51c1be8c7f249b64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6d92a10974840ab6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"7ed33860d7f3e185","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d5a1fdfd6951ea07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"14ec21fcf1ba3649","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736044,"stop":1706528736045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"1df82c2c46254784","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"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":"9bbbb771c9e599a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"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":"1c435a43592914fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"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":"e21bcaa67d49858b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"4afacc0b8b36f34b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"4876833b8fd4c033","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"8cfb40048a646a19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"c06387ff943e62b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736047,"stop":1706528736048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"15d5f19d8d13517b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"c6d1c4276bb8587b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528741620,"stop":1706528741622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"ed630e4a124d8411","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528741681,"stop":1706528741682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"b27dfdbf5750ea49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528741681,"stop":1706528741681,"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":"ac9bc7914326a294","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528741682,"stop":1706528741683,"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":"120f40ab1e56efca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742087,"stop":1706528742088,"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":"32146574d3c9e9b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742088,"stop":1706528742089,"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":"e842953fd9095106","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742088,"stop":1706528742088,"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":"99b353cda3dc837","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742089,"stop":1706528742089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"22970bbc18ba5fc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742326,"stop":1706528742327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"6d9a6e2617c04e82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742327,"stop":1706528742327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3dd87be5e3c6d2a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"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":"1a998b3b75ee59db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"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":"175ad5ff8380d0ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"91b5b9e41328e186","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"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":"83cacb478443116f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"1980ef70245d48d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528746045,"stop":1706528746046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"62cdf4ddfea570c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528746047,"stop":1706528746047,"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":"bbfc07501cf0ea4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528751472,"stop":1706528751474,"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":"4af9fd4b08000413","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528751475,"stop":1706528751476,"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":"a262f29f607e20dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528751476,"stop":1706528751477,"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":"cfc6d3b7f13d7f9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752254,"stop":1706528752254,"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":"e60e1ae3a455e953","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752255,"stop":1706528752256,"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":"867ab5f3719731e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752255,"stop":1706528752255,"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":"5f072cb10e599f83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752256,"stop":1706528752263,"duration":7},"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":"7bedeb208072418f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752264,"stop":1706528752268,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"ce549d0bfd2641b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752264,"stop":1706528752264,"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":"6c5549f1b75ae982","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752269,"stop":1706528752270,"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":"e7e664a764917e51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752270,"stop":1706528752271,"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":"562cd6ebc19c711c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752271,"stop":1706528752272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"24bace481f82a6f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752295,"stop":1706528752295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d939babceb8339ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"bd77b67d4ae73ca6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f4153596cc7d9c2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752296,"stop":1706528752297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ba6c7791532dbf49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752628,"stop":1706528752629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"38a637dfc09160c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752629,"stop":1706528752629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c4c8d71d50388e3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"cc6b415045f58d0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3eaafd8958afd906","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"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":"66224d7a725ff40a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"188f15f5314c1b4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"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":"bfda1f04a559f947","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752631,"stop":1706528752632,"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":"a6155f88e6fc4f3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752632,"stop":1706528752633,"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":"e35a518f090114c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752632,"stop":1706528752632,"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":"d943c7514b2cc1ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528752633,"stop":1706528752634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"473dc6cd17ed934d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528752633,"stop":1706528752633,"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":"51d3bc9631d4adc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528752634,"stop":1706528752634,"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":"e5d1dde7cfdd1667","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528758829,"stop":1706528758830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a8a9702e2a1328c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528758831,"stop":1706528758832,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"521629ae9af4b7e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528758831,"stop":1706528758831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"38d19582cc05e5fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528758832,"stop":1706528758833,"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":"8e801822c240701d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528758833,"stop":1706528758833,"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":"632d4f4a5f810c0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f9696e2b163fa4de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"6ba333d7165864c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528759259,"stop":1706528759260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4559eb6e0ee839c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528759260,"stop":1706528759261,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"5c37ebefa434c663","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528759261,"stop":1706528759261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"519c449bb153725b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528759261,"stop":1706528759262,"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":"b62f4ff21f3575b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528760733,"stop":1706528760734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"6745382e4060f92d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528760734,"stop":1706528760735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"eb2402260b66d4ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528760734,"stop":1706528760734,"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":"f4c29428322301e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528760735,"stop":1706528760736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"84cba2ba58211d0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528760735,"stop":1706528760735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3189861ccede0335","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"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":"1b90a1d281680d1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"a1188f6e00c6c037","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528787512,"stop":1706528787515,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7493401db8548612","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528787515,"stop":1706528787516,"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":"9f568b629cd43c1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528787516,"stop":1706528787517,"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":"b95bf8312d67685e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528787517,"stop":1706528787518,"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":"a3601fbb5f4b3fa7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528787518,"stop":1706528787519,"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":"400a93846f472cb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528787519,"stop":1706528787519,"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":"30f3f4a86db30a75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528787520,"stop":1706528787520,"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":"9a7b6eb6891e4670","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528787521,"stop":1706528787522,"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":"3c51aa33fc185f40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528787522,"stop":1706528787522,"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":"e27de8dd424631ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528787523,"stop":1706528787523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"694fa5e4e6a85418","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528794128,"stop":1706528794129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"eef4cfbdc81c8c4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528794129,"stop":1706528794129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"155d95e24d92e8e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528794130,"stop":1706528794130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"7af943144333e10a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528799362,"stop":1706528799362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"8f231957285d951e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528799363,"stop":1706528799363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"7da9f33112f73e58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"20cf5557a0bdfc46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bb63b56fea3bb48e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528812084,"stop":1706528812085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7ec2a3f4cddc0c40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528812085,"stop":1706528812086,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"f92d68c1ecd7ffbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528812085,"stop":1706528812085,"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":"9439aa458c71e3ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528812086,"stop":1706528812086,"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":"e7c2e7521ef9da08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814912,"stop":1706528814913,"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":"15f7a7b5e35352be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814913,"stop":1706528814913,"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":"ffdfdc724248d646","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814914,"stop":1706528814914,"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":"66a85663b73598aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814914,"stop":1706528814915,"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":"9ea4325b1396efbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814915,"stop":1706528814917,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"e44434a53d47d69f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814917,"stop":1706528814917,"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":"6a314aad16d548b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814918,"stop":1706528814918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"cc5f96b3ab7dc52a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814919,"stop":1706528814919,"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":"f02a33a70629efe1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814937,"stop":1706528814938,"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":"80beb778cfeabba6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814941,"stop":1706528814942,"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":"b4b0b5e6c9de5e36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814943,"stop":1706528814943,"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":"4fa4772bd504e033","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814944,"stop":1706528814944,"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":"6755e473077cc206","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814944,"stop":1706528814945,"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":"f6a60979b168c007","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814969,"stop":1706528814970,"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":"c83ac71e0beeaf8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528814969,"stop":1706528814969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"d22d61fc50144ff2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848466,"stop":1706528848466,"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":"133c2d0d4d52fb44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b1c85e1c5b11404c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"26c2a2a6fbcd3e16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5f81c2c5812bab65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848468,"stop":1706528848469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bc41f85499256b97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848468,"stop":1706528848468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7500e11ba6bc354d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848469,"stop":1706528848469,"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":"54a05e53208e9b38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528848469,"stop":1706528848470,"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":"61d0fda75d104c7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528851375,"stop":1706528851376,"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":"4263881e51fee061","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528851376,"stop":1706528851377,"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":"a42321f61c631b1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528851378,"stop":1706528851378,"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":"7014bab0fa3f866c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528851378,"stop":1706528851379,"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":"cca9f76bacee72a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528851379,"stop":1706528851380,"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":"4be27b50da3f4453","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528851380,"stop":1706528851381,"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":"ca7cf4a4da38bb91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857314,"stop":1706528857314,"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":"30f666053f8f34dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857315,"stop":1706528857316,"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":"8d5216d190b64a04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857316,"stop":1706528857316,"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":"a42e4418d080c2c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857316,"stop":1706528857317,"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":"642db85ec0cfe958","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857317,"stop":1706528857317,"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":"2cd21f87c3c4b992","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"bb15752567793f0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"c121b4e2cc71e2d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857319,"stop":1706528857320,"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":"ab39b10115065ac6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857319,"stop":1706528857319,"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":"da25cdab86657202","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857320,"stop":1706528857320,"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":"8526f72b034747db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857320,"stop":1706528857321,"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":"7ffaa3c6d7728d6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528857321,"stop":1706528857321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"def0965b1c01be62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965669,"stop":1706528965670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b0814570852d53ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965669,"stop":1706528965669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f5234d1d71ba8f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965670,"stop":1706528965670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d5c62daa1299f13c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5220ee7ecaa48019","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd2e9faccde7eba1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"eed87ccf7f72308b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"693e013db42d32e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"cb7da9f1c75da288","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55f19e81b4f0ca32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965673,"stop":1706528965674,"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":"2e657224a20ea7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965674,"stop":1706528965675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9677e5ec30d7a5c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965676,"stop":1706528965676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b577b0b20f70f64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965676,"stop":1706528965677,"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":"31a02ffb227575c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965679,"stop":1706528965680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e543e9ee95863cbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965679,"stop":1706528965679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938000000 ","uid":"86dbbd96e8515666","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965680,"stop":1706528965681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9fd16a049848a108","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965680,"stop":1706528965680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6ce7f27ec528e9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965681,"stop":1706528965682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938 ","uid":"e49662b134a4048c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965681,"stop":1706528965681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1f87e9d829e03fc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965682,"stop":1706528965682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"bb4d5081e823f2da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965682,"stop":1706528965683,"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":"befbd373c9887126","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965683,"stop":1706528965683,"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":"15aa28d54a714a9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965683,"stop":1706528965684,"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":"c575d5f25e12fad9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965684,"stop":1706528965684,"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":"e8bc03813bf492fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965684,"stop":1706528965685,"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":"386945489f37932c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965685,"stop":1706528965686,"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":"afcdfbacb68bac22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965685,"stop":1706528965685,"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":"c3ae8f7084671bf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"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":"c446055690ca9377","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"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":"3d4afcbc9af8f72a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"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":"ccf36c4255ad9c59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"150dc3da66a02acc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985982,"stop":1706528985983,"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":"42f1de0adad9963f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985983,"stop":1706528985984,"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":"42b4066798e41dd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985984,"stop":1706528985985,"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":"aab2ae1e921f0a30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985986,"stop":1706528985990,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"222ce8534866e393","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985990,"stop":1706528985991,"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":"3e2dace59f155209","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985992,"stop":1706528985993,"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":"14b1ef234dda7bca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985993,"stop":1706528985994,"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":"40a871d78cf4b625","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528985996,"stop":1706528985998,"duration":2},"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":"3dac03b9ebc0c76d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528985996,"stop":1706528985996,"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":"22d54acd97b7c15a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706528985999,"stop":1706528985999,"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":"c253b1ef5e6023c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986000,"stop":1706528986000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"687c6c65d31793d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986006,"stop":1706528986007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6f1f3b79b51f3269","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986007,"stop":1706528986008,"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":"c7ba80d49de355e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986011,"stop":1706528986012,"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":"bf6ffe1d7e17b0db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986012,"stop":1706528986013,"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":"1786158c120ab754","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986012,"stop":1706528986012,"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":"f0a951aeb5bfa40e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"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":"2fa261925a780f5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"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":"1ca3d009a710cbd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"1b8f7c167e34782e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"547d596e9225153f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986015,"stop":1706528986016,"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":"127a0165f178de22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986015,"stop":1706528986015,"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":"db5d10dd0db8841f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986016,"stop":1706528986017,"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":"33c3a96cf796690f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986017,"stop":1706528986018,"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":"896f104956142892","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986018,"stop":1706528986019,"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":"b410d2e734f6ad4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986019,"stop":1706528986020,"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":"88a15c5cf8d88768","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986020,"stop":1706528986020,"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":"107ded564785277a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"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":"e4e330b570c51884","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"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":"5e1d1c7063004100","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"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":"c00184c1dd5f6f3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"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":"7d7b996b471ffe17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998592,"stop":1706528998593,"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":"cd60f9d33bc0c8fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998593,"stop":1706528998593,"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":"ccc6aca8070e978e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"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":"2aaa0221553a662b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998594,"stop":1706528998595,"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":"a53348585c4445ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"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":"bcc501b29cc1c69f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998595,"stop":1706528998596,"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":"f1d0486d9fa1db0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998596,"stop":1706528998597,"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":"be4cdebadc96075e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998597,"stop":1706528998598,"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":"cccae34cea79a07b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998597,"stop":1706528998597,"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":"4592dacf0c146c12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998598,"stop":1706528998599,"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":"e05f1f00fc2d4268","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998598,"stop":1706528998598,"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":"b9501f65180ce72c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706528998599,"stop":1706528998599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"5d39baba83f96e42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061211,"stop":1706529061219,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"e3e5c15d8f9a0e5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061220,"stop":1706529061221,"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":"248f79113014946c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061221,"stop":1706529061222,"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":"e7882f8c6ccda084","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061222,"stop":1706529061223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"e6f5ce153c357237","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061222,"stop":1706529061222,"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":"be29ff972ab55f83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061223,"stop":1706529061224,"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":"5f5ed3524782f286","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061224,"stop":1706529061226,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"60201bacbaaebf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061224,"stop":1706529061224,"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":"fcff4f177467085a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061226,"stop":1706529061226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"e855b8ef740b903f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061334,"stop":1706529061334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"60e2eaaa2a5291b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529061335,"stop":1706529061335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ed21b9ec5322284","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092190,"stop":1706529092191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1d8be24b10ef3676","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092191,"stop":1706529092191,"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":"eb90dc452008b267","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706529092192,"stop":1706529092193,"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":"3138d35e533ec687","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706529092194,"stop":1706529092195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"b3e205b416a8c227","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092195,"stop":1706529092196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"92a9c3c3b5e2da7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092195,"stop":1706529092195,"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":"3eeb14967367d0ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706529092197,"stop":1706529092197,"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":"4ad5b0775b9ffb32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"335216237561b736","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092200,"stop":1706529092200,"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":"61373f58c4cf6594","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092200,"stop":1706529092202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"fb68922335528ec2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092202,"stop":1706529092203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"a02e709859df094f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"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":"70abb889e8919767","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"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":"ec182256362f6fe7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092204,"stop":1706529092205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"490ce9ee438cf33a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092204,"stop":1706529092204,"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":"68e97a9582ad7d05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092205,"stop":1706529092206,"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":"128041f51f63e93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"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":"a94e0ffa1437da2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"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":"70cf085481dce6ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092206,"stop":1706529092207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"997339a97b28036a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092206,"stop":1706529092206,"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":"6fb714ca7f3b9fc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092207,"stop":1706529092208,"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":"aaa53b6299ed8475","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"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":"859aa3ffc705045","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"5a502cf228361c79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"84bea699b275d6b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"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":"604012385fbb36ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"84c68e872b08f437","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"8d002f21bbaaf54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"cb250ee71f4e0259","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a57f86a01f204dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"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":"2c849b1c34c13945","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"68cb625ff7e6a01f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"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":"941958abb07a6833","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c44f5b9c4379651f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"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":"db00aa05433ef34d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"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":"d6a7711b24c727","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"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":"6bb5389e4a297193","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092217,"stop":1706529092217,"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":"48d278000d377e54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092217,"stop":1706529092219,"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 7 bootstrap peers","uid":"3c79f21cdde39437","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092220,"stop":1706529092221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fe20aaa29b91235","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092220,"stop":1706529092220,"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":"e34cd7b95c0e31d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092221,"stop":1706529092222,"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":"64c19d00c26f6599","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092221,"stop":1706529092221,"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":"3076797b8175193c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092222,"stop":1706529092222,"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":"c3e989d7533963a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529092223,"stop":1706529092223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"b88e07981de80d70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529098415,"stop":1706529098416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"f8469aa4323137f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529098417,"stop":1706529098417,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"bacf99caeda814af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529098501,"stop":1706529098501,"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":"865d8b84b5bd8d34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529165662,"stop":1706529165662,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"423bca152c152f6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a492eb58553a6331","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"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":"5b65fbbe08204a76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706529165665,"stop":1706529165666,"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":"95442c694ec0c263","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706529165668,"stop":1706529165669,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"636931b5ec900bde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529167075,"stop":1706529167076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"f479ea21854f3387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529167076,"stop":1706529167076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"a348c507a91ce632","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529198490,"stop":1706529198490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"8fc8b4748bbede38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529198490,"stop":1706529198491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"c4e4c71baad762bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529198491,"stop":1706529198492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"5fd369e10fb74f26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529198491,"stop":1706529198491,"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":"1da6bc525017e3a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213423,"stop":1706529213424,"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":"3023b667b3ea9685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213425,"stop":1706529213425,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3322a3d9b6037712","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213426,"stop":1706529213427,"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":"a911052426b262","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213427,"stop":1706529213436,"duration":9},"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":"c56c84c115e70fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213442,"stop":1706529213442,"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":"b266f76384fcda53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"6658a4f5fee5b5fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"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":"ffbf9ebafe48640f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213444,"stop":1706529213445,"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":"c4e4da1898d8c23c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213444,"stop":1706529213444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8a9d367452822963","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"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":"a825ce2464224e99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"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":"314987d2d2e24ada","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529213446,"stop":1706529213446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e4d92de4e992721e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218502,"stop":1706529218503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"5268aac17d1090fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218502,"stop":1706529218502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"c52de877bcf9daf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218503,"stop":1706529218504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"56b282013d4545fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218503,"stop":1706529218503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e8a337b6b2925bf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218504,"stop":1706529218506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"382495ec61ada9ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218506,"stop":1706529218507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8c0cab566b91274a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218507,"stop":1706529218508,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ff0c15ad3d445221","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218508,"stop":1706529218508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cd49277081b8f6f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218509,"stop":1706529218509,"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":"d950d1e384220a52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218510,"stop":1706529218514,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"af99f94c03390582","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218510,"stop":1706529218510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"cec670752ff9cc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218514,"stop":1706529218515,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"356a22bd99f37b6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218515,"stop":1706529218516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"65cedc1df1d8cb7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218516,"stop":1706529218517,"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":"4eb6b5f8404a6875","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218517,"stop":1706529218518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"92b1daa2adf57a92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218518,"stop":1706529218519,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e3b3435c78f4fc22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218519,"stop":1706529218520,"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":"19132d5cc3491587","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218520,"stop":1706529218521,"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":"90e0b1e3f9c49c6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218521,"stop":1706529218522,"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":"614d0dc5b92138b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218522,"stop":1706529218523,"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":"e6714ef287276fcb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218523,"stop":1706529218524,"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":"a4b88c8706558557","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218524,"stop":1706529218525,"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":"1aea214ba9119ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218525,"stop":1706529218525,"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":"6e9c54c35d878910","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218526,"stop":1706529218527,"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":"8f5674c9218acb73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218527,"stop":1706529218528,"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":"b5038bcc074cf3a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218528,"stop":1706529218529,"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":"17f443c192f06866","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218529,"stop":1706529218530,"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":"ce4ef500b7291346","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218530,"stop":1706529218531,"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":"5837e9ef5a5636ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218531,"stop":1706529218532,"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":"5c0eb9564d18dd39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218532,"stop":1706529218533,"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":"cc2b2366ecca8d40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218533,"stop":1706529218534,"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":"593651d5011e593e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218534,"stop":1706529218535,"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":"885dff02c8b7f527","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218535,"stop":1706529218536,"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":"d7b323013b62c514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218536,"stop":1706529218537,"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":"f11ee59409ab6929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218537,"stop":1706529218538,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8d484d2e18cb343e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218538,"stop":1706529218542,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"d8ac4174f591c079","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218542,"stop":1706529218543,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"b9ccd062e192ac63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770586384","uid":"d8b707dcbc7a807","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525386384","uid":"36cb04362392bbea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532586384","uid":"6fcb0b75ef051897","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"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":"8b65c7cf6de0c6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218544,"stop":1706529218545,"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":"7f511c355455e708","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529218545,"stop":1706529218545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"1ba272d28acce758","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223888,"stop":1706529223888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"30b9d10db9a9cc5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e9e709af187f5fba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"4584739d92159b7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223889,"stop":1706529223890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"8b9b5103e16b6b12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223890,"stop":1706529223891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"83fdf79c12dc6982","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223890,"stop":1706529223890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"41489ea25945e0f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"cb81e7fec31e6ef9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ad729e663cf3e82c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223892,"stop":1706529223893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"3abd95cdac6e4540","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223892,"stop":1706529223892,"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":"c92e3996814d8b74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223893,"stop":1706529223893,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"b784477200b419fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223893,"stop":1706529223894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c83982b940b45136","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223894,"stop":1706529223895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"8620cc3859808691","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223894,"stop":1706529223894,"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":"880fc8604747eea6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223895,"stop":1706529223896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"399409a6c51e5431","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223896,"stop":1706529223896,"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":"f1285368b2d29016","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223896,"stop":1706529223897,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","uid":"31ec4bd2f7ae2d3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223898,"stop":1706529223898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","uid":"8ea9e943f170ac02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223898,"stop":1706529223899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"2185f118b9b994c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","uid":"baaa242a06f1c106","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"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":"e06e911412f2cb72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"4f49e13e0286b8e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"eaabb071e78ed9b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223901,"stop":1706529223901,"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":"b2345427f170d619","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223901,"stop":1706529223902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"63abe897a985c8dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"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":"a19200e64bc12a24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"95e6e864d1a7d2ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"13f1f9617340ab20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"3e265da06ddab88b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232495,"stop":1706529232495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"61af5c42900781ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232495,"stop":1706529232496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"9b5eb109f20cdaa9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232496,"stop":1706529232496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"63696ac2358167b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232496,"stop":1706529232497,"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":"764a3ddf1623802d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"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":"f70bf22de7cb7b09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232497,"stop":1706529232498,"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":"e709341784b931ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a1d1b92050ab6f85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5d62cf493ecdf5f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529232498,"stop":1706529232499,"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":"a499e5cc8e950587","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232498,"stop":1706529232498,"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":"4b26464a1eeb8d5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"4020e80bc487ad3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"b99c59edcc18541c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232500,"stop":1706529232501,"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":"ede2751ca1ca637d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"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":"ed68de3343969e96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"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":"dbf70a0a4cbc069f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232501,"stop":1706529232502,"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":"ed95009ace7d07f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"13c3adde653fbb2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"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":"9d17a12ee3481135","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232503,"stop":1706529232504,"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":"3d2060dfd5572c24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"2d6fccf5e81a1e8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"588704ac3b7e83f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232504,"stop":1706529232505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"b4cf91902e3f19a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232504,"stop":1706529232504,"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":"9cee1bfb9c7c91f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"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":"63b6767a9f5388f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"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":"79b6bf70d915643","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529232506,"stop":1706529232506,"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":"f835def9a0a31217","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529248592,"stop":1706529248597,"duration":5},"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":"e7a92877c5d488f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529248597,"stop":1706529248597,"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":"e99a145d631084c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529248598,"stop":1706529248598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"c3c868ca51668396","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268049,"stop":1706529268050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e063b5f48b64237c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268050,"stop":1706529268051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b1b0cb2a24bc8075","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268050,"stop":1706529268050,"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":"aaff90e7b6532780","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268051,"stop":1706529268051,"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":"135976ed8e001e34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268051,"stop":1706529268052,"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":"54b1aab0235588e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268052,"stop":1706529268052,"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":"b6d80e43b4b09371","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"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":"c6923f624e367586","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"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":"442e114eb022c00e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297071,"stop":1706529297072,"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":"56ed719724ee46d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297071,"stop":1706529297071,"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":"41c4e4eaac66eb1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297072,"stop":1706529297072,"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":"76d51240993055c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297072,"stop":1706529297073,"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":"8b228aa1ec2e1c74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"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":"aede67ce7f835fac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"45cfee4366998578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"2e2abbe9396e16d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1a7249410b69e410","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529297076,"stop":1706529297076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"39e95692684888a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332306,"stop":1706529332306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"87cec2179c116d48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332307,"stop":1706529332308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9b742e250f0a1313","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332307,"stop":1706529332307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"4f637dc431849ef4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332308,"stop":1706529332309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"d72c1754c5d62dee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332309,"stop":1706529332310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"bed6538d2086f160","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332310,"stop":1706529332313,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"bc073b7dd93bda6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332313,"stop":1706529332314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7247602d9bd921af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332313,"stop":1706529332313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1acc06c3feb4b6c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332314,"stop":1706529332316,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"33a8bcbbb42a6ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332316,"stop":1706529332317,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"efa0ec5613ca9fcb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332317,"stop":1706529332318,"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":"9281bc9d14d4792d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529332318,"stop":1706529332319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"17c73dc91d19b850","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333227,"stop":1706529333228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7abdb4115863d6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333227,"stop":1706529333227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c9585fb14534ea9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333228,"stop":1706529333228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"90de24622ad2c429","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae6e1ed5a42a0f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"2d7324ce1fc47b94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"3e9b1ab36ded7df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333230,"stop":1706529333231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"161517fa80c19c84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f0efb4ca2907c628","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333231,"stop":1706529333232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"5f4bde40a5e38f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333232,"stop":1706529333233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"306777f6734540cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333233,"stop":1706529333234,"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":"b7b95a169e16fb6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333233,"stop":1706529333233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"38f6b7bde4c0adfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333234,"stop":1706529333234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5c39e4bfb9fdb34b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333234,"stop":1706529333235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"d689177574d32db6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333235,"stop":1706529333236,"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":"ef272f41a28603b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333235,"stop":1706529333235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"5c647b960894306d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333236,"stop":1706529333237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"47a8d57b38230603","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333237,"stop":1706529333241,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"563fd2bd80d3dfe8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333241,"stop":1706529333241,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"18e17db211d1c559","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c0c838ad63942646","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"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":"7497e6f7cc029066","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333242,"stop":1706529333243,"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":"e5c3d618f197564d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"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":"54503a073c17050f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"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":"94c14c1afcaf2e9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333244,"stop":1706529333250,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e93c71da3f4c3f53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333250,"stop":1706529333251,"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":"92fbeedaa534755e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333251,"stop":1706529333251,"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":"bd6e059f97b0d74d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529333252,"stop":1706529333253,"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":"381c294e7dddc11c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529333252,"stop":1706529333252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"804169b6df7577a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333253,"stop":1706529333254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"6b9ef462812c3115","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333253,"stop":1706529333253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ce29edf85a285fb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333254,"stop":1706529333254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"54d8c4e38bf9b383","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333255,"stop":1706529333256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a533e4793261a8e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333255,"stop":1706529333255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"81dc29ddf2bb1792","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333260,"stop":1706529333262,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb8944d45d81e710","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333262,"stop":1706529333263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9b7bcb10c6edc945","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333263,"stop":1706529333263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"819ba0aeabec48f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333272,"stop":1706529333273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eeaba624bb711d04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333273,"stop":1706529333273,"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":"8b68ba642a70e604","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"fd8086bf8fb00ce2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333274,"stop":1706529333275,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b10080814111bb64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"87e656dfbc3ff92a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"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":"e54bbbab1f84e8be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b71a978c10a47458","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"97f9ab9676ded01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333276,"stop":1706529333277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"1398704a46c00477","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6582e1a6fb2ee34f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333277,"stop":1706529333277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1ae8d4387abb892d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"d1c79568513c3c7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"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":"81eb52f2c986da05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333279,"stop":1706529333280,"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":"97e9d20d480e8aa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"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":"27b5a25f1489463a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"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":"fd5e113511920df1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"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":"ebae94bcf547ba33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333281,"stop":1706529333282,"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":"a70b16e9bfcef02c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"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":"6e6f82b63a88f098","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"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":"5046052c01c552f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"f16ee39d9782b13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529364249,"stop":1706529364250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"3c6a5a31a0fd8bec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529364250,"stop":1706529364251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a63fb37889b7da44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529364250,"stop":1706529364250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"254c40074837a049","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"95cdf337f84852fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"3098dda3d77da082","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"87b7b7e0515727fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365898,"stop":1706529365898,"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":"d89f92432882ba9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365898,"stop":1706529365899,"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":"1d2544911205b83f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365899,"stop":1706529365899,"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":"a1fad5ff77a35af7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365899,"stop":1706529365900,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"a7d63fff3dd3aab3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365900,"stop":1706529365900,"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":"1ad22774b6165a91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365900,"stop":1706529365901,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"33f34ccc599a45aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"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":"85d4338f406f93f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a1fc773862de26e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529365902,"stop":1706529365902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"ca484b51cd4d42f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367432,"stop":1706529367433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"c81eed9377f3b961","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367433,"stop":1706529367434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"6be5064577d8e4af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367435,"stop":1706529367436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2fd65e575dd873a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367436,"stop":1706529367437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cb77b229d64c80a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367437,"stop":1706529367438,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ed9ae4d00c481f2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367438,"stop":1706529367439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"c3f776913e277b9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367439,"stop":1706529367439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebdba5f509ee3a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367440,"stop":1706529367440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"f57ee4ec144aac84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367442,"stop":1706529367443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2f8d662b30402db1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367443,"stop":1706529367448,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"a3e0530829b57af5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367448,"stop":1706529367449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"51d494a40c15c395","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"858eacff3415b9b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"c5fe3d1de78cc19b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367450,"stop":1706529367451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"bafc966f5536626f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"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":"4e34aaf695a2fa9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"52115153129a956e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367451,"stop":1706529367451,"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":"838fa825722553a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367451,"stop":1706529367452,"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":"2d9fff4da38193f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367452,"stop":1706529367452,"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":"e8cebfc8e38a8be1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367452,"stop":1706529367467,"duration":15},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"90f1f2cf0596f13b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367467,"stop":1706529367468,"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":"fa8220330fc90506","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367468,"stop":1706529367469,"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":"4f35cadf773f0fbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367469,"stop":1706529367470,"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":"9d29998c069a9c7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367470,"stop":1706529367470,"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":"d844d3a307366f69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367471,"stop":1706529367471,"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":"5c2c9957a4426011","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367471,"stop":1706529367472,"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":"820678b1adf750c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367472,"stop":1706529367473,"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":"2b5ce5fa15b52f7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367473,"stop":1706529367474,"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":"671cb51cfe416db6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367474,"stop":1706529367475,"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":"ac102b3244e27286","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367475,"stop":1706529367476,"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":"5ed6c331e0826a6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367476,"stop":1706529367478,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1abdce6922089dc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367478,"stop":1706529367479,"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":"4137c25b7370fe9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367479,"stop":1706529367479,"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":"1a69baf5c1d2850e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367479,"stop":1706529367480,"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":"ad3787b18105f7c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367480,"stop":1706529367480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1b5420961ad243a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"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":"54dc849f98b41ef7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525365833","uid":"4bf21be0622a236d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367482,"stop":1706529367483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ada15d10c8dd207f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770565833","uid":"554f3ed2cf5101f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532565833","uid":"7f80c38e8a7d42b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367483,"stop":1706529367484,"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":"b55d8c61dea53f6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367484,"stop":1706529367486,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"b998303e857e130","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529367486,"stop":1706529367487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d2cdbd8c483e0e37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378204,"stop":1706529378206,"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":"25e52320eff3be14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378206,"stop":1706529378207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"368e058aee907ab2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378206,"stop":1706529378206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"83ff253c950a57f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378209,"stop":1706529378210,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"da734a290c806ec5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378210,"stop":1706529378210,"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":"bbe8d54b5d839e16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378211,"stop":1706529378211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"58c00abc86c7c61a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378212,"stop":1706529378213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a6670abe58f4f321","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378213,"stop":1706529378214,"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":"c3973ff5ad505f88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529378214,"stop":1706529378215,"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":"8c3ca957b100a607","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529382344,"stop":1706529382345,"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":"4c1a96872c4c8df1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529382345,"stop":1706529382345,"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":"2c75def7a72b80d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529382345,"stop":1706529382346,"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 backward","uid":"2eca231d48f51c53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529382346,"stop":1706529382346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"4636cb6115b2d7a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"ceb401e390518a27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"e2cc73e01649cded","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529389607,"stop":1706529389607,"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":"b74ec45885e4ad63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395064,"stop":1706529395065,"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":"109edc0e0bfeec53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395066,"stop":1706529395067,"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":"26391c9fc4251a28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395066,"stop":1706529395066,"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":"918446a1f8e73f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395067,"stop":1706529395067,"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":"678221f8d01549d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395068,"stop":1706529395069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"9196071e6fd84109","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395069,"stop":1706529395070,"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":"3a3a4c6f5cdc05b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395069,"stop":1706529395069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"fa4103d2c0f2f95f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529395070,"stop":1706529395070,"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":"528f49eebd426394","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398286,"stop":1706529398287,"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":"9ab40b38f933557a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398287,"stop":1706529398288,"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":"d091cb1eacbb4a23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398287,"stop":1706529398287,"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":"7d2b27dc83dc91fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398288,"stop":1706529398289,"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":"4fd5a4192ab064","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398289,"stop":1706529398289,"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":"bde06057ec170701","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"9aafb4c08e076715","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"d35dd700003ce281","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398290,"stop":1706529398291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"75dd8b8e6dfdeb6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529398291,"stop":1706529398291,"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":"8ed4ecc6e4fa61d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"d226d1734c469d99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"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":"956c3b6eefb8f62f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"25584f096b2d177a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"e1efc86dcbd98305","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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 30 topics","uid":"adaf16e0dfc9d0ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403567,"stop":1706529403568,"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":"6f64ab81925047ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"9bc5656f2c7c269d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"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":"82b0a39a398f69b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cb50980f8905478c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b1270748216703b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"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":"7df475d377264fd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403568,"stop":1706529403569,"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":"9fe616895e578ef5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"5917b26ef1b85c3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"93df6720ecfbc5cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"129ce1c5d88d51d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"824a38c995622227","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"848a90a44d352980","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403570,"stop":1706529403571,"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":"b50c0e8ab2217a92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"f0f0c08300a5a608","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"c97675192654e9bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"a558fb269ce038a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"b28931ba0c79910","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403572,"stop":1706529403573,"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":"b5bd8eb61771058b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"91189ccd4e80e3b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"7fcd9f61e79bf2bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"54da2162c35ad254","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"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":"150c333f62415095","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"79bfe583757a7752","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"d8749bb73a0c417","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403574,"stop":1706529403575,"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":"f61ddbe49ed87ee5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"1325cb8c83927503","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"407b70cd1351033e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"c248fa769994a7eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403575,"stop":1706529403576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"759caedb3699e587","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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":"da46e6d8642fe751","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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 30 topics","uid":"7e777a8449b5def4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d24998a3a2b1b4f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"ab918ce955d13976","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403577,"stop":1706529403578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"4df508e92085db9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"caca9a108556a58f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"efb4e61dd1480232","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403578,"stop":1706529403579,"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":"3c72c5b4d991b5d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"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":"92d1bbe0376c5d3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"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":"504e682b474d5ef6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"c5fab43aef7d531e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403579,"stop":1706529403580,"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":"130d94de004d4a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"50414e2d85b2dbf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"38967c0d51fac91b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"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":"54f12c80c69bc2b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403580,"stop":1706529403581,"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":"2e2704abbf1c252","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"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":"fad3575afb4ad184","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"395cc8a743bcb45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"9f64e2cd93501407","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"d9cb852ef66b17ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"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":"46e0f1c91919d45f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"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":"72fa13ee143e079","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"dee6dd708f9affa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"3a2346e54fa560f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"4721d449fd5c43c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"20722b7db0037e51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"ec6363e6375f498b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529405491,"stop":1706529405491,"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":"9aeac5c04d6c484a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"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":"4eaba42ebcd41af9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"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":"97db4b276a1c5ae4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529407524,"stop":1706529407524,"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":"3fac9aca5f0381c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529407525,"stop":1706529407525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"d5eb1fa423605c4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"ff9de4cb5b897567","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410669,"stop":1706529410670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"b217a1f654127032","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"4e8603c2e8db2d48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"24f3fc411b99708c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410670,"stop":1706529410671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"63dc16f1587ac716","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5bbca26faf856724","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"213b4246cb94cb03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410671,"stop":1706529410672,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"5c1d9505d9cbe8cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"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":"91b0fe0b69e1e3a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366256,"stop":1706618366258,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"3fa9a5f3d1a9fb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366258,"stop":1706618366259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"abae4bad08daae59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366453,"stop":1706618366454,"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":"7e0b652e69ce3f37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366454,"stop":1706618366455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"6ec7de247067507b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366454,"stop":1706618366454,"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":"d6079608c513b2aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366455,"stop":1706618366456,"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":"d6b434cb640f9db6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366456,"stop":1706618366456,"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":"ab1e23df5753f165","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366456,"stop":1706618366457,"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":"5c7cd74f27936d1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366457,"stop":1706618366458,"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":"53ca1d2fce43a36d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366458,"stop":1706618366458,"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":"3a0ebef080c4783b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366458,"stop":1706618366459,"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":"1f553d2786f94219","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366459,"stop":1706618366460,"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":"21e35dbb7de32b11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366460,"stop":1706618366460,"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":"c0337153693f5e3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366461,"stop":1706618366461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"1957ea6036418b98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366596,"stop":1706618366596,"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":"72426e4878d66032","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366596,"stop":1706618366597,"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":"b56c234b916d231e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"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":"5fe35d20a86ea711","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"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":"6f18b30da2e53367","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371919,"stop":1706618371921,"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":"91bd029a0386ff02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371921,"stop":1706618371922,"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":"44f688133f883de5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371922,"stop":1706618371922,"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":"3c219e067d008f44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371923,"stop":1706618371924,"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":"5caeadbc4a454657","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371923,"stop":1706618371923,"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":"41ce5333c425af21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371924,"stop":1706618371930,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"5aed16e28a757fd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371931,"stop":1706618371931,"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":"3eeeac657e569c84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371931,"stop":1706618371932,"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":"abdb211093992aca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371932,"stop":1706618371933,"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":"653c39ec602d430d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371933,"stop":1706618371934,"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":"48e472bc6de49652","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371934,"stop":1706618371934,"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":"cc9d09a56cd91b18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371935,"stop":1706618371936,"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":"3ad91fb117c1d342","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371935,"stop":1706618371935,"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":"55306030007f6c0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371936,"stop":1706618371937,"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":"a0f94d9d260cc4d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371936,"stop":1706618371936,"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":"79b8f7518ab93b24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618371937,"stop":1706618371937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"e932c14df170b02c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372078,"stop":1706618372079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"23fb66157e2a76f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372079,"stop":1706618372079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"475652234f08b6a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372080,"stop":1706618372080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"c68ad248c0eb2a4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372809,"stop":1706618372810,"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":"a571702ae007a13a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372810,"stop":1706618372811,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3b640cc3a61e6b29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372810,"stop":1706618372810,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b5201f347738e0b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372811,"stop":1706618372812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"5b1d5fe5214f3034","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372811,"stop":1706618372811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a511eab67be8b2d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372812,"stop":1706618372813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e3b62790e01999b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372812,"stop":1706618372812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"1ed4a1787873b6aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"83a85c89293da8ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"add1fd8579ad12a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"449625f3f31e51f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372819,"stop":1706618372820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"e000fe07737a731","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d2687b5cab63fa17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1d37c0d8356d427a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"861d54c46dfce1f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"3be329c425483ef2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372821,"stop":1706618372822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"5e614e39c4360be4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"17373ad3f26a1841","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8e6992334313c049","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"4f3a37b536d8805c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372822,"stop":1706618372823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"899c4c02e7cf3b94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"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":"bc22db0edb09ae10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"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":"bc49267e10a31274","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"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":"a387e01d4e8ad010","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372824,"stop":1706618372825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"7c77566164dd574b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"67b6f11153a32cd6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"f2ff10a62cb23538","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"74ada2de576e0b38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372825,"stop":1706618372826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"8b155a5b08afc9ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"b7433fa6d99b9de7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378312,"stop":1706618378314,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"6ba55e602d59b22c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378315,"stop":1706618378315,"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":"97db4c7bde336149","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378315,"stop":1706618378316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"2cfb0de5a13ac847","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378341,"stop":1706618378342,"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":"e002ae72c3aff762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378871,"stop":1706618378872,"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":"665f6b31e38e4342","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378872,"stop":1706618378872,"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":"464310d2e01cd9a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"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":"bb5b5e83fb81f861","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"7b9ad9c8ba8d15f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378924,"stop":1706618378925,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"fdbc17be043319db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378924,"stop":1706618378924,"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":"37ad8e5e5bd2c538","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378925,"stop":1706618378925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"7c588163f37c4f8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378925,"stop":1706618378926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8f52337cbb05b892","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"3dae58229fadad2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"5328f6db879f10e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618378927,"stop":1706618378927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"bf35fe7224166679","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618382596,"stop":1706618382597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b8811a38c7307243","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618382598,"stop":1706618382598,"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":"b250e85b0aacd555","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618387941,"stop":1706618387942,"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":"1f8b97999f0ccae0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618387943,"stop":1706618387943,"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":"1e520d175f41bef1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618387944,"stop":1706618387944,"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":"66495729c8fc5775","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388584,"stop":1706618388585,"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":"8acd390c34b793c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388585,"stop":1706618388586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"601ebbceede4eee1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388586,"stop":1706618388587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"bdea91ccf4f82a37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388586,"stop":1706618388586,"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":"d44ad7e4274e0e58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388588,"stop":1706618388588,"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":"1e1d545a6cafb5dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388589,"stop":1706618388590,"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":"e47cf5ff21cf72e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388590,"stop":1706618388590,"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":"37db8ae114555e34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"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":"6dc9b6b8774c740","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"784c0c88308d81d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388660,"stop":1706618388660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f08bdc310f66f9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388661,"stop":1706618388662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1c899da4599acb38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"9c390234f6f238e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"d35e18e7dcb2dfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389058,"stop":1706618389059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"4db60570bd813248","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389059,"stop":1706618389059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"140c99429323c8b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"78670b341534125b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389060,"stop":1706618389061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"826a17d1293fe641","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"f6e9a20b4c92b86a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389061,"stop":1706618389061,"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":"b36478b76d88c2b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389061,"stop":1706618389062,"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":"91767ca715ddc24c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389062,"stop":1706618389062,"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":"9f1a9be5f0aa3725","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389062,"stop":1706618389063,"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":"c142bdc058b3335","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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":"e35366ce8ff1092f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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":"457c81781e50cddf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618389064,"stop":1706618389065,"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":"1ca636f272f53163","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618389064,"stop":1706618389064,"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":"b3109acc120ea0eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395066,"stop":1706618395068,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"fa176706ae4acb08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395068,"stop":1706618395069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"cc1db1249c1b84bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395069,"stop":1706618395069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e547751e92a6bfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395070,"stop":1706618395070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"887af16724d2cb54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395071,"stop":1706618395072,"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":"2a1c0039c4a0290","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395071,"stop":1706618395071,"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":"9da25024750aff83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395072,"stop":1706618395072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"7c2f4318c04739ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395556,"stop":1706618395557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2a4e1ada550c4b90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395557,"stop":1706618395557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"63ca91af1698632b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"bae196d0e293986a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"e1730d650440401d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618396941,"stop":1706618396942,"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":"348975164994ddc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618396941,"stop":1706618396941,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"87a15e85ae2088a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618396942,"stop":1706618396942,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3b90bc6e62ddbb6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618396942,"stop":1706618396943,"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":"e318aa6edbabdebb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618396943,"stop":1706618396943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8a4b791243d6ced6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618396943,"stop":1706618396944,"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":"ef5814c679e22bf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618396944,"stop":1706618396944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"91fb0d5e01db346f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618424939,"stop":1706618424941,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"dc0db2baf762af42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618424941,"stop":1706618424942,"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":"b7f8b24585756f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618424942,"stop":1706618424943,"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":"901f9f46344ae0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618424943,"stop":1706618424943,"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":"fc47e23b90e7f74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618424944,"stop":1706618424944,"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":"f20a7c7de20ab0f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618424945,"stop":1706618424945,"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":"5153296bde8262ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618424945,"stop":1706618424946,"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":"92d3dc44dc1bac29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618424947,"stop":1706618424948,"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":"df63106057844f34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618424947,"stop":1706618424947,"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":"35cb402b4ee5efa0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618424948,"stop":1706618424948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"b0eaee25a7dcb4c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618429312,"stop":1706618429313,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"bc24ec9960e67e9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618429313,"stop":1706618429314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"e3dc35440362dbd7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618429313,"stop":1706618429313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"1bda60727557650a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618431631,"stop":1706618431632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"e47eca93ac7281d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618431632,"stop":1706618431633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"3e2815122dcc8b62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618431633,"stop":1706618431633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1c1932b8e659ef88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618431633,"stop":1706618431634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"700c4e4bce08f471","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"2f43116f52417796","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a83f8531c06e21c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"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":"a5bdd2142ec8ab1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"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":"b8e340021d693521","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454358,"stop":1706618454358,"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":"fa7e00f761c7f863","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454359,"stop":1706618454360,"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":"99e1bd21f77da320","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454359,"stop":1706618454359,"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":"1c38ddd1773e53c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454360,"stop":1706618454361,"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":"28a5e6b81638f76b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454361,"stop":1706618454361,"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":"94ccb832a0c134a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454362,"stop":1706618454363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"7e92cb4c1bf574c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454363,"stop":1706618454363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"f93539b24f610d77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"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":"cf32945dc64d9420","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454369,"stop":1706618454370,"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":"845a383706da58f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454371,"stop":1706618454372,"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":"acac0b8ed1828939","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454371,"stop":1706618454371,"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":"5d037492a124d401","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454372,"stop":1706618454372,"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":"8d897533e21ca293","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"f3d1c38dabf857ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"91e840908c0272b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3950d70ed3007872","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487711,"stop":1706618487712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ba3a42afcb55a13b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487712,"stop":1706618487713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3a274f31761a6638","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487713,"stop":1706618487714,"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":"bd7e7651ee898d38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487714,"stop":1706618487714,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5b8ade269780aa26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487715,"stop":1706618487715,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5b4bdcea56f80d1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487715,"stop":1706618487716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d6199c16e753b91b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487716,"stop":1706618487716,"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":"63fe6c5509c673a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618487716,"stop":1706618487717,"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":"43316e2178a38f32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618489110,"stop":1706618489111,"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":"a6200c2a4f74d6db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618489110,"stop":1706618489110,"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":"164e9794ce6e1867","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618489111,"stop":1706618489111,"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":"339e52495f5bcf4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618489111,"stop":1706618489112,"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":"70d1f36abe5e9f02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618489112,"stop":1706618489112,"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":"41e06f8a1c302c5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618489112,"stop":1706618489113,"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":"93aa5aa3e533e4e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496635,"stop":1706618496637,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5e07dd12e010d4cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496637,"stop":1706618496638,"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":"aeb55f1d3cc18458","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496638,"stop":1706618496638,"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":"1eb084dd44a370cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496638,"stop":1706618496639,"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":"d26433d23aa0a6fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496639,"stop":1706618496640,"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":"f38d590cd94a56ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496639,"stop":1706618496639,"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":"e4261de2e78f5ee5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496640,"stop":1706618496641,"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":"e93f911084003e41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496640,"stop":1706618496640,"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":"92a6072d6a12e2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496641,"stop":1706618496641,"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":"b2cf6b3190b0bfc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"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":"b62d9568c81501b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496642,"stop":1706618496643,"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":"fa8620e3a87fc6a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c9bca376bd007030","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580243,"stop":1706618580244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"99a3463fff272dc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580244,"stop":1706618580244,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5721e9b2c8baf761","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3a842c85aef27b69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"db31f7014b3d966e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580246,"stop":1706618580246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a532d3bc7dea6723","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580246,"stop":1706618580247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"54da178a737e6508","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580247,"stop":1706618580248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6cec32f6937d472f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580247,"stop":1706618580247,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7b6d47155bff1392","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580248,"stop":1706618580248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55bb7522d00d174","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580248,"stop":1706618580249,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"13c94ebb5a111e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580249,"stop":1706618580250,"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":"c1b7211d4df2a4af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580249,"stop":1706618580249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d0cbf360d22d3d31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580250,"stop":1706618580250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7f12b89086933979","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580253,"stop":1706618580254,"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":"6b414a2516eda0f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580254,"stop":1706618580254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9d913b63743d6b1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580254,"stop":1706618580255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016000000 ","uid":"7dc1c5e147e4cd26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580255,"stop":1706618580256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9fd218af77a87a52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580256,"stop":1706618580257,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016 ","uid":"30fd9b219449fed1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580256,"stop":1706618580256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"f9844a915e2aff7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580257,"stop":1706618580258,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d50b23edc7507010","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580257,"stop":1706618580257,"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":"3f8f2aa7238ed2a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580258,"stop":1706618580258,"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":"c02aae4ccca436f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580258,"stop":1706618580259,"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":"211e1fb55aea6d82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580259,"stop":1706618580260,"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":"a220aa1c810527a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580259,"stop":1706618580259,"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":"d95f8243e7f6541a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580260,"stop":1706618580261,"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":"b5617f73964d0098","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580260,"stop":1706618580260,"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":"4ac50ad12bef13a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580261,"stop":1706618580262,"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":"495c9da73bdf2716","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618580262,"stop":1706618580262,"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":"c20869a476b5993c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618580262,"stop":1706618580262,"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":"92558b19b5cde6b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618580263,"stop":1706618580263,"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":"39f82303cce122fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624270,"stop":1706618624270,"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":"9168dbdae3612f71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"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":"f6e8493f63f76609","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"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":"217edc81533541cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624272,"stop":1706618624272,"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":"b760757915532bbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624273,"stop":1706618624275,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"b582d5115671a4c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624275,"stop":1706618624275,"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":"a886e22c992bff7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624276,"stop":1706618624277,"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":"6e17adeafb7dc4ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624276,"stop":1706618624276,"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":"38e1cde9489d21ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624277,"stop":1706618624277,"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":"d11a02193c6fafdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624278,"stop":1706618624279,"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":"e1aef231bf1ee82a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624279,"stop":1706618624280,"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":"7ca702d5d2a1a38d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624280,"stop":1706618624281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"42ef827610e156d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624420,"stop":1706618624421,"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":"2d40a183aea1fe1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624427,"stop":1706618624428,"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":"8fe71991efdf9cf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624428,"stop":1706618624449,"duration":21},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e6bbb5a390de8942","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624449,"stop":1706618624449,"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":"ad3cc4b87da4e77e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"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":"fa9b4d8814bc063b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"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":"748543f3b2e1b6bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618624451,"stop":1706618624452,"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":"f6ecbd8743d57519","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624451,"stop":1706618624451,"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":"5ec01a51348e0c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624452,"stop":1706618624498,"duration":46},"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":"9cbe725c2d7f53c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624499,"stop":1706618624499,"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":"e2a191b8d32cae65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1ad7542fc5fe8ec7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624499,"stop":1706618624500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"eac8a523d55570dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624519,"stop":1706618624520,"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":"4d397cf7cf298dfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624520,"stop":1706618624520,"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":"9b3c5f12651376b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624520,"stop":1706618624521,"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":"44aa0308c86f49e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624521,"stop":1706618624521,"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":"1768495f12dbb8c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624521,"stop":1706618624522,"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":"c78192106af17052","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624522,"stop":1706618624523,"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":"787932ad13958096","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"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":"f2b4f9e6cda045df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"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":"2abc118317c2af49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"b8d1c7f6c1819eaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624534,"stop":1706618624535,"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":"cb6e7d254756f6cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624534,"stop":1706618624534,"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":"2695d0fa9b816ca7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624535,"stop":1706618624536,"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":"216f4e48369049ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624535,"stop":1706618624535,"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":"d8ef7cfc6a31310f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624536,"stop":1706618624537,"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":"b9b3ef713f9a077f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624536,"stop":1706618624536,"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":"f6d1a4d6248d854e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624537,"stop":1706618624537,"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":"654f619b18870d7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624537,"stop":1706618624538,"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":"aebcc15bf5c51737","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624538,"stop":1706618624538,"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":"526fadff81dfb922","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"6c3ebae770baf4ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618686998,"stop":1706618686999,"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":"965c9e3fa15f83d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618686999,"stop":1706618687000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"22d3b2aaecd5f231","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687001,"stop":1706618687002,"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":"7efb26e4c150eb4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687001,"stop":1706618687001,"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":"c7ace27834e980e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"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":"be64371ce74f026c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"1c41b02a98617871","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687003,"stop":1706618687004,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"efff5ddc5775ffc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687004,"stop":1706618687005,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"97bb736e5a4ad57c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687005,"stop":1706618687006,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c0e49e23d80b43e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687106,"stop":1706618687106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"42b8e41b00ae3336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ed421c4d7606f2f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731269,"stop":1706618731270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1c03b8baee2e198f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731271,"stop":1706618731272,"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":"2aa039a37cab5a2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731273,"stop":1706618731274,"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":"65c25976b2f9e2db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"77a0ee55d5e39574","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"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":"395738e3b4bdcb58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"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":"33605b0ff317c52b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"2a9afbd722fb849a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"303dce01dbce0663","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731280,"stop":1706618731281,"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":"c097eb6ddf55129f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731281,"stop":1706618731281,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"2673c5ad39105fe2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"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":"d912e4a8cb24e6cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731282,"stop":1706618731283,"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":"86dc39e585a91240","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"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":"c203877b4d79ae79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731283,"stop":1706618731284,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e03527c4509ef2ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731283,"stop":1706618731283,"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":"29eafe7f31572330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731284,"stop":1706618731284,"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":"3c25efc7a75d8f07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731284,"stop":1706618731285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3c7aa009c1f6be14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"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":"6fd4d3f17b6eeef6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"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":"fe4f6d59708737c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731286,"stop":1706618731287,"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":"42cf9a4403cf190b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"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":"9977fa459e23f747","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"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":"fba86fb5418ec476","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"aa4588059954a092","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"83a018fc2a3f8103","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"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":"33808063b91b23c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"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":"8f730f1996dad923","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"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":"d51a8a7108e0ed08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"99304d2880ab66d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731292,"stop":1706618731293,"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":"27a139bf850e8935","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731293,"stop":1706618731294,"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":"110ca55b0e9fb498","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"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":"1278cbb822bc1a18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"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":"6a095cd6a99416c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1145d47ad8b49ae7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"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":"232ce283dfbd49e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"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":"4bc501c65a8a59a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ffa149227c8c5729","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731297,"stop":1706618731298,"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":"722f6567fa07be16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"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":"438cc16b964e6d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"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":"4ebe234265ef378c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731298,"stop":1706618731299,"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":"99561d27c674278a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731298,"stop":1706618731298,"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":"f8af486e8f1078bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"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":"5a6a9be104b3c4a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"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":"ec0b63827bebf318","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618731300,"stop":1706618731305,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"1d48ed147ef7b59f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618738958,"stop":1706618738958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"50bab4fa7b561fc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618738959,"stop":1706618738959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"f220894ca0b105c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618739031,"stop":1706618739032,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"c7d9912ce3fbb563","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618799829,"stop":1706618799829,"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":"de966abc3832db49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"965dc46e3a3fa392","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618799830,"stop":1706618799830,"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":"121f350a538db589","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"43daaf52ce4767a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"625765bdead4e714","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618801296,"stop":1706618801297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5268fdb9f3417055","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618801297,"stop":1706618801297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"bd0c94ef10f528c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618834267,"stop":1706618834268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1ff5812ca10189ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618834268,"stop":1706618834269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"dd8b34fdca53fe24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618834268,"stop":1706618834268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"7289657642f12c32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618834269,"stop":1706618834271,"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":"fc5a44f41bc6eca2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851394,"stop":1706618851395,"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":"f55a2c59137dda0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851395,"stop":1706618851396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"53fae0cd3a6c53b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"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":"76ba2cfc67b95436","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"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":"4fb04df76a0ba3d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"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":"cb283d3fa4e57c29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"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":"c1c979de54ecc568","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851397,"stop":1706618851398,"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":"6588e0d76276a690","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3ab09303036c9874","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"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":"129be1af36ae3be5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"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":"f1d9438aee18e8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851398,"stop":1706618851399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ae199278d309d5b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618851398,"stop":1706618851398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"c2627e55fb72d356","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858004,"stop":1706618858005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"376fd527142a549f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858005,"stop":1706618858005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"29e28a62c67f07ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858006,"stop":1706618858008,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"52799da972febf01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858008,"stop":1706618858008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"59eb7e815d5ade4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858009,"stop":1706618858010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e4d8252d48a068fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858009,"stop":1706618858009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"85b3d87b3851ca6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"d72020188187aa21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"406f98c0d76755d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"70d4d5a2e9f53b03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"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":"121447c8edc7276b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858012,"stop":1706618858012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"68be028a1e650cf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858014,"stop":1706618858016,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b78dbb6e0b5550bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"11d9c5ab18753781","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"a8e97b6e228a0c57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"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":"6980cbab84b97914","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"44d60b5253e04566","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858017,"stop":1706618858018,"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":"4a0e59945537ce6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"edf1b661f2085827","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"a0d578b371c5ba13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858019,"stop":1706618858022,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"a06fa66836080859","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858022,"stop":1706618858022,"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":"1e7adea0053c90cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"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":"e98b782ef80ed3e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"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":"11de3e20d86dd1a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858023,"stop":1706618858024,"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":"fb2bc7b288d6fdab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858024,"stop":1706618858025,"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":"6b9e5e9c1cad81d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"37d9ec8a3d7098c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"a7f2e485adc5ee62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858025,"stop":1706618858026,"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":"f5c7a06166a38de4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"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":"eb8d570897fdd316","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"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":"492d095b0743e848","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"ab928789beecb37e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"972a742f4f6cb7bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"bc9158287dae591a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"508e3205d419847b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"c944b878725a88b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858028,"stop":1706618858029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"fe11f44a3eac0a67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858028,"stop":1706618858028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"bbee2a8060f67063","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860224650","uid":"371c2ebbdb131422","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706615024650","uid":"3b1100522666c1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622224650","uid":"b1596086e3d4992d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858037,"stop":1706618858038,"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":"540b75fcb46ba5b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"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":"593f99ff26f22b5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"62bd1b0d41534a00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865680,"stop":1706618865681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"9566c8c0774d8ebe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865680,"stop":1706618865680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"20fd2890c370b29f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865681,"stop":1706618865681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"67a07916bdf1f196","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865681,"stop":1706618865682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"25b18febf48192da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865682,"stop":1706618865683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c663e766f6fe8af6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865682,"stop":1706618865682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"8c980dba00d12e83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"7a8132394c076aec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"f802fe09e2777668","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bea06cff7afd6dff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"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":"6ace19f0b2179947","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865685,"stop":1706618865685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7fb268bea906c53b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865685,"stop":1706618865686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"733291b83aa211af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"b57f6b959f565694","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"47596903c4d5100e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"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":"5989e77a21e4a4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865688,"stop":1706618865689,"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":"cc8a65ad8899809c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","uid":"210023c7dc3bd456","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865689,"stop":1706618865689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","uid":"a4e852432ac421ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865689,"stop":1706618865690,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","uid":"1b22dd1bf18f5308","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"113bf4bcf400b4e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"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":"49a45fd1755336b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865691,"stop":1706618865692,"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":"35dac324d7a05007","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"44c751deabc7075d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"5efbecf033e90135","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865692,"stop":1706618865693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"2afdf4d098d966f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618865693,"stop":1706618865694,"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":"555d658ab3d113ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"694ea06b52f9c2c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865694,"stop":1706618865695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bc66ce2290cef0c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"ac29d1026baa1d0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871323,"stop":1706618871324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"1f7ffc0da6d4b3c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871324,"stop":1706618871325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"85c491275af14a9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871325,"stop":1706618871326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b00cb38287ee0d09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871326,"stop":1706618871327,"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":"9e6a780dd73f926b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871327,"stop":1706618871327,"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":"77affc9c082a9713","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871328,"stop":1706618871328,"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":"52aa3f9a0a34b2bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871329,"stop":1706618871329,"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":"5dc6a053545d98ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5b225430347d014e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ae74c09b8d6791e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618871330,"stop":1706618871331,"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":"b3faddb299f79096","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871331,"stop":1706618871331,"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":"47fa094f760a3a41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"eaecd7c5a56918c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"6f2383b99a4268e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"d349e08097bdb61a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"e5a617912b614342","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"91f69803f3ccefb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"5e865dfd633ac35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"d46090312c639f9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"3727773489abe03b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"336f1706e62a77ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"6eca3675d880af8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"6b1167c632df64a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871336,"stop":1706618871337,"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":"eae4bef80443c4e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"fdd0710bbc962d68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"d73d95454d42566f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"af2f393b8e462e0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618886441,"stop":1706618886442,"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":"726684dd59fb7105","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618886441,"stop":1706618886441,"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":"4e9fc5fed12c4921","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618886442,"stop":1706618886442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"3be3b8e595d8c7fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909984,"stop":1706618909985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"82b8a7e8f92c15e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909985,"stop":1706618909985,"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":"573904aed2972bb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2179f01a04776477","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"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":"4bcae3897e39094a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"747920aec35145b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"62e0f09f36c9ae7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909987,"stop":1706618909988,"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":"98f47160e3e20be2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618909988,"stop":1706618909989,"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":"d411eba45d26f902","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934690,"stop":1706618934691,"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":"462243affcd380a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934691,"stop":1706618934692,"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":"18a6a9285087fae0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934692,"stop":1706618934693,"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":"c375ee02f6b23018","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"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":"75d8aac2bd155649","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"54ebcce2b641c7b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"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":"45e359fea625011b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"8efde63dc51622ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934695,"stop":1706618934695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fd25aee6c0ac9b4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618934695,"stop":1706618934696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"1a37b49706a37c13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959471,"stop":1706618959472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"b8d37ab48df04fac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959472,"stop":1706618959472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"34ee82d6e62d35a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959472,"stop":1706618959473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dc5e8a76644122f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959473,"stop":1706618959474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8add4d174f31964a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959473,"stop":1706618959473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"4ad85d9f94f1dc4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959474,"stop":1706618959474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb36946768c0bfa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959474,"stop":1706618959475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"84558ecc4db96d19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"113456a16c6a7fab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"682e0a510969e1b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959476,"stop":1706618959476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"478487ab98c9d6c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"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":"1e85e6f211a8e2e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e157f2acfdcda1e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f11fb31b1b07b846","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1030bb60984ff60b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"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":"ef1038d78d281852","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"4c9cb9e0e5e1ebbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"f3b1a53ce323252b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a415e108cde12407","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959481,"stop":1706618959482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d280d430e93c97c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959482,"stop":1706618959482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c3f210d341443278","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959482,"stop":1706618959483,"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":"c482c1d80a6c916a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959483,"stop":1706618959484,"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":"caf24828bf0fbbb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959483,"stop":1706618959483,"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":"10daa109de6aba6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959484,"stop":1706618959484,"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":"89fd1dd9fd6dc46e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959484,"stop":1706618959485,"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":"c602341d3643dfc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959485,"stop":1706618959485,"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":"c130f2bcc28c2542","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959485,"stop":1706618959486,"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":"ca800d3787394a80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618959486,"stop":1706618959487,"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":"6f3bc82ae1510832","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618959486,"stop":1706618959486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b299564d5c9769f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"14ad05adc38cd4b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a52864fe694cbb18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959489,"stop":1706618959490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"87a5131dae447756","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bea174bf9a612b01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"16a4c159caff33b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959490,"stop":1706618959491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1861a13c623a966f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959490,"stop":1706618959490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"777432c76b2490d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959491,"stop":1706618959492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e42001a52c992ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959491,"stop":1706618959491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a095e172dd9bcdd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959492,"stop":1706618959493,"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":"9d95b919c082d38b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5921a7fd118fac8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5b11f0956833e69f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"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":"4a3b6e7f60b3fb41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959494,"stop":1706618959495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d734400327963a5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"284501093b08e9d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959495,"stop":1706618959496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b7def98d55128c70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959495,"stop":1706618959495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"a63d8be9df60a1a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"67535135d222636b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959499,"stop":1706618959499,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"618d7569c3956283","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959499,"stop":1706618959500,"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":"529e47bbfb628763","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959504,"stop":1706618959505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"e163278af51a654d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959504,"stop":1706618959504,"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":"e7117258cfe925e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959505,"stop":1706618959506,"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":"9bf048ef15895383","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959505,"stop":1706618959505,"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":"1892e7e1ee57d29c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959506,"stop":1706618959506,"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":"ef02b49ed4037ed0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959506,"stop":1706618959507,"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":"628fe352059cb60e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618959507,"stop":1706618959507,"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":"68e1b4daa07d6066","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618959507,"stop":1706618959507,"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":"3c39dbb9b7bea29b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1706618959507,"stop":1706618959518,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"645ee93a653f35ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973544,"stop":1706618973544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1fe9af71913b1051","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973544,"stop":1706618973545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"e05c7d24c0a4e8ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"7ff037fb10d91d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c7e9b2dc4f286d04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973546,"stop":1706618973547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8e95e3901220248c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"83460c81e5d12220","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b0c922cff128f494","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973548,"stop":1706618973549,"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":"e405687b0aad631","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"675232daada65c3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"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":"e1139d4a4a7a2a31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"e5e5345bcf96af6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"e2d3005a146e55f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996183,"stop":1706618996183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1c945ca327773225","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996184,"stop":1706618996184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"33525b020537a123","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996186,"stop":1706618996187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"51ba23ec392573e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996186,"stop":1706618996186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"edd6d72f6151de95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996187,"stop":1706618996188,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9ab60aed2425e0db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996187,"stop":1706618996187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"2a3140f859dace8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996188,"stop":1706618996189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a93c14c20bfc2c02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996188,"stop":1706618996188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1f2bf118147238a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996189,"stop":1706618996190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"91d2bfc4296cde54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996190,"stop":1706618996190,"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":"c24f019f6a90d677","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996190,"stop":1706618996191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"8ab50b77c80ce7d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996191,"stop":1706618996191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"f9a9c5be342d3067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996191,"stop":1706618996192,"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":"d806bd2dbb4719dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996192,"stop":1706618996193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"73b4d4a281ba36d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996192,"stop":1706618996192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"3af052694e6ee6b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996193,"stop":1706618996193,"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":"33bbcb4fe5601790","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996194,"stop":1706618996195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"29450f8b43ec92e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996194,"stop":1706618996194,"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":"c0c4c419549cc7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996195,"stop":1706618996195,"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":"54ad848439c1c93a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996195,"stop":1706618996196,"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":"a9b830f666a9ec38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996196,"stop":1706618996196,"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":"8af4ee43c08ae02e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996196,"stop":1706618996197,"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":"93412407bd33ba1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996197,"stop":1706618996198,"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":"121244c19a576309","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996198,"stop":1706618996199,"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":"16312aa956ff57d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996199,"stop":1706618996200,"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":"d81428f713a5f17c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996199,"stop":1706618996199,"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":"7844607fcc97f073","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996200,"stop":1706618996200,"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":"3bc9fee6c46e22f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996201,"stop":1706618996202,"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":"c821d45c05b11647","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996201,"stop":1706618996201,"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":"26deea821890e5b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996202,"stop":1706618996203,"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":"ad5040ab0b3315c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996203,"stop":1706618996203,"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":"f49ded8d8e8aaadc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996203,"stop":1706618996204,"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":"2429e750af6177dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"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":"ff83e7949d034562","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"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":"dbbd9c4a47a8cc8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996205,"stop":1706618996206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"302769fcd6799018","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"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":"e54ce121ba139718","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860180609","uid":"32e9dcc6370f7e05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996206,"stop":1706618996207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6dcbd4d01bd8dfc9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996206,"stop":1706618996206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622180609","uid":"37ffa09465197047","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706614980609","uid":"998ea8534508a306","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"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":"e5f1e4f017cde250","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996208,"stop":1706618996208,"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":"e8b73c53071a5213","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706618996208,"stop":1706618996209,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"a3899f1ed2dd4bbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619002392,"stop":1706619002393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a3a9ff6957db0000","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619002393,"stop":1706619002393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"e3cf4af2e02ad24a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"4ef841e3101369a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619002397,"stop":1706619002397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"7583180226541bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619002398,"stop":1706619002399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4ec4895009dbc99d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619002398,"stop":1706619002398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"d7b84aa287db7f7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004843,"stop":1706619004843,"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":"40c9717867c19670","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"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":"de62266ff1c1757","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"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":"7e2df1fa3b0ea074","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"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":"5cb4199a425cb12f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004845,"stop":1706619004846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"617b65fe91747f1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"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":"d5d8f1beab2eed86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004846,"stop":1706619004847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"edd1121e02ef78b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004846,"stop":1706619004846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8f25ed4bc2f7b6a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619004847,"stop":1706619004847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a6b1ced300464cbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e92dcccb37244ee8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"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":"878d3f45735a0d99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008974,"stop":1706619008974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"f8c32eb74dc3b7b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008974,"stop":1706619008975,"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":"7b22372d338fa89f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008975,"stop":1706619008976,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9c5bdeb172e6c642","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008975,"stop":1706619008975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"2c138c6b3f7a9a42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008976,"stop":1706619008977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"ada9d20a0a42c97a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"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":"bddcd936c889d57a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"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":"747b6b41c601980c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619017482,"stop":1706619017483,"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":"1f1eac41db44585e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619017483,"stop":1706619017484,"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":"9128a13d7951eb44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619017483,"stop":1706619017483,"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":"b48cafab14c8dcb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619017484,"stop":1706619017485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"a3d838e4a1b8b6a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619021206,"stop":1706619021207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"fe11b744911c66f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619021206,"stop":1706619021206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9840ae91dd081dee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619021207,"stop":1706619021207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"37c4470fa2c34b77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029121,"stop":1706619029121,"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":"cbe73588fe33bb57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029122,"stop":1706619029123,"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":"4d25f1c253b5a404","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"e86e66f3252caa9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"e24c8014de29a938","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"4a48ee55c09d596d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029123,"stop":1706619029124,"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":"77f200462c188092","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"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":"5c1ce7e3a7bb159e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"dcaff4d679ef4f16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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 30 topics","uid":"87bec6f64997faec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ac74353d45e1aeff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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":"561d735f4c0a273f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"8271f91bf7a89eb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"8f60f307927ce3db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"9b34ca5eca6475eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"9ce00cc4485769a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"d70ef453bd2a0f88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"a0beb8dcf4b7979d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"61a05b23a3685d73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"e1963ce1f40e0dd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"e7ffd332a521c75d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029127,"stop":1706619029128,"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":"dbbf65323eab0f47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"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":"fad827e7c0d3e70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"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":"244daa6b9ccfe578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"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":"7ddb1ec91196b94f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"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":"bec04a06599887d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"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":"f4990162bff3ae73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"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":"11eba147704c8b27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029131,"stop":1706619029131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b6adddb4bafdfcde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029132,"stop":1706619029133,"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":"cdb966e5c106595a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029133,"stop":1706619029133,"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":"de7031a1a31b7b7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029133,"stop":1706619029135,"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":"77d99fcb5abdb32b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029135,"stop":1706619029136,"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":"c6223bc753eb36d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029136,"stop":1706619029136,"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":"2ee45025fc2127eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029137,"stop":1706619029137,"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":"53638d0e7a5ab37e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"304cd2b0b8a4fe8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"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 30 topics","uid":"e943116a54c4d0d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029138,"stop":1706619029139,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c6ec286b448bc96a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029139,"stop":1706619029140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"df1330095d99a636","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029139,"stop":1706619029139,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"f78a87da0f0f5888","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029140,"stop":1706619029141,"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":"3794ba9e6b4b171c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"26282bf1865a23dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"fa9b2b5a3d9ac3c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029141,"stop":1706619029141,"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":"cd2c4727be1043a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029141,"stop":1706619029142,"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":"ff28cd1e9467645c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029142,"stop":1706619029143,"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":"94e9b537cf8985f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"599164d2595c676","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"370dd7023a5d5fec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029143,"stop":1706619029144,"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":"3df18e72c01868c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029143,"stop":1706619029143,"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":"7b6eec3f4123e1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"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":"ae48d1c4f9f739f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"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":"214739989bcfd387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"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":"4f79feaccf798941","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029145,"stop":1706619029146,"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":"d4ad1a10f8773f9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"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":"22ffcc2a11733a62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"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":"f6ed0a8c904a43ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"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":"24b29dcdfb2141a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"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":"2c1a8506ceb918e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"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":"46861912a66eee9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030045,"stop":1706619030046,"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":"908649f26a0a752d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"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":"6b5c442f09aa176c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"59f435fdb60e90e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030047,"stop":1706619030048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"d9c85123b94df4ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"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":"3949404061efccac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"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":"968e0db22895b0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033641,"stop":1706619033642,"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":"ecc7d7c59c627065","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033641,"stop":1706619033641,"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":"6d12a9ceb2e2fc62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033642,"stop":1706619033642,"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":"896c923e1c60068e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033642,"stop":1706619033643,"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":"448e49e8badff8b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033643,"stop":1706619033644,"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":"46fcaf0d8a61f7e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"3b2e05eb5206b3f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"3e7feb318159ef1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033644,"stop":1706619033644,"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":"91db5b0d6331013","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619033644,"stop":1706619033645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"b91fc2a56e3d862","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619035796,"stop":1706619035796,"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":"146caefe1acba21b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619035796,"stop":1706619035797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"a5414818a21a685c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a22a046ff0b89741","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"22cf55551e0b4ced","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619035798,"stop":1706619035799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"5abf1dafb7089703","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619035798,"stop":1706619035798,"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":"c14a3598c98cc4e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619039584,"stop":1706619039584,"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":"b8b9f63b2d2963e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619039584,"stop":1706619039585,"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":"7ce02450472183a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619039585,"stop":1706619039585,"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":"d001ae67f9cfe20a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619039585,"stop":1706619039586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"9807a2b8c757ac2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044147,"stop":1706619044148,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"95eb05e24782422d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044147,"stop":1706619044147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"99f7da1b3648e26e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ffeabd6e27d0fe44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"3aed3134908bbe7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"fef42ec1a4002bde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044149,"stop":1706619044150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3d15672ab2e6bf01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6cd793ca3a535aba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d1a1f5c4f60174ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"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/6291/data/categories.json b/6291/data/categories.json index 13aef172689..e29ec0a0786 100644 --- a/6291/data/categories.json +++ b/6291/data/categories.json @@ -1 +1 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected +0 to equal 1","children":[{"name":"different cluster, same shard: nodes don't connect","uid":"eb90dc452008b267","parentUid":"a5c99b891657fdbe61acc872227a0ea7","status":"broken","time":{"start":1706529092192,"stop":1706529092193,"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":"3138d35e533ec687","parentUid":"a5c99b891657fdbe61acc872227a0ea7","status":"broken","time":{"start":1706529092194,"stop":1706529092195,"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":"3eeb14967367d0ea","parentUid":"a5c99b891657fdbe61acc872227a0ea7","status":"broken","time":{"start":1706529092197,"stop":1706529092197,"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":"4ad5b0775b9ffb32","parentUid":"a5c99b891657fdbe61acc872227a0ea7","status":"broken","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a5c99b891657fdbe61acc872227a0ea7"},{"name":"expected 1 to equal +0","children":[{"name":"different cluster, same shard: nodes don't connect","uid":"5b65fbbe08204a76","parentUid":"d9de0b391b2cabc3425cbd67b25f84ad","status":"broken","time":{"start":1706529165665,"stop":1706529165666,"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":"95442c694ec0c263","parentUid":"d9de0b391b2cabc3425cbd67b25f84ad","status":"broken","time":{"start":1706529165668,"stop":1706529165669,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d9de0b391b2cabc3425cbd67b25f84ad"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected +0 to equal 1","children":[{"name":"different cluster, different shard: nodes don't connect","uid":"65c25976b2f9e2db","parentUid":"a5c99b891657fdbe61acc872227a0ea7","status":"broken","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"33605b0ff317c52b","parentUid":"a5c99b891657fdbe61acc872227a0ea7","status":"broken","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"2a9afbd722fb849a","parentUid":"a5c99b891657fdbe61acc872227a0ea7","status":"broken","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a5c99b891657fdbe61acc872227a0ea7"},{"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/metadata.spec.ts)","children":[{"name":"PeerStore has remote peer's shard info after successful connection","uid":"de966abc3832db49","parentUid":"cfbbcf84d40bec947c3014ff7160deb1","status":"broken","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cfbbcf84d40bec947c3014ff7160deb1"},{"name":"expected 1 to equal +0","children":[{"name":"different cluster, same shard: nodes don't connect","uid":"121f350a538db589","parentUid":"d9de0b391b2cabc3425cbd67b25f84ad","status":"broken","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"43daaf52ce4767a9","parentUid":"d9de0b391b2cabc3425cbd67b25f84ad","status":"broken","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d9de0b391b2cabc3425cbd67b25f84ad"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file diff --git a/6291/data/packages.json b/6291/data/packages.json index 7bc67e6df52..aee6f12517d 100644 --- a/6291/data/packages.json +++ b/6291/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"ca3a94a48f959c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729251,"stop":1706528729252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"f24223c8b74f0da","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729253,"stop":1706528729253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"10a5ea0fbd412f58","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729414,"stop":1706528729415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"5dc379dc724095f9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729415,"stop":1706528729415,"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":"e9cd78fddc12da1f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729416,"stop":1706528729417,"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":"3f63c99dc74a706f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729416,"stop":1706528729416,"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":"a2baca29b29c4a34","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729417,"stop":1706528729417,"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":"832bacd24e71e39c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729417,"stop":1706528729418,"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":"534565d0f29e9389","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729418,"stop":1706528729418,"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":"938501aa817dc442","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729419,"stop":1706528729420,"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":"d025f7adad409243","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729419,"stop":1706528729419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"6567dcc8af30a1af","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729420,"stop":1706528729420,"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":"2fd8ee6fd4a1c5a1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729421,"stop":1706528729421,"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":"b33fcdb9a1518cea","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729422,"stop":1706528729422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"f1d97d00eb51ed91","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"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":"a821c4b4c5d2a165","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"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":"eea5df258b9fd8de","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"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":"bc5663f57ab1aef7","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"should be able to encode the field with only RELAY set to true","uid":"b3b1cce75252f812","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735126,"stop":1706528735128,"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":"18643766430bc9bb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735129,"stop":1706528735129,"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":"6ad2059569b2ad8a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735129,"stop":1706528735130,"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":"1b75009a14d488","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735130,"stop":1706528735130,"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":"da051a3d634fd9ce","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735131,"stop":1706528735131,"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":"c19a6fe158cda167","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735131,"stop":1706528735132,"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":"39ea55602a155d68","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735132,"stop":1706528735132,"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":"30285327508a5f59","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735132,"stop":1706528735133,"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":"219ab90655596dec","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735133,"stop":1706528735134,"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":"5da2ef567af5e8eb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735134,"stop":1706528735134,"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":"1fdf7464314848f2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735135,"stop":1706528735136,"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":"c8250b40a99b14f8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735135,"stop":1706528735135,"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":"876c33477d2ceb54","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735136,"stop":1706528735136,"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":"5a2d386f8c5af0e7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"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":"75d4824c4ff4e696","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"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":"b53e7ad5e325ab81","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735138,"stop":1706528735138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"3e2901af9f017ca3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735263,"stop":1706528735264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"414f73b6fcd36a7f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735265,"stop":1706528735265,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"817fb6a563ed8fee","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528735299,"stop":1706528735300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"9b9779c9e57a1863","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736036,"stop":1706528736037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"cf0440fad4de312e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736036,"stop":1706528736036,"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":"3430ef714e8d6fee","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"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":"d623b2c04c2bf330","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"84286c56956ae208","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"9788a3bc18c764a6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"528739c53d4a36e0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"90c380510b2cbc57","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"240d9a77aafcbf64","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8832fbed40d54b4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736040,"stop":1706528736040,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"de5135682168e35a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736040,"stop":1706528736041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"7c359e8d8f880969","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"b3b34b7f19e503a1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"472c4edb1de77910","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"9e5a49c7941f0056","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"51c1be8c7f249b64","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6d92a10974840ab6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"7ed33860d7f3e185","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d5a1fdfd6951ea07","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"14ec21fcf1ba3649","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736044,"stop":1706528736045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"1df82c2c46254784","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"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":"9bbbb771c9e599a8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"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":"1c435a43592914fa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"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":"e21bcaa67d49858b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"4afacc0b8b36f34b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"4876833b8fd4c033","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"8cfb40048a646a19","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"c06387ff943e62b2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736047,"stop":1706528736048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"15d5f19d8d13517b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"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":"c6d1c4276bb8587b","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528741620,"stop":1706528741622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"ed630e4a124d8411","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528741681,"stop":1706528741682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"b27dfdbf5750ea49","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528741681,"stop":1706528741681,"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":"ac9bc7914326a294","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528741682,"stop":1706528741683,"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":"120f40ab1e56efca","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528742087,"stop":1706528742088,"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":"32146574d3c9e9b3","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528742088,"stop":1706528742089,"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":"e842953fd9095106","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528742088,"stop":1706528742088,"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":"99b353cda3dc837","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706528742089,"stop":1706528742089,"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":"22970bbc18ba5fc8","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706528742326,"stop":1706528742327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"6d9a6e2617c04e82","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706528742327,"stop":1706528742327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3dd87be5e3c6d2a4","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"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":"1a998b3b75ee59db","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"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":"175ad5ff8380d0ea","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"91b5b9e41328e186","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"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":"83cacb478443116f","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"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":"1980ef70245d48d0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528746045,"stop":1706528746046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"62cdf4ddfea570c0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528746047,"stop":1706528746047,"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":"bbfc07501cf0ea4b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528751472,"stop":1706528751474,"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":"4af9fd4b08000413","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528751475,"stop":1706528751476,"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":"a262f29f607e20dc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528751476,"stop":1706528751477,"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":"cfc6d3b7f13d7f9f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752254,"stop":1706528752254,"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":"e60e1ae3a455e953","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752255,"stop":1706528752256,"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":"867ab5f3719731e6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752255,"stop":1706528752255,"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":"5f072cb10e599f83","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752256,"stop":1706528752263,"duration":7},"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":"7bedeb208072418f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752264,"stop":1706528752268,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"ce549d0bfd2641b7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752264,"stop":1706528752264,"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":"6c5549f1b75ae982","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752269,"stop":1706528752270,"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":"e7e664a764917e51","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752270,"stop":1706528752271,"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":"562cd6ebc19c711c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752271,"stop":1706528752272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"24bace481f82a6f0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752295,"stop":1706528752295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d939babceb8339ea","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"bd77b67d4ae73ca6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f4153596cc7d9c2d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752296,"stop":1706528752297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ba6c7791532dbf49","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752628,"stop":1706528752629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"38a637dfc09160c0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752629,"stop":1706528752629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c4c8d71d50388e3f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"cc6b415045f58d0f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3eaafd8958afd906","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"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":"66224d7a725ff40a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"188f15f5314c1b4b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"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":"bfda1f04a559f947","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752631,"stop":1706528752632,"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":"a6155f88e6fc4f3d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752632,"stop":1706528752633,"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":"e35a518f090114c1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752632,"stop":1706528752632,"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":"d943c7514b2cc1ca","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1706528752633,"stop":1706528752634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"473dc6cd17ed934d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528752633,"stop":1706528752633,"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":"51d3bc9631d4adc3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1706528752634,"stop":1706528752634,"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":"e5d1dde7cfdd1667","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528758829,"stop":1706528758830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a8a9702e2a1328c2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528758831,"stop":1706528758832,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"521629ae9af4b7e7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528758831,"stop":1706528758831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"38d19582cc05e5fe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528758832,"stop":1706528758833,"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":"8e801822c240701d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528758833,"stop":1706528758833,"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":"632d4f4a5f810c0c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f9696e2b163fa4de","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"6ba333d7165864c2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528759259,"stop":1706528759260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4559eb6e0ee839c6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528759260,"stop":1706528759261,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"5c37ebefa434c663","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528759261,"stop":1706528759261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"519c449bb153725b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528759261,"stop":1706528759262,"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":"b62f4ff21f3575b9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528760733,"stop":1706528760734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"6745382e4060f92d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528760734,"stop":1706528760735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"eb2402260b66d4ff","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528760734,"stop":1706528760734,"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":"f4c29428322301e2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528760735,"stop":1706528760736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"84cba2ba58211d0d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528760735,"stop":1706528760735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3189861ccede0335","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"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":"1b90a1d281680d1e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"can start the service","uid":"a1188f6e00c6c037","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528787512,"stop":1706528787515,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7493401db8548612","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528787515,"stop":1706528787516,"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":"9f568b629cd43c1d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528787516,"stop":1706528787517,"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":"b95bf8312d67685e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528787517,"stop":1706528787518,"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":"a3601fbb5f4b3fa7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528787518,"stop":1706528787519,"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":"400a93846f472cb4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528787519,"stop":1706528787519,"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":"30f3f4a86db30a75","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528787520,"stop":1706528787520,"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":"9a7b6eb6891e4670","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1706528787521,"stop":1706528787522,"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":"3c51aa33fc185f40","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1706528787522,"stop":1706528787522,"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":"e27de8dd424631ce","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1706528787523,"stop":1706528787523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"694fa5e4e6a85418","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528794128,"stop":1706528794129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"eef4cfbdc81c8c4c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528794129,"stop":1706528794129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"155d95e24d92e8e8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528794130,"stop":1706528794130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"7af943144333e10a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528799362,"stop":1706528799362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"8f231957285d951e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528799363,"stop":1706528799363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"7da9f33112f73e58","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"20cf5557a0bdfc46","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"filter","children":[{"name":"single_node","children":[{"name":"Ping on subscribed peer","uid":"bb63b56fea3bb48e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528812084,"stop":1706528812085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7ec2a3f4cddc0c40","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528812085,"stop":1706528812086,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"f92d68c1ecd7ffbe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528812085,"stop":1706528812085,"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":"9439aa458c71e3ab","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528812086,"stop":1706528812086,"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":"61d0fda75d104c7c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528851375,"stop":1706528851376,"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":"4263881e51fee061","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528851376,"stop":1706528851377,"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":"a42321f61c631b1c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528851378,"stop":1706528851378,"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":"7014bab0fa3f866c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528851378,"stop":1706528851379,"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":"cca9f76bacee72a0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528851379,"stop":1706528851380,"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":"4be27b50da3f4453","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528851380,"stop":1706528851381,"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":"ca7cf4a4da38bb91","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857314,"stop":1706528857314,"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":"30f666053f8f34dd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857315,"stop":1706528857316,"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":"8d5216d190b64a04","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857316,"stop":1706528857316,"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":"a42e4418d080c2c5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857316,"stop":1706528857317,"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":"642db85ec0cfe958","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857317,"stop":1706528857317,"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":"2cd21f87c3c4b992","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"bb15752567793f0b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"c121b4e2cc71e2d9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857319,"stop":1706528857320,"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":"ab39b10115065ac6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857319,"stop":1706528857319,"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":"da25cdab86657202","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857320,"stop":1706528857320,"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":"8526f72b034747db","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857320,"stop":1706528857321,"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":"7ffaa3c6d7728d6c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528857321,"stop":1706528857321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"def0965b1c01be62","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965669,"stop":1706528965670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b0814570852d53ac","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965669,"stop":1706528965669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f5234d1d71ba8f9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965670,"stop":1706528965670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d5c62daa1299f13c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5220ee7ecaa48019","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd2e9faccde7eba1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"eed87ccf7f72308b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"693e013db42d32e8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"cb7da9f1c75da288","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55f19e81b4f0ca32","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965673,"stop":1706528965674,"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":"2e657224a20ea7d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965674,"stop":1706528965675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9677e5ec30d7a5c4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965676,"stop":1706528965676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b577b0b20f70f64","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965676,"stop":1706528965677,"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":"31a02ffb227575c1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965679,"stop":1706528965680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e543e9ee95863cbb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965679,"stop":1706528965679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938000000 ","uid":"86dbbd96e8515666","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965680,"stop":1706528965681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9fd16a049848a108","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965680,"stop":1706528965680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6ce7f27ec528e9f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965681,"stop":1706528965682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938 ","uid":"e49662b134a4048c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965681,"stop":1706528965681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1f87e9d829e03fc1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965682,"stop":1706528965682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"bb4d5081e823f2da","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965682,"stop":1706528965683,"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":"befbd373c9887126","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965683,"stop":1706528965683,"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":"15aa28d54a714a9e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965683,"stop":1706528965684,"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":"c575d5f25e12fad9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965684,"stop":1706528965684,"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":"e8bc03813bf492fb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965684,"stop":1706528965685,"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":"386945489f37932c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965685,"stop":1706528965686,"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":"afcdfbacb68bac22","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965685,"stop":1706528965685,"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":"c3ae8f7084671bf2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"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":"c446055690ca9377","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"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":"3d4afcbc9af8f72a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"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":"ccf36c4255ad9c59","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"150dc3da66a02acc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985982,"stop":1706528985983,"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":"42f1de0adad9963f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985983,"stop":1706528985984,"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":"42b4066798e41dd1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985984,"stop":1706528985985,"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":"aab2ae1e921f0a30","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985986,"stop":1706528985990,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"222ce8534866e393","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985990,"stop":1706528985991,"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":"3e2dace59f155209","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985992,"stop":1706528985993,"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":"14b1ef234dda7bca","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985993,"stop":1706528985994,"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":"40a871d78cf4b625","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528985996,"stop":1706528985998,"duration":2},"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":"3dac03b9ebc0c76d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706528985996,"stop":1706528985996,"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":"22d54acd97b7c15a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706528985999,"stop":1706528985999,"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":"c253b1ef5e6023c0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986000,"stop":1706528986000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"687c6c65d31793d5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986006,"stop":1706528986007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6f1f3b79b51f3269","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986007,"stop":1706528986008,"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":"c7ba80d49de355e7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986011,"stop":1706528986012,"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":"bf6ffe1d7e17b0db","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986012,"stop":1706528986013,"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":"1786158c120ab754","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986012,"stop":1706528986012,"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":"f0a951aeb5bfa40e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"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":"2fa261925a780f5b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"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":"1ca3d009a710cbd8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"1b8f7c167e34782e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"547d596e9225153f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986015,"stop":1706528986016,"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":"127a0165f178de22","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986015,"stop":1706528986015,"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":"db5d10dd0db8841f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986016,"stop":1706528986017,"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":"33c3a96cf796690f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986017,"stop":1706528986018,"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":"896f104956142892","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986018,"stop":1706528986019,"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":"b410d2e734f6ad4a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986019,"stop":1706528986020,"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":"88a15c5cf8d88768","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986020,"stop":1706528986020,"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":"107ded564785277a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"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":"e4e330b570c51884","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"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":"5e1d1c7063004100","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"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":"c00184c1dd5f6f3d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"d22d61fc50144ff2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848466,"stop":1706528848466,"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":"133c2d0d4d52fb44","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b1c85e1c5b11404c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"26c2a2a6fbcd3e16","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5f81c2c5812bab65","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848468,"stop":1706528848469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bc41f85499256b97","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848468,"stop":1706528848468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7500e11ba6bc354d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848469,"stop":1706528848469,"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":"54a05e53208e9b38","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528848469,"stop":1706528848470,"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":"7d7b996b471ffe17","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998592,"stop":1706528998593,"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":"cd60f9d33bc0c8fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998593,"stop":1706528998593,"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":"ccc6aca8070e978e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"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":"2aaa0221553a662b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998594,"stop":1706528998595,"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":"a53348585c4445ac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"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":"bcc501b29cc1c69f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998595,"stop":1706528998596,"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":"f1d0486d9fa1db0c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998596,"stop":1706528998597,"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":"be4cdebadc96075e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998597,"stop":1706528998598,"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":"cccae34cea79a07b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998597,"stop":1706528998597,"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":"4592dacf0c146c12","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998598,"stop":1706528998599,"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":"e05f1f00fc2d4268","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998598,"stop":1706528998598,"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":"b9501f65180ce72c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706528998599,"stop":1706528998599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"17c73dc91d19b850","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333227,"stop":1706529333228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7abdb4115863d6f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333227,"stop":1706529333227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c9585fb14534ea9e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333228,"stop":1706529333228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"90de24622ad2c429","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae6e1ed5a42a0f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"2d7324ce1fc47b94","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"3e9b1ab36ded7df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333230,"stop":1706529333231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"161517fa80c19c84","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f0efb4ca2907c628","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333231,"stop":1706529333232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"5f4bde40a5e38f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333232,"stop":1706529333233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"306777f6734540cd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333233,"stop":1706529333234,"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":"b7b95a169e16fb6e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333233,"stop":1706529333233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"38f6b7bde4c0adfd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333234,"stop":1706529333234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5c39e4bfb9fdb34b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333234,"stop":1706529333235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"d689177574d32db6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333235,"stop":1706529333236,"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":"ef272f41a28603b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333235,"stop":1706529333235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"5c647b960894306d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333236,"stop":1706529333237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"47a8d57b38230603","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333237,"stop":1706529333241,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"563fd2bd80d3dfe8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333241,"stop":1706529333241,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"18e17db211d1c559","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c0c838ad63942646","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"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":"7497e6f7cc029066","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333242,"stop":1706529333243,"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":"e5c3d618f197564d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"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":"54503a073c17050f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"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":"94c14c1afcaf2e9c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333244,"stop":1706529333250,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e93c71da3f4c3f53","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333250,"stop":1706529333251,"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":"92fbeedaa534755e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333251,"stop":1706529333251,"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":"bd6e059f97b0d74d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706529333252,"stop":1706529333253,"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":"381c294e7dddc11c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706529333252,"stop":1706529333252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"804169b6df7577a3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333253,"stop":1706529333254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"6b9ef462812c3115","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333253,"stop":1706529333253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ce29edf85a285fb1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333254,"stop":1706529333254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"54d8c4e38bf9b383","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333255,"stop":1706529333256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a533e4793261a8e5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333255,"stop":1706529333255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"81dc29ddf2bb1792","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333260,"stop":1706529333262,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb8944d45d81e710","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333262,"stop":1706529333263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9b7bcb10c6edc945","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333263,"stop":1706529333263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"819ba0aeabec48f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333272,"stop":1706529333273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eeaba624bb711d04","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333273,"stop":1706529333273,"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":"8b68ba642a70e604","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"fd8086bf8fb00ce2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333274,"stop":1706529333275,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b10080814111bb64","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"87e656dfbc3ff92a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"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":"e54bbbab1f84e8be","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b71a978c10a47458","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"97f9ab9676ded01","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333276,"stop":1706529333277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"1398704a46c00477","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6582e1a6fb2ee34f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333277,"stop":1706529333277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1ae8d4387abb892d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"d1c79568513c3c7f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"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":"81eb52f2c986da05","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333279,"stop":1706529333280,"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":"97e9d20d480e8aa1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"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":"27b5a25f1489463a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"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":"fd5e113511920df1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"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":"ebae94bcf547ba33","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333281,"stop":1706529333282,"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":"a70b16e9bfcef02c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"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":"6e6f82b63a88f098","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"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":"5046052c01c552f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"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":"8ed4ecc6e4fa61d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"d226d1734c469d99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"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":"956c3b6eefb8f62f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"25584f096b2d177a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"e1efc86dcbd98305","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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 30 topics","uid":"adaf16e0dfc9d0ad","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403567,"stop":1706529403568,"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":"6f64ab81925047ee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"9bc5656f2c7c269d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"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":"82b0a39a398f69b8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cb50980f8905478c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b1270748216703b2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"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":"7df475d377264fd1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403568,"stop":1706529403569,"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":"9fe616895e578ef5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"5917b26ef1b85c3d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"93df6720ecfbc5cb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"129ce1c5d88d51d4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"824a38c995622227","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"848a90a44d352980","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403570,"stop":1706529403571,"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":"b50c0e8ab2217a92","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"f0f0c08300a5a608","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"c97675192654e9bc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"a558fb269ce038a6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"b28931ba0c79910","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403572,"stop":1706529403573,"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":"b5bd8eb61771058b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"91189ccd4e80e3b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"7fcd9f61e79bf2bc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"54da2162c35ad254","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"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":"150c333f62415095","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"79bfe583757a7752","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"d8749bb73a0c417","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403574,"stop":1706529403575,"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":"f61ddbe49ed87ee5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"1325cb8c83927503","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"407b70cd1351033e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"c248fa769994a7eb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403575,"stop":1706529403576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"759caedb3699e587","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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":"da46e6d8642fe751","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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 30 topics","uid":"7e777a8449b5def4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d24998a3a2b1b4f3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"ab918ce955d13976","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403577,"stop":1706529403578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"4df508e92085db9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"caca9a108556a58f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"efb4e61dd1480232","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403578,"stop":1706529403579,"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":"3c72c5b4d991b5d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"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":"92d1bbe0376c5d3c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"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":"504e682b474d5ef6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"c5fab43aef7d531e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403579,"stop":1706529403580,"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":"130d94de004d4a1f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"50414e2d85b2dbf1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"38967c0d51fac91b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"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":"54f12c80c69bc2b0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403580,"stop":1706529403581,"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":"2e2704abbf1c252","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"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":"fad3575afb4ad184","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"395cc8a743bcb45","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"9f64e2cd93501407","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"d9cb852ef66b17ff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"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":"46e0f1c91919d45f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"e7c2e7521ef9da08","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814912,"stop":1706528814913,"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":"15f7a7b5e35352be","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814913,"stop":1706528814913,"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":"ffdfdc724248d646","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814914,"stop":1706528814914,"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":"66a85663b73598aa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814914,"stop":1706528814915,"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":"9ea4325b1396efbf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814915,"stop":1706528814917,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"e44434a53d47d69f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814917,"stop":1706528814917,"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":"6a314aad16d548b4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814918,"stop":1706528814918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"cc5f96b3ab7dc52a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814919,"stop":1706528814919,"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":"f02a33a70629efe1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814937,"stop":1706528814938,"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":"80beb778cfeabba6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814941,"stop":1706528814942,"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":"b4b0b5e6c9de5e36","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814943,"stop":1706528814943,"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":"4fa4772bd504e033","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814944,"stop":1706528814944,"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":"6755e473077cc206","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814944,"stop":1706528814945,"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":"f6a60979b168c007","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814969,"stop":1706528814970,"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":"c83ac71e0beeaf8a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706528814969,"stop":1706528814969,"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":"5d39baba83f96e42","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061211,"stop":1706529061219,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"e3e5c15d8f9a0e5e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061220,"stop":1706529061221,"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":"248f79113014946c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061221,"stop":1706529061222,"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":"e7882f8c6ccda084","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061222,"stop":1706529061223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"e6f5ce153c357237","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061222,"stop":1706529061222,"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":"be29ff972ab55f83","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061223,"stop":1706529061224,"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":"5f5ed3524782f286","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061224,"stop":1706529061226,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"60201bacbaaebf7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061224,"stop":1706529061224,"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":"fcff4f177467085a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529061226,"stop":1706529061226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e4d92de4e992721e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218502,"stop":1706529218503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"5268aac17d1090fa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218502,"stop":1706529218502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"c52de877bcf9daf4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218503,"stop":1706529218504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"56b282013d4545fe","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218503,"stop":1706529218503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e8a337b6b2925bf2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218504,"stop":1706529218506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"382495ec61ada9ea","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218506,"stop":1706529218507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8c0cab566b91274a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218507,"stop":1706529218508,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ff0c15ad3d445221","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218508,"stop":1706529218508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cd49277081b8f6f0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218509,"stop":1706529218509,"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":"d950d1e384220a52","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218510,"stop":1706529218514,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"af99f94c03390582","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218510,"stop":1706529218510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"cec670752ff9cc0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218514,"stop":1706529218515,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"356a22bd99f37b6a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218515,"stop":1706529218516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"65cedc1df1d8cb7d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218516,"stop":1706529218517,"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":"4eb6b5f8404a6875","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218517,"stop":1706529218518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"92b1daa2adf57a92","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218518,"stop":1706529218519,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e3b3435c78f4fc22","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218519,"stop":1706529218520,"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":"19132d5cc3491587","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218520,"stop":1706529218521,"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":"90e0b1e3f9c49c6c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218521,"stop":1706529218522,"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":"614d0dc5b92138b1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218522,"stop":1706529218523,"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":"e6714ef287276fcb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218523,"stop":1706529218524,"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":"a4b88c8706558557","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218524,"stop":1706529218525,"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":"1aea214ba9119ee","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218525,"stop":1706529218525,"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":"6e9c54c35d878910","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218526,"stop":1706529218527,"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":"8f5674c9218acb73","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218527,"stop":1706529218528,"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":"b5038bcc074cf3a1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218528,"stop":1706529218529,"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":"17f443c192f06866","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218529,"stop":1706529218530,"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":"ce4ef500b7291346","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218530,"stop":1706529218531,"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":"5837e9ef5a5636ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218531,"stop":1706529218532,"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":"5c0eb9564d18dd39","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218532,"stop":1706529218533,"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":"cc2b2366ecca8d40","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218533,"stop":1706529218534,"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":"593651d5011e593e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218534,"stop":1706529218535,"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":"885dff02c8b7f527","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218535,"stop":1706529218536,"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":"d7b323013b62c514","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218536,"stop":1706529218537,"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":"f11ee59409ab6929","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218537,"stop":1706529218538,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8d484d2e18cb343e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218538,"stop":1706529218542,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"d8ac4174f591c079","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218542,"stop":1706529218543,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"b9ccd062e192ac63","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770586384","uid":"d8b707dcbc7a807","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525386384","uid":"36cb04362392bbea","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532586384","uid":"6fcb0b75ef051897","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"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":"8b65c7cf6de0c6f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218544,"stop":1706529218545,"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":"7f511c355455e708","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706529218545,"stop":1706529218545,"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":"ca484b51cd4d42f0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367432,"stop":1706529367433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"c81eed9377f3b961","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367433,"stop":1706529367434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"6be5064577d8e4af","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367435,"stop":1706529367436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2fd65e575dd873a0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367436,"stop":1706529367437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cb77b229d64c80a3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367437,"stop":1706529367438,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ed9ae4d00c481f2a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367438,"stop":1706529367439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"c3f776913e277b9a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367439,"stop":1706529367439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebdba5f509ee3a2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367440,"stop":1706529367440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"f57ee4ec144aac84","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367442,"stop":1706529367443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2f8d662b30402db1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367443,"stop":1706529367448,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"a3e0530829b57af5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367448,"stop":1706529367449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"51d494a40c15c395","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"858eacff3415b9b1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"c5fe3d1de78cc19b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367450,"stop":1706529367451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"bafc966f5536626f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"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":"4e34aaf695a2fa9f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"52115153129a956e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367451,"stop":1706529367451,"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":"838fa825722553a2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367451,"stop":1706529367452,"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":"2d9fff4da38193f9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367452,"stop":1706529367452,"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":"e8cebfc8e38a8be1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367452,"stop":1706529367467,"duration":15},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"90f1f2cf0596f13b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367467,"stop":1706529367468,"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":"fa8220330fc90506","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367468,"stop":1706529367469,"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":"4f35cadf773f0fbc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367469,"stop":1706529367470,"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":"9d29998c069a9c7e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367470,"stop":1706529367470,"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":"d844d3a307366f69","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367471,"stop":1706529367471,"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":"5c2c9957a4426011","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367471,"stop":1706529367472,"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":"820678b1adf750c8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367472,"stop":1706529367473,"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":"2b5ce5fa15b52f7c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367473,"stop":1706529367474,"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":"671cb51cfe416db6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367474,"stop":1706529367475,"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":"ac102b3244e27286","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367475,"stop":1706529367476,"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":"5ed6c331e0826a6f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367476,"stop":1706529367478,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1abdce6922089dc4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367478,"stop":1706529367479,"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":"4137c25b7370fe9f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367479,"stop":1706529367479,"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":"1a69baf5c1d2850e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367479,"stop":1706529367480,"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":"ad3787b18105f7c6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367480,"stop":1706529367480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1b5420961ad243a9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"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":"54dc849f98b41ef7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525365833","uid":"4bf21be0622a236d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367482,"stop":1706529367483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ada15d10c8dd207f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770565833","uid":"554f3ed2cf5101f5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532565833","uid":"7f80c38e8a7d42b4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367483,"stop":1706529367484,"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":"b55d8c61dea53f6d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367484,"stop":1706529367486,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"b998303e857e130","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706529367486,"stop":1706529367487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"e855b8ef740b903f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529061334,"stop":1706529061334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"60e2eaaa2a5291b5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529061335,"stop":1706529061335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ed21b9ec5322284","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092190,"stop":1706529092191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1d8be24b10ef3676","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092191,"stop":1706529092191,"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":"eb90dc452008b267","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706529092192,"stop":1706529092193,"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":"3138d35e533ec687","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706529092194,"stop":1706529092195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"b3e205b416a8c227","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092195,"stop":1706529092196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"92a9c3c3b5e2da7d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092195,"stop":1706529092195,"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":"3eeb14967367d0ea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706529092197,"stop":1706529092197,"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":"4ad5b0775b9ffb32","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"335216237561b736","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092200,"stop":1706529092200,"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":"61373f58c4cf6594","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092200,"stop":1706529092202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"fb68922335528ec2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092202,"stop":1706529092203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"a02e709859df094f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"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":"70abb889e8919767","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"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":"ec182256362f6fe7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092204,"stop":1706529092205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"490ce9ee438cf33a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092204,"stop":1706529092204,"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":"68e97a9582ad7d05","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092205,"stop":1706529092206,"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":"128041f51f63e93","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"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":"a94e0ffa1437da2f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"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":"70cf085481dce6ad","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092206,"stop":1706529092207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"997339a97b28036a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092206,"stop":1706529092206,"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":"6fb714ca7f3b9fc1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092207,"stop":1706529092208,"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":"aaa53b6299ed8475","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"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":"859aa3ffc705045","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"5a502cf228361c79","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"84bea699b275d6b4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"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":"604012385fbb36ac","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"84c68e872b08f437","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"8d002f21bbaaf54","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"cb250ee71f4e0259","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a57f86a01f204dc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"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":"2c849b1c34c13945","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"68cb625ff7e6a01f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"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":"941958abb07a6833","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c44f5b9c4379651f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"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":"db00aa05433ef34d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"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":"d6a7711b24c727","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"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":"6bb5389e4a297193","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092217,"stop":1706529092217,"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":"48d278000d377e54","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092217,"stop":1706529092219,"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 7 bootstrap peers","uid":"3c79f21cdde39437","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092220,"stop":1706529092221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fe20aaa29b91235","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092220,"stop":1706529092220,"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":"e34cd7b95c0e31d7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092221,"stop":1706529092222,"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":"64c19d00c26f6599","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092221,"stop":1706529092221,"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":"3076797b8175193c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092222,"stop":1706529092222,"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":"c3e989d7533963a0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529092223,"stop":1706529092223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"b88e07981de80d70","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529098415,"stop":1706529098416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"f8469aa4323137f9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529098417,"stop":1706529098417,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"bacf99caeda814af","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529098501,"stop":1706529098501,"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":"865d8b84b5bd8d34","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529165662,"stop":1706529165662,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"423bca152c152f6f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a492eb58553a6331","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"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":"5b65fbbe08204a76","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706529165665,"stop":1706529165666,"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":"95442c694ec0c263","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706529165668,"stop":1706529165669,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"relay","children":[{"name":"Decrypt messages","uid":"636931b5ec900bde","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529167075,"stop":1706529167076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"f479ea21854f3387","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529167076,"stop":1706529167076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"a348c507a91ce632","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529198490,"stop":1706529198490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"8fc8b4748bbede38","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529198490,"stop":1706529198491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"c4e4c71baad762bc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529198491,"stop":1706529198492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"5fd369e10fb74f26","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529198491,"stop":1706529198491,"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":"1da6bc525017e3a4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213423,"stop":1706529213424,"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":"3023b667b3ea9685","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213425,"stop":1706529213425,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3322a3d9b6037712","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213426,"stop":1706529213427,"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":"a911052426b262","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213427,"stop":1706529213436,"duration":9},"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":"c56c84c115e70fc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213442,"stop":1706529213442,"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":"b266f76384fcda53","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"6658a4f5fee5b5fc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"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":"ffbf9ebafe48640f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213444,"stop":1706529213445,"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":"c4e4da1898d8c23c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213444,"stop":1706529213444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8a9d367452822963","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"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":"a825ce2464224e99","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"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":"314987d2d2e24ada","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529213446,"stop":1706529213446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"1ba272d28acce758","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223888,"stop":1706529223888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"30b9d10db9a9cc5f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e9e709af187f5fba","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"4584739d92159b7e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223889,"stop":1706529223890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"8b9b5103e16b6b12","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223890,"stop":1706529223891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"83fdf79c12dc6982","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223890,"stop":1706529223890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"41489ea25945e0f1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"cb81e7fec31e6ef9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ad729e663cf3e82c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223892,"stop":1706529223893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"3abd95cdac6e4540","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223892,"stop":1706529223892,"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":"c92e3996814d8b74","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223893,"stop":1706529223893,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"b784477200b419fb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223893,"stop":1706529223894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c83982b940b45136","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223894,"stop":1706529223895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"8620cc3859808691","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223894,"stop":1706529223894,"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":"880fc8604747eea6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223895,"stop":1706529223896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"399409a6c51e5431","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223896,"stop":1706529223896,"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":"f1285368b2d29016","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223896,"stop":1706529223897,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","uid":"31ec4bd2f7ae2d3b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223898,"stop":1706529223898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","uid":"8ea9e943f170ac02","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223898,"stop":1706529223899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"2185f118b9b994c2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","uid":"baaa242a06f1c106","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"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":"e06e911412f2cb72","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"4f49e13e0286b8e6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"eaabb071e78ed9b0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223901,"stop":1706529223901,"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":"b2345427f170d619","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223901,"stop":1706529223902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"63abe897a985c8dd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"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":"a19200e64bc12a24","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"95e6e864d1a7d2ff","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"13f1f9617340ab20","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"3e265da06ddab88b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232495,"stop":1706529232495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"61af5c42900781ac","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232495,"stop":1706529232496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"9b5eb109f20cdaa9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232496,"stop":1706529232496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"63696ac2358167b2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232496,"stop":1706529232497,"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":"764a3ddf1623802d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"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":"f70bf22de7cb7b09","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232497,"stop":1706529232498,"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":"e709341784b931ef","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a1d1b92050ab6f85","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5d62cf493ecdf5f6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706529232498,"stop":1706529232499,"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":"a499e5cc8e950587","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232498,"stop":1706529232498,"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":"4b26464a1eeb8d5f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"4020e80bc487ad3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"b99c59edcc18541c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232500,"stop":1706529232501,"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":"ede2751ca1ca637d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"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":"ed68de3343969e96","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"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":"dbf70a0a4cbc069f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232501,"stop":1706529232502,"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":"ed95009ace7d07f7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"13c3adde653fbb2c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"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":"9d17a12ee3481135","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232503,"stop":1706529232504,"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":"3d2060dfd5572c24","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"2d6fccf5e81a1e8e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"588704ac3b7e83f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232504,"stop":1706529232505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"b4cf91902e3f19a4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232504,"stop":1706529232504,"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":"9cee1bfb9c7c91f7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"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":"63b6767a9f5388f4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"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":"79b6bf70d915643","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706529232506,"stop":1706529232506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"configure the node with multiple pubsub topics","uid":"f835def9a0a31217","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706529248592,"stop":1706529248597,"duration":5},"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":"e7a92877c5d488f4","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706529248597,"stop":1706529248597,"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":"e99a145d631084c0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706529248598,"stop":1706529248598,"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":"9aeac5c04d6c484a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"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":"4eaba42ebcd41af9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"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":"97db4b276a1c5ae4","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706529407524,"stop":1706529407524,"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":"3fac9aca5f0381c0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706529407525,"stop":1706529407525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"nwaku interop","uid":"c3c868ca51668396","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268049,"stop":1706529268050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e063b5f48b64237c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268050,"stop":1706529268051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b1b0cb2a24bc8075","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268050,"stop":1706529268050,"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":"aaff90e7b6532780","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268051,"stop":1706529268051,"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":"135976ed8e001e34","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268051,"stop":1706529268052,"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":"54b1aab0235588e2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268052,"stop":1706529268052,"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":"b6d80e43b4b09371","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"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":"c6923f624e367586","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"store","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"442e114eb022c00e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297071,"stop":1706529297072,"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":"56ed719724ee46d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297071,"stop":1706529297071,"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":"41c4e4eaac66eb1a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297072,"stop":1706529297072,"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":"76d51240993055c4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297072,"stop":1706529297073,"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":"8b228aa1ec2e1c74","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"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":"aede67ce7f835fac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"45cfee4366998578","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"2e2abbe9396e16d4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1a7249410b69e410","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529297076,"stop":1706529297076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"39e95692684888a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332306,"stop":1706529332306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"87cec2179c116d48","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332307,"stop":1706529332308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9b742e250f0a1313","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332307,"stop":1706529332307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"4f637dc431849ef4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332308,"stop":1706529332309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"d72c1754c5d62dee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332309,"stop":1706529332310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"bed6538d2086f160","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332310,"stop":1706529332313,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"bc073b7dd93bda6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332313,"stop":1706529332314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7247602d9bd921af","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332313,"stop":1706529332313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1acc06c3feb4b6c7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332314,"stop":1706529332316,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"33a8bcbbb42a6ac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332316,"stop":1706529332317,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"efa0ec5613ca9fcb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332317,"stop":1706529332318,"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":"9281bc9d14d4792d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529332318,"stop":1706529332319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"f16ee39d9782b13","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529364249,"stop":1706529364250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"3c6a5a31a0fd8bec","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529364250,"stop":1706529364251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a63fb37889b7da44","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529364250,"stop":1706529364250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"254c40074837a049","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"95cdf337f84852fa","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"3098dda3d77da082","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"87b7b7e0515727fe","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365898,"stop":1706529365898,"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":"d89f92432882ba9c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365898,"stop":1706529365899,"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":"1d2544911205b83f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365899,"stop":1706529365899,"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":"a1fad5ff77a35af7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365899,"stop":1706529365900,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"a7d63fff3dd3aab3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365900,"stop":1706529365900,"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":"1ad22774b6165a91","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365900,"stop":1706529365901,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"33f34ccc599a45aa","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"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":"85d4338f406f93f7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a1fc773862de26e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529365902,"stop":1706529365902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d2cdbd8c483e0e37","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378204,"stop":1706529378206,"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":"25e52320eff3be14","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378206,"stop":1706529378207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"368e058aee907ab2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378206,"stop":1706529378206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"83ff253c950a57f6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378209,"stop":1706529378210,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"da734a290c806ec5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378210,"stop":1706529378210,"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":"bbe8d54b5d839e16","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378211,"stop":1706529378211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"58c00abc86c7c61a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378212,"stop":1706529378213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a6670abe58f4f321","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378213,"stop":1706529378214,"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":"c3973ff5ad505f88","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529378214,"stop":1706529378215,"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":"8c3ca957b100a607","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529382344,"stop":1706529382345,"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":"4c1a96872c4c8df1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529382345,"stop":1706529382345,"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":"2c75def7a72b80d2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529382345,"stop":1706529382346,"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 backward","uid":"2eca231d48f51c53","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529382346,"stop":1706529382346,"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":"b74ec45885e4ad63","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395064,"stop":1706529395065,"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":"109edc0e0bfeec53","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395066,"stop":1706529395067,"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":"26391c9fc4251a28","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395066,"stop":1706529395066,"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":"918446a1f8e73f3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395067,"stop":1706529395067,"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":"678221f8d01549d0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395068,"stop":1706529395069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"9196071e6fd84109","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395069,"stop":1706529395070,"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":"3a3a4c6f5cdc05b8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395069,"stop":1706529395069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"fa4103d2c0f2f95f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529395070,"stop":1706529395070,"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":"528f49eebd426394","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398286,"stop":1706529398287,"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":"9ab40b38f933557a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398287,"stop":1706529398288,"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":"d091cb1eacbb4a23","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398287,"stop":1706529398287,"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":"7d2b27dc83dc91fb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398288,"stop":1706529398289,"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":"4fd5a4192ab064","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398289,"stop":1706529398289,"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":"bde06057ec170701","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"9aafb4c08e076715","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"d35dd700003ce281","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398290,"stop":1706529398291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"75dd8b8e6dfdeb6b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706529398291,"stop":1706529398291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"4636cb6115b2d7a8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"ceb401e390518a27","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"e2cc73e01649cded","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529389607,"stop":1706529389607,"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":"72fa13ee143e079","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"dee6dd708f9affa1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"3a2346e54fa560f2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"4721d449fd5c43c0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"20722b7db0037e51","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"ec6363e6375f498b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529405491,"stop":1706529405491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"d5eb1fa423605c4d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"ff9de4cb5b897567","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410669,"stop":1706529410670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"b217a1f654127032","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"4e8603c2e8db2d48","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"24f3fc411b99708c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410670,"stop":1706529410671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"63dc16f1587ac716","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5bbca26faf856724","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"213b4246cb94cb03","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410671,"stop":1706529410672,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"5c1d9505d9cbe8cf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"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":"91b0fe0b69e1e3a8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366256,"stop":1706618366258,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"3fa9a5f3d1a9fb4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366258,"stop":1706618366259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"abae4bad08daae59","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366453,"stop":1706618366454,"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":"7e0b652e69ce3f37","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366454,"stop":1706618366455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"6ec7de247067507b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366454,"stop":1706618366454,"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":"d6079608c513b2aa","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366455,"stop":1706618366456,"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":"d6b434cb640f9db6","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366456,"stop":1706618366456,"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":"ab1e23df5753f165","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366456,"stop":1706618366457,"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":"5c7cd74f27936d1a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366457,"stop":1706618366458,"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":"53ca1d2fce43a36d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366458,"stop":1706618366458,"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":"3a0ebef080c4783b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366458,"stop":1706618366459,"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":"1f553d2786f94219","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366459,"stop":1706618366460,"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":"21e35dbb7de32b11","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366460,"stop":1706618366460,"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":"c0337153693f5e3d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366461,"stop":1706618366461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"1957ea6036418b98","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366596,"stop":1706618366596,"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":"72426e4878d66032","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366596,"stop":1706618366597,"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":"b56c234b916d231e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"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":"5fe35d20a86ea711","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"should be able to encode the field with only RELAY set to true","uid":"6f18b30da2e53367","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371919,"stop":1706618371921,"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":"91bd029a0386ff02","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371921,"stop":1706618371922,"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":"44f688133f883de5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371922,"stop":1706618371922,"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":"3c219e067d008f44","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371923,"stop":1706618371924,"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":"5caeadbc4a454657","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371923,"stop":1706618371923,"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":"41ce5333c425af21","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371924,"stop":1706618371930,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"5aed16e28a757fd8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371931,"stop":1706618371931,"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":"3eeeac657e569c84","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371931,"stop":1706618371932,"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":"abdb211093992aca","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371932,"stop":1706618371933,"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":"653c39ec602d430d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371933,"stop":1706618371934,"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":"48e472bc6de49652","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371934,"stop":1706618371934,"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":"cc9d09a56cd91b18","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371935,"stop":1706618371936,"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":"3ad91fb117c1d342","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371935,"stop":1706618371935,"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":"55306030007f6c0d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371936,"stop":1706618371937,"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":"a0f94d9d260cc4d0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371936,"stop":1706618371936,"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":"79b8f7518ab93b24","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618371937,"stop":1706618371937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"e932c14df170b02c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372078,"stop":1706618372079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"23fb66157e2a76f0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372079,"stop":1706618372079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"475652234f08b6a4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372080,"stop":1706618372080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"c68ad248c0eb2a4b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372809,"stop":1706618372810,"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":"a571702ae007a13a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372810,"stop":1706618372811,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3b640cc3a61e6b29","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372810,"stop":1706618372810,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b5201f347738e0b2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372811,"stop":1706618372812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"5b1d5fe5214f3034","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372811,"stop":1706618372811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a511eab67be8b2d1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372812,"stop":1706618372813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e3b62790e01999b2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372812,"stop":1706618372812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"1ed4a1787873b6aa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"83a85c89293da8ac","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"add1fd8579ad12a1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"449625f3f31e51f5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372819,"stop":1706618372820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"e000fe07737a731","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d2687b5cab63fa17","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1d37c0d8356d427a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"861d54c46dfce1f1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"3be329c425483ef2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372821,"stop":1706618372822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"5e614e39c4360be4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"17373ad3f26a1841","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8e6992334313c049","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"4f3a37b536d8805c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372822,"stop":1706618372823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"899c4c02e7cf3b94","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"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":"bc22db0edb09ae10","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"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":"bc49267e10a31274","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"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":"a387e01d4e8ad010","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372824,"stop":1706618372825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"7c77566164dd574b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"67b6f11153a32cd6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"f2ff10a62cb23538","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"74ada2de576e0b38","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372825,"stop":1706618372826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"8b155a5b08afc9ff","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"lib","children":[{"name":"Waku message hash computation","uid":"b7433fa6d99b9de7","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378312,"stop":1706618378314,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"6ba55e602d59b22c","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378315,"stop":1706618378315,"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":"97db4c7bde336149","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378315,"stop":1706618378316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"2cfb0de5a13ac847","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378341,"stop":1706618378342,"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":"e002ae72c3aff762","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378871,"stop":1706618378872,"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":"665f6b31e38e4342","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378872,"stop":1706618378872,"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":"464310d2e01cd9a0","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"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":"bb5b5e83fb81f861","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"message","children":[{"name":"Ephemeral field set to true","uid":"7b9ad9c8ba8d15f0","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706618378924,"stop":1706618378925,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"fdbc17be043319db","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706618378924,"stop":1706618378924,"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":"37ad8e5e5bd2c538","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706618378925,"stop":1706618378925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"7c588163f37c4f8e","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706618378925,"stop":1706618378926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8f52337cbb05b892","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"3dae58229fadad2f","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"5328f6db879f10e1","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1706618378927,"stop":1706618378927,"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":"bf35fe7224166679","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618382596,"stop":1706618382597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b8811a38c7307243","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618382598,"stop":1706618382598,"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":"b250e85b0aacd555","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618387941,"stop":1706618387942,"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":"1f8b97999f0ccae0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618387943,"stop":1706618387943,"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":"1e520d175f41bef1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618387944,"stop":1706618387944,"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":"66495729c8fc5775","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388584,"stop":1706618388585,"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":"8acd390c34b793c3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388585,"stop":1706618388586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"601ebbceede4eee1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388586,"stop":1706618388587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"bdea91ccf4f82a37","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388586,"stop":1706618388586,"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":"d44ad7e4274e0e58","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388588,"stop":1706618388588,"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":"1e1d545a6cafb5dc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388589,"stop":1706618388590,"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":"e47cf5ff21cf72e4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388590,"stop":1706618388590,"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":"37db8ae114555e34","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"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":"6dc9b6b8774c740","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"784c0c88308d81d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388660,"stop":1706618388660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f08bdc310f66f9f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388661,"stop":1706618388662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1c899da4599acb38","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"9c390234f6f238e9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"d35e18e7dcb2dfb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389058,"stop":1706618389059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"4db60570bd813248","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389059,"stop":1706618389059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"140c99429323c8b5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"78670b341534125b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389060,"stop":1706618389061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"826a17d1293fe641","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"f6e9a20b4c92b86a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389061,"stop":1706618389061,"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":"b36478b76d88c2b1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389061,"stop":1706618389062,"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":"91767ca715ddc24c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389062,"stop":1706618389062,"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":"9f1a9be5f0aa3725","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389062,"stop":1706618389063,"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":"c142bdc058b3335","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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":"e35366ce8ff1092f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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":"457c81781e50cddf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1706618389064,"stop":1706618389065,"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":"1ca636f272f53163","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1706618389064,"stop":1706618389064,"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":"b3109acc120ea0eb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395066,"stop":1706618395068,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"fa176706ae4acb08","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395068,"stop":1706618395069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"cc1db1249c1b84bf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395069,"stop":1706618395069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e547751e92a6bfd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395070,"stop":1706618395070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"887af16724d2cb54","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395071,"stop":1706618395072,"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":"2a1c0039c4a0290","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395071,"stop":1706618395071,"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":"9da25024750aff83","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395072,"stop":1706618395072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"7c2f4318c04739ab","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395556,"stop":1706618395557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2a4e1ada550c4b90","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395557,"stop":1706618395557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"63ca91af1698632b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"bae196d0e293986a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"e1730d650440401d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618396941,"stop":1706618396942,"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":"348975164994ddc1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618396941,"stop":1706618396941,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"87a15e85ae2088a2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618396942,"stop":1706618396942,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3b90bc6e62ddbb6e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618396942,"stop":1706618396943,"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":"e318aa6edbabdebb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618396943,"stop":1706618396943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8a4b791243d6ced6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618396943,"stop":1706618396944,"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":"ef5814c679e22bf8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1706618396944,"stop":1706618396944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"can start the service","uid":"91fb0d5e01db346f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618424939,"stop":1706618424941,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"dc0db2baf762af42","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618424941,"stop":1706618424942,"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":"b7f8b24585756f4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618424942,"stop":1706618424943,"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":"901f9f46344ae0d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618424943,"stop":1706618424943,"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":"fc47e23b90e7f74","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618424944,"stop":1706618424944,"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":"f20a7c7de20ab0f4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618424945,"stop":1706618424945,"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":"5153296bde8262ec","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618424945,"stop":1706618424946,"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":"92d3dc44dc1bac29","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1706618424947,"stop":1706618424948,"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":"df63106057844f34","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1706618424947,"stop":1706618424947,"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":"35cb402b4ee5efa0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1706618424948,"stop":1706618424948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"b0eaee25a7dcb4c1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618429312,"stop":1706618429313,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"bc24ec9960e67e9d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618429313,"stop":1706618429314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"e3dc35440362dbd7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618429313,"stop":1706618429313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"1bda60727557650a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618431631,"stop":1706618431632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"e47eca93ac7281d6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618431632,"stop":1706618431633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"3e2815122dcc8b62","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618431633,"stop":1706618431633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1c1932b8e659ef88","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618431633,"stop":1706618431634,"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 peer without subscriptions","uid":"700c4e4bce08f471","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"2f43116f52417796","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a83f8531c06e21c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"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":"a5bdd2142ec8ab1b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"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":"43316e2178a38f32","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618489110,"stop":1706618489111,"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":"a6200c2a4f74d6db","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618489110,"stop":1706618489110,"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":"164e9794ce6e1867","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618489111,"stop":1706618489111,"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":"339e52495f5bcf4d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618489111,"stop":1706618489112,"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":"70d1f36abe5e9f02","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618489112,"stop":1706618489112,"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":"41e06f8a1c302c5e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618489112,"stop":1706618489113,"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":"93aa5aa3e533e4e7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496635,"stop":1706618496637,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5e07dd12e010d4cd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496637,"stop":1706618496638,"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":"aeb55f1d3cc18458","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496638,"stop":1706618496638,"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":"1eb084dd44a370cb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496638,"stop":1706618496639,"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":"d26433d23aa0a6fe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496639,"stop":1706618496640,"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":"f38d590cd94a56ad","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496639,"stop":1706618496639,"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":"e4261de2e78f5ee5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496640,"stop":1706618496641,"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":"e93f911084003e41","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496640,"stop":1706618496640,"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":"92a6072d6a12e2b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496641,"stop":1706618496641,"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":"b2cf6b3190b0bfc2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"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":"b62d9568c81501b4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496642,"stop":1706618496643,"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":"fa8620e3a87fc6a4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c9bca376bd007030","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580243,"stop":1706618580244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"99a3463fff272dc8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580244,"stop":1706618580244,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5721e9b2c8baf761","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3a842c85aef27b69","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"db31f7014b3d966e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580246,"stop":1706618580246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a532d3bc7dea6723","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580246,"stop":1706618580247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"54da178a737e6508","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580247,"stop":1706618580248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6cec32f6937d472f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580247,"stop":1706618580247,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7b6d47155bff1392","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580248,"stop":1706618580248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55bb7522d00d174","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580248,"stop":1706618580249,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"13c94ebb5a111e3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580249,"stop":1706618580250,"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":"c1b7211d4df2a4af","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580249,"stop":1706618580249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d0cbf360d22d3d31","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580250,"stop":1706618580250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7f12b89086933979","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580253,"stop":1706618580254,"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":"6b414a2516eda0f5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580254,"stop":1706618580254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9d913b63743d6b1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580254,"stop":1706618580255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016000000 ","uid":"7dc1c5e147e4cd26","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580255,"stop":1706618580256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9fd218af77a87a52","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580256,"stop":1706618580257,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016 ","uid":"30fd9b219449fed1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580256,"stop":1706618580256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"f9844a915e2aff7c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580257,"stop":1706618580258,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d50b23edc7507010","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580257,"stop":1706618580257,"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":"3f8f2aa7238ed2a8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580258,"stop":1706618580258,"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":"c02aae4ccca436f9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580258,"stop":1706618580259,"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":"211e1fb55aea6d82","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580259,"stop":1706618580260,"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":"a220aa1c810527a9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580259,"stop":1706618580259,"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":"d95f8243e7f6541a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580260,"stop":1706618580261,"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":"b5617f73964d0098","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580260,"stop":1706618580260,"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":"4ac50ad12bef13a0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580261,"stop":1706618580262,"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":"495c9da73bdf2716","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706618580262,"stop":1706618580262,"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":"c20869a476b5993c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618580262,"stop":1706618580262,"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":"92558b19b5cde6b1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706618580263,"stop":1706618580263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"42ef827610e156d4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624420,"stop":1706618624421,"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":"2d40a183aea1fe1e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624427,"stop":1706618624428,"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":"8fe71991efdf9cf7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624428,"stop":1706618624449,"duration":21},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e6bbb5a390de8942","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624449,"stop":1706618624449,"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":"ad3cc4b87da4e77e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"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":"fa9b4d8814bc063b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"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":"748543f3b2e1b6bb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706618624451,"stop":1706618624452,"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":"f6ecbd8743d57519","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624451,"stop":1706618624451,"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":"5ec01a51348e0c6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624452,"stop":1706618624498,"duration":46},"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":"9cbe725c2d7f53c0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624499,"stop":1706618624499,"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":"e2a191b8d32cae65","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1ad7542fc5fe8ec7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624499,"stop":1706618624500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"eac8a523d55570dc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624519,"stop":1706618624520,"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":"4d397cf7cf298dfd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624520,"stop":1706618624520,"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":"9b3c5f12651376b4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624520,"stop":1706618624521,"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":"44aa0308c86f49e3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624521,"stop":1706618624521,"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":"1768495f12dbb8c7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624521,"stop":1706618624522,"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":"c78192106af17052","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624522,"stop":1706618624523,"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":"787932ad13958096","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"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":"f2b4f9e6cda045df","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"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":"2abc118317c2af49","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"b8d1c7f6c1819eaa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624534,"stop":1706618624535,"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":"cb6e7d254756f6cb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624534,"stop":1706618624534,"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":"2695d0fa9b816ca7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624535,"stop":1706618624536,"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":"216f4e48369049ef","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624535,"stop":1706618624535,"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":"d8ef7cfc6a31310f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624536,"stop":1706618624537,"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":"b9b3ef713f9a077f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624536,"stop":1706618624536,"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":"f6d1a4d6248d854e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624537,"stop":1706618624537,"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":"654f619b18870d7d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624537,"stop":1706618624538,"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":"aebcc15bf5c51737","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624538,"stop":1706618624538,"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":"526fadff81dfb922","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"3950d70ed3007872","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487711,"stop":1706618487712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ba3a42afcb55a13b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487712,"stop":1706618487713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3a274f31761a6638","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487713,"stop":1706618487714,"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":"bd7e7651ee898d38","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487714,"stop":1706618487714,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5b8ade269780aa26","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487715,"stop":1706618487715,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5b4bdcea56f80d1d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487715,"stop":1706618487716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d6199c16e753b91b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487716,"stop":1706618487716,"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":"63fe6c5509c673a4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618487716,"stop":1706618487717,"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":"39f82303cce122fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624270,"stop":1706618624270,"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":"9168dbdae3612f71","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"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":"f6e8493f63f76609","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"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":"217edc81533541cc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624272,"stop":1706618624272,"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":"b760757915532bbd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624273,"stop":1706618624275,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"b582d5115671a4c2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624275,"stop":1706618624275,"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":"a886e22c992bff7d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624276,"stop":1706618624277,"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":"6e17adeafb7dc4ab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624276,"stop":1706618624276,"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":"38e1cde9489d21ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624277,"stop":1706618624277,"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":"d11a02193c6fafdc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624278,"stop":1706618624279,"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":"e1aef231bf1ee82a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624279,"stop":1706618624280,"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":"7ca702d5d2a1a38d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618624280,"stop":1706618624281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"1a37b49706a37c13","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959471,"stop":1706618959472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"b8d37ab48df04fac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959472,"stop":1706618959472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"34ee82d6e62d35a2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959472,"stop":1706618959473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dc5e8a76644122f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959473,"stop":1706618959474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8add4d174f31964a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959473,"stop":1706618959473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"4ad85d9f94f1dc4a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959474,"stop":1706618959474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb36946768c0bfa1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959474,"stop":1706618959475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"84558ecc4db96d19","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"113456a16c6a7fab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"682e0a510969e1b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959476,"stop":1706618959476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"478487ab98c9d6c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"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":"1e85e6f211a8e2e6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e157f2acfdcda1e4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f11fb31b1b07b846","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1030bb60984ff60b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"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":"ef1038d78d281852","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"4c9cb9e0e5e1ebbc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"f3b1a53ce323252b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a415e108cde12407","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959481,"stop":1706618959482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d280d430e93c97c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959482,"stop":1706618959482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c3f210d341443278","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959482,"stop":1706618959483,"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":"c482c1d80a6c916a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959483,"stop":1706618959484,"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":"caf24828bf0fbbb6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959483,"stop":1706618959483,"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":"10daa109de6aba6f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959484,"stop":1706618959484,"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":"89fd1dd9fd6dc46e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959484,"stop":1706618959485,"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":"c602341d3643dfc6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959485,"stop":1706618959485,"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":"c130f2bcc28c2542","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959485,"stop":1706618959486,"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":"ca800d3787394a80","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706618959486,"stop":1706618959487,"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":"6f3bc82ae1510832","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706618959486,"stop":1706618959486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b299564d5c9769f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"14ad05adc38cd4b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a52864fe694cbb18","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959489,"stop":1706618959490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"87a5131dae447756","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bea174bf9a612b01","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"16a4c159caff33b2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959490,"stop":1706618959491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1861a13c623a966f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959490,"stop":1706618959490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"777432c76b2490d5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959491,"stop":1706618959492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e42001a52c992ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959491,"stop":1706618959491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a095e172dd9bcdd0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959492,"stop":1706618959493,"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":"9d95b919c082d38b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5921a7fd118fac8d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5b11f0956833e69f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"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":"4a3b6e7f60b3fb41","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959494,"stop":1706618959495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d734400327963a5b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"284501093b08e9d7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959495,"stop":1706618959496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b7def98d55128c70","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959495,"stop":1706618959495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"a63d8be9df60a1a9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"67535135d222636b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959499,"stop":1706618959499,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"618d7569c3956283","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959499,"stop":1706618959500,"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":"529e47bbfb628763","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959504,"stop":1706618959505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"e163278af51a654d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959504,"stop":1706618959504,"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":"e7117258cfe925e0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959505,"stop":1706618959506,"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":"9bf048ef15895383","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959505,"stop":1706618959505,"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":"1892e7e1ee57d29c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959506,"stop":1706618959506,"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":"ef02b49ed4037ed0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959506,"stop":1706618959507,"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":"628fe352059cb60e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706618959507,"stop":1706618959507,"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":"68e1b4daa07d6066","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706618959507,"stop":1706618959507,"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":"3c39dbb9b7bea29b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1706618959507,"stop":1706618959518,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"37c4470fa2c34b77","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029121,"stop":1706619029121,"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":"cbe73588fe33bb57","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029122,"stop":1706619029123,"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":"4d25f1c253b5a404","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"e86e66f3252caa9f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"e24c8014de29a938","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"4a48ee55c09d596d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029123,"stop":1706619029124,"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":"77f200462c188092","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"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":"5c1ce7e3a7bb159e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"dcaff4d679ef4f16","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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 30 topics","uid":"87bec6f64997faec","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ac74353d45e1aeff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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":"561d735f4c0a273f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"8271f91bf7a89eb8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"8f60f307927ce3db","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"9b34ca5eca6475eb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"9ce00cc4485769a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"d70ef453bd2a0f88","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"a0beb8dcf4b7979d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"61a05b23a3685d73","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"e1963ce1f40e0dd9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"e7ffd332a521c75d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029127,"stop":1706619029128,"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":"dbbf65323eab0f47","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"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":"fad827e7c0d3e70","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"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":"244daa6b9ccfe578","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"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":"7ddb1ec91196b94f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"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":"bec04a06599887d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"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":"f4990162bff3ae73","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"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":"11eba147704c8b27","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029131,"stop":1706619029131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b6adddb4bafdfcde","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029132,"stop":1706619029133,"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":"cdb966e5c106595a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029133,"stop":1706619029133,"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":"de7031a1a31b7b7a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029133,"stop":1706619029135,"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":"77d99fcb5abdb32b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029135,"stop":1706619029136,"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":"c6223bc753eb36d0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029136,"stop":1706619029136,"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":"2ee45025fc2127eb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029137,"stop":1706619029137,"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":"53638d0e7a5ab37e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"304cd2b0b8a4fe8d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"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 30 topics","uid":"e943116a54c4d0d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029138,"stop":1706619029139,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c6ec286b448bc96a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029139,"stop":1706619029140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"df1330095d99a636","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029139,"stop":1706619029139,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"f78a87da0f0f5888","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029140,"stop":1706619029141,"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":"3794ba9e6b4b171c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"26282bf1865a23dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"fa9b2b5a3d9ac3c0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029141,"stop":1706619029141,"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":"cd2c4727be1043a4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029141,"stop":1706619029142,"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":"ff28cd1e9467645c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029142,"stop":1706619029143,"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":"94e9b537cf8985f0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"599164d2595c676","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"370dd7023a5d5fec","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029143,"stop":1706619029144,"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":"3df18e72c01868c5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029143,"stop":1706619029143,"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":"7b6eec3f4123e1b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"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":"ae48d1c4f9f739f2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"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":"214739989bcfd387","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"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":"4f79feaccf798941","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029145,"stop":1706619029146,"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":"d4ad1a10f8773f9d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"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":"22ffcc2a11733a62","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"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":"f6ed0a8c904a43ae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"b8e340021d693521","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454358,"stop":1706618454358,"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":"fa7e00f761c7f863","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454359,"stop":1706618454360,"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":"99e1bd21f77da320","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454359,"stop":1706618454359,"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":"1c38ddd1773e53c7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454360,"stop":1706618454361,"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":"28a5e6b81638f76b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454361,"stop":1706618454361,"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":"94ccb832a0c134a0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454362,"stop":1706618454363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"7e92cb4c1bf574c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454363,"stop":1706618454363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"f93539b24f610d77","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"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":"cf32945dc64d9420","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454369,"stop":1706618454370,"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":"845a383706da58f1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454371,"stop":1706618454372,"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":"acac0b8ed1828939","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454371,"stop":1706618454371,"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":"5d037492a124d401","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454372,"stop":1706618454372,"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":"8d897533e21ca293","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"f3d1c38dabf857ba","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"91e840908c0272b4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"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":"6c3ebae770baf4ac","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618686998,"stop":1706618686999,"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":"965c9e3fa15f83d0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618686999,"stop":1706618687000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"22d3b2aaecd5f231","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618687001,"stop":1706618687002,"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":"7efb26e4c150eb4b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618687001,"stop":1706618687001,"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":"c7ace27834e980e1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"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":"be64371ce74f026c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"1c41b02a98617871","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618687003,"stop":1706618687004,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"efff5ddc5775ffc0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618687004,"stop":1706618687005,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"97bb736e5a4ad57c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618687005,"stop":1706618687006,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"c2627e55fb72d356","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858004,"stop":1706618858005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"376fd527142a549f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858005,"stop":1706618858005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"29e28a62c67f07ad","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858006,"stop":1706618858008,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"52799da972febf01","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858008,"stop":1706618858008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"59eb7e815d5ade4d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858009,"stop":1706618858010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e4d8252d48a068fc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858009,"stop":1706618858009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"85b3d87b3851ca6b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"d72020188187aa21","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"406f98c0d76755d8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"70d4d5a2e9f53b03","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"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":"121447c8edc7276b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858012,"stop":1706618858012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"68be028a1e650cf1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858014,"stop":1706618858016,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b78dbb6e0b5550bd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"11d9c5ab18753781","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"a8e97b6e228a0c57","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"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":"6980cbab84b97914","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"44d60b5253e04566","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858017,"stop":1706618858018,"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":"4a0e59945537ce6c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"edf1b661f2085827","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"a0d578b371c5ba13","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858019,"stop":1706618858022,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"a06fa66836080859","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858022,"stop":1706618858022,"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":"1e7adea0053c90cf","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"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":"e98b782ef80ed3e3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"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":"11de3e20d86dd1a4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858023,"stop":1706618858024,"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":"fb2bc7b288d6fdab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858024,"stop":1706618858025,"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":"6b9e5e9c1cad81d9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"37d9ec8a3d7098c4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"a7f2e485adc5ee62","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858025,"stop":1706618858026,"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":"f5c7a06166a38de4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"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":"eb8d570897fdd316","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"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":"492d095b0743e848","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"ab928789beecb37e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"972a742f4f6cb7bc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"bc9158287dae591a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"508e3205d419847b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"c944b878725a88b9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858028,"stop":1706618858029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"fe11f44a3eac0a67","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858028,"stop":1706618858028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"bbee2a8060f67063","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860224650","uid":"371c2ebbdb131422","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706615024650","uid":"3b1100522666c1f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622224650","uid":"b1596086e3d4992d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858037,"stop":1706618858038,"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":"540b75fcb46ba5b6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"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":"593f99ff26f22b5b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"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":"e2d3005a146e55f2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996183,"stop":1706618996183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1c945ca327773225","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996184,"stop":1706618996184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"33525b020537a123","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996186,"stop":1706618996187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"51ba23ec392573e8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996186,"stop":1706618996186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"edd6d72f6151de95","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996187,"stop":1706618996188,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9ab60aed2425e0db","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996187,"stop":1706618996187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"2a3140f859dace8a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996188,"stop":1706618996189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a93c14c20bfc2c02","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996188,"stop":1706618996188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1f2bf118147238a1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996189,"stop":1706618996190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"91d2bfc4296cde54","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996190,"stop":1706618996190,"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":"c24f019f6a90d677","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996190,"stop":1706618996191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"8ab50b77c80ce7d6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996191,"stop":1706618996191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"f9a9c5be342d3067","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996191,"stop":1706618996192,"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":"d806bd2dbb4719dd","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996192,"stop":1706618996193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"73b4d4a281ba36d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996192,"stop":1706618996192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"3af052694e6ee6b0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996193,"stop":1706618996193,"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":"33bbcb4fe5601790","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996194,"stop":1706618996195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"29450f8b43ec92e7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996194,"stop":1706618996194,"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":"c0c4c419549cc7b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996195,"stop":1706618996195,"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":"54ad848439c1c93a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996195,"stop":1706618996196,"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":"a9b830f666a9ec38","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996196,"stop":1706618996196,"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":"8af4ee43c08ae02e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996196,"stop":1706618996197,"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":"93412407bd33ba1c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996197,"stop":1706618996198,"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":"121244c19a576309","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996198,"stop":1706618996199,"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":"16312aa956ff57d8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996199,"stop":1706618996200,"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":"d81428f713a5f17c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996199,"stop":1706618996199,"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":"7844607fcc97f073","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996200,"stop":1706618996200,"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":"3bc9fee6c46e22f6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996201,"stop":1706618996202,"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":"c821d45c05b11647","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996201,"stop":1706618996201,"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":"26deea821890e5b9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996202,"stop":1706618996203,"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":"ad5040ab0b3315c8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996203,"stop":1706618996203,"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":"f49ded8d8e8aaadc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996203,"stop":1706618996204,"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":"2429e750af6177dd","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"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":"ff83e7949d034562","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"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":"dbbd9c4a47a8cc8d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996205,"stop":1706618996206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"302769fcd6799018","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"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":"e54ce121ba139718","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860180609","uid":"32e9dcc6370f7e05","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996206,"stop":1706618996207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6dcbd4d01bd8dfc9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996206,"stop":1706618996206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622180609","uid":"37ffa09465197047","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706614980609","uid":"998ea8534508a306","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"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":"e5f1e4f017cde250","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996208,"stop":1706618996208,"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":"e8b73c53071a5213","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1706618996208,"stop":1706618996209,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"c0e49e23d80b43e6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618687106,"stop":1706618687106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"42b8e41b00ae3336","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ed421c4d7606f2f8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731269,"stop":1706618731270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1c03b8baee2e198f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731271,"stop":1706618731272,"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":"2aa039a37cab5a2d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731273,"stop":1706618731274,"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":"65c25976b2f9e2db","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"77a0ee55d5e39574","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"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":"395738e3b4bdcb58","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"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":"33605b0ff317c52b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"2a9afbd722fb849a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"303dce01dbce0663","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731280,"stop":1706618731281,"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":"c097eb6ddf55129f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731281,"stop":1706618731281,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"2673c5ad39105fe2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"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":"d912e4a8cb24e6cb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731282,"stop":1706618731283,"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":"86dc39e585a91240","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"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":"c203877b4d79ae79","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731283,"stop":1706618731284,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e03527c4509ef2ed","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731283,"stop":1706618731283,"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":"29eafe7f31572330","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731284,"stop":1706618731284,"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":"3c25efc7a75d8f07","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731284,"stop":1706618731285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3c7aa009c1f6be14","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"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":"6fd4d3f17b6eeef6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"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":"fe4f6d59708737c6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731286,"stop":1706618731287,"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":"42cf9a4403cf190b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"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":"9977fa459e23f747","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"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":"fba86fb5418ec476","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"aa4588059954a092","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"83a018fc2a3f8103","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"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":"33808063b91b23c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"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":"8f730f1996dad923","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"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":"d51a8a7108e0ed08","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"99304d2880ab66d2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731292,"stop":1706618731293,"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":"27a139bf850e8935","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731293,"stop":1706618731294,"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":"110ca55b0e9fb498","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"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":"1278cbb822bc1a18","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"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":"6a095cd6a99416c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1145d47ad8b49ae7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"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":"232ce283dfbd49e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"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":"4bc501c65a8a59a2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ffa149227c8c5729","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731297,"stop":1706618731298,"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":"722f6567fa07be16","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"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":"438cc16b964e6d3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"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":"4ebe234265ef378c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731298,"stop":1706618731299,"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":"99561d27c674278a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731298,"stop":1706618731298,"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":"f8af486e8f1078bb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"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":"5a6a9be104b3c4a7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"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":"ec0b63827bebf318","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618731300,"stop":1706618731305,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"1d48ed147ef7b59f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618738958,"stop":1706618738958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"50bab4fa7b561fc3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618738959,"stop":1706618738959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"f220894ca0b105c7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618739031,"stop":1706618739032,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"c7d9912ce3fbb563","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618799829,"stop":1706618799829,"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":"de966abc3832db49","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"965dc46e3a3fa392","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618799830,"stop":1706618799830,"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":"121f350a538db589","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"43daaf52ce4767a9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"broken","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"relay","children":[{"name":"Decrypt messages","uid":"625765bdead4e714","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618801296,"stop":1706618801297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5268fdb9f3417055","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618801297,"stop":1706618801297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"bd0c94ef10f528c4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618834267,"stop":1706618834268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1ff5812ca10189ab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618834268,"stop":1706618834269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"dd8b34fdca53fe24","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618834268,"stop":1706618834268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"7289657642f12c32","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618834269,"stop":1706618834271,"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":"fc5a44f41bc6eca2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851394,"stop":1706618851395,"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":"f55a2c59137dda0d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851395,"stop":1706618851396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"53fae0cd3a6c53b4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"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":"76ba2cfc67b95436","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"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":"4fb04df76a0ba3d7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"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":"cb283d3fa4e57c29","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"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":"c1c979de54ecc568","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851397,"stop":1706618851398,"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":"6588e0d76276a690","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3ab09303036c9874","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"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":"129be1af36ae3be5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"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":"f1d9438aee18e8d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851398,"stop":1706618851399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ae199278d309d5b6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618851398,"stop":1706618851398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"62bd1b0d41534a00","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865680,"stop":1706618865681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"9566c8c0774d8ebe","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865680,"stop":1706618865680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"20fd2890c370b29f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865681,"stop":1706618865681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"67a07916bdf1f196","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865681,"stop":1706618865682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"25b18febf48192da","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865682,"stop":1706618865683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c663e766f6fe8af6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865682,"stop":1706618865682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"8c980dba00d12e83","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"7a8132394c076aec","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"f802fe09e2777668","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bea06cff7afd6dff","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"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":"6ace19f0b2179947","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865685,"stop":1706618865685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7fb268bea906c53b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865685,"stop":1706618865686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"733291b83aa211af","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"b57f6b959f565694","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"47596903c4d5100e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"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":"5989e77a21e4a4d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865688,"stop":1706618865689,"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":"cc8a65ad8899809c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","uid":"210023c7dc3bd456","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865689,"stop":1706618865689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","uid":"a4e852432ac421ab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865689,"stop":1706618865690,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","uid":"1b22dd1bf18f5308","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"113bf4bcf400b4e7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"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":"49a45fd1755336b8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865691,"stop":1706618865692,"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":"35dac324d7a05007","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"44c751deabc7075d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"5efbecf033e90135","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865692,"stop":1706618865693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"2afdf4d098d966f2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706618865693,"stop":1706618865694,"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":"555d658ab3d113ff","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"694ea06b52f9c2c0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865694,"stop":1706618865695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bc66ce2290cef0c9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"ac29d1026baa1d0e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871323,"stop":1706618871324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"1f7ffc0da6d4b3c9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871324,"stop":1706618871325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"85c491275af14a9f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871325,"stop":1706618871326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b00cb38287ee0d09","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871326,"stop":1706618871327,"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":"9e6a780dd73f926b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871327,"stop":1706618871327,"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":"77affc9c082a9713","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871328,"stop":1706618871328,"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":"52aa3f9a0a34b2bb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871329,"stop":1706618871329,"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":"5dc6a053545d98ff","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5b225430347d014e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ae74c09b8d6791e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1706618871330,"stop":1706618871331,"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":"b3faddb299f79096","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871331,"stop":1706618871331,"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":"47fa094f760a3a41","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"eaecd7c5a56918c7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"6f2383b99a4268e0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"d349e08097bdb61a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"e5a617912b614342","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"91f69803f3ccefb4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"5e865dfd633ac35","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"d46090312c639f9c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"3727773489abe03b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"336f1706e62a77ee","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"6eca3675d880af8a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"6b1167c632df64a7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871336,"stop":1706618871337,"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":"eae4bef80443c4e9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"fdd0710bbc962d68","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"d73d95454d42566f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"af2f393b8e462e0a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706618886441,"stop":1706618886442,"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":"726684dd59fb7105","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706618886441,"stop":1706618886441,"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":"4e9fc5fed12c4921","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706618886442,"stop":1706618886442,"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":"c14a3598c98cc4e9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706619039584,"stop":1706619039584,"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":"b8b9f63b2d2963e6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706619039584,"stop":1706619039585,"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":"7ce02450472183a1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706619039585,"stop":1706619039585,"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":"d001ae67f9cfe20a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1706619039585,"stop":1706619039586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"nwaku interop","uid":"3be3b8e595d8c7fa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909984,"stop":1706618909985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"82b8a7e8f92c15e1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909985,"stop":1706618909985,"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":"573904aed2972bb6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2179f01a04776477","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"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":"4bcae3897e39094a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"747920aec35145b7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"62e0f09f36c9ae7b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909987,"stop":1706618909988,"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":"98f47160e3e20be2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706618909988,"stop":1706618909989,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"store","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"d411eba45d26f902","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934690,"stop":1706618934691,"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":"462243affcd380a4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934691,"stop":1706618934692,"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":"18a6a9285087fae0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934692,"stop":1706618934693,"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":"c375ee02f6b23018","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"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":"75d8aac2bd155649","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"54ebcce2b641c7b4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"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":"45e359fea625011b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"8efde63dc51622ac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934695,"stop":1706618934695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fd25aee6c0ac9b4e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618934695,"stop":1706618934696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"645ee93a653f35ec","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973544,"stop":1706618973544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1fe9af71913b1051","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973544,"stop":1706618973545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"e05c7d24c0a4e8ca","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"7ff037fb10d91d2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c7e9b2dc4f286d04","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973546,"stop":1706618973547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8e95e3901220248c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"83460c81e5d12220","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b0c922cff128f494","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973548,"stop":1706618973549,"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":"e405687b0aad631","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"675232daada65c3d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"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":"e1139d4a4a7a2a31","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"e5e5345bcf96af6a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"a3899f1ed2dd4bbb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619002392,"stop":1706619002393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a3a9ff6957db0000","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619002393,"stop":1706619002393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"e3cf4af2e02ad24a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"4ef841e3101369a5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619002397,"stop":1706619002397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"7583180226541bb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619002398,"stop":1706619002399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4ec4895009dbc99d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619002398,"stop":1706619002398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"d7b84aa287db7f7f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004843,"stop":1706619004843,"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":"40c9717867c19670","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"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":"de62266ff1c1757","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"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":"7e2df1fa3b0ea074","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"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":"5cb4199a425cb12f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004845,"stop":1706619004846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"617b65fe91747f1c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"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":"d5d8f1beab2eed86","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004846,"stop":1706619004847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"edd1121e02ef78b9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004846,"stop":1706619004846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8f25ed4bc2f7b6a7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619004847,"stop":1706619004847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a6b1ced300464cbc","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e92dcccb37244ee8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"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":"878d3f45735a0d99","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008974,"stop":1706619008974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"f8c32eb74dc3b7b5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008974,"stop":1706619008975,"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":"7b22372d338fa89f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008975,"stop":1706619008976,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9c5bdeb172e6c642","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008975,"stop":1706619008975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"2c138c6b3f7a9a42","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008976,"stop":1706619008977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"ada9d20a0a42c97a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"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":"bddcd936c889d57a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"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":"747b6b41c601980c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619017482,"stop":1706619017483,"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":"1f1eac41db44585e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619017483,"stop":1706619017484,"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":"9128a13d7951eb44","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619017483,"stop":1706619017483,"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":"b48cafab14c8dcb6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619017484,"stop":1706619017485,"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":"24b29dcdfb2141a1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"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":"2c1a8506ceb918e7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"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":"46861912a66eee9b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030045,"stop":1706619030046,"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":"908649f26a0a752d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"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":"6b5c442f09aa176c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"59f435fdb60e90e6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030047,"stop":1706619030048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"d9c85123b94df4ec","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"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":"3949404061efccac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"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":"968e0db22895b0c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033641,"stop":1706619033642,"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":"ecc7d7c59c627065","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033641,"stop":1706619033641,"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":"6d12a9ceb2e2fc62","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033642,"stop":1706619033642,"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":"896c923e1c60068e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033642,"stop":1706619033643,"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":"448e49e8badff8b8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033643,"stop":1706619033644,"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":"46fcaf0d8a61f7e3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"3b2e05eb5206b3f6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"3e7feb318159ef1a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033644,"stop":1706619033644,"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":"91db5b0d6331013","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1706619033644,"stop":1706619033645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"handles multiple messages","uid":"a3d838e4a1b8b6a0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619021206,"stop":1706619021207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"fe11b744911c66f3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619021206,"stop":1706619021206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9840ae91dd081dee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619021207,"stop":1706619021207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"b91fc2a56e3d862","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619035796,"stop":1706619035796,"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":"146caefe1acba21b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619035796,"stop":1706619035797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"a5414818a21a685c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a22a046ff0b89741","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"22cf55551e0b4ced","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619035798,"stop":1706619035799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"5abf1dafb7089703","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619035798,"stop":1706619035798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"9807a2b8c757ac2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044147,"stop":1706619044148,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"95eb05e24782422d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044147,"stop":1706619044147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"99f7da1b3648e26e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ffeabd6e27d0fe44","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"3aed3134908bbe7a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"fef42ec1a4002bde","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044149,"stop":1706619044150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3d15672ab2e6bf01","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6cd793ca3a535aba","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d1a1f5c4f60174ef","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"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/6291/data/suites.csv b/6291/data/suites.csv index 9260324c7f8..167dbcb077f 100644 --- a/6291/data/suites.csv +++ b/6291/data/suites.csv @@ -1,702 +1,702 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Mon Jan 29 11:56:45 GMT 2024","Mon Jan 29 11:56:45 GMT 2024","0","User Agent","","","","","Sets default value correctly","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Mon Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Mon Jan 29 11:53:18 GMT 2024","Mon Jan 29 11:53:18 GMT 2024","1","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives","" -"skipped","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"passed","Mon Jan 29 11:45:59 GMT 2024","Mon Jan 29 11:45:59 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Mon Jan 29 11:46:52 GMT 2024","Mon Jan 29 11:46:52 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1706525386384","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1706528776938000000 ","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","2","ConnectionManager","Events","peer:disconnect","","","should emit `waku:offline` event when all peers disconnect","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","8","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"skipped","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 GMT 2024","1","Peer Exchange","Locally Run Nodes","","","","nwaku interop","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/0 topic","" -"passed","Mon Jan 29 11:46:00 GMT 2024","Mon Jan 29 11:46:00 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","3","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","9","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 30 topics","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","1","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Mon Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" -"passed","Mon Jan 29 11:56:22 GMT 2024","Mon Jan 29 11:56:22 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 30 topics at once and receives messages","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"broken","Mon Jan 29 11:52:45 GMT 2024","Mon Jan 29 11:52:45 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","2","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with extra parameter is not received","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Connection state","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"broken","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Mon Jan 29 11:56:29 GMT 2024","Mon Jan 29 11:56:29 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","contentTopicToShardIndex","","","","","converts content topics to expected shard index","" -"passed","Mon Jan 29 11:56:04 GMT 2024","Mon Jan 29 11:56:04 GMT 2024","1","Waku Store, order","","","","","Promise Callback - forward","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"skipped","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Mon Jan 29 11:53:18 GMT 2024","Mon Jan 29 11:53:18 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","1","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"passed","Mon Jan 29 11:52:45 GMT 2024","Mon Jan 29 11:52:45 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Mon Jan 29 11:52:45 GMT 2024","Mon Jan 29 11:52:45 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Mon Jan 29 11:46:52 GMT 2024","Mon Jan 29 11:46:52 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Mon Jan 29 11:47:31 GMT 2024","Mon Jan 29 11:47:31 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1675770586384","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Mon Jan 29 11:46:39 GMT 2024","Mon Jan 29 11:46:39 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","0","This","Is also","","","","A test","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: undefined ","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Dials","attemptDial method","","","should be called at least once on all `peer:discovery` events","" -"passed","Mon Jan 29 11:47:31 GMT 2024","Mon Jan 29 11:47:31 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","1","ConnectionManager","Connection state","","","","isConnected should return false after all peers disconnect","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"passed","Mon Jan 29 11:46:39 GMT 2024","Mon Jan 29 11:46:39 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","7","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Mon Jan 29 11:46:34 GMT 2024","Mon Jan 29 11:46:34 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" -"passed","Mon Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:56:04 GMT 2024","Mon Jan 29 11:56:04 GMT 2024","0","Waku Store, order","","","","","Promise Callback - backward","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","1","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 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 Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Events","peer:disconnect","","","isConnected should return false after all peers disconnect","" -"skipped","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Mon Jan 29 11:53:18 GMT 2024","Mon Jan 29 11:53:18 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","1","Wait for remote peer","","","","","Privacy Node - default protocol","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Mon Jan 29 11:46:34 GMT 2024","Mon Jan 29 11:46:34 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1706532586384","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"passed","Mon Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","1","Wait for remote peer","","","","","LightPush","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1706525365833","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Mon Jan 29 11:46:00 GMT 2024","Mon Jan 29 11:46:00 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Mon Jan 29 11:45:46 GMT 2024","Mon Jan 29 11:45:46 GMT 2024","0","Message Validator","","","","","Rejects garbage","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Mon Jan 29 11:56:45 GMT 2024","Mon Jan 29 11:56:45 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Passing an array","" -"skipped","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with extra option is received","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Mon Jan 29 11:45:58 GMT 2024","Mon Jan 29 11:45:58 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Mon Jan 29 11:56:29 GMT 2024","Mon Jan 29 11:56:29 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"passed","Mon Jan 29 11:56:45 GMT 2024","Mon Jan 29 11:56:45 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","1","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 31 topics (old limit)","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Jan 29 11:46:00 GMT 2024","Mon Jan 29 11:46:00 GMT 2024","1","Ecies Encryption","","","","","Check meta is set [ecies]","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","15","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Mon Jan 29 11:45:58 GMT 2024","Mon Jan 29 11:45:58 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"broken","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","2","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:47:31 GMT 2024","Mon Jan 29 11:47:31 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1706528776509000000 ","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1706532565833","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","1","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Mon Jan 29 11:45:41 GMT 2024","Mon Jan 29 11:45:41 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Mon Jan 29 11:52:47 GMT 2024","Mon Jan 29 11:52:47 GMT 2024","0","Waku Relay","","","","","Delete observer","" -"passed","Mon Jan 29 11:51:38 GMT 2024","Mon Jan 29 11:51:38 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"broken","Mon Jan 29 11:52:45 GMT 2024","Mon Jan 29 11:52:45 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Mon Jan 29 11:46:52 GMT 2024","Mon Jan 29 11:46:52 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"skipped","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Mon Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1706528776509 ","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 30 topics at once and receives messages","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Mon Jan 29 11:45:58 GMT 2024","Mon Jan 29 11:45:58 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Connection state","","","","should emit `waku:offline` event only when all peers disconnect","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Mon Jan 29 11:56:22 GMT 2024","Mon Jan 29 11:56:22 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" -"passed","Mon Jan 29 11:46:00 GMT 2024","Mon Jan 29 11:46:00 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Mon Jan 29 11:56:22 GMT 2024","Mon Jan 29 11:56:22 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Mon Jan 29 11:56:45 GMT 2024","Mon Jan 29 11:56:45 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" -"passed","Mon Jan 29 11:56:47 GMT 2024","Mon Jan 29 11:56:47 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"skipped","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Mon Jan 29 11:54:08 GMT 2024","Mon Jan 29 11:54:08 GMT 2024","5","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","2","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Mon Jan 29 11:56:29 GMT 2024","Mon Jan 29 11:56:29 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:56:45 GMT 2024","Mon Jan 29 11:56:45 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Mon Jan 29 11:56:47 GMT 2024","Mon Jan 29 11:56:47 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"skipped","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","4","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1675770565833","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","1","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Mon Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","1","Wait for remote peer","","","","","Relay - times out","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"skipped","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Mon Jan 29 11:45:58 GMT 2024","Mon Jan 29 11:45:58 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 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 Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1706528776509000000 ","" -"passed","Mon Jan 29 11:45:51 GMT 2024","Mon Jan 29 11:45:51 GMT 2024","2","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Mon Jan 29 11:52:45 GMT 2024","Mon Jan 29 11:52:45 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Mon Jan 29 11:46:00 GMT 2024","Mon Jan 29 11:46:00 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","3","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Mon Jan 29 11:47:31 GMT 2024","Mon Jan 29 11:47:31 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Mon Jan 29 11:54:08 GMT 2024","Mon Jan 29 11:54:08 GMT 2024","0","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"passed","Mon Jan 29 11:46:00 GMT 2024","Mon Jan 29 11:46:00 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Mon Jan 29 11:56:04 GMT 2024","Mon Jan 29 11:56:04 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - backward","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Mon Jan 29 11:54:28 GMT 2024","Mon Jan 29 11:54:28 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Mon Jan 29 11:45:58 GMT 2024","Mon Jan 29 11:45:58 GMT 2024","1","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"passed","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Verify","","","","should return false","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Mon Jan 29 11:46:00 GMT 2024","Mon Jan 29 11:46:00 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Mon Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","0","Wait for remote peer","","","","","Filter","" -"skipped","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","1","ConnectionManager","Connection state","","","","isConnected should return true after first peer connects","" -"passed","Mon Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","1","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"passed","Mon Jan 29 11:46:39 GMT 2024","Mon Jan 29 11:46:39 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Mon Jan 29 11:56:45 GMT 2024","Mon Jan 29 11:56:45 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Jan 29 11:46:52 GMT 2024","Mon Jan 29 11:46:52 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Mon Jan 29 11:52:47 GMT 2024","Mon Jan 29 11:52:47 GMT 2024","1","Waku Relay","","","","","Decrypt messages","" -"passed","Mon Jan 29 11:45:41 GMT 2024","Mon Jan 29 11:45:41 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"skipped","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 30 topics","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","6","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" -"passed","Mon Jan 29 11:56:04 GMT 2024","Mon Jan 29 11:56:04 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - forward","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","2","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:56:50 GMT 2024","Mon Jan 29 11:56:50 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"passed","Mon Jan 29 11:54:08 GMT 2024","Mon Jan 29 11:54:08 GMT 2024","0","Autosharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Mon Jan 29 11:47:28 GMT 2024","Mon Jan 29 11:47:28 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: undefined ","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Mon Jan 29 11:45:46 GMT 2024","Mon Jan 29 11:45:46 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no pubsub topic is not received","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","1","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"passed","Mon Jan 29 11:46:39 GMT 2024","Mon Jan 29 11:46:39 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","5","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Mon Jan 29 11:56:22 GMT 2024","Mon Jan 29 11:56:22 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"passed","Mon Jan 29 11:45:58 GMT 2024","Mon Jan 29 11:45:58 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"passed","Mon Jan 29 11:45:41 GMT 2024","Mon Jan 29 11:45:41 GMT 2024","2","to proto message","","","","","Fields are not dropped","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"skipped","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Mon Jan 29 11:45:59 GMT 2024","Mon Jan 29 11:45:59 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr successfully","" -"skipped","Mon Jan 29 11:49:45 GMT 2024","Mon Jan 29 11:49:45 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Mon Jan 29 11:53:18 GMT 2024","Mon Jan 29 11:53:18 GMT 2024","1","Waku Relay, Interop","","","","","Publishes to nwaku","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 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 Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Mon Jan 29 11:56:04 GMT 2024","Mon Jan 29 11:56:04 GMT 2024","1","Waku Store, order","","","","","Query Generator - forward","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","1","ENR multiaddrs codec","","","","","Sample","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: undefined ","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","1","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:46:54 GMT 2024","Mon Jan 29 11:46:54 GMT 2024","0","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Mon Jan 29 11:56:47 GMT 2024","Mon Jan 29 11:56:47 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Mon Jan 29 11:47:31 GMT 2024","Mon Jan 29 11:47:31 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 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 Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","4","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1706528776509 ","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" -"passed","Mon Jan 29 11:45:59 GMT 2024","Mon Jan 29 11:45:59 GMT 2024","1","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","1","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Mon Jan 29 11:51:38 GMT 2024","Mon Jan 29 11:51:38 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1706528776938 ","" -"passed","Mon Jan 29 11:51:01 GMT 2024","Mon Jan 29 11:51:01 GMT 2024","0","This","Is","","","","A test","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Mon Jan 29 11:46:34 GMT 2024","Mon Jan 29 11:46:34 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"passed","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Mon Jan 29 11:49:46 GMT 2024","Mon Jan 29 11:49:46 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"passed","Mon Jan 29 11:49:25 GMT 2024","Mon Jan 29 11:49:25 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Mon Jan 29 11:53:43 GMT 2024","Mon Jan 29 11:53:43 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Mon Jan 29 11:51:38 GMT 2024","Mon Jan 29 11:51:38 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"skipped","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Mon Jan 29 11:55:32 GMT 2024","Mon Jan 29 11:55:32 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Mon Jan 29 11:45:58 GMT 2024","Mon Jan 29 11:45:58 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Mon Jan 29 11:45:51 GMT 2024","Mon Jan 29 11:45:51 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"skipped","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Mon Jan 29 11:47:37 GMT 2024","Mon Jan 29 11:47:37 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Mon Jan 29 11:56:04 GMT 2024","Mon Jan 29 11:56:04 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" -"passed","Mon Jan 29 11:49:58 GMT 2024","Mon Jan 29 11:49:58 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","1","ENR","Static tests","","","","should properly compute the node id","" -"passed","Mon Jan 29 11:56:38 GMT 2024","Mon Jan 29 11:56:38 GMT 2024","1","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" -"passed","Mon Jan 29 11:56:05 GMT 2024","Mon Jan 29 11:56:05 GMT 2024","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Mon Jan 29 11:47:31 GMT 2024","Mon Jan 29 11:47:31 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Mon Jan 29 11:45:42 GMT 2024","Mon Jan 29 11:45:42 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Mon Jan 29 11:45:51 GMT 2024","Mon Jan 29 11:45:51 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Mon Jan 29 11:45:41 GMT 2024","Mon Jan 29 11:45:41 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"passed","Mon Jan 29 11:56:35 GMT 2024","Mon Jan 29 11:56:35 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"passed","Mon Jan 29 11:45:36 GMT 2024","Mon Jan 29 11:45:36 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" -"passed","Mon Jan 29 11:54:57 GMT 2024","Mon Jan 29 11:54:57 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Mon Jan 29 11:45:35 GMT 2024","Mon Jan 29 11:45:35 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Mon Jan 29 11:56:47 GMT 2024","Mon Jan 29 11:56:47 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Mon Jan 29 11:56:43 GMT 2024","Mon Jan 29 11:56:43 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Mon Jan 29 11:56:07 GMT 2024","Mon Jan 29 11:56:07 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"skipped","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","1","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"passed","Mon Jan 29 11:55:33 GMT 2024","Mon Jan 29 11:55:33 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no pubsub topic is not received","" -"passed","Mon Jan 29 11:45:59 GMT 2024","Mon Jan 29 11:45:59 GMT 2024","1","Waku Encryption","","","","","Sign & Recover","" -"passed","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" -"passed","Mon Jan 29 11:53:52 GMT 2024","Mon Jan 29 11:53:52 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"broken","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" -"passed","Mon Jan 29 11:53:33 GMT 2024","Mon Jan 29 11:53:33 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Mon Jan 29 11:45:29 GMT 2024","Mon Jan 29 11:45:29 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty application field","" -"passed","Mon Jan 29 11:53:38 GMT 2024","Mon Jan 29 11:53:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Mon Jan 29 11:56:18 GMT 2024","Mon Jan 29 11:56:18 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"skipped","Mon Jan 29 11:46:27 GMT 2024","Mon Jan 29 11:46:27 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"broken","Mon Jan 29 11:51:32 GMT 2024","Mon Jan 29 11:51:32 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" -"passed","Mon Jan 29 11:45:52 GMT 2024","Mon Jan 29 11:45:52 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","2","RFC Test Vectors","","","","","Waku message hash computation","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Jan 30 12:45:38 GMT 2024","Tue Jan 30 12:45:38 GMT 2024","0","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 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 Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Tue Jan 30 12:48:06 GMT 2024","Tue Jan 30 12:48:06 GMT 2024","1","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"skipped","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","0","Wait for remote peer","","","","","LightPush","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Tue Jan 30 12:50:35 GMT 2024","Tue Jan 30 12:50:35 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","ensureValidContentTopic","","","","","does not throw on valid cases","" +"skipped","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","1","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" +"skipped","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Connection state","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 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 Jan 30 12:44:46 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Events","peer:disconnect","","","should emit `waku:offline` event when all peers disconnect","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Tue Jan 30 12:46:39 GMT 2024","Tue Jan 30 12:46:39 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"broken","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Jan 30 12:40:48 GMT 2024","Tue Jan 30 12:40:48 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1675860180609","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"passed","Tue Jan 30 12:50:02 GMT 2024","Tue Jan 30 12:50:02 GMT 2024","0","Waku Store, order","","","","","Promise Callback - backward","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 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 Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Verify","","","","should throw error - no id","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"broken","Tue Jan 30 12:46:39 GMT 2024","Tue Jan 30 12:46:39 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"skipped","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Tue Jan 30 12:40:31 GMT 2024","Tue Jan 30 12:40:31 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1706622224650","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","1","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","6","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"passed","Tue Jan 30 12:41:29 GMT 2024","Tue Jan 30 12:41:29 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Tue Jan 30 12:46:41 GMT 2024","Tue Jan 30 12:46:41 GMT 2024","1","Waku Relay","","","","","Decrypt messages","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","1","Waku Store, page size","","","","","Default pageSize","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Jan 30 12:50:21 GMT 2024","Tue Jan 30 12:50:21 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Tue Jan 30 12:50:39 GMT 2024","Tue Jan 30 12:50:39 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 GMT 2024","1","Peer Exchange","Locally Run Nodes","","","","nwaku interop","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Connection state","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"skipped","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Tue Jan 30 12:39:56 GMT 2024","Tue Jan 30 12:39:56 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Dials","attemptDial method","","","should be called at least once on all `peer:discovery` events","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" +"skipped","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Jan 30 12:39:47 GMT 2024","Tue Jan 30 12:39:47 GMT 2024","1","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","5","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 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 Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","0","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Tue Jan 30 12:41:29 GMT 2024","Tue Jan 30 12:41:29 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 30 topics at once and receives messages","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","1","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","1","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Tue Jan 30 12:47:14 GMT 2024","Tue Jan 30 12:47:14 GMT 2024","2","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Jan 30 12:40:31 GMT 2024","Tue Jan 30 12:40:31 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","1","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","46","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:50:02 GMT 2024","Tue Jan 30 12:50:02 GMT 2024","1","Waku Store, order","","","","","Query Generator - forward","" +"passed","Tue Jan 30 12:50:35 GMT 2024","Tue Jan 30 12:50:35 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 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 Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Tue Jan 30 12:40:29 GMT 2024","Tue Jan 30 12:40:29 GMT 2024","1","ENR Interop: ServiceNode","","","","","All","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Tue Jan 30 12:48:06 GMT 2024","Tue Jan 30 12:48:06 GMT 2024","0","Autosharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Txt codec","","","","should throw error - no id","" +"passed","Tue Jan 30 12:50:35 GMT 2024","Tue Jan 30 12:50:35 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1706618413982000000 ","" +"passed","Tue Jan 30 12:40:31 GMT 2024","Tue Jan 30 12:40:31 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Jan 30 12:50:17 GMT 2024","Tue Jan 30 12:50:17 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Tue Jan 30 12:40:31 GMT 2024","Tue Jan 30 12:40:31 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 31 topics (old limit)","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 30 topics","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","2","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"skipped","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","1","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Tue Jan 30 12:48:06 GMT 2024","Tue Jan 30 12:48:06 GMT 2024","0","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Tue Jan 30 12:50:21 GMT 2024","Tue Jan 30 12:50:21 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Tue Jan 30 12:40:48 GMT 2024","Tue Jan 30 12:40:48 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: undefined ","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"skipped","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"skipped","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","1","ConnectionManager","Events","peer:disconnect","","","isConnected should return false after all peers disconnect","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Jan 30 12:50:35 GMT 2024","Tue Jan 30 12:50:35 GMT 2024","1","User Agent","","","","","Sets default value correctly","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Connection state","","","","isConnected should return true after first peer connects","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Tue Jan 30 12:40:48 GMT 2024","Tue Jan 30 12:40:48 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"skipped","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"broken","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Tue Jan 30 12:39:47 GMT 2024","Tue Jan 30 12:39:47 GMT 2024","0","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: undefined ","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Tue Jan 30 12:50:02 GMT 2024","Tue Jan 30 12:50:02 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"passed","Tue Jan 30 12:39:56 GMT 2024","Tue Jan 30 12:39:56 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","1","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Tue Jan 30 12:40:29 GMT 2024","Tue Jan 30 12:40:29 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 30 topics at once and receives messages","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","5","ENR","Verify","","","","should throw error - invalid id","" +"passed","Tue Jan 30 12:39:56 GMT 2024","Tue Jan 30 12:39:56 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Jan 30 12:50:39 GMT 2024","Tue Jan 30 12:50:39 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Jan 30 12:46:41 GMT 2024","Tue Jan 30 12:46:41 GMT 2024","0","Waku Relay","","","","","Delete observer","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","0","This","Is","","","","A test","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Jan 30 12:50:02 GMT 2024","Tue Jan 30 12:50:02 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - backward","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 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 Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"passed","Tue Jan 30 12:50:39 GMT 2024","Tue Jan 30 12:50:39 GMT 2024","1","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Jan 30 12:40:48 GMT 2024","Tue Jan 30 12:40:48 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"passed","Tue Jan 30 12:41:29 GMT 2024","Tue Jan 30 12:41:29 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1706618414016 ","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","9","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","1","Wait for remote peer","","","","","Filter","" +"passed","Tue Jan 30 12:50:17 GMT 2024","Tue Jan 30 12:50:17 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"skipped","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" +"passed","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"passed","Tue Jan 30 12:39:42 GMT 2024","Tue Jan 30 12:39:42 GMT 2024","0","Message Validator","","","","","Rejects garbage","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Jan 30 12:47:14 GMT 2024","Tue Jan 30 12:47:14 GMT 2024","1","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","1","to proto message","","","","","Fields are not dropped","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" +"passed","Tue Jan 30 12:50:02 GMT 2024","Tue Jan 30 12:50:02 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - forward","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Tue Jan 30 12:39:56 GMT 2024","Tue Jan 30 12:39:56 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Tue Jan 30 12:47:14 GMT 2024","Tue Jan 30 12:47:14 GMT 2024","1","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Tue Jan 30 12:39:56 GMT 2024","Tue Jan 30 12:39:56 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: undefined ","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","3","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Jan 30 12:50:21 GMT 2024","Tue Jan 30 12:50:21 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"skipped","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 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 Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/0 topic","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","1","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Tue Jan 30 12:50:44 GMT 2024","Tue Jan 30 12:50:44 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","21","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Jan 30 12:41:29 GMT 2024","Tue Jan 30 12:41:29 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","1","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"passed","Tue Jan 30 12:46:39 GMT 2024","Tue Jan 30 12:46:39 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Tue Jan 30 12:47:31 GMT 2024","Tue Jan 30 12:47:31 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Tue Jan 30 12:41:29 GMT 2024","Tue Jan 30 12:41:29 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1706618413982000000 ","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1675860224650","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Jan 30 12:50:35 GMT 2024","Tue Jan 30 12:50:35 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Tue Jan 30 12:44:47 GMT 2024","Tue Jan 30 12:44:47 GMT 2024","1","This","Is also","","","","A test","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"skipped","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"skipped","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Tue Jan 30 12:44:46 GMT 2024","Tue Jan 30 12:44:46 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Jan 30 12:45:39 GMT 2024","Tue Jan 30 12:45:39 GMT 2024","1","nwaku","","","","","Correctly serialized arguments","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 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 Jan 30 12:50:39 GMT 2024","Tue Jan 30 12:50:39 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"skipped","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"skipped","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","11","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Waku2 key: decode","","","","Relay + Store","" +"skipped","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","5","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should be called for bootstrap peers","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Tue Jan 30 12:39:26 GMT 2024","Tue Jan 30 12:39:26 GMT 2024","1","contentTopicToShardIndex","","","","","converts content topics to expected shard index","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","1","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Tue Jan 30 12:39:56 GMT 2024","Tue Jan 30 12:39:56 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1706618413982 ","" +"passed","Tue Jan 30 12:50:17 GMT 2024","Tue Jan 30 12:50:17 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" +"passed","Tue Jan 30 12:45:38 GMT 2024","Tue Jan 30 12:45:38 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"passed","Tue Jan 30 12:39:48 GMT 2024","Tue Jan 30 12:39:48 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Tue Jan 30 12:39:56 GMT 2024","Tue Jan 30 12:39:56 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"passed","Tue Jan 30 12:50:33 GMT 2024","Tue Jan 30 12:50:33 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Tue Jan 30 12:41:27 GMT 2024","Tue Jan 30 12:41:27 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1706622180609","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1706618414016000000 ","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","1","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"broken","Tue Jan 30 12:46:39 GMT 2024","Tue Jan 30 12:46:39 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","1","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Tue Jan 30 12:39:55 GMT 2024","Tue Jan 30 12:39:55 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Jan 30 12:40:29 GMT 2024","Tue Jan 30 12:40:29 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Jan 30 12:39:47 GMT 2024","Tue Jan 30 12:39:47 GMT 2024","0","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"broken","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Tue Jan 30 12:50:17 GMT 2024","Tue Jan 30 12:50:17 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 30 topics","" +"passed","Tue Jan 30 12:50:02 GMT 2024","Tue Jan 30 12:50:02 GMT 2024","4","Waku Store, order","","","","","Promise Callback - forward","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Tue Jan 30 12:48:54 GMT 2024","Tue Jan 30 12:48:54 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 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 Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1706618413982 ","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Tue Jan 30 12:50:08 GMT 2024","Tue Jan 30 12:50:08 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","7","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1706615024650","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","2","ConnectionManager","Connection state","","","","isConnected should return false after all peers disconnect","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Tue Jan 30 12:39:42 GMT 2024","Tue Jan 30 12:39:42 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"broken","Tue Jan 30 12:46:39 GMT 2024","Tue Jan 30 12:46:39 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Jan 30 12:47:45 GMT 2024","Tue Jan 30 12:47:45 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Tue Jan 30 12:50:35 GMT 2024","Tue Jan 30 12:50:35 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Tue Jan 30 12:39:32 GMT 2024","Tue Jan 30 12:39:32 GMT 2024","1","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with numeric payload","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Jan 30 12:40:24 GMT 2024","Tue Jan 30 12:40:24 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 Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with extra parameter is not received","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Tue Jan 30 12:47:14 GMT 2024","Tue Jan 30 12:47:14 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" +"passed","Tue Jan 30 12:41:29 GMT 2024","Tue Jan 30 12:41:29 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Jan 30 12:41:36 GMT 2024","Tue Jan 30 12:41:36 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Jan 30 12:43:44 GMT 2024","Tue Jan 30 12:43:44 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Jan 30 12:49:33 GMT 2024","Tue Jan 30 12:49:33 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Jan 30 12:39:49 GMT 2024","Tue Jan 30 12:39:49 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Tue Jan 30 12:43:00 GMT 2024","Tue Jan 30 12:43:00 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with extra option is received","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Jan 30 12:50:04 GMT 2024","Tue Jan 30 12:50:04 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Tue Jan 30 12:49:56 GMT 2024","Tue Jan 30 12:49:56 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1706614980609","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Tue Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"passed","Tue Jan 30 12:40:54 GMT 2024","Tue Jan 30 12:40:54 GMT 2024","0","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Jan 30 12:47:38 GMT 2024","Tue Jan 30 12:47:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Tue Jan 30 12:47:51 GMT 2024","Tue Jan 30 12:47:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Tue Jan 30 12:50:29 GMT 2024","Tue Jan 30 12:50:29 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 Jan 30 12:49:19 GMT 2024","Tue Jan 30 12:49:19 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Tue Jan 30 12:50:30 GMT 2024","Tue Jan 30 12:50:30 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"passed","Tue Jan 30 12:39:38 GMT 2024","Tue Jan 30 12:39:38 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Tue Jan 30 12:48:29 GMT 2024","Tue Jan 30 12:48:29 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Jan 30 12:45:31 GMT 2024","Tue Jan 30 12:45:31 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" +"passed","Tue Jan 30 12:39:31 GMT 2024","Tue Jan 30 12:39:31 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" diff --git a/6291/data/suites.json b/6291/data/suites.json index f48bb4414c8..dfa79975d3a 100644 --- a/6291/data/suites.json +++ b/6291/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"ca3a94a48f959c","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1706528729251,"stop":1706528729252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"f24223c8b74f0da","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1706528729253,"stop":1706528729253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"does not throw on valid cases","uid":"10a5ea0fbd412f58","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729414,"stop":1706528729415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"5dc379dc724095f9","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729415,"stop":1706528729415,"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":"e9cd78fddc12da1f","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729416,"stop":1706528729417,"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":"3f63c99dc74a706f","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729416,"stop":1706528729416,"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":"a2baca29b29c4a34","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729417,"stop":1706528729417,"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":"832bacd24e71e39c","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729417,"stop":1706528729418,"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":"534565d0f29e9389","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729418,"stop":1706528729418,"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":"938501aa817dc442","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729419,"stop":1706528729420,"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":"d025f7adad409243","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706528729419,"stop":1706528729419,"duration":0},"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":"6567dcc8af30a1af","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1706528729420,"stop":1706528729420,"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":"2fd8ee6fd4a1c5a1","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1706528729421,"stop":1706528729421,"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":"b33fcdb9a1518cea","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1706528729422,"stop":1706528729422,"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 handle a minimal index list","uid":"f1d97d00eb51ed91","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"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":"a821c4b4c5d2a165","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"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":"eea5df258b9fd8de","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"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":"bc5663f57ab1aef7","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"b3b1cce75252f812","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735126,"stop":1706528735128,"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":"18643766430bc9bb","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735129,"stop":1706528735129,"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":"6ad2059569b2ad8a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735129,"stop":1706528735130,"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":"1b75009a14d488","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735130,"stop":1706528735130,"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":"da051a3d634fd9ce","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735131,"stop":1706528735131,"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":"c19a6fe158cda167","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735131,"stop":1706528735132,"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":"39ea55602a155d68","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735132,"stop":1706528735132,"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":"30285327508a5f59","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706528735132,"stop":1706528735133,"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":"219ab90655596dec","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735133,"stop":1706528735134,"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":"5da2ef567af5e8eb","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735134,"stop":1706528735134,"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":"1fdf7464314848f2","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735135,"stop":1706528735136,"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":"c8250b40a99b14f8","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735135,"stop":1706528735135,"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":"876c33477d2ceb54","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735136,"stop":1706528735136,"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":"5a2d386f8c5af0e7","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"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":"75d4824c4ff4e696","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"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":"b53e7ad5e325ab81","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706528735138,"stop":1706528735138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"3e2901af9f017ca3","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1706528735263,"stop":1706528735264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"414f73b6fcd36a7f","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1706528735265,"stop":1706528735265,"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":"817fb6a563ed8fee","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1706528735299,"stop":1706528735300,"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 decode valid enr successfully","uid":"9b9779c9e57a1863","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706528736036,"stop":1706528736037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"cf0440fad4de312e","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706528736036,"stop":1706528736036,"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":"3430ef714e8d6fee","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"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":"d623b2c04c2bf330","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"84286c56956ae208","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"9788a3bc18c764a6","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - no public key","uid":"528739c53d4a36e0","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"90c380510b2cbc57","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"240d9a77aafcbf64","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8832fbed40d54b4","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706528736040,"stop":1706528736040,"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":"de5135682168e35a","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1706528736040,"stop":1706528736041,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"7c359e8d8f880969","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"b3b34b7f19e503a1","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"720993dfc170a8cbd4b1d3944837f0df"},{"name":"Multiaddr getters and setters","children":[{"name":"should get / set TCP multiaddr","uid":"472c4edb1de77910","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"9e5a49c7941f0056","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"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":"51c1be8c7f249b64","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6d92a10974840ab6","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"7ed33860d7f3e185","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d5a1fdfd6951ea07","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"14ec21fcf1ba3649","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706528736044,"stop":1706528736045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"1df82c2c46254784","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"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":"9bbbb771c9e599a8","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols disabled","uid":"1c435a43592914fa","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"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":"e21bcaa67d49858b","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"4afacc0b8b36f34b","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"4876833b8fd4c033","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"8cfb40048a646a19","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"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":"15d5f19d8d13517b","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"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":"c06387ff943e62b2","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1706528736047,"stop":1706528736048,"duration":1},"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":"c6d1c4276bb8587b","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1706528741620,"stop":1706528741622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation (meta attribute not present)","uid":"ed630e4a124d8411","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1706528741681,"stop":1706528741682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"b27dfdbf5750ea49","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1706528741681,"stop":1706528741681,"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":"ac9bc7914326a294","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1706528741682,"stop":1706528741683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"120f40ab1e56efca","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706528742087,"stop":1706528742088,"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":"32146574d3c9e9b3","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706528742088,"stop":1706528742089,"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":"e842953fd9095106","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706528742088,"stop":1706528742088,"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":"99b353cda3dc837","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706528742089,"stop":1706528742089,"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":"22970bbc18ba5fc8","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1706528742326,"stop":1706528742327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"6d9a6e2617c04e82","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1706528742327,"stop":1706528742327,"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":"1a998b3b75ee59db","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"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":"3dd87be5e3c6d2a4","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"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":"175ad5ff8380d0ea","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"91b5b9e41328e186","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"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":"83cacb478443116f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"38d19582cc05e5fe","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528758832,"stop":1706528758833,"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":"8e801822c240701d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528758833,"stop":1706528758833,"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":"632d4f4a5f810c0c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f9696e2b163fa4de","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"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":"f4c29428322301e2","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528760735,"stop":1706528760736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"84cba2ba58211d0d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528760735,"stop":1706528760735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3189861ccede0335","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"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":"1b90a1d281680d1e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"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":"1980ef70245d48d0","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1706528746045,"stop":1706528746046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"62cdf4ddfea570c0","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1706528746047,"stop":1706528746047,"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":"bbfc07501cf0ea4b","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1706528751472,"stop":1706528751474,"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":"4af9fd4b08000413","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1706528751475,"stop":1706528751476,"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":"a262f29f607e20dc","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1706528751476,"stop":1706528751477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"cfc6d3b7f13d7f9f","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752254,"stop":1706528752254,"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":"e60e1ae3a455e953","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752255,"stop":1706528752256,"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":"867ab5f3719731e6","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752255,"stop":1706528752255,"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":"5f072cb10e599f83","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752256,"stop":1706528752263,"duration":7},"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":"7bedeb208072418f","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752264,"stop":1706528752268,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"ce549d0bfd2641b7","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752264,"stop":1706528752264,"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":"6c5549f1b75ae982","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752269,"stop":1706528752270,"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":"e7e664a764917e51","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752270,"stop":1706528752271,"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":"562cd6ebc19c711c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706528752271,"stop":1706528752272,"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":"24bace481f82a6f0","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706528752295,"stop":1706528752295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d939babceb8339ea","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"bd77b67d4ae73ca6","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f4153596cc7d9c2d","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706528752296,"stop":1706528752297,"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":"ba6c7791532dbf49","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706528752628,"stop":1706528752629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"38a637dfc09160c0","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706528752629,"stop":1706528752629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c4c8d71d50388e3f","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"cc6b415045f58d0f","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3eaafd8958afd906","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"188f15f5314c1b4b","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"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":"66224d7a725ff40a","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"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":"bfda1f04a559f947","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706528752631,"stop":1706528752632,"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":"a6155f88e6fc4f3d","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706528752632,"stop":1706528752633,"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":"e35a518f090114c1","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706528752632,"stop":1706528752632,"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":"473dc6cd17ed934d","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706528752633,"stop":1706528752633,"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":"d943c7514b2cc1ca","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706528752633,"stop":1706528752634,"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":"51d3bc9631d4adc3","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706528752634,"stop":1706528752634,"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":"9a7b6eb6891e4670","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706528787521,"stop":1706528787522,"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":"3c51aa33fc185f40","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706528787522,"stop":1706528787522,"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":"e27de8dd424631ce","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706528787523,"stop":1706528787523,"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":"e5d1dde7cfdd1667","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1706528758829,"stop":1706528758830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a8a9702e2a1328c2","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1706528758831,"stop":1706528758832,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"521629ae9af4b7e7","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1706528758831,"stop":1706528758831,"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":"6ba333d7165864c2","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706528759259,"stop":1706528759260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4559eb6e0ee839c6","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706528759260,"stop":1706528759261,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"5c37ebefa434c663","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706528759261,"stop":1706528759261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"519c449bb153725b","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706528759261,"stop":1706528759262,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, no signature]","uid":"b62f4ff21f3575b9","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1706528760733,"stop":1706528760734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"6745382e4060f92d","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1706528760734,"stop":1706528760735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"eb2402260b66d4ff","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1706528760734,"stop":1706528760734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"a1188f6e00c6c037","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706528787512,"stop":1706528787515,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7493401db8548612","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706528787515,"stop":1706528787516,"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":"9f568b629cd43c1d","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706528787516,"stop":1706528787517,"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":"b95bf8312d67685e","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706528787517,"stop":1706528787518,"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":"a3601fbb5f4b3fa7","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706528787518,"stop":1706528787519,"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":"400a93846f472cb4","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706528787519,"stop":1706528787519,"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":"30f3f4a86db30a75","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706528787520,"stop":1706528787520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"694fa5e4e6a85418","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1706528794128,"stop":1706528794129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"eef4cfbdc81c8c4c","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1706528794129,"stop":1706528794129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"155d95e24d92e8e8","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1706528794130,"stop":1706528794130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"7af943144333e10a","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706528799362,"stop":1706528799362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"8f231957285d951e","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706528799363,"stop":1706528799363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"7da9f33112f73e58","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"20cf5557a0bdfc46","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"bb63b56fea3bb48e","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706528812084,"stop":1706528812085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7ec2a3f4cddc0c40","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706528812085,"stop":1706528812086,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"f92d68c1ecd7ffbe","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706528812085,"stop":1706528812085,"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":"9439aa458c71e3ab","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706528812086,"stop":1706528812086,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"ConnectionManager","children":[{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"e7c2e7521ef9da08","parentUid":"9a5cd95c993f680206e6917b87b78972","status":"passed","time":{"start":1706528814912,"stop":1706528814913,"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":"15f7a7b5e35352be","parentUid":"9a5cd95c993f680206e6917b87b78972","status":"passed","time":{"start":1706528814913,"stop":1706528814913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a5cd95c993f680206e6917b87b78972"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"ffdfdc724248d646","parentUid":"2e2f8d2f134a22cea54095fcc0c4cb5d","status":"passed","time":{"start":1706528814914,"stop":1706528814914,"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":"66a85663b73598aa","parentUid":"2e2f8d2f134a22cea54095fcc0c4cb5d","status":"passed","time":{"start":1706528814914,"stop":1706528814915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e2f8d2f134a22cea54095fcc0c4cb5d"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"9ea4325b1396efbf","parentUid":"f77b8892ebcbdd2e519cdfcdbec1ecd9","status":"passed","time":{"start":1706528814915,"stop":1706528814917,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"e44434a53d47d69f","parentUid":"f77b8892ebcbdd2e519cdfcdbec1ecd9","status":"passed","time":{"start":1706528814917,"stop":1706528814917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f77b8892ebcbdd2e519cdfcdbec1ecd9"}],"uid":"6a2e7a33fb7238d91efaa080c88ef6bd"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"6a314aad16d548b4","parentUid":"51e4381dffbfe1f8090cfb5575aa86e1","status":"passed","time":{"start":1706528814918,"stop":1706528814918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"51e4381dffbfe1f8090cfb5575aa86e1"},{"name":"dialPeer method > For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"cc5f96b3ab7dc52a","parentUid":"2693b1f9fd7e696018d08c6a1db94e43","status":"passed","time":{"start":1706528814919,"stop":1706528814919,"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":"f02a33a70629efe1","parentUid":"2693b1f9fd7e696018d08c6a1db94e43","status":"passed","time":{"start":1706528814937,"stop":1706528814938,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2693b1f9fd7e696018d08c6a1db94e43"},{"name":"dialPeer method > For peer-exchange peers","children":[{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"80beb778cfeabba6","parentUid":"5681819b3f9e9e77c53286bb72904cdf","status":"passed","time":{"start":1706528814941,"stop":1706528814942,"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":"b4b0b5e6c9de5e36","parentUid":"5681819b3f9e9e77c53286bb72904cdf","status":"passed","time":{"start":1706528814943,"stop":1706528814943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5681819b3f9e9e77c53286bb72904cdf"}],"uid":"2d0e3488b2e720c3da364f300ca37cfe"},{"name":"Connection state","children":[{"name":"should emit `waku:online` event only when first peer is connected","uid":"4fa4772bd504e033","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706528814944,"stop":1706528814944,"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":"6755e473077cc206","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706528814944,"stop":1706528814945,"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":"f6a60979b168c007","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706528814969,"stop":1706528814970,"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":"c83ac71e0beeaf8a","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706528814969,"stop":1706528814969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"547cffa4264de584ae9cfda815d17fa6"}],"uid":"4266627cfd260435a199f757bb38c81d"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"d22d61fc50144ff2","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706528848466,"stop":1706528848466,"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":"133c2d0d4d52fb44","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b1c85e1c5b11404c","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"26c2a2a6fbcd3e16","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"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 peer without subscriptions","uid":"5f81c2c5812bab65","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706528848468,"stop":1706528848469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bc41f85499256b97","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706528848468,"stop":1706528848468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7500e11ba6bc354d","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706528848469,"stop":1706528848469,"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":"54a05e53208e9b38","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706528848469,"stop":1706528848470,"duration":1},"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":"61d0fda75d104c7c","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706528851375,"stop":1706528851376,"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":"4263881e51fee061","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706528851376,"stop":1706528851377,"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":"a42321f61c631b1c","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706528851378,"stop":1706528851378,"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":"7014bab0fa3f866c","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706528851378,"stop":1706528851379,"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":"cca9f76bacee72a0","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706528851379,"stop":1706528851380,"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":"4be27b50da3f4453","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706528851380,"stop":1706528851381,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"ca7cf4a4da38bb91","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706528857314,"stop":1706528857314,"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":"30f666053f8f34dd","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706528857315,"stop":1706528857316,"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":"8d5216d190b64a04","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706528857316,"stop":1706528857316,"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":"a42e4418d080c2c5","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706528857316,"stop":1706528857317,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a37faf5f9a5688fa17becb25085a48f4"},{"name":"Waku Filter V2 (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"642db85ec0cfe958","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706528857317,"stop":1706528857317,"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":"2cd21f87c3c4b992","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"bb15752567793f0b","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"ab39b10115065ac6","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706528857319,"stop":1706528857319,"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":"c121b4e2cc71e2d9","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706528857319,"stop":1706528857320,"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":"da25cdab86657202","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706528857320,"stop":1706528857320,"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":"8526f72b034747db","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706528857320,"stop":1706528857321,"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":"7ffaa3c6d7728d6c","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706528857321,"stop":1706528857321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing long","uid":"def0965b1c01be62","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965669,"stop":1706528965670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b0814570852d53ac","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965669,"stop":1706528965669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f5234d1d71ba8f9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965670,"stop":1706528965670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d5c62daa1299f13c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5220ee7ecaa48019","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd2e9faccde7eba1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"eed87ccf7f72308b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"693e013db42d32e8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"cb7da9f1c75da288","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55f19e81b4f0ca32","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965673,"stop":1706528965674,"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":"2e657224a20ea7d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965674,"stop":1706528965675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9677e5ec30d7a5c4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965676,"stop":1706528965676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b577b0b20f70f64","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965676,"stop":1706528965677,"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":"31a02ffb227575c1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965679,"stop":1706528965680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e543e9ee95863cbb","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965679,"stop":1706528965679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938000000 ","uid":"86dbbd96e8515666","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965680,"stop":1706528965681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9fd16a049848a108","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965680,"stop":1706528965680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6ce7f27ec528e9f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965681,"stop":1706528965682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938 ","uid":"e49662b134a4048c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965681,"stop":1706528965681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1f87e9d829e03fc1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965682,"stop":1706528965682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"bb4d5081e823f2da","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965682,"stop":1706528965683,"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":"befbd373c9887126","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965683,"stop":1706528965683,"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":"15aa28d54a714a9e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965683,"stop":1706528965684,"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":"c575d5f25e12fad9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965684,"stop":1706528965684,"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":"e8bc03813bf492fb","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965684,"stop":1706528965685,"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":"386945489f37932c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965685,"stop":1706528965686,"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":"afcdfbacb68bac22","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965685,"stop":1706528965685,"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":"c3ae8f7084671bf2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"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":"c446055690ca9377","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"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":"3d4afcbc9af8f72a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"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":"ccf36c4255ad9c59","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"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":"150dc3da66a02acc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985982,"stop":1706528985983,"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":"42f1de0adad9963f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985983,"stop":1706528985984,"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":"42b4066798e41dd1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985984,"stop":1706528985985,"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":"aab2ae1e921f0a30","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985986,"stop":1706528985990,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"222ce8534866e393","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985990,"stop":1706528985991,"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":"3e2dace59f155209","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985992,"stop":1706528985993,"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":"14b1ef234dda7bca","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985993,"stop":1706528985994,"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":"40a871d78cf4b625","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528985996,"stop":1706528985998,"duration":2},"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":"3dac03b9ebc0c76d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1706528985996,"stop":1706528985996,"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":"22d54acd97b7c15a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1706528985999,"stop":1706528985999,"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":"c253b1ef5e6023c0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986000,"stop":1706528986000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"687c6c65d31793d5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986006,"stop":1706528986007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6f1f3b79b51f3269","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986007,"stop":1706528986008,"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":"c7ba80d49de355e7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986011,"stop":1706528986012,"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":"bf6ffe1d7e17b0db","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986012,"stop":1706528986013,"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":"1786158c120ab754","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986012,"stop":1706528986012,"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":"f0a951aeb5bfa40e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"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":"2fa261925a780f5b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"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":"1ca3d009a710cbd8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"1b8f7c167e34782e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"547d596e9225153f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986015,"stop":1706528986016,"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":"127a0165f178de22","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986015,"stop":1706528986015,"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":"db5d10dd0db8841f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986016,"stop":1706528986017,"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":"33c3a96cf796690f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986017,"stop":1706528986018,"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":"896f104956142892","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986018,"stop":1706528986019,"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":"b410d2e734f6ad4a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986019,"stop":1706528986020,"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":"88a15c5cf8d88768","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986020,"stop":1706528986020,"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":"107ded564785277a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"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":"e4e330b570c51884","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"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":"5e1d1c7063004100","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"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":"c00184c1dd5f6f3d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"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":"7d7b996b471ffe17","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706528998592,"stop":1706528998593,"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":"cd60f9d33bc0c8fd","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706528998593,"stop":1706528998593,"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":"ccc6aca8070e978e","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"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":"2aaa0221553a662b","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706528998594,"stop":1706528998595,"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":"a53348585c4445ac","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"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":"bcc501b29cc1c69f","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706528998595,"stop":1706528998596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"f1d0486d9fa1db0c","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706528998596,"stop":1706528998597,"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":"be4cdebadc96075e","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706528998597,"stop":1706528998598,"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":"cccae34cea79a07b","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706528998597,"stop":1706528998597,"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":"4592dacf0c146c12","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706528998598,"stop":1706528998599,"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":"e05f1f00fc2d4268","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706528998598,"stop":1706528998598,"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":"b9501f65180ce72c","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706528998599,"stop":1706528998599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"5d39baba83f96e42","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1706529061211,"stop":1706529061219,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"e3e5c15d8f9a0e5e","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1706529061220,"stop":1706529061221,"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":"248f79113014946c","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1706529061221,"stop":1706529061222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"e7882f8c6ccda084","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1706529061222,"stop":1706529061223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"e6f5ce153c357237","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1706529061222,"stop":1706529061222,"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":"be29ff972ab55f83","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1706529061223,"stop":1706529061224,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5f5ed3524782f286","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1706529061224,"stop":1706529061226,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"60201bacbaaebf7","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1706529061224,"stop":1706529061224,"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":"fcff4f177467085a","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1706529061226,"stop":1706529061226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"e855b8ef740b903f","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1706529061334,"stop":1706529061334,"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":"60e2eaaa2a5291b5","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1706529061335,"stop":1706529061335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"ed21b9ec5322284","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706529092190,"stop":1706529092191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1d8be24b10ef3676","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706529092191,"stop":1706529092191,"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":"eb90dc452008b267","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"broken","time":{"start":1706529092192,"stop":1706529092193,"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":"3138d35e533ec687","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"broken","time":{"start":1706529092194,"stop":1706529092195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"b3e205b416a8c227","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706529092195,"stop":1706529092196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"92a9c3c3b5e2da7d","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706529092195,"stop":1706529092195,"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":"3eeb14967367d0ea","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"broken","time":{"start":1706529092197,"stop":1706529092197,"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":"4ad5b0775b9ffb32","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"broken","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"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":"335216237561b736","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706529092200,"stop":1706529092200,"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":"61373f58c4cf6594","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706529092200,"stop":1706529092202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"fb68922335528ec2","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706529092202,"stop":1706529092203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"a02e709859df094f","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"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":"70abb889e8919767","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"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":"ec182256362f6fe7","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706529092204,"stop":1706529092205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"490ce9ee438cf33a","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706529092204,"stop":1706529092204,"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":"68e97a9582ad7d05","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706529092205,"stop":1706529092206,"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":"128041f51f63e93","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"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":"a94e0ffa1437da2f","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b92eca3e05a7eb76cf0ca2d530e1ad41"},{"name":"maxBootstrapPeers=3","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"70cf085481dce6ad","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706529092206,"stop":1706529092207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"997339a97b28036a","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706529092206,"stop":1706529092206,"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":"6fb714ca7f3b9fc1","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706529092207,"stop":1706529092208,"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":"aaa53b6299ed8475","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"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":"859aa3ffc705045","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"5a502cf228361c79","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"84bea699b275d6b4","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"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":"604012385fbb36ac","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"84c68e872b08f437","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"8d002f21bbaaf54","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"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":"cb250ee71f4e0259","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a57f86a01f204dc","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"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":"2c849b1c34c13945","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"68cb625ff7e6a01f","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"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":"941958abb07a6833","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"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":"c44f5b9c4379651f","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"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":"db00aa05433ef34d","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"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":"d6a7711b24c727","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"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":"6bb5389e4a297193","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706529092217,"stop":1706529092217,"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":"48d278000d377e54","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706529092217,"stop":1706529092219,"duration":2},"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":"3c79f21cdde39437","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706529092220,"stop":1706529092221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fe20aaa29b91235","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706529092220,"stop":1706529092220,"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":"e34cd7b95c0e31d7","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706529092221,"stop":1706529092222,"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":"64c19d00c26f6599","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706529092221,"stop":1706529092221,"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":"3076797b8175193c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706529092222,"stop":1706529092222,"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":"c3e989d7533963a0","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1706529092223,"stop":1706529092223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"b88e07981de80d70","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1706529098415,"stop":1706529098416,"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":"f8469aa4323137f9","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1706529098417,"stop":1706529098417,"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":"bacf99caeda814af","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1706529098501,"stop":1706529098501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Metadata Protocol","children":[{"name":"PeerStore has remote peer's shard info after successful connection","uid":"865d8b84b5bd8d34","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1706529165662,"stop":1706529165662,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"423bca152c152f6f","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a492eb58553a6331","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"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":"5b65fbbe08204a76","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"broken","time":{"start":1706529165665,"stop":1706529165666,"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":"95442c694ec0c263","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"broken","time":{"start":1706529165668,"stop":1706529165669,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"636931b5ec900bde","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1706529167075,"stop":1706529167076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"f479ea21854f3387","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1706529167076,"stop":1706529167076,"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":"a348c507a91ce632","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1706529198490,"stop":1706529198490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"8fc8b4748bbede38","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1706529198490,"stop":1706529198491,"duration":1},"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":"c4e4c71baad762bc","parentUid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8","status":"passed","time":{"start":1706529198491,"stop":1706529198492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8"},{"name":"Nwaku publishes","uid":"5fd369e10fb74f26","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1706529198491,"stop":1706529198491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"1da6bc525017e3a4","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706529213423,"stop":1706529213424,"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":"3023b667b3ea9685","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706529213425,"stop":1706529213425,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3322a3d9b6037712","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706529213426,"stop":1706529213427,"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":"a911052426b262","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706529213427,"stop":1706529213436,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"c56c84c115e70fc","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706529213442,"stop":1706529213442,"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":"b266f76384fcda53","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"6658a4f5fee5b5fc","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"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":"c4e4da1898d8c23c","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706529213444,"stop":1706529213444,"duration":0},"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":"ffbf9ebafe48640f","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706529213444,"stop":1706529213445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8a9d367452822963","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"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":"a825ce2464224e99","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"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":"314987d2d2e24ada","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706529213446,"stop":1706529213446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with long payload","uid":"e4d92de4e992721e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218502,"stop":1706529218503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"5268aac17d1090fa","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218502,"stop":1706529218502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"c52de877bcf9daf4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218503,"stop":1706529218504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"56b282013d4545fe","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218503,"stop":1706529218503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e8a337b6b2925bf2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218504,"stop":1706529218506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"382495ec61ada9ea","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218506,"stop":1706529218507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8c0cab566b91274a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218507,"stop":1706529218508,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ff0c15ad3d445221","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218508,"stop":1706529218508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cd49277081b8f6f0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218509,"stop":1706529218509,"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":"d950d1e384220a52","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218510,"stop":1706529218514,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"af99f94c03390582","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218510,"stop":1706529218510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"cec670752ff9cc0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218514,"stop":1706529218515,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"356a22bd99f37b6a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218515,"stop":1706529218516,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"65cedc1df1d8cb7d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218516,"stop":1706529218517,"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":"4eb6b5f8404a6875","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218517,"stop":1706529218518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"92b1daa2adf57a92","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218518,"stop":1706529218519,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e3b3435c78f4fc22","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218519,"stop":1706529218520,"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":"19132d5cc3491587","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218520,"stop":1706529218521,"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":"90e0b1e3f9c49c6c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218521,"stop":1706529218522,"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":"614d0dc5b92138b1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218522,"stop":1706529218523,"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":"e6714ef287276fcb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218523,"stop":1706529218524,"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":"a4b88c8706558557","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218524,"stop":1706529218525,"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":"1aea214ba9119ee","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218525,"stop":1706529218525,"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":"6e9c54c35d878910","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218526,"stop":1706529218527,"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":"8f5674c9218acb73","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218527,"stop":1706529218528,"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":"b5038bcc074cf3a1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218528,"stop":1706529218529,"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":"17f443c192f06866","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218529,"stop":1706529218530,"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":"ce4ef500b7291346","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218530,"stop":1706529218531,"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":"5837e9ef5a5636ab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218531,"stop":1706529218532,"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":"5c0eb9564d18dd39","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218532,"stop":1706529218533,"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":"cc2b2366ecca8d40","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218533,"stop":1706529218534,"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":"593651d5011e593e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218534,"stop":1706529218535,"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":"885dff02c8b7f527","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218535,"stop":1706529218536,"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":"d7b323013b62c514","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218536,"stop":1706529218537,"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":"f11ee59409ab6929","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218537,"stop":1706529218538,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8d484d2e18cb343e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218538,"stop":1706529218542,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"d8ac4174f591c079","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218542,"stop":1706529218543,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"b9ccd062e192ac63","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770586384","uid":"d8b707dcbc7a807","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525386384","uid":"36cb04362392bbea","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532586384","uid":"6fcb0b75ef051897","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"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":"8b65c7cf6de0c6f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218544,"stop":1706529218545,"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":"7f511c355455e708","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706529218545,"stop":1706529218545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"1ba272d28acce758","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223888,"stop":1706529223888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"30b9d10db9a9cc5f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e9e709af187f5fba","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"4584739d92159b7e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223889,"stop":1706529223890,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"8b9b5103e16b6b12","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223890,"stop":1706529223891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"83fdf79c12dc6982","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223890,"stop":1706529223890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"41489ea25945e0f1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"cb81e7fec31e6ef9","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ad729e663cf3e82c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223892,"stop":1706529223893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"3abd95cdac6e4540","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223892,"stop":1706529223892,"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":"c92e3996814d8b74","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223893,"stop":1706529223893,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"b784477200b419fb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223893,"stop":1706529223894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c83982b940b45136","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223894,"stop":1706529223895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"8620cc3859808691","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223894,"stop":1706529223894,"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":"880fc8604747eea6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223895,"stop":1706529223896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"399409a6c51e5431","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223896,"stop":1706529223896,"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":"f1285368b2d29016","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223896,"stop":1706529223897,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","uid":"31ec4bd2f7ae2d3b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223898,"stop":1706529223898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","uid":"8ea9e943f170ac02","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223898,"stop":1706529223899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"2185f118b9b994c2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","uid":"baaa242a06f1c106","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"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":"e06e911412f2cb72","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"4f49e13e0286b8e6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"eaabb071e78ed9b0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223901,"stop":1706529223901,"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":"b2345427f170d619","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223901,"stop":1706529223902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"63abe897a985c8dd","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"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":"a19200e64bc12a24","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"95e6e864d1a7d2ff","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"13f1f9617340ab20","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"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":"3e265da06ddab88b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232495,"stop":1706529232495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"61af5c42900781ac","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232495,"stop":1706529232496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"9b5eb109f20cdaa9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232496,"stop":1706529232496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"63696ac2358167b2","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232496,"stop":1706529232497,"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":"764a3ddf1623802d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"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":"f70bf22de7cb7b09","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232497,"stop":1706529232498,"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":"e709341784b931ef","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a1d1b92050ab6f85","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5d62cf493ecdf5f6","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1706529232498,"stop":1706529232499,"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":"a499e5cc8e950587","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232498,"stop":1706529232498,"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":"4b26464a1eeb8d5f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"4020e80bc487ad3","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"b99c59edcc18541c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232500,"stop":1706529232501,"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":"ede2751ca1ca637d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"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":"ed68de3343969e96","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"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":"dbf70a0a4cbc069f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232501,"stop":1706529232502,"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":"ed95009ace7d07f7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"13c3adde653fbb2c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"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":"9d17a12ee3481135","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232503,"stop":1706529232504,"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":"3d2060dfd5572c24","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"2d6fccf5e81a1e8e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"588704ac3b7e83f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232504,"stop":1706529232505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"b4cf91902e3f19a4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232504,"stop":1706529232504,"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":"9cee1bfb9c7c91f7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"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":"63b6767a9f5388f4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"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":"79b6bf70d915643","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706529232506,"stop":1706529232506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Static Sharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"f835def9a0a31217","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1706529248592,"stop":1706529248597,"duration":5},"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":"e7a92877c5d488f4","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1706529248597,"stop":1706529248597,"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":"e99a145d631084c0","parentUid":"81716586629d1440866a32fcb0929685","status":"passed","time":{"start":1706529248598,"stop":1706529248598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Peer Exchange","children":[{"name":"Locally Run Nodes","children":[{"name":"nwaku interop","uid":"c3c868ca51668396","parentUid":"59b7448f16356847d07a5cbeb5d72397","status":"passed","time":{"start":1706529268049,"stop":1706529268050,"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 and stop the service","uid":"e063b5f48b64237c","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706529268050,"stop":1706529268051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b1b0cb2a24bc8075","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706529268050,"stop":1706529268050,"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":"aaff90e7b6532780","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706529268051,"stop":1706529268051,"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":"135976ed8e001e34","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706529268051,"stop":1706529268052,"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":"54b1aab0235588e2","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706529268052,"stop":1706529268052,"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":"b6d80e43b4b09371","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"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":"c6923f624e367586","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"442e114eb022c00e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297071,"stop":1706529297072,"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":"56ed719724ee46d","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297071,"stop":1706529297071,"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":"41c4e4eaac66eb1a","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297072,"stop":1706529297072,"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":"76d51240993055c4","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297072,"stop":1706529297073,"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":"8b228aa1ec2e1c74","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"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":"aede67ce7f835fac","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"45cfee4366998578","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"2e2abbe9396e16d4","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1a7249410b69e410","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706529297076,"stop":1706529297076,"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":"39e95692684888a","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332306,"stop":1706529332306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"87cec2179c116d48","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332307,"stop":1706529332308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9b742e250f0a1313","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332307,"stop":1706529332307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"4f637dc431849ef4","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332308,"stop":1706529332309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"d72c1754c5d62dee","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332309,"stop":1706529332310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"bed6538d2086f160","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332310,"stop":1706529332313,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"bc073b7dd93bda6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332313,"stop":1706529332314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7247602d9bd921af","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332313,"stop":1706529332313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1acc06c3feb4b6c7","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332314,"stop":1706529332316,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"33a8bcbbb42a6ac","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332316,"stop":1706529332317,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"efa0ec5613ca9fcb","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332317,"stop":1706529332318,"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":"9281bc9d14d4792d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706529332318,"stop":1706529332319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing long","uid":"17c73dc91d19b850","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333227,"stop":1706529333228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7abdb4115863d6f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333227,"stop":1706529333227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c9585fb14534ea9e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333228,"stop":1706529333228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"90de24622ad2c429","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae6e1ed5a42a0f7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"2d7324ce1fc47b94","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"3e9b1ab36ded7df","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333230,"stop":1706529333231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"161517fa80c19c84","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f0efb4ca2907c628","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333231,"stop":1706529333232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"5f4bde40a5e38f8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333232,"stop":1706529333233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"306777f6734540cd","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333233,"stop":1706529333234,"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":"b7b95a169e16fb6e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333233,"stop":1706529333233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"38f6b7bde4c0adfd","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333234,"stop":1706529333234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5c39e4bfb9fdb34b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333234,"stop":1706529333235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"d689177574d32db6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333235,"stop":1706529333236,"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":"ef272f41a28603b7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333235,"stop":1706529333235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"5c647b960894306d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333236,"stop":1706529333237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"47a8d57b38230603","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333237,"stop":1706529333241,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"563fd2bd80d3dfe8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333241,"stop":1706529333241,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"18e17db211d1c559","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c0c838ad63942646","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"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":"7497e6f7cc029066","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333242,"stop":1706529333243,"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":"e5c3d618f197564d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"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":"54503a073c17050f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"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":"94c14c1afcaf2e9c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333244,"stop":1706529333250,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"e93c71da3f4c3f53","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333250,"stop":1706529333251,"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":"92fbeedaa534755e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706529333251,"stop":1706529333251,"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":"bd6e059f97b0d74d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1706529333252,"stop":1706529333253,"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":"381c294e7dddc11c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1706529333252,"stop":1706529333252,"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":"804169b6df7577a3","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333253,"stop":1706529333254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"6b9ef462812c3115","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333253,"stop":1706529333253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ce29edf85a285fb1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333254,"stop":1706529333254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"54d8c4e38bf9b383","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333255,"stop":1706529333256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a533e4793261a8e5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333255,"stop":1706529333255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"81dc29ddf2bb1792","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333260,"stop":1706529333262,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb8944d45d81e710","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333262,"stop":1706529333263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9b7bcb10c6edc945","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333263,"stop":1706529333263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"819ba0aeabec48f7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333272,"stop":1706529333273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eeaba624bb711d04","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333273,"stop":1706529333273,"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":"8b68ba642a70e604","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"fd8086bf8fb00ce2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333274,"stop":1706529333275,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b10080814111bb64","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"87e656dfbc3ff92a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"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":"e54bbbab1f84e8be","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b71a978c10a47458","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"97f9ab9676ded01","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333276,"stop":1706529333277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"1398704a46c00477","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6582e1a6fb2ee34f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333277,"stop":1706529333277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1ae8d4387abb892d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"d1c79568513c3c7f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"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":"81eb52f2c986da05","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333279,"stop":1706529333280,"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":"97e9d20d480e8aa1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"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":"27b5a25f1489463a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"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":"fd5e113511920df1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"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":"ebae94bcf547ba33","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333281,"stop":1706529333282,"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":"a70b16e9bfcef02c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"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":"6e6f82b63a88f098","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"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":"5046052c01c552f1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"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":"f16ee39d9782b13","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706529364249,"stop":1706529364250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"3c6a5a31a0fd8bec","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706529364250,"stop":1706529364251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a63fb37889b7da44","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706529364250,"stop":1706529364250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"254c40074837a049","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"95cdf337f84852fa","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"3098dda3d77da082","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"87b7b7e0515727fe","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365898,"stop":1706529365898,"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":"d89f92432882ba9c","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365898,"stop":1706529365899,"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":"1d2544911205b83f","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365899,"stop":1706529365899,"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":"a1fad5ff77a35af7","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365899,"stop":1706529365900,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"a7d63fff3dd3aab3","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365900,"stop":1706529365900,"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":"1ad22774b6165a91","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365900,"stop":1706529365901,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"33f34ccc599a45aa","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"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":"85d4338f406f93f7","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a1fc773862de26e","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706529365902,"stop":1706529365902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"ca484b51cd4d42f0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367432,"stop":1706529367433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"c81eed9377f3b961","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367433,"stop":1706529367434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"6be5064577d8e4af","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367435,"stop":1706529367436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2fd65e575dd873a0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367436,"stop":1706529367437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cb77b229d64c80a3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367437,"stop":1706529367438,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ed9ae4d00c481f2a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367438,"stop":1706529367439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"c3f776913e277b9a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367439,"stop":1706529367439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebdba5f509ee3a2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367440,"stop":1706529367440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"f57ee4ec144aac84","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367442,"stop":1706529367443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2f8d662b30402db1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367443,"stop":1706529367448,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"a3e0530829b57af5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367448,"stop":1706529367449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"51d494a40c15c395","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"858eacff3415b9b1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"c5fe3d1de78cc19b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367450,"stop":1706529367451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"bafc966f5536626f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"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":"4e34aaf695a2fa9f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"52115153129a956e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367451,"stop":1706529367451,"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":"838fa825722553a2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367451,"stop":1706529367452,"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":"2d9fff4da38193f9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367452,"stop":1706529367452,"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":"e8cebfc8e38a8be1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367452,"stop":1706529367467,"duration":15},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"90f1f2cf0596f13b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367467,"stop":1706529367468,"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":"fa8220330fc90506","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367468,"stop":1706529367469,"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":"4f35cadf773f0fbc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367469,"stop":1706529367470,"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":"9d29998c069a9c7e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367470,"stop":1706529367470,"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":"d844d3a307366f69","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367471,"stop":1706529367471,"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":"5c2c9957a4426011","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367471,"stop":1706529367472,"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":"820678b1adf750c8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367472,"stop":1706529367473,"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":"2b5ce5fa15b52f7c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367473,"stop":1706529367474,"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":"671cb51cfe416db6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367474,"stop":1706529367475,"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":"ac102b3244e27286","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367475,"stop":1706529367476,"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":"5ed6c331e0826a6f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367476,"stop":1706529367478,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1abdce6922089dc4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367478,"stop":1706529367479,"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":"4137c25b7370fe9f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367479,"stop":1706529367479,"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":"1a69baf5c1d2850e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367479,"stop":1706529367480,"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":"ad3787b18105f7c6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367480,"stop":1706529367480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1b5420961ad243a9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"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":"54dc849f98b41ef7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525365833","uid":"4bf21be0622a236d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367482,"stop":1706529367483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ada15d10c8dd207f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770565833","uid":"554f3ed2cf5101f5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532565833","uid":"7f80c38e8a7d42b4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367483,"stop":1706529367484,"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":"b55d8c61dea53f6d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367484,"stop":1706529367486,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"b998303e857e130","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706529367486,"stop":1706529367487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"d2cdbd8c483e0e37","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1706529378204,"stop":1706529378206,"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":"25e52320eff3be14","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1706529378206,"stop":1706529378207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"368e058aee907ab2","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1706529378206,"stop":1706529378206,"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":"83ff253c950a57f6","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1706529378209,"stop":1706529378210,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"da734a290c806ec5","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1706529378210,"stop":1706529378210,"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":"bbe8d54b5d839e16","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1706529378211,"stop":1706529378211,"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":"58c00abc86c7c61a","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1706529378212,"stop":1706529378213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a6670abe58f4f321","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1706529378213,"stop":1706529378214,"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":"c3973ff5ad505f88","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1706529378214,"stop":1706529378215,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"8c3ca957b100a607","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706529382344,"stop":1706529382345,"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":"4c1a96872c4c8df1","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706529382345,"stop":1706529382345,"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":"2c75def7a72b80d2","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706529382345,"stop":1706529382346,"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 backward","uid":"2eca231d48f51c53","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706529382346,"stop":1706529382346,"duration":0},"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":"4636cb6115b2d7a8","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"ceb401e390518a27","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"e2cc73e01649cded","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1706529389607,"stop":1706529389607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"b74ec45885e4ad63","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395064,"stop":1706529395065,"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":"109edc0e0bfeec53","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395066,"stop":1706529395067,"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":"26391c9fc4251a28","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395066,"stop":1706529395066,"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":"918446a1f8e73f3","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395067,"stop":1706529395067,"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":"678221f8d01549d0","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395068,"stop":1706529395069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"9196071e6fd84109","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395069,"stop":1706529395070,"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":"3a3a4c6f5cdc05b8","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395069,"stop":1706529395069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"fa4103d2c0f2f95f","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706529395070,"stop":1706529395070,"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":"528f49eebd426394","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398286,"stop":1706529398287,"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":"9ab40b38f933557a","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398287,"stop":1706529398288,"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":"d091cb1eacbb4a23","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398287,"stop":1706529398287,"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":"7d2b27dc83dc91fb","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398288,"stop":1706529398289,"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":"4fd5a4192ab064","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398289,"stop":1706529398289,"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":"bde06057ec170701","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"9aafb4c08e076715","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"d35dd700003ce281","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398290,"stop":1706529398291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"75dd8b8e6dfdeb6b","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706529398291,"stop":1706529398291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"8ed4ecc6e4fa61d9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"d226d1734c469d99","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"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":"956c3b6eefb8f62f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"25584f096b2d177a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"e1efc86dcbd98305","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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 30 topics","uid":"adaf16e0dfc9d0ad","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403567,"stop":1706529403568,"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":"6f64ab81925047ee","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"9bc5656f2c7c269d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"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":"82b0a39a398f69b8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cb50980f8905478c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b1270748216703b2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"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":"7df475d377264fd1","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403568,"stop":1706529403569,"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":"9fe616895e578ef5","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"5917b26ef1b85c3d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"93df6720ecfbc5cb","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"129ce1c5d88d51d4","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"824a38c995622227","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"848a90a44d352980","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403570,"stop":1706529403571,"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":"b50c0e8ab2217a92","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"f0f0c08300a5a608","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"c97675192654e9bc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"a558fb269ce038a6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"b28931ba0c79910","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403572,"stop":1706529403573,"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":"b5bd8eb61771058b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"91189ccd4e80e3b7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"7fcd9f61e79bf2bc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"54da2162c35ad254","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"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":"150c333f62415095","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive messages via lightPush","uid":"79bfe583757a7752","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"d8749bb73a0c417","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403574,"stop":1706529403575,"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":"f61ddbe49ed87ee5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"1325cb8c83927503","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"407b70cd1351033e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"c248fa769994a7eb","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403575,"stop":1706529403576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"759caedb3699e587","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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":"da46e6d8642fe751","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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 30 topics","uid":"7e777a8449b5def4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d24998a3a2b1b4f3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"ab918ce955d13976","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403577,"stop":1706529403578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"4df508e92085db9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"caca9a108556a58f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"efb4e61dd1480232","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403578,"stop":1706529403579,"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":"3c72c5b4d991b5d8","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"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":"92d1bbe0376c5d3c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"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":"504e682b474d5ef6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"c5fab43aef7d531e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403579,"stop":1706529403580,"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":"130d94de004d4a1f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"50414e2d85b2dbf1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"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":"38967c0d51fac91b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"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":"54f12c80c69bc2b0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403580,"stop":1706529403581,"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":"2e2704abbf1c252","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"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":"fad3575afb4ad184","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"395cc8a743bcb45","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"9f64e2cd93501407","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"d9cb852ef66b17ff","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"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":"46e0f1c91919d45f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"Does not throw an exception when node disconnects","uid":"72fa13ee143e079","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"dee6dd708f9affa1","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Passing an array","uid":"3a2346e54fa560f2","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"20722b7db0037e51","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"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":"4721d449fd5c43c0","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"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":"ec6363e6375f498b","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1706529405491,"stop":1706529405491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"9aeac5c04d6c484a","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"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":"4eaba42ebcd41af9","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"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":"97db4b276a1c5ae4","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1706529407524,"stop":1706529407524,"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":"3fac9aca5f0381c0","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1706529407525,"stop":1706529407525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed after","uid":"d5eb1fa423605c4d","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"ff9de4cb5b897567","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410669,"stop":1706529410670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"b217a1f654127032","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"4e8603c2e8db2d48","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"24f3fc411b99708c","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410670,"stop":1706529410671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"63dc16f1587ac716","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5bbca26faf856724","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"213b4246cb94cb03","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410671,"stop":1706529410672,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"5c1d9505d9cbe8cf","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"}],"name":"suites"} \ No newline at end of file +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"91b0fe0b69e1e3a8","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1706618366256,"stop":1706618366258,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"3fa9a5f3d1a9fb4","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1706618366258,"stop":1706618366259,"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":"abae4bad08daae59","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366453,"stop":1706618366454,"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":"7e0b652e69ce3f37","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366454,"stop":1706618366455,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"6ec7de247067507b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366454,"stop":1706618366454,"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":"d6079608c513b2aa","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366455,"stop":1706618366456,"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":"d6b434cb640f9db6","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366456,"stop":1706618366456,"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":"ab1e23df5753f165","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366456,"stop":1706618366457,"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":"5c7cd74f27936d1a","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366457,"stop":1706618366458,"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":"53ca1d2fce43a36d","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366458,"stop":1706618366458,"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":"3a0ebef080c4783b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1706618366458,"stop":1706618366459,"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":"1f553d2786f94219","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1706618366459,"stop":1706618366460,"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":"21e35dbb7de32b11","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1706618366460,"stop":1706618366460,"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":"c0337153693f5e3d","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1706618366461,"stop":1706618366461,"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 handle a minimal index list","uid":"1957ea6036418b98","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706618366596,"stop":1706618366596,"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":"72426e4878d66032","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706618366596,"stop":1706618366597,"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":"b56c234b916d231e","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"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":"5fe35d20a86ea711","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"6f18b30da2e53367","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371919,"stop":1706618371921,"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":"91bd029a0386ff02","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371921,"stop":1706618371922,"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":"44f688133f883de5","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371922,"stop":1706618371922,"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":"3c219e067d008f44","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371923,"stop":1706618371924,"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":"5caeadbc4a454657","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371923,"stop":1706618371923,"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":"41ce5333c425af21","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371924,"stop":1706618371930,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"5aed16e28a757fd8","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371931,"stop":1706618371931,"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":"3eeeac657e569c84","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1706618371931,"stop":1706618371932,"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":"abdb211093992aca","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371932,"stop":1706618371933,"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":"653c39ec602d430d","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371933,"stop":1706618371934,"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":"48e472bc6de49652","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371934,"stop":1706618371934,"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":"cc9d09a56cd91b18","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371935,"stop":1706618371936,"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":"3ad91fb117c1d342","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371935,"stop":1706618371935,"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":"55306030007f6c0d","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371936,"stop":1706618371937,"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":"a0f94d9d260cc4d0","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371936,"stop":1706618371936,"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":"79b8f7518ab93b24","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1706618371937,"stop":1706618371937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"e932c14df170b02c","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1706618372078,"stop":1706618372079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"23fb66157e2a76f0","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1706618372079,"stop":1706618372079,"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":"475652234f08b6a4","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1706618372080,"stop":1706618372080,"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 encodeTxt and decodeTxt","uid":"c68ad248c0eb2a4b","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706618372809,"stop":1706618372810,"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":"a571702ae007a13a","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706618372810,"stop":1706618372811,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3b640cc3a61e6b29","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706618372810,"stop":1706618372810,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b5201f347738e0b2","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706618372811,"stop":1706618372812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"5b1d5fe5214f3034","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706618372811,"stop":1706618372811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e3b62790e01999b2","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1706618372812,"stop":1706618372812,"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":"a511eab67be8b2d1","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706618372812,"stop":1706618372813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"1ed4a1787873b6aa","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"83a85c89293da8ac","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"add1fd8579ad12a1","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"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":"449625f3f31e51f5","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1706618372819,"stop":1706618372820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"e000fe07737a731","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d2687b5cab63fa17","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"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":"1d37c0d8356d427a","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"861d54c46dfce1f1","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"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 - udp6","uid":"3be329c425483ef2","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706618372821,"stop":1706618372822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"5e614e39c4360be4","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"17373ad3f26a1841","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8e6992334313c049","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"4f3a37b536d8805c","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706618372822,"stop":1706618372823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"899c4c02e7cf3b94","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"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":"bc22db0edb09ae10","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols disabled","uid":"bc49267e10a31274","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"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":"a387e01d4e8ad010","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706618372824,"stop":1706618372825,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"7c77566164dd574b","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"67b6f11153a32cd6","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"f2ff10a62cb23538","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"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":"8b155a5b08afc9ff","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"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":"74ada2de576e0b38","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1706618372825,"stop":1706618372826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d38d3c1929a20307dce6c2492f754ae3"}],"uid":"8bc0d03481d47f999cc7ec458535a066"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation","uid":"b7433fa6d99b9de7","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1706618378312,"stop":1706618378314,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"6ba55e602d59b22c","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1706618378315,"stop":1706618378315,"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":"97db4c7bde336149","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1706618378315,"stop":1706618378316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"to proto message","children":[{"name":"Fields are not dropped","uid":"2cfb0de5a13ac847","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1706618378341,"stop":1706618378342,"duration":1},"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":"e002ae72c3aff762","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706618378871,"stop":1706618378872,"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":"665f6b31e38e4342","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706618378872,"stop":1706618378872,"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":"464310d2e01cd9a0","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"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":"bb5b5e83fb81f861","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"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":"Ephemeral field set to true","uid":"7b9ad9c8ba8d15f0","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1706618378924,"stop":1706618378925,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"fdbc17be043319db","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1706618378924,"stop":1706618378924,"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":"37ad8e5e5bd2c538","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1706618378925,"stop":1706618378925,"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":"7c588163f37c4f8e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618378925,"stop":1706618378926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8f52337cbb05b892","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"3dae58229fadad2f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"5328f6db879f10e1","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618378927,"stop":1706618378927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e547751e92a6bfd","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618395070,"stop":1706618395070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"887af16724d2cb54","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618395071,"stop":1706618395072,"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":"2a1c0039c4a0290","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618395071,"stop":1706618395071,"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":"9da25024750aff83","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618395072,"stop":1706618395072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3b90bc6e62ddbb6e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618396942,"stop":1706618396943,"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":"e318aa6edbabdebb","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618396943,"stop":1706618396943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8a4b791243d6ced6","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618396943,"stop":1706618396944,"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":"ef5814c679e22bf8","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1706618396944,"stop":1706618396944,"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":"bf35fe7224166679","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1706618382596,"stop":1706618382597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b8811a38c7307243","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1706618382598,"stop":1706618382598,"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":"b250e85b0aacd555","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1706618387941,"stop":1706618387942,"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":"1f8b97999f0ccae0","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1706618387943,"stop":1706618387943,"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":"1e520d175f41bef1","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1706618387944,"stop":1706618387944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"66495729c8fc5775","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388584,"stop":1706618388585,"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":"8acd390c34b793c3","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388585,"stop":1706618388586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"601ebbceede4eee1","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388586,"stop":1706618388587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"bdea91ccf4f82a37","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388586,"stop":1706618388586,"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":"d44ad7e4274e0e58","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388588,"stop":1706618388588,"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":"1e1d545a6cafb5dc","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388589,"stop":1706618388590,"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":"e47cf5ff21cf72e4","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388590,"stop":1706618388590,"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":"37db8ae114555e34","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"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":"6dc9b6b8774c740","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"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":"784c0c88308d81d","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706618388660,"stop":1706618388660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f08bdc310f66f9f","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706618388661,"stop":1706618388662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1c899da4599acb38","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"9c390234f6f238e9","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"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":"d35e18e7dcb2dfb","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706618389058,"stop":1706618389059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"4db60570bd813248","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706618389059,"stop":1706618389059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"140c99429323c8b5","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"78670b341534125b","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706618389060,"stop":1706618389061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"826a17d1293fe641","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"f6e9a20b4c92b86a","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1706618389061,"stop":1706618389061,"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":"b36478b76d88c2b1","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706618389061,"stop":1706618389062,"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":"91767ca715ddc24c","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706618389062,"stop":1706618389062,"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":"9f1a9be5f0aa3725","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706618389062,"stop":1706618389063,"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":"c142bdc058b3335","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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":"e35366ce8ff1092f","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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 prod.waku.nodes.status.im","uid":"457c81781e50cddf","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706618389064,"stop":1706618389065,"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":"1ca636f272f53163","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706618389064,"stop":1706618389064,"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":"92d3dc44dc1bac29","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706618424947,"stop":1706618424948,"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":"df63106057844f34","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706618424947,"stop":1706618424947,"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":"35cb402b4ee5efa0","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1706618424948,"stop":1706618424948,"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":"b3109acc120ea0eb","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1706618395066,"stop":1706618395068,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"fa176706ae4acb08","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1706618395068,"stop":1706618395069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"cc1db1249c1b84bf","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1706618395069,"stop":1706618395069,"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":"7c2f4318c04739ab","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706618395556,"stop":1706618395557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2a4e1ada550c4b90","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706618395557,"stop":1706618395557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"63ca91af1698632b","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"bae196d0e293986a","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"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":"e1730d650440401d","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1706618396941,"stop":1706618396942,"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":"348975164994ddc1","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1706618396941,"stop":1706618396941,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"87a15e85ae2088a2","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1706618396942,"stop":1706618396942,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"91fb0d5e01db346f","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706618424939,"stop":1706618424941,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"dc0db2baf762af42","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706618424941,"stop":1706618424942,"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":"b7f8b24585756f4","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706618424942,"stop":1706618424943,"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":"901f9f46344ae0d","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706618424943,"stop":1706618424943,"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":"fc47e23b90e7f74","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706618424944,"stop":1706618424944,"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":"f20a7c7de20ab0f4","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706618424945,"stop":1706618424945,"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":"5153296bde8262ec","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1706618424945,"stop":1706618424946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"b0eaee25a7dcb4c1","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1706618429312,"stop":1706618429313,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"bc24ec9960e67e9d","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1706618429313,"stop":1706618429314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"e3dc35440362dbd7","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1706618429313,"stop":1706618429313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"1bda60727557650a","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706618431631,"stop":1706618431632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"e47eca93ac7281d6","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706618431632,"stop":1706618431633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"3e2815122dcc8b62","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706618431633,"stop":1706618431633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1c1932b8e659ef88","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1706618431633,"stop":1706618431634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on peer without subscriptions","uid":"700c4e4bce08f471","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"2f43116f52417796","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a83f8531c06e21c","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"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":"a5bdd2142ec8ab1b","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"ConnectionManager","children":[{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"b8e340021d693521","parentUid":"9a5cd95c993f680206e6917b87b78972","status":"passed","time":{"start":1706618454358,"stop":1706618454358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"99e1bd21f77da320","parentUid":"9a5cd95c993f680206e6917b87b78972","status":"passed","time":{"start":1706618454359,"stop":1706618454359,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a5cd95c993f680206e6917b87b78972"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"fa7e00f761c7f863","parentUid":"2e2f8d2f134a22cea54095fcc0c4cb5d","status":"passed","time":{"start":1706618454359,"stop":1706618454360,"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":"1c38ddd1773e53c7","parentUid":"2e2f8d2f134a22cea54095fcc0c4cb5d","status":"passed","time":{"start":1706618454360,"stop":1706618454361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e2f8d2f134a22cea54095fcc0c4cb5d"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"28a5e6b81638f76b","parentUid":"f77b8892ebcbdd2e519cdfcdbec1ecd9","status":"passed","time":{"start":1706618454361,"stop":1706618454361,"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":"94ccb832a0c134a0","parentUid":"f77b8892ebcbdd2e519cdfcdbec1ecd9","status":"passed","time":{"start":1706618454362,"stop":1706618454363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f77b8892ebcbdd2e519cdfcdbec1ecd9"}],"uid":"6a2e7a33fb7238d91efaa080c88ef6bd"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"7e92cb4c1bf574c","parentUid":"51e4381dffbfe1f8090cfb5575aa86e1","status":"passed","time":{"start":1706618454363,"stop":1706618454363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"51e4381dffbfe1f8090cfb5575aa86e1"},{"name":"dialPeer method > For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"f93539b24f610d77","parentUid":"2693b1f9fd7e696018d08c6a1db94e43","status":"passed","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"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":"cf32945dc64d9420","parentUid":"2693b1f9fd7e696018d08c6a1db94e43","status":"passed","time":{"start":1706618454369,"stop":1706618454370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2693b1f9fd7e696018d08c6a1db94e43"},{"name":"dialPeer method > For peer-exchange peers","children":[{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"845a383706da58f1","parentUid":"5681819b3f9e9e77c53286bb72904cdf","status":"passed","time":{"start":1706618454371,"stop":1706618454372,"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":"acac0b8ed1828939","parentUid":"5681819b3f9e9e77c53286bb72904cdf","status":"passed","time":{"start":1706618454371,"stop":1706618454371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5681819b3f9e9e77c53286bb72904cdf"}],"uid":"2d0e3488b2e720c3da364f300ca37cfe"},{"name":"Connection state","children":[{"name":"should emit `waku:online` event only when first peer is connected","uid":"5d037492a124d401","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706618454372,"stop":1706618454372,"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":"8d897533e21ca293","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"f3d1c38dabf857ba","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"91e840908c0272b4","parentUid":"547cffa4264de584ae9cfda815d17fa6","status":"passed","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"547cffa4264de584ae9cfda815d17fa6"}],"uid":"4266627cfd260435a199f757bb38c81d"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"3950d70ed3007872","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706618487711,"stop":1706618487712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ba3a42afcb55a13b","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706618487712,"stop":1706618487713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3a274f31761a6638","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706618487713,"stop":1706618487714,"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":"bd7e7651ee898d38","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1706618487714,"stop":1706618487714,"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":"5b8ade269780aa26","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706618487715,"stop":1706618487715,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5b4bdcea56f80d1d","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706618487715,"stop":1706618487716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d6199c16e753b91b","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706618487716,"stop":1706618487716,"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":"63fe6c5509c673a4","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1706618487716,"stop":1706618487717,"duration":1},"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 2 topics","uid":"43316e2178a38f32","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706618489110,"stop":1706618489111,"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":"a6200c2a4f74d6db","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706618489110,"stop":1706618489110,"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":"164e9794ce6e1867","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706618489111,"stop":1706618489111,"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":"339e52495f5bcf4d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706618489111,"stop":1706618489112,"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":"70d1f36abe5e9f02","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706618489112,"stop":1706618489112,"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":"41e06f8a1c302c5e","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1706618489112,"stop":1706618489113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"93aa5aa3e533e4e7","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706618496635,"stop":1706618496637,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"5e07dd12e010d4cd","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706618496637,"stop":1706618496638,"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":"aeb55f1d3cc18458","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706618496638,"stop":1706618496638,"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":"1eb084dd44a370cb","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1706618496638,"stop":1706618496639,"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":"d26433d23aa0a6fe","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706618496639,"stop":1706618496640,"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":"f38d590cd94a56ad","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706618496639,"stop":1706618496639,"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":"e4261de2e78f5ee5","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706618496640,"stop":1706618496641,"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":"e93f911084003e41","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1706618496640,"stop":1706618496640,"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":"92a6072d6a12e2b","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706618496641,"stop":1706618496641,"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":"b2cf6b3190b0bfc2","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"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":"b62d9568c81501b4","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706618496642,"stop":1706618496643,"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":"fa8620e3a87fc6a4","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"c9bca376bd007030","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580243,"stop":1706618580244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"99a3463fff272dc8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580244,"stop":1706618580244,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5721e9b2c8baf761","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3a842c85aef27b69","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"db31f7014b3d966e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580246,"stop":1706618580246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a532d3bc7dea6723","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580246,"stop":1706618580247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"54da178a737e6508","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580247,"stop":1706618580248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6cec32f6937d472f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580247,"stop":1706618580247,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7b6d47155bff1392","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580248,"stop":1706618580248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55bb7522d00d174","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580248,"stop":1706618580249,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"13c94ebb5a111e3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580249,"stop":1706618580250,"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":"c1b7211d4df2a4af","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580249,"stop":1706618580249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d0cbf360d22d3d31","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580250,"stop":1706618580250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7f12b89086933979","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580253,"stop":1706618580254,"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":"6b414a2516eda0f5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580254,"stop":1706618580254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9d913b63743d6b1f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580254,"stop":1706618580255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016000000 ","uid":"7dc1c5e147e4cd26","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580255,"stop":1706618580256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9fd218af77a87a52","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580256,"stop":1706618580257,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016 ","uid":"30fd9b219449fed1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580256,"stop":1706618580256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"f9844a915e2aff7c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580257,"stop":1706618580258,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d50b23edc7507010","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580257,"stop":1706618580257,"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":"3f8f2aa7238ed2a8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580258,"stop":1706618580258,"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":"c02aae4ccca436f9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580258,"stop":1706618580259,"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":"211e1fb55aea6d82","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580259,"stop":1706618580260,"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":"a220aa1c810527a9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580259,"stop":1706618580259,"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":"d95f8243e7f6541a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580260,"stop":1706618580261,"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":"b5617f73964d0098","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580260,"stop":1706618580260,"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":"4ac50ad12bef13a0","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580261,"stop":1706618580262,"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":"495c9da73bdf2716","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1706618580262,"stop":1706618580262,"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":"c20869a476b5993c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1706618580262,"stop":1706618580262,"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":"92558b19b5cde6b1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1706618580263,"stop":1706618580263,"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":"39f82303cce122fd","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706618624270,"stop":1706618624270,"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":"9168dbdae3612f71","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"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":"f6e8493f63f76609","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"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":"217edc81533541cc","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706618624272,"stop":1706618624272,"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":"b760757915532bbd","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706618624273,"stop":1706618624275,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"b582d5115671a4c2","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1706618624275,"stop":1706618624275,"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 2 topics","uid":"a886e22c992bff7d","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706618624276,"stop":1706618624277,"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":"6e17adeafb7dc4ab","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706618624276,"stop":1706618624276,"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":"38e1cde9489d21ed","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706618624277,"stop":1706618624277,"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":"d11a02193c6fafdc","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706618624278,"stop":1706618624279,"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":"e1aef231bf1ee82a","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706618624279,"stop":1706618624280,"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":"7ca702d5d2a1a38d","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1706618624280,"stop":1706618624281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"42ef827610e156d4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624420,"stop":1706618624421,"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":"2d40a183aea1fe1e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624427,"stop":1706618624428,"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":"8fe71991efdf9cf7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624428,"stop":1706618624449,"duration":21},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e6bbb5a390de8942","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624449,"stop":1706618624449,"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":"ad3cc4b87da4e77e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"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":"fa9b4d8814bc063b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"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":"748543f3b2e1b6bb","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1706618624451,"stop":1706618624452,"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":"f6ecbd8743d57519","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624451,"stop":1706618624451,"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":"5ec01a51348e0c6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624452,"stop":1706618624498,"duration":46},"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":"9cbe725c2d7f53c0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624499,"stop":1706618624499,"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":"e2a191b8d32cae65","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1ad7542fc5fe8ec7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624499,"stop":1706618624500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"eac8a523d55570dc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624519,"stop":1706618624520,"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":"4d397cf7cf298dfd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624520,"stop":1706618624520,"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":"9b3c5f12651376b4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624520,"stop":1706618624521,"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":"44aa0308c86f49e3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624521,"stop":1706618624521,"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":"1768495f12dbb8c7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624521,"stop":1706618624522,"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":"c78192106af17052","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624522,"stop":1706618624523,"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":"787932ad13958096","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"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":"f2b4f9e6cda045df","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"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":"2abc118317c2af49","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"b8d1c7f6c1819eaa","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624534,"stop":1706618624535,"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":"cb6e7d254756f6cb","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624534,"stop":1706618624534,"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":"2695d0fa9b816ca7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624535,"stop":1706618624536,"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":"216f4e48369049ef","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624535,"stop":1706618624535,"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":"d8ef7cfc6a31310f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624536,"stop":1706618624537,"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":"b9b3ef713f9a077f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624536,"stop":1706618624536,"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":"f6d1a4d6248d854e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624537,"stop":1706618624537,"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":"654f619b18870d7d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624537,"stop":1706618624538,"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":"aebcc15bf5c51737","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624538,"stop":1706618624538,"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":"526fadff81dfb922","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"6c3ebae770baf4ac","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1706618686998,"stop":1706618686999,"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":"965c9e3fa15f83d0","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1706618686999,"stop":1706618687000,"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":"7efb26e4c150eb4b","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1706618687001,"stop":1706618687001,"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":"22d3b2aaecd5f231","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1706618687001,"stop":1706618687002,"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":"c7ace27834e980e1","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"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":"be64371ce74f026c","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"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":"1c41b02a98617871","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1706618687003,"stop":1706618687004,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"efff5ddc5775ffc0","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1706618687004,"stop":1706618687005,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"97bb736e5a4ad57c","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1706618687005,"stop":1706618687006,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"c0e49e23d80b43e6","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1706618687106,"stop":1706618687106,"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":"42b8e41b00ae3336","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"ed421c4d7606f2f8","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706618731269,"stop":1706618731270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1c03b8baee2e198f","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706618731271,"stop":1706618731272,"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":"2aa039a37cab5a2d","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706618731273,"stop":1706618731274,"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":"65c25976b2f9e2db","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"broken","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"77a0ee55d5e39574","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"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":"395738e3b4bdcb58","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"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":"33605b0ff317c52b","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"broken","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"2a9afbd722fb849a","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"broken","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"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":"303dce01dbce0663","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706618731280,"stop":1706618731281,"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":"c097eb6ddf55129f","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706618731281,"stop":1706618731281,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"2673c5ad39105fe2","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"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":"d912e4a8cb24e6cb","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706618731282,"stop":1706618731283,"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":"86dc39e585a91240","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"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":"c203877b4d79ae79","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706618731283,"stop":1706618731284,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e03527c4509ef2ed","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706618731283,"stop":1706618731283,"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":"29eafe7f31572330","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706618731284,"stop":1706618731284,"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":"3c25efc7a75d8f07","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706618731284,"stop":1706618731285,"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":"6fd4d3f17b6eeef6","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"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":"3c7aa009c1f6be14","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"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":"fe4f6d59708737c6","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706618731286,"stop":1706618731287,"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":"42cf9a4403cf190b","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"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":"9977fa459e23f747","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"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":"fba86fb5418ec476","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"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":"aa4588059954a092","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"83a018fc2a3f8103","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"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":"33808063b91b23c","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"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":"8f730f1996dad923","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"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":"d51a8a7108e0ed08","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"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":"99304d2880ab66d2","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706618731292,"stop":1706618731293,"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":"27a139bf850e8935","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706618731293,"stop":1706618731294,"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":"110ca55b0e9fb498","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"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":"1278cbb822bc1a18","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"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":"6a095cd6a99416c","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"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":"1145d47ad8b49ae7","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"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":"232ce283dfbd49e","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"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":"4bc501c65a8a59a2","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"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":"722f6567fa07be16","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"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":"438cc16b964e6d3","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"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":"ffa149227c8c5729","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706618731297,"stop":1706618731298,"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":"4ebe234265ef378c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706618731298,"stop":1706618731299,"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":"99561d27c674278a","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706618731298,"stop":1706618731298,"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":"f8af486e8f1078bb","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"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":"5a6a9be104b3c4a7","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"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":"ec0b63827bebf318","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1706618731300,"stop":1706618731305,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"1d48ed147ef7b59f","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1706618738958,"stop":1706618738958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not attempt the same peer discovered multiple times more than once","children":[{"name":"through manual discovery","uid":"50bab4fa7b561fc3","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1706618738959,"stop":1706618738959,"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":"f220894ca0b105c7","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1706618739031,"stop":1706618739032,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Metadata Protocol","children":[{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"c7d9912ce3fbb563","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"965dc46e3a3fa392","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1706618799830,"stop":1706618799830,"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":"121f350a538db589","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"broken","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"43daaf52ce4767a9","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"broken","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"de966abc3832db49","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"broken","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"625765bdead4e714","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1706618801296,"stop":1706618801297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5268fdb9f3417055","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1706618801297,"stop":1706618801297,"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":"bd0c94ef10f528c4","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1706618834267,"stop":1706618834268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1ff5812ca10189ab","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1706618834268,"stop":1706618834269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"dd8b34fdca53fe24","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1706618834268,"stop":1706618834268,"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":"7289657642f12c32","parentUid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8","status":"passed","time":{"start":1706618834269,"stop":1706618834271,"duration":2},"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":"fc5a44f41bc6eca2","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706618851394,"stop":1706618851395,"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":"f55a2c59137dda0d","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706618851395,"stop":1706618851396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"53fae0cd3a6c53b4","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"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":"76ba2cfc67b95436","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"4fb04df76a0ba3d7","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"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":"cb283d3fa4e57c29","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3ab09303036c9874","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"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":"129be1af36ae3be5","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"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/2 topic","uid":"c1c979de54ecc568","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706618851397,"stop":1706618851398,"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":"6588e0d76276a690","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"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":"f1d9438aee18e8d","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706618851398,"stop":1706618851399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ae199278d309d5b6","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1706618851398,"stop":1706618851398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"c2627e55fb72d356","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858004,"stop":1706618858005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"376fd527142a549f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858005,"stop":1706618858005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"29e28a62c67f07ad","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858006,"stop":1706618858008,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"52799da972febf01","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858008,"stop":1706618858008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"59eb7e815d5ade4d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858009,"stop":1706618858010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e4d8252d48a068fc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858009,"stop":1706618858009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"85b3d87b3851ca6b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"d72020188187aa21","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"406f98c0d76755d8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"70d4d5a2e9f53b03","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"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":"121447c8edc7276b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858012,"stop":1706618858012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"68be028a1e650cf1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858014,"stop":1706618858016,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b78dbb6e0b5550bd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"11d9c5ab18753781","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"a8e97b6e228a0c57","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"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":"6980cbab84b97914","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"44d60b5253e04566","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858017,"stop":1706618858018,"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":"4a0e59945537ce6c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"edf1b661f2085827","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"a0d578b371c5ba13","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858019,"stop":1706618858022,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"a06fa66836080859","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858022,"stop":1706618858022,"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":"1e7adea0053c90cf","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"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":"e98b782ef80ed3e3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"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":"11de3e20d86dd1a4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858023,"stop":1706618858024,"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":"fb2bc7b288d6fdab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858024,"stop":1706618858025,"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":"6b9e5e9c1cad81d9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"37d9ec8a3d7098c4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"a7f2e485adc5ee62","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858025,"stop":1706618858026,"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":"f5c7a06166a38de4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"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":"eb8d570897fdd316","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"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":"492d095b0743e848","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"ab928789beecb37e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"972a742f4f6cb7bc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"bc9158287dae591a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"508e3205d419847b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"c944b878725a88b9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858028,"stop":1706618858029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"fe11f44a3eac0a67","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858028,"stop":1706618858028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"bbee2a8060f67063","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860224650","uid":"371c2ebbdb131422","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706615024650","uid":"3b1100522666c1f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622224650","uid":"b1596086e3d4992d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858037,"stop":1706618858038,"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":"540b75fcb46ba5b6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"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":"593f99ff26f22b5b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing long","uid":"62bd1b0d41534a00","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865680,"stop":1706618865681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"9566c8c0774d8ebe","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865680,"stop":1706618865680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"20fd2890c370b29f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865681,"stop":1706618865681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"67a07916bdf1f196","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865681,"stop":1706618865682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"25b18febf48192da","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865682,"stop":1706618865683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c663e766f6fe8af6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865682,"stop":1706618865682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"8c980dba00d12e83","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"7a8132394c076aec","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"f802fe09e2777668","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bea06cff7afd6dff","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"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":"6ace19f0b2179947","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865685,"stop":1706618865685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7fb268bea906c53b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865685,"stop":1706618865686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"733291b83aa211af","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"b57f6b959f565694","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"47596903c4d5100e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"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":"5989e77a21e4a4d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865688,"stop":1706618865689,"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":"cc8a65ad8899809c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","uid":"210023c7dc3bd456","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865689,"stop":1706618865689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","uid":"a4e852432ac421ab","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865689,"stop":1706618865690,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","uid":"1b22dd1bf18f5308","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"113bf4bcf400b4e7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"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":"49a45fd1755336b8","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865691,"stop":1706618865692,"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":"35dac324d7a05007","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"44c751deabc7075d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"5efbecf033e90135","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865692,"stop":1706618865693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"2afdf4d098d966f2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1706618865693,"stop":1706618865694,"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":"555d658ab3d113ff","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"694ea06b52f9c2c0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865694,"stop":1706618865695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bc66ce2290cef0c9","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1706618865694,"stop":1706618865694,"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":"ac29d1026baa1d0e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871323,"stop":1706618871324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"1f7ffc0da6d4b3c9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871324,"stop":1706618871325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"85c491275af14a9f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871325,"stop":1706618871326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b00cb38287ee0d09","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871326,"stop":1706618871327,"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":"9e6a780dd73f926b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871327,"stop":1706618871327,"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":"77affc9c082a9713","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871328,"stop":1706618871328,"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":"52aa3f9a0a34b2bb","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871329,"stop":1706618871329,"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":"5dc6a053545d98ff","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5b225430347d014e","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ae74c09b8d6791e","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1706618871330,"stop":1706618871331,"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":"b3faddb299f79096","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871331,"stop":1706618871331,"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":"47fa094f760a3a41","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"eaecd7c5a56918c7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"6f2383b99a4268e0","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"d349e08097bdb61a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"e5a617912b614342","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"91f69803f3ccefb4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"5e865dfd633ac35","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"d46090312c639f9c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"3727773489abe03b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"336f1706e62a77ee","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"6eca3675d880af8a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"6b1167c632df64a7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871336,"stop":1706618871337,"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":"eae4bef80443c4e9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"fdd0710bbc962d68","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"d73d95454d42566f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Static Sharding: Running Nodes","children":[{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"af2f393b8e462e0a","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1706618886441,"stop":1706618886442,"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":"726684dd59fb7105","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1706618886441,"stop":1706618886441,"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":"4e9fc5fed12c4921","parentUid":"81716586629d1440866a32fcb0929685","status":"passed","time":{"start":1706618886442,"stop":1706618886442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Peer Exchange","children":[{"name":"Locally Run Nodes","children":[{"name":"nwaku interop","uid":"3be3b8e595d8c7fa","parentUid":"59b7448f16356847d07a5cbeb5d72397","status":"passed","time":{"start":1706618909984,"stop":1706618909985,"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":"82b8a7e8f92c15e1","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706618909985,"stop":1706618909985,"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":"573904aed2972bb6","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2179f01a04776477","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"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":"4bcae3897e39094a","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"747920aec35145b7","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"62e0f09f36c9ae7b","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706618909987,"stop":1706618909988,"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":"98f47160e3e20be2","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1706618909988,"stop":1706618909989,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"d411eba45d26f902","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934690,"stop":1706618934691,"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":"462243affcd380a4","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934691,"stop":1706618934692,"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":"18a6a9285087fae0","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934692,"stop":1706618934693,"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":"c375ee02f6b23018","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"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":"75d8aac2bd155649","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"54ebcce2b641c7b4","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"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":"45e359fea625011b","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"8efde63dc51622ac","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934695,"stop":1706618934695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fd25aee6c0ac9b4e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1706618934695,"stop":1706618934696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"1a37b49706a37c13","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959471,"stop":1706618959472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"b8d37ab48df04fac","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959472,"stop":1706618959472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"34ee82d6e62d35a2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959472,"stop":1706618959473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dc5e8a76644122f7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959473,"stop":1706618959474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8add4d174f31964a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959473,"stop":1706618959473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"4ad85d9f94f1dc4a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959474,"stop":1706618959474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb36946768c0bfa1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959474,"stop":1706618959475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"84558ecc4db96d19","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"113456a16c6a7fab","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"682e0a510969e1b7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959476,"stop":1706618959476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"478487ab98c9d6c4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"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":"1e85e6f211a8e2e6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e157f2acfdcda1e4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f11fb31b1b07b846","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1030bb60984ff60b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"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":"ef1038d78d281852","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"4c9cb9e0e5e1ebbc","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"f3b1a53ce323252b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a415e108cde12407","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959481,"stop":1706618959482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d280d430e93c97c3","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959482,"stop":1706618959482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c3f210d341443278","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959482,"stop":1706618959483,"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":"c482c1d80a6c916a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959483,"stop":1706618959484,"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":"caf24828bf0fbbb6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959483,"stop":1706618959483,"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":"10daa109de6aba6f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959484,"stop":1706618959484,"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":"89fd1dd9fd6dc46e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959484,"stop":1706618959485,"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":"c602341d3643dfc6","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959485,"stop":1706618959485,"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":"c130f2bcc28c2542","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1706618959485,"stop":1706618959486,"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":"ca800d3787394a80","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1706618959486,"stop":1706618959487,"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":"6f3bc82ae1510832","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1706618959486,"stop":1706618959486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cddf321d453ccfeb1c38dfaa4bf0811f"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","children":[{"name":"Check received message containing short","uid":"b299564d5c9769f1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"14ad05adc38cd4b9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a52864fe694cbb18","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959489,"stop":1706618959490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"87a5131dae447756","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bea174bf9a612b01","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"16a4c159caff33b2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959490,"stop":1706618959491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1861a13c623a966f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959490,"stop":1706618959490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"777432c76b2490d5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959491,"stop":1706618959492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e42001a52c992ba","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959491,"stop":1706618959491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a095e172dd9bcdd0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959492,"stop":1706618959493,"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":"9d95b919c082d38b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5921a7fd118fac8d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5b11f0956833e69f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"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":"4a3b6e7f60b3fb41","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959494,"stop":1706618959495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d734400327963a5b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"284501093b08e9d7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959495,"stop":1706618959496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b7def98d55128c70","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959495,"stop":1706618959495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"a63d8be9df60a1a9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"67535135d222636b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959499,"stop":1706618959499,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"618d7569c3956283","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959499,"stop":1706618959500,"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":"529e47bbfb628763","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959504,"stop":1706618959505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"e163278af51a654d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959504,"stop":1706618959504,"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":"e7117258cfe925e0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959505,"stop":1706618959506,"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":"9bf048ef15895383","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959505,"stop":1706618959505,"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":"1892e7e1ee57d29c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959506,"stop":1706618959506,"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":"ef02b49ed4037ed0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959506,"stop":1706618959507,"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":"628fe352059cb60e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1706618959507,"stop":1706618959507,"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":"68e1b4daa07d6066","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1706618959507,"stop":1706618959507,"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":"3c39dbb9b7bea29b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1706618959507,"stop":1706618959518,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"645ee93a653f35ec","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973544,"stop":1706618973544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1fe9af71913b1051","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973544,"stop":1706618973545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"e05c7d24c0a4e8ca","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"7ff037fb10d91d2","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c7e9b2dc4f286d04","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973546,"stop":1706618973547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8e95e3901220248c","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"83460c81e5d12220","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b0c922cff128f494","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973548,"stop":1706618973549,"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":"e405687b0aad631","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"675232daada65c3d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"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":"e1139d4a4a7a2a31","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"e5e5345bcf96af6a","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"e2d3005a146e55f2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996183,"stop":1706618996183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1c945ca327773225","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996184,"stop":1706618996184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"33525b020537a123","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996186,"stop":1706618996187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"51ba23ec392573e8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996186,"stop":1706618996186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"edd6d72f6151de95","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996187,"stop":1706618996188,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9ab60aed2425e0db","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996187,"stop":1706618996187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"2a3140f859dace8a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996188,"stop":1706618996189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a93c14c20bfc2c02","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996188,"stop":1706618996188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1f2bf118147238a1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996189,"stop":1706618996190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"91d2bfc4296cde54","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996190,"stop":1706618996190,"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":"c24f019f6a90d677","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996190,"stop":1706618996191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"8ab50b77c80ce7d6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996191,"stop":1706618996191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"f9a9c5be342d3067","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996191,"stop":1706618996192,"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":"d806bd2dbb4719dd","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996192,"stop":1706618996193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"73b4d4a281ba36d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996192,"stop":1706618996192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"3af052694e6ee6b0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996193,"stop":1706618996193,"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":"33bbcb4fe5601790","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996194,"stop":1706618996195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"29450f8b43ec92e7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996194,"stop":1706618996194,"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":"c0c4c419549cc7b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996195,"stop":1706618996195,"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":"54ad848439c1c93a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996195,"stop":1706618996196,"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":"a9b830f666a9ec38","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996196,"stop":1706618996196,"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":"8af4ee43c08ae02e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996196,"stop":1706618996197,"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":"93412407bd33ba1c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996197,"stop":1706618996198,"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":"121244c19a576309","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996198,"stop":1706618996199,"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":"16312aa956ff57d8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996199,"stop":1706618996200,"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":"d81428f713a5f17c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996199,"stop":1706618996199,"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":"7844607fcc97f073","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996200,"stop":1706618996200,"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":"3bc9fee6c46e22f6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996201,"stop":1706618996202,"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":"c821d45c05b11647","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996201,"stop":1706618996201,"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":"26deea821890e5b9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996202,"stop":1706618996203,"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":"ad5040ab0b3315c8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996203,"stop":1706618996203,"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":"f49ded8d8e8aaadc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996203,"stop":1706618996204,"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":"2429e750af6177dd","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"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":"ff83e7949d034562","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"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":"dbbd9c4a47a8cc8d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996205,"stop":1706618996206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"302769fcd6799018","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"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":"e54ce121ba139718","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860180609","uid":"32e9dcc6370f7e05","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996206,"stop":1706618996207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6dcbd4d01bd8dfc9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996206,"stop":1706618996206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622180609","uid":"37ffa09465197047","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706614980609","uid":"998ea8534508a306","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"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":"e5f1e4f017cde250","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996208,"stop":1706618996208,"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":"e8b73c53071a5213","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1706618996208,"stop":1706618996209,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, order","children":[{"name":"Query Generator - forward","uid":"a3899f1ed2dd4bbb","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706619002392,"stop":1706619002393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a3a9ff6957db0000","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706619002393,"stop":1706619002393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"e3cf4af2e02ad24a","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"4ef841e3101369a5","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706619002397,"stop":1706619002397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"7583180226541bb","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706619002398,"stop":1706619002399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4ec4895009dbc99d","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1706619002398,"stop":1706619002398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"d7b84aa287db7f7f","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004843,"stop":1706619004843,"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":"40c9717867c19670","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"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":"de62266ff1c1757","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"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":"7e2df1fa3b0ea074","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"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":"5cb4199a425cb12f","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004845,"stop":1706619004846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"617b65fe91747f1c","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"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":"d5d8f1beab2eed86","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004846,"stop":1706619004847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"edd1121e02ef78b9","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004846,"stop":1706619004846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8f25ed4bc2f7b6a7","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1706619004847,"stop":1706619004847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"a6b1ced300464cbc","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e92dcccb37244ee8","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"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":"878d3f45735a0d99","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1706619008974,"stop":1706619008974,"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":"f8c32eb74dc3b7b5","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1706619008974,"stop":1706619008975,"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":"7b22372d338fa89f","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1706619008975,"stop":1706619008976,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9c5bdeb172e6c642","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1706619008975,"stop":1706619008975,"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":"2c138c6b3f7a9a42","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1706619008976,"stop":1706619008977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"ada9d20a0a42c97a","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"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":"bddcd936c889d57a","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"747b6b41c601980c","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706619017482,"stop":1706619017483,"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":"1f1eac41db44585e","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706619017483,"stop":1706619017484,"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":"9128a13d7951eb44","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706619017483,"stop":1706619017483,"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":"b48cafab14c8dcb6","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1706619017484,"stop":1706619017485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"handles multiple messages","uid":"a3d838e4a1b8b6a0","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1706619021206,"stop":1706619021207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"fe11b744911c66f3","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1706619021206,"stop":1706619021206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9840ae91dd081dee","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1706619021207,"stop":1706619021207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"37c4470fa2c34b77","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029121,"stop":1706619029121,"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":"cbe73588fe33bb57","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029122,"stop":1706619029123,"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":"4d25f1c253b5a404","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"e86e66f3252caa9f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"e24c8014de29a938","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"4a48ee55c09d596d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029123,"stop":1706619029124,"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":"77f200462c188092","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"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":"5c1ce7e3a7bb159e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"dcaff4d679ef4f16","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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 30 topics","uid":"87bec6f64997faec","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ac74353d45e1aeff","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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":"561d735f4c0a273f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"8271f91bf7a89eb8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"8f60f307927ce3db","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"9b34ca5eca6475eb","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"9ce00cc4485769a0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"d70ef453bd2a0f88","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"a0beb8dcf4b7979d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"61a05b23a3685d73","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"e1963ce1f40e0dd9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"e7ffd332a521c75d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029127,"stop":1706619029128,"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":"dbbf65323eab0f47","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"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":"fad827e7c0d3e70","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"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":"244daa6b9ccfe578","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"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":"7ddb1ec91196b94f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"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":"bec04a06599887d9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"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":"f4990162bff3ae73","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"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":"11eba147704c8b27","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1706619029131,"stop":1706619029131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive messages via lightPush","uid":"b6adddb4bafdfcde","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029132,"stop":1706619029133,"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":"cdb966e5c106595a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029133,"stop":1706619029133,"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":"de7031a1a31b7b7a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029133,"stop":1706619029135,"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":"77d99fcb5abdb32b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029135,"stop":1706619029136,"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":"c6223bc753eb36d0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029136,"stop":1706619029136,"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":"2ee45025fc2127eb","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029137,"stop":1706619029137,"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":"53638d0e7a5ab37e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"304cd2b0b8a4fe8d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"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 30 topics","uid":"e943116a54c4d0d9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029138,"stop":1706619029139,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c6ec286b448bc96a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029139,"stop":1706619029140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"df1330095d99a636","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029139,"stop":1706619029139,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"f78a87da0f0f5888","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029140,"stop":1706619029141,"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":"3794ba9e6b4b171c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"26282bf1865a23dc","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"fa9b2b5a3d9ac3c0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029141,"stop":1706619029141,"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":"cd2c4727be1043a4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029141,"stop":1706619029142,"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":"ff28cd1e9467645c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029142,"stop":1706619029143,"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":"94e9b537cf8985f0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"599164d2595c676","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"370dd7023a5d5fec","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029143,"stop":1706619029144,"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":"3df18e72c01868c5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029143,"stop":1706619029143,"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":"7b6eec3f4123e1b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"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":"ae48d1c4f9f739f2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"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":"214739989bcfd387","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"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":"4f79feaccf798941","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029145,"stop":1706619029146,"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":"d4ad1a10f8773f9d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"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":"22ffcc2a11733a62","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"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":"f6ed0a8c904a43ae","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"24b29dcdfb2141a1","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"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":"2c1a8506ceb918e7","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"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":"46861912a66eee9b","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030045,"stop":1706619030046,"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":"908649f26a0a752d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"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":"6b5c442f09aa176c","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"59f435fdb60e90e6","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030047,"stop":1706619030048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"d9c85123b94df4ec","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"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":"3949404061efccac","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"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: -18999, endTime: -18996","uid":"968e0db22895b0c","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033641,"stop":1706619033642,"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":"ecc7d7c59c627065","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033641,"stop":1706619033641,"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":"6d12a9ceb2e2fc62","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033642,"stop":1706619033642,"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":"896c923e1c60068e","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033642,"stop":1706619033643,"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":"448e49e8badff8b8","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033643,"stop":1706619033644,"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":"46fcaf0d8a61f7e3","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"3b2e05eb5206b3f6","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"3e7feb318159ef1a","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033644,"stop":1706619033644,"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":"91db5b0d6331013","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1706619033644,"stop":1706619033645,"duration":1},"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":"b91fc2a56e3d862","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1706619035796,"stop":1706619035796,"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":"146caefe1acba21b","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1706619035796,"stop":1706619035797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Passing an array","uid":"a5414818a21a685c","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a22a046ff0b89741","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9378f5f7ef0de7cc0e97970af1f8370b"}],"uid":"89ea6af94a866de9b7d2054cee4d457f"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"22cf55551e0b4ced","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1706619035798,"stop":1706619035799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Decryption Keys","children":[{"name":"Used by Waku Relay","uid":"5abf1dafb7089703","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1706619035798,"stop":1706619035798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"c14a3598c98cc4e9","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1706619039584,"stop":1706619039584,"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":"b8b9f63b2d2963e6","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1706619039584,"stop":1706619039585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56ddb61839d909e7e3e8912b289076bc"}],"uid":"d7aec3c03737e36caf907314a75924df"},{"name":"Autosharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"7ce02450472183a1","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1706619039585,"stop":1706619039585,"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":"d001ae67f9cfe20a","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1706619039585,"stop":1706619039586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed after","uid":"9807a2b8c757ac2","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044147,"stop":1706619044148,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"95eb05e24782422d","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044147,"stop":1706619044147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"99f7da1b3648e26e","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ffeabd6e27d0fe44","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"3aed3134908bbe7a","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"fef42ec1a4002bde","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044149,"stop":1706619044150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3d15672ab2e6bf01","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6cd793ca3a535aba","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d1a1f5c4f60174ef","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"}],"name":"suites"} \ No newline at end of file diff --git a/6266/data/test-cases/ebe740c5c107af8c.json b/6291/data/test-cases/1030bb60984ff60b.json similarity index 86% rename from 6266/data/test-cases/ebe740c5c107af8c.json rename to 6291/data/test-cases/1030bb60984ff60b.json index 6ccdb975941..bea2369f25c 100644 --- a/6266/data/test-cases/ebe740c5c107af8c.json +++ b/6291/data/test-cases/1030bb60984ff60b.json @@ -1 +1 @@ -{"uid":"ebe740c5c107af8c","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":1706101723785,"stop":1706101723786,"duration":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":"402dd8150a900d27","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/402dd8150a900d27","status":"passed","time":{"start":1706101654456,"stop":1706101654456,"duration":0}},{"uid":"549d4649d5e4736a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/549d4649d5e4736a","status":"passed","time":{"start":1706101537658,"stop":1706101537659,"duration":1}},{"uid":"796f07aa186a3027","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/796f07aa186a3027","status":"passed","time":{"start":1706100722877,"stop":1706100722878,"duration":1}},{"uid":"1e18718bc71e84f0","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1e18718bc71e84f0","status":"passed","time":{"start":1706099290622,"stop":1706099290623,"duration":1}},{"uid":"9c19fd7fbd6cdc25","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9c19fd7fbd6cdc25","status":"passed","time":{"start":1705681678130,"stop":1705681678131,"duration":1}},{"uid":"6c7e8b63c908ace3","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6c7e8b63c908ace3","status":"passed","time":{"start":1705680350529,"stop":1705680350529,"duration":0}},{"uid":"e1c7ceaad64dbd2a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/e1c7ceaad64dbd2a","status":"passed","time":{"start":1705667092960,"stop":1705667092961,"duration":1}},{"uid":"8997742797f9f79e","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8997742797f9f79e","status":"passed","time":{"start":1705527069387,"stop":1705527069387,"duration":0}},{"uid":"b55710b03cff0a2a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/b55710b03cff0a2a","status":"passed","time":{"start":1705521327106,"stop":1705521327106,"duration":0}},{"uid":"da544c1535005567","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/da544c1535005567","status":"passed","time":{"start":1705520488389,"stop":1705520488389,"duration":0}},{"uid":"fe79c4f08ea35a13","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/fe79c4f08ea35a13","status":"passed","time":{"start":1705518883236,"stop":1705518883236,"duration":0}},{"uid":"901defca6b2c819f","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/901defca6b2c819f","status":"passed","time":{"start":1705502684093,"stop":1705502684093,"duration":0}}]},"tags":[]},"source":"ebe740c5c107af8c.json","parameterValues":[]} \ No newline at end of file +{"uid":"1030bb60984ff60b","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":1706618959480,"stop":1706618959480,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"201e0ba436b9a060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/201e0ba436b9a060","status":"passed","time":{"start":1706618735873,"stop":1706618735874,"duration":1}}]},"tags":[]},"source":"1030bb60984ff60b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d4a793881278eb4a.json b/6291/data/test-cases/10daa109de6aba6f.json similarity index 86% rename from 6266/data/test-cases/d4a793881278eb4a.json rename to 6291/data/test-cases/10daa109de6aba6f.json index 9b46f791496..de3f613bbe5 100644 --- a/6266/data/test-cases/d4a793881278eb4a.json +++ b/6291/data/test-cases/10daa109de6aba6f.json @@ -1 +1 @@ -{"uid":"d4a793881278eb4a","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":1706101723792,"stop":1706101723792,"duration":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":12,"unknown":0,"total":12},"items":[{"uid":"d2d6453a2e3f5e0e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d2d6453a2e3f5e0e","status":"passed","time":{"start":1706101654461,"stop":1706101654462,"duration":1}},{"uid":"ee6fdb3c4a392abb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ee6fdb3c4a392abb","status":"passed","time":{"start":1706101537662,"stop":1706101537662,"duration":0}},{"uid":"c7e5f3ad5b351656","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c7e5f3ad5b351656","status":"passed","time":{"start":1706100722887,"stop":1706100722887,"duration":0}},{"uid":"26144409a835ea70","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/26144409a835ea70","status":"passed","time":{"start":1706099290632,"stop":1706099290632,"duration":0}},{"uid":"d57a6e744b30591c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d57a6e744b30591c","status":"passed","time":{"start":1705681678134,"stop":1705681678134,"duration":0}},{"uid":"526304a55193a63f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/526304a55193a63f","status":"passed","time":{"start":1705680350534,"stop":1705680350535,"duration":1}},{"uid":"19ef065453d069d0","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/19ef065453d069d0","status":"passed","time":{"start":1705667092964,"stop":1705667092964,"duration":0}},{"uid":"fb51652d445f9a96","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/fb51652d445f9a96","status":"passed","time":{"start":1705527069390,"stop":1705527069391,"duration":1}},{"uid":"b7d451815aa65a5c","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/b7d451815aa65a5c","status":"passed","time":{"start":1705521327109,"stop":1705521327109,"duration":0}},{"uid":"185f0214d5bb5752","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/185f0214d5bb5752","status":"passed","time":{"start":1705520488394,"stop":1705520488394,"duration":0}},{"uid":"7311e87602ccb9c1","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7311e87602ccb9c1","status":"passed","time":{"start":1705518883243,"stop":1705518883243,"duration":0}}]},"tags":[]},"source":"d4a793881278eb4a.json","parameterValues":[]} \ No newline at end of file +{"uid":"10daa109de6aba6f","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":1706618959484,"stop":1706618959484,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b87e0c120d7affa1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b87e0c120d7affa1","status":"passed","time":{"start":1706618735881,"stop":1706618735882,"duration":1}}]},"tags":[]},"source":"10daa109de6aba6f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/110ca55b0e9fb498.json b/6291/data/test-cases/110ca55b0e9fb498.json new file mode 100644 index 00000000000..c8e06d815fe --- /dev/null +++ b/6291/data/test-cases/110ca55b0e9fb498.json @@ -0,0 +1 @@ +{"uid":"110ca55b0e9fb498","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":1706618731294,"stop":1706618731294,"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":2,"unknown":0,"total":2},"items":[{"uid":"4db4609fb042bdd7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4db4609fb042bdd7","status":"passed","time":{"start":1706618394333,"stop":1706618394333,"duration":0}}]},"tags":[]},"source":"110ca55b0e9fb498.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/56825b74468c4589.json b/6291/data/test-cases/113456a16c6a7fab.json similarity index 86% rename from 6266/data/test-cases/56825b74468c4589.json rename to 6291/data/test-cases/113456a16c6a7fab.json index f4ad06a2cf7..f40bddea06b 100644 --- a/6266/data/test-cases/56825b74468c4589.json +++ b/6291/data/test-cases/113456a16c6a7fab.json @@ -1 +1 @@ -{"uid":"56825b74468c4589","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":1706101723757,"stop":1706101723757,"duration":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":"db328cf857681405","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/db328cf857681405","status":"passed","time":{"start":1706101654452,"stop":1706101654453,"duration":1}},{"uid":"cc55b1b0524d1d28","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/cc55b1b0524d1d28","status":"passed","time":{"start":1706101537656,"stop":1706101537656,"duration":0}},{"uid":"2f6a1ff0e779d241","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2f6a1ff0e779d241","status":"passed","time":{"start":1706100722874,"stop":1706100722874,"duration":0}},{"uid":"7a467e0b7f558fc2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7a467e0b7f558fc2","status":"passed","time":{"start":1706099290610,"stop":1706099290614,"duration":4}},{"uid":"207ead315d7f372c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/207ead315d7f372c","status":"passed","time":{"start":1705681678127,"stop":1705681678127,"duration":0}},{"uid":"cf42e3ed2764ed02","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/cf42e3ed2764ed02","status":"passed","time":{"start":1705680350526,"stop":1705680350526,"duration":0}},{"uid":"16fa5a170bdea55","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/16fa5a170bdea55","status":"passed","time":{"start":1705667092958,"stop":1705667092958,"duration":0}},{"uid":"78e7d3d1b2486933","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/78e7d3d1b2486933","status":"passed","time":{"start":1705527069384,"stop":1705527069384,"duration":0}},{"uid":"f9920abd8540bec3","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/f9920abd8540bec3","status":"passed","time":{"start":1705521327103,"stop":1705521327103,"duration":0}},{"uid":"bb049280ada26096","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/bb049280ada26096","status":"passed","time":{"start":1705520488386,"stop":1705520488386,"duration":0}},{"uid":"5124d65ff7caad4f","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/5124d65ff7caad4f","status":"passed","time":{"start":1705518883233,"stop":1705518883233,"duration":0}},{"uid":"3e4d869ab04fe662","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/3e4d869ab04fe662","status":"passed","time":{"start":1705502684090,"stop":1705502684090,"duration":0}}]},"tags":[]},"source":"56825b74468c4589.json","parameterValues":[]} \ No newline at end of file +{"uid":"113456a16c6a7fab","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":1706618959475,"stop":1706618959475,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1786fb8fafae2039","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1786fb8fafae2039","status":"passed","time":{"start":1706618735858,"stop":1706618735858,"duration":0}}]},"tags":[]},"source":"113456a16c6a7fab.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/8ac4d76f036c7c1a.json b/6291/data/test-cases/113bf4bcf400b4e7.json similarity index 77% rename from 6266/data/test-cases/8ac4d76f036c7c1a.json rename to 6291/data/test-cases/113bf4bcf400b4e7.json index 72da8fb143d..a462fb5084f 100644 --- a/6266/data/test-cases/8ac4d76f036c7c1a.json +++ b/6291/data/test-cases/113bf4bcf400b4e7.json @@ -1 +1 @@ -{"uid":"8ac4d76f036c7c1a","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":1706101530738,"stop":1706101530738,"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":106,"unknown":0,"total":106},"items":[{"uid":"da6cbf7bf9e86f09","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/da6cbf7bf9e86f09","status":"passed","time":{"start":1706101419609,"stop":1706101419609,"duration":0}},{"uid":"b31fca2678eefa63","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/b31fca2678eefa63","status":"passed","time":{"start":1706101305318,"stop":1706101305318,"duration":0}},{"uid":"7a51b7fb0a4dc1f2","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/7a51b7fb0a4dc1f2","status":"passed","time":{"start":1706100931217,"stop":1706100931217,"duration":0}},{"uid":"ae0f0f95caf27010","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ae0f0f95caf27010","status":"passed","time":{"start":1706100510908,"stop":1706100510908,"duration":0}},{"uid":"2de6aab72798524","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/2de6aab72798524","status":"passed","time":{"start":1706099960911,"stop":1706099960911,"duration":0}},{"uid":"819648638c09d095","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/819648638c09d095","status":"passed","time":{"start":1706099096978,"stop":1706099096978,"duration":0}},{"uid":"b5b0863e568939a6","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b5b0863e568939a6","status":"passed","time":{"start":1706077690012,"stop":1706077690012,"duration":0}},{"uid":"33474222a52f1e73","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/33474222a52f1e73","status":"passed","time":{"start":1706069780790,"stop":1706069780791,"duration":1}},{"uid":"4d1414d15c8ee293","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/4d1414d15c8ee293","status":"passed","time":{"start":1705950480135,"stop":1705950480137,"duration":2}},{"uid":"4bfc175c08148822","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/4bfc175c08148822","status":"passed","time":{"start":1705938289257,"stop":1705938289257,"duration":0}},{"uid":"223bd93ac19e3df2","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/223bd93ac19e3df2","status":"passed","time":{"start":1705913424151,"stop":1705913424151,"duration":0}},{"uid":"7d33718a821b9043","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/7d33718a821b9043","status":"passed","time":{"start":1705912964622,"stop":1705912964622,"duration":0}},{"uid":"798357dee620a01e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/798357dee620a01e","status":"passed","time":{"start":1705912351031,"stop":1705912351032,"duration":1}},{"uid":"d2cc0e967d11e868","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d2cc0e967d11e868","status":"passed","time":{"start":1705911533382,"stop":1705911533383,"duration":1}},{"uid":"589275b3def25776","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/589275b3def25776","status":"passed","time":{"start":1705698747968,"stop":1705698747969,"duration":1}},{"uid":"e506fee92150af8e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e506fee92150af8e","status":"passed","time":{"start":1705687465950,"stop":1705687465950,"duration":0}},{"uid":"91a6f95f54c9f372","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/91a6f95f54c9f372","status":"passed","time":{"start":1705687367141,"stop":1705687367141,"duration":0}},{"uid":"bb0f6963e95aad49","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/bb0f6963e95aad49","status":"passed","time":{"start":1705681459381,"stop":1705681459381,"duration":0}},{"uid":"2dd6ff5f39420599","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2dd6ff5f39420599","status":"passed","time":{"start":1705680122221,"stop":1705680122221,"duration":0}},{"uid":"64e736423ab2aadd","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/64e736423ab2aadd","status":"passed","time":{"start":1705678066196,"stop":1705678066197,"duration":1}}]},"tags":[]},"source":"8ac4d76f036c7c1a.json","parameterValues":[]} \ No newline at end of file +{"uid":"113bf4bcf400b4e7","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":1706618865690,"stop":1706618865690,"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":2,"unknown":0,"total":2},"items":[{"uid":"37be724c54309aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37be724c54309aac","status":"passed","time":{"start":1706618683929,"stop":1706618683929,"duration":0}}]},"tags":[]},"source":"113bf4bcf400b4e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1145d47ad8b49ae7.json b/6291/data/test-cases/1145d47ad8b49ae7.json new file mode 100644 index 00000000000..d9f0c88f0a8 --- /dev/null +++ b/6291/data/test-cases/1145d47ad8b49ae7.json @@ -0,0 +1 @@ +{"uid":"1145d47ad8b49ae7","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":1706618731295,"stop":1706618731295,"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":2,"unknown":0,"total":2},"items":[{"uid":"72870df14338ee5c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72870df14338ee5c","status":"passed","time":{"start":1706618394339,"stop":1706618394339,"duration":0}}]},"tags":[]},"source":"1145d47ad8b49ae7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b70c50495a1457a3.json b/6291/data/test-cases/11d9c5ab18753781.json similarity index 91% rename from 6266/data/test-cases/b70c50495a1457a3.json rename to 6291/data/test-cases/11d9c5ab18753781.json index 5d1f6d11a3d..96a565530fc 100644 --- a/6266/data/test-cases/b70c50495a1457a3.json +++ b/6291/data/test-cases/11d9c5ab18753781.json @@ -1 +1 @@ -{"uid":"b70c50495a1457a3","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":1706101593990,"stop":1706101593990,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"449c3cf5a33cba03","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/449c3cf5a33cba03","status":"passed","time":{"start":1706101499434,"stop":1706101499434,"duration":0}},{"uid":"5557488423a9988e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5557488423a9988e","status":"passed","time":{"start":1706101380147,"stop":1706101380147,"duration":0}},{"uid":"207e0a6965db3e9d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/207e0a6965db3e9d","status":"passed","time":{"start":1706100623760,"stop":1706100623760,"duration":0}},{"uid":"b88e387ed5cdb965","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b88e387ed5cdb965","status":"passed","time":{"start":1706099176283,"stop":1706099176284,"duration":1}},{"uid":"7fffe6edd6567a0d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7fffe6edd6567a0d","status":"passed","time":{"start":1705681544252,"stop":1705681544252,"duration":0}},{"uid":"539a138af7b85d23","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/539a138af7b85d23","status":"passed","time":{"start":1705680158899,"stop":1705680158900,"duration":1}},{"uid":"373f6f7992824e4f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/373f6f7992824e4f","status":"passed","time":{"start":1705666900199,"stop":1705666900200,"duration":1}},{"uid":"a0b7de6bfa2b432","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/a0b7de6bfa2b432","status":"passed","time":{"start":1705526887802,"stop":1705526887803,"duration":1}}]},"tags":[]},"source":"b70c50495a1457a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"11d9c5ab18753781","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":1706618858016,"stop":1706618858016,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9de9523c730f4a02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9de9523c730f4a02","status":"passed","time":{"start":1706618636973,"stop":1706618636973,"duration":0}}]},"tags":[]},"source":"11d9c5ab18753781.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2a1fab996c75d63a.json b/6291/data/test-cases/11de3e20d86dd1a4.json similarity index 96% rename from 6266/data/test-cases/2a1fab996c75d63a.json rename to 6291/data/test-cases/11de3e20d86dd1a4.json index 44b08910478..10dc5334a63 100644 --- a/6266/data/test-cases/2a1fab996c75d63a.json +++ b/6291/data/test-cases/11de3e20d86dd1a4.json @@ -1 +1 @@ -{"uid":"2a1fab996c75d63a","name":"Push message with custom timestamp: 1675342969775","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1675342969775","historyId":"9e2206f66b048f6d80dee1913c157710:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101594024,"stop":1706101594027,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"2a1fab996c75d63a.json","parameterValues":[]} \ No newline at end of file +{"uid":"11de3e20d86dd1a4","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":1706618858023,"stop":1706618858024,"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":2,"unknown":0,"total":2},"items":[{"uid":"d41c87b3775c0ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d41c87b3775c0ee","status":"passed","time":{"start":1706618636985,"stop":1706618636986,"duration":1}}]},"tags":[]},"source":"11de3e20d86dd1a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b42543f35f581d5a.json b/6291/data/test-cases/11eba147704c8b27.json similarity index 87% rename from 6266/data/test-cases/b42543f35f581d5a.json rename to 6291/data/test-cases/11eba147704c8b27.json index c6ba5b86106..d535f41bf08 100644 --- a/6266/data/test-cases/b42543f35f581d5a.json +++ b/6291/data/test-cases/11eba147704c8b27.json @@ -1 +1 @@ -{"uid":"b42543f35f581d5a","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":1706101792212,"stop":1706101792212,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"65ff4124966a74d9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/65ff4124966a74d9","status":"passed","time":{"start":1706101709058,"stop":1706101709058,"duration":0}},{"uid":"b7193b3a63c9a74c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/b7193b3a63c9a74c","status":"passed","time":{"start":1706101584044,"stop":1706101584044,"duration":0}},{"uid":"9e558318cfdbdb8c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9e558318cfdbdb8c","status":"passed","time":{"start":1706100800531,"stop":1706100800531,"duration":0}},{"uid":"32ab245cebb5dc52","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/32ab245cebb5dc52","status":"passed","time":{"start":1706099377043,"stop":1706099377043,"duration":0}},{"uid":"785c076fd10752f2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/785c076fd10752f2","status":"passed","time":{"start":1705681745204,"stop":1705681745205,"duration":1}},{"uid":"b31173568f143fa","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b31173568f143fa","status":"passed","time":{"start":1705680374208,"stop":1705680374208,"duration":0}},{"uid":"ad1c63d94bc49d59","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ad1c63d94bc49d59","status":"passed","time":{"start":1705667089480,"stop":1705667089480,"duration":0}},{"uid":"ac90611d48fed65f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/ac90611d48fed65f","status":"passed","time":{"start":1705521364822,"stop":1705521364822,"duration":0}},{"uid":"e851971db2d1c1f3","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e851971db2d1c1f3","status":"passed","time":{"start":1705520531872,"stop":1705520531872,"duration":0}},{"uid":"399cc9d4ded5cd41","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/399cc9d4ded5cd41","status":"passed","time":{"start":1705518661629,"stop":1705518661629,"duration":0}},{"uid":"6775df4903f706c4","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6775df4903f706c4","status":"passed","time":{"start":1705502591733,"stop":1705502591733,"duration":0}}]},"tags":[]},"source":"b42543f35f581d5a.json","parameterValues":[]} \ No newline at end of file +{"uid":"11eba147704c8b27","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":1706619029131,"stop":1706619029131,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"6c12e1bfa79c2a54","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c12e1bfa79c2a54","status":"passed","time":{"start":1706618668742,"stop":1706618668743,"duration":1}}]},"tags":[]},"source":"11eba147704c8b27.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6ecf5c9156b4ffbb.json b/6291/data/test-cases/121244c19a576309.json similarity index 95% rename from 6266/data/test-cases/6ecf5c9156b4ffbb.json rename to 6291/data/test-cases/121244c19a576309.json index eaaeac90af7..b1ef9cd7ff1 100644 --- a/6266/data/test-cases/6ecf5c9156b4ffbb.json +++ b/6291/data/test-cases/121244c19a576309.json @@ -1 +1 @@ -{"uid":"6ecf5c9156b4ffbb","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":1706101757837,"stop":1706101757837,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"3291de678326384d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3291de678326384d","status":"passed","time":{"start":1706101680231,"stop":1706101680231,"duration":0}},{"uid":"54953e6310c3292d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/54953e6310c3292d","status":"passed","time":{"start":1706101549605,"stop":1706101549605,"duration":0}},{"uid":"163a2515c845dcf7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/163a2515c845dcf7","status":"passed","time":{"start":1706100770601,"stop":1706100770602,"duration":1}},{"uid":"b83d1fcffaee1d76","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b83d1fcffaee1d76","status":"passed","time":{"start":1706099342674,"stop":1706099342674,"duration":0}},{"uid":"580586e13a14a76b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/580586e13a14a76b","status":"passed","time":{"start":1705681713148,"stop":1705681713148,"duration":0}}]},"tags":[]},"source":"6ecf5c9156b4ffbb.json","parameterValues":[]} \ No newline at end of file +{"uid":"121244c19a576309","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":1706618996198,"stop":1706618996199,"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":2,"unknown":0,"total":2},"items":[{"uid":"47e2f9998166b20","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47e2f9998166b20","status":"passed","time":{"start":1706618797768,"stop":1706618797769,"duration":1}}]},"tags":[]},"source":"121244c19a576309.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/510a60b861a06d8f.json b/6291/data/test-cases/121447c8edc7276b.json similarity index 91% rename from 6266/data/test-cases/510a60b861a06d8f.json rename to 6291/data/test-cases/121447c8edc7276b.json index 313815f96a7..1c60cf5a833 100644 --- a/6266/data/test-cases/510a60b861a06d8f.json +++ b/6291/data/test-cases/121447c8edc7276b.json @@ -1 +1 @@ -{"uid":"510a60b861a06d8f","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":1706101593988,"stop":1706101593989,"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":9,"unknown":0,"total":9},"items":[{"uid":"51935ef8433e6e24","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/51935ef8433e6e24","status":"passed","time":{"start":1706101499433,"stop":1706101499433,"duration":0}},{"uid":"a81c3580249532f5","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a81c3580249532f5","status":"passed","time":{"start":1706101380146,"stop":1706101380146,"duration":0}},{"uid":"4a2c75c25b055c6a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4a2c75c25b055c6a","status":"passed","time":{"start":1706100623759,"stop":1706100623759,"duration":0}},{"uid":"35cd41dd16cf923c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/35cd41dd16cf923c","status":"passed","time":{"start":1706099176282,"stop":1706099176283,"duration":1}},{"uid":"19c5f3bab570ceae","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/19c5f3bab570ceae","status":"passed","time":{"start":1705681544251,"stop":1705681544251,"duration":0}},{"uid":"c9a8f1d91ca5ca44","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c9a8f1d91ca5ca44","status":"passed","time":{"start":1705680158895,"stop":1705680158896,"duration":1}},{"uid":"44f295fa3b692a9c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/44f295fa3b692a9c","status":"passed","time":{"start":1705666900199,"stop":1705666900199,"duration":0}},{"uid":"9c5eebda34e68dfa","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/9c5eebda34e68dfa","status":"passed","time":{"start":1705526887801,"stop":1705526887802,"duration":1}}]},"tags":[]},"source":"510a60b861a06d8f.json","parameterValues":[]} \ No newline at end of file +{"uid":"121447c8edc7276b","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":1706618858012,"stop":1706618858012,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"6540ffe4ec3ea7c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6540ffe4ec3ea7c4","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"tags":[]},"source":"121447c8edc7276b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/121f350a538db589.json b/6291/data/test-cases/121f350a538db589.json new file mode 100644 index 00000000000..d486bf7241f --- /dev/null +++ b/6291/data/test-cases/121f350a538db589.json @@ -0,0 +1 @@ +{"uid":"121f350a538db589","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":1706618799831,"stop":1706618799831,"duration":0},"status":"broken","statusMessage":"expected 1 to equal +0","statusTrace":"AssertionError: expected 1 to equal +0\n at Context. (file:///home/runner/work/js-waku/js-waku/packages/tests/tests/metadata.spec.ts:98:49)","flaky":false,"newFailed":false,"newBroken":true,"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},{"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},{"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},{"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},{"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":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"1e44d7fb9301bd08","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1e44d7fb9301bd08","status":"passed","time":{"start":1706618497359,"stop":1706618497359,"duration":0}}]},"tags":[]},"source":"121f350a538db589.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1278cbb822bc1a18.json b/6291/data/test-cases/1278cbb822bc1a18.json new file mode 100644 index 00000000000..ab86ec39e22 --- /dev/null +++ b/6291/data/test-cases/1278cbb822bc1a18.json @@ -0,0 +1 @@ +{"uid":"1278cbb822bc1a18","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":1706618731294,"stop":1706618731294,"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":2,"unknown":0,"total":2},"items":[{"uid":"14193fd6ec1a53c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14193fd6ec1a53c2","status":"passed","time":{"start":1706618394337,"stop":1706618394337,"duration":0}}]},"tags":[]},"source":"1278cbb822bc1a18.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/129be1af36ae3be5.json b/6291/data/test-cases/129be1af36ae3be5.json new file mode 100644 index 00000000000..7014c06aa52 --- /dev/null +++ b/6291/data/test-cases/129be1af36ae3be5.json @@ -0,0 +1 @@ +{"uid":"129be1af36ae3be5","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":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fed4b9a2ca844c1b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fed4b9a2ca844c1b","status":"passed","time":{"start":1706618682313,"stop":1706618682313,"duration":0}}]},"tags":[]},"source":"129be1af36ae3be5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/13c94ebb5a111e3.json b/6291/data/test-cases/13c94ebb5a111e3.json new file mode 100644 index 00000000000..e1cec538832 --- /dev/null +++ b/6291/data/test-cases/13c94ebb5a111e3.json @@ -0,0 +1 @@ +{"uid":"13c94ebb5a111e3","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":1706618580249,"stop":1706618580250,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4dde8fed524df663","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dde8fed524df663","status":"passed","time":{"start":1706618380662,"stop":1706618380663,"duration":1}}]},"tags":[]},"source":"13c94ebb5a111e3.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/140c99429323c8b5.json b/6291/data/test-cases/140c99429323c8b5.json new file mode 100644 index 00000000000..b0396b2bcc8 --- /dev/null +++ b/6291/data/test-cases/140c99429323c8b5.json @@ -0,0 +1 @@ +{"uid":"140c99429323c8b5","name":"ignores domain fetching errors","fullName":"/src/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618389060,"stop":1706618389060,"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":2,"unknown":0,"total":2},"items":[{"uid":"8ad43aefd500ccff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ad43aefd500ccff","status":"passed","time":{"start":1706618179847,"stop":1706618179847,"duration":0}}]},"tags":[]},"source":"140c99429323c8b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/146caefe1acba21b.json b/6291/data/test-cases/146caefe1acba21b.json new file mode 100644 index 00000000000..744a3134692 --- /dev/null +++ b/6291/data/test-cases/146caefe1acba21b.json @@ -0,0 +1 @@ +{"uid":"146caefe1acba21b","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":1706619035796,"stop":1706619035797,"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":2,"unknown":0,"total":2},"items":[{"uid":"218a150790fd2197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/218a150790fd2197","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"tags":[]},"source":"146caefe1acba21b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/de0fefc2950fa70f.json b/6291/data/test-cases/14ad05adc38cd4b9.json similarity index 86% rename from 6266/data/test-cases/de0fefc2950fa70f.json rename to 6291/data/test-cases/14ad05adc38cd4b9.json index ab01825f7cc..76826af4382 100644 --- a/6266/data/test-cases/de0fefc2950fa70f.json +++ b/6291/data/test-cases/14ad05adc38cd4b9.json @@ -1 +1 @@ -{"uid":"de0fefc2950fa70f","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":1706101723795,"stop":1706101723797,"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":13,"unknown":0,"total":13},"items":[{"uid":"f663d8784d16b9f6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f663d8784d16b9f6","status":"passed","time":{"start":1706101654464,"stop":1706101654464,"duration":0}},{"uid":"c3bd39b2bce97429","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c3bd39b2bce97429","status":"passed","time":{"start":1706101537665,"stop":1706101537665,"duration":0}},{"uid":"3521c531f5b984b0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3521c531f5b984b0","status":"passed","time":{"start":1706100722890,"stop":1706100722890,"duration":0}},{"uid":"dccf37a6b7ba116b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/dccf37a6b7ba116b","status":"passed","time":{"start":1706099290656,"stop":1706099290656,"duration":0}},{"uid":"b1d8f7693a44e7c2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/b1d8f7693a44e7c2","status":"passed","time":{"start":1705681678144,"stop":1705681678144,"duration":0}},{"uid":"907ffc73b33fb4cd","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/907ffc73b33fb4cd","status":"passed","time":{"start":1705680350538,"stop":1705680350538,"duration":0}},{"uid":"b331f871d6afe25f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/b331f871d6afe25f","status":"passed","time":{"start":1705667092966,"stop":1705667092967,"duration":1}},{"uid":"982ae0bfc0c49410","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/982ae0bfc0c49410","status":"passed","time":{"start":1705527069393,"stop":1705527069394,"duration":1}},{"uid":"2abb1efbb97034de","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/2abb1efbb97034de","status":"passed","time":{"start":1705521327112,"stop":1705521327112,"duration":0}},{"uid":"32e7f56149dc215e","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/32e7f56149dc215e","status":"passed","time":{"start":1705520488399,"stop":1705520488399,"duration":0}},{"uid":"6b7314973b97feb7","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6b7314973b97feb7","status":"passed","time":{"start":1705518883246,"stop":1705518883246,"duration":0}},{"uid":"294d2820c3f9caf4","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/294d2820c3f9caf4","status":"passed","time":{"start":1705502684097,"stop":1705502684098,"duration":1}}]},"tags":[]},"source":"de0fefc2950fa70f.json","parameterValues":[]} \ No newline at end of file +{"uid":"14ad05adc38cd4b9","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":1706618959488,"stop":1706618959488,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b14405f81e955aa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b14405f81e955aa9","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"tags":[]},"source":"14ad05adc38cd4b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1eaa6d2a520379f7.json b/6291/data/test-cases/16312aa956ff57d8.json similarity index 94% rename from 6266/data/test-cases/1eaa6d2a520379f7.json rename to 6291/data/test-cases/16312aa956ff57d8.json index fef11e9346f..5cbabc7e7a6 100644 --- a/6266/data/test-cases/1eaa6d2a520379f7.json +++ b/6291/data/test-cases/16312aa956ff57d8.json @@ -1 +1 @@ -{"uid":"1eaa6d2a520379f7","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":1706101757839,"stop":1706101757839,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"29306215f117d6f4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/29306215f117d6f4","status":"passed","time":{"start":1706101680231,"stop":1706101680231,"duration":0}},{"uid":"6d52395d0a55a3da","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6d52395d0a55a3da","status":"passed","time":{"start":1706101549606,"stop":1706101549606,"duration":0}},{"uid":"a49edb9230d517b7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a49edb9230d517b7","status":"passed","time":{"start":1706100770603,"stop":1706100770603,"duration":0}},{"uid":"d7083066f730a042","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d7083066f730a042","status":"passed","time":{"start":1706099342675,"stop":1706099342675,"duration":0}},{"uid":"8dc02eff94890dd","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8dc02eff94890dd","status":"passed","time":{"start":1705681713149,"stop":1705681713149,"duration":0}}]},"tags":[]},"source":"1eaa6d2a520379f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"16312aa956ff57d8","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":1706618996199,"stop":1706618996200,"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":2,"unknown":0,"total":2},"items":[{"uid":"a65944c81e61dd75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65944c81e61dd75","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"tags":[]},"source":"16312aa956ff57d8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/164e9794ce6e1867.json b/6291/data/test-cases/164e9794ce6e1867.json new file mode 100644 index 00000000000..13c39ecfd51 --- /dev/null +++ b/6291/data/test-cases/164e9794ce6e1867.json @@ -0,0 +1 @@ +{"uid":"164e9794ce6e1867","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":1706618489111,"stop":1706618489111,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"77d49950e7d29613","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d49950e7d29613","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"tags":[]},"source":"164e9794ce6e1867.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c00c1176b7c30989.json b/6291/data/test-cases/16a4c159caff33b2.json similarity index 86% rename from 6266/data/test-cases/c00c1176b7c30989.json rename to 6291/data/test-cases/16a4c159caff33b2.json index d354fae0351..530e0004e27 100644 --- a/6266/data/test-cases/c00c1176b7c30989.json +++ b/6291/data/test-cases/16a4c159caff33b2.json @@ -1 +1 @@ -{"uid":"c00c1176b7c30989","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":1706101723801,"stop":1706101723802,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"1286e2c896bffbbd","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1286e2c896bffbbd","status":"passed","time":{"start":1706101654467,"stop":1706101654467,"duration":0}},{"uid":"50f78f7fc71f398e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/50f78f7fc71f398e","status":"passed","time":{"start":1706101537666,"stop":1706101537667,"duration":1}},{"uid":"b680cab84d279e39","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b680cab84d279e39","status":"passed","time":{"start":1706100722892,"stop":1706100722902,"duration":10}},{"uid":"7d5bcf882ff127cc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7d5bcf882ff127cc","status":"passed","time":{"start":1706099290658,"stop":1706099290658,"duration":0}},{"uid":"6214284af4a7fb48","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6214284af4a7fb48","status":"passed","time":{"start":1705681678146,"stop":1705681678146,"duration":0}},{"uid":"7c9cd78159a45346","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7c9cd78159a45346","status":"passed","time":{"start":1705680350540,"stop":1705680350541,"duration":1}},{"uid":"c601b5da580ec480","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c601b5da580ec480","status":"passed","time":{"start":1705667092968,"stop":1705667092968,"duration":0}},{"uid":"4a4792b5a42160b9","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/4a4792b5a42160b9","status":"passed","time":{"start":1705527069395,"stop":1705527069396,"duration":1}},{"uid":"c28bc076bde87064","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c28bc076bde87064","status":"passed","time":{"start":1705521327114,"stop":1705521327114,"duration":0}},{"uid":"4e367db676458fd5","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4e367db676458fd5","status":"passed","time":{"start":1705520488401,"stop":1705520488401,"duration":0}},{"uid":"518e6f8d0c5f32fc","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/518e6f8d0c5f32fc","status":"passed","time":{"start":1705518883248,"stop":1705518883248,"duration":0}},{"uid":"64342cc68345ba7e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/64342cc68345ba7e","status":"passed","time":{"start":1705502684099,"stop":1705502684099,"duration":0}}]},"tags":[]},"source":"c00c1176b7c30989.json","parameterValues":[]} \ No newline at end of file +{"uid":"16a4c159caff33b2","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":1706618959490,"stop":1706618959491,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"73cfdae6f0bb358e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/73cfdae6f0bb358e","status":"passed","time":{"start":1706618735889,"stop":1706618735890,"duration":1}}]},"tags":[]},"source":"16a4c159caff33b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/17373ad3f26a1841.json b/6291/data/test-cases/17373ad3f26a1841.json new file mode 100644 index 00000000000..81df14d07dd --- /dev/null +++ b/6291/data/test-cases/17373ad3f26a1841.json @@ -0,0 +1 @@ +{"uid":"17373ad3f26a1841","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":1706618372821,"stop":1706618372821,"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":2,"unknown":0,"total":2},"items":[{"uid":"4fc6f0feff95f75e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4fc6f0feff95f75e","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"tags":[]},"source":"17373ad3f26a1841.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5c34fa458650f5d7.json b/6291/data/test-cases/1768495f12dbb8c7.json similarity index 88% rename from 6266/data/test-cases/5c34fa458650f5d7.json rename to 6291/data/test-cases/1768495f12dbb8c7.json index cfcc79d6ac3..32069c195c4 100644 --- a/6266/data/test-cases/5c34fa458650f5d7.json +++ b/6291/data/test-cases/1768495f12dbb8c7.json @@ -1 +1 @@ -{"uid":"5c34fa458650f5d7","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing special chars and receive message","historyId":"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"3e12b18eeb15ff10","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3e12b18eeb15ff10","status":"passed","time":{"start":1706101295299,"stop":1706101295299,"duration":0}},{"uid":"76b53ff84c832fb1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/76b53ff84c832fb1","status":"passed","time":{"start":1706101187429,"stop":1706101187430,"duration":1}},{"uid":"3821e3ad23b1b133","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3821e3ad23b1b133","status":"passed","time":{"start":1706100397500,"stop":1706100397501,"duration":1}},{"uid":"9dde1df592697c50","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9dde1df592697c50","status":"passed","time":{"start":1706098985436,"stop":1706098985436,"duration":0}},{"uid":"ad9d8735626926b8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ad9d8735626926b8","status":"passed","time":{"start":1705681341593,"stop":1705681341593,"duration":0}},{"uid":"27d80090dd43d36d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/27d80090dd43d36d","status":"passed","time":{"start":1705680075497,"stop":1705680075497,"duration":0}},{"uid":"13621233ac8ff34b","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/13621233ac8ff34b","status":"passed","time":{"start":1705666818721,"stop":1705666818722,"duration":1}},{"uid":"692f70a2bd551c3d","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/692f70a2bd551c3d","status":"passed","time":{"start":1705520251420,"stop":1705520251420,"duration":0}},{"uid":"f53c1f7c4ad39f2d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f53c1f7c4ad39f2d","status":"passed","time":{"start":1705518481989,"stop":1705518481992,"duration":3}},{"uid":"f587a4ecc5d011fc","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/f587a4ecc5d011fc","status":"passed","time":{"start":1705502312550,"stop":1705502312551,"duration":1}}]},"tags":[]},"source":"5c34fa458650f5d7.json","parameterValues":[]} \ No newline at end of file +{"uid":"1768495f12dbb8c7","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing special chars and receive message","historyId":"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624521,"stop":1706618624522,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"7a27d7f9cb59fe93","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a27d7f9cb59fe93","status":"passed","time":{"start":1706618460782,"stop":1706618460783,"duration":1}}]},"tags":[]},"source":"1768495f12dbb8c7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e124ec58e6b07cbe.json b/6291/data/test-cases/1861a13c623a966f.json similarity index 86% rename from 6266/data/test-cases/e124ec58e6b07cbe.json rename to 6291/data/test-cases/1861a13c623a966f.json index c061f29f3fb..8b526fce644 100644 --- a/6266/data/test-cases/e124ec58e6b07cbe.json +++ b/6291/data/test-cases/1861a13c623a966f.json @@ -1 +1 @@ -{"uid":"e124ec58e6b07cbe","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":1706101723801,"stop":1706101723801,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"e649a18871b5cbda","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e649a18871b5cbda","status":"passed","time":{"start":1706101654467,"stop":1706101654467,"duration":0}},{"uid":"4c230b864cc247f6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4c230b864cc247f6","status":"passed","time":{"start":1706101537666,"stop":1706101537666,"duration":0}},{"uid":"b5e6c08a9f950a6b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b5e6c08a9f950a6b","status":"passed","time":{"start":1706100722892,"stop":1706100722892,"duration":0}},{"uid":"57d944fcba7fd193","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/57d944fcba7fd193","status":"passed","time":{"start":1706099290658,"stop":1706099290658,"duration":0}},{"uid":"fdd6430112b0c550","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fdd6430112b0c550","status":"passed","time":{"start":1705681678146,"stop":1705681678146,"duration":0}},{"uid":"2d8e678955061306","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2d8e678955061306","status":"passed","time":{"start":1705680350540,"stop":1705680350540,"duration":0}},{"uid":"a735150d93c23db4","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a735150d93c23db4","status":"passed","time":{"start":1705667092968,"stop":1705667092968,"duration":0}},{"uid":"3b6c3bee3013ef9b","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/3b6c3bee3013ef9b","status":"passed","time":{"start":1705527069395,"stop":1705527069395,"duration":0}},{"uid":"77bbb38d7f158aa4","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/77bbb38d7f158aa4","status":"passed","time":{"start":1705521327113,"stop":1705521327114,"duration":1}},{"uid":"f07ab99a9d342b86","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f07ab99a9d342b86","status":"passed","time":{"start":1705520488400,"stop":1705520488401,"duration":1}},{"uid":"6f216759c66b25d7","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6f216759c66b25d7","status":"passed","time":{"start":1705518883247,"stop":1705518883247,"duration":0}},{"uid":"6b5f80ea16559ca5","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6b5f80ea16559ca5","status":"passed","time":{"start":1705502684099,"stop":1705502684099,"duration":0}}]},"tags":[]},"source":"e124ec58e6b07cbe.json","parameterValues":[]} \ No newline at end of file +{"uid":"1861a13c623a966f","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":1706618959490,"stop":1706618959490,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"38df89559295eaf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df89559295eaf5","status":"passed","time":{"start":1706618735888,"stop":1706618735889,"duration":1}}]},"tags":[]},"source":"1861a13c623a966f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1892e7e1ee57d29c.json b/6291/data/test-cases/1892e7e1ee57d29c.json new file mode 100644 index 00000000000..00ae6dc1627 --- /dev/null +++ b/6291/data/test-cases/1892e7e1ee57d29c.json @@ -0,0 +1 @@ +{"uid":"1892e7e1ee57d29c","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":1706618959506,"stop":1706618959506,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"42f7a92ce7ec9994","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42f7a92ce7ec9994","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"tags":[]},"source":"1892e7e1ee57d29c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/136a5563b94f944b.json b/6291/data/test-cases/18a6a9285087fae0.json similarity index 54% rename from 6266/data/test-cases/136a5563b94f944b.json rename to 6291/data/test-cases/18a6a9285087fae0.json index c684168229f..664e6c70f54 100644 --- a/6266/data/test-cases/136a5563b94f944b.json +++ b/6291/data/test-cases/18a6a9285087fae0.json @@ -1 +1 @@ -{"uid":"136a5563b94f944b","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":1706101651746,"stop":1706101651747,"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":108,"unknown":0,"total":108},"items":[{"uid":"3a5229ebfe7d9c7c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3a5229ebfe7d9c7c","status":"passed","time":{"start":1706101566461,"stop":1706101566463,"duration":2}},{"uid":"571ea28bf59cccc3","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/571ea28bf59cccc3","status":"passed","time":{"start":1706101443414,"stop":1706101443414,"duration":0}},{"uid":"2688d31e7a46c814","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2688d31e7a46c814","status":"passed","time":{"start":1706100967017,"stop":1706100967017,"duration":0}},{"uid":"de701dda53ec73e7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/de701dda53ec73e7","status":"passed","time":{"start":1706100676383,"stop":1706100676383,"duration":0}},{"uid":"ea6e19a12156ce55","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ea6e19a12156ce55","status":"passed","time":{"start":1706099994474,"stop":1706099994475,"duration":1}},{"uid":"cede959286edd9be","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/cede959286edd9be","status":"passed","time":{"start":1706099245143,"stop":1706099245143,"duration":0}},{"uid":"b726f15a6d272c96","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b726f15a6d272c96","status":"passed","time":{"start":1706077725194,"stop":1706077725194,"duration":0}},{"uid":"bad0d010176f31c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/bad0d010176f31c","status":"passed","time":{"start":1706069807613,"stop":1706069807614,"duration":1}},{"uid":"5550b2ab9337586","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/5550b2ab9337586","status":"passed","time":{"start":1705950519317,"stop":1705950519317,"duration":0}},{"uid":"45090766830ea4a7","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/45090766830ea4a7","status":"passed","time":{"start":1705938322620,"stop":1705938322621,"duration":1}},{"uid":"4b4c495e4ad00657","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4b4c495e4ad00657","status":"passed","time":{"start":1705913460660,"stop":1705913460660,"duration":0}},{"uid":"d43c158df6a32ad6","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d43c158df6a32ad6","status":"passed","time":{"start":1705913004752,"stop":1705913004752,"duration":0}},{"uid":"b22437305863e153","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b22437305863e153","status":"passed","time":{"start":1705912392780,"stop":1705912392780,"duration":0}},{"uid":"7838fb70d04b99dd","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7838fb70d04b99dd","status":"passed","time":{"start":1705911569495,"stop":1705911569495,"duration":0}},{"uid":"8accee6425ce56a0","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/8accee6425ce56a0","status":"passed","time":{"start":1705698780852,"stop":1705698780852,"duration":0}},{"uid":"b18b5ee6c55ca714","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b18b5ee6c55ca714","status":"passed","time":{"start":1705687496032,"stop":1705687496032,"duration":0}},{"uid":"d196932d89cc7b31","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d196932d89cc7b31","status":"passed","time":{"start":1705687412717,"stop":1705687412717,"duration":0}},{"uid":"d290f2446e55ada0","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d290f2446e55ada0","status":"passed","time":{"start":1705681610292,"stop":1705681610292,"duration":0}},{"uid":"992b38fa668ca14e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/992b38fa668ca14e","status":"passed","time":{"start":1705680179642,"stop":1705680179642,"duration":0}},{"uid":"72d42295fe5cf8ef","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/72d42295fe5cf8ef","status":"passed","time":{"start":1705678106530,"stop":1705678106530,"duration":0}}]},"tags":[]},"source":"136a5563b94f944b.json","parameterValues":[]} \ No newline at end of file +{"uid":"18a6a9285087fae0","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":1706618934692,"stop":1706618934693,"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":2,"unknown":0,"total":2},"items":[{"uid":"3f935de5873ef8fd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f935de5873ef8fd","status":"passed","time":{"start":1706618732532,"stop":1706618732533,"duration":1}}]},"tags":[]},"source":"18a6a9285087fae0.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1957ea6036418b98.json b/6291/data/test-cases/1957ea6036418b98.json new file mode 100644 index 00000000000..47eecf68043 --- /dev/null +++ b/6291/data/test-cases/1957ea6036418b98.json @@ -0,0 +1 @@ +{"uid":"1957ea6036418b98","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":1706618366596,"stop":1706618366596,"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":2,"unknown":0,"total":2},"items":[{"uid":"f86b99cffca8a9d3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f86b99cffca8a9d3","status":"passed","time":{"start":1706618156962,"stop":1706618156962,"duration":0}}]},"tags":[]},"source":"1957ea6036418b98.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/dae4581b8f20512f.json b/6291/data/test-cases/1a37b49706a37c13.json similarity index 86% rename from 6266/data/test-cases/dae4581b8f20512f.json rename to 6291/data/test-cases/1a37b49706a37c13.json index 58aa6d8b6ea..9ed5e5ab8ca 100644 --- a/6266/data/test-cases/dae4581b8f20512f.json +++ b/6291/data/test-cases/1a37b49706a37c13.json @@ -1 +1 @@ -{"uid":"dae4581b8f20512f","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":1706101723752,"stop":1706101723753,"duration":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":"9943dcefd33223a6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9943dcefd33223a6","status":"passed","time":{"start":1706101654449,"stop":1706101654449,"duration":0}},{"uid":"fd58eaeff2d456d1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/fd58eaeff2d456d1","status":"passed","time":{"start":1706101537653,"stop":1706101537653,"duration":0}},{"uid":"65caba0a0ca3e53a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/65caba0a0ca3e53a","status":"passed","time":{"start":1706100722871,"stop":1706100722871,"duration":0}},{"uid":"5b408b1ee982dea1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5b408b1ee982dea1","status":"passed","time":{"start":1706099290593,"stop":1706099290593,"duration":0}},{"uid":"d91e39224bde47c0","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d91e39224bde47c0","status":"passed","time":{"start":1705681678117,"stop":1705681678120,"duration":3}},{"uid":"aa12a355ef45678f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/aa12a355ef45678f","status":"passed","time":{"start":1705680350523,"stop":1705680350524,"duration":1}},{"uid":"be2356bc2002efda","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/be2356bc2002efda","status":"passed","time":{"start":1705667092955,"stop":1705667092956,"duration":1}},{"uid":"8fffa9e3e6dffc5f","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8fffa9e3e6dffc5f","status":"passed","time":{"start":1705527069381,"stop":1705527069381,"duration":0}},{"uid":"294740fd97c4cc11","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/294740fd97c4cc11","status":"passed","time":{"start":1705521327101,"stop":1705521327101,"duration":0}},{"uid":"1a664019f2d755f9","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1a664019f2d755f9","status":"passed","time":{"start":1705520488381,"stop":1705520488381,"duration":0}},{"uid":"5393f6d2791c69de","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/5393f6d2791c69de","status":"passed","time":{"start":1705518883229,"stop":1705518883230,"duration":1}},{"uid":"6a5a404bc5eda2ed","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6a5a404bc5eda2ed","status":"passed","time":{"start":1705502684087,"stop":1705502684087,"duration":0}}]},"tags":[]},"source":"dae4581b8f20512f.json","parameterValues":[]} \ No newline at end of file +{"uid":"1a37b49706a37c13","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":1706618959471,"stop":1706618959472,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"22f300fc4d783882","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22f300fc4d783882","status":"passed","time":{"start":1706618735851,"stop":1706618735852,"duration":1}}]},"tags":[]},"source":"1a37b49706a37c13.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1a83f8531c06e21c.json b/6291/data/test-cases/1a83f8531c06e21c.json new file mode 100644 index 00000000000..3b5f0c50692 --- /dev/null +++ b/6291/data/test-cases/1a83f8531c06e21c.json @@ -0,0 +1 @@ +{"uid":"1a83f8531c06e21c","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":1706618448911,"stop":1706618448911,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"2fce0befc9869bf3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fce0befc9869bf3","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"tags":[]},"source":"1a83f8531c06e21c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b21228f251f58178.json b/6291/data/test-cases/1ad7542fc5fe8ec7.json similarity index 87% rename from 6266/data/test-cases/b21228f251f58178.json rename to 6291/data/test-cases/1ad7542fc5fe8ec7.json index 9252136b328..922c081ff37 100644 --- a/6266/data/test-cases/b21228f251f58178.json +++ b/6291/data/test-cases/1ad7542fc5fe8ec7.json @@ -1 +1 @@ -{"uid":"b21228f251f58178","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":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":3,"skipped":0,"passed":8,"unknown":0,"total":11},"items":[{"uid":"d85b23f25a21e28d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d85b23f25a21e28d","status":"passed","time":{"start":1706101295297,"stop":1706101295297,"duration":0}},{"uid":"aa04aece14ffed42","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/aa04aece14ffed42","status":"passed","time":{"start":1706101187425,"stop":1706101187426,"duration":1}},{"uid":"158d444c149cea7d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/158d444c149cea7d","status":"passed","time":{"start":1706100397498,"stop":1706100397499,"duration":1}},{"uid":"218a3547118a049a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/218a3547118a049a","status":"passed","time":{"start":1706098985434,"stop":1706098985434,"duration":0}},{"uid":"e9d36aae15d5e64c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e9d36aae15d5e64c","status":"passed","time":{"start":1705681341590,"stop":1705681341591,"duration":1}},{"uid":"f3fe2d7dc6de2904","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/f3fe2d7dc6de2904","status":"passed","time":{"start":1705680075495,"stop":1705680075495,"duration":0}},{"uid":"ad6b150a525ec048","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ad6b150a525ec048","status":"passed","time":{"start":1705666818719,"stop":1705666818720,"duration":1}},{"uid":"4b1fe3ac05596f29","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4b1fe3ac05596f29","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705520251417,"stop":1705520251418,"duration":1}},{"uid":"5df3b7344de23a0d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/5df3b7344de23a0d","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518481985,"stop":1705518481986,"duration":1}},{"uid":"20dce11449574fa7","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/20dce11449574fa7","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502312547,"stop":1705502312548,"duration":1}}]},"tags":[]},"source":"b21228f251f58178.json","parameterValues":[]} \ No newline at end of file +{"uid":"1ad7542fc5fe8ec7","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":1706618624499,"stop":1706618624500,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"4d7c94c427f0359e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d7c94c427f0359e","status":"passed","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"tags":[]},"source":"1ad7542fc5fe8ec7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/26073224e94e3a49.json b/6291/data/test-cases/1b22dd1bf18f5308.json similarity index 96% rename from 6266/data/test-cases/26073224e94e3a49.json rename to 6291/data/test-cases/1b22dd1bf18f5308.json index 5df8eeb9ee0..9a03d53d91c 100644 --- a/6266/data/test-cases/26073224e94e3a49.json +++ b/6291/data/test-cases/1b22dd1bf18f5308.json @@ -1 +1 @@ -{"uid":"26073224e94e3a49","name":"Publish message with custom timestamp: Thu Feb 02 2023 13:05:15 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Feb 02 2023 13:05:15 GMT+0000 (Coordinated Universal Time)","historyId":"d5b29af67221ac11558155893f34371a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101530732,"stop":1706101530732,"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":"26073224e94e3a49.json","parameterValues":[]} \ No newline at end of file +{"uid":"1b22dd1bf18f5308","name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","historyId":"5fda0bb3345742f09a9385becc6748e1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618865690,"stop":1706618865690,"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":"1b22dd1bf18f5308.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1bda60727557650a.json b/6291/data/test-cases/1bda60727557650a.json new file mode 100644 index 00000000000..46153d584b4 --- /dev/null +++ b/6291/data/test-cases/1bda60727557650a.json @@ -0,0 +1 @@ +{"uid":"1bda60727557650a","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":1706618431631,"stop":1706618431632,"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":2,"unknown":0,"total":2},"items":[{"uid":"351017babe5d6ef7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/351017babe5d6ef7","status":"passed","time":{"start":1706618222836,"stop":1706618222836,"duration":0}}]},"tags":[]},"source":"1bda60727557650a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1c03b8baee2e198f.json b/6291/data/test-cases/1c03b8baee2e198f.json new file mode 100644 index 00000000000..a99d38e6043 --- /dev/null +++ b/6291/data/test-cases/1c03b8baee2e198f.json @@ -0,0 +1 @@ +{"uid":"1c03b8baee2e198f","name":"same cluster, different shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes connect","historyId":"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618731271,"stop":1706618731272,"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},{"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},{"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},{"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},{"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":2,"unknown":0,"total":2},"items":[{"uid":"67b6556688203d70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67b6556688203d70","status":"passed","time":{"start":1706618394303,"stop":1706618394303,"duration":0}}]},"tags":[]},"source":"1c03b8baee2e198f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1c1932b8e659ef88.json b/6291/data/test-cases/1c1932b8e659ef88.json new file mode 100644 index 00000000000..8c6a3a6d59b --- /dev/null +++ b/6291/data/test-cases/1c1932b8e659ef88.json @@ -0,0 +1 @@ +{"uid":"1c1932b8e659ef88","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":1706618431633,"stop":1706618431634,"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":2,"unknown":0,"total":2},"items":[{"uid":"2854a4484b56f800","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2854a4484b56f800","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"tags":[]},"source":"1c1932b8e659ef88.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1c38ddd1773e53c7.json b/6291/data/test-cases/1c38ddd1773e53c7.json new file mode 100644 index 00000000000..f6934a77fdb --- /dev/null +++ b/6291/data/test-cases/1c38ddd1773e53c7.json @@ -0,0 +1 @@ +{"uid":"1c38ddd1773e53c7","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Events > peer:connect > should emit `peer:connected:peer-exchange` event when a peer is connected","historyId":"9e8826bf3902b6ab79e30ad4af33ec94:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454360,"stop":1706618454361,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Events"},{"name":"subSuite","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":2,"unknown":0,"total":2},"items":[{"uid":"c0807ad3f03b0388","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0807ad3f03b0388","status":"passed","time":{"start":1706618246646,"stop":1706618246647,"duration":1}}]},"tags":[]},"source":"1c38ddd1773e53c7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1c41b02a98617871.json b/6291/data/test-cases/1c41b02a98617871.json new file mode 100644 index 00000000000..45c873d68bf --- /dev/null +++ b/6291/data/test-cases/1c41b02a98617871.json @@ -0,0 +1 @@ +{"uid":"1c41b02a98617871","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":1706618687003,"stop":1706618687004,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"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":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"6160a8a14432351d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6160a8a14432351d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697336,"stop":1706618697336,"duration":0}}]},"tags":[]},"source":"1c41b02a98617871.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1c899da4599acb38.json b/6291/data/test-cases/1c899da4599acb38.json new file mode 100644 index 00000000000..458f60990ef --- /dev/null +++ b/6291/data/test-cases/1c899da4599acb38.json @@ -0,0 +1 @@ +{"uid":"1c899da4599acb38","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":1706618388661,"stop":1706618388661,"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":2,"unknown":0,"total":2},"items":[{"uid":"b1e89d266a03b1ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1e89d266a03b1ec","status":"passed","time":{"start":1706618179519,"stop":1706618179520,"duration":1}}]},"tags":[]},"source":"1c899da4599acb38.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d8853308cdace076.json b/6291/data/test-cases/1c945ca327773225.json similarity index 94% rename from 6266/data/test-cases/d8853308cdace076.json rename to 6291/data/test-cases/1c945ca327773225.json index cef2e49cc68..69f2473a207 100644 --- a/6266/data/test-cases/d8853308cdace076.json +++ b/6291/data/test-cases/1c945ca327773225.json @@ -1 +1 @@ -{"uid":"d8853308cdace076","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":1706101757807,"stop":1706101757809,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"405de1f40c1cb7d2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/405de1f40c1cb7d2","status":"passed","time":{"start":1706101680223,"stop":1706101680223,"duration":0}},{"uid":"2d1bf38769a5cbbd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2d1bf38769a5cbbd","status":"passed","time":{"start":1706101549594,"stop":1706101549594,"duration":0}},{"uid":"1b52162c33abd7eb","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1b52162c33abd7eb","status":"passed","time":{"start":1706100770592,"stop":1706100770593,"duration":1}},{"uid":"9b91039a879576ed","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9b91039a879576ed","status":"passed","time":{"start":1706099342666,"stop":1706099342666,"duration":0}},{"uid":"e6d9de742eadf8df","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e6d9de742eadf8df","status":"passed","time":{"start":1705681713137,"stop":1705681713137,"duration":0}}]},"tags":[]},"source":"d8853308cdace076.json","parameterValues":[]} \ No newline at end of file +{"uid":"1c945ca327773225","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":1706618996184,"stop":1706618996184,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"3bf35207fdb0d8a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3bf35207fdb0d8a6","status":"passed","time":{"start":1706618797759,"stop":1706618797760,"duration":1}}]},"tags":[]},"source":"1c945ca327773225.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1ca636f272f53163.json b/6291/data/test-cases/1ca636f272f53163.json new file mode 100644 index 00000000000..a21251dc428 --- /dev/null +++ b/6291/data/test-cases/1ca636f272f53163.json @@ -0,0 +1 @@ +{"uid":"1ca636f272f53163","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":1706618389064,"stop":1706618389064,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"26d13378cd0eeb8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/26d13378cd0eeb8b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"tags":[]},"source":"1ca636f272f53163.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1d37c0d8356d427a.json b/6291/data/test-cases/1d37c0d8356d427a.json new file mode 100644 index 00000000000..290f1b25669 --- /dev/null +++ b/6291/data/test-cases/1d37c0d8356d427a.json @@ -0,0 +1 @@ +{"uid":"1d37c0d8356d427a","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":1706618372820,"stop":1706618372820,"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":2,"unknown":0,"total":2},"items":[{"uid":"af8f1ca257aeb0e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af8f1ca257aeb0e1","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"tags":[]},"source":"1d37c0d8356d427a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1d48ed147ef7b59f.json b/6291/data/test-cases/1d48ed147ef7b59f.json new file mode 100644 index 00000000000..4c6103c6dfd --- /dev/null +++ b/6291/data/test-cases/1d48ed147ef7b59f.json @@ -0,0 +1 @@ +{"uid":"1d48ed147ef7b59f","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618738958,"stop":1706618738958,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"580447349af520c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/580447349af520c2","status":"passed","time":{"start":1706618506506,"stop":1706618506507,"duration":1}}]},"tags":[]},"source":"1d48ed147ef7b59f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1e1d545a6cafb5dc.json b/6291/data/test-cases/1e1d545a6cafb5dc.json new file mode 100644 index 00000000000..6ce759136a6 --- /dev/null +++ b/6291/data/test-cases/1e1d545a6cafb5dc.json @@ -0,0 +1 @@ +{"uid":"1e1d545a6cafb5dc","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":1706618388589,"stop":1706618388590,"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":2,"unknown":0,"total":2},"items":[{"uid":"2ef11f9e25587a85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ef11f9e25587a85","status":"passed","time":{"start":1706618179515,"stop":1706618179515,"duration":0}}]},"tags":[]},"source":"1e1d545a6cafb5dc.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1e520d175f41bef1.json b/6291/data/test-cases/1e520d175f41bef1.json new file mode 100644 index 00000000000..c26ca4db9b0 --- /dev/null +++ b/6291/data/test-cases/1e520d175f41bef1.json @@ -0,0 +1 @@ +{"uid":"1e520d175f41bef1","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":1706618387944,"stop":1706618387944,"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":2,"unknown":0,"total":2},"items":[{"uid":"1dd88d82aadbda25","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd88d82aadbda25","status":"passed","time":{"start":1706618178940,"stop":1706618178940,"duration":0}}]},"tags":[]},"source":"1e520d175f41bef1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6a29a8443e835ddf.json b/6291/data/test-cases/1e7adea0053c90cf.json similarity index 92% rename from 6266/data/test-cases/6a29a8443e835ddf.json rename to 6291/data/test-cases/1e7adea0053c90cf.json index 45300cc4723..6aa79a4975c 100644 --- a/6266/data/test-cases/6a29a8443e835ddf.json +++ b/6291/data/test-cases/1e7adea0053c90cf.json @@ -1 +1 @@ -{"uid":"6a29a8443e835ddf","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":1706101594001,"stop":1706101594001,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"5930097e6cc9f4cd","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5930097e6cc9f4cd","status":"passed","time":{"start":1706101499454,"stop":1706101499454,"duration":0}},{"uid":"7ad13e20148c55ad","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7ad13e20148c55ad","status":"passed","time":{"start":1706101380151,"stop":1706101380152,"duration":1}},{"uid":"dd76e794ce117672","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/dd76e794ce117672","status":"passed","time":{"start":1706100623764,"stop":1706100623764,"duration":0}},{"uid":"c02d7b4b02678b1c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c02d7b4b02678b1c","status":"passed","time":{"start":1706099176290,"stop":1706099176290,"duration":0}},{"uid":"16362ba39c043834","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/16362ba39c043834","status":"passed","time":{"start":1705681544257,"stop":1705681544258,"duration":1}},{"uid":"22df3366bdbf64b9","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/22df3366bdbf64b9","status":"passed","time":{"start":1705680158905,"stop":1705680158905,"duration":0}},{"uid":"682221ec17b10655","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/682221ec17b10655","status":"passed","time":{"start":1705666900226,"stop":1705666900227,"duration":1}},{"uid":"f4b45fbee273512e","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/f4b45fbee273512e","status":"passed","time":{"start":1705526887811,"stop":1705526887812,"duration":1}}]},"tags":[]},"source":"6a29a8443e835ddf.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e7adea0053c90cf","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":1706618858023,"stop":1706618858023,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"66ae55d01dcbe56","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66ae55d01dcbe56","status":"passed","time":{"start":1706618636984,"stop":1706618636984,"duration":0}}]},"tags":[]},"source":"1e7adea0053c90cf.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/896f28cea0c5f095.json b/6291/data/test-cases/1e85e6f211a8e2e6.json similarity index 86% rename from 6266/data/test-cases/896f28cea0c5f095.json rename to 6291/data/test-cases/1e85e6f211a8e2e6.json index b8930dde530..6398bf927d7 100644 --- a/6266/data/test-cases/896f28cea0c5f095.json +++ b/6291/data/test-cases/1e85e6f211a8e2e6.json @@ -1 +1 @@ -{"uid":"896f28cea0c5f095","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":1706101723760,"stop":1706101723760,"duration":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":"8423a5abc13ad353","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/8423a5abc13ad353","status":"passed","time":{"start":1706101654454,"stop":1706101654454,"duration":0}},{"uid":"212887b7206595c9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/212887b7206595c9","status":"passed","time":{"start":1706101537657,"stop":1706101537657,"duration":0}},{"uid":"d9fa0643497af042","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d9fa0643497af042","status":"passed","time":{"start":1706100722875,"stop":1706100722875,"duration":0}},{"uid":"81a8b4f939f5ea8a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/81a8b4f939f5ea8a","status":"passed","time":{"start":1706099290617,"stop":1706099290617,"duration":0}},{"uid":"a3e706488fda213a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a3e706488fda213a","status":"passed","time":{"start":1705681678128,"stop":1705681678128,"duration":0}},{"uid":"cfc2791198f7efec","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/cfc2791198f7efec","status":"passed","time":{"start":1705680350527,"stop":1705680350527,"duration":0}},{"uid":"c4982455c36d9c59","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c4982455c36d9c59","status":"passed","time":{"start":1705667092959,"stop":1705667092959,"duration":0}},{"uid":"c6f62401c13b2aab","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/c6f62401c13b2aab","status":"passed","time":{"start":1705527069385,"stop":1705527069385,"duration":0}},{"uid":"29427f9ef5ff6409","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/29427f9ef5ff6409","status":"passed","time":{"start":1705521327104,"stop":1705521327104,"duration":0}},{"uid":"b41f23f37e2cb8c6","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/b41f23f37e2cb8c6","status":"passed","time":{"start":1705520488387,"stop":1705520488387,"duration":0}},{"uid":"6ee00c58e4a32645","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6ee00c58e4a32645","status":"passed","time":{"start":1705518883234,"stop":1705518883234,"duration":0}},{"uid":"e5858c1a9cf74f2f","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e5858c1a9cf74f2f","status":"passed","time":{"start":1705502684091,"stop":1705502684091,"duration":0}}]},"tags":[]},"source":"896f28cea0c5f095.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e85e6f211a8e2e6","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":1706618959478,"stop":1706618959478,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"d063a8fdb926ae7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d063a8fdb926ae7","status":"passed","time":{"start":1706618735869,"stop":1706618735870,"duration":1}}]},"tags":[]},"source":"1e85e6f211a8e2e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1eb084dd44a370cb.json b/6291/data/test-cases/1eb084dd44a370cb.json new file mode 100644 index 00000000000..d52eac69ee6 --- /dev/null +++ b/6291/data/test-cases/1eb084dd44a370cb.json @@ -0,0 +1 @@ +{"uid":"1eb084dd44a370cb","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":1706618496638,"stop":1706618496639,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"72c644eb98a60f8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72c644eb98a60f8d","status":"passed","time":{"start":1706618285304,"stop":1706618285305,"duration":1}}]},"tags":[]},"source":"1eb084dd44a370cb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1ed4a1787873b6aa.json b/6291/data/test-cases/1ed4a1787873b6aa.json new file mode 100644 index 00000000000..1adcc403696 --- /dev/null +++ b/6291/data/test-cases/1ed4a1787873b6aa.json @@ -0,0 +1 @@ +{"uid":"1ed4a1787873b6aa","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"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":2,"unknown":0,"total":2},"items":[{"uid":"6897a1afe5e08b46","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6897a1afe5e08b46","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"tags":[]},"source":"1ed4a1787873b6aa.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1f1eac41db44585e.json b/6291/data/test-cases/1f1eac41db44585e.json new file mode 100644 index 00000000000..f5ea41b7cde --- /dev/null +++ b/6291/data/test-cases/1f1eac41db44585e.json @@ -0,0 +1 @@ +{"uid":"1f1eac41db44585e","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":1706619017483,"stop":1706619017484,"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":2,"unknown":0,"total":2},"items":[{"uid":"b05fbaefa6046211","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b05fbaefa6046211","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"tags":[]},"source":"1f1eac41db44585e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ceb287d0b072203c.json b/6291/data/test-cases/1f2bf118147238a1.json similarity index 94% rename from 6266/data/test-cases/ceb287d0b072203c.json rename to 6291/data/test-cases/1f2bf118147238a1.json index aba60e1a4c0..d14ea527112 100644 --- a/6266/data/test-cases/ceb287d0b072203c.json +++ b/6291/data/test-cases/1f2bf118147238a1.json @@ -1 +1 @@ -{"uid":"ceb287d0b072203c","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":1706101757819,"stop":1706101757820,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"edb1978ac82d5b4d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/edb1978ac82d5b4d","status":"passed","time":{"start":1706101680225,"stop":1706101680226,"duration":1}},{"uid":"946eff777287e9cb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/946eff777287e9cb","status":"passed","time":{"start":1706101549597,"stop":1706101549597,"duration":0}},{"uid":"c6e32535778c2f9c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c6e32535778c2f9c","status":"passed","time":{"start":1706100770595,"stop":1706100770595,"duration":0}},{"uid":"1f144cb7985ab487","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1f144cb7985ab487","status":"passed","time":{"start":1706099342669,"stop":1706099342669,"duration":0}},{"uid":"908b4d850fce03e8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/908b4d850fce03e8","status":"passed","time":{"start":1705681713140,"stop":1705681713140,"duration":0}}]},"tags":[]},"source":"ceb287d0b072203c.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f2bf118147238a1","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":1706618996189,"stop":1706618996190,"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":2,"unknown":0,"total":2},"items":[{"uid":"86b973755da7553c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86b973755da7553c","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"tags":[]},"source":"1f2bf118147238a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1f553d2786f94219.json b/6291/data/test-cases/1f553d2786f94219.json new file mode 100644 index 00000000000..f855a8b7014 --- /dev/null +++ b/6291/data/test-cases/1f553d2786f94219.json @@ -0,0 +1 @@ +{"uid":"1f553d2786f94219","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":1706618366459,"stop":1706618366460,"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":"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":2,"unknown":0,"total":2},"items":[{"uid":"c708e0ce9b67e9f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c708e0ce9b67e9f6","status":"passed","time":{"start":1706618156839,"stop":1706618156840,"duration":1}}]},"tags":[]},"source":"1f553d2786f94219.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/642b91033afc2b46.json b/6291/data/test-cases/1f7ffc0da6d4b3c9.json similarity index 74% rename from 6266/data/test-cases/642b91033afc2b46.json rename to 6291/data/test-cases/1f7ffc0da6d4b3c9.json index ffefc2170cb..66ac70203e0 100644 --- a/6266/data/test-cases/642b91033afc2b46.json +++ b/6291/data/test-cases/1f7ffc0da6d4b3c9.json @@ -1 +1 @@ -{"uid":"642b91033afc2b46","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101545968,"stop":1706101545969,"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":106,"unknown":0,"total":106},"items":[{"uid":"a3fe9d492720be88","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a3fe9d492720be88","status":"passed","time":{"start":1706101432510,"stop":1706101432510,"duration":0}},{"uid":"8e1613c82b36665","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8e1613c82b36665","status":"passed","time":{"start":1706101317706,"stop":1706101317706,"duration":0}},{"uid":"8e99ed35ec6b598c","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8e99ed35ec6b598c","status":"passed","time":{"start":1706100939713,"stop":1706100939714,"duration":1}},{"uid":"f8097ad444e87c36","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f8097ad444e87c36","status":"passed","time":{"start":1706100525073,"stop":1706100525073,"duration":0}},{"uid":"6067baa2d352786b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/6067baa2d352786b","status":"passed","time":{"start":1706099965684,"stop":1706099965684,"duration":0}},{"uid":"1b1fbbc2dffd59c1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1b1fbbc2dffd59c1","status":"passed","time":{"start":1706099111447,"stop":1706099111447,"duration":0}},{"uid":"8174788d638cbbcc","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/8174788d638cbbcc","status":"passed","time":{"start":1706077695287,"stop":1706077695288,"duration":1}},{"uid":"bd920854358da0d9","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/bd920854358da0d9","status":"passed","time":{"start":1706069776801,"stop":1706069776801,"duration":0}},{"uid":"4cadf5b810489b8f","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/4cadf5b810489b8f","status":"passed","time":{"start":1705950492102,"stop":1705950492102,"duration":0}},{"uid":"286a1b1ab9402ec4","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/286a1b1ab9402ec4","status":"passed","time":{"start":1705938291936,"stop":1705938291937,"duration":1}},{"uid":"159e6fa03137ecb9","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/159e6fa03137ecb9","status":"passed","time":{"start":1705913434716,"stop":1705913434716,"duration":0}},{"uid":"a38bee4229d00571","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/a38bee4229d00571","status":"passed","time":{"start":1705912976660,"stop":1705912976660,"duration":0}},{"uid":"75227e93d4cf93ac","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/75227e93d4cf93ac","status":"passed","time":{"start":1705912362837,"stop":1705912362837,"duration":0}},{"uid":"f6192257c8d34620","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f6192257c8d34620","status":"passed","time":{"start":1705911541670,"stop":1705911541670,"duration":0}},{"uid":"6e30ece1471fa2e4","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/6e30ece1471fa2e4","status":"passed","time":{"start":1705698743462,"stop":1705698743464,"duration":2}},{"uid":"a5dda87ad5570f00","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a5dda87ad5570f00","status":"passed","time":{"start":1705687470552,"stop":1705687470553,"duration":1}},{"uid":"c0b90d7654c04596","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c0b90d7654c04596","status":"passed","time":{"start":1705687378204,"stop":1705687378205,"duration":1}},{"uid":"f561c5b1311c7faa","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f561c5b1311c7faa","status":"passed","time":{"start":1705681472159,"stop":1705681472159,"duration":0}},{"uid":"9a254886e73b0f80","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9a254886e73b0f80","status":"passed","time":{"start":1705680122011,"stop":1705680122011,"duration":0}},{"uid":"c8c41aacaa90390","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c8c41aacaa90390","status":"passed","time":{"start":1705678077076,"stop":1705678077077,"duration":1}}]},"tags":[]},"source":"642b91033afc2b46.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f7ffc0da6d4b3c9","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618871324,"stop":1706618871325,"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":2,"unknown":0,"total":2},"items":[{"uid":"7b3efdc44d0396bc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7b3efdc44d0396bc","status":"passed","time":{"start":1706618685084,"stop":1706618685084,"duration":0}}]},"tags":[]},"source":"1f7ffc0da6d4b3c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1f8b97999f0ccae0.json b/6291/data/test-cases/1f8b97999f0ccae0.json new file mode 100644 index 00000000000..5125343e934 --- /dev/null +++ b/6291/data/test-cases/1f8b97999f0ccae0.json @@ -0,0 +1 @@ +{"uid":"1f8b97999f0ccae0","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":1706618387943,"stop":1706618387943,"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":2,"unknown":0,"total":2},"items":[{"uid":"56f5bcb252c3ece3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/56f5bcb252c3ece3","status":"passed","time":{"start":1706618178939,"stop":1706618178940,"duration":1}}]},"tags":[]},"source":"1f8b97999f0ccae0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/8797792a06fff9bd.json b/6291/data/test-cases/1fe9af71913b1051.json similarity index 60% rename from 6266/data/test-cases/8797792a06fff9bd.json rename to 6291/data/test-cases/1fe9af71913b1051.json index 7070d479d67..a98965b663f 100644 --- a/6266/data/test-cases/8797792a06fff9bd.json +++ b/6291/data/test-cases/1fe9af71913b1051.json @@ -1 +1 @@ -{"uid":"8797792a06fff9bd","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":1706101689278,"stop":1706101689279,"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":108,"unknown":0,"total":108},"items":[{"uid":"91363ddd8c5a59f6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/91363ddd8c5a59f6","status":"passed","time":{"start":1706101580591,"stop":1706101580591,"duration":0}},{"uid":"d41ee03a8db3089e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/d41ee03a8db3089e","status":"passed","time":{"start":1706101476551,"stop":1706101476552,"duration":1}},{"uid":"d2527e6e0514c591","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/d2527e6e0514c591","status":"passed","time":{"start":1706100973152,"stop":1706100973153,"duration":1}},{"uid":"a1c0e15b69a28181","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a1c0e15b69a28181","status":"passed","time":{"start":1706100701983,"stop":1706100701985,"duration":2}},{"uid":"e2e7766770dfab59","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e2e7766770dfab59","status":"passed","time":{"start":1706100007553,"stop":1706100007553,"duration":0}},{"uid":"9cdff3b0398d1549","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9cdff3b0398d1549","status":"passed","time":{"start":1706099276030,"stop":1706099276030,"duration":0}},{"uid":"438f142d5886e162","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/438f142d5886e162","status":"passed","time":{"start":1706077738133,"stop":1706077738134,"duration":1}},{"uid":"f3a2b087c7af276a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f3a2b087c7af276a","status":"passed","time":{"start":1706069822943,"stop":1706069822943,"duration":0}},{"uid":"fe043729ef4202f6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/fe043729ef4202f6","status":"passed","time":{"start":1705950529641,"stop":1705950529642,"duration":1}},{"uid":"2ec2b2ea3fe7124c","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/2ec2b2ea3fe7124c","status":"passed","time":{"start":1705938338123,"stop":1705938338124,"duration":1}},{"uid":"2f6739da14e087ed","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2f6739da14e087ed","status":"passed","time":{"start":1705913473151,"stop":1705913473151,"duration":0}},{"uid":"2665dda450b0635","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2665dda450b0635","status":"passed","time":{"start":1705913021121,"stop":1705913021122,"duration":1}},{"uid":"58ea34cfd6a468e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/58ea34cfd6a468e","status":"passed","time":{"start":1705912405790,"stop":1705912405790,"duration":0}},{"uid":"f0abd0fec8f56088","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f0abd0fec8f56088","status":"passed","time":{"start":1705911583671,"stop":1705911583671,"duration":0}},{"uid":"738e8afaa58d2e2","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/738e8afaa58d2e2","status":"passed","time":{"start":1705698790230,"stop":1705698790230,"duration":0}},{"uid":"9e4c8c76f874e1af","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9e4c8c76f874e1af","status":"passed","time":{"start":1705687507800,"stop":1705687507801,"duration":1}},{"uid":"4cff204c5cb79a9d","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/4cff204c5cb79a9d","status":"passed","time":{"start":1705687421611,"stop":1705687421611,"duration":0}},{"uid":"6a8d40721ba19631","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6a8d40721ba19631","status":"passed","time":{"start":1705681629287,"stop":1705681629287,"duration":0}},{"uid":"a607b1a5b61a4523","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a607b1a5b61a4523","status":"passed","time":{"start":1705680205441,"stop":1705680205443,"duration":2}},{"uid":"20ee2118966930df","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/20ee2118966930df","status":"passed","time":{"start":1705678111172,"stop":1705678111173,"duration":1}}]},"tags":[]},"source":"8797792a06fff9bd.json","parameterValues":[]} \ No newline at end of file +{"uid":"1fe9af71913b1051","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":1706618973544,"stop":1706618973545,"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":2,"unknown":0,"total":2},"items":[{"uid":"49ca6e211d98b5d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49ca6e211d98b5d2","status":"passed","time":{"start":1706618749034,"stop":1706618749034,"duration":0}}]},"tags":[]},"source":"1fe9af71913b1051.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/1ff5812ca10189ab.json b/6291/data/test-cases/1ff5812ca10189ab.json new file mode 100644 index 00000000000..ee82af7d5eb --- /dev/null +++ b/6291/data/test-cases/1ff5812ca10189ab.json @@ -0,0 +1 @@ +{"uid":"1ff5812ca10189ab","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618834268,"stop":1706618834269,"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":2,"unknown":0,"total":2},"items":[{"uid":"3f0f7a0527b736d0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f0f7a0527b736d0","status":"passed","time":{"start":1706618668767,"stop":1706618668770,"duration":3}}]},"tags":[]},"source":"1ff5812ca10189ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4a70c27b1a8739e2.json b/6291/data/test-cases/20fd2890c370b29f.json similarity index 77% rename from 6266/data/test-cases/4a70c27b1a8739e2.json rename to 6291/data/test-cases/20fd2890c370b29f.json index 5772fee848f..7e03b1cf409 100644 --- a/6266/data/test-cases/4a70c27b1a8739e2.json +++ b/6291/data/test-cases/20fd2890c370b29f.json @@ -1 +1 @@ -{"uid":"4a70c27b1a8739e2","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":1706101530682,"stop":1706101530682,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"5e79062376bdb454","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5e79062376bdb454","status":"passed","time":{"start":1706101419600,"stop":1706101419600,"duration":0}},{"uid":"4a7caf55327eab93","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4a7caf55327eab93","status":"passed","time":{"start":1706101305309,"stop":1706101305310,"duration":1}},{"uid":"8ec2031acb8e4881","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8ec2031acb8e4881","status":"passed","time":{"start":1706100931195,"stop":1706100931196,"duration":1}},{"uid":"26ec2b396199ec9f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/26ec2b396199ec9f","status":"passed","time":{"start":1706100510894,"stop":1706100510894,"duration":0}},{"uid":"5206ac5de7e8c8e8","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/5206ac5de7e8c8e8","status":"passed","time":{"start":1706099960902,"stop":1706099960903,"duration":1}},{"uid":"a4551bac33c6cc00","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a4551bac33c6cc00","status":"passed","time":{"start":1706099096970,"stop":1706099096970,"duration":0}},{"uid":"70714ab900eb0cdc","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/70714ab900eb0cdc","status":"passed","time":{"start":1706077690000,"stop":1706077690002,"duration":2}},{"uid":"53e4fabfcc579fb7","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/53e4fabfcc579fb7","status":"passed","time":{"start":1706069780777,"stop":1706069780778,"duration":1}},{"uid":"e6fec9d3673d7af9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e6fec9d3673d7af9","status":"passed","time":{"start":1705950480121,"stop":1705950480122,"duration":1}},{"uid":"6c35e9ef9a06a6c0","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6c35e9ef9a06a6c0","status":"passed","time":{"start":1705938289247,"stop":1705938289247,"duration":0}},{"uid":"4e45dedcb8535537","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4e45dedcb8535537","status":"passed","time":{"start":1705913424141,"stop":1705913424142,"duration":1}},{"uid":"9c5bf055f3376ee","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/9c5bf055f3376ee","status":"passed","time":{"start":1705912964604,"stop":1705912964604,"duration":0}},{"uid":"289ac66cb29e6ed4","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/289ac66cb29e6ed4","status":"passed","time":{"start":1705912350985,"stop":1705912351008,"duration":23}},{"uid":"91afefe8cf095b7b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/91afefe8cf095b7b","status":"passed","time":{"start":1705911533349,"stop":1705911533349,"duration":0}},{"uid":"f93a1747b635fd88","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f93a1747b635fd88","status":"passed","time":{"start":1705698747960,"stop":1705698747960,"duration":0}},{"uid":"a8b8bf542cbb3cac","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a8b8bf542cbb3cac","status":"passed","time":{"start":1705687465938,"stop":1705687465938,"duration":0}},{"uid":"fc1eed6c2a82ec14","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/fc1eed6c2a82ec14","status":"passed","time":{"start":1705687367127,"stop":1705687367127,"duration":0}},{"uid":"1cd0da827de93cc3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1cd0da827de93cc3","status":"passed","time":{"start":1705681459373,"stop":1705681459373,"duration":0}},{"uid":"c8e6b3ba10e9e58","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c8e6b3ba10e9e58","status":"passed","time":{"start":1705680122205,"stop":1705680122209,"duration":4}},{"uid":"c1516cfc9b240f0d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c1516cfc9b240f0d","status":"passed","time":{"start":1705678066183,"stop":1705678066183,"duration":0}}]},"tags":[]},"source":"4a70c27b1a8739e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"20fd2890c370b29f","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":1706618865681,"stop":1706618865681,"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":2,"unknown":0,"total":2},"items":[{"uid":"c0a67f3297b3a555","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0a67f3297b3a555","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"tags":[]},"source":"20fd2890c370b29f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7f84ad7c1da15b60.json b/6291/data/test-cases/210023c7dc3bd456.json similarity index 96% rename from 6266/data/test-cases/7f84ad7c1da15b60.json rename to 6291/data/test-cases/210023c7dc3bd456.json index 86da2167acb..625fd75c56e 100644 --- a/6266/data/test-cases/7f84ad7c1da15b60.json +++ b/6291/data/test-cases/210023c7dc3bd456.json @@ -1 +1 @@ -{"uid":"7f84ad7c1da15b60","name":"Publish message with custom timestamp: Wed Jan 24 2024 14:05:15 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Jan 24 2024 14:05:15 GMT+0000 (Coordinated Universal Time)","historyId":"42b0f436f4529b917afb7ee5e0d7dc08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101530738,"stop":1706101530738,"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":"7f84ad7c1da15b60.json","parameterValues":[]} \ No newline at end of file +{"uid":"210023c7dc3bd456","name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","historyId":"30c77cae9846efa23652ec2cc9c0824d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618865689,"stop":1706618865689,"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":"210023c7dc3bd456.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/57b514f020141b7d.json b/6291/data/test-cases/211e1fb55aea6d82.json similarity index 78% rename from 6266/data/test-cases/57b514f020141b7d.json rename to 6291/data/test-cases/211e1fb55aea6d82.json index 999f592e4ea..c7c57c86089 100644 --- a/6266/data/test-cases/57b514f020141b7d.json +++ b/6291/data/test-cases/211e1fb55aea6d82.json @@ -1 +1 @@ -{"uid":"57b514f020141b7d","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":1706101369635,"stop":1706101369635,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"d5ae7cb3e3363a98","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d5ae7cb3e3363a98","status":"passed","time":{"start":1706101264985,"stop":1706101264986,"duration":1}},{"uid":"2ca1612305f2ed8e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2ca1612305f2ed8e","status":"passed","time":{"start":1706101143280,"stop":1706101143281,"duration":1}},{"uid":"155ebbb583a5e9b1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/155ebbb583a5e9b1","status":"passed","time":{"start":1706100932551,"stop":1706100932551,"duration":0}},{"uid":"3f832c443969e951","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3f832c443969e951","status":"passed","time":{"start":1706100355785,"stop":1706100355786,"duration":1}},{"uid":"515d71ca12d841e0","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/515d71ca12d841e0","status":"passed","time":{"start":1706099967120,"stop":1706099967120,"duration":0}},{"uid":"569b55aeaa6798f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/569b55aeaa6798f","status":"passed","time":{"start":1706098945337,"stop":1706098945337,"duration":0}},{"uid":"64204d7fb354aa8a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/64204d7fb354aa8a","status":"passed","time":{"start":1706077698159,"stop":1706077698159,"duration":0}},{"uid":"f6e132dd635f8bf","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f6e132dd635f8bf","status":"passed","time":{"start":1706069781888,"stop":1706069781888,"duration":0}},{"uid":"91b5d86e080a762d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/91b5d86e080a762d","status":"passed","time":{"start":1705950488315,"stop":1705950488316,"duration":1}},{"uid":"69f12baea9c22b38","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/69f12baea9c22b38","status":"passed","time":{"start":1705938293067,"stop":1705938293070,"duration":3}},{"uid":"b34f90e16b320140","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b34f90e16b320140","status":"passed","time":{"start":1705913430287,"stop":1705913430287,"duration":0}},{"uid":"9cffed51f0de3c32","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/9cffed51f0de3c32","status":"passed","time":{"start":1705912976206,"stop":1705912976206,"duration":0}},{"uid":"1f6d3e48016bd7e7","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/1f6d3e48016bd7e7","status":"passed","time":{"start":1705912363767,"stop":1705912363767,"duration":0}},{"uid":"3d5bc5178ba4c06c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3d5bc5178ba4c06c","status":"passed","time":{"start":1705911543461,"stop":1705911543461,"duration":0}},{"uid":"bfcf93b19b6e1135","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/bfcf93b19b6e1135","status":"passed","time":{"start":1705698753997,"stop":1705698753997,"duration":0}},{"uid":"20a77c584a4effa","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/20a77c584a4effa","status":"passed","time":{"start":1705687466256,"stop":1705687466257,"duration":1}},{"uid":"36663cf83e94eb7d","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/36663cf83e94eb7d","status":"passed","time":{"start":1705687381584,"stop":1705687381584,"duration":0}},{"uid":"d28baddabb920cbe","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d28baddabb920cbe","status":"passed","time":{"start":1705681326963,"stop":1705681326964,"duration":1}},{"uid":"d053603b5f86b11b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/d053603b5f86b11b","status":"passed","time":{"start":1705678076952,"stop":1705678076952,"duration":0}},{"uid":"1748b48b860ccfcc","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/1748b48b860ccfcc","status":"passed","time":{"start":1705677999865,"stop":1705677999866,"duration":1}}]},"tags":[]},"source":"57b514f020141b7d.json","parameterValues":[]} \ No newline at end of file +{"uid":"211e1fb55aea6d82","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":1706618580259,"stop":1706618580260,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"91a2da6ffb7e8d7f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a2da6ffb7e8d7f","status":"passed","time":{"start":1706618380682,"stop":1706618380683,"duration":1}}]},"tags":[]},"source":"211e1fb55aea6d82.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/214739989bcfd387.json b/6291/data/test-cases/214739989bcfd387.json new file mode 100644 index 00000000000..6606c4b21d2 --- /dev/null +++ b/6291/data/test-cases/214739989bcfd387.json @@ -0,0 +1 @@ +{"uid":"214739989bcfd387","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":1706619029145,"stop":1706619029145,"duration":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}],"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}],"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":[],"tags":[]},"source":"214739989bcfd387.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3d492f88a3798ed2.json b/6291/data/test-cases/216f4e48369049ef.json similarity index 93% rename from 6266/data/test-cases/3d492f88a3798ed2.json rename to 6291/data/test-cases/216f4e48369049ef.json index 909987ec1ee..740062d94d0 100644 --- a/6266/data/test-cases/3d492f88a3798ed2.json +++ b/6291/data/test-cases/216f4e48369049ef.json @@ -1 +1 @@ -{"uid":"3d492f88a3798ed2","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":1706101401939,"stop":1706101401939,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"80fe061bde9f1539","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/80fe061bde9f1539","status":"passed","time":{"start":1706101295295,"stop":1706101295295,"duration":0}},{"uid":"4b9b160c82f6c688","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4b9b160c82f6c688","status":"passed","time":{"start":1706101187423,"stop":1706101187424,"duration":1}},{"uid":"48f111d6bd3a364d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/48f111d6bd3a364d","status":"passed","time":{"start":1706100397497,"stop":1706100397497,"duration":0}},{"uid":"76121a370121b490","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/76121a370121b490","status":"passed","time":{"start":1706098985431,"stop":1706098985432,"duration":1}}]},"tags":[]},"source":"3d492f88a3798ed2.json","parameterValues":[]} \ No newline at end of file +{"uid":"216f4e48369049ef","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Basic HTML tag and receive message","historyId":"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624535,"stop":1706618624535,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"95aa40ee372bf53a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/95aa40ee372bf53a","status":"passed","time":{"start":1706618460786,"stop":1706618460786,"duration":0}}]},"tags":[]},"source":"216f4e48369049ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/dff115e2219b0908.json b/6291/data/test-cases/2179f01a04776477.json similarity index 60% rename from 6266/data/test-cases/dff115e2219b0908.json rename to 6291/data/test-cases/2179f01a04776477.json index 568c5850f61..6fed9007a2e 100644 --- a/6266/data/test-cases/dff115e2219b0908.json +++ b/6291/data/test-cases/2179f01a04776477.json @@ -1 +1 @@ -{"uid":"dff115e2219b0908","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":1706101626120,"stop":1706101626120,"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":108,"unknown":0,"total":108},"items":[{"uid":"40536a0aec0371a5","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/40536a0aec0371a5","status":"passed","time":{"start":1706101523568,"stop":1706101523569,"duration":1}},{"uid":"8a048f522ef148f2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8a048f522ef148f2","status":"passed","time":{"start":1706101413557,"stop":1706101413558,"duration":1}},{"uid":"3907d6500ce62296","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/3907d6500ce62296","status":"passed","time":{"start":1706101024930,"stop":1706101024930,"duration":0}},{"uid":"92e9213b9d5fbd46","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/92e9213b9d5fbd46","status":"passed","time":{"start":1706100628517,"stop":1706100628518,"duration":1}},{"uid":"f6f6416b54e07552","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f6f6416b54e07552","status":"passed","time":{"start":1706100054478,"stop":1706100054479,"duration":1}},{"uid":"a8790f7fa44e2c26","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a8790f7fa44e2c26","status":"passed","time":{"start":1706099215574,"stop":1706099215576,"duration":2}},{"uid":"b9826299077a1e1b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b9826299077a1e1b","status":"passed","time":{"start":1706077780913,"stop":1706077780913,"duration":0}},{"uid":"a517ce23c6223f2d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a517ce23c6223f2d","status":"passed","time":{"start":1706069865808,"stop":1706069865808,"duration":0}},{"uid":"6e5c29b69320e028","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/6e5c29b69320e028","status":"passed","time":{"start":1705950575444,"stop":1705950575444,"duration":0}},{"uid":"acae6b544729c865","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/acae6b544729c865","status":"passed","time":{"start":1705938390882,"stop":1705938390882,"duration":0}},{"uid":"60b68c0df356a3f7","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/60b68c0df356a3f7","status":"passed","time":{"start":1705913510562,"stop":1705913510562,"duration":0}},{"uid":"676b35aa4cb47fae","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/676b35aa4cb47fae","status":"passed","time":{"start":1705913061205,"stop":1705913061207,"duration":2}},{"uid":"ab6310f7496cddf","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/ab6310f7496cddf","status":"passed","time":{"start":1705912454479,"stop":1705912454480,"duration":1}},{"uid":"d6f075f925814948","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d6f075f925814948","status":"passed","time":{"start":1705911628394,"stop":1705911628394,"duration":0}},{"uid":"d69a992863d2f756","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d69a992863d2f756","status":"passed","time":{"start":1705698833215,"stop":1705698833216,"duration":1}},{"uid":"9dbf7804ed87ea0b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9dbf7804ed87ea0b","status":"passed","time":{"start":1705687552272,"stop":1705687552272,"duration":0}},{"uid":"380494b37ab0207b","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/380494b37ab0207b","status":"passed","time":{"start":1705687459033,"stop":1705687459033,"duration":0}},{"uid":"56eea0c400862321","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/56eea0c400862321","status":"passed","time":{"start":1705681567904,"stop":1705681567904,"duration":0}},{"uid":"da19f0ca2589774b","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/da19f0ca2589774b","status":"passed","time":{"start":1705680229730,"stop":1705680229730,"duration":0}},{"uid":"9b66d2dcf4d5ede1","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9b66d2dcf4d5ede1","status":"passed","time":{"start":1705678157500,"stop":1705678157501,"duration":1}}]},"tags":[]},"source":"dff115e2219b0908.json","parameterValues":[]} \ No newline at end of file +{"uid":"2179f01a04776477","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":1706618909986,"stop":1706618909986,"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":2,"unknown":0,"total":2},"items":[{"uid":"f0926e2d13f04cac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0926e2d13f04cac","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"tags":[]},"source":"2179f01a04776477.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f409c4cbf5b80947.json b/6291/data/test-cases/217edc81533541cc.json similarity index 69% rename from 6266/data/test-cases/f409c4cbf5b80947.json rename to 6291/data/test-cases/217edc81533541cc.json index a13fbcfcf7c..744659e9904 100644 --- a/6266/data/test-cases/f409c4cbf5b80947.json +++ b/6291/data/test-cases/217edc81533541cc.json @@ -1 +1 @@ -{"uid":"f409c4cbf5b80947","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":1706101414343,"stop":1706101414343,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"3715f96face22a34","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3715f96face22a34","status":"passed","time":{"start":1706101310172,"stop":1706101310173,"duration":1}},{"uid":"1ef91dc84f30b7c4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1ef91dc84f30b7c4","status":"passed","time":{"start":1706101205583,"stop":1706101205584,"duration":1}},{"uid":"e291659e86c4879d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e291659e86c4879d","status":"passed","time":{"start":1706100409427,"stop":1706100409428,"duration":1}},{"uid":"2a60c44d6168e15b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2a60c44d6168e15b","status":"passed","time":{"start":1706098983600,"stop":1706098983601,"duration":1}},{"uid":"6b4fefdc95fb7e67","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6b4fefdc95fb7e67","status":"passed","time":{"start":1705681361926,"stop":1705681361926,"duration":0}},{"uid":"12c0ea1262d594f1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/12c0ea1262d594f1","status":"passed","time":{"start":1705680056538,"stop":1705680056538,"duration":0}},{"uid":"38e9981dd47f3e9a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/38e9981dd47f3e9a","status":"passed","time":{"start":1705666820271,"stop":1705666820272,"duration":1}},{"uid":"5c698267f79307b5","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/5c698267f79307b5","status":"passed","time":{"start":1705526830782,"stop":1705526830783,"duration":1}}]},"tags":[]},"source":"f409c4cbf5b80947.json","parameterValues":[]} \ No newline at end of file +{"uid":"217edc81533541cc","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":1706618624272,"stop":1706618624272,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"48cc54719acdbe5f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48cc54719acdbe5f","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"tags":[]},"source":"217edc81533541cc.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/21e35dbb7de32b11.json b/6291/data/test-cases/21e35dbb7de32b11.json new file mode 100644 index 00000000000..fe80bf74b4c --- /dev/null +++ b/6291/data/test-cases/21e35dbb7de32b11.json @@ -0,0 +1 @@ +{"uid":"21e35dbb7de32b11","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":1706618366460,"stop":1706618366460,"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":2,"unknown":0,"total":2},"items":[{"uid":"eb18c41457c287c1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb18c41457c287c1","status":"passed","time":{"start":1706618156840,"stop":1706618156840,"duration":0}}]},"tags":[]},"source":"21e35dbb7de32b11.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/22cf55551e0b4ced.json b/6291/data/test-cases/22cf55551e0b4ced.json new file mode 100644 index 00000000000..1ffc2cef3fb --- /dev/null +++ b/6291/data/test-cases/22cf55551e0b4ced.json @@ -0,0 +1 @@ +{"uid":"22cf55551e0b4ced","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619035798,"stop":1706619035799,"duration":1},"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":2,"unknown":0,"total":2},"items":[{"uid":"4b6c9280f034c958","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b6c9280f034c958","status":"passed","time":{"start":1706618800453,"stop":1706618800453,"duration":0}}]},"tags":[]},"source":"22cf55551e0b4ced.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/22d3b2aaecd5f231.json b/6291/data/test-cases/22d3b2aaecd5f231.json new file mode 100644 index 00000000000..70f09b85ff7 --- /dev/null +++ b/6291/data/test-cases/22d3b2aaecd5f231.json @@ -0,0 +1 @@ +{"uid":"22d3b2aaecd5f231","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":1706618687001,"stop":1706618687002,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2bcfa89c3b967ed","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2bcfa89c3b967ed","status":"passed","time":{"start":1706618697331,"stop":1706618697332,"duration":1}}]},"tags":[]},"source":"22d3b2aaecd5f231.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9939a0e1c544829a.json b/6291/data/test-cases/22ffcc2a11733a62.json similarity index 88% rename from 6266/data/test-cases/9939a0e1c544829a.json rename to 6291/data/test-cases/22ffcc2a11733a62.json index 6560f9425ac..fc07a88c873 100644 --- a/6266/data/test-cases/9939a0e1c544829a.json +++ b/6291/data/test-cases/22ffcc2a11733a62.json @@ -1 +1 @@ -{"uid":"9939a0e1c544829a","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":1706101792224,"stop":1706101792224,"duration":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}],"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}],"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":10,"unknown":0,"total":10},"items":[{"uid":"1578b83a8e0bf091","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1578b83a8e0bf091","status":"passed","time":{"start":1706101709068,"stop":1706101709068,"duration":0}},{"uid":"11c4d41456ccc398","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/11c4d41456ccc398","status":"passed","time":{"start":1706101584053,"stop":1706101584053,"duration":0}},{"uid":"16a5d34e7c6292f3","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/16a5d34e7c6292f3","status":"passed","time":{"start":1706100800541,"stop":1706100800541,"duration":0}},{"uid":"d8096c8ac15dcc89","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d8096c8ac15dcc89","status":"passed","time":{"start":1706099377054,"stop":1706099377054,"duration":0}},{"uid":"7b6ee5e9c49d8ded","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7b6ee5e9c49d8ded","status":"passed","time":{"start":1705681745213,"stop":1705681745213,"duration":0}},{"uid":"1af14dfaa72b858a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/1af14dfaa72b858a","status":"passed","time":{"start":1705680374216,"stop":1705680374217,"duration":1}},{"uid":"4e192cf3c6123564","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4e192cf3c6123564","status":"passed","time":{"start":1705521364833,"stop":1705521364833,"duration":0}},{"uid":"d7f0defc78cd2f27","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d7f0defc78cd2f27","status":"passed","time":{"start":1705520531883,"stop":1705520531883,"duration":0}},{"uid":"8a1c276efb8124e5","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8a1c276efb8124e5","status":"passed","time":{"start":1705502591746,"stop":1705502591747,"duration":1}}]},"tags":[]},"source":"9939a0e1c544829a.json","parameterValues":[]} \ No newline at end of file +{"uid":"22ffcc2a11733a62","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":1706619029146,"stop":1706619029146,"duration":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}],"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}],"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":[],"tags":[]},"source":"22ffcc2a11733a62.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/232ce283dfbd49e.json b/6291/data/test-cases/232ce283dfbd49e.json new file mode 100644 index 00000000000..aa3054c3ce2 --- /dev/null +++ b/6291/data/test-cases/232ce283dfbd49e.json @@ -0,0 +1 @@ +{"uid":"232ce283dfbd49e","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":1706618731296,"stop":1706618731296,"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":2,"unknown":0,"total":2},"items":[{"uid":"32b5001b9224341c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32b5001b9224341c","status":"passed","time":{"start":1706618394340,"stop":1706618394340,"duration":0}}]},"tags":[]},"source":"232ce283dfbd49e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/23fb66157e2a76f0.json b/6291/data/test-cases/23fb66157e2a76f0.json new file mode 100644 index 00000000000..824433c81c2 --- /dev/null +++ b/6291/data/test-cases/23fb66157e2a76f0.json @@ -0,0 +1 @@ +{"uid":"23fb66157e2a76f0","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372079,"stop":1706618372079,"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":2,"unknown":0,"total":2},"items":[{"uid":"c77165c6c3672847","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c77165c6c3672847","status":"passed","time":{"start":1706618164685,"stop":1706618164685,"duration":0}}]},"tags":[]},"source":"23fb66157e2a76f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c56ec161720eaac2.json b/6291/data/test-cases/2429e750af6177dd.json similarity index 84% rename from 6266/data/test-cases/c56ec161720eaac2.json rename to 6291/data/test-cases/2429e750af6177dd.json index 6dab1f7c68f..0034bf0e6d9 100644 --- a/6266/data/test-cases/c56ec161720eaac2.json +++ b/6291/data/test-cases/2429e750af6177dd.json @@ -1 +1 @@ -{"uid":"c56ec161720eaac2","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":1706101757826,"stop":1706101757828,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"5fe8ce12037b6ef9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5fe8ce12037b6ef9","status":"passed","time":{"start":1706101680227,"stop":1706101680227,"duration":0}},{"uid":"352cad992f65654d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/352cad992f65654d","status":"passed","time":{"start":1706101549599,"stop":1706101549600,"duration":1}},{"uid":"14dbc0046dd5e033","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/14dbc0046dd5e033","status":"passed","time":{"start":1706100770597,"stop":1706100770597,"duration":0}},{"uid":"d7e0fcd9055d2adc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d7e0fcd9055d2adc","status":"passed","time":{"start":1706099342670,"stop":1706099342671,"duration":1}},{"uid":"1fe8d1ad4b9a151f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1fe8d1ad4b9a151f","status":"passed","time":{"start":1705681713143,"stop":1705681713143,"duration":0}}]},"tags":[]},"source":"c56ec161720eaac2.json","parameterValues":[]} \ No newline at end of file +{"uid":"2429e750af6177dd","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":1706618996204,"stop":1706618996204,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"64b475474d133c63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64b475474d133c63","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"tags":[]},"source":"2429e750af6177dd.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c226d6bd4a14548a.json b/6291/data/test-cases/244daa6b9ccfe578.json similarity index 87% rename from 6266/data/test-cases/c226d6bd4a14548a.json rename to 6291/data/test-cases/244daa6b9ccfe578.json index 3c32518e92f..d9d635bf34a 100644 --- a/6266/data/test-cases/c226d6bd4a14548a.json +++ b/6291/data/test-cases/244daa6b9ccfe578.json @@ -1 +1 @@ -{"uid":"c226d6bd4a14548a","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":1706101792211,"stop":1706101792211,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"d673ac99ee54300a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d673ac99ee54300a","status":"passed","time":{"start":1706101709057,"stop":1706101709057,"duration":0}},{"uid":"894ff27854d2a9b8","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/894ff27854d2a9b8","status":"passed","time":{"start":1706101584043,"stop":1706101584043,"duration":0}},{"uid":"815cbd38161d8c19","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/815cbd38161d8c19","status":"passed","time":{"start":1706100800530,"stop":1706100800530,"duration":0}},{"uid":"46b1997dc7b6d627","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/46b1997dc7b6d627","status":"passed","time":{"start":1706099377042,"stop":1706099377042,"duration":0}},{"uid":"bae7abdf7b05dbcf","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/bae7abdf7b05dbcf","status":"passed","time":{"start":1705681745204,"stop":1705681745204,"duration":0}},{"uid":"6c71dcfae71590bd","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6c71dcfae71590bd","status":"passed","time":{"start":1705680374207,"stop":1705680374207,"duration":0}},{"uid":"72e260bff80b8ec8","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/72e260bff80b8ec8","status":"passed","time":{"start":1705667089478,"stop":1705667089479,"duration":1}},{"uid":"83070d67d5a61f3f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/83070d67d5a61f3f","status":"passed","time":{"start":1705521364821,"stop":1705521364821,"duration":0}},{"uid":"5bb99a2445bfe122","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/5bb99a2445bfe122","status":"passed","time":{"start":1705520531870,"stop":1705520531871,"duration":1}},{"uid":"ec37dfee0c3040f8","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ec37dfee0c3040f8","status":"passed","time":{"start":1705518661628,"stop":1705518661628,"duration":0}},{"uid":"93dad0447224787e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/93dad0447224787e","status":"passed","time":{"start":1705502591732,"stop":1705502591732,"duration":0}}]},"tags":[]},"source":"c226d6bd4a14548a.json","parameterValues":[]} \ No newline at end of file +{"uid":"244daa6b9ccfe578","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":1706619029129,"stop":1706619029129,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"d5c06c7721a6e601","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5c06c7721a6e601","status":"passed","time":{"start":1706618668738,"stop":1706618668738,"duration":0}}]},"tags":[]},"source":"244daa6b9ccfe578.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/52c3feb003c350a9.json b/6291/data/test-cases/24b29dcdfb2141a1.json similarity index 51% rename from 6266/data/test-cases/52c3feb003c350a9.json rename to 6291/data/test-cases/24b29dcdfb2141a1.json index 125d99a46ac..55a57565548 100644 --- a/6266/data/test-cases/52c3feb003c350a9.json +++ b/6291/data/test-cases/24b29dcdfb2141a1.json @@ -1 +1 @@ -{"uid":"52c3feb003c350a9","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":1706101762913,"stop":1706101762914,"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":1,"skipped":0,"passed":108,"unknown":0,"total":109},"items":[{"uid":"8868dcafa1aac456","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/8868dcafa1aac456","status":"passed","time":{"start":1706101681216,"stop":1706101681217,"duration":1}},{"uid":"17c8bcde7e974dd6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/17c8bcde7e974dd6","status":"passed","time":{"start":1706101560066,"stop":1706101560066,"duration":0}},{"uid":"3e69f9daef5c01af","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/3e69f9daef5c01af","status":"passed","time":{"start":1706101005374,"stop":1706101005375,"duration":1}},{"uid":"b854f2094b125e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b854f2094b125e","status":"passed","time":{"start":1706100764367,"stop":1706100764368,"duration":1}},{"uid":"c698c3bf01af8197","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/c698c3bf01af8197","status":"passed","time":{"start":1706100038721,"stop":1706100038721,"duration":0}},{"uid":"e1b1a30c37b91738","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e1b1a30c37b91738","status":"passed","time":{"start":1706099331418,"stop":1706099331418,"duration":0}},{"uid":"ce053978e701ca78","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ce053978e701ca78","status":"passed","time":{"start":1706077763475,"stop":1706077763475,"duration":0}},{"uid":"676744bd781a7f1d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/676744bd781a7f1d","status":"passed","time":{"start":1706069851599,"stop":1706069851599,"duration":0}},{"uid":"97767a3a98f46f3b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/97767a3a98f46f3b","status":"passed","time":{"start":1705950568422,"stop":1705950568423,"duration":1}},{"uid":"c40fc81c71286562","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c40fc81c71286562","status":"passed","time":{"start":1705938368687,"stop":1705938368688,"duration":1}},{"uid":"aac9a2c28f7dbb52","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/aac9a2c28f7dbb52","status":"passed","time":{"start":1705913514587,"stop":1705913514587,"duration":0}},{"uid":"44d77b68af3b2e37","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/44d77b68af3b2e37","status":"passed","time":{"start":1705913059025,"stop":1705913059025,"duration":0}},{"uid":"c0a5fbe6856a798a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c0a5fbe6856a798a","status":"passed","time":{"start":1705912433751,"stop":1705912433752,"duration":1}},{"uid":"76e5ce9ba83bf5bb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/76e5ce9ba83bf5bb","status":"passed","time":{"start":1705911614631,"stop":1705911614632,"duration":1}},{"uid":"80c134391e384930","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/80c134391e384930","status":"passed","time":{"start":1705698824916,"stop":1705698824917,"duration":1}},{"uid":"7b71bf5364b3ccfe","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/7b71bf5364b3ccfe","status":"passed","time":{"start":1705687549291,"stop":1705687549291,"duration":0}},{"uid":"e3823e9e347c7bc7","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/e3823e9e347c7bc7","status":"passed","time":{"start":1705687455025,"stop":1705687455025,"duration":0}},{"uid":"c68e92f535df1e40","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c68e92f535df1e40","status":"passed","time":{"start":1705681714512,"stop":1705681714512,"duration":0}},{"uid":"24ae3dbb388c22c8","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/24ae3dbb388c22c8","status":"passed","time":{"start":1705680280954,"stop":1705680280954,"duration":0}},{"uid":"4e9dedca84aea03a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4e9dedca84aea03a","status":"passed","time":{"start":1705678144794,"stop":1705678144795,"duration":1}}]},"tags":[]},"source":"52c3feb003c350a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"24b29dcdfb2141a1","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":1706619030045,"stop":1706619030045,"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":2,"unknown":0,"total":2},"items":[{"uid":"92b3db38a1175a6c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92b3db38a1175a6c","status":"passed","time":{"start":1706618784350,"stop":1706618784350,"duration":0}}]},"tags":[]},"source":"24b29dcdfb2141a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2e28e6f730e00a74.json b/6291/data/test-cases/25b18febf48192da.json similarity index 76% rename from 6266/data/test-cases/2e28e6f730e00a74.json rename to 6291/data/test-cases/25b18febf48192da.json index c9ff629b274..31ba0327424 100644 --- a/6266/data/test-cases/2e28e6f730e00a74.json +++ b/6291/data/test-cases/25b18febf48192da.json @@ -1 +1 @@ -{"uid":"2e28e6f730e00a74","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":1706101530686,"stop":1706101530688,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"2331f31d0f3d3bbd","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2331f31d0f3d3bbd","status":"passed","time":{"start":1706101419601,"stop":1706101419602,"duration":1}},{"uid":"a5d37e79b3184619","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a5d37e79b3184619","status":"passed","time":{"start":1706101305311,"stop":1706101305311,"duration":0}},{"uid":"aae4f0f86c7b2fc0","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/aae4f0f86c7b2fc0","status":"passed","time":{"start":1706100931198,"stop":1706100931198,"duration":0}},{"uid":"c09802064f96c747","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c09802064f96c747","status":"passed","time":{"start":1706100510895,"stop":1706100510895,"duration":0}},{"uid":"66ff395e6dd4e8e3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/66ff395e6dd4e8e3","status":"passed","time":{"start":1706099960904,"stop":1706099960904,"duration":0}},{"uid":"c6e8b5a1788e35be","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c6e8b5a1788e35be","status":"passed","time":{"start":1706099096972,"stop":1706099096972,"duration":0}},{"uid":"a5e53ff1bb0b9e91","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/a5e53ff1bb0b9e91","status":"passed","time":{"start":1706077690003,"stop":1706077690004,"duration":1}},{"uid":"371cd5b620750a52","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/371cd5b620750a52","status":"passed","time":{"start":1706069780779,"stop":1706069780779,"duration":0}},{"uid":"82283ac2a5eca12c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/82283ac2a5eca12c","status":"passed","time":{"start":1705950480123,"stop":1705950480123,"duration":0}},{"uid":"b24297e25c26b905","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b24297e25c26b905","status":"passed","time":{"start":1705938289248,"stop":1705938289248,"duration":0}},{"uid":"b3cc9a2c1f58fae5","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b3cc9a2c1f58fae5","status":"passed","time":{"start":1705913424143,"stop":1705913424143,"duration":0}},{"uid":"4f8aa4724a98cdd5","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4f8aa4724a98cdd5","status":"passed","time":{"start":1705912964606,"stop":1705912964606,"duration":0}},{"uid":"aedd5a4e113adf27","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/aedd5a4e113adf27","status":"passed","time":{"start":1705912351010,"stop":1705912351010,"duration":0}},{"uid":"77070ec6c302e783","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/77070ec6c302e783","status":"passed","time":{"start":1705911533352,"stop":1705911533352,"duration":0}},{"uid":"9a456cff0dfe2ebb","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/9a456cff0dfe2ebb","status":"passed","time":{"start":1705698747962,"stop":1705698747962,"duration":0}},{"uid":"e3f9dead919e226f","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e3f9dead919e226f","status":"passed","time":{"start":1705687465940,"stop":1705687465941,"duration":1}},{"uid":"1bae2d8c0bf9b0ed","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1bae2d8c0bf9b0ed","status":"passed","time":{"start":1705687367130,"stop":1705687367130,"duration":0}},{"uid":"acadc6372683f8e8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/acadc6372683f8e8","status":"passed","time":{"start":1705681459374,"stop":1705681459374,"duration":0}},{"uid":"124b346e62860bbc","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/124b346e62860bbc","status":"passed","time":{"start":1705680122212,"stop":1705680122212,"duration":0}},{"uid":"53e1ac7ce225d7c6","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/53e1ac7ce225d7c6","status":"passed","time":{"start":1705678066188,"stop":1705678066189,"duration":1}}]},"tags":[]},"source":"2e28e6f730e00a74.json","parameterValues":[]} \ No newline at end of file +{"uid":"25b18febf48192da","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":1706618865682,"stop":1706618865683,"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":2,"unknown":0,"total":2},"items":[{"uid":"7fbbcb88bb8e1c4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fbbcb88bb8e1c4b","status":"passed","time":{"start":1706618683922,"stop":1706618683923,"duration":1}}]},"tags":[]},"source":"25b18febf48192da.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/236821ef966df82e.json b/6291/data/test-cases/26282bf1865a23dc.json similarity index 87% rename from 6266/data/test-cases/236821ef966df82e.json rename to 6291/data/test-cases/26282bf1865a23dc.json index f68126127d4..2500e536081 100644 --- a/6266/data/test-cases/236821ef966df82e.json +++ b/6291/data/test-cases/26282bf1865a23dc.json @@ -1 +1 @@ -{"uid":"236821ef966df82e","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":1706101792217,"stop":1706101792218,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"2107a343d22b0f4b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2107a343d22b0f4b","status":"passed","time":{"start":1706101709062,"stop":1706101709063,"duration":1}},{"uid":"c51b4451f0de76dc","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c51b4451f0de76dc","status":"passed","time":{"start":1706101584048,"stop":1706101584048,"duration":0}},{"uid":"bfd2cbaf74aa439a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/bfd2cbaf74aa439a","status":"passed","time":{"start":1706100800535,"stop":1706100800536,"duration":1}},{"uid":"9eda3cd5be085612","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9eda3cd5be085612","status":"passed","time":{"start":1706099377048,"stop":1706099377048,"duration":0}},{"uid":"a63726a663897058","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a63726a663897058","status":"passed","time":{"start":1705681745208,"stop":1705681745208,"duration":0}},{"uid":"9526da51b7e083e8","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9526da51b7e083e8","status":"passed","time":{"start":1705680374212,"stop":1705680374212,"duration":0}},{"uid":"8fc66d973c5714ff","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8fc66d973c5714ff","status":"passed","time":{"start":1705667089486,"stop":1705667089486,"duration":0}},{"uid":"46cb0a785d84263a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/46cb0a785d84263a","status":"passed","time":{"start":1705521364827,"stop":1705521364827,"duration":0}},{"uid":"18ef22ee0143f0e4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/18ef22ee0143f0e4","status":"passed","time":{"start":1705520531877,"stop":1705520531877,"duration":0}},{"uid":"b5dc70b4154bee10","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b5dc70b4154bee10","status":"passed","time":{"start":1705502591739,"stop":1705502591739,"duration":0}}]},"tags":[]},"source":"236821ef966df82e.json","parameterValues":[]} \ No newline at end of file +{"uid":"26282bf1865a23dc","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":1706619029140,"stop":1706619029140,"duration":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}],"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}],"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":[],"tags":[]},"source":"26282bf1865a23dc.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2673c5ad39105fe2.json b/6291/data/test-cases/2673c5ad39105fe2.json new file mode 100644 index 00000000000..b5688fa0ad7 --- /dev/null +++ b/6291/data/test-cases/2673c5ad39105fe2.json @@ -0,0 +1 @@ +{"uid":"2673c5ad39105fe2","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":1706618731282,"stop":1706618731282,"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":2,"unknown":0,"total":2},"items":[{"uid":"9d8b62e90af28f82","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d8b62e90af28f82","status":"passed","time":{"start":1706618394315,"stop":1706618394316,"duration":1}}]},"tags":[]},"source":"2673c5ad39105fe2.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/db3c7d8e06c22d3c.json b/6291/data/test-cases/2695d0fa9b816ca7.json similarity index 88% rename from 6266/data/test-cases/db3c7d8e06c22d3c.json rename to 6291/data/test-cases/2695d0fa9b816ca7.json index 2a22ebacb31..f2770cad009 100644 --- a/6266/data/test-cases/db3c7d8e06c22d3c.json +++ b/6291/data/test-cases/2695d0fa9b816ca7.json @@ -1 +1 @@ -{"uid":"db3c7d8e06c22d3c","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing JSON and receive message","historyId":"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"1130ae44b37a7c70","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1130ae44b37a7c70","status":"passed","time":{"start":1706101295302,"stop":1706101295303,"duration":1}},{"uid":"c23e89c95a878f39","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c23e89c95a878f39","status":"passed","time":{"start":1706101187435,"stop":1706101187435,"duration":0}},{"uid":"22569f11300071b4","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/22569f11300071b4","status":"passed","time":{"start":1706100397504,"stop":1706100397504,"duration":0}},{"uid":"c69ce1c9d4e28643","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c69ce1c9d4e28643","status":"passed","time":{"start":1706098985440,"stop":1706098985440,"duration":0}},{"uid":"a2a20dc492440e24","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a2a20dc492440e24","status":"passed","time":{"start":1705681341596,"stop":1705681341597,"duration":1}},{"uid":"ca9e6db6228ca870","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ca9e6db6228ca870","status":"passed","time":{"start":1705680075501,"stop":1705680075501,"duration":0}},{"uid":"12259e489263fd9c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/12259e489263fd9c","status":"passed","time":{"start":1705666818725,"stop":1705666818725,"duration":0}},{"uid":"4dc95360d1e040f1","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4dc95360d1e040f1","status":"passed","time":{"start":1705520251426,"stop":1705520251427,"duration":1}},{"uid":"faf398ada1fa4408","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/faf398ada1fa4408","status":"passed","time":{"start":1705518481996,"stop":1705518481996,"duration":0}},{"uid":"61481ed5d3018ad0","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/61481ed5d3018ad0","status":"passed","time":{"start":1705502312555,"stop":1705502312555,"duration":0}}]},"tags":[]},"source":"db3c7d8e06c22d3c.json","parameterValues":[]} \ No newline at end of file +{"uid":"2695d0fa9b816ca7","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing JSON and receive message","historyId":"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624535,"stop":1706618624536,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"47fa988fbab6d4f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47fa988fbab6d4f6","status":"passed","time":{"start":1706618460786,"stop":1706618460787,"duration":1}}]},"tags":[]},"source":"2695d0fa9b816ca7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/175dc297829f3d85.json b/6291/data/test-cases/26deea821890e5b9.json similarity index 95% rename from 6266/data/test-cases/175dc297829f3d85.json rename to 6291/data/test-cases/26deea821890e5b9.json index d65b8411080..d29a3ad4e28 100644 --- a/6266/data/test-cases/175dc297829f3d85.json +++ b/6291/data/test-cases/26deea821890e5b9.json @@ -1 +1 @@ -{"uid":"175dc297829f3d85","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":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"4306f807beb08821","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4306f807beb08821","status":"passed","time":{"start":1706101680232,"stop":1706101680233,"duration":1}},{"uid":"2307504ab49ba3c2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2307504ab49ba3c2","status":"passed","time":{"start":1706101549607,"stop":1706101549608,"duration":1}},{"uid":"70e72dc6839dcb1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/70e72dc6839dcb1","status":"passed","time":{"start":1706100770605,"stop":1706100770605,"duration":0}},{"uid":"5d1d5c904f85cc85","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5d1d5c904f85cc85","status":"passed","time":{"start":1706099342676,"stop":1706099342676,"duration":0}},{"uid":"920c127697105fe9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/920c127697105fe9","status":"passed","time":{"start":1705681713151,"stop":1705681713151,"duration":0}}]},"tags":[]},"source":"175dc297829f3d85.json","parameterValues":[]} \ No newline at end of file +{"uid":"26deea821890e5b9","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":1706618996202,"stop":1706618996203,"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":2,"unknown":0,"total":2},"items":[{"uid":"cc92a865548a0dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cc92a865548a0dd","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"tags":[]},"source":"26deea821890e5b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/27a139bf850e8935.json b/6291/data/test-cases/27a139bf850e8935.json new file mode 100644 index 00000000000..58d6e760498 --- /dev/null +++ b/6291/data/test-cases/27a139bf850e8935.json @@ -0,0 +1 @@ +{"uid":"27a139bf850e8935","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":1706618731293,"stop":1706618731294,"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":2,"unknown":0,"total":2},"items":[{"uid":"fdd5899342c97197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdd5899342c97197","status":"passed","time":{"start":1706618394332,"stop":1706618394333,"duration":1}}]},"tags":[]},"source":"27a139bf850e8935.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d92e04722a7caca0.json b/6291/data/test-cases/284501093b08e9d7.json similarity index 97% rename from 6266/data/test-cases/d92e04722a7caca0.json rename to 6291/data/test-cases/284501093b08e9d7.json index b05e6fce4e8..26e9f3eea0e 100644 --- a/6266/data/test-cases/d92e04722a7caca0.json +++ b/6291/data/test-cases/284501093b08e9d7.json @@ -1 +1 @@ -{"uid":"d92e04722a7caca0","name":"Check received message with timestamp: 1706101190517000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1706101190517000000 ","historyId":"811987915bb9d2dcc1620d6b8cd02d86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101723806,"stop":1706101723806,"duration":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":"d92e04722a7caca0.json","parameterValues":[]} \ No newline at end of file +{"uid":"284501093b08e9d7","name":"Check received message with timestamp: 1706618413982000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1706618413982000000 ","historyId":"bf828d51146b952dc7d5b3cb2a986a74:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618959495,"stop":1706618959496,"duration":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":"284501093b08e9d7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/28a5e6b81638f76b.json b/6291/data/test-cases/28a5e6b81638f76b.json new file mode 100644 index 00000000000..263b1cdcb78 --- /dev/null +++ b/6291/data/test-cases/28a5e6b81638f76b.json @@ -0,0 +1 @@ +{"uid":"28a5e6b81638f76b","name":"should emit `waku:offline` event when all peers disconnect","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Events > peer:disconnect > should emit `waku:offline` event when all peers disconnect","historyId":"545c0a766d9b4f22b4d869bc0f8db47a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454361,"stop":1706618454361,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Events"},{"name":"subSuite","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":2,"unknown":0,"total":2},"items":[{"uid":"30e787174f9ca2f2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/30e787174f9ca2f2","status":"passed","time":{"start":1706618246647,"stop":1706618246647,"duration":0}}]},"tags":[]},"source":"28a5e6b81638f76b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fae0ec6f8b0f30d8.json b/6291/data/test-cases/29450f8b43ec92e7.json similarity index 94% rename from 6266/data/test-cases/fae0ec6f8b0f30d8.json rename to 6291/data/test-cases/29450f8b43ec92e7.json index a2fcd6e3216..ebbc7add931 100644 --- a/6266/data/test-cases/fae0ec6f8b0f30d8.json +++ b/6291/data/test-cases/29450f8b43ec92e7.json @@ -1 +1 @@ -{"uid":"fae0ec6f8b0f30d8","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":1706101757830,"stop":1706101757831,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"37100d42ed2e3e67","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/37100d42ed2e3e67","status":"passed","time":{"start":1706101680228,"stop":1706101680228,"duration":0}},{"uid":"1ac26ac139ac3e1d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1ac26ac139ac3e1d","status":"passed","time":{"start":1706101549601,"stop":1706101549601,"duration":0}},{"uid":"182152aae731436b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/182152aae731436b","status":"passed","time":{"start":1706100770598,"stop":1706100770599,"duration":1}},{"uid":"64e3ae504584e8a3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/64e3ae504584e8a3","status":"passed","time":{"start":1706099342671,"stop":1706099342672,"duration":1}},{"uid":"74275fa034618ad","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/74275fa034618ad","status":"passed","time":{"start":1705681713144,"stop":1705681713144,"duration":0}}]},"tags":[]},"source":"fae0ec6f8b0f30d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"29450f8b43ec92e7","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":1706618996194,"stop":1706618996194,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f16fef4d8ce817e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f16fef4d8ce817e0","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"tags":[]},"source":"29450f8b43ec92e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/37238c221f5b03e7.json b/6291/data/test-cases/29e28a62c67f07ad.json similarity index 92% rename from 6266/data/test-cases/37238c221f5b03e7.json rename to 6291/data/test-cases/29e28a62c67f07ad.json index 92748e74385..992d663a1c6 100644 --- a/6266/data/test-cases/37238c221f5b03e7.json +++ b/6291/data/test-cases/29e28a62c67f07ad.json @@ -1 +1 @@ -{"uid":"37238c221f5b03e7","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":1706101593984,"stop":1706101593985,"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":9,"unknown":0,"total":9},"items":[{"uid":"bd7eb03481c10204","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bd7eb03481c10204","status":"passed","time":{"start":1706101499428,"stop":1706101499429,"duration":1}},{"uid":"4faa55027d2c6b88","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4faa55027d2c6b88","status":"passed","time":{"start":1706101380142,"stop":1706101380143,"duration":1}},{"uid":"c8d6f85508288b80","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c8d6f85508288b80","status":"passed","time":{"start":1706100623755,"stop":1706100623755,"duration":0}},{"uid":"54c6e938717f453d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/54c6e938717f453d","status":"passed","time":{"start":1706099176279,"stop":1706099176279,"duration":0}},{"uid":"997490977e62932e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/997490977e62932e","status":"passed","time":{"start":1705681544247,"stop":1705681544247,"duration":0}},{"uid":"fa5e5e8d02dc14ae","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/fa5e5e8d02dc14ae","status":"passed","time":{"start":1705680158891,"stop":1705680158892,"duration":1}},{"uid":"e37c47e82fb0af0d","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/e37c47e82fb0af0d","status":"passed","time":{"start":1705666900194,"stop":1705666900195,"duration":1}},{"uid":"8fffdda41620ef8a","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8fffdda41620ef8a","status":"passed","time":{"start":1705526887788,"stop":1705526887788,"duration":0}}]},"tags":[]},"source":"37238c221f5b03e7.json","parameterValues":[]} \ No newline at end of file +{"uid":"29e28a62c67f07ad","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":1706618858006,"stop":1706618858008,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16e4403cef791e48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16e4403cef791e48","status":"passed","time":{"start":1706618636968,"stop":1706618636969,"duration":1}}]},"tags":[]},"source":"29e28a62c67f07ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/29eafe7f31572330.json b/6291/data/test-cases/29eafe7f31572330.json new file mode 100644 index 00000000000..edcc3b8ea82 --- /dev/null +++ b/6291/data/test-cases/29eafe7f31572330.json @@ -0,0 +1 @@ +{"uid":"29eafe7f31572330","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":1706618731284,"stop":1706618731284,"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":2,"unknown":0,"total":2},"items":[{"uid":"91a253fd3e602e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a253fd3e602e75","status":"passed","time":{"start":1706618394318,"stop":1706618394318,"duration":0}}]},"tags":[]},"source":"29eafe7f31572330.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2a1c0039c4a0290.json b/6291/data/test-cases/2a1c0039c4a0290.json new file mode 100644 index 00000000000..391ba5f67ba --- /dev/null +++ b/6291/data/test-cases/2a1c0039c4a0290.json @@ -0,0 +1 @@ +{"uid":"2a1c0039c4a0290","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":1706618395071,"stop":1706618395071,"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":2,"unknown":0,"total":2},"items":[{"uid":"344e08f66bf9bb28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/344e08f66bf9bb28","status":"passed","time":{"start":1706618185610,"stop":1706618185611,"duration":1}}]},"tags":[]},"source":"2a1c0039c4a0290.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3609c2f3d25c9bf6.json b/6291/data/test-cases/2a3140f859dace8a.json similarity index 95% rename from 6266/data/test-cases/3609c2f3d25c9bf6.json rename to 6291/data/test-cases/2a3140f859dace8a.json index 10128ba2487..3145fb8dbe1 100644 --- a/6266/data/test-cases/3609c2f3d25c9bf6.json +++ b/6291/data/test-cases/2a3140f859dace8a.json @@ -1 +1 @@ -{"uid":"3609c2f3d25c9bf6","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":1706101757818,"stop":1706101757819,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"5f6715d77af439ad","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5f6715d77af439ad","status":"passed","time":{"start":1706101680225,"stop":1706101680225,"duration":0}},{"uid":"86f0bf8c2c7d1eb2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/86f0bf8c2c7d1eb2","status":"passed","time":{"start":1706101549597,"stop":1706101549597,"duration":0}},{"uid":"8e34bc30cf2ed055","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8e34bc30cf2ed055","status":"passed","time":{"start":1706100770594,"stop":1706100770595,"duration":1}},{"uid":"4a1fe0edae0d6529","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4a1fe0edae0d6529","status":"passed","time":{"start":1706099342668,"stop":1706099342668,"duration":0}},{"uid":"469356e76bf06926","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/469356e76bf06926","status":"passed","time":{"start":1705681713140,"stop":1705681713140,"duration":0}}]},"tags":[]},"source":"3609c2f3d25c9bf6.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a3140f859dace8a","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":1706618996188,"stop":1706618996189,"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":2,"unknown":0,"total":2},"items":[{"uid":"4dd8b77f823d54e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dd8b77f823d54e6","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"tags":[]},"source":"2a3140f859dace8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2a4e1ada550c4b90.json b/6291/data/test-cases/2a4e1ada550c4b90.json new file mode 100644 index 00000000000..cbfbf786f3a --- /dev/null +++ b/6291/data/test-cases/2a4e1ada550c4b90.json @@ -0,0 +1 @@ +{"uid":"2a4e1ada550c4b90","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618395557,"stop":1706618395557,"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":2,"unknown":0,"total":2},"items":[{"uid":"cba61e3efd8ea87f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cba61e3efd8ea87f","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"tags":[]},"source":"2a4e1ada550c4b90.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2a9afbd722fb849a.json b/6291/data/test-cases/2a9afbd722fb849a.json new file mode 100644 index 00000000000..d3441b70ed3 --- /dev/null +++ b/6291/data/test-cases/2a9afbd722fb849a.json @@ -0,0 +1 @@ +{"uid":"2a9afbd722fb849a","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":1706618731280,"stop":1706618731280,"duration":0},"status":"broken","statusMessage":"expected +0 to equal 1","statusTrace":"AssertionError: expected +0 to equal 1\n at Context. (file:///home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts:284:36)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)","flaky":false,"newFailed":false,"newBroken":true,"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},{"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},{"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},{"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},{"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":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"42849c8f19f9fd35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42849c8f19f9fd35","status":"passed","time":{"start":1706618394306,"stop":1706618394308,"duration":2}}]},"tags":[]},"source":"2a9afbd722fb849a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2aa039a37cab5a2d.json b/6291/data/test-cases/2aa039a37cab5a2d.json new file mode 100644 index 00000000000..3d231ff57c6 --- /dev/null +++ b/6291/data/test-cases/2aa039a37cab5a2d.json @@ -0,0 +1 @@ +{"uid":"2aa039a37cab5a2d","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":1706618731273,"stop":1706618731274,"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},{"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},{"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},{"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},{"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":2,"unknown":0,"total":2},"items":[{"uid":"9aaa8006c140b964","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9aaa8006c140b964","status":"passed","time":{"start":1706618394303,"stop":1706618394304,"duration":1}}]},"tags":[]},"source":"2aa039a37cab5a2d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f2a01f0e1cbf9891.json b/6291/data/test-cases/2abc118317c2af49.json similarity index 88% rename from 6266/data/test-cases/f2a01f0e1cbf9891.json rename to 6291/data/test-cases/2abc118317c2af49.json index 61573bee1fb..51edaa23962 100644 --- a/6266/data/test-cases/f2a01f0e1cbf9891.json +++ b/6291/data/test-cases/2abc118317c2af49.json @@ -1 +1 @@ -{"uid":"f2a01f0e1cbf9891","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing SQL Injection and receive message","historyId":"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401958,"stop":1706101401959,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"28461c0afe8c6a6c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/28461c0afe8c6a6c","status":"passed","time":{"start":1706101295300,"stop":1706101295300,"duration":0}},{"uid":"46addd0a4a9b287","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/46addd0a4a9b287","status":"passed","time":{"start":1706101187432,"stop":1706101187433,"duration":1}},{"uid":"b9cf9a575170f8ff","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b9cf9a575170f8ff","status":"passed","time":{"start":1706100397502,"stop":1706100397502,"duration":0}},{"uid":"48faacfcb8d4afe4","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/48faacfcb8d4afe4","status":"passed","time":{"start":1706098985438,"stop":1706098985438,"duration":0}},{"uid":"b89f8ab036e48296","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/b89f8ab036e48296","status":"passed","time":{"start":1705681341595,"stop":1705681341595,"duration":0}},{"uid":"c8900743d506738c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c8900743d506738c","status":"passed","time":{"start":1705680075499,"stop":1705680075499,"duration":0}},{"uid":"21e35f813d5ce78a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/21e35f813d5ce78a","status":"passed","time":{"start":1705666818723,"stop":1705666818723,"duration":0}},{"uid":"24d9f96a9917f065","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/24d9f96a9917f065","status":"passed","time":{"start":1705520251425,"stop":1705520251425,"duration":0}},{"uid":"25e3db4b9f1ab9ec","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/25e3db4b9f1ab9ec","status":"passed","time":{"start":1705518481994,"stop":1705518481995,"duration":1}},{"uid":"6798b9044a4afec6","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6798b9044a4afec6","status":"passed","time":{"start":1705502312552,"stop":1705502312553,"duration":1}}]},"tags":[]},"source":"f2a01f0e1cbf9891.json","parameterValues":[]} \ No newline at end of file +{"uid":"2abc118317c2af49","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing SQL Injection and receive message","historyId":"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"a1cd4f408719218a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a1cd4f408719218a","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"tags":[]},"source":"2abc118317c2af49.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2afdf4d098d966f2.json b/6291/data/test-cases/2afdf4d098d966f2.json new file mode 100644 index 00000000000..fd372511669 --- /dev/null +++ b/6291/data/test-cases/2afdf4d098d966f2.json @@ -0,0 +1 @@ +{"uid":"2afdf4d098d966f2","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":1706618865693,"stop":1706618865694,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"7d387b0ff392d685","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d387b0ff392d685","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683933,"stop":1706618683934,"duration":1}}]},"tags":[]},"source":"2afdf4d098d966f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2c138c6b3f7a9a42.json b/6291/data/test-cases/2c138c6b3f7a9a42.json new file mode 100644 index 00000000000..99d4aee7fc6 --- /dev/null +++ b/6291/data/test-cases/2c138c6b3f7a9a42.json @@ -0,0 +1 @@ +{"uid":"2c138c6b3f7a9a42","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":1706619008976,"stop":1706619008977,"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":2,"unknown":0,"total":2},"items":[{"uid":"2b8c08ab7132197b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2b8c08ab7132197b","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"tags":[]},"source":"2c138c6b3f7a9a42.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ab9c3b072ce719dc.json b/6291/data/test-cases/2c1a8506ceb918e7.json similarity index 51% rename from 6266/data/test-cases/ab9c3b072ce719dc.json rename to 6291/data/test-cases/2c1a8506ceb918e7.json index d99569c68ef..3ef3d72c35c 100644 --- a/6266/data/test-cases/ab9c3b072ce719dc.json +++ b/6291/data/test-cases/2c1a8506ceb918e7.json @@ -1 +1 @@ -{"uid":"ab9c3b072ce719dc","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":1706101762914,"stop":1706101762914,"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":108,"unknown":0,"total":108},"items":[{"uid":"5797253778c89fe8","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5797253778c89fe8","status":"passed","time":{"start":1706101681217,"stop":1706101681218,"duration":1}},{"uid":"bae29dca7ee08570","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bae29dca7ee08570","status":"passed","time":{"start":1706101560066,"stop":1706101560067,"duration":1}},{"uid":"73534686b251955f","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/73534686b251955f","status":"passed","time":{"start":1706101005375,"stop":1706101005375,"duration":0}},{"uid":"b2503df1bbaefcf3","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b2503df1bbaefcf3","status":"passed","time":{"start":1706100764368,"stop":1706100764368,"duration":0}},{"uid":"cedc86ca34a6b0dd","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/cedc86ca34a6b0dd","status":"passed","time":{"start":1706100038722,"stop":1706100038722,"duration":0}},{"uid":"c815c04e08ab044b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c815c04e08ab044b","status":"passed","time":{"start":1706099331418,"stop":1706099331419,"duration":1}},{"uid":"11f62a4912bd8153","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/11f62a4912bd8153","status":"passed","time":{"start":1706077763475,"stop":1706077763476,"duration":1}},{"uid":"dde2529771de76a4","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/dde2529771de76a4","status":"passed","time":{"start":1706069851599,"stop":1706069851600,"duration":1}},{"uid":"4c1d8bd9a9be33a6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/4c1d8bd9a9be33a6","status":"passed","time":{"start":1705950568423,"stop":1705950568423,"duration":0}},{"uid":"45e37b56f93a23ab","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/45e37b56f93a23ab","status":"passed","time":{"start":1705938368689,"stop":1705938368689,"duration":0}},{"uid":"f7e23db8bb4a1e5","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f7e23db8bb4a1e5","status":"passed","time":{"start":1705913514587,"stop":1705913514588,"duration":1}},{"uid":"792311b605c86f27","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/792311b605c86f27","status":"passed","time":{"start":1705913059026,"stop":1705913059026,"duration":0}},{"uid":"a769b78a66d30b39","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a769b78a66d30b39","status":"passed","time":{"start":1705912433752,"stop":1705912433753,"duration":1}},{"uid":"2b27218d26a3b462","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2b27218d26a3b462","status":"passed","time":{"start":1705911614632,"stop":1705911614632,"duration":0}},{"uid":"99cf43249800a563","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/99cf43249800a563","status":"passed","time":{"start":1705698824917,"stop":1705698824917,"duration":0}},{"uid":"bf1e2e9b56e268a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/bf1e2e9b56e268a","status":"passed","time":{"start":1705687549292,"stop":1705687549292,"duration":0}},{"uid":"176e4a759c7ba543","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/176e4a759c7ba543","status":"passed","time":{"start":1705687455026,"stop":1705687455026,"duration":0}},{"uid":"34e1adb899f386ff","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/34e1adb899f386ff","status":"passed","time":{"start":1705681714512,"stop":1705681714513,"duration":1}},{"uid":"7bb464abf0807032","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7bb464abf0807032","status":"passed","time":{"start":1705680280955,"stop":1705680280955,"duration":0}},{"uid":"7ac5db4c6c206d9f","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7ac5db4c6c206d9f","status":"passed","time":{"start":1705678144795,"stop":1705678144796,"duration":1}}]},"tags":[]},"source":"ab9c3b072ce719dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c1a8506ceb918e7","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":1706619030045,"stop":1706619030045,"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":2,"unknown":0,"total":2},"items":[{"uid":"b0088597ea4b986e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b0088597ea4b986e","status":"passed","time":{"start":1706618784350,"stop":1706618784351,"duration":1}}]},"tags":[]},"source":"2c1a8506ceb918e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2cfb0de5a13ac847.json b/6291/data/test-cases/2cfb0de5a13ac847.json new file mode 100644 index 00000000000..86ddeeeb766 --- /dev/null +++ b/6291/data/test-cases/2cfb0de5a13ac847.json @@ -0,0 +1 @@ +{"uid":"2cfb0de5a13ac847","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":1706618378341,"stop":1706618378342,"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":"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":2,"unknown":0,"total":2},"items":[{"uid":"ad618dccd30a7dc4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ad618dccd30a7dc4","status":"passed","time":{"start":1706618169524,"stop":1706618169526,"duration":2}}]},"tags":[]},"source":"2cfb0de5a13ac847.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/dca53c7923749a70.json b/6291/data/test-cases/2d40a183aea1fe1e.json similarity index 88% rename from 6266/data/test-cases/dca53c7923749a70.json rename to 6291/data/test-cases/2d40a183aea1fe1e.json index 03da2a3995b..ea1751ca17e 100644 --- a/6266/data/test-cases/dca53c7923749a70.json +++ b/6291/data/test-cases/2d40a183aea1fe1e.json @@ -1 +1 @@ -{"uid":"dca53c7923749a70","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":1706101401932,"stop":1706101401932,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"6d88e1c0fadf8c6b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6d88e1c0fadf8c6b","status":"passed","time":{"start":1706101295291,"stop":1706101295291,"duration":0}},{"uid":"1742fe1276d22f44","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1742fe1276d22f44","status":"passed","time":{"start":1706101187412,"stop":1706101187413,"duration":1}},{"uid":"a4e2d93d379295f2","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a4e2d93d379295f2","status":"passed","time":{"start":1706100397488,"stop":1706100397492,"duration":4}},{"uid":"934f854f58c4d4fe","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/934f854f58c4d4fe","status":"passed","time":{"start":1706098985428,"stop":1706098985428,"duration":0}},{"uid":"99e90852ec666bcc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/99e90852ec666bcc","status":"passed","time":{"start":1705681341583,"stop":1705681341583,"duration":0}},{"uid":"659762b08d27caa4","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/659762b08d27caa4","status":"passed","time":{"start":1705680075490,"stop":1705680075490,"duration":0}},{"uid":"6ca5ea86ead92b6b","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/6ca5ea86ead92b6b","status":"passed","time":{"start":1705666818713,"stop":1705666818713,"duration":0}},{"uid":"7916ecee2c5fefa4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/7916ecee2c5fefa4","status":"passed","time":{"start":1705520251408,"stop":1705520251409,"duration":1}},{"uid":"6c95e70427b0930f","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6c95e70427b0930f","status":"passed","time":{"start":1705518481975,"stop":1705518481975,"duration":0}},{"uid":"95983985021f4124","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/95983985021f4124","status":"passed","time":{"start":1705502312539,"stop":1705502312540,"duration":1}}]},"tags":[]},"source":"dca53c7923749a70.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d40a183aea1fe1e","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":1706618624427,"stop":1706618624428,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"a068a87f9aa73f8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a068a87f9aa73f8a","status":"passed","time":{"start":1706618460770,"stop":1706618460770,"duration":0}}]},"tags":[]},"source":"2d40a183aea1fe1e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2e547751e92a6bfd.json b/6291/data/test-cases/2e547751e92a6bfd.json new file mode 100644 index 00000000000..651ff148e21 --- /dev/null +++ b/6291/data/test-cases/2e547751e92a6bfd.json @@ -0,0 +1 @@ +{"uid":"2e547751e92a6bfd","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":1706618395070,"stop":1706618395070,"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":2,"unknown":0,"total":2},"items":[{"uid":"a9d374d3bc746fbc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9d374d3bc746fbc","status":"passed","time":{"start":1706618185610,"stop":1706618185610,"duration":0}}]},"tags":[]},"source":"2e547751e92a6bfd.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d256bd2aeec38e86.json b/6291/data/test-cases/2ee45025fc2127eb.json similarity index 87% rename from 6266/data/test-cases/d256bd2aeec38e86.json rename to 6291/data/test-cases/2ee45025fc2127eb.json index 20a6855cd3f..e2d0f34ce81 100644 --- a/6266/data/test-cases/d256bd2aeec38e86.json +++ b/6291/data/test-cases/2ee45025fc2127eb.json @@ -1 +1 @@ -{"uid":"d256bd2aeec38e86","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":1706101792215,"stop":1706101792215,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"d68c0ebde937828d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d68c0ebde937828d","status":"passed","time":{"start":1706101709060,"stop":1706101709060,"duration":0}},{"uid":"df4dba0672b6ef3b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/df4dba0672b6ef3b","status":"passed","time":{"start":1706101584047,"stop":1706101584047,"duration":0}},{"uid":"7ae8b9bc57ec1037","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7ae8b9bc57ec1037","status":"passed","time":{"start":1706100800533,"stop":1706100800533,"duration":0}},{"uid":"8c01a36e354addf4","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/8c01a36e354addf4","status":"passed","time":{"start":1706099377046,"stop":1706099377046,"duration":0}},{"uid":"6737089b5139f904","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6737089b5139f904","status":"passed","time":{"start":1705681745206,"stop":1705681745207,"duration":1}},{"uid":"938a62ee25c0ad99","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/938a62ee25c0ad99","status":"passed","time":{"start":1705680374210,"stop":1705680374211,"duration":1}},{"uid":"a1c79a11d0a97fa6","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a1c79a11d0a97fa6","status":"passed","time":{"start":1705667089483,"stop":1705667089483,"duration":0}},{"uid":"aaa1ff0902a31f82","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/aaa1ff0902a31f82","status":"passed","time":{"start":1705521364825,"stop":1705521364825,"duration":0}},{"uid":"18958eccdc48e43a","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/18958eccdc48e43a","status":"passed","time":{"start":1705520531874,"stop":1705520531875,"duration":1}},{"uid":"3be317becb0a4725","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/3be317becb0a4725","status":"passed","time":{"start":1705518661631,"stop":1705518661631,"duration":0}},{"uid":"16624a5aedca17dc","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/16624a5aedca17dc","status":"passed","time":{"start":1705502591736,"stop":1705502591736,"duration":0}}]},"tags":[]},"source":"d256bd2aeec38e86.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ee45025fc2127eb","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":1706619029137,"stop":1706619029137,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"79d2cfd4831e5416","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/79d2cfd4831e5416","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"tags":[]},"source":"2ee45025fc2127eb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/2f43116f52417796.json b/6291/data/test-cases/2f43116f52417796.json new file mode 100644 index 00000000000..6e6b4321d98 --- /dev/null +++ b/6291/data/test-cases/2f43116f52417796.json @@ -0,0 +1 @@ +{"uid":"2f43116f52417796","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":1706618448910,"stop":1706618448910,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"2f25cee4e231d272","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f25cee4e231d272","status":"passed","time":{"start":1706618242048,"stop":1706618242048,"duration":0}}]},"tags":[]},"source":"2f43116f52417796.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/302769fcd6799018.json b/6291/data/test-cases/302769fcd6799018.json new file mode 100644 index 00000000000..fc649088b16 --- /dev/null +++ b/6291/data/test-cases/302769fcd6799018.json @@ -0,0 +1 @@ +{"uid":"302769fcd6799018","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":1706618996205,"stop":1706618996205,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ee23d719c40a98b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee23d719c40a98b5","status":"passed","time":{"start":1706618797774,"stop":1706618797774,"duration":0}}]},"tags":[]},"source":"302769fcd6799018.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/303dce01dbce0663.json b/6291/data/test-cases/303dce01dbce0663.json new file mode 100644 index 00000000000..091e9f988f0 --- /dev/null +++ b/6291/data/test-cases/303dce01dbce0663.json @@ -0,0 +1 @@ +{"uid":"303dce01dbce0663","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":1706618731280,"stop":1706618731281,"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":2,"unknown":0,"total":2},"items":[{"uid":"c39394a7d3d3b060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39394a7d3d3b060","status":"passed","time":{"start":1706618394314,"stop":1706618394315,"duration":1}}]},"tags":[]},"source":"303dce01dbce0663.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d594f03cdb3deff9.json b/6291/data/test-cases/304cd2b0b8a4fe8d.json similarity index 87% rename from 6266/data/test-cases/d594f03cdb3deff9.json rename to 6291/data/test-cases/304cd2b0b8a4fe8d.json index aaa5085ff9a..a5250c6dcb1 100644 --- a/6266/data/test-cases/d594f03cdb3deff9.json +++ b/6291/data/test-cases/304cd2b0b8a4fe8d.json @@ -1 +1 @@ -{"uid":"d594f03cdb3deff9","name":"Subscribe to 30 topics 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 at once and receives messages","historyId":"9739569391e2ab952cda6b3754e1ee1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101792216,"stop":1706101792216,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"cb66ed9d9cc1da93","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/cb66ed9d9cc1da93","status":"passed","time":{"start":1706101709061,"stop":1706101709061,"duration":0}},{"uid":"3a621842d577b89d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3a621842d577b89d","status":"passed","time":{"start":1706101584047,"stop":1706101584047,"duration":0}},{"uid":"4236cb0100b05ef1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4236cb0100b05ef1","status":"passed","time":{"start":1706100800534,"stop":1706100800534,"duration":0}},{"uid":"25ada3347e2a7edc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/25ada3347e2a7edc","status":"passed","time":{"start":1706099377046,"stop":1706099377047,"duration":1}},{"uid":"632cfb69b6eea754","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/632cfb69b6eea754","status":"passed","time":{"start":1705681745207,"stop":1705681745207,"duration":0}},{"uid":"f1cc05444e9f1d48","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/f1cc05444e9f1d48","status":"passed","time":{"start":1705680374211,"stop":1705680374211,"duration":0}},{"uid":"7cddb548d8fcd2e7","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/7cddb548d8fcd2e7","status":"passed","time":{"start":1705667089484,"stop":1705667089484,"duration":0}},{"uid":"38230a1482dfd3cb","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/38230a1482dfd3cb","status":"passed","time":{"start":1705521364826,"stop":1705521364826,"duration":0}},{"uid":"62c7e11bf955acd6","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/62c7e11bf955acd6","status":"passed","time":{"start":1705520531875,"stop":1705520531875,"duration":0}},{"uid":"d9e54dc8d969efb0","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/d9e54dc8d969efb0","status":"passed","time":{"start":1705518661632,"stop":1705518661632,"duration":0}},{"uid":"317fe90188e92f2f","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/317fe90188e92f2f","status":"passed","time":{"start":1705502591737,"stop":1705502591737,"duration":0}}]},"tags":[]},"source":"d594f03cdb3deff9.json","parameterValues":[]} \ No newline at end of file +{"uid":"304cd2b0b8a4fe8d","name":"Subscribe to 30 topics 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 at once and receives messages","historyId":"9739569391e2ab952cda6b3754e1ee1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619029138,"stop":1706619029138,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"816cc47fbfb05dfa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/816cc47fbfb05dfa","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"tags":[]},"source":"304cd2b0b8a4fe8d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d41b649e2364da0c.json b/6291/data/test-cases/30fd9b219449fed1.json similarity index 97% rename from 6266/data/test-cases/d41b649e2364da0c.json rename to 6291/data/test-cases/30fd9b219449fed1.json index f7a1cf36dbb..c2a14b516db 100644 --- a/6266/data/test-cases/d41b649e2364da0c.json +++ b/6291/data/test-cases/30fd9b219449fed1.json @@ -1 +1 @@ -{"uid":"d41b649e2364da0c","name":"Check received message with timestamp: 1706101190241 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1706101190241 ","historyId":"fc693a97d52ca62c902b9f5eb1ffc155:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101369628,"stop":1706101369628,"duration":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":"d41b649e2364da0c.json","parameterValues":[]} \ No newline at end of file +{"uid":"30fd9b219449fed1","name":"Check received message with timestamp: 1706618414016 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1706618414016 ","historyId":"737c5ee269fd05ae70c337c0d5e7d030:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618580256,"stop":1706618580256,"duration":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":"30fd9b219449fed1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5e150c526ca47a65.json b/6291/data/test-cases/32e9dcc6370f7e05.json similarity index 98% rename from 6266/data/test-cases/5e150c526ca47a65.json rename to 6291/data/test-cases/32e9dcc6370f7e05.json index f085167a59d..3079fba758f 100644 --- a/6266/data/test-cases/5e150c526ca47a65.json +++ b/6291/data/test-cases/32e9dcc6370f7e05.json @@ -1 +1 @@ -{"uid":"5e150c526ca47a65","name":"Push message with custom timestamp: 1675342941217","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1675342941217","historyId":"0d39d475e97e8f8280bc8c87aff29969:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101757860,"stop":1706101757860,"duration":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":"5e150c526ca47a65.json","parameterValues":[]} \ No newline at end of file +{"uid":"32e9dcc6370f7e05","name":"Push message with custom timestamp: 1675860180609","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1675860180609","historyId":"6f4d3d6033d949744e42458b367703e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618996206,"stop":1706618996207,"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":"32e9dcc6370f7e05.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7b856811798cfd50.json b/6291/data/test-cases/33525b020537a123.json similarity index 95% rename from 6266/data/test-cases/7b856811798cfd50.json rename to 6291/data/test-cases/33525b020537a123.json index 817bfd01598..56c3db32a71 100644 --- a/6266/data/test-cases/7b856811798cfd50.json +++ b/6291/data/test-cases/33525b020537a123.json @@ -1 +1 @@ -{"uid":"7b856811798cfd50","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":1706101757812,"stop":1706101757813,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"db4e57da94f4223f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/db4e57da94f4223f","status":"passed","time":{"start":1706101680224,"stop":1706101680224,"duration":0}},{"uid":"46a328ca89beb280","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/46a328ca89beb280","status":"passed","time":{"start":1706101549595,"stop":1706101549595,"duration":0}},{"uid":"d7b1d6a1e6059756","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d7b1d6a1e6059756","status":"passed","time":{"start":1706100770593,"stop":1706100770593,"duration":0}},{"uid":"5bb73a2e4f21fc4e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5bb73a2e4f21fc4e","status":"passed","time":{"start":1706099342667,"stop":1706099342667,"duration":0}},{"uid":"a994523d96dde723","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a994523d96dde723","status":"passed","time":{"start":1705681713138,"stop":1705681713138,"duration":0}}]},"tags":[]},"source":"7b856811798cfd50.json","parameterValues":[]} \ No newline at end of file +{"uid":"33525b020537a123","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":1706618996186,"stop":1706618996187,"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":2,"unknown":0,"total":2},"items":[{"uid":"d5b3fd48df3331ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5b3fd48df3331ce","status":"passed","time":{"start":1706618797760,"stop":1706618797761,"duration":1}}]},"tags":[]},"source":"33525b020537a123.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/33605b0ff317c52b.json b/6291/data/test-cases/33605b0ff317c52b.json new file mode 100644 index 00000000000..57f041b2624 --- /dev/null +++ b/6291/data/test-cases/33605b0ff317c52b.json @@ -0,0 +1 @@ +{"uid":"33605b0ff317c52b","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":1706618731278,"stop":1706618731278,"duration":0},"status":"broken","statusMessage":"expected +0 to equal 1","statusTrace":"AssertionError: expected +0 to equal 1\n at Context. (file:///home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts:245:36)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)","flaky":false,"newFailed":false,"newBroken":true,"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},{"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},{"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},{"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},{"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":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"a40f47ba1d3d839","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a40f47ba1d3d839","status":"passed","time":{"start":1706618394306,"stop":1706618394306,"duration":0}}]},"tags":[]},"source":"33605b0ff317c52b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e3591e1773cce404.json b/6291/data/test-cases/336f1706e62a77ee.json similarity index 74% rename from 6266/data/test-cases/e3591e1773cce404.json rename to 6291/data/test-cases/336f1706e62a77ee.json index 8dbdabf6f2b..2d637e18959 100644 --- a/6266/data/test-cases/e3591e1773cce404.json +++ b/6291/data/test-cases/336f1706e62a77ee.json @@ -1 +1 @@ -{"uid":"e3591e1773cce404","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":1706101545981,"stop":1706101545981,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"bf00c21f2e047314","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bf00c21f2e047314","status":"passed","time":{"start":1706101432559,"stop":1706101432559,"duration":0}},{"uid":"87911fb8a1377e83","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/87911fb8a1377e83","status":"passed","time":{"start":1706101317720,"stop":1706101317721,"duration":1}},{"uid":"1b44279eb95b9da5","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1b44279eb95b9da5","status":"passed","time":{"start":1706100939727,"stop":1706100939727,"duration":0}},{"uid":"d856157bf63b5a5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d856157bf63b5a5","status":"passed","time":{"start":1706100525082,"stop":1706100525082,"duration":0}},{"uid":"4b61ef57c12d1c13","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4b61ef57c12d1c13","status":"passed","time":{"start":1706099965694,"stop":1706099965694,"duration":0}},{"uid":"e73872283726632","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e73872283726632","status":"passed","time":{"start":1706099111456,"stop":1706099111457,"duration":1}},{"uid":"83e97a9d3cfdb8d6","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/83e97a9d3cfdb8d6","status":"passed","time":{"start":1706077695296,"stop":1706077695296,"duration":0}},{"uid":"9191a20a6ee04176","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/9191a20a6ee04176","status":"passed","time":{"start":1706069776813,"stop":1706069776813,"duration":0}},{"uid":"e66664e2a6ee01b9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e66664e2a6ee01b9","status":"passed","time":{"start":1705950492111,"stop":1705950492111,"duration":0}},{"uid":"40f32f19fb309ec3","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/40f32f19fb309ec3","status":"passed","time":{"start":1705938291947,"stop":1705938291947,"duration":0}},{"uid":"8fd2ef405074db91","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/8fd2ef405074db91","status":"passed","time":{"start":1705913434726,"stop":1705913434727,"duration":1}},{"uid":"137e4810e779fcee","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/137e4810e779fcee","status":"passed","time":{"start":1705912976670,"stop":1705912976671,"duration":1}},{"uid":"d33145fb4e8d1a04","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/d33145fb4e8d1a04","status":"passed","time":{"start":1705912362850,"stop":1705912362850,"duration":0}},{"uid":"f8f69a22ff74aa15","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f8f69a22ff74aa15","status":"passed","time":{"start":1705911541680,"stop":1705911541680,"duration":0}},{"uid":"55548c023595eee","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/55548c023595eee","status":"passed","time":{"start":1705698743492,"stop":1705698743493,"duration":1}},{"uid":"e0ba36829bf8690","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e0ba36829bf8690","status":"passed","time":{"start":1705687470587,"stop":1705687470587,"duration":0}},{"uid":"dfd5e9a32e9862f8","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/dfd5e9a32e9862f8","status":"passed","time":{"start":1705687378218,"stop":1705687378219,"duration":1}},{"uid":"e5c8c19d7bbabaf3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e5c8c19d7bbabaf3","status":"passed","time":{"start":1705681472176,"stop":1705681472176,"duration":0}},{"uid":"36f29ea608b1f38e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/36f29ea608b1f38e","status":"passed","time":{"start":1705680122023,"stop":1705680122023,"duration":0}},{"uid":"80a6aed715ab62f3","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/80a6aed715ab62f3","status":"passed","time":{"start":1705678077107,"stop":1705678077108,"duration":1}}]},"tags":[]},"source":"e3591e1773cce404.json","parameterValues":[]} \ No newline at end of file +{"uid":"336f1706e62a77ee","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":1706618871335,"stop":1706618871335,"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":2,"unknown":0,"total":2},"items":[{"uid":"d87a6fdbca942b63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d87a6fdbca942b63","status":"passed","time":{"start":1706618685096,"stop":1706618685097,"duration":1}}]},"tags":[]},"source":"336f1706e62a77ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/33808063b91b23c.json b/6291/data/test-cases/33808063b91b23c.json new file mode 100644 index 00000000000..db338071e62 --- /dev/null +++ b/6291/data/test-cases/33808063b91b23c.json @@ -0,0 +1 @@ +{"uid":"33808063b91b23c","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":1706618731290,"stop":1706618731290,"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":2,"unknown":0,"total":2},"items":[{"uid":"d5557a727806ffd3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5557a727806ffd3","status":"passed","time":{"start":1706618394330,"stop":1706618394330,"duration":0}}]},"tags":[]},"source":"33808063b91b23c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/339e52495f5bcf4d.json b/6291/data/test-cases/339e52495f5bcf4d.json new file mode 100644 index 00000000000..b4dd2ffab14 --- /dev/null +++ b/6291/data/test-cases/339e52495f5bcf4d.json @@ -0,0 +1 @@ +{"uid":"339e52495f5bcf4d","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":1706618489111,"stop":1706618489112,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ce238481d5ed081e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce238481d5ed081e","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"tags":[]},"source":"339e52495f5bcf4d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c03295ec9a94ec9c.json b/6291/data/test-cases/33bbcb4fe5601790.json similarity index 94% rename from 6266/data/test-cases/c03295ec9a94ec9c.json rename to 6291/data/test-cases/33bbcb4fe5601790.json index 122dff518be..752729147fe 100644 --- a/6266/data/test-cases/c03295ec9a94ec9c.json +++ b/6291/data/test-cases/33bbcb4fe5601790.json @@ -1 +1 @@ -{"uid":"c03295ec9a94ec9c","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":1706101757831,"stop":1706101757833,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"d24688552eb9fd15","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d24688552eb9fd15","status":"passed","time":{"start":1706101680229,"stop":1706101680229,"duration":0}},{"uid":"14ae24ff7f708df4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/14ae24ff7f708df4","status":"passed","time":{"start":1706101549601,"stop":1706101549602,"duration":1}},{"uid":"59b5bb13b4b16b41","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/59b5bb13b4b16b41","status":"passed","time":{"start":1706100770599,"stop":1706100770599,"duration":0}},{"uid":"fc06f4acabfef3b4","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/fc06f4acabfef3b4","status":"passed","time":{"start":1706099342672,"stop":1706099342672,"duration":0}},{"uid":"884bba7d3ffefda","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/884bba7d3ffefda","status":"passed","time":{"start":1705681713145,"stop":1705681713145,"duration":0}}]},"tags":[]},"source":"c03295ec9a94ec9c.json","parameterValues":[]} \ No newline at end of file +{"uid":"33bbcb4fe5601790","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":1706618996194,"stop":1706618996195,"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":2,"unknown":0,"total":2},"items":[{"uid":"793095812fb0f407","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/793095812fb0f407","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"tags":[]},"source":"33bbcb4fe5601790.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/348975164994ddc1.json b/6291/data/test-cases/348975164994ddc1.json new file mode 100644 index 00000000000..4fa84d54ca2 --- /dev/null +++ b/6291/data/test-cases/348975164994ddc1.json @@ -0,0 +1 @@ +{"uid":"348975164994ddc1","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":1706618396941,"stop":1706618396941,"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":2,"unknown":0,"total":2},"items":[{"uid":"fe74640dec082ea6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fe74640dec082ea6","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"tags":[]},"source":"348975164994ddc1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/519c77acd56d1040.json b/6291/data/test-cases/34ee82d6e62d35a2.json similarity index 86% rename from 6266/data/test-cases/519c77acd56d1040.json rename to 6291/data/test-cases/34ee82d6e62d35a2.json index 5b6a637ba0f..ec190bcdd9f 100644 --- a/6266/data/test-cases/519c77acd56d1040.json +++ b/6291/data/test-cases/34ee82d6e62d35a2.json @@ -1 +1 @@ -{"uid":"519c77acd56d1040","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":1706101723754,"stop":1706101723755,"duration":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":"c9fdd4582cf1e3e1","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c9fdd4582cf1e3e1","status":"passed","time":{"start":1706101654450,"stop":1706101654450,"duration":0}},{"uid":"1f5d57c6fd2fa7c8","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1f5d57c6fd2fa7c8","status":"passed","time":{"start":1706101537654,"stop":1706101537654,"duration":0}},{"uid":"704d651b22339c09","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/704d651b22339c09","status":"passed","time":{"start":1706100722872,"stop":1706100722872,"duration":0}},{"uid":"144375afcfe7235a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/144375afcfe7235a","status":"passed","time":{"start":1706099290594,"stop":1706099290594,"duration":0}},{"uid":"ae1973dab0bcd19c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ae1973dab0bcd19c","status":"passed","time":{"start":1705681678120,"stop":1705681678121,"duration":1}},{"uid":"5ab570fedab1ae78","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5ab570fedab1ae78","status":"passed","time":{"start":1705680350524,"stop":1705680350524,"duration":0}},{"uid":"5c3a56ead1711f42","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/5c3a56ead1711f42","status":"passed","time":{"start":1705667092956,"stop":1705667092956,"duration":0}},{"uid":"8095beb40d432c18","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8095beb40d432c18","status":"passed","time":{"start":1705527069382,"stop":1705527069382,"duration":0}},{"uid":"dda8a2b3ba99d5b7","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/dda8a2b3ba99d5b7","status":"passed","time":{"start":1705521327101,"stop":1705521327102,"duration":1}},{"uid":"8b371d7a5a38be8a","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/8b371d7a5a38be8a","status":"passed","time":{"start":1705520488383,"stop":1705520488384,"duration":1}},{"uid":"13d8cc7380828a17","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/13d8cc7380828a17","status":"passed","time":{"start":1705518883230,"stop":1705518883231,"duration":1}},{"uid":"1c53285ef6c9ac0c","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/1c53285ef6c9ac0c","status":"passed","time":{"start":1705502684088,"stop":1705502684088,"duration":0}}]},"tags":[]},"source":"519c77acd56d1040.json","parameterValues":[]} \ No newline at end of file +{"uid":"34ee82d6e62d35a2","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":1706618959472,"stop":1706618959473,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"745e1e477acb21b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/745e1e477acb21b0","status":"passed","time":{"start":1706618735852,"stop":1706618735853,"duration":1}}]},"tags":[]},"source":"34ee82d6e62d35a2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/35cb402b4ee5efa0.json b/6291/data/test-cases/35cb402b4ee5efa0.json new file mode 100644 index 00000000000..b09e3989fe8 --- /dev/null +++ b/6291/data/test-cases/35cb402b4ee5efa0.json @@ -0,0 +1 @@ +{"uid":"35cb402b4ee5efa0","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":1706618424948,"stop":1706618424948,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"60d349e706032c5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60d349e706032c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216101,"stop":1706618216101,"duration":0}}]},"tags":[]},"source":"35cb402b4ee5efa0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/37882b3c54ec5d62.json b/6291/data/test-cases/35dac324d7a05007.json similarity index 76% rename from 6266/data/test-cases/37882b3c54ec5d62.json rename to 6291/data/test-cases/35dac324d7a05007.json index 4527bab4304..daee37cd33b 100644 --- a/6266/data/test-cases/37882b3c54ec5d62.json +++ b/6291/data/test-cases/35dac324d7a05007.json @@ -1 +1 @@ -{"uid":"37882b3c54ec5d62","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":1706101530739,"stop":1706101530739,"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":106,"unknown":0,"total":106},"items":[{"uid":"26240d5c85e58d09","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/26240d5c85e58d09","status":"passed","time":{"start":1706101419610,"stop":1706101419613,"duration":3}},{"uid":"44165a0e3f20f2b1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/44165a0e3f20f2b1","status":"passed","time":{"start":1706101305319,"stop":1706101305319,"duration":0}},{"uid":"1e3b3b551c058e69","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1e3b3b551c058e69","status":"passed","time":{"start":1706100931218,"stop":1706100931218,"duration":0}},{"uid":"74d9640b1b01070d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/74d9640b1b01070d","status":"passed","time":{"start":1706100510909,"stop":1706100510909,"duration":0}},{"uid":"1bca17ae69205293","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/1bca17ae69205293","status":"passed","time":{"start":1706099960911,"stop":1706099960912,"duration":1}},{"uid":"65c961c852406522","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/65c961c852406522","status":"passed","time":{"start":1706099096979,"stop":1706099096979,"duration":0}},{"uid":"8135b74694da94ab","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/8135b74694da94ab","status":"passed","time":{"start":1706077690013,"stop":1706077690013,"duration":0}},{"uid":"d96b2525ad5cb482","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d96b2525ad5cb482","status":"passed","time":{"start":1706069780791,"stop":1706069780792,"duration":1}},{"uid":"ac7b950ce34c60c9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/ac7b950ce34c60c9","status":"passed","time":{"start":1705950480138,"stop":1705950480138,"duration":0}},{"uid":"846590a1d7986f33","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/846590a1d7986f33","status":"passed","time":{"start":1705938289258,"stop":1705938289258,"duration":0}},{"uid":"d6fb55b0d867cf3e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/d6fb55b0d867cf3e","status":"passed","time":{"start":1705913424151,"stop":1705913424152,"duration":1}},{"uid":"480cec7da00484f0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/480cec7da00484f0","status":"passed","time":{"start":1705912964624,"stop":1705912964625,"duration":1}},{"uid":"30c1f77b2d715f05","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/30c1f77b2d715f05","status":"passed","time":{"start":1705912351032,"stop":1705912351033,"duration":1}},{"uid":"3d92f471fdb0fd9f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3d92f471fdb0fd9f","status":"passed","time":{"start":1705911533387,"stop":1705911533388,"duration":1}},{"uid":"7a0fbc46df91877a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/7a0fbc46df91877a","status":"passed","time":{"start":1705698747969,"stop":1705698747969,"duration":0}},{"uid":"c5f100116f6e9f2b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c5f100116f6e9f2b","status":"passed","time":{"start":1705687465951,"stop":1705687465951,"duration":0}},{"uid":"2b18960f9c8757d6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/2b18960f9c8757d6","status":"passed","time":{"start":1705687367142,"stop":1705687367142,"duration":0}},{"uid":"aeaeacb19d8d0705","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/aeaeacb19d8d0705","status":"passed","time":{"start":1705681459381,"stop":1705681459381,"duration":0}},{"uid":"6ffd7a48c421d38a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6ffd7a48c421d38a","status":"passed","time":{"start":1705680122222,"stop":1705680122222,"duration":0}},{"uid":"1476553dc877a17b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1476553dc877a17b","status":"passed","time":{"start":1705678066197,"stop":1705678066198,"duration":1}}]},"tags":[]},"source":"37882b3c54ec5d62.json","parameterValues":[]} \ No newline at end of file +{"uid":"35dac324d7a05007","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":1706618865691,"stop":1706618865691,"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":2,"unknown":0,"total":2},"items":[{"uid":"84b8ed65e788773c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/84b8ed65e788773c","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"tags":[]},"source":"35dac324d7a05007.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/895150ced4966e16.json b/6291/data/test-cases/370dd7023a5d5fec.json similarity index 87% rename from 6266/data/test-cases/895150ced4966e16.json rename to 6291/data/test-cases/370dd7023a5d5fec.json index fc1fe164cdd..7bda6c9a252 100644 --- a/6266/data/test-cases/895150ced4966e16.json +++ b/6291/data/test-cases/370dd7023a5d5fec.json @@ -1 +1 @@ -{"uid":"895150ced4966e16","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":1706101792221,"stop":1706101792221,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"d67e7d661b069d1d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d67e7d661b069d1d","status":"passed","time":{"start":1706101709065,"stop":1706101709065,"duration":0}},{"uid":"e9ccc20f858730ed","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e9ccc20f858730ed","status":"passed","time":{"start":1706101584051,"stop":1706101584051,"duration":0}},{"uid":"822d0a4ef3fb3eec","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/822d0a4ef3fb3eec","status":"passed","time":{"start":1706100800539,"stop":1706100800539,"duration":0}},{"uid":"189b6f8af9a63327","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/189b6f8af9a63327","status":"passed","time":{"start":1706099377051,"stop":1706099377052,"duration":1}},{"uid":"599832a14df8e904","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/599832a14df8e904","status":"passed","time":{"start":1705681745211,"stop":1705681745211,"duration":0}},{"uid":"5e50c0818230b6d7","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5e50c0818230b6d7","status":"passed","time":{"start":1705680374215,"stop":1705680374215,"duration":0}},{"uid":"c32e8977eb1f850e","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c32e8977eb1f850e","status":"passed","time":{"start":1705667089490,"stop":1705667089491,"duration":1}},{"uid":"352510d7276b33f4","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/352510d7276b33f4","status":"passed","time":{"start":1705521364830,"stop":1705521364831,"duration":1}},{"uid":"6dff95dab822555","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/6dff95dab822555","status":"passed","time":{"start":1705520531880,"stop":1705520531880,"duration":0}},{"uid":"b03628f5428073ca","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b03628f5428073ca","status":"passed","time":{"start":1705502591743,"stop":1705502591743,"duration":0}}]},"tags":[]},"source":"895150ced4966e16.json","parameterValues":[]} \ No newline at end of file +{"uid":"370dd7023a5d5fec","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":1706619029143,"stop":1706619029144,"duration":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}],"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}],"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":[],"tags":[]},"source":"370dd7023a5d5fec.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/231ab900763ebeae.json b/6291/data/test-cases/371c2ebbdb131422.json similarity index 98% rename from 6266/data/test-cases/231ab900763ebeae.json rename to 6291/data/test-cases/371c2ebbdb131422.json index e08dd16e230..9edc5f34d7d 100644 --- a/6266/data/test-cases/231ab900763ebeae.json +++ b/6291/data/test-cases/371c2ebbdb131422.json @@ -1 +1 @@ -{"uid":"231ab900763ebeae","name":"Push message with custom timestamp: 1706097769775","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1706097769775","historyId":"a0bdbceaf0a40253a35c28fdcacee7a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101594027,"stop":1706101594027,"duration":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":"231ab900763ebeae.json","parameterValues":[]} \ No newline at end of file +{"uid":"371c2ebbdb131422","name":"Push message with custom timestamp: 1675860224650","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1675860224650","historyId":"6f37057ccdecf5550bcb449ff85f621b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618858029,"stop":1706618858029,"duration":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":"371c2ebbdb131422.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3727773489abe03b.json b/6291/data/test-cases/3727773489abe03b.json new file mode 100644 index 00000000000..e1f4be49482 --- /dev/null +++ b/6291/data/test-cases/3727773489abe03b.json @@ -0,0 +1 @@ +{"uid":"3727773489abe03b","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":1706618871335,"stop":1706618871335,"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":2,"unknown":0,"total":2},"items":[{"uid":"d71b0eeb80230cd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d71b0eeb80230cd4","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"tags":[]},"source":"3727773489abe03b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d33a22d4f1037953.json b/6291/data/test-cases/376fd527142a549f.json similarity index 92% rename from 6266/data/test-cases/d33a22d4f1037953.json rename to 6291/data/test-cases/376fd527142a549f.json index 600910749e0..aabd3f92b8a 100644 --- a/6266/data/test-cases/d33a22d4f1037953.json +++ b/6291/data/test-cases/376fd527142a549f.json @@ -1 +1 @@ -{"uid":"d33a22d4f1037953","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":1706101593983,"stop":1706101593983,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"1e1c284d311896b7","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1e1c284d311896b7","status":"passed","time":{"start":1706101499427,"stop":1706101499428,"duration":1}},{"uid":"139a016b093c95fd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/139a016b093c95fd","status":"passed","time":{"start":1706101380141,"stop":1706101380142,"duration":1}},{"uid":"ad1d4c927baad2b8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ad1d4c927baad2b8","status":"passed","time":{"start":1706100623754,"stop":1706100623755,"duration":1}},{"uid":"dd3927924d0d3403","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/dd3927924d0d3403","status":"passed","time":{"start":1706099176278,"stop":1706099176279,"duration":1}},{"uid":"f875f3082fa558dc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f875f3082fa558dc","status":"passed","time":{"start":1705681544242,"stop":1705681544246,"duration":4}},{"uid":"ad5eaed46aba8ec6","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ad5eaed46aba8ec6","status":"passed","time":{"start":1705680158891,"stop":1705680158891,"duration":0}},{"uid":"8db1dcc70849390d","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8db1dcc70849390d","status":"passed","time":{"start":1705666900194,"stop":1705666900194,"duration":0}},{"uid":"6ca9651c4f96fc08","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/6ca9651c4f96fc08","status":"passed","time":{"start":1705526887788,"stop":1705526887788,"duration":0}}]},"tags":[]},"source":"d33a22d4f1037953.json","parameterValues":[]} \ No newline at end of file +{"uid":"376fd527142a549f","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":1706618858005,"stop":1706618858005,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b413fb5d463cc20b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b413fb5d463cc20b","status":"passed","time":{"start":1706618636967,"stop":1706618636968,"duration":1}}]},"tags":[]},"source":"376fd527142a549f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/400b6c4b839b134a.json b/6291/data/test-cases/3794ba9e6b4b171c.json similarity index 87% rename from 6266/data/test-cases/400b6c4b839b134a.json rename to 6291/data/test-cases/3794ba9e6b4b171c.json index 43c88d92810..7db36a16ca4 100644 --- a/6266/data/test-cases/400b6c4b839b134a.json +++ b/6291/data/test-cases/3794ba9e6b4b171c.json @@ -1 +1 @@ -{"uid":"400b6c4b839b134a","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":1706101792218,"stop":1706101792218,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"7ae909c2f9f8456d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7ae909c2f9f8456d","status":"passed","time":{"start":1706101709063,"stop":1706101709063,"duration":0}},{"uid":"3fbb80d892dbf1a6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3fbb80d892dbf1a6","status":"passed","time":{"start":1706101584049,"stop":1706101584049,"duration":0}},{"uid":"8948425ffa61738","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8948425ffa61738","status":"passed","time":{"start":1706100800536,"stop":1706100800536,"duration":0}},{"uid":"658ffe4bcb4076f5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/658ffe4bcb4076f5","status":"passed","time":{"start":1706099377048,"stop":1706099377049,"duration":1}},{"uid":"89128ee7d3d37dad","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/89128ee7d3d37dad","status":"passed","time":{"start":1705681745208,"stop":1705681745209,"duration":1}},{"uid":"748ef14325326836","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/748ef14325326836","status":"passed","time":{"start":1705680374213,"stop":1705680374213,"duration":0}},{"uid":"9ecb50ad794e182e","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9ecb50ad794e182e","status":"passed","time":{"start":1705667089486,"stop":1705667089486,"duration":0}},{"uid":"8725715b7c7738ef","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8725715b7c7738ef","status":"passed","time":{"start":1705521364827,"stop":1705521364828,"duration":1}},{"uid":"425784d6a162b64f","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/425784d6a162b64f","status":"passed","time":{"start":1705520531877,"stop":1705520531877,"duration":0}},{"uid":"96d99f8cd832ed1c","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/96d99f8cd832ed1c","status":"passed","time":{"start":1705502591739,"stop":1705502591739,"duration":0}}]},"tags":[]},"source":"400b6c4b839b134a.json","parameterValues":[]} \ No newline at end of file +{"uid":"3794ba9e6b4b171c","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":1706619029140,"stop":1706619029140,"duration":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}],"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}],"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":[],"tags":[]},"source":"3794ba9e6b4b171c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/37ad8e5e5bd2c538.json b/6291/data/test-cases/37ad8e5e5bd2c538.json new file mode 100644 index 00000000000..e52620bc998 --- /dev/null +++ b/6291/data/test-cases/37ad8e5e5bd2c538.json @@ -0,0 +1 @@ +{"uid":"37ad8e5e5bd2c538","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":1706618378925,"stop":1706618378925,"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":2,"unknown":0,"total":2},"items":[{"uid":"248650e492eb502d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/248650e492eb502d","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"tags":[]},"source":"37ad8e5e5bd2c538.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c1033ad775a0f83a.json b/6291/data/test-cases/37c4470fa2c34b77.json similarity index 87% rename from 6266/data/test-cases/c1033ad775a0f83a.json rename to 6291/data/test-cases/37c4470fa2c34b77.json index 61f17bfad9c..0e5c772e83f 100644 --- a/6266/data/test-cases/c1033ad775a0f83a.json +++ b/6291/data/test-cases/37c4470fa2c34b77.json @@ -1 +1 @@ -{"uid":"c1033ad775a0f83a","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":1706101792203,"stop":1706101792203,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"5829d7a8a19e233e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5829d7a8a19e233e","status":"passed","time":{"start":1706101709049,"stop":1706101709049,"duration":0}},{"uid":"4a50bb2ee7f654ea","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4a50bb2ee7f654ea","status":"passed","time":{"start":1706101584035,"stop":1706101584035,"duration":0}},{"uid":"66d92c1a2df62b09","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/66d92c1a2df62b09","status":"passed","time":{"start":1706100800522,"stop":1706100800522,"duration":0}},{"uid":"959d59d283425e72","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/959d59d283425e72","status":"passed","time":{"start":1706099377033,"stop":1706099377034,"duration":1}},{"uid":"5df43c8a8da1cfe","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5df43c8a8da1cfe","status":"passed","time":{"start":1705681745196,"stop":1705681745196,"duration":0}},{"uid":"5efd5fe3feea8fbc","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5efd5fe3feea8fbc","status":"passed","time":{"start":1705680374198,"stop":1705680374198,"duration":0}},{"uid":"e12f302ff70ffcdd","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/e12f302ff70ffcdd","status":"passed","time":{"start":1705667089458,"stop":1705667089459,"duration":1}},{"uid":"f6fe25058887c025","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/f6fe25058887c025","status":"passed","time":{"start":1705521364811,"stop":1705521364811,"duration":0}},{"uid":"dd5854e3820306fe","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/dd5854e3820306fe","status":"passed","time":{"start":1705520531861,"stop":1705520531861,"duration":0}},{"uid":"86b6d68b99b2a943","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/86b6d68b99b2a943","status":"passed","time":{"start":1705518661619,"stop":1705518661619,"duration":0}},{"uid":"4c909126359d0268","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4c909126359d0268","status":"passed","time":{"start":1705502591721,"stop":1705502591721,"duration":0}}]},"tags":[]},"source":"c1033ad775a0f83a.json","parameterValues":[]} \ No newline at end of file +{"uid":"37c4470fa2c34b77","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":1706619029121,"stop":1706619029121,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"e60687d7bee8560d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e60687d7bee8560d","status":"passed","time":{"start":1706618668712,"stop":1706618668713,"duration":1}}]},"tags":[]},"source":"37c4470fa2c34b77.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/da4b53f2f03ad50e.json b/6291/data/test-cases/37d9ec8a3d7098c4.json similarity index 92% rename from 6266/data/test-cases/da4b53f2f03ad50e.json rename to 6291/data/test-cases/37d9ec8a3d7098c4.json index ae36b472a19..c9d80ce6f10 100644 --- a/6266/data/test-cases/da4b53f2f03ad50e.json +++ b/6291/data/test-cases/37d9ec8a3d7098c4.json @@ -1 +1 @@ -{"uid":"da4b53f2f03ad50e","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":1706101594002,"stop":1706101594002,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"a73b920bf5d949e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a73b920bf5d949e","status":"passed","time":{"start":1706101499454,"stop":1706101499455,"duration":1}},{"uid":"6af084e3a3770930","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6af084e3a3770930","status":"passed","time":{"start":1706101380152,"stop":1706101380153,"duration":1}},{"uid":"da74bec0dde3dc34","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/da74bec0dde3dc34","status":"passed","time":{"start":1706100623765,"stop":1706100623765,"duration":0}},{"uid":"185fa2790ca13338","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/185fa2790ca13338","status":"passed","time":{"start":1706099176291,"stop":1706099176291,"duration":0}},{"uid":"fabb34460ee14d31","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fabb34460ee14d31","status":"passed","time":{"start":1705681544258,"stop":1705681544259,"duration":1}},{"uid":"4ab83d949118945f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4ab83d949118945f","status":"passed","time":{"start":1705680158906,"stop":1705680158906,"duration":0}},{"uid":"63358beec88904ce","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/63358beec88904ce","status":"passed","time":{"start":1705666900227,"stop":1705666900227,"duration":0}},{"uid":"4b934674282ab665","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/4b934674282ab665","status":"passed","time":{"start":1705526887812,"stop":1705526887813,"duration":1}}]},"tags":[]},"source":"da4b53f2f03ad50e.json","parameterValues":[]} \ No newline at end of file +{"uid":"37d9ec8a3d7098c4","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":1706618858024,"stop":1706618858024,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"6dc827be896cd77b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dc827be896cd77b","status":"passed","time":{"start":1706618636986,"stop":1706618636988,"duration":2}}]},"tags":[]},"source":"37d9ec8a3d7098c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/37db8ae114555e34.json b/6291/data/test-cases/37db8ae114555e34.json new file mode 100644 index 00000000000..be7880bc24a --- /dev/null +++ b/6291/data/test-cases/37db8ae114555e34.json @@ -0,0 +1 @@ +{"uid":"37db8ae114555e34","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":1706618388591,"stop":1706618388591,"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":2,"unknown":0,"total":2},"items":[{"uid":"9b044ac89fe42442","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b044ac89fe42442","status":"passed","time":{"start":1706618179517,"stop":1706618179517,"duration":0}}]},"tags":[]},"source":"37db8ae114555e34.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/820986b3a2d4c168.json b/6291/data/test-cases/37ffa09465197047.json similarity index 98% rename from 6266/data/test-cases/820986b3a2d4c168.json rename to 6291/data/test-cases/37ffa09465197047.json index 99cb77eadd6..90468e9300e 100644 --- a/6266/data/test-cases/820986b3a2d4c168.json +++ b/6291/data/test-cases/37ffa09465197047.json @@ -1 +1 @@ -{"uid":"820986b3a2d4c168","name":"Push message with custom timestamp: 1706097741217","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1706097741217","historyId":"47bf87b44eb87085601b64c9f60c812d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101757860,"stop":1706101757861,"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":"820986b3a2d4c168.json","parameterValues":[]} \ No newline at end of file +{"uid":"37ffa09465197047","name":"Push message with custom timestamp: 1706622180609","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1706622180609","historyId":"d55dbba67336dfaf1acceb31510239b1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618996207,"stop":1706618996207,"duration":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":"37ffa09465197047.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1b18bcf3f66cc029.json b/6291/data/test-cases/38e1cde9489d21ed.json similarity index 69% rename from 6266/data/test-cases/1b18bcf3f66cc029.json rename to 6291/data/test-cases/38e1cde9489d21ed.json index f65d0921800..bc02a766e4f 100644 --- a/6266/data/test-cases/1b18bcf3f66cc029.json +++ b/6291/data/test-cases/38e1cde9489d21ed.json @@ -1 +1 @@ -{"uid":"1b18bcf3f66cc029","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":1706101414348,"stop":1706101414348,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"f4eabeab9d5c8359","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f4eabeab9d5c8359","status":"passed","time":{"start":1706101310177,"stop":1706101310177,"duration":0}},{"uid":"6a03f58d74b97ebf","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6a03f58d74b97ebf","status":"passed","time":{"start":1706101205589,"stop":1706101205590,"duration":1}},{"uid":"b5da7f1988be7de","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b5da7f1988be7de","status":"passed","time":{"start":1706100409437,"stop":1706100409438,"duration":1}},{"uid":"9b71fa330737bc30","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9b71fa330737bc30","status":"passed","time":{"start":1706098983603,"stop":1706098983605,"duration":2}},{"uid":"f8c7e2b5661ffce8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f8c7e2b5661ffce8","status":"passed","time":{"start":1705681361929,"stop":1705681361930,"duration":1}},{"uid":"5580b46d785c3b1d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5580b46d785c3b1d","status":"passed","time":{"start":1705680056542,"stop":1705680056542,"duration":0}},{"uid":"177a1a837fef9e0c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/177a1a837fef9e0c","status":"passed","time":{"start":1705666820301,"stop":1705666820302,"duration":1}},{"uid":"9b78196a720b8f36","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/9b78196a720b8f36","status":"passed","time":{"start":1705526830785,"stop":1705526830785,"duration":0}}]},"tags":[]},"source":"1b18bcf3f66cc029.json","parameterValues":[]} \ No newline at end of file +{"uid":"38e1cde9489d21ed","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":1706618624277,"stop":1706618624277,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"e55cecfd712f4d35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e55cecfd712f4d35","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"tags":[]},"source":"38e1cde9489d21ed.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/76e44e10640e4807.json b/6291/data/test-cases/3949404061efccac.json similarity index 51% rename from 6266/data/test-cases/76e44e10640e4807.json rename to 6291/data/test-cases/3949404061efccac.json index b48dca4adf9..05cd378827a 100644 --- a/6266/data/test-cases/76e44e10640e4807.json +++ b/6291/data/test-cases/3949404061efccac.json @@ -1 +1 @@ -{"uid":"76e44e10640e4807","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":1706101762915,"stop":1706101762916,"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":108,"unknown":0,"total":108},"items":[{"uid":"b17db1cde63c75b7","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b17db1cde63c75b7","status":"passed","time":{"start":1706101681220,"stop":1706101681220,"duration":0}},{"uid":"8be73c2c0de84af","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8be73c2c0de84af","status":"passed","time":{"start":1706101560069,"stop":1706101560069,"duration":0}},{"uid":"a2cb58e03800646b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a2cb58e03800646b","status":"passed","time":{"start":1706101005377,"stop":1706101005378,"duration":1}},{"uid":"5be593b5977b2a1f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5be593b5977b2a1f","status":"passed","time":{"start":1706100764375,"stop":1706100764375,"duration":0}},{"uid":"f18baa4102d315d7","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f18baa4102d315d7","status":"passed","time":{"start":1706100038724,"stop":1706100038724,"duration":0}},{"uid":"c0efe6839434dcac","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c0efe6839434dcac","status":"passed","time":{"start":1706099331422,"stop":1706099331423,"duration":1}},{"uid":"b059c92d64e0f873","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b059c92d64e0f873","status":"passed","time":{"start":1706077763478,"stop":1706077763478,"duration":0}},{"uid":"63f7e4e4b9713307","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/63f7e4e4b9713307","status":"passed","time":{"start":1706069851602,"stop":1706069851602,"duration":0}},{"uid":"656b53a648859cbc","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/656b53a648859cbc","status":"passed","time":{"start":1705950568426,"stop":1705950568426,"duration":0}},{"uid":"5e4268668fc72948","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5e4268668fc72948","status":"passed","time":{"start":1705938368697,"stop":1705938368698,"duration":1}},{"uid":"78019464f10fcc0d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/78019464f10fcc0d","status":"passed","time":{"start":1705913514589,"stop":1705913514589,"duration":0}},{"uid":"99b865c8f9db028e","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/99b865c8f9db028e","status":"passed","time":{"start":1705913059028,"stop":1705913059028,"duration":0}},{"uid":"3f55a4ae7de9b228","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3f55a4ae7de9b228","status":"passed","time":{"start":1705912433755,"stop":1705912433756,"duration":1}},{"uid":"3d54cc7673b759c1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3d54cc7673b759c1","status":"passed","time":{"start":1705911614634,"stop":1705911614634,"duration":0}},{"uid":"d5a70d4cb2520d53","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d5a70d4cb2520d53","status":"passed","time":{"start":1705698824919,"stop":1705698824920,"duration":1}},{"uid":"481c8ffd90a6d8f","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/481c8ffd90a6d8f","status":"passed","time":{"start":1705687549294,"stop":1705687549294,"duration":0}},{"uid":"a0bb85f92f024057","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/a0bb85f92f024057","status":"passed","time":{"start":1705687455028,"stop":1705687455029,"duration":1}},{"uid":"69d4301223de7c90","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/69d4301223de7c90","status":"passed","time":{"start":1705681714514,"stop":1705681714514,"duration":0}},{"uid":"79c40aeb3571993d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/79c40aeb3571993d","status":"passed","time":{"start":1705680280960,"stop":1705680280961,"duration":1}},{"uid":"8a54412598a039dd","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/8a54412598a039dd","status":"passed","time":{"start":1705678144797,"stop":1705678144798,"duration":1}}]},"tags":[]},"source":"76e44e10640e4807.json","parameterValues":[]} \ No newline at end of file +{"uid":"3949404061efccac","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":1706619030047,"stop":1706619030047,"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":2,"unknown":0,"total":2},"items":[{"uid":"9b7bc72d53c2b4f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b7bc72d53c2b4f8","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"tags":[]},"source":"3949404061efccac.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c8fa1321d88e2ae9.json b/6291/data/test-cases/3950d70ed3007872.json similarity index 52% rename from 6266/data/test-cases/c8fa1321d88e2ae9.json rename to 6291/data/test-cases/3950d70ed3007872.json index aa9b4e29da3..6e45132956c 100644 --- a/6266/data/test-cases/c8fa1321d88e2ae9.json +++ b/6291/data/test-cases/3950d70ed3007872.json @@ -1 +1 @@ -{"uid":"c8fa1321d88e2ae9","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":1706101261569,"stop":1706101261569,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"6fb3ceb9eb5d8eb8","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6fb3ceb9eb5d8eb8","status":"passed","time":{"start":1706101157680,"stop":1706101157681,"duration":1}},{"uid":"bc93e08385b7aab0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bc93e08385b7aab0","status":"passed","time":{"start":1706101053578,"stop":1706101053579,"duration":1}},{"uid":"8597461e8a5eb24d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8597461e8a5eb24d","status":"passed","time":{"start":1706100258832,"stop":1706100258833,"duration":1}},{"uid":"dd8b2719b7736112","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/dd8b2719b7736112","status":"passed","time":{"start":1706098839842,"stop":1706098839842,"duration":0}},{"uid":"ec38cdf75177ade3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ec38cdf75177ade3","status":"passed","time":{"start":1705681219092,"stop":1705681219093,"duration":1}},{"uid":"e513eaff0974626f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e513eaff0974626f","status":"passed","time":{"start":1705679961649,"stop":1705679961649,"duration":0}},{"uid":"b0acb6383a2a223a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/b0acb6383a2a223a","status":"passed","time":{"start":1705666710509,"stop":1705666710509,"duration":0}},{"uid":"cbe94d7b771dd8a0","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/cbe94d7b771dd8a0","status":"passed","time":{"start":1705526749481,"stop":1705526749482,"duration":1}},{"uid":"a13f28e163813d5e","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/a13f28e163813d5e","status":"passed","time":{"start":1705520967840,"stop":1705520967841,"duration":1}},{"uid":"19fc480c1d079440","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/19fc480c1d079440","status":"passed","time":{"start":1705520115244,"stop":1705520115245,"duration":1}},{"uid":"baf0d161df0e8fa2","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/baf0d161df0e8fa2","status":"passed","time":{"start":1705518342016,"stop":1705518342017,"duration":1}},{"uid":"df96150d1edff9a9","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/df96150d1edff9a9","status":"passed","time":{"start":1705502169546,"stop":1705502169546,"duration":0}}]},"tags":[]},"source":"c8fa1321d88e2ae9.json","parameterValues":[]} \ No newline at end of file +{"uid":"3950d70ed3007872","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":1706618487711,"stop":1706618487712,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"35abbdf2d620f75b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35abbdf2d620f75b","status":"passed","time":{"start":1706618273728,"stop":1706618273729,"duration":1}}]},"tags":[]},"source":"3950d70ed3007872.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/395738e3b4bdcb58.json b/6291/data/test-cases/395738e3b4bdcb58.json new file mode 100644 index 00000000000..f6a54f015ed --- /dev/null +++ b/6291/data/test-cases/395738e3b4bdcb58.json @@ -0,0 +1 @@ +{"uid":"395738e3b4bdcb58","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":1706618731276,"stop":1706618731276,"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},{"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},{"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},{"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},{"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":2,"unknown":0,"total":2},"items":[{"uid":"4b3e1478ab62e8f5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b3e1478ab62e8f5","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"tags":[]},"source":"395738e3b4bdcb58.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/52ee08ea619c9f94.json b/6291/data/test-cases/39f82303cce122fd.json similarity index 69% rename from 6266/data/test-cases/52ee08ea619c9f94.json rename to 6291/data/test-cases/39f82303cce122fd.json index a1ccc1abfce..cf8eeef6a2e 100644 --- a/6266/data/test-cases/52ee08ea619c9f94.json +++ b/6291/data/test-cases/39f82303cce122fd.json @@ -1 +1 @@ -{"uid":"52ee08ea619c9f94","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":1706101414342,"stop":1706101414342,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"dda5920f1f5726e2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/dda5920f1f5726e2","status":"passed","time":{"start":1706101310169,"stop":1706101310169,"duration":0}},{"uid":"c25931bd5f08c13a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c25931bd5f08c13a","status":"passed","time":{"start":1706101205580,"stop":1706101205581,"duration":1}},{"uid":"c1263d8744cffd1b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c1263d8744cffd1b","status":"passed","time":{"start":1706100409425,"stop":1706100409426,"duration":1}},{"uid":"36fc65d1adfb3bf","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/36fc65d1adfb3bf","status":"passed","time":{"start":1706098983597,"stop":1706098983597,"duration":0}},{"uid":"ed73c97fd0324ad4","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ed73c97fd0324ad4","status":"passed","time":{"start":1705681361922,"stop":1705681361922,"duration":0}},{"uid":"2c336b0303029d7d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2c336b0303029d7d","status":"passed","time":{"start":1705680056536,"stop":1705680056537,"duration":1}},{"uid":"c9c9deffd6a94743","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c9c9deffd6a94743","status":"passed","time":{"start":1705666820270,"stop":1705666820270,"duration":0}},{"uid":"964305a890b52168","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/964305a890b52168","status":"passed","time":{"start":1705526830775,"stop":1705526830780,"duration":5}}]},"tags":[]},"source":"52ee08ea619c9f94.json","parameterValues":[]} \ No newline at end of file +{"uid":"39f82303cce122fd","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":1706618624270,"stop":1706618624270,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"55c170e5ee6e836","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55c170e5ee6e836","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"tags":[]},"source":"39f82303cce122fd.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3a0ebef080c4783b.json b/6291/data/test-cases/3a0ebef080c4783b.json new file mode 100644 index 00000000000..e237c7086cb --- /dev/null +++ b/6291/data/test-cases/3a0ebef080c4783b.json @@ -0,0 +1 @@ +{"uid":"3a0ebef080c4783b","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":1706618366458,"stop":1706618366459,"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":2,"unknown":0,"total":2},"items":[{"uid":"e2568313cc266d6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2568313cc266d6a","status":"passed","time":{"start":1706618156839,"stop":1706618156839,"duration":0}}]},"tags":[]},"source":"3a0ebef080c4783b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7ef582470585072f.json b/6291/data/test-cases/3a274f31761a6638.json similarity index 52% rename from 6266/data/test-cases/7ef582470585072f.json rename to 6291/data/test-cases/3a274f31761a6638.json index 12d005e9fc5..05c67048917 100644 --- a/6266/data/test-cases/7ef582470585072f.json +++ b/6291/data/test-cases/3a274f31761a6638.json @@ -1 +1 @@ -{"uid":"7ef582470585072f","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":1706101261570,"stop":1706101261570,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"a58cc6378d34c00c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a58cc6378d34c00c","status":"passed","time":{"start":1706101157683,"stop":1706101157684,"duration":1}},{"uid":"6b0c5c0c7f09e4a6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6b0c5c0c7f09e4a6","status":"passed","time":{"start":1706101053580,"stop":1706101053580,"duration":0}},{"uid":"9a400fee338ea2b7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9a400fee338ea2b7","status":"passed","time":{"start":1706100258835,"stop":1706100258836,"duration":1}},{"uid":"d876fdd5d72a4136","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d876fdd5d72a4136","status":"passed","time":{"start":1706098839843,"stop":1706098839843,"duration":0}},{"uid":"566d87d6e6eeab70","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/566d87d6e6eeab70","status":"passed","time":{"start":1705681219094,"stop":1705681219094,"duration":0}},{"uid":"5bc73efa54de8781","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5bc73efa54de8781","status":"passed","time":{"start":1705679961651,"stop":1705679961652,"duration":1}},{"uid":"425d305481ef3aac","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/425d305481ef3aac","status":"passed","time":{"start":1705666710510,"stop":1705666710510,"duration":0}},{"uid":"33201490105da1fc","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/33201490105da1fc","status":"passed","time":{"start":1705526749482,"stop":1705526749482,"duration":0}},{"uid":"96e390020659e190","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/96e390020659e190","status":"passed","time":{"start":1705520967842,"stop":1705520967843,"duration":1}},{"uid":"c376956edbfac91c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c376956edbfac91c","status":"passed","time":{"start":1705520115246,"stop":1705520115246,"duration":0}},{"uid":"835729e1eec6ac57","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/835729e1eec6ac57","status":"passed","time":{"start":1705518342018,"stop":1705518342019,"duration":1}},{"uid":"439cd12d8d8bc24d","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/439cd12d8d8bc24d","status":"passed","time":{"start":1705502169547,"stop":1705502169547,"duration":0}}]},"tags":[]},"source":"7ef582470585072f.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a274f31761a6638","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":1706618487713,"stop":1706618487714,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"38087eb8bc8b3405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38087eb8bc8b3405","status":"passed","time":{"start":1706618273730,"stop":1706618273730,"duration":0}}]},"tags":[]},"source":"3a274f31761a6638.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/8a36146557d014c9.json b/6291/data/test-cases/3a842c85aef27b69.json similarity index 77% rename from 6266/data/test-cases/8a36146557d014c9.json rename to 6291/data/test-cases/3a842c85aef27b69.json index 4ec682dc51c..d800d50f378 100644 --- a/6266/data/test-cases/8a36146557d014c9.json +++ b/6291/data/test-cases/3a842c85aef27b69.json @@ -1 +1 @@ -{"uid":"8a36146557d014c9","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":1706101369614,"stop":1706101369615,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"5c5083ce60c32043","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5c5083ce60c32043","status":"passed","time":{"start":1706101264972,"stop":1706101264972,"duration":0}},{"uid":"1130b12d99b23ad5","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1130b12d99b23ad5","status":"passed","time":{"start":1706101143270,"stop":1706101143270,"duration":0}},{"uid":"9e8b3c1747710ab","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/9e8b3c1747710ab","status":"passed","time":{"start":1706100932520,"stop":1706100932520,"duration":0}},{"uid":"9cf95e49535d90ee","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9cf95e49535d90ee","status":"passed","time":{"start":1706100355771,"stop":1706100355772,"duration":1}},{"uid":"6b32617214ff8463","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/6b32617214ff8463","status":"passed","time":{"start":1706099967097,"stop":1706099967097,"duration":0}},{"uid":"41775fb14a8b297b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/41775fb14a8b297b","status":"passed","time":{"start":1706098945317,"stop":1706098945318,"duration":1}},{"uid":"3bfba1fce8d2c7a5","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/3bfba1fce8d2c7a5","status":"passed","time":{"start":1706077698139,"stop":1706077698139,"duration":0}},{"uid":"31209966b07aab79","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/31209966b07aab79","status":"passed","time":{"start":1706069781877,"stop":1706069781877,"duration":0}},{"uid":"e52b172c407f9820","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e52b172c407f9820","status":"passed","time":{"start":1705950488300,"stop":1705950488300,"duration":0}},{"uid":"1c52090808b55799","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1c52090808b55799","status":"passed","time":{"start":1705938293050,"stop":1705938293050,"duration":0}},{"uid":"4a3cc13cafcbb87f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4a3cc13cafcbb87f","status":"passed","time":{"start":1705913430268,"stop":1705913430269,"duration":1}},{"uid":"e844e05f97f2b3f7","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e844e05f97f2b3f7","status":"passed","time":{"start":1705912976195,"stop":1705912976196,"duration":1}},{"uid":"cb473fe32492afdf","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/cb473fe32492afdf","status":"passed","time":{"start":1705912363755,"stop":1705912363756,"duration":1}},{"uid":"2fda28a3a016f537","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2fda28a3a016f537","status":"passed","time":{"start":1705911543450,"stop":1705911543450,"duration":0}},{"uid":"299fc387adcdabe5","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/299fc387adcdabe5","status":"passed","time":{"start":1705698753987,"stop":1705698753987,"duration":0}},{"uid":"9a69322eeab0748a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9a69322eeab0748a","status":"passed","time":{"start":1705687466232,"stop":1705687466233,"duration":1}},{"uid":"122654d39c0a331e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/122654d39c0a331e","status":"passed","time":{"start":1705687381574,"stop":1705687381574,"duration":0}},{"uid":"c5c517a76116fd17","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c5c517a76116fd17","status":"passed","time":{"start":1705681326897,"stop":1705681326897,"duration":0}},{"uid":"4b3b87e8187c4671","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4b3b87e8187c4671","status":"passed","time":{"start":1705678076914,"stop":1705678076914,"duration":0}},{"uid":"39e660d22d886bb4","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/39e660d22d886bb4","status":"passed","time":{"start":1705677999855,"stop":1705677999855,"duration":0}}]},"tags":[]},"source":"8a36146557d014c9.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a842c85aef27b69","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":1706618580245,"stop":1706618580245,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4019b1cc8dbb7ccc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4019b1cc8dbb7ccc","status":"passed","time":{"start":1706618380653,"stop":1706618380654,"duration":1}}]},"tags":[]},"source":"3a842c85aef27b69.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3ab09303036c9874.json b/6291/data/test-cases/3ab09303036c9874.json new file mode 100644 index 00000000000..8c989f5fe30 --- /dev/null +++ b/6291/data/test-cases/3ab09303036c9874.json @@ -0,0 +1 @@ +{"uid":"3ab09303036c9874","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":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"49795dfc359c73dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49795dfc359c73dc","status":"passed","time":{"start":1706618682312,"stop":1706618682313,"duration":1}}]},"tags":[]},"source":"3ab09303036c9874.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3ad91fb117c1d342.json b/6291/data/test-cases/3ad91fb117c1d342.json new file mode 100644 index 00000000000..74414d65286 --- /dev/null +++ b/6291/data/test-cases/3ad91fb117c1d342.json @@ -0,0 +1 @@ +{"uid":"3ad91fb117c1d342","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":1706618371935,"stop":1706618371935,"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":2,"unknown":0,"total":2},"items":[{"uid":"3debf3280ec6000b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3debf3280ec6000b","status":"passed","time":{"start":1706618164523,"stop":1706618164523,"duration":0}}]},"tags":[]},"source":"3ad91fb117c1d342.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3aed3134908bbe7a.json b/6291/data/test-cases/3aed3134908bbe7a.json new file mode 100644 index 00000000000..af704654239 --- /dev/null +++ b/6291/data/test-cases/3aed3134908bbe7a.json @@ -0,0 +1 @@ +{"uid":"3aed3134908bbe7a","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619044149,"stop":1706619044149,"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":2,"unknown":0,"total":2},"items":[{"uid":"86aafef2eccba7b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86aafef2eccba7b6","status":"passed","time":{"start":1706618804665,"stop":1706618804666,"duration":1}}]},"tags":[]},"source":"3aed3134908bbe7a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/941813bd5b299929.json b/6291/data/test-cases/3af052694e6ee6b0.json similarity index 94% rename from 6266/data/test-cases/941813bd5b299929.json rename to 6291/data/test-cases/3af052694e6ee6b0.json index 4ceb88caeb1..e4e6885f9ba 100644 --- a/6266/data/test-cases/941813bd5b299929.json +++ b/6291/data/test-cases/3af052694e6ee6b0.json @@ -1 +1 @@ -{"uid":"941813bd5b299929","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":1706101757829,"stop":1706101757830,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"9c237faa8f24534c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9c237faa8f24534c","status":"passed","time":{"start":1706101680228,"stop":1706101680228,"duration":0}},{"uid":"5b30a1336ce3c42e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5b30a1336ce3c42e","status":"passed","time":{"start":1706101549600,"stop":1706101549601,"duration":1}},{"uid":"a6031595014b94aa","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a6031595014b94aa","status":"passed","time":{"start":1706100770598,"stop":1706100770598,"duration":0}},{"uid":"4cde662d71a85e9b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4cde662d71a85e9b","status":"passed","time":{"start":1706099342671,"stop":1706099342671,"duration":0}},{"uid":"612bfb8500d9220e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/612bfb8500d9220e","status":"passed","time":{"start":1705681713143,"stop":1705681713144,"duration":1}}]},"tags":[]},"source":"941813bd5b299929.json","parameterValues":[]} \ No newline at end of file +{"uid":"3af052694e6ee6b0","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":1706618996193,"stop":1706618996193,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"2ad8b9c7f5c29b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ad8b9c7f5c29b6","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"tags":[]},"source":"3af052694e6ee6b0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5b54308f868bc94.json b/6291/data/test-cases/3b1100522666c1f.json similarity index 75% rename from 6266/data/test-cases/5b54308f868bc94.json rename to 6291/data/test-cases/3b1100522666c1f.json index b7bd00274cb..e06d588ae74 100644 --- a/6266/data/test-cases/5b54308f868bc94.json +++ b/6291/data/test-cases/3b1100522666c1f.json @@ -1 +1 @@ -{"uid":"5b54308f868bc94","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":1706101593991,"stop":1706101593993,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"a2f16c995a38b04","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a2f16c995a38b04","status":"passed","time":{"start":1706101499449,"stop":1706101499449,"duration":0}},{"uid":"8c73f92ba7c543b4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8c73f92ba7c543b4","status":"passed","time":{"start":1706101380148,"stop":1706101380149,"duration":1}},{"uid":"4652c113dbf9a1aa","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4652c113dbf9a1aa","status":"passed","time":{"start":1706100623761,"stop":1706100623761,"duration":0}},{"uid":"b986f3e2e747dbb3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b986f3e2e747dbb3","status":"passed","time":{"start":1706099176285,"stop":1706099176285,"duration":0}},{"uid":"2461ed89caa2ac44","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2461ed89caa2ac44","status":"passed","time":{"start":1705681544253,"stop":1705681544253,"duration":0}},{"uid":"add2daaf63464b63","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/add2daaf63464b63","status":"passed","time":{"start":1705680158901,"stop":1705680158901,"duration":0}},{"uid":"efa9620354956af6","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/efa9620354956af6","status":"passed","time":{"start":1705666900201,"stop":1705666900201,"duration":0}},{"uid":"a10dc8eddf924704","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/a10dc8eddf924704","status":"passed","time":{"start":1705526887804,"stop":1705526887804,"duration":0}}]},"tags":[]},"source":"5b54308f868bc94.json","parameterValues":[]} \ No newline at end of file +{"uid":"3b1100522666c1f","name":"Push message with custom timestamp: 1706615024650","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1706615024650","historyId":"69449bc972b0785a4c2d37eee68dc8b5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before 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":"3b1100522666c1f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6a38ecb86a5def0d.json b/6291/data/test-cases/3b2e05eb5206b3f6.json similarity index 54% rename from 6266/data/test-cases/6a38ecb86a5def0d.json rename to 6291/data/test-cases/3b2e05eb5206b3f6.json index 6f45647bae9..7e6beba3c42 100644 --- a/6266/data/test-cases/6a38ecb86a5def0d.json +++ b/6291/data/test-cases/3b2e05eb5206b3f6.json @@ -1 +1 @@ -{"uid":"6a38ecb86a5def0d","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":1706101778132,"stop":1706101778133,"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":1,"skipped":0,"passed":107,"unknown":0,"total":108},"items":[{"uid":"75b0a28ffd40e0ed","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/75b0a28ffd40e0ed","status":"passed","time":{"start":1706101692135,"stop":1706101692136,"duration":1}},{"uid":"8b329bde1c0540d6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8b329bde1c0540d6","status":"passed","time":{"start":1706101569238,"stop":1706101569239,"duration":1}},{"uid":"aeb932039de8ebc1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/aeb932039de8ebc1","status":"passed","time":{"start":1706101016936,"stop":1706101016936,"duration":0}},{"uid":"9b3b3d6e4ed55628","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9b3b3d6e4ed55628","status":"passed","time":{"start":1706100781786,"stop":1706100781792,"duration":6}},{"uid":"7556efe7c0285a1a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/7556efe7c0285a1a","status":"passed","time":{"start":1706100048735,"stop":1706100048735,"duration":0}},{"uid":"954b95a42889469b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/954b95a42889469b","status":"passed","time":{"start":1706099354077,"stop":1706099354078,"duration":1}},{"uid":"49c418a317283b01","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/49c418a317283b01","status":"passed","time":{"start":1706077779548,"stop":1706077779548,"duration":0}},{"uid":"730241a8cce060e6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/730241a8cce060e6","status":"passed","time":{"start":1706069862886,"stop":1706069862887,"duration":1}},{"uid":"996ccaa844aeb9dd","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/996ccaa844aeb9dd","status":"passed","time":{"start":1705950577652,"stop":1705950577652,"duration":0}},{"uid":"d5c929fef0662afb","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d5c929fef0662afb","status":"passed","time":{"start":1705938379178,"stop":1705938379178,"duration":0}},{"uid":"efb41c7c73fcac","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/efb41c7c73fcac","status":"passed","time":{"start":1705913520268,"stop":1705913520269,"duration":1}},{"uid":"98ac3f8e5df1e11e","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/98ac3f8e5df1e11e","status":"passed","time":{"start":1705913060109,"stop":1705913060110,"duration":1}},{"uid":"42ddd654bb778cd9","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/42ddd654bb778cd9","status":"passed","time":{"start":1705912445582,"stop":1705912445582,"duration":0}},{"uid":"98f936a24c5e116f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/98f936a24c5e116f","status":"passed","time":{"start":1705911623492,"stop":1705911623492,"duration":0}},{"uid":"5003be8563202f44","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/5003be8563202f44","status":"passed","time":{"start":1705698830035,"stop":1705698830035,"duration":0}},{"uid":"8d58599ae1b0ad3a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/8d58599ae1b0ad3a","status":"passed","time":{"start":1705687552415,"stop":1705687552415,"duration":0}},{"uid":"3e1af90509160245","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/3e1af90509160245","status":"passed","time":{"start":1705687466052,"stop":1705687466052,"duration":0}},{"uid":"9f98ab85c728827e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9f98ab85c728827e","status":"passed","time":{"start":1705681722827,"stop":1705681722828,"duration":1}},{"uid":"508d753df4fb8434","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/508d753df4fb8434","status":"passed","time":{"start":1705680299034,"stop":1705680299034,"duration":0}},{"uid":"b7492b11047b4459","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/b7492b11047b4459","status":"passed","time":{"start":1705678159339,"stop":1705678159339,"duration":0}}]},"tags":[]},"source":"6a38ecb86a5def0d.json","parameterValues":[]} \ No newline at end of file +{"uid":"3b2e05eb5206b3f6","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":1706619033643,"stop":1706619033643,"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":2,"unknown":0,"total":2},"items":[{"uid":"23e47b829fa2281","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23e47b829fa2281","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"tags":[]},"source":"3b2e05eb5206b3f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3b640cc3a61e6b29.json b/6291/data/test-cases/3b640cc3a61e6b29.json new file mode 100644 index 00000000000..9a116e66fac --- /dev/null +++ b/6291/data/test-cases/3b640cc3a61e6b29.json @@ -0,0 +1 @@ +{"uid":"3b640cc3a61e6b29","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372810,"stop":1706618372810,"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":2,"unknown":0,"total":2},"items":[{"uid":"7cc56f8a784bb46a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7cc56f8a784bb46a","status":"passed","time":{"start":1706618165331,"stop":1706618165332,"duration":1}}]},"tags":[]},"source":"3b640cc3a61e6b29.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3b90bc6e62ddbb6e.json b/6291/data/test-cases/3b90bc6e62ddbb6e.json new file mode 100644 index 00000000000..cda4860b7d4 --- /dev/null +++ b/6291/data/test-cases/3b90bc6e62ddbb6e.json @@ -0,0 +1 @@ +{"uid":"3b90bc6e62ddbb6e","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":1706618396942,"stop":1706618396943,"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":2,"unknown":0,"total":2},"items":[{"uid":"37637262e9254591","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37637262e9254591","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"tags":[]},"source":"3b90bc6e62ddbb6e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e7e4ba270bf3b1f6.json b/6291/data/test-cases/3bc9fee6c46e22f6.json similarity index 94% rename from 6266/data/test-cases/e7e4ba270bf3b1f6.json rename to 6291/data/test-cases/3bc9fee6c46e22f6.json index c15ca4762aa..de73b1b8ff6 100644 --- a/6266/data/test-cases/e7e4ba270bf3b1f6.json +++ b/6291/data/test-cases/3bc9fee6c46e22f6.json @@ -1 +1 @@ -{"uid":"e7e4ba270bf3b1f6","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":1706101757840,"stop":1706101757841,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"f5363bff46b15826","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f5363bff46b15826","status":"passed","time":{"start":1706101680232,"stop":1706101680232,"duration":0}},{"uid":"21c9e5abf5844f35","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/21c9e5abf5844f35","status":"passed","time":{"start":1706101549607,"stop":1706101549607,"duration":0}},{"uid":"74add7373ac078d8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/74add7373ac078d8","status":"passed","time":{"start":1706100770604,"stop":1706100770605,"duration":1}},{"uid":"9f0bd08cc1500aca","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9f0bd08cc1500aca","status":"passed","time":{"start":1706099342676,"stop":1706099342676,"duration":0}},{"uid":"904eda28f9b288d3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/904eda28f9b288d3","status":"passed","time":{"start":1705681713150,"stop":1705681713150,"duration":0}}]},"tags":[]},"source":"e7e4ba270bf3b1f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"3bc9fee6c46e22f6","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":1706618996201,"stop":1706618996202,"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":2,"unknown":0,"total":2},"items":[{"uid":"693f9a36b53dfa49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/693f9a36b53dfa49","status":"passed","time":{"start":1706618797770,"stop":1706618797771,"duration":1}}]},"tags":[]},"source":"3bc9fee6c46e22f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3be329c425483ef2.json b/6291/data/test-cases/3be329c425483ef2.json new file mode 100644 index 00000000000..03281eed780 --- /dev/null +++ b/6291/data/test-cases/3be329c425483ef2.json @@ -0,0 +1 @@ +{"uid":"3be329c425483ef2","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":1706618372821,"stop":1706618372822,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac71212c4835f8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac71212c4835f8b","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"tags":[]},"source":"3be329c425483ef2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3be3b8e595d8c7fa.json b/6291/data/test-cases/3be3b8e595d8c7fa.json new file mode 100644 index 00000000000..f8fa6d038cc --- /dev/null +++ b/6291/data/test-cases/3be3b8e595d8c7fa.json @@ -0,0 +1 @@ +{"uid":"3be3b8e595d8c7fa","name":"nwaku interop","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Locally Run Nodes > nwaku interop","historyId":"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618909984,"stop":1706618909985,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Locally Run Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Locally Run Nodes\"","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":"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":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5d02b326cee6c3d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d02b326cee6c3d4","status":"passed","time":{"start":1706618664760,"stop":1706618664761,"duration":1}}]},"tags":[]},"source":"3be3b8e595d8c7fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3c219e067d008f44.json b/6291/data/test-cases/3c219e067d008f44.json new file mode 100644 index 00000000000..e5f574f76bd --- /dev/null +++ b/6291/data/test-cases/3c219e067d008f44.json @@ -0,0 +1 @@ +{"uid":"3c219e067d008f44","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":1706618371923,"stop":1706618371924,"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":2,"unknown":0,"total":2},"items":[{"uid":"6dfb4e4f5bac5182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dfb4e4f5bac5182","status":"passed","time":{"start":1706618164514,"stop":1706618164515,"duration":1}}]},"tags":[]},"source":"3c219e067d008f44.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3c25efc7a75d8f07.json b/6291/data/test-cases/3c25efc7a75d8f07.json new file mode 100644 index 00000000000..f4b5627f4c8 --- /dev/null +++ b/6291/data/test-cases/3c25efc7a75d8f07.json @@ -0,0 +1 @@ +{"uid":"3c25efc7a75d8f07","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":1706618731284,"stop":1706618731285,"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":2,"unknown":0,"total":2},"items":[{"uid":"1a4d94464d370572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1a4d94464d370572","status":"passed","time":{"start":1706618394318,"stop":1706618394319,"duration":1}}]},"tags":[]},"source":"3c25efc7a75d8f07.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6e2c33cee47d684.json b/6291/data/test-cases/3c39dbb9b7bea29b.json similarity index 61% rename from 6266/data/test-cases/6e2c33cee47d684.json rename to 6291/data/test-cases/3c39dbb9b7bea29b.json index ebbd5ce31f4..41865a87803 100644 --- a/6266/data/test-cases/6e2c33cee47d684.json +++ b/6291/data/test-cases/3c39dbb9b7bea29b.json @@ -1 +1 @@ -{"uid":"6e2c33cee47d684","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":1706101723814,"stop":1706101723814,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"5105cbde8d9ef271","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5105cbde8d9ef271","status":"passed","time":{"start":1706101654478,"stop":1706101654478,"duration":0}},{"uid":"c40c725d70b9c66f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c40c725d70b9c66f","status":"passed","time":{"start":1706101537679,"stop":1706101537680,"duration":1}},{"uid":"dab476865aac71e6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/dab476865aac71e6","status":"passed","time":{"start":1706100722913,"stop":1706100722913,"duration":0}},{"uid":"6e1ce6882e739bed","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6e1ce6882e739bed","status":"passed","time":{"start":1706099290666,"stop":1706099290667,"duration":1}},{"uid":"80e6add9fa20f215","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/80e6add9fa20f215","status":"passed","time":{"start":1705681678175,"stop":1705681678176,"duration":1}},{"uid":"54b3790520a281c5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/54b3790520a281c5","status":"passed","time":{"start":1705680350547,"stop":1705680350548,"duration":1}},{"uid":"e7c4c2cbd4a1d7a8","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/e7c4c2cbd4a1d7a8","status":"passed","time":{"start":1705667092973,"stop":1705667092974,"duration":1}},{"uid":"ed64132f8b2612cb","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/ed64132f8b2612cb","status":"passed","time":{"start":1705527069402,"stop":1705527069403,"duration":1}},{"uid":"353d43f305ef2fee","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/353d43f305ef2fee","status":"passed","time":{"start":1705521327121,"stop":1705521327121,"duration":0}},{"uid":"62c19c05672cfbe8","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/62c19c05672cfbe8","status":"passed","time":{"start":1705520488419,"stop":1705520488420,"duration":1}},{"uid":"d53c40e10c460fa8","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/d53c40e10c460fa8","status":"passed","time":{"start":1705518883257,"stop":1705518883258,"duration":1}},{"uid":"e0f963b54b9375a4","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e0f963b54b9375a4","status":"passed","time":{"start":1705502684108,"stop":1705502684108,"duration":0}}]},"tags":[]},"source":"6e2c33cee47d684.json","parameterValues":[]} \ No newline at end of file +{"uid":"3c39dbb9b7bea29b","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":1706618959507,"stop":1706618959518,"duration":11},"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"864caa37fac4340b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/864caa37fac4340b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735900,"stop":1706618735900,"duration":0}}]},"tags":[]},"source":"3c39dbb9b7bea29b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3c7aa009c1f6be14.json b/6291/data/test-cases/3c7aa009c1f6be14.json new file mode 100644 index 00000000000..f5b26056126 --- /dev/null +++ b/6291/data/test-cases/3c7aa009c1f6be14.json @@ -0,0 +1 @@ +{"uid":"3c7aa009c1f6be14","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":1706618731285,"stop":1706618731285,"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":2,"unknown":0,"total":2},"items":[{"uid":"4d9fecef9834aaee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d9fecef9834aaee","status":"passed","time":{"start":1706618394319,"stop":1706618394320,"duration":1}}]},"tags":[]},"source":"3c7aa009c1f6be14.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3d15672ab2e6bf01.json b/6291/data/test-cases/3d15672ab2e6bf01.json new file mode 100644 index 00000000000..a6f2235e4f9 --- /dev/null +++ b/6291/data/test-cases/3d15672ab2e6bf01.json @@ -0,0 +1 @@ +{"uid":"3d15672ab2e6bf01","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":1706619044149,"stop":1706619044149,"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":2,"unknown":0,"total":2},"items":[{"uid":"e6e09dbca7e82076","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6e09dbca7e82076","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"tags":[]},"source":"3d15672ab2e6bf01.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3dae58229fadad2f.json b/6291/data/test-cases/3dae58229fadad2f.json new file mode 100644 index 00000000000..21c1767e32c --- /dev/null +++ b/6291/data/test-cases/3dae58229fadad2f.json @@ -0,0 +1 @@ +{"uid":"3dae58229fadad2f","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":1706618378926,"stop":1706618378926,"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":2,"unknown":0,"total":2},"items":[{"uid":"427ea2292573483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/427ea2292573483","status":"passed","time":{"start":1706618170166,"stop":1706618170167,"duration":1}}]},"tags":[]},"source":"3dae58229fadad2f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ea624a1a86c0ffa2.json b/6291/data/test-cases/3df18e72c01868c5.json similarity index 86% rename from 6266/data/test-cases/ea624a1a86c0ffa2.json rename to 6291/data/test-cases/3df18e72c01868c5.json index e64b4c30466..dc5607e1fd4 100644 --- a/6266/data/test-cases/ea624a1a86c0ffa2.json +++ b/6291/data/test-cases/3df18e72c01868c5.json @@ -1 +1 @@ -{"uid":"ea624a1a86c0ffa2","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":1706101792220,"stop":1706101792220,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"c26b1e92d1411154","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c26b1e92d1411154","status":"passed","time":{"start":1706101709064,"stop":1706101709064,"duration":0}},{"uid":"fb36ae1e73349f0a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/fb36ae1e73349f0a","status":"passed","time":{"start":1706101584050,"stop":1706101584050,"duration":0}},{"uid":"c399e4ac808d3ee8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c399e4ac808d3ee8","status":"passed","time":{"start":1706100800537,"stop":1706100800537,"duration":0}},{"uid":"7707377fa3d41da","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7707377fa3d41da","status":"passed","time":{"start":1706099377050,"stop":1706099377050,"duration":0}},{"uid":"33e8c3bb19305422","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/33e8c3bb19305422","status":"passed","time":{"start":1705681745210,"stop":1705681745210,"duration":0}},{"uid":"a9160ca0aedaa9e8","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a9160ca0aedaa9e8","status":"passed","time":{"start":1705680374214,"stop":1705680374214,"duration":0}},{"uid":"75796f0cf9a26b0c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/75796f0cf9a26b0c","status":"passed","time":{"start":1705667089488,"stop":1705667089488,"duration":0}},{"uid":"c23360b7cc0b0f9d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c23360b7cc0b0f9d","status":"passed","time":{"start":1705521364829,"stop":1705521364829,"duration":0}},{"uid":"325b1948a7b50e60","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/325b1948a7b50e60","status":"passed","time":{"start":1705520531879,"stop":1705520531879,"duration":0}},{"uid":"b397a57dc8099943","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b397a57dc8099943","status":"passed","time":{"start":1705502591741,"stop":1705502591741,"duration":0}}]},"tags":[]},"source":"ea624a1a86c0ffa2.json","parameterValues":[]} \ No newline at end of file +{"uid":"3df18e72c01868c5","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":1706619029143,"stop":1706619029143,"duration":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}],"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}],"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":[],"tags":[]},"source":"3df18e72c01868c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3e2815122dcc8b62.json b/6291/data/test-cases/3e2815122dcc8b62.json new file mode 100644 index 00000000000..c1e09a7239d --- /dev/null +++ b/6291/data/test-cases/3e2815122dcc8b62.json @@ -0,0 +1 @@ +{"uid":"3e2815122dcc8b62","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":1706618431633,"stop":1706618431633,"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":2,"unknown":0,"total":2},"items":[{"uid":"577a016541921339","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/577a016541921339","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"tags":[]},"source":"3e2815122dcc8b62.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3355a14ddef98595.json b/6291/data/test-cases/3e7feb318159ef1a.json similarity index 54% rename from 6266/data/test-cases/3355a14ddef98595.json rename to 6291/data/test-cases/3e7feb318159ef1a.json index 27bb7243db0..b6023a10956 100644 --- a/6266/data/test-cases/3355a14ddef98595.json +++ b/6291/data/test-cases/3e7feb318159ef1a.json @@ -1 +1 @@ -{"uid":"3355a14ddef98595","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":1706101778134,"stop":1706101778134,"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":106,"unknown":0,"total":107},"items":[{"uid":"d366758f74fcaed","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d366758f74fcaed","status":"passed","time":{"start":1706101692137,"stop":1706101692137,"duration":0}},{"uid":"8037c86b009006bd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8037c86b009006bd","status":"passed","time":{"start":1706101569240,"stop":1706101569240,"duration":0}},{"uid":"71375c1f391efa98","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/71375c1f391efa98","status":"passed","time":{"start":1706101016937,"stop":1706101016937,"duration":0}},{"uid":"c0d8100552b4c6f9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c0d8100552b4c6f9","status":"passed","time":{"start":1706100781793,"stop":1706100781794,"duration":1}},{"uid":"21440f46e52a8507","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/21440f46e52a8507","status":"passed","time":{"start":1706100048736,"stop":1706100048737,"duration":1}},{"uid":"94e6628ba68e3a51","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/94e6628ba68e3a51","status":"passed","time":{"start":1706099354083,"stop":1706099354083,"duration":0}},{"uid":"210384d6034fc904","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/210384d6034fc904","status":"passed","time":{"start":1706077779549,"stop":1706077779550,"duration":1}},{"uid":"2d72b737c58382c5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2d72b737c58382c5","status":"passed","time":{"start":1706069862887,"stop":1706069862888,"duration":1}},{"uid":"548f7232e42d957d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/548f7232e42d957d","status":"passed","time":{"start":1705950577653,"stop":1705950577653,"duration":0}},{"uid":"2ecda458eca4e427","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/2ecda458eca4e427","status":"passed","time":{"start":1705938379179,"stop":1705938379179,"duration":0}},{"uid":"1d710b706f342cf6","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/1d710b706f342cf6","status":"passed","time":{"start":1705913520271,"stop":1705913520272,"duration":1}},{"uid":"5881324f58397969","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/5881324f58397969","status":"passed","time":{"start":1705913060111,"stop":1705913060111,"duration":0}},{"uid":"e6fc59cdf20d4c4c","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/e6fc59cdf20d4c4c","status":"passed","time":{"start":1705912445583,"stop":1705912445584,"duration":1}},{"uid":"51118fb5f59c58e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/51118fb5f59c58e","status":"passed","time":{"start":1705911623493,"stop":1705911623493,"duration":0}},{"uid":"4d28cbff784f2c91","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/4d28cbff784f2c91","status":"passed","time":{"start":1705698830036,"stop":1705698830036,"duration":0}},{"uid":"99408a93b7f40e87","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/99408a93b7f40e87","status":"passed","time":{"start":1705687552416,"stop":1705687552417,"duration":1}},{"uid":"373b2b3f34eb39bf","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/373b2b3f34eb39bf","status":"passed","time":{"start":1705687466053,"stop":1705687466053,"duration":0}},{"uid":"4044b9c3ab27e4f6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/4044b9c3ab27e4f6","status":"passed","time":{"start":1705681722829,"stop":1705681722829,"duration":0}},{"uid":"20ce490b741e5cf2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/20ce490b741e5cf2","status":"passed","time":{"start":1705680299035,"stop":1705680299035,"duration":0}},{"uid":"7e28a1881b29d0c3","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7e28a1881b29d0c3","status":"passed","time":{"start":1705678159343,"stop":1705678159344,"duration":1}}]},"tags":[]},"source":"3355a14ddef98595.json","parameterValues":[]} \ No newline at end of file +{"uid":"3e7feb318159ef1a","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":1706619033644,"stop":1706619033644,"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":2,"unknown":0,"total":2},"items":[{"uid":"a3db1ce5fcd1468e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3db1ce5fcd1468e","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"tags":[]},"source":"3e7feb318159ef1a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3eeeac657e569c84.json b/6291/data/test-cases/3eeeac657e569c84.json new file mode 100644 index 00000000000..670c0bc9c21 --- /dev/null +++ b/6291/data/test-cases/3eeeac657e569c84.json @@ -0,0 +1 @@ +{"uid":"3eeeac657e569c84","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":1706618371931,"stop":1706618371932,"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":2,"unknown":0,"total":2},"items":[{"uid":"94239bf4d8448d60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/94239bf4d8448d60","status":"passed","time":{"start":1706618164516,"stop":1706618164517,"duration":1}}]},"tags":[]},"source":"3eeeac657e569c84.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/81c1a3f7fcf809af.json b/6291/data/test-cases/3f8f2aa7238ed2a8.json similarity index 78% rename from 6266/data/test-cases/81c1a3f7fcf809af.json rename to 6291/data/test-cases/3f8f2aa7238ed2a8.json index c0f0c026190..84f8d902d20 100644 --- a/6266/data/test-cases/81c1a3f7fcf809af.json +++ b/6291/data/test-cases/3f8f2aa7238ed2a8.json @@ -1 +1 @@ -{"uid":"81c1a3f7fcf809af","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":1706101369633,"stop":1706101369634,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"1edb63d80ca80a67","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1edb63d80ca80a67","status":"passed","time":{"start":1706101264984,"stop":1706101264984,"duration":0}},{"uid":"10af6ab572fecdec","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/10af6ab572fecdec","status":"passed","time":{"start":1706101143279,"stop":1706101143279,"duration":0}},{"uid":"eb7d0656c49a0663","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/eb7d0656c49a0663","status":"passed","time":{"start":1706100932549,"stop":1706100932549,"duration":0}},{"uid":"7f40fb4b1191cccf","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7f40fb4b1191cccf","status":"passed","time":{"start":1706100355781,"stop":1706100355784,"duration":3}},{"uid":"7900809ab0d60908","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/7900809ab0d60908","status":"passed","time":{"start":1706099967119,"stop":1706099967119,"duration":0}},{"uid":"a127f30c7a2f8d59","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a127f30c7a2f8d59","status":"passed","time":{"start":1706098945335,"stop":1706098945336,"duration":1}},{"uid":"bbb6c7697b31978e","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/bbb6c7697b31978e","status":"passed","time":{"start":1706077698156,"stop":1706077698157,"duration":1}},{"uid":"50a3c32f85e7587d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/50a3c32f85e7587d","status":"passed","time":{"start":1706069781886,"stop":1706069781887,"duration":1}},{"uid":"7b904bba5753acf4","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/7b904bba5753acf4","status":"passed","time":{"start":1705950488310,"stop":1705950488310,"duration":0}},{"uid":"2c7fac96de58f6a8","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/2c7fac96de58f6a8","status":"passed","time":{"start":1705938293058,"stop":1705938293058,"duration":0}},{"uid":"798346ebb472270c","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/798346ebb472270c","status":"passed","time":{"start":1705913430285,"stop":1705913430285,"duration":0}},{"uid":"23f5e59ca486a98c","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/23f5e59ca486a98c","status":"passed","time":{"start":1705912976204,"stop":1705912976204,"duration":0}},{"uid":"c201b350cb8515e7","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c201b350cb8515e7","status":"passed","time":{"start":1705912363765,"stop":1705912363766,"duration":1}},{"uid":"6473e084c9688ec9","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6473e084c9688ec9","status":"passed","time":{"start":1705911543460,"stop":1705911543460,"duration":0}},{"uid":"4a83152c7a08fc78","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/4a83152c7a08fc78","status":"passed","time":{"start":1705698753995,"stop":1705698753996,"duration":1}},{"uid":"1e97ca87a3c62592","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/1e97ca87a3c62592","status":"passed","time":{"start":1705687466249,"stop":1705687466249,"duration":0}},{"uid":"da7d6adf04ef3230","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/da7d6adf04ef3230","status":"passed","time":{"start":1705687381583,"stop":1705687381583,"duration":0}},{"uid":"860594f812ad9a6b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/860594f812ad9a6b","status":"passed","time":{"start":1705681326960,"stop":1705681326961,"duration":1}},{"uid":"b6268df8a4858d78","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/b6268df8a4858d78","status":"passed","time":{"start":1705678076942,"stop":1705678076942,"duration":0}},{"uid":"16dcc55a942d334e","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/16dcc55a942d334e","status":"passed","time":{"start":1705677999864,"stop":1705677999864,"duration":0}}]},"tags":[]},"source":"81c1a3f7fcf809af.json","parameterValues":[]} \ No newline at end of file +{"uid":"3f8f2aa7238ed2a8","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":1706618580258,"stop":1706618580258,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b98daba8f99b4e32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b98daba8f99b4e32","status":"passed","time":{"start":1706618380674,"stop":1706618380675,"duration":1}}]},"tags":[]},"source":"3f8f2aa7238ed2a8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/3fa9a5f3d1a9fb4.json b/6291/data/test-cases/3fa9a5f3d1a9fb4.json new file mode 100644 index 00000000000..fd0a10ab91c --- /dev/null +++ b/6291/data/test-cases/3fa9a5f3d1a9fb4.json @@ -0,0 +1 @@ +{"uid":"3fa9a5f3d1a9fb4","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":1706618366258,"stop":1706618366259,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pushOrInitMapSet"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5848d0914933f1ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5848d0914933f1ef","status":"passed","time":{"start":1706618156705,"stop":1706618156706,"duration":1}}]},"tags":[]},"source":"3fa9a5f3d1a9fb4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f08abe30983bc8df.json b/6291/data/test-cases/406f98c0d76755d8.json similarity index 92% rename from 6266/data/test-cases/f08abe30983bc8df.json rename to 6291/data/test-cases/406f98c0d76755d8.json index 11f6b8f05b0..f16aa3097e9 100644 --- a/6266/data/test-cases/f08abe30983bc8df.json +++ b/6291/data/test-cases/406f98c0d76755d8.json @@ -1 +1 @@ -{"uid":"f08abe30983bc8df","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":1706101593988,"stop":1706101593988,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"940a6738b00d0caf","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/940a6738b00d0caf","status":"passed","time":{"start":1706101499433,"stop":1706101499433,"duration":0}},{"uid":"c9771e23fd13bddf","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c9771e23fd13bddf","status":"passed","time":{"start":1706101380146,"stop":1706101380146,"duration":0}},{"uid":"38f156e3f071ea73","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/38f156e3f071ea73","status":"passed","time":{"start":1706100623758,"stop":1706100623759,"duration":1}},{"uid":"e16a7e584d2a2d40","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e16a7e584d2a2d40","status":"passed","time":{"start":1706099176282,"stop":1706099176282,"duration":0}},{"uid":"a4a83c891af86571","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a4a83c891af86571","status":"passed","time":{"start":1705681544250,"stop":1705681544251,"duration":1}},{"uid":"cd2f187ec44bcf85","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/cd2f187ec44bcf85","status":"passed","time":{"start":1705680158895,"stop":1705680158895,"duration":0}},{"uid":"3730b9354a2f982f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3730b9354a2f982f","status":"passed","time":{"start":1705666900198,"stop":1705666900198,"duration":0}},{"uid":"56daf3781321f994","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/56daf3781321f994","status":"passed","time":{"start":1705526887800,"stop":1705526887801,"duration":1}}]},"tags":[]},"source":"f08abe30983bc8df.json","parameterValues":[]} \ No newline at end of file +{"uid":"406f98c0d76755d8","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":1706618858011,"stop":1706618858011,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"76e455b187548a96","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76e455b187548a96","status":"passed","time":{"start":1706618636971,"stop":1706618636972,"duration":1}}]},"tags":[]},"source":"406f98c0d76755d8.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d6482045b1c6d024.json b/6291/data/test-cases/40c9717867c19670.json similarity index 53% rename from 6266/data/test-cases/d6482045b1c6d024.json rename to 6291/data/test-cases/40c9717867c19670.json index 57de9f4ab3b..c4080a30ee4 100644 --- a/6266/data/test-cases/d6482045b1c6d024.json +++ b/6291/data/test-cases/40c9717867c19670.json @@ -1 +1 @@ -{"uid":"d6482045b1c6d024","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":1706101721126,"stop":1706101721128,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":105,"unknown":0,"total":105},"items":[{"uid":"8764deacc746d71c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/8764deacc746d71c","status":"passed","time":{"start":1706101642233,"stop":1706101642234,"duration":1}},{"uid":"ac5b9c5cba6cc8b7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ac5b9c5cba6cc8b7","status":"passed","time":{"start":1706101519101,"stop":1706101519101,"duration":0}},{"uid":"66993fc4f2eb4864","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/66993fc4f2eb4864","status":"passed","time":{"start":1706100987909,"stop":1706100987909,"duration":0}},{"uid":"556e432356de70c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/556e432356de70c","status":"passed","time":{"start":1706100748154,"stop":1706100748154,"duration":0}},{"uid":"f49fcd1c2497796e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f49fcd1c2497796e","status":"passed","time":{"start":1706100020175,"stop":1706100020176,"duration":1}},{"uid":"b91bb4844bca5d80","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b91bb4844bca5d80","status":"passed","time":{"start":1706099314721,"stop":1706099314722,"duration":1}},{"uid":"905b667dda7d868","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/905b667dda7d868","status":"passed","time":{"start":1706077757145,"stop":1706077757145,"duration":0}},{"uid":"8b5caa30cbf69f50","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/8b5caa30cbf69f50","status":"passed","time":{"start":1706069836099,"stop":1706069836100,"duration":1}},{"uid":"f73fa6ef0d9eeeb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f73fa6ef0d9eeeb","status":"passed","time":{"start":1705950563649,"stop":1705950563650,"duration":1}},{"uid":"d3ca102c5cedecdf","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d3ca102c5cedecdf","status":"passed","time":{"start":1705938352853,"stop":1705938352853,"duration":0}},{"uid":"510148b4ea896709","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/510148b4ea896709","status":"passed","time":{"start":1705913492846,"stop":1705913492847,"duration":1}},{"uid":"99376540e4a5e471","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/99376540e4a5e471","status":"passed","time":{"start":1705913033276,"stop":1705913033278,"duration":2}},{"uid":"9e07dfba8e15ef1b","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/9e07dfba8e15ef1b","status":"passed","time":{"start":1705912419961,"stop":1705912419961,"duration":0}},{"uid":"87b3ee815090af20","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/87b3ee815090af20","status":"passed","time":{"start":1705911596507,"stop":1705911596508,"duration":1}},{"uid":"77995d01eb995f0e","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/77995d01eb995f0e","status":"passed","time":{"start":1705698803933,"stop":1705698803933,"duration":0}},{"uid":"c6b8a9c2b36fbf28","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c6b8a9c2b36fbf28","status":"passed","time":{"start":1705687524363,"stop":1705687524364,"duration":1}},{"uid":"7c9be7ad0e3ce9f8","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/7c9be7ad0e3ce9f8","status":"passed","time":{"start":1705687441111,"stop":1705687441111,"duration":0}},{"uid":"2c93ee21cd3f8992","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2c93ee21cd3f8992","status":"passed","time":{"start":1705681668618,"stop":1705681668625,"duration":7}},{"uid":"6d79e4ed63c1b145","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6d79e4ed63c1b145","status":"passed","time":{"start":1705680243614,"stop":1705680243614,"duration":0}},{"uid":"729a490bda4a4100","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/729a490bda4a4100","status":"passed","time":{"start":1705678134141,"stop":1705678134142,"duration":1}}]},"tags":[]},"source":"d6482045b1c6d024.json","parameterValues":[]} \ No newline at end of file +{"uid":"40c9717867c19670","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":1706619004844,"stop":1706619004844,"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":2,"unknown":0,"total":2},"items":[{"uid":"3a994df687384a18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a994df687384a18","status":"passed","time":{"start":1706618760391,"stop":1706618760392,"duration":1}}]},"tags":[]},"source":"40c9717867c19670.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/41ce5333c425af21.json b/6291/data/test-cases/41ce5333c425af21.json new file mode 100644 index 00000000000..f9ab3011c5e --- /dev/null +++ b/6291/data/test-cases/41ce5333c425af21.json @@ -0,0 +1 @@ +{"uid":"41ce5333c425af21","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":1706618371924,"stop":1706618371930,"duration":6},"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":2,"unknown":0,"total":2},"items":[{"uid":"abd0be49b3a55c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abd0be49b3a55c2","status":"passed","time":{"start":1706618164515,"stop":1706618164515,"duration":0}}]},"tags":[]},"source":"41ce5333c425af21.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/41e06f8a1c302c5e.json b/6291/data/test-cases/41e06f8a1c302c5e.json new file mode 100644 index 00000000000..81729f3344e --- /dev/null +++ b/6291/data/test-cases/41e06f8a1c302c5e.json @@ -0,0 +1 @@ +{"uid":"41e06f8a1c302c5e","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":1706618489112,"stop":1706618489113,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ea94e31942331fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ea94e31942331fb","status":"passed","time":{"start":1706618284927,"stop":1706618284927,"duration":0}}]},"tags":[]},"source":"41e06f8a1c302c5e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/42b8e41b00ae3336.json b/6291/data/test-cases/42b8e41b00ae3336.json new file mode 100644 index 00000000000..c5acf11b7bd --- /dev/null +++ b/6291/data/test-cases/42b8e41b00ae3336.json @@ -0,0 +1 @@ +{"uid":"42b8e41b00ae3336","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Is also\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is also"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e4a210486722ce26","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4a210486722ce26","status":"passed","time":{"start":1706618460835,"stop":1706618460835,"duration":0}}]},"tags":[]},"source":"42b8e41b00ae3336.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/42cf9a4403cf190b.json b/6291/data/test-cases/42cf9a4403cf190b.json new file mode 100644 index 00000000000..8c277c8eb59 --- /dev/null +++ b/6291/data/test-cases/42cf9a4403cf190b.json @@ -0,0 +1 @@ +{"uid":"42cf9a4403cf190b","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":1706618731288,"stop":1706618731288,"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":2,"unknown":0,"total":2},"items":[{"uid":"86ce5d2290cbdf4d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86ce5d2290cbdf4d","status":"passed","time":{"start":1706618394325,"stop":1706618394326,"duration":1}}]},"tags":[]},"source":"42cf9a4403cf190b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a345eb96f8dd8416.json b/6291/data/test-cases/42ef827610e156d4.json similarity index 88% rename from 6266/data/test-cases/a345eb96f8dd8416.json rename to 6291/data/test-cases/42ef827610e156d4.json index 9f300622e34..7bae5399f07 100644 --- a/6266/data/test-cases/a345eb96f8dd8416.json +++ b/6291/data/test-cases/42ef827610e156d4.json @@ -1 +1 @@ -{"uid":"a345eb96f8dd8416","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":1706101401930,"stop":1706101401931,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"de65769caad61a08","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/de65769caad61a08","status":"passed","time":{"start":1706101295290,"stop":1706101295291,"duration":1}},{"uid":"38da577a15454cbc","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/38da577a15454cbc","status":"passed","time":{"start":1706101187411,"stop":1706101187412,"duration":1}},{"uid":"5f041ea8082daf09","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5f041ea8082daf09","status":"passed","time":{"start":1706100397488,"stop":1706100397488,"duration":0}},{"uid":"3063c47380537824","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3063c47380537824","status":"passed","time":{"start":1706098985427,"stop":1706098985427,"duration":0}},{"uid":"5288ac3532693e46","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5288ac3532693e46","status":"passed","time":{"start":1705681341582,"stop":1705681341582,"duration":0}},{"uid":"b3e5d40d6e5ad737","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b3e5d40d6e5ad737","status":"passed","time":{"start":1705680075489,"stop":1705680075490,"duration":1}},{"uid":"9f8342d15a5fb13c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9f8342d15a5fb13c","status":"passed","time":{"start":1705666818711,"stop":1705666818712,"duration":1}},{"uid":"83393c3346e1bbed","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/83393c3346e1bbed","status":"passed","time":{"start":1705520251408,"stop":1705520251408,"duration":0}},{"uid":"cb697b8cab0076bb","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/cb697b8cab0076bb","status":"passed","time":{"start":1705518481974,"stop":1705518481974,"duration":0}},{"uid":"46eb8dc9f75e1258","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/46eb8dc9f75e1258","status":"passed","time":{"start":1705502312539,"stop":1705502312539,"duration":0}}]},"tags":[]},"source":"a345eb96f8dd8416.json","parameterValues":[]} \ No newline at end of file +{"uid":"42ef827610e156d4","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":1706618624420,"stop":1706618624421,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"a47b02eef75c253b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a47b02eef75c253b","status":"passed","time":{"start":1706618460769,"stop":1706618460770,"duration":1}}]},"tags":[]},"source":"42ef827610e156d4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/43316e2178a38f32.json b/6291/data/test-cases/43316e2178a38f32.json new file mode 100644 index 00000000000..b8fd0cc0796 --- /dev/null +++ b/6291/data/test-cases/43316e2178a38f32.json @@ -0,0 +1 @@ +{"uid":"43316e2178a38f32","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":1706618489110,"stop":1706618489111,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1b62d022d395302f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b62d022d395302f","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"tags":[]},"source":"43316e2178a38f32.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/438cc16b964e6d3.json b/6291/data/test-cases/438cc16b964e6d3.json new file mode 100644 index 00000000000..57855eec877 --- /dev/null +++ b/6291/data/test-cases/438cc16b964e6d3.json @@ -0,0 +1 @@ +{"uid":"438cc16b964e6d3","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":1706618731297,"stop":1706618731297,"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":2,"unknown":0,"total":2},"items":[{"uid":"33c332cdb51bdba5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33c332cdb51bdba5","status":"passed","time":{"start":1706618394341,"stop":1706618394341,"duration":0}}]},"tags":[]},"source":"438cc16b964e6d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/43daaf52ce4767a9.json b/6291/data/test-cases/43daaf52ce4767a9.json new file mode 100644 index 00000000000..517b813713a --- /dev/null +++ b/6291/data/test-cases/43daaf52ce4767a9.json @@ -0,0 +1 @@ +{"uid":"43daaf52ce4767a9","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":1706618799832,"stop":1706618799833,"duration":1},"status":"broken","statusMessage":"expected 1 to equal +0","statusTrace":"AssertionError: expected 1 to equal +0\n at Context. (file:///home/runner/work/js-waku/js-waku/packages/tests/tests/metadata.spec.ts:124:49)","flaky":false,"newFailed":false,"newBroken":true,"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},{"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},{"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},{"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},{"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":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"ec27595c1afb3425","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ec27595c1afb3425","status":"passed","time":{"start":1706618497359,"stop":1706618497360,"duration":1}}]},"tags":[]},"source":"43daaf52ce4767a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/76a2304a0eecc188.json b/6291/data/test-cases/448e49e8badff8b8.json similarity index 54% rename from 6266/data/test-cases/76a2304a0eecc188.json rename to 6291/data/test-cases/448e49e8badff8b8.json index 46444008ce8..0237cfe755d 100644 --- a/6266/data/test-cases/76a2304a0eecc188.json +++ b/6291/data/test-cases/448e49e8badff8b8.json @@ -1 +1 @@ -{"uid":"76a2304a0eecc188","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":1706101778133,"stop":1706101778133,"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":107,"unknown":0,"total":107},"items":[{"uid":"d45ef7621dcbf3ca","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d45ef7621dcbf3ca","status":"passed","time":{"start":1706101692137,"stop":1706101692137,"duration":0}},{"uid":"2244403fb87d9300","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2244403fb87d9300","status":"passed","time":{"start":1706101569239,"stop":1706101569240,"duration":1}},{"uid":"e9d8300112879ba4","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/e9d8300112879ba4","status":"passed","time":{"start":1706101016937,"stop":1706101016937,"duration":0}},{"uid":"bf42ad387263f0ca","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/bf42ad387263f0ca","status":"passed","time":{"start":1706100781792,"stop":1706100781793,"duration":1}},{"uid":"8ce3ecf2b9e310ae","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/8ce3ecf2b9e310ae","status":"passed","time":{"start":1706100048736,"stop":1706100048736,"duration":0}},{"uid":"86503bd67d2b5e5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/86503bd67d2b5e5","status":"passed","time":{"start":1706099354079,"stop":1706099354083,"duration":4}},{"uid":"ad3a1b74f6fdaafb","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ad3a1b74f6fdaafb","status":"passed","time":{"start":1706077779549,"stop":1706077779549,"duration":0}},{"uid":"6accbb6cab5e08a1","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/6accbb6cab5e08a1","status":"passed","time":{"start":1706069862887,"stop":1706069862887,"duration":0}},{"uid":"8adc59b1a68c2067","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/8adc59b1a68c2067","status":"passed","time":{"start":1705950577653,"stop":1705950577653,"duration":0}},{"uid":"e00637035daccdd0","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e00637035daccdd0","status":"passed","time":{"start":1705938379179,"stop":1705938379179,"duration":0}},{"uid":"6849b1d4d49081c2","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/6849b1d4d49081c2","status":"passed","time":{"start":1705913520270,"stop":1705913520271,"duration":1}},{"uid":"2c43c09e0e3258ec","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2c43c09e0e3258ec","status":"passed","time":{"start":1705913060110,"stop":1705913060111,"duration":1}},{"uid":"3ba568fb9c77bf34","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3ba568fb9c77bf34","status":"passed","time":{"start":1705912445583,"stop":1705912445583,"duration":0}},{"uid":"f3c9511f1415d6f1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f3c9511f1415d6f1","status":"passed","time":{"start":1705911623492,"stop":1705911623492,"duration":0}},{"uid":"deb919d4d68ba05a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/deb919d4d68ba05a","status":"passed","time":{"start":1705698830036,"stop":1705698830036,"duration":0}},{"uid":"6012fc053cf27b3a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/6012fc053cf27b3a","status":"passed","time":{"start":1705687552416,"stop":1705687552416,"duration":0}},{"uid":"124d00b2dcae54b9","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/124d00b2dcae54b9","status":"passed","time":{"start":1705687466053,"stop":1705687466053,"duration":0}},{"uid":"80ca063b7ba9b3fa","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/80ca063b7ba9b3fa","status":"passed","time":{"start":1705681722828,"stop":1705681722829,"duration":1}},{"uid":"62de19337164a8a7","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/62de19337164a8a7","status":"passed","time":{"start":1705680299034,"stop":1705680299035,"duration":1}},{"uid":"37882abb2faffe6b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/37882abb2faffe6b","status":"passed","time":{"start":1705678159341,"stop":1705678159343,"duration":2}}]},"tags":[]},"source":"76a2304a0eecc188.json","parameterValues":[]} \ No newline at end of file +{"uid":"448e49e8badff8b8","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":1706619033643,"stop":1706619033644,"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":2,"unknown":0,"total":2},"items":[{"uid":"2da6d177a33bd034","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2da6d177a33bd034","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"tags":[]},"source":"448e49e8badff8b8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/449625f3f31e51f5.json b/6291/data/test-cases/449625f3f31e51f5.json new file mode 100644 index 00000000000..6ebb17f410a --- /dev/null +++ b/6291/data/test-cases/449625f3f31e51f5.json @@ -0,0 +1 @@ +{"uid":"449625f3f31e51f5","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":1706618372819,"stop":1706618372820,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d090291446edc3b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d090291446edc3b","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"tags":[]},"source":"449625f3f31e51f5.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4f9feff741bf577b.json b/6291/data/test-cases/44aa0308c86f49e3.json similarity index 88% rename from 6266/data/test-cases/4f9feff741bf577b.json rename to 6291/data/test-cases/44aa0308c86f49e3.json index d6d15e90818..21989226564 100644 --- a/6266/data/test-cases/4f9feff741bf577b.json +++ b/6291/data/test-cases/44aa0308c86f49e3.json @@ -1 +1 @@ -{"uid":"4f9feff741bf577b","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing numeric and receive message","historyId":"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401943,"stop":1706101401943,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"d684f6c46da4bcdb","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d684f6c46da4bcdb","status":"passed","time":{"start":1706101295298,"stop":1706101295298,"duration":0}},{"uid":"9170da1b0e00972f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9170da1b0e00972f","status":"passed","time":{"start":1706101187428,"stop":1706101187429,"duration":1}},{"uid":"1f4bea9f61a6829c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1f4bea9f61a6829c","status":"passed","time":{"start":1706100397500,"stop":1706100397500,"duration":0}},{"uid":"9423b8f59403399f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9423b8f59403399f","status":"passed","time":{"start":1706098985436,"stop":1706098985436,"duration":0}},{"uid":"38d07b0e9aa96b2a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/38d07b0e9aa96b2a","status":"passed","time":{"start":1705681341592,"stop":1705681341593,"duration":1}},{"uid":"10445428e2714a67","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/10445428e2714a67","status":"passed","time":{"start":1705680075496,"stop":1705680075496,"duration":0}},{"uid":"ee36458326378a32","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ee36458326378a32","status":"passed","time":{"start":1705666818721,"stop":1705666818721,"duration":0}},{"uid":"2cdfc186471c0bc7","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/2cdfc186471c0bc7","status":"passed","time":{"start":1705520251419,"stop":1705520251420,"duration":1}},{"uid":"12ba3e77d7e04b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/12ba3e77d7e04b","status":"passed","time":{"start":1705518481989,"stop":1705518481989,"duration":0}},{"uid":"e13a46a89d0cf163","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e13a46a89d0cf163","status":"passed","time":{"start":1705502312550,"stop":1705502312550,"duration":0}}]},"tags":[]},"source":"4f9feff741bf577b.json","parameterValues":[]} \ No newline at end of file +{"uid":"44aa0308c86f49e3","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing numeric and receive message","historyId":"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624521,"stop":1706618624521,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"d9e9384c7088ea4a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d9e9384c7088ea4a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"tags":[]},"source":"44aa0308c86f49e3.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2474950cc60e50d4.json b/6291/data/test-cases/44c751deabc7075d.json similarity index 77% rename from 6266/data/test-cases/2474950cc60e50d4.json rename to 6291/data/test-cases/44c751deabc7075d.json index 5a8f84daae4..828534c5817 100644 --- a/6266/data/test-cases/2474950cc60e50d4.json +++ b/6291/data/test-cases/44c751deabc7075d.json @@ -1 +1 @@ -{"uid":"2474950cc60e50d4","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":1706101530739,"stop":1706101530739,"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":106,"unknown":0,"total":106},"items":[{"uid":"8aeb7e4465298bfd","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/8aeb7e4465298bfd","status":"passed","time":{"start":1706101419609,"stop":1706101419610,"duration":1}},{"uid":"49166a412392636f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/49166a412392636f","status":"passed","time":{"start":1706101305319,"stop":1706101305319,"duration":0}},{"uid":"6b6ab84c7b9672ab","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/6b6ab84c7b9672ab","status":"passed","time":{"start":1706100931217,"stop":1706100931218,"duration":1}},{"uid":"8a74455a3ac95359","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8a74455a3ac95359","status":"passed","time":{"start":1706100510908,"stop":1706100510909,"duration":1}},{"uid":"46315546be1a6d00","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/46315546be1a6d00","status":"passed","time":{"start":1706099960911,"stop":1706099960911,"duration":0}},{"uid":"953d7acc7dc30c73","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/953d7acc7dc30c73","status":"passed","time":{"start":1706099096978,"stop":1706099096978,"duration":0}},{"uid":"eeca2a4843bb1045","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/eeca2a4843bb1045","status":"passed","time":{"start":1706077690012,"stop":1706077690013,"duration":1}},{"uid":"7c91c34b60d3e219","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7c91c34b60d3e219","status":"passed","time":{"start":1706069780791,"stop":1706069780791,"duration":0}},{"uid":"4efcddce4c5962d9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/4efcddce4c5962d9","status":"passed","time":{"start":1705950480138,"stop":1705950480138,"duration":0}},{"uid":"9683f89d316f26c9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/9683f89d316f26c9","status":"passed","time":{"start":1705938289257,"stop":1705938289258,"duration":1}},{"uid":"711302a698679f05","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/711302a698679f05","status":"passed","time":{"start":1705913424151,"stop":1705913424151,"duration":0}},{"uid":"3ac32058bdb52fda","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/3ac32058bdb52fda","status":"passed","time":{"start":1705912964623,"stop":1705912964623,"duration":0}},{"uid":"5c9d40f3e99bcb8f","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/5c9d40f3e99bcb8f","status":"passed","time":{"start":1705912351032,"stop":1705912351032,"duration":0}},{"uid":"c1348625d9da279","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/c1348625d9da279","status":"passed","time":{"start":1705911533383,"stop":1705911533387,"duration":4}},{"uid":"a669a07db9a011b7","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a669a07db9a011b7","status":"passed","time":{"start":1705698747969,"stop":1705698747969,"duration":0}},{"uid":"ae977e346e393c6a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ae977e346e393c6a","status":"passed","time":{"start":1705687465950,"stop":1705687465951,"duration":1}},{"uid":"1d276795886a949b","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1d276795886a949b","status":"passed","time":{"start":1705687367141,"stop":1705687367142,"duration":1}},{"uid":"5c9eb48184e78574","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5c9eb48184e78574","status":"passed","time":{"start":1705681459381,"stop":1705681459381,"duration":0}},{"uid":"a9b6611b6c937d30","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a9b6611b6c937d30","status":"passed","time":{"start":1705680122221,"stop":1705680122222,"duration":1}},{"uid":"d8b29fa08b88e27e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/d8b29fa08b88e27e","status":"passed","time":{"start":1705678066197,"stop":1705678066197,"duration":0}}]},"tags":[]},"source":"2474950cc60e50d4.json","parameterValues":[]} \ No newline at end of file +{"uid":"44c751deabc7075d","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":1706618865691,"stop":1706618865691,"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":2,"unknown":0,"total":2},"items":[{"uid":"5b086b875bd61b57","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5b086b875bd61b57","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"tags":[]},"source":"44c751deabc7075d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/eed66ae33d0aa579.json b/6291/data/test-cases/44d60b5253e04566.json similarity index 92% rename from 6266/data/test-cases/eed66ae33d0aa579.json rename to 6291/data/test-cases/44d60b5253e04566.json index beb6ce3fb34..ec6d7270ebb 100644 --- a/6266/data/test-cases/eed66ae33d0aa579.json +++ b/6291/data/test-cases/44d60b5253e04566.json @@ -1 +1 @@ -{"uid":"eed66ae33d0aa579","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":1706101593993,"stop":1706101593993,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"749e39d2953f74c5","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/749e39d2953f74c5","status":"passed","time":{"start":1706101499450,"stop":1706101499450,"duration":0}},{"uid":"4a0f5b48ec035491","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4a0f5b48ec035491","status":"passed","time":{"start":1706101380149,"stop":1706101380149,"duration":0}},{"uid":"9c968a75ce2c76aa","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9c968a75ce2c76aa","status":"passed","time":{"start":1706100623761,"stop":1706100623762,"duration":1}},{"uid":"1390aef6d1a47040","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1390aef6d1a47040","status":"passed","time":{"start":1706099176285,"stop":1706099176286,"duration":1}},{"uid":"164110e74afb7826","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/164110e74afb7826","status":"passed","time":{"start":1705681544254,"stop":1705681544254,"duration":0}},{"uid":"226359f77889c0ff","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/226359f77889c0ff","status":"passed","time":{"start":1705680158901,"stop":1705680158901,"duration":0}},{"uid":"cfbed21091cb2114","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/cfbed21091cb2114","status":"passed","time":{"start":1705666900201,"stop":1705666900202,"duration":1}},{"uid":"6b2d2763234537a4","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/6b2d2763234537a4","status":"passed","time":{"start":1705526887806,"stop":1705526887807,"duration":1}}]},"tags":[]},"source":"eed66ae33d0aa579.json","parameterValues":[]} \ No newline at end of file +{"uid":"44d60b5253e04566","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":1706618858017,"stop":1706618858018,"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":2,"unknown":0,"total":2},"items":[{"uid":"769b086a742d9ec0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/769b086a742d9ec0","status":"passed","time":{"start":1706618636976,"stop":1706618636977,"duration":1}}]},"tags":[]},"source":"44d60b5253e04566.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/44f688133f883de5.json b/6291/data/test-cases/44f688133f883de5.json new file mode 100644 index 00000000000..aabfe1092e2 --- /dev/null +++ b/6291/data/test-cases/44f688133f883de5.json @@ -0,0 +1 @@ +{"uid":"44f688133f883de5","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":1706618371922,"stop":1706618371922,"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":2,"unknown":0,"total":2},"items":[{"uid":"c6ea50192c637ca5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6ea50192c637ca5","status":"passed","time":{"start":1706618164513,"stop":1706618164513,"duration":0}}]},"tags":[]},"source":"44f688133f883de5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/457c81781e50cddf.json b/6291/data/test-cases/457c81781e50cddf.json new file mode 100644 index 00000000000..f1dc02dfbdf --- /dev/null +++ b/6291/data/test-cases/457c81781e50cddf.json @@ -0,0 +1 @@ +{"uid":"457c81781e50cddf","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":1706618389064,"stop":1706618389065,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"51990e641623948a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51990e641623948a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"tags":[]},"source":"457c81781e50cddf.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/42cfde087f491ab0.json b/6291/data/test-cases/45e359fea625011b.json similarity index 54% rename from 6266/data/test-cases/42cfde087f491ab0.json rename to 6291/data/test-cases/45e359fea625011b.json index 9dfaa52005e..9bb18b7ad4b 100644 --- a/6266/data/test-cases/42cfde087f491ab0.json +++ b/6291/data/test-cases/45e359fea625011b.json @@ -1 +1 @@ -{"uid":"42cfde087f491ab0","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":1706101651748,"stop":1706101651748,"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":108,"unknown":0,"total":108},"items":[{"uid":"e120b376699663eb","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e120b376699663eb","status":"passed","time":{"start":1706101566464,"stop":1706101566465,"duration":1}},{"uid":"742cb4a4ff8e2414","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/742cb4a4ff8e2414","status":"passed","time":{"start":1706101443415,"stop":1706101443416,"duration":1}},{"uid":"76deb4758d42b792","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/76deb4758d42b792","status":"passed","time":{"start":1706100967018,"stop":1706100967018,"duration":0}},{"uid":"698519118cf494dc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/698519118cf494dc","status":"passed","time":{"start":1706100676384,"stop":1706100676385,"duration":1}},{"uid":"d61136c1894fe183","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d61136c1894fe183","status":"passed","time":{"start":1706099994476,"stop":1706099994476,"duration":0}},{"uid":"e9abe67f33210b4a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e9abe67f33210b4a","status":"passed","time":{"start":1706099245145,"stop":1706099245145,"duration":0}},{"uid":"3c1ea1152a7f0e20","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/3c1ea1152a7f0e20","status":"passed","time":{"start":1706077725209,"stop":1706077725210,"duration":1}},{"uid":"7464a1abad244380","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7464a1abad244380","status":"passed","time":{"start":1706069807619,"stop":1706069807619,"duration":0}},{"uid":"f45262827b266487","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f45262827b266487","status":"passed","time":{"start":1705950519318,"stop":1705950519318,"duration":0}},{"uid":"bca392444ae50bc5","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/bca392444ae50bc5","status":"passed","time":{"start":1705938322623,"stop":1705938322624,"duration":1}},{"uid":"c3ee85d3bd1736cd","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/c3ee85d3bd1736cd","status":"passed","time":{"start":1705913460661,"stop":1705913460662,"duration":1}},{"uid":"259467b7558f71ed","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/259467b7558f71ed","status":"passed","time":{"start":1705913004755,"stop":1705913004756,"duration":1}},{"uid":"a76bf01cb040db34","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a76bf01cb040db34","status":"passed","time":{"start":1705912392781,"stop":1705912392782,"duration":1}},{"uid":"aaf0cc41de5f4692","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/aaf0cc41de5f4692","status":"passed","time":{"start":1705911569497,"stop":1705911569497,"duration":0}},{"uid":"2da201b887f8afb2","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/2da201b887f8afb2","status":"passed","time":{"start":1705698780853,"stop":1705698780853,"duration":0}},{"uid":"9c59cbdd3a32f7f0","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9c59cbdd3a32f7f0","status":"passed","time":{"start":1705687496033,"stop":1705687496034,"duration":1}},{"uid":"f7ed60e840687396","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/f7ed60e840687396","status":"passed","time":{"start":1705687412719,"stop":1705687412719,"duration":0}},{"uid":"362000b34346414e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/362000b34346414e","status":"passed","time":{"start":1705681610293,"stop":1705681610293,"duration":0}},{"uid":"396caecaa539a1e5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/396caecaa539a1e5","status":"passed","time":{"start":1705680179643,"stop":1705680179643,"duration":0}},{"uid":"a79bb04d76a82fb2","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/a79bb04d76a82fb2","status":"passed","time":{"start":1705678106531,"stop":1705678106531,"duration":0}}]},"tags":[]},"source":"42cfde087f491ab0.json","parameterValues":[]} \ No newline at end of file +{"uid":"45e359fea625011b","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":1706618934694,"stop":1706618934694,"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":2,"unknown":0,"total":2},"items":[{"uid":"7c71d4cf50b31c42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c71d4cf50b31c42","status":"passed","time":{"start":1706618732534,"stop":1706618732534,"duration":0}}]},"tags":[]},"source":"45e359fea625011b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5c3405a4cb499a27.json b/6291/data/test-cases/462243affcd380a4.json similarity index 54% rename from 6266/data/test-cases/5c3405a4cb499a27.json rename to 6291/data/test-cases/462243affcd380a4.json index 48a8998d2a1..6101cdf849e 100644 --- a/6266/data/test-cases/5c3405a4cb499a27.json +++ b/6291/data/test-cases/462243affcd380a4.json @@ -1 +1 @@ -{"uid":"5c3405a4cb499a27","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":1706101651746,"stop":1706101651746,"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":108,"unknown":0,"total":108},"items":[{"uid":"40fce09c6db49208","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/40fce09c6db49208","status":"passed","time":{"start":1706101566461,"stop":1706101566461,"duration":0}},{"uid":"aa10e9c5fbcf996c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/aa10e9c5fbcf996c","status":"passed","time":{"start":1706101443413,"stop":1706101443414,"duration":1}},{"uid":"82ef07a73b441de9","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/82ef07a73b441de9","status":"passed","time":{"start":1706100967016,"stop":1706100967017,"duration":1}},{"uid":"280f086bf61f0ad0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/280f086bf61f0ad0","status":"passed","time":{"start":1706100676382,"stop":1706100676383,"duration":1}},{"uid":"3f64799075d11150","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/3f64799075d11150","status":"passed","time":{"start":1706099994474,"stop":1706099994474,"duration":0}},{"uid":"6a1b1f20eae60393","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6a1b1f20eae60393","status":"passed","time":{"start":1706099245142,"stop":1706099245142,"duration":0}},{"uid":"cb627f728d9deab7","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/cb627f728d9deab7","status":"passed","time":{"start":1706077725193,"stop":1706077725194,"duration":1}},{"uid":"c962070e886b8c3f","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/c962070e886b8c3f","status":"passed","time":{"start":1706069807613,"stop":1706069807613,"duration":0}},{"uid":"1ffda2926eb5ff68","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/1ffda2926eb5ff68","status":"passed","time":{"start":1705950519316,"stop":1705950519317,"duration":1}},{"uid":"eef09f96f9a5f8c3","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/eef09f96f9a5f8c3","status":"passed","time":{"start":1705938322620,"stop":1705938322620,"duration":0}},{"uid":"98cb7abb315214ff","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/98cb7abb315214ff","status":"passed","time":{"start":1705913460659,"stop":1705913460660,"duration":1}},{"uid":"6e2943627c018017","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/6e2943627c018017","status":"passed","time":{"start":1705913004751,"stop":1705913004751,"duration":0}},{"uid":"a7381b78050fe268","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a7381b78050fe268","status":"passed","time":{"start":1705912392780,"stop":1705912392780,"duration":0}},{"uid":"3dace01738539042","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3dace01738539042","status":"passed","time":{"start":1705911569494,"stop":1705911569495,"duration":1}},{"uid":"1f2c81fe241ede77","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/1f2c81fe241ede77","status":"passed","time":{"start":1705698780851,"stop":1705698780852,"duration":1}},{"uid":"5b99de659cd2165c","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/5b99de659cd2165c","status":"passed","time":{"start":1705687496032,"stop":1705687496032,"duration":0}},{"uid":"8ecf4baab33532f6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/8ecf4baab33532f6","status":"passed","time":{"start":1705687412716,"stop":1705687412717,"duration":1}},{"uid":"7e170aeee3edade8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7e170aeee3edade8","status":"passed","time":{"start":1705681610291,"stop":1705681610292,"duration":1}},{"uid":"faaec82865467b9d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/faaec82865467b9d","status":"passed","time":{"start":1705680179641,"stop":1705680179642,"duration":1}},{"uid":"1aea911051fe0a64","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1aea911051fe0a64","status":"passed","time":{"start":1705678106530,"stop":1705678106530,"duration":0}}]},"tags":[]},"source":"5c3405a4cb499a27.json","parameterValues":[]} \ No newline at end of file +{"uid":"462243affcd380a4","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":1706618934691,"stop":1706618934692,"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":2,"unknown":0,"total":2},"items":[{"uid":"60c34d0f990074ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60c34d0f990074ce","status":"passed","time":{"start":1706618732532,"stop":1706618732532,"duration":0}}]},"tags":[]},"source":"462243affcd380a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/464310d2e01cd9a0.json b/6291/data/test-cases/464310d2e01cd9a0.json new file mode 100644 index 00000000000..d6642950032 --- /dev/null +++ b/6291/data/test-cases/464310d2e01cd9a0.json @@ -0,0 +1 @@ +{"uid":"464310d2e01cd9a0","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":1706618378873,"stop":1706618378873,"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":2,"unknown":0,"total":2},"items":[{"uid":"1b51d218675aeb37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b51d218675aeb37","status":"passed","time":{"start":1706618170155,"stop":1706618170155,"duration":0}}]},"tags":[]},"source":"464310d2e01cd9a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/10fdfc2e4bee0643.json b/6291/data/test-cases/46861912a66eee9b.json similarity index 51% rename from 6266/data/test-cases/10fdfc2e4bee0643.json rename to 6291/data/test-cases/46861912a66eee9b.json index 28149a230ec..1873a47c5a8 100644 --- a/6266/data/test-cases/10fdfc2e4bee0643.json +++ b/6291/data/test-cases/46861912a66eee9b.json @@ -1 +1 @@ -{"uid":"10fdfc2e4bee0643","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":1706101762914,"stop":1706101762914,"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":108,"unknown":0,"total":108},"items":[{"uid":"f08fe9a5201e0632","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f08fe9a5201e0632","status":"passed","time":{"start":1706101681218,"stop":1706101681218,"duration":0}},{"uid":"ace45c34fe52df1b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ace45c34fe52df1b","status":"passed","time":{"start":1706101560067,"stop":1706101560067,"duration":0}},{"uid":"cf101f70e713740e","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/cf101f70e713740e","status":"passed","time":{"start":1706101005375,"stop":1706101005376,"duration":1}},{"uid":"128525e1b9fdae25","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/128525e1b9fdae25","status":"passed","time":{"start":1706100764374,"stop":1706100764374,"duration":0}},{"uid":"e6180d477b754d7c","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e6180d477b754d7c","status":"passed","time":{"start":1706100038722,"stop":1706100038723,"duration":1}},{"uid":"128745dbdba16c0a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/128745dbdba16c0a","status":"passed","time":{"start":1706099331419,"stop":1706099331419,"duration":0}},{"uid":"b1ad7c1727e665f2","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b1ad7c1727e665f2","status":"passed","time":{"start":1706077763476,"stop":1706077763477,"duration":1}},{"uid":"e3542258d4dfa940","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/e3542258d4dfa940","status":"passed","time":{"start":1706069851600,"stop":1706069851601,"duration":1}},{"uid":"d64214a64c2877d7","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/d64214a64c2877d7","status":"passed","time":{"start":1705950568424,"stop":1705950568424,"duration":0}},{"uid":"92c248bf27241045","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/92c248bf27241045","status":"passed","time":{"start":1705938368694,"stop":1705938368694,"duration":0}},{"uid":"411232dd4cf94cce","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/411232dd4cf94cce","status":"passed","time":{"start":1705913514588,"stop":1705913514588,"duration":0}},{"uid":"79ff463d64aee720","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/79ff463d64aee720","status":"passed","time":{"start":1705913059026,"stop":1705913059026,"duration":0}},{"uid":"43d2d2c530bd7230","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/43d2d2c530bd7230","status":"passed","time":{"start":1705912433753,"stop":1705912433754,"duration":1}},{"uid":"17001f8200a113c1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/17001f8200a113c1","status":"passed","time":{"start":1705911614632,"stop":1705911614632,"duration":0}},{"uid":"8c843c8c422432bf","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/8c843c8c422432bf","status":"passed","time":{"start":1705698824917,"stop":1705698824918,"duration":1}},{"uid":"d9a231003bae44e0","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/d9a231003bae44e0","status":"passed","time":{"start":1705687549292,"stop":1705687549292,"duration":0}},{"uid":"8828117e53efdbe9","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/8828117e53efdbe9","status":"passed","time":{"start":1705687455026,"stop":1705687455027,"duration":1}},{"uid":"3498d574040e8690","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3498d574040e8690","status":"passed","time":{"start":1705681714513,"stop":1705681714513,"duration":0}},{"uid":"486004778a2af7ec","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/486004778a2af7ec","status":"passed","time":{"start":1705680280956,"stop":1705680280956,"duration":0}},{"uid":"95c09ac112d6aa0e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/95c09ac112d6aa0e","status":"passed","time":{"start":1705678144796,"stop":1705678144796,"duration":0}}]},"tags":[]},"source":"10fdfc2e4bee0643.json","parameterValues":[]} \ No newline at end of file +{"uid":"46861912a66eee9b","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":1706619030045,"stop":1706619030046,"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":2,"unknown":0,"total":2},"items":[{"uid":"27b2db53dc005669","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/27b2db53dc005669","status":"passed","time":{"start":1706618784351,"stop":1706618784351,"duration":0}}]},"tags":[]},"source":"46861912a66eee9b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c319ec7837badfdf.json b/6291/data/test-cases/46fcaf0d8a61f7e3.json similarity index 54% rename from 6266/data/test-cases/c319ec7837badfdf.json rename to 6291/data/test-cases/46fcaf0d8a61f7e3.json index 0c741349c05..8bf4836ee4f 100644 --- a/6266/data/test-cases/c319ec7837badfdf.json +++ b/6291/data/test-cases/46fcaf0d8a61f7e3.json @@ -1 +1 @@ -{"uid":"c319ec7837badfdf","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":1706101778133,"stop":1706101778133,"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":107,"unknown":0,"total":107},"items":[{"uid":"ca7b9027a01c9371","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ca7b9027a01c9371","status":"passed","time":{"start":1706101692136,"stop":1706101692136,"duration":0}},{"uid":"3f2ab4aa93e0387d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3f2ab4aa93e0387d","status":"passed","time":{"start":1706101569239,"stop":1706101569239,"duration":0}},{"uid":"a3611616d0c519d3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a3611616d0c519d3","status":"passed","time":{"start":1706101016936,"stop":1706101016937,"duration":1}},{"uid":"b55da23f40e36904","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b55da23f40e36904","status":"passed","time":{"start":1706100781792,"stop":1706100781792,"duration":0}},{"uid":"7627216545423c70","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/7627216545423c70","status":"passed","time":{"start":1706100048736,"stop":1706100048736,"duration":0}},{"uid":"f8245288b99d5409","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f8245288b99d5409","status":"passed","time":{"start":1706099354078,"stop":1706099354079,"duration":1}},{"uid":"b26dfd5adb31dbf1","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b26dfd5adb31dbf1","status":"passed","time":{"start":1706077779549,"stop":1706077779549,"duration":0}},{"uid":"a229b443ca0d79d5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a229b443ca0d79d5","status":"passed","time":{"start":1706069862887,"stop":1706069862887,"duration":0}},{"uid":"2cff638298dd1271","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/2cff638298dd1271","status":"passed","time":{"start":1705950577652,"stop":1705950577652,"duration":0}},{"uid":"f420a2d712564ce5","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f420a2d712564ce5","status":"passed","time":{"start":1705938379178,"stop":1705938379179,"duration":1}},{"uid":"40be2e3734e79977","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/40be2e3734e79977","status":"passed","time":{"start":1705913520269,"stop":1705913520270,"duration":1}},{"uid":"7b738b336e16e1cc","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/7b738b336e16e1cc","status":"passed","time":{"start":1705913060110,"stop":1705913060110,"duration":0}},{"uid":"629e6af958c351ba","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/629e6af958c351ba","status":"passed","time":{"start":1705912445582,"stop":1705912445583,"duration":1}},{"uid":"6e0527f30c7f05de","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6e0527f30c7f05de","status":"passed","time":{"start":1705911623492,"stop":1705911623492,"duration":0}},{"uid":"b066de21f4c17596","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b066de21f4c17596","status":"passed","time":{"start":1705698830035,"stop":1705698830035,"duration":0}},{"uid":"8dfd2b7c7cc01278","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/8dfd2b7c7cc01278","status":"passed","time":{"start":1705687552415,"stop":1705687552416,"duration":1}},{"uid":"d4eac2a81e9d07a0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d4eac2a81e9d07a0","status":"passed","time":{"start":1705687466053,"stop":1705687466053,"duration":0}},{"uid":"7811fc09de3bb20f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7811fc09de3bb20f","status":"passed","time":{"start":1705681722828,"stop":1705681722828,"duration":0}},{"uid":"4e88d4569389ebe5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4e88d4569389ebe5","status":"passed","time":{"start":1705680299034,"stop":1705680299034,"duration":0}},{"uid":"e6a60ef0fdb24c99","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e6a60ef0fdb24c99","status":"passed","time":{"start":1705678159339,"stop":1705678159341,"duration":2}}]},"tags":[]},"source":"c319ec7837badfdf.json","parameterValues":[]} \ No newline at end of file +{"uid":"46fcaf0d8a61f7e3","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":1706619033643,"stop":1706619033643,"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":2,"unknown":0,"total":2},"items":[{"uid":"ca39b7609305d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ca39b7609305d9","status":"passed","time":{"start":1706618794312,"stop":1706618794313,"duration":1}}]},"tags":[]},"source":"46fcaf0d8a61f7e3.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/475652234f08b6a4.json b/6291/data/test-cases/475652234f08b6a4.json new file mode 100644 index 00000000000..9895f04b325 --- /dev/null +++ b/6291/data/test-cases/475652234f08b6a4.json @@ -0,0 +1 @@ +{"uid":"475652234f08b6a4","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372080,"stop":1706618372080,"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":2,"unknown":0,"total":2},"items":[{"uid":"5a701d4fa526c8ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a701d4fa526c8ce","status":"passed","time":{"start":1706618164695,"stop":1706618164695,"duration":0}}]},"tags":[]},"source":"475652234f08b6a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/212db7c439234a43.json b/6291/data/test-cases/47596903c4d5100e.json similarity index 77% rename from 6266/data/test-cases/212db7c439234a43.json rename to 6291/data/test-cases/47596903c4d5100e.json index 5d7501dd136..9e8f9cffa67 100644 --- a/6266/data/test-cases/212db7c439234a43.json +++ b/6291/data/test-cases/47596903c4d5100e.json @@ -1 +1 @@ -{"uid":"212db7c439234a43","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":1706101530719,"stop":1706101530719,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"f1b986fb9be9d78f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f1b986fb9be9d78f","status":"passed","time":{"start":1706101419607,"stop":1706101419607,"duration":0}},{"uid":"1f16e019acc999fb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1f16e019acc999fb","status":"passed","time":{"start":1706101305315,"stop":1706101305316,"duration":1}},{"uid":"e476f083a0f793f7","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/e476f083a0f793f7","status":"passed","time":{"start":1706100931214,"stop":1706100931214,"duration":0}},{"uid":"2aa83c0a2a30c339","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2aa83c0a2a30c339","status":"passed","time":{"start":1706100510906,"stop":1706100510906,"duration":0}},{"uid":"7e8cbd9cce73fea7","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/7e8cbd9cce73fea7","status":"passed","time":{"start":1706099960909,"stop":1706099960909,"duration":0}},{"uid":"7822a1aa2c7b2658","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7822a1aa2c7b2658","status":"passed","time":{"start":1706099096976,"stop":1706099096976,"duration":0}},{"uid":"b4ce32206d77f502","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b4ce32206d77f502","status":"passed","time":{"start":1706077690010,"stop":1706077690010,"duration":0}},{"uid":"2a2c3b0634badf62","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2a2c3b0634badf62","status":"passed","time":{"start":1706069780788,"stop":1706069780788,"duration":0}},{"uid":"b311a9c8be75c860","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b311a9c8be75c860","status":"passed","time":{"start":1705950480132,"stop":1705950480132,"duration":0}},{"uid":"d08721ca84dacbf8","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d08721ca84dacbf8","status":"passed","time":{"start":1705938289253,"stop":1705938289253,"duration":0}},{"uid":"5119e9f45b89f913","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/5119e9f45b89f913","status":"passed","time":{"start":1705913424148,"stop":1705913424149,"duration":1}},{"uid":"c9a6f31d28593a01","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c9a6f31d28593a01","status":"passed","time":{"start":1705912964616,"stop":1705912964617,"duration":1}},{"uid":"b67dfb79255920d2","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b67dfb79255920d2","status":"passed","time":{"start":1705912351029,"stop":1705912351029,"duration":0}},{"uid":"d5d62abb2688e916","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d5d62abb2688e916","status":"passed","time":{"start":1705911533358,"stop":1705911533362,"duration":4}},{"uid":"659ff43a6fa8990","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/659ff43a6fa8990","status":"passed","time":{"start":1705698747966,"stop":1705698747966,"duration":0}},{"uid":"2e05908635520321","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/2e05908635520321","status":"passed","time":{"start":1705687465946,"stop":1705687465947,"duration":1}},{"uid":"d343eb12b9fdff1","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d343eb12b9fdff1","status":"passed","time":{"start":1705687367139,"stop":1705687367139,"duration":0}},{"uid":"a64074d0a59a0a30","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a64074d0a59a0a30","status":"passed","time":{"start":1705681459378,"stop":1705681459378,"duration":0}},{"uid":"ac20257f0271caf4","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ac20257f0271caf4","status":"passed","time":{"start":1705680122218,"stop":1705680122219,"duration":1}},{"uid":"9af85c29b2dd18c9","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9af85c29b2dd18c9","status":"passed","time":{"start":1705678066193,"stop":1705678066194,"duration":1}}]},"tags":[]},"source":"212db7c439234a43.json","parameterValues":[]} \ No newline at end of file +{"uid":"47596903c4d5100e","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":1706618865688,"stop":1706618865688,"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":2,"unknown":0,"total":2},"items":[{"uid":"588aea19e40d4640","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/588aea19e40d4640","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"tags":[]},"source":"47596903c4d5100e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e8f55851f51f2211.json b/6291/data/test-cases/478487ab98c9d6c4.json similarity index 86% rename from 6266/data/test-cases/e8f55851f51f2211.json rename to 6291/data/test-cases/478487ab98c9d6c4.json index a82d4392372..c4cdac3d3fd 100644 --- a/6266/data/test-cases/e8f55851f51f2211.json +++ b/6291/data/test-cases/478487ab98c9d6c4.json @@ -1 +1 @@ -{"uid":"e8f55851f51f2211","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":1706101723760,"stop":1706101723761,"duration":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":"d209bdb25112e940","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d209bdb25112e940","status":"passed","time":{"start":1706101654454,"stop":1706101654454,"duration":0}},{"uid":"6d36152c23fea198","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6d36152c23fea198","status":"passed","time":{"start":1706101537657,"stop":1706101537658,"duration":1}},{"uid":"51599544adfef37c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/51599544adfef37c","status":"passed","time":{"start":1706100722876,"stop":1706100722876,"duration":0}},{"uid":"55bb92a33961fb8e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/55bb92a33961fb8e","status":"passed","time":{"start":1706099290619,"stop":1706099290619,"duration":0}},{"uid":"fe471a45dd98ac0e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fe471a45dd98ac0e","status":"passed","time":{"start":1705681678129,"stop":1705681678129,"duration":0}},{"uid":"333ae2d9fe454f9a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/333ae2d9fe454f9a","status":"passed","time":{"start":1705680350527,"stop":1705680350528,"duration":1}},{"uid":"35664ac70340ab96","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/35664ac70340ab96","status":"passed","time":{"start":1705667092959,"stop":1705667092959,"duration":0}},{"uid":"adb07ccb67867250","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/adb07ccb67867250","status":"passed","time":{"start":1705527069386,"stop":1705527069386,"duration":0}},{"uid":"e505aab61bcb8a51","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e505aab61bcb8a51","status":"passed","time":{"start":1705521327104,"stop":1705521327105,"duration":1}},{"uid":"7b7792722050393e","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/7b7792722050393e","status":"passed","time":{"start":1705520488387,"stop":1705520488387,"duration":0}},{"uid":"f2118002e47380ac","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f2118002e47380ac","status":"passed","time":{"start":1705518883234,"stop":1705518883235,"duration":1}},{"uid":"d0c34b2a429c25a1","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/d0c34b2a429c25a1","status":"passed","time":{"start":1705502684091,"stop":1705502684092,"duration":1}}]},"tags":[]},"source":"e8f55851f51f2211.json","parameterValues":[]} \ No newline at end of file +{"uid":"478487ab98c9d6c4","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":1706618959478,"stop":1706618959478,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"d1f4b2e968f54381","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1f4b2e968f54381","status":"passed","time":{"start":1706618735870,"stop":1706618735870,"duration":0}}]},"tags":[]},"source":"478487ab98c9d6c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/98c8ccecc9f6ad0f.json b/6291/data/test-cases/47fa094f760a3a41.json similarity index 74% rename from 6266/data/test-cases/98c8ccecc9f6ad0f.json rename to 6291/data/test-cases/47fa094f760a3a41.json index d3ba4552fd1..e4bcc1a1ee6 100644 --- a/6266/data/test-cases/98c8ccecc9f6ad0f.json +++ b/6291/data/test-cases/47fa094f760a3a41.json @@ -1 +1 @@ -{"uid":"98c8ccecc9f6ad0f","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":1706101545974,"stop":1706101545974,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"3d5a5b829c691177","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3d5a5b829c691177","status":"passed","time":{"start":1706101432549,"stop":1706101432553,"duration":4}},{"uid":"bf8cd5d42027e92","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bf8cd5d42027e92","status":"passed","time":{"start":1706101317712,"stop":1706101317712,"duration":0}},{"uid":"a0a1c4828c1f3d3a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a0a1c4828c1f3d3a","status":"passed","time":{"start":1706100939717,"stop":1706100939718,"duration":1}},{"uid":"c4beb802d6cf2410","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c4beb802d6cf2410","status":"passed","time":{"start":1706100525077,"stop":1706100525078,"duration":1}},{"uid":"d67bdfb3c6a51911","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d67bdfb3c6a51911","status":"passed","time":{"start":1706099965689,"stop":1706099965689,"duration":0}},{"uid":"ecfc52844b7e8393","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ecfc52844b7e8393","status":"passed","time":{"start":1706099111452,"stop":1706099111453,"duration":1}},{"uid":"b66ce3f4fef4fda6","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b66ce3f4fef4fda6","status":"passed","time":{"start":1706077695292,"stop":1706077695292,"duration":0}},{"uid":"fc1281ce5a518eb","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/fc1281ce5a518eb","status":"passed","time":{"start":1706069776808,"stop":1706069776808,"duration":0}},{"uid":"717b8e8be8bacb57","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/717b8e8be8bacb57","status":"passed","time":{"start":1705950492107,"stop":1705950492107,"duration":0}},{"uid":"aa5e87c360acc312","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/aa5e87c360acc312","status":"passed","time":{"start":1705938291942,"stop":1705938291942,"duration":0}},{"uid":"872dcf25cea27750","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/872dcf25cea27750","status":"passed","time":{"start":1705913434721,"stop":1705913434721,"duration":0}},{"uid":"37e1ae0b85f50b5e","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/37e1ae0b85f50b5e","status":"passed","time":{"start":1705912976666,"stop":1705912976666,"duration":0}},{"uid":"164f580791525449","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/164f580791525449","status":"passed","time":{"start":1705912362844,"stop":1705912362845,"duration":1}},{"uid":"b0d1dca6467737bc","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b0d1dca6467737bc","status":"passed","time":{"start":1705911541675,"stop":1705911541675,"duration":0}},{"uid":"cbea5d7122b45589","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/cbea5d7122b45589","status":"passed","time":{"start":1705698743483,"stop":1705698743484,"duration":1}},{"uid":"2e814a629a913413","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/2e814a629a913413","status":"passed","time":{"start":1705687470574,"stop":1705687470578,"duration":4}},{"uid":"931bc9daf78bb9aa","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/931bc9daf78bb9aa","status":"passed","time":{"start":1705687378211,"stop":1705687378213,"duration":2}},{"uid":"745515c0f7599c9f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/745515c0f7599c9f","status":"passed","time":{"start":1705681472169,"stop":1705681472170,"duration":1}},{"uid":"eaaeb11e5b1765ee","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/eaaeb11e5b1765ee","status":"passed","time":{"start":1705680122018,"stop":1705680122018,"duration":0}},{"uid":"d738686fb3fdf9ad","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/d738686fb3fdf9ad","status":"passed","time":{"start":1705678077084,"stop":1705678077085,"duration":1}}]},"tags":[]},"source":"98c8ccecc9f6ad0f.json","parameterValues":[]} \ No newline at end of file +{"uid":"47fa094f760a3a41","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":1706618871332,"stop":1706618871332,"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":2,"unknown":0,"total":2},"items":[{"uid":"f3577d6be13a8d73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3577d6be13a8d73","status":"passed","time":{"start":1706618685090,"stop":1706618685090,"duration":0}}]},"tags":[]},"source":"47fa094f760a3a41.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/48e472bc6de49652.json b/6291/data/test-cases/48e472bc6de49652.json new file mode 100644 index 00000000000..aeedf372161 --- /dev/null +++ b/6291/data/test-cases/48e472bc6de49652.json @@ -0,0 +1 @@ +{"uid":"48e472bc6de49652","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":1706618371934,"stop":1706618371934,"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":2,"unknown":0,"total":2},"items":[{"uid":"40f26fad43117aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40f26fad43117aac","status":"passed","time":{"start":1706618164522,"stop":1706618164522,"duration":0}}]},"tags":[]},"source":"48e472bc6de49652.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5576c61d2c544d5b.json b/6291/data/test-cases/492d095b0743e848.json similarity index 92% rename from 6266/data/test-cases/5576c61d2c544d5b.json rename to 6291/data/test-cases/492d095b0743e848.json index a6622f2d49e..e5bde7a136d 100644 --- a/6266/data/test-cases/5576c61d2c544d5b.json +++ b/6291/data/test-cases/492d095b0743e848.json @@ -1 +1 @@ -{"uid":"5576c61d2c544d5b","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":1706101594013,"stop":1706101594013,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"faf926ddc6485e64","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/faf926ddc6485e64","status":"passed","time":{"start":1706101499457,"stop":1706101499458,"duration":1}},{"uid":"fbd0cdbfdadd208","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/fbd0cdbfdadd208","status":"passed","time":{"start":1706101380155,"stop":1706101380155,"duration":0}},{"uid":"91b2b7903115439c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/91b2b7903115439c","status":"passed","time":{"start":1706100623773,"stop":1706100623773,"duration":0}},{"uid":"32c5536f7b97902b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/32c5536f7b97902b","status":"passed","time":{"start":1706099176293,"stop":1706099176293,"duration":0}},{"uid":"ef12e59ed9a9556a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ef12e59ed9a9556a","status":"passed","time":{"start":1705681544261,"stop":1705681544262,"duration":1}},{"uid":"232282389508f967","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/232282389508f967","status":"passed","time":{"start":1705680158909,"stop":1705680158910,"duration":1}},{"uid":"cf2f6d0fc4d49369","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/cf2f6d0fc4d49369","status":"passed","time":{"start":1705666900230,"stop":1705666900230,"duration":0}},{"uid":"904a59b04e6706e8","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/904a59b04e6706e8","status":"passed","time":{"start":1705526887815,"stop":1705526887816,"duration":1}}]},"tags":[]},"source":"5576c61d2c544d5b.json","parameterValues":[]} \ No newline at end of file +{"uid":"492d095b0743e848","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":1706618858026,"stop":1706618858026,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"18e0515122facb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/18e0515122facb2","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"tags":[]},"source":"492d095b0743e848.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/55733215f30e3178.json b/6291/data/test-cases/495c9da73bdf2716.json similarity index 76% rename from 6266/data/test-cases/55733215f30e3178.json rename to 6291/data/test-cases/495c9da73bdf2716.json index 7e7814e901b..fcba43206a8 100644 --- a/6266/data/test-cases/55733215f30e3178.json +++ b/6291/data/test-cases/495c9da73bdf2716.json @@ -1 +1 @@ -{"uid":"55733215f30e3178","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":1706101369618,"stop":1706101369619,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"650711d2dcf1aa10","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/650711d2dcf1aa10","status":"passed","time":{"start":1706101264975,"stop":1706101264976,"duration":1}},{"uid":"847919fae22ac6be","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/847919fae22ac6be","status":"passed","time":{"start":1706101143273,"stop":1706101143274,"duration":1}},{"uid":"f931a49be46db345","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/f931a49be46db345","status":"passed","time":{"start":1706100932527,"stop":1706100932527,"duration":0}},{"uid":"8164f5c7ab6b2ebc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8164f5c7ab6b2ebc","status":"passed","time":{"start":1706100355775,"stop":1706100355776,"duration":1}},{"uid":"36722dd5c91cfb9f","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/36722dd5c91cfb9f","status":"passed","time":{"start":1706099967105,"stop":1706099967106,"duration":1}},{"uid":"485a89c060866b5b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/485a89c060866b5b","status":"passed","time":{"start":1706098945325,"stop":1706098945325,"duration":0}},{"uid":"bf8339567d45e28a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/bf8339567d45e28a","status":"passed","time":{"start":1706077698147,"stop":1706077698148,"duration":1}},{"uid":"d34a89d66def2e0a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d34a89d66def2e0a","status":"passed","time":{"start":1706069781880,"stop":1706069781880,"duration":0}},{"uid":"a12fa74d6d08a54a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a12fa74d6d08a54a","status":"passed","time":{"start":1705950488304,"stop":1705950488304,"duration":0}},{"uid":"a724ec50a5ba3a83","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a724ec50a5ba3a83","status":"passed","time":{"start":1705938293053,"stop":1705938293053,"duration":0}},{"uid":"b6e9cdaf19bcb3ec","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b6e9cdaf19bcb3ec","status":"passed","time":{"start":1705913430277,"stop":1705913430280,"duration":3}},{"uid":"27fca30eacd07b47","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/27fca30eacd07b47","status":"passed","time":{"start":1705912976199,"stop":1705912976199,"duration":0}},{"uid":"5e78564736a9ab0d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/5e78564736a9ab0d","status":"passed","time":{"start":1705912363760,"stop":1705912363760,"duration":0}},{"uid":"4ec4ce2158dd65a3","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/4ec4ce2158dd65a3","status":"passed","time":{"start":1705911543453,"stop":1705911543454,"duration":1}},{"uid":"8f23f9c0325e5427","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/8f23f9c0325e5427","status":"passed","time":{"start":1705698753990,"stop":1705698753990,"duration":0}},{"uid":"24dbf238b8f9dc7e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/24dbf238b8f9dc7e","status":"passed","time":{"start":1705687466237,"stop":1705687466237,"duration":0}},{"uid":"ac9a61b96d513cf5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ac9a61b96d513cf5","status":"passed","time":{"start":1705687381577,"stop":1705687381577,"duration":0}},{"uid":"352e625440df9c6e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/352e625440df9c6e","status":"passed","time":{"start":1705681326901,"stop":1705681326926,"duration":25}},{"uid":"2525f86ba3b0a9f2","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/2525f86ba3b0a9f2","status":"passed","time":{"start":1705678076926,"stop":1705678076927,"duration":1}},{"uid":"7aad26c90e8ca076","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/7aad26c90e8ca076","status":"passed","time":{"start":1705677999858,"stop":1705677999858,"duration":0}}]},"tags":[]},"source":"55733215f30e3178.json","parameterValues":[]} \ No newline at end of file +{"uid":"495c9da73bdf2716","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":1706618580262,"stop":1706618580262,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"a7eeb575c9b229f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a7eeb575c9b229f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380686,"stop":1706618380687,"duration":1}}]},"tags":[]},"source":"495c9da73bdf2716.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/be9ec02dd12015be.json b/6291/data/test-cases/49a45fd1755336b8.json similarity index 76% rename from 6266/data/test-cases/be9ec02dd12015be.json rename to 6291/data/test-cases/49a45fd1755336b8.json index ae3e4c685d4..d20180df091 100644 --- a/6266/data/test-cases/be9ec02dd12015be.json +++ b/6291/data/test-cases/49a45fd1755336b8.json @@ -1 +1 @@ -{"uid":"be9ec02dd12015be","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":1706101530740,"stop":1706101530740,"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":106,"unknown":0,"total":106},"items":[{"uid":"3d763aa1ed214382","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3d763aa1ed214382","status":"passed","time":{"start":1706101419613,"stop":1706101419614,"duration":1}},{"uid":"44ea6553370181ed","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/44ea6553370181ed","status":"passed","time":{"start":1706101305320,"stop":1706101305320,"duration":0}},{"uid":"8056b49854943152","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8056b49854943152","status":"passed","time":{"start":1706100931218,"stop":1706100931219,"duration":1}},{"uid":"3dffa916d82245ba","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3dffa916d82245ba","status":"passed","time":{"start":1706100510910,"stop":1706100510910,"duration":0}},{"uid":"208cf620c423e204","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/208cf620c423e204","status":"passed","time":{"start":1706099960912,"stop":1706099960912,"duration":0}},{"uid":"ec45bd1a407f8a67","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ec45bd1a407f8a67","status":"passed","time":{"start":1706099096979,"stop":1706099096979,"duration":0}},{"uid":"b09ac94ad09e3535","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b09ac94ad09e3535","status":"passed","time":{"start":1706077690013,"stop":1706077690015,"duration":2}},{"uid":"a8c2ac59031720c5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a8c2ac59031720c5","status":"passed","time":{"start":1706069780792,"stop":1706069780792,"duration":0}},{"uid":"23b3fa733d0f5c2c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/23b3fa733d0f5c2c","status":"passed","time":{"start":1705950480139,"stop":1705950480139,"duration":0}},{"uid":"493f1f85ced2bc7","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/493f1f85ced2bc7","status":"passed","time":{"start":1705938289258,"stop":1705938289259,"duration":1}},{"uid":"6e1bb9c04f56465f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/6e1bb9c04f56465f","status":"passed","time":{"start":1705913424152,"stop":1705913424152,"duration":0}},{"uid":"39dc941c0145fc65","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/39dc941c0145fc65","status":"passed","time":{"start":1705912964625,"stop":1705912964626,"duration":1}},{"uid":"75ee1a98813ba06d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/75ee1a98813ba06d","status":"passed","time":{"start":1705912351033,"stop":1705912351033,"duration":0}},{"uid":"92f6e296724ddb69","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/92f6e296724ddb69","status":"passed","time":{"start":1705911533388,"stop":1705911533389,"duration":1}},{"uid":"71aec01e3f40b9d4","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/71aec01e3f40b9d4","status":"passed","time":{"start":1705698747970,"stop":1705698747970,"duration":0}},{"uid":"4d827b3ef3d58bc7","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4d827b3ef3d58bc7","status":"passed","time":{"start":1705687465951,"stop":1705687465952,"duration":1}},{"uid":"bea5db7351eb864","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/bea5db7351eb864","status":"passed","time":{"start":1705687367142,"stop":1705687367143,"duration":1}},{"uid":"8b19f276ee791c0d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8b19f276ee791c0d","status":"passed","time":{"start":1705681459382,"stop":1705681459382,"duration":0}},{"uid":"7ada64a23eb5c969","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7ada64a23eb5c969","status":"passed","time":{"start":1705680122222,"stop":1705680122222,"duration":0}},{"uid":"6a802f6717ae59a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/6a802f6717ae59a","status":"passed","time":{"start":1705678066198,"stop":1705678066198,"duration":0}}]},"tags":[]},"source":"be9ec02dd12015be.json","parameterValues":[]} \ No newline at end of file +{"uid":"49a45fd1755336b8","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":1706618865691,"stop":1706618865692,"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":2,"unknown":0,"total":2},"items":[{"uid":"2e421516bac76e41","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e421516bac76e41","status":"passed","time":{"start":1706618683930,"stop":1706618683931,"duration":1}}]},"tags":[]},"source":"49a45fd1755336b8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4a0e59945537ce6c.json b/6291/data/test-cases/4a0e59945537ce6c.json new file mode 100644 index 00000000000..09a68d5d883 --- /dev/null +++ b/6291/data/test-cases/4a0e59945537ce6c.json @@ -0,0 +1 @@ +{"uid":"4a0e59945537ce6c","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":1706618858018,"stop":1706618858018,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1acb4850ce741fb7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1acb4850ce741fb7","status":"passed","time":{"start":1706618636977,"stop":1706618636978,"duration":1}}]},"tags":[]},"source":"4a0e59945537ce6c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/917326cc2d2ba314.json b/6291/data/test-cases/4a3b6e7f60b3fb41.json similarity index 86% rename from 6266/data/test-cases/917326cc2d2ba314.json rename to 6291/data/test-cases/4a3b6e7f60b3fb41.json index f5f7b434df0..b4d587b2e26 100644 --- a/6266/data/test-cases/917326cc2d2ba314.json +++ b/6291/data/test-cases/4a3b6e7f60b3fb41.json @@ -1 +1 @@ -{"uid":"917326cc2d2ba314","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":1706101723805,"stop":1706101723805,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"bd0bbc210261d5a6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bd0bbc210261d5a6","status":"passed","time":{"start":1706101654470,"stop":1706101654470,"duration":0}},{"uid":"f87e2d9ea13b2fff","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f87e2d9ea13b2fff","status":"passed","time":{"start":1706101537674,"stop":1706101537674,"duration":0}},{"uid":"66f8b1a3be0f4f9e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/66f8b1a3be0f4f9e","status":"passed","time":{"start":1706100722909,"stop":1706100722909,"duration":0}},{"uid":"2beda1bd1b58d789","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2beda1bd1b58d789","status":"passed","time":{"start":1706099290662,"stop":1706099290662,"duration":0}},{"uid":"3e7159c7abf14a5f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3e7159c7abf14a5f","status":"passed","time":{"start":1705681678161,"stop":1705681678162,"duration":1}},{"uid":"7c0ad72da14dda2e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7c0ad72da14dda2e","status":"passed","time":{"start":1705680350544,"stop":1705680350544,"duration":0}},{"uid":"cd872d7616f07f3c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/cd872d7616f07f3c","status":"passed","time":{"start":1705667092970,"stop":1705667092971,"duration":1}},{"uid":"1fb1491a3fa4cfeb","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/1fb1491a3fa4cfeb","status":"passed","time":{"start":1705527069398,"stop":1705527069399,"duration":1}},{"uid":"b9808d1afbfc086a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/b9808d1afbfc086a","status":"passed","time":{"start":1705521327117,"stop":1705521327117,"duration":0}},{"uid":"6b516ca42e199c70","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/6b516ca42e199c70","status":"passed","time":{"start":1705520488405,"stop":1705520488406,"duration":1}},{"uid":"515f22813e2e035","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/515f22813e2e035","status":"passed","time":{"start":1705518883251,"stop":1705518883251,"duration":0}},{"uid":"a4acbe3bfc22ac5e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/a4acbe3bfc22ac5e","status":"passed","time":{"start":1705502684102,"stop":1705502684102,"duration":0}}]},"tags":[]},"source":"917326cc2d2ba314.json","parameterValues":[]} \ No newline at end of file +{"uid":"4a3b6e7f60b3fb41","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":1706618959494,"stop":1706618959495,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"449b12f012d18b2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/449b12f012d18b2c","status":"passed","time":{"start":1706618735893,"stop":1706618735894,"duration":1}}]},"tags":[]},"source":"4a3b6e7f60b3fb41.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e07bc3995a3b32de.json b/6291/data/test-cases/4a48ee55c09d596d.json similarity index 87% rename from 6266/data/test-cases/e07bc3995a3b32de.json rename to 6291/data/test-cases/4a48ee55c09d596d.json index b9e1edb852e..b29dc422b36 100644 --- a/6266/data/test-cases/e07bc3995a3b32de.json +++ b/6291/data/test-cases/4a48ee55c09d596d.json @@ -1 +1 @@ -{"uid":"e07bc3995a3b32de","name":"Subscribe to 30 topics 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 at once and receives messages","historyId":"207c274d577e03b42c4c5bcaae4cfde6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101792205,"stop":1706101792205,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"e5e1baff1c32d903","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e5e1baff1c32d903","status":"passed","time":{"start":1706101709052,"stop":1706101709052,"duration":0}},{"uid":"f30206d6caa05098","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f30206d6caa05098","status":"passed","time":{"start":1706101584038,"stop":1706101584038,"duration":0}},{"uid":"81ec37d9ff154fc2","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/81ec37d9ff154fc2","status":"passed","time":{"start":1706100800524,"stop":1706100800525,"duration":1}},{"uid":"62a325a9182f4cd","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/62a325a9182f4cd","status":"passed","time":{"start":1706099377036,"stop":1706099377036,"duration":0}},{"uid":"6a64e1bd85e29c41","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6a64e1bd85e29c41","status":"passed","time":{"start":1705681745198,"stop":1705681745199,"duration":1}},{"uid":"ff31b5fdf534862c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ff31b5fdf534862c","status":"passed","time":{"start":1705680374200,"stop":1705680374200,"duration":0}},{"uid":"988cea2c21f78284","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/988cea2c21f78284","status":"passed","time":{"start":1705667089463,"stop":1705667089463,"duration":0}},{"uid":"5fefa75cc71d2c50","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/5fefa75cc71d2c50","status":"passed","time":{"start":1705521364814,"stop":1705521364814,"duration":0}},{"uid":"9781ae4bb4a528c2","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/9781ae4bb4a528c2","status":"passed","time":{"start":1705520531864,"stop":1705520531864,"duration":0}},{"uid":"a050bd8b0b360c07","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a050bd8b0b360c07","status":"passed","time":{"start":1705518661622,"stop":1705518661622,"duration":0}},{"uid":"9be49b8210256184","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/9be49b8210256184","status":"passed","time":{"start":1705502591724,"stop":1705502591724,"duration":0}}]},"tags":[]},"source":"e07bc3995a3b32de.json","parameterValues":[]} \ No newline at end of file +{"uid":"4a48ee55c09d596d","name":"Subscribe to 30 topics 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 at once and receives messages","historyId":"207c274d577e03b42c4c5bcaae4cfde6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619029123,"stop":1706619029124,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"a13f4052cee2baba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a13f4052cee2baba","status":"passed","time":{"start":1706618668722,"stop":1706618668723,"duration":1}}]},"tags":[]},"source":"4a48ee55c09d596d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/89faa8829ccb6b68.json b/6291/data/test-cases/4ac50ad12bef13a0.json similarity index 77% rename from 6266/data/test-cases/89faa8829ccb6b68.json rename to 6291/data/test-cases/4ac50ad12bef13a0.json index b395f824044..8652d829444 100644 --- a/6266/data/test-cases/89faa8829ccb6b68.json +++ b/6291/data/test-cases/4ac50ad12bef13a0.json @@ -1 +1 @@ -{"uid":"89faa8829ccb6b68","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":1706101369636,"stop":1706101369636,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"2468166065445e50","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2468166065445e50","status":"passed","time":{"start":1706101264987,"stop":1706101264987,"duration":0}},{"uid":"afe87c18cd42226c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/afe87c18cd42226c","status":"passed","time":{"start":1706101143282,"stop":1706101143282,"duration":0}},{"uid":"dc04c63ac3529081","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/dc04c63ac3529081","status":"passed","time":{"start":1706100932552,"stop":1706100932552,"duration":0}},{"uid":"be7f1356cc3bcf5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/be7f1356cc3bcf5","status":"passed","time":{"start":1706100355787,"stop":1706100355787,"duration":0}},{"uid":"864aa78a46be0931","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/864aa78a46be0931","status":"passed","time":{"start":1706099967121,"stop":1706099967122,"duration":1}},{"uid":"d2643ee5a3a08312","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d2643ee5a3a08312","status":"passed","time":{"start":1706098945338,"stop":1706098945339,"duration":1}},{"uid":"e539d8844d9fc3ed","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e539d8844d9fc3ed","status":"passed","time":{"start":1706077698160,"stop":1706077698160,"duration":0}},{"uid":"41f1e6be3f24b0d8","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/41f1e6be3f24b0d8","status":"passed","time":{"start":1706069781889,"stop":1706069781889,"duration":0}},{"uid":"357e030febb60ab1","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/357e030febb60ab1","status":"passed","time":{"start":1705950488318,"stop":1705950488318,"duration":0}},{"uid":"a36f007cce588f0a","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a36f007cce588f0a","status":"passed","time":{"start":1705938293071,"stop":1705938293071,"duration":0}},{"uid":"197b7acd201c9e42","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/197b7acd201c9e42","status":"passed","time":{"start":1705913430288,"stop":1705913430289,"duration":1}},{"uid":"7e06905d3ced1e56","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/7e06905d3ced1e56","status":"passed","time":{"start":1705912976207,"stop":1705912976208,"duration":1}},{"uid":"9dab20eb92a00f4","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/9dab20eb92a00f4","status":"passed","time":{"start":1705912363768,"stop":1705912363768,"duration":0}},{"uid":"193f1205b0b41ecb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/193f1205b0b41ecb","status":"passed","time":{"start":1705911543462,"stop":1705911543462,"duration":0}},{"uid":"c24f779cffcfcba8","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/c24f779cffcfcba8","status":"passed","time":{"start":1705698753998,"stop":1705698754001,"duration":3}},{"uid":"2582b3b1cc64baeb","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/2582b3b1cc64baeb","status":"passed","time":{"start":1705687466260,"stop":1705687466261,"duration":1}},{"uid":"ecfe2750c6d40357","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ecfe2750c6d40357","status":"passed","time":{"start":1705687381585,"stop":1705687381586,"duration":1}},{"uid":"5c634ce8338e8faf","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5c634ce8338e8faf","status":"passed","time":{"start":1705681326973,"stop":1705681326974,"duration":1}},{"uid":"c2bce941cfe5c540","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c2bce941cfe5c540","status":"passed","time":{"start":1705678076954,"stop":1705678076954,"duration":0}},{"uid":"402fbc5f26c7e0de","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/402fbc5f26c7e0de","status":"passed","time":{"start":1705677999869,"stop":1705677999870,"duration":1}}]},"tags":[]},"source":"89faa8829ccb6b68.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ac50ad12bef13a0","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":1706618580261,"stop":1706618580262,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"fae46ec8956bffcd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fae46ec8956bffcd","status":"passed","time":{"start":1706618380684,"stop":1706618380685,"duration":1}}]},"tags":[]},"source":"4ac50ad12bef13a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7699bd3040ecbd52.json b/6291/data/test-cases/4ad85d9f94f1dc4a.json similarity index 86% rename from 6266/data/test-cases/7699bd3040ecbd52.json rename to 6291/data/test-cases/4ad85d9f94f1dc4a.json index 9b75317198f..98dbea17e67 100644 --- a/6266/data/test-cases/7699bd3040ecbd52.json +++ b/6291/data/test-cases/4ad85d9f94f1dc4a.json @@ -1 +1 @@ -{"uid":"7699bd3040ecbd52","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":1706101723756,"stop":1706101723756,"duration":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":"3d7d81698bb74692","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3d7d81698bb74692","status":"passed","time":{"start":1706101654451,"stop":1706101654452,"duration":1}},{"uid":"bf0552f5e6365ba8","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bf0552f5e6365ba8","status":"passed","time":{"start":1706101537655,"stop":1706101537655,"duration":0}},{"uid":"6e86409d6076d02e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6e86409d6076d02e","status":"passed","time":{"start":1706100722873,"stop":1706100722873,"duration":0}},{"uid":"59c9489f0b5af48","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/59c9489f0b5af48","status":"passed","time":{"start":1706099290595,"stop":1706099290608,"duration":13}},{"uid":"c5992ca2911672c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c5992ca2911672c","status":"passed","time":{"start":1705681678126,"stop":1705681678126,"duration":0}},{"uid":"bd8c319bc4a3605e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/bd8c319bc4a3605e","status":"passed","time":{"start":1705680350525,"stop":1705680350526,"duration":1}},{"uid":"489fa770e7e20883","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/489fa770e7e20883","status":"passed","time":{"start":1705667092957,"stop":1705667092957,"duration":0}},{"uid":"8b1d94401790f696","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8b1d94401790f696","status":"passed","time":{"start":1705527069383,"stop":1705527069384,"duration":1}},{"uid":"9b1956c3e5191ab4","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/9b1956c3e5191ab4","status":"passed","time":{"start":1705521327102,"stop":1705521327103,"duration":1}},{"uid":"98cd1da7e108a93f","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/98cd1da7e108a93f","status":"passed","time":{"start":1705520488385,"stop":1705520488385,"duration":0}},{"uid":"72c6194acdead97","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/72c6194acdead97","status":"passed","time":{"start":1705518883232,"stop":1705518883232,"duration":0}},{"uid":"5a9dab649c872c16","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/5a9dab649c872c16","status":"passed","time":{"start":1705502684089,"stop":1705502684089,"duration":0}}]},"tags":[]},"source":"7699bd3040ecbd52.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ad85d9f94f1dc4a","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":1706618959474,"stop":1706618959474,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"deb282e7c2d6551c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/deb282e7c2d6551c","status":"passed","time":{"start":1706618735856,"stop":1706618735857,"duration":1}}]},"tags":[]},"source":"4ad85d9f94f1dc4a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4bc501c65a8a59a2.json b/6291/data/test-cases/4bc501c65a8a59a2.json new file mode 100644 index 00000000000..e5e86315c31 --- /dev/null +++ b/6291/data/test-cases/4bc501c65a8a59a2.json @@ -0,0 +1 @@ +{"uid":"4bc501c65a8a59a2","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":1706618731296,"stop":1706618731296,"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":2,"unknown":0,"total":2},"items":[{"uid":"f2a380a335006a73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a380a335006a73","status":"passed","time":{"start":1706618394339,"stop":1706618394340,"duration":1}}]},"tags":[]},"source":"4bc501c65a8a59a2.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ce9563d735acaf69.json b/6291/data/test-cases/4bcae3897e39094a.json similarity index 60% rename from 6266/data/test-cases/ce9563d735acaf69.json rename to 6291/data/test-cases/4bcae3897e39094a.json index 1f19919df58..0fb93d1f780 100644 --- a/6266/data/test-cases/ce9563d735acaf69.json +++ b/6291/data/test-cases/4bcae3897e39094a.json @@ -1 +1 @@ -{"uid":"ce9563d735acaf69","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":1706101626121,"stop":1706101626121,"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":108,"unknown":0,"total":108},"items":[{"uid":"2d70e88c085eaadc","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2d70e88c085eaadc","status":"passed","time":{"start":1706101523571,"stop":1706101523574,"duration":3}},{"uid":"22d3cb831626b5d0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/22d3cb831626b5d0","status":"passed","time":{"start":1706101413558,"stop":1706101413559,"duration":1}},{"uid":"b78976fa9241874d","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b78976fa9241874d","status":"passed","time":{"start":1706101024930,"stop":1706101024931,"duration":1}},{"uid":"195166aad4eb0d50","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/195166aad4eb0d50","status":"passed","time":{"start":1706100628521,"stop":1706100628522,"duration":1}},{"uid":"1018bc07b09f1941","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/1018bc07b09f1941","status":"passed","time":{"start":1706100054479,"stop":1706100054479,"duration":0}},{"uid":"2167b97a8de22c82","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2167b97a8de22c82","status":"passed","time":{"start":1706099215578,"stop":1706099215579,"duration":1}},{"uid":"13554fb96cf6c91d","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/13554fb96cf6c91d","status":"passed","time":{"start":1706077780913,"stop":1706077780914,"duration":1}},{"uid":"82cc27aa1bac2f17","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/82cc27aa1bac2f17","status":"passed","time":{"start":1706069865809,"stop":1706069865809,"duration":0}},{"uid":"205be09fed82712a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/205be09fed82712a","status":"passed","time":{"start":1705950575445,"stop":1705950575445,"duration":0}},{"uid":"fdd6232f0f85b784","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/fdd6232f0f85b784","status":"passed","time":{"start":1705938390883,"stop":1705938390883,"duration":0}},{"uid":"8295c2b826ad80d5","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/8295c2b826ad80d5","status":"passed","time":{"start":1705913510565,"stop":1705913510565,"duration":0}},{"uid":"d73a1244c3fd33a7","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d73a1244c3fd33a7","status":"passed","time":{"start":1705913061208,"stop":1705913061208,"duration":0}},{"uid":"84d9df4ba349bff6","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/84d9df4ba349bff6","status":"passed","time":{"start":1705912454481,"stop":1705912454481,"duration":0}},{"uid":"a235cb4f51e14fa2","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a235cb4f51e14fa2","status":"passed","time":{"start":1705911628395,"stop":1705911628395,"duration":0}},{"uid":"7ab91054b9c69a52","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/7ab91054b9c69a52","status":"passed","time":{"start":1705698833216,"stop":1705698833216,"duration":0}},{"uid":"a8456a480bfbe63d","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a8456a480bfbe63d","status":"passed","time":{"start":1705687552273,"stop":1705687552274,"duration":1}},{"uid":"c8ffe4b97673fa25","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c8ffe4b97673fa25","status":"passed","time":{"start":1705687459034,"stop":1705687459034,"duration":0}},{"uid":"9219b3404874a86c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9219b3404874a86c","status":"passed","time":{"start":1705681567905,"stop":1705681567905,"duration":0}},{"uid":"729a5370a58236b7","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/729a5370a58236b7","status":"passed","time":{"start":1705680229731,"stop":1705680229731,"duration":0}},{"uid":"1a145a54cf8161a8","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1a145a54cf8161a8","status":"passed","time":{"start":1705678157501,"stop":1705678157502,"duration":1}}]},"tags":[]},"source":"ce9563d735acaf69.json","parameterValues":[]} \ No newline at end of file +{"uid":"4bcae3897e39094a","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":1706618909987,"stop":1706618909987,"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":2,"unknown":0,"total":2},"items":[{"uid":"71b2a98c5a18d0bd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71b2a98c5a18d0bd","status":"passed","time":{"start":1706618664766,"stop":1706618664767,"duration":1}}]},"tags":[]},"source":"4bcae3897e39094a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b0f5e0327b03232f.json b/6291/data/test-cases/4c9cb9e0e5e1ebbc.json similarity index 97% rename from 6266/data/test-cases/b0f5e0327b03232f.json rename to 6291/data/test-cases/4c9cb9e0e5e1ebbc.json index d270830f494..b6f7458f15c 100644 --- a/6266/data/test-cases/b0f5e0327b03232f.json +++ b/6291/data/test-cases/4c9cb9e0e5e1ebbc.json @@ -1 +1 @@ -{"uid":"b0f5e0327b03232f","name":"Check received message with timestamp: 1706101190517000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1706101190517000000 ","historyId":"2cc7575f4604f65522934fc74d60c3b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101723787,"stop":1706101723788,"duration":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":"b0f5e0327b03232f.json","parameterValues":[]} \ No newline at end of file +{"uid":"4c9cb9e0e5e1ebbc","name":"Check received message with timestamp: 1706618413982000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1706618413982000000 ","historyId":"46307dafbe9582b43936e8c48899dd86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618959481,"stop":1706618959481,"duration":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":"4c9cb9e0e5e1ebbc.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/97dd3499ce9dd700.json b/6291/data/test-cases/4d25f1c253b5a404.json similarity index 87% rename from 6266/data/test-cases/97dd3499ce9dd700.json rename to 6291/data/test-cases/4d25f1c253b5a404.json index 9fc23535021..5f2092131ac 100644 --- a/6266/data/test-cases/97dd3499ce9dd700.json +++ b/6291/data/test-cases/4d25f1c253b5a404.json @@ -1 +1 @@ -{"uid":"97dd3499ce9dd700","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":1706101792203,"stop":1706101792204,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"81af5d561bf17603","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/81af5d561bf17603","status":"passed","time":{"start":1706101709050,"stop":1706101709050,"duration":0}},{"uid":"1e59d6281df8ecc6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1e59d6281df8ecc6","status":"passed","time":{"start":1706101584036,"stop":1706101584036,"duration":0}},{"uid":"f75cbf8ded2af68f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f75cbf8ded2af68f","status":"passed","time":{"start":1706100800523,"stop":1706100800523,"duration":0}},{"uid":"ee29ec893502b6e2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ee29ec893502b6e2","status":"passed","time":{"start":1706099377034,"stop":1706099377034,"duration":0}},{"uid":"3a54a2e5cb894193","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3a54a2e5cb894193","status":"passed","time":{"start":1705681745197,"stop":1705681745197,"duration":0}},{"uid":"88b005ff33a6948","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/88b005ff33a6948","status":"passed","time":{"start":1705680374199,"stop":1705680374199,"duration":0}},{"uid":"fe306a385491943b","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/fe306a385491943b","status":"passed","time":{"start":1705667089460,"stop":1705667089461,"duration":1}},{"uid":"1372260fdbe09b76","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1372260fdbe09b76","status":"passed","time":{"start":1705521364812,"stop":1705521364812,"duration":0}},{"uid":"fdfb197518697670","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/fdfb197518697670","status":"passed","time":{"start":1705520531862,"stop":1705520531862,"duration":0}},{"uid":"9769df4c2f89b84d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/9769df4c2f89b84d","status":"passed","time":{"start":1705518661620,"stop":1705518661620,"duration":0}},{"uid":"adc3f9122546044d","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/adc3f9122546044d","status":"passed","time":{"start":1705502591722,"stop":1705502591722,"duration":0}}]},"tags":[]},"source":"97dd3499ce9dd700.json","parameterValues":[]} \ No newline at end of file +{"uid":"4d25f1c253b5a404","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":1706619029122,"stop":1706619029122,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"1232ce275cf76cb0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1232ce275cf76cb0","status":"passed","time":{"start":1706618668713,"stop":1706618668714,"duration":1}}]},"tags":[]},"source":"4d25f1c253b5a404.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5df910f8eff50878.json b/6291/data/test-cases/4d397cf7cf298dfd.json similarity index 88% rename from 6266/data/test-cases/5df910f8eff50878.json rename to 6291/data/test-cases/4d397cf7cf298dfd.json index b522fadf059..f39e4543cbf 100644 --- a/6266/data/test-cases/5df910f8eff50878.json +++ b/6291/data/test-cases/4d397cf7cf298dfd.json @@ -1 +1 @@ -{"uid":"5df910f8eff50878","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing short and receive message","historyId":"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"3908a56cb32af22c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3908a56cb32af22c","status":"passed","time":{"start":1706101295297,"stop":1706101295298,"duration":1}},{"uid":"e8963c7f93b78ae7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e8963c7f93b78ae7","status":"passed","time":{"start":1706101187427,"stop":1706101187428,"duration":1}},{"uid":"d0b97280620874b8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d0b97280620874b8","status":"passed","time":{"start":1706100397499,"stop":1706100397499,"duration":0}},{"uid":"710af682ceed2c8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/710af682ceed2c8","status":"passed","time":{"start":1706098985435,"stop":1706098985435,"duration":0}},{"uid":"56690aea9afab838","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/56690aea9afab838","status":"passed","time":{"start":1705681341591,"stop":1705681341592,"duration":1}},{"uid":"a364f54028f57c13","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a364f54028f57c13","status":"passed","time":{"start":1705680075495,"stop":1705680075496,"duration":1}},{"uid":"43cf936ec4c6bee4","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/43cf936ec4c6bee4","status":"passed","time":{"start":1705666818720,"stop":1705666818721,"duration":1}},{"uid":"2aed4d673a32b794","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/2aed4d673a32b794","status":"passed","time":{"start":1705520251418,"stop":1705520251419,"duration":1}},{"uid":"5da2659b348ad356","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/5da2659b348ad356","status":"passed","time":{"start":1705518481988,"stop":1705518481988,"duration":0}},{"uid":"498eb4f64472a6ba","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/498eb4f64472a6ba","status":"passed","time":{"start":1705502312549,"stop":1705502312549,"duration":0}}]},"tags":[]},"source":"5df910f8eff50878.json","parameterValues":[]} \ No newline at end of file +{"uid":"4d397cf7cf298dfd","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing short and receive message","historyId":"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624520,"stop":1706618624520,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"4a6168704e26620f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4a6168704e26620f","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"tags":[]},"source":"4d397cf7cf298dfd.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4db60570bd813248.json b/6291/data/test-cases/4db60570bd813248.json new file mode 100644 index 00000000000..e0c63e58d35 --- /dev/null +++ b/6291/data/test-cases/4db60570bd813248.json @@ -0,0 +1 @@ +{"uid":"4db60570bd813248","name":"it tolerates circular branch references","fullName":"/src/dns.spec.ts: DNS Node Discovery > it tolerates circular branch references","historyId":"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618389059,"stop":1706618389059,"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":2,"unknown":0,"total":2},"items":[{"uid":"bcee09fa7bb2c572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcee09fa7bb2c572","status":"passed","time":{"start":1706618179846,"stop":1706618179846,"duration":0}}]},"tags":[]},"source":"4db60570bd813248.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4e9fc5fed12c4921.json b/6291/data/test-cases/4e9fc5fed12c4921.json new file mode 100644 index 00000000000..cda393ba5a8 --- /dev/null +++ b/6291/data/test-cases/4e9fc5fed12c4921.json @@ -0,0 +1 @@ +{"uid":"4e9fc5fed12c4921","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":1706618886442,"stop":1706618886442,"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":2,"unknown":0,"total":2},"items":[{"uid":"459af9e33777ec2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/459af9e33777ec2d","status":"passed","time":{"start":1706618698148,"stop":1706618698148,"duration":0}}]},"tags":[]},"source":"4e9fc5fed12c4921.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4ebe234265ef378c.json b/6291/data/test-cases/4ebe234265ef378c.json new file mode 100644 index 00000000000..11f3e12d758 --- /dev/null +++ b/6291/data/test-cases/4ebe234265ef378c.json @@ -0,0 +1 @@ +{"uid":"4ebe234265ef378c","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":1706618731298,"stop":1706618731299,"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":2,"unknown":0,"total":2},"items":[{"uid":"44c593af14d21753","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44c593af14d21753","status":"passed","time":{"start":1706618394346,"stop":1706618394347,"duration":1}}]},"tags":[]},"source":"4ebe234265ef378c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4ec4895009dbc99d.json b/6291/data/test-cases/4ec4895009dbc99d.json new file mode 100644 index 00000000000..fa9ad8a96f6 --- /dev/null +++ b/6291/data/test-cases/4ec4895009dbc99d.json @@ -0,0 +1 @@ +{"uid":"4ec4895009dbc99d","name":"Ordered Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - forward","historyId":"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619002398,"stop":1706619002398,"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":2,"unknown":0,"total":2},"items":[{"uid":"55dc18faeb150d1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55dc18faeb150d1d","status":"passed","time":{"start":1706618759769,"stop":1706618759794,"duration":25}}]},"tags":[]},"source":"4ec4895009dbc99d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4ef841e3101369a5.json b/6291/data/test-cases/4ef841e3101369a5.json new file mode 100644 index 00000000000..d02ece2a527 --- /dev/null +++ b/6291/data/test-cases/4ef841e3101369a5.json @@ -0,0 +1 @@ +{"uid":"4ef841e3101369a5","name":"Promise Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - backward","historyId":"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619002397,"stop":1706619002397,"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":2,"unknown":0,"total":2},"items":[{"uid":"a2dfe028f6e2ad35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a2dfe028f6e2ad35","status":"passed","time":{"start":1706618759768,"stop":1706618759769,"duration":1}}]},"tags":[]},"source":"4ef841e3101369a5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4f3a37b536d8805c.json b/6291/data/test-cases/4f3a37b536d8805c.json new file mode 100644 index 00000000000..2d64d5161ab --- /dev/null +++ b/6291/data/test-cases/4f3a37b536d8805c.json @@ -0,0 +1 @@ +{"uid":"4f3a37b536d8805c","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":1706618372822,"stop":1706618372823,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3b8c077c8124617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b8c077c8124617","status":"passed","time":{"start":1706618165340,"stop":1706618165341,"duration":1}}]},"tags":[]},"source":"4f3a37b536d8805c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3547512a07db329d.json b/6291/data/test-cases/4f79feaccf798941.json similarity index 89% rename from 6266/data/test-cases/3547512a07db329d.json rename to 6291/data/test-cases/4f79feaccf798941.json index 66e32543af1..deda2ad8b5a 100644 --- a/6266/data/test-cases/3547512a07db329d.json +++ b/6291/data/test-cases/4f79feaccf798941.json @@ -1 +1 @@ -{"uid":"3547512a07db329d","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":1706101792223,"stop":1706101792224,"duration":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}],"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}],"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":10,"unknown":0,"total":10},"items":[{"uid":"853e0498422f628f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/853e0498422f628f","status":"passed","time":{"start":1706101709067,"stop":1706101709068,"duration":1}},{"uid":"e8a070504afb7d56","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e8a070504afb7d56","status":"passed","time":{"start":1706101584052,"stop":1706101584053,"duration":1}},{"uid":"7fe686b23120704e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7fe686b23120704e","status":"passed","time":{"start":1706100800541,"stop":1706100800541,"duration":0}},{"uid":"78bef06a7fbafb40","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/78bef06a7fbafb40","status":"passed","time":{"start":1706099377053,"stop":1706099377054,"duration":1}},{"uid":"f9f1e31139de3146","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f9f1e31139de3146","status":"passed","time":{"start":1705681745212,"stop":1705681745212,"duration":0}},{"uid":"33a1854304b70b4b","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/33a1854304b70b4b","status":"passed","time":{"start":1705680374216,"stop":1705680374216,"duration":0}},{"uid":"64035173258b20e9","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/64035173258b20e9","status":"passed","time":{"start":1705521364832,"stop":1705521364833,"duration":1}},{"uid":"16c4a6a486cbd55b","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/16c4a6a486cbd55b","status":"passed","time":{"start":1705520531882,"stop":1705520531883,"duration":1}},{"uid":"6b28afcd4ba4f7a8","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6b28afcd4ba4f7a8","status":"passed","time":{"start":1705502591746,"stop":1705502591746,"duration":0}}]},"tags":[]},"source":"3547512a07db329d.json","parameterValues":[]} \ No newline at end of file +{"uid":"4f79feaccf798941","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":1706619029145,"stop":1706619029146,"duration":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}],"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}],"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":[],"tags":[]},"source":"4f79feaccf798941.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/4fb04df76a0ba3d7.json b/6291/data/test-cases/4fb04df76a0ba3d7.json new file mode 100644 index 00000000000..17c80f04c0f --- /dev/null +++ b/6291/data/test-cases/4fb04df76a0ba3d7.json @@ -0,0 +1 @@ +{"uid":"4fb04df76a0ba3d7","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":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77d795ce22753c65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d795ce22753c65","status":"passed","time":{"start":1706618682311,"stop":1706618682312,"duration":1}}]},"tags":[]},"source":"4fb04df76a0ba3d7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/508e3205d419847b.json b/6291/data/test-cases/508e3205d419847b.json new file mode 100644 index 00000000000..7c5b477c3cb --- /dev/null +++ b/6291/data/test-cases/508e3205d419847b.json @@ -0,0 +1 @@ +{"uid":"508e3205d419847b","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":1706618858027,"stop":1706618858027,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f2a3586ca8457701","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a3586ca8457701","status":"passed","time":{"start":1706618636992,"stop":1706618636993,"duration":1}}]},"tags":[]},"source":"508e3205d419847b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/50bab4fa7b561fc3.json b/6291/data/test-cases/50bab4fa7b561fc3.json new file mode 100644 index 00000000000..25cd0100b63 --- /dev/null +++ b/6291/data/test-cases/50bab4fa7b561fc3.json @@ -0,0 +1 @@ +{"uid":"50bab4fa7b561fc3","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":1706618738959,"stop":1706618738959,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"does not attempt the same peer discovered multiple times more than once\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"does not attempt the same peer discovered multiple times more than once\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"suite","value":"does not attempt the same peer discovered multiple times more than once"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"74ea1eeda87be03c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ea1eeda87be03c","status":"passed","time":{"start":1706618506507,"stop":1706618506507,"duration":0}}]},"tags":[]},"source":"50bab4fa7b561fc3.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/19a67c533d0ef870.json b/6291/data/test-cases/5153296bde8262ec.json similarity index 53% rename from 6266/data/test-cases/19a67c533d0ef870.json rename to 6291/data/test-cases/5153296bde8262ec.json index 321c44b93fa..1945cc22181 100644 --- a/6266/data/test-cases/19a67c533d0ef870.json +++ b/6291/data/test-cases/5153296bde8262ec.json @@ -1 +1 @@ -{"uid":"19a67c533d0ef870","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":1706101214350,"stop":1706101214351,"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":108,"unknown":0,"total":108},"items":[{"uid":"29191bfac797970a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/29191bfac797970a","status":"passed","time":{"start":1706101097997,"stop":1706101097998,"duration":1}},{"uid":"3a4a6ca9a08bf771","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3a4a6ca9a08bf771","status":"passed","time":{"start":1706100993743,"stop":1706100993747,"duration":4}},{"uid":"5e29ba43d05a1821","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5e29ba43d05a1821","status":"passed","time":{"start":1706100835939,"stop":1706100835940,"duration":1}},{"uid":"a3f28a4fd81f4132","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a3f28a4fd81f4132","status":"passed","time":{"start":1706100195825,"stop":1706100195825,"duration":0}},{"uid":"5bac542dd6f65421","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/5bac542dd6f65421","status":"passed","time":{"start":1706099862712,"stop":1706099862712,"duration":0}},{"uid":"2bbf918f9c767dca","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2bbf918f9c767dca","status":"passed","time":{"start":1706098782059,"stop":1706098782061,"duration":2}},{"uid":"5728ef0ba291e8a4","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5728ef0ba291e8a4","status":"passed","time":{"start":1706077596410,"stop":1706077596411,"duration":1}},{"uid":"52a8c72ad78d3886","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/52a8c72ad78d3886","status":"passed","time":{"start":1706069680780,"stop":1706069680780,"duration":0}},{"uid":"2c861a351f439e04","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/2c861a351f439e04","status":"passed","time":{"start":1705950391582,"stop":1705950391582,"duration":0}},{"uid":"a9e0dca230e70a81","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a9e0dca230e70a81","status":"passed","time":{"start":1705938203369,"stop":1705938203369,"duration":0}},{"uid":"3bf952f9051b85ba","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/3bf952f9051b85ba","status":"passed","time":{"start":1705913327176,"stop":1705913327176,"duration":0}},{"uid":"b282fca22a1ad8e1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/b282fca22a1ad8e1","status":"passed","time":{"start":1705912876920,"stop":1705912876920,"duration":0}},{"uid":"51a74438e936c5b8","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/51a74438e936c5b8","status":"passed","time":{"start":1705912273799,"stop":1705912273799,"duration":0}},{"uid":"b38a8d989a8e8d06","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b38a8d989a8e8d06","status":"passed","time":{"start":1705911446421,"stop":1705911446422,"duration":1}},{"uid":"abad6403cf4b6a2c","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/abad6403cf4b6a2c","status":"passed","time":{"start":1705698651186,"stop":1705698651187,"duration":1}},{"uid":"922dc5b9f853f37d","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/922dc5b9f853f37d","status":"passed","time":{"start":1705687354897,"stop":1705687354897,"duration":0}},{"uid":"b203ecd081a10870","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/b203ecd081a10870","status":"passed","time":{"start":1705687277699,"stop":1705687277701,"duration":2}},{"uid":"b97234415a7784e7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/b97234415a7784e7","status":"passed","time":{"start":1705681150042,"stop":1705681150045,"duration":3}},{"uid":"a434303605b7e1eb","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a434303605b7e1eb","status":"passed","time":{"start":1705679898637,"stop":1705679898638,"duration":1}},{"uid":"4c6521ec0c1a1b7d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4c6521ec0c1a1b7d","status":"passed","time":{"start":1705677972790,"stop":1705677972790,"duration":0}}]},"tags":[]},"source":"19a67c533d0ef870.json","parameterValues":[]} \ No newline at end of file +{"uid":"5153296bde8262ec","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":1706618424945,"stop":1706618424946,"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":2,"unknown":0,"total":2},"items":[{"uid":"204f886cf5f46b49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/204f886cf5f46b49","status":"passed","time":{"start":1706618216095,"stop":1706618216097,"duration":2}}]},"tags":[]},"source":"5153296bde8262ec.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/709290b13ad6a313.json b/6291/data/test-cases/51ba23ec392573e8.json similarity index 94% rename from 6266/data/test-cases/709290b13ad6a313.json rename to 6291/data/test-cases/51ba23ec392573e8.json index af095390c35..ebca1b3194a 100644 --- a/6266/data/test-cases/709290b13ad6a313.json +++ b/6291/data/test-cases/51ba23ec392573e8.json @@ -1 +1 @@ -{"uid":"709290b13ad6a313","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":1706101757810,"stop":1706101757812,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"62c712455aa12b0c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/62c712455aa12b0c","status":"passed","time":{"start":1706101680223,"stop":1706101680224,"duration":1}},{"uid":"7abd542b9559954d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7abd542b9559954d","status":"passed","time":{"start":1706101549594,"stop":1706101549595,"duration":1}},{"uid":"3e467b36d24e77c0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3e467b36d24e77c0","status":"passed","time":{"start":1706100770593,"stop":1706100770593,"duration":0}},{"uid":"96c4b16f5b7f4dc8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/96c4b16f5b7f4dc8","status":"passed","time":{"start":1706099342666,"stop":1706099342666,"duration":0}},{"uid":"2f95221d20cbd2d2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2f95221d20cbd2d2","status":"passed","time":{"start":1705681713137,"stop":1705681713137,"duration":0}}]},"tags":[]},"source":"709290b13ad6a313.json","parameterValues":[]} \ No newline at end of file +{"uid":"51ba23ec392573e8","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":1706618996186,"stop":1706618996186,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"c3445a5cc1db877e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3445a5cc1db877e","status":"passed","time":{"start":1706618797760,"stop":1706618797760,"duration":0}}]},"tags":[]},"source":"51ba23ec392573e8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5268fdb9f3417055.json b/6291/data/test-cases/5268fdb9f3417055.json new file mode 100644 index 00000000000..7f53fb31f72 --- /dev/null +++ b/6291/data/test-cases/5268fdb9f3417055.json @@ -0,0 +1 @@ +{"uid":"5268fdb9f3417055","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618801297,"stop":1706618801297,"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":2,"unknown":0,"total":2},"items":[{"uid":"7db27b02c4707a12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7db27b02c4707a12","status":"passed","time":{"start":1706618638647,"stop":1706618638647,"duration":0}}]},"tags":[]},"source":"5268fdb9f3417055.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7929ea5da9d1d2d0.json b/6291/data/test-cases/526fadff81dfb922.json similarity index 88% rename from 6266/data/test-cases/7929ea5da9d1d2d0.json rename to 6291/data/test-cases/526fadff81dfb922.json index f6d4da9ce5f..7dc929ecba1 100644 --- a/6266/data/test-cases/7929ea5da9d1d2d0.json +++ b/6291/data/test-cases/526fadff81dfb922.json @@ -1 +1 @@ -{"uid":"7929ea5da9d1d2d0","name":"Subscribe and receive messages from multiple nwaku nodes","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages from multiple nwaku nodes","historyId":"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401963,"stop":1706101401964,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"2a1420fae6c7c76a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2a1420fae6c7c76a","status":"passed","time":{"start":1706101295305,"stop":1706101295306,"duration":1}},{"uid":"b64272f5816bd456","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/b64272f5816bd456","status":"passed","time":{"start":1706101187440,"stop":1706101187440,"duration":0}},{"uid":"cd9771ce8652e1e4","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/cd9771ce8652e1e4","status":"passed","time":{"start":1706100397506,"stop":1706100397506,"duration":0}},{"uid":"cc9519fa21ac0429","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/cc9519fa21ac0429","status":"passed","time":{"start":1706098985444,"stop":1706098985444,"duration":0}},{"uid":"8e8261a0699e85b0","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8e8261a0699e85b0","status":"passed","time":{"start":1705681341599,"stop":1705681341600,"duration":1}},{"uid":"796e1a5eb8b8b683","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/796e1a5eb8b8b683","status":"passed","time":{"start":1705680075504,"stop":1705680075505,"duration":1}},{"uid":"a9f1c7d9d7c178de","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a9f1c7d9d7c178de","status":"passed","time":{"start":1705666818729,"stop":1705666818729,"duration":0}},{"uid":"4fb55de699103a85","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4fb55de699103a85","status":"passed","time":{"start":1705520251429,"stop":1705520251429,"duration":0}},{"uid":"76d3012010da1365","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/76d3012010da1365","status":"passed","time":{"start":1705518481999,"stop":1705518482000,"duration":1}},{"uid":"e7b68ff3d1cb88c7","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e7b68ff3d1cb88c7","status":"passed","time":{"start":1705502312558,"stop":1705502312558,"duration":0}}]},"tags":[]},"source":"7929ea5da9d1d2d0.json","parameterValues":[]} \ No newline at end of file +{"uid":"526fadff81dfb922","name":"Subscribe and receive messages from multiple nwaku nodes","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages from multiple nwaku nodes","historyId":"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"68f86978d24a965","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68f86978d24a965","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"tags":[]},"source":"526fadff81dfb922.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/587d7817aeaac362.json b/6291/data/test-cases/52799da972febf01.json similarity index 92% rename from 6266/data/test-cases/587d7817aeaac362.json rename to 6291/data/test-cases/52799da972febf01.json index a044850f3e9..83e811b8f42 100644 --- a/6266/data/test-cases/587d7817aeaac362.json +++ b/6291/data/test-cases/52799da972febf01.json @@ -1 +1 @@ -{"uid":"587d7817aeaac362","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":1706101593985,"stop":1706101593985,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"85cdc42c16a9948e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/85cdc42c16a9948e","status":"passed","time":{"start":1706101499429,"stop":1706101499430,"duration":1}},{"uid":"811ae29d9960711e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/811ae29d9960711e","status":"passed","time":{"start":1706101380143,"stop":1706101380143,"duration":0}},{"uid":"36db9cc3b9c265e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/36db9cc3b9c265e","status":"passed","time":{"start":1706100623756,"stop":1706100623756,"duration":0}},{"uid":"ae59d6e607e6e35e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ae59d6e607e6e35e","status":"passed","time":{"start":1706099176279,"stop":1706099176280,"duration":1}},{"uid":"c321de8d147daca0","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c321de8d147daca0","status":"passed","time":{"start":1705681544247,"stop":1705681544247,"duration":0}},{"uid":"2897ea812762ba5e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2897ea812762ba5e","status":"passed","time":{"start":1705680158892,"stop":1705680158892,"duration":0}},{"uid":"bfb8be337ff11504","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/bfb8be337ff11504","status":"passed","time":{"start":1705666900195,"stop":1705666900196,"duration":1}},{"uid":"2dcc7af43e88c92","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/2dcc7af43e88c92","status":"passed","time":{"start":1705526887789,"stop":1705526887789,"duration":0}}]},"tags":[]},"source":"587d7817aeaac362.json","parameterValues":[]} \ No newline at end of file +{"uid":"52799da972febf01","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":1706618858008,"stop":1706618858008,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"a65fae6f89fd49ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65fae6f89fd49ac","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"tags":[]},"source":"52799da972febf01.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/cff75369b5282bab.json b/6291/data/test-cases/529e47bbfb628763.json similarity index 85% rename from 6266/data/test-cases/cff75369b5282bab.json rename to 6291/data/test-cases/529e47bbfb628763.json index a5582dfa975..3915ce39fd2 100644 --- a/6266/data/test-cases/cff75369b5282bab.json +++ b/6291/data/test-cases/529e47bbfb628763.json @@ -1 +1 @@ -{"uid":"cff75369b5282bab","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":1706101723808,"stop":1706101723812,"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":13,"unknown":0,"total":13},"items":[{"uid":"120fec08abd6259","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/120fec08abd6259","status":"passed","time":{"start":1706101654476,"stop":1706101654476,"duration":0}},{"uid":"e7d87238697502e2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e7d87238697502e2","status":"passed","time":{"start":1706101537677,"stop":1706101537678,"duration":1}},{"uid":"2a21112dcdc315c2","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2a21112dcdc315c2","status":"passed","time":{"start":1706100722912,"stop":1706100722912,"duration":0}},{"uid":"51ec60196a2476f9","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/51ec60196a2476f9","status":"passed","time":{"start":1706099290665,"stop":1706099290665,"duration":0}},{"uid":"7f7c67cb149e1a69","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7f7c67cb149e1a69","status":"passed","time":{"start":1705681678165,"stop":1705681678174,"duration":9}},{"uid":"d3ab2203e7cc9f1d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/d3ab2203e7cc9f1d","status":"passed","time":{"start":1705680350546,"stop":1705680350546,"duration":0}},{"uid":"ab2bd2d42f27224a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ab2bd2d42f27224a","status":"passed","time":{"start":1705667092972,"stop":1705667092973,"duration":1}},{"uid":"b6697ab6429bfc96","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/b6697ab6429bfc96","status":"passed","time":{"start":1705527069401,"stop":1705527069401,"duration":0}},{"uid":"e7e5a8865e79be42","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e7e5a8865e79be42","status":"passed","time":{"start":1705521327119,"stop":1705521327120,"duration":1}},{"uid":"9601c8a1a659ae1b","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/9601c8a1a659ae1b","status":"passed","time":{"start":1705520488416,"stop":1705520488417,"duration":1}},{"uid":"b4b654c88023e84c","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b4b654c88023e84c","status":"passed","time":{"start":1705518883256,"stop":1705518883256,"duration":0}},{"uid":"cdbcb0ace52be685","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/cdbcb0ace52be685","status":"passed","time":{"start":1705502684107,"stop":1705502684108,"duration":1}}]},"tags":[]},"source":"cff75369b5282bab.json","parameterValues":[]} \ No newline at end of file +{"uid":"529e47bbfb628763","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":1706618959504,"stop":1706618959505,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"87ece277dbdc1385","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/87ece277dbdc1385","status":"passed","time":{"start":1706618735897,"stop":1706618735897,"duration":0}}]},"tags":[]},"source":"529e47bbfb628763.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/52aa3f9a0a34b2bb.json b/6291/data/test-cases/52aa3f9a0a34b2bb.json new file mode 100644 index 00000000000..3d6f0edae66 --- /dev/null +++ b/6291/data/test-cases/52aa3f9a0a34b2bb.json @@ -0,0 +1 @@ +{"uid":"52aa3f9a0a34b2bb","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":1706618871329,"stop":1706618871329,"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":2,"unknown":0,"total":2},"items":[{"uid":"50e54665b421e9f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/50e54665b421e9f9","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"tags":[]},"source":"52aa3f9a0a34b2bb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5328f6db879f10e1.json b/6291/data/test-cases/5328f6db879f10e1.json new file mode 100644 index 00000000000..5945a4d362d --- /dev/null +++ b/6291/data/test-cases/5328f6db879f10e1.json @@ -0,0 +1 @@ +{"uid":"5328f6db879f10e1","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":1706618378927,"stop":1706618378927,"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":2,"unknown":0,"total":2},"items":[{"uid":"104700acc8dd1927","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/104700acc8dd1927","status":"passed","time":{"start":1706618170167,"stop":1706618170168,"duration":1}}]},"tags":[]},"source":"5328f6db879f10e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c3552f1c45c37f22.json b/6291/data/test-cases/53638d0e7a5ab37e.json similarity index 87% rename from 6266/data/test-cases/c3552f1c45c37f22.json rename to 6291/data/test-cases/53638d0e7a5ab37e.json index 2b56b4aaf04..815311c9428 100644 --- a/6266/data/test-cases/c3552f1c45c37f22.json +++ b/6291/data/test-cases/53638d0e7a5ab37e.json @@ -1 +1 @@ -{"uid":"c3552f1c45c37f22","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":1706101792215,"stop":1706101792216,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"719f22d408ac429c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/719f22d408ac429c","status":"passed","time":{"start":1706101709061,"stop":1706101709061,"duration":0}},{"uid":"ea734b137e176f99","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ea734b137e176f99","status":"passed","time":{"start":1706101584047,"stop":1706101584047,"duration":0}},{"uid":"4fe3dc8dcde8c4b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4fe3dc8dcde8c4b","status":"passed","time":{"start":1706100800534,"stop":1706100800534,"duration":0}},{"uid":"6414975cfd84650a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6414975cfd84650a","status":"passed","time":{"start":1706099377046,"stop":1706099377046,"duration":0}},{"uid":"614ff849e78f1409","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/614ff849e78f1409","status":"passed","time":{"start":1705681745207,"stop":1705681745207,"duration":0}},{"uid":"56619b1be6be6fb9","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/56619b1be6be6fb9","status":"passed","time":{"start":1705680374211,"stop":1705680374211,"duration":0}},{"uid":"67ad74a61ae165b5","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/67ad74a61ae165b5","status":"passed","time":{"start":1705667089484,"stop":1705667089484,"duration":0}},{"uid":"848795ec4f595cb1","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/848795ec4f595cb1","status":"passed","time":{"start":1705521364825,"stop":1705521364826,"duration":1}},{"uid":"916c67e5e4bfb050","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/916c67e5e4bfb050","status":"passed","time":{"start":1705520531875,"stop":1705520531875,"duration":0}},{"uid":"72874c4c6d43c306","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/72874c4c6d43c306","status":"passed","time":{"start":1705518661632,"stop":1705518661632,"duration":0}},{"uid":"c5c322ea27e78e36","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c5c322ea27e78e36","status":"passed","time":{"start":1705502591737,"stop":1705502591737,"duration":0}}]},"tags":[]},"source":"c3552f1c45c37f22.json","parameterValues":[]} \ No newline at end of file +{"uid":"53638d0e7a5ab37e","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":1706619029138,"stop":1706619029138,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"e532d05e3c42a4a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e532d05e3c42a4a6","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"tags":[]},"source":"53638d0e7a5ab37e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/53ca1d2fce43a36d.json b/6291/data/test-cases/53ca1d2fce43a36d.json new file mode 100644 index 00000000000..ac12db44bfe --- /dev/null +++ b/6291/data/test-cases/53ca1d2fce43a36d.json @@ -0,0 +1 @@ +{"uid":"53ca1d2fce43a36d","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":1706618366458,"stop":1706618366458,"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":2,"unknown":0,"total":2},"items":[{"uid":"8608605ccb41df60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8608605ccb41df60","status":"passed","time":{"start":1706618156838,"stop":1706618156838,"duration":0}}]},"tags":[]},"source":"53ca1d2fce43a36d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/53fae0cd3a6c53b4.json b/6291/data/test-cases/53fae0cd3a6c53b4.json new file mode 100644 index 00000000000..b9198f5d7e5 --- /dev/null +++ b/6291/data/test-cases/53fae0cd3a6c53b4.json @@ -0,0 +1 @@ +{"uid":"53fae0cd3a6c53b4","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":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"38df4845ed4ed9b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df4845ed4ed9b2","status":"passed","time":{"start":1706618682310,"stop":1706618682311,"duration":1}}]},"tags":[]},"source":"53fae0cd3a6c53b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4e939a3fffb918fd.json b/6291/data/test-cases/540b75fcb46ba5b6.json similarity index 92% rename from 6266/data/test-cases/4e939a3fffb918fd.json rename to 6291/data/test-cases/540b75fcb46ba5b6.json index c99627ce800..3ed2294e635 100644 --- a/6266/data/test-cases/4e939a3fffb918fd.json +++ b/6291/data/test-cases/540b75fcb46ba5b6.json @@ -1 +1 @@ -{"uid":"4e939a3fffb918fd","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":1706101594029,"stop":1706101594029,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"312539f34a511ebe","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/312539f34a511ebe","status":"passed","time":{"start":1706101499463,"stop":1706101499464,"duration":1}},{"uid":"e321f12819fc24d1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e321f12819fc24d1","status":"passed","time":{"start":1706101380162,"stop":1706101380162,"duration":0}},{"uid":"9c55145be0005d27","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9c55145be0005d27","status":"passed","time":{"start":1706100623778,"stop":1706100623779,"duration":1}},{"uid":"8eb57fe5b2b2234a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/8eb57fe5b2b2234a","status":"passed","time":{"start":1706099176334,"stop":1706099176335,"duration":1}},{"uid":"9e31dbca8baf0f44","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9e31dbca8baf0f44","status":"passed","time":{"start":1705681544266,"stop":1705681544267,"duration":1}},{"uid":"3948584f68fac3fb","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/3948584f68fac3fb","status":"passed","time":{"start":1705680158917,"stop":1705680158917,"duration":0}},{"uid":"21b1d33ec93c7437","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/21b1d33ec93c7437","status":"passed","time":{"start":1705666900236,"stop":1705666900236,"duration":0}},{"uid":"e39503296e66bb4","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/e39503296e66bb4","status":"passed","time":{"start":1705526887822,"stop":1705526887822,"duration":0}}]},"tags":[]},"source":"4e939a3fffb918fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"540b75fcb46ba5b6","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":1706618858038,"stop":1706618858038,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"a4d3b4da3e0291cc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a4d3b4da3e0291cc","status":"passed","time":{"start":1706618636997,"stop":1706618636997,"duration":0}}]},"tags":[]},"source":"540b75fcb46ba5b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/67085d8ed16ec12e.json b/6291/data/test-cases/54ad848439c1c93a.json similarity index 95% rename from 6266/data/test-cases/67085d8ed16ec12e.json rename to 6291/data/test-cases/54ad848439c1c93a.json index 7d35e65d5e3..5d7d642dc33 100644 --- a/6266/data/test-cases/67085d8ed16ec12e.json +++ b/6291/data/test-cases/54ad848439c1c93a.json @@ -1 +1 @@ -{"uid":"67085d8ed16ec12e","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":1706101757833,"stop":1706101757834,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"1888b876bbc77c0a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1888b876bbc77c0a","status":"passed","time":{"start":1706101680229,"stop":1706101680229,"duration":0}},{"uid":"9964c7a952f52c0d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9964c7a952f52c0d","status":"passed","time":{"start":1706101549603,"stop":1706101549603,"duration":0}},{"uid":"5a9804b416b4258e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5a9804b416b4258e","status":"passed","time":{"start":1706100770600,"stop":1706100770600,"duration":0}},{"uid":"a208b1928312965e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a208b1928312965e","status":"passed","time":{"start":1706099342672,"stop":1706099342673,"duration":1}},{"uid":"a818abe0d58efea8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a818abe0d58efea8","status":"passed","time":{"start":1705681713146,"stop":1705681713146,"duration":0}}]},"tags":[]},"source":"67085d8ed16ec12e.json","parameterValues":[]} \ No newline at end of file +{"uid":"54ad848439c1c93a","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":1706618996195,"stop":1706618996196,"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":2,"unknown":0,"total":2},"items":[{"uid":"125fba209ea34472","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/125fba209ea34472","status":"passed","time":{"start":1706618797766,"stop":1706618797767,"duration":1}}]},"tags":[]},"source":"54ad848439c1c93a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/48a0c843a8f098e5.json b/6291/data/test-cases/54da178a737e6508.json similarity index 77% rename from 6266/data/test-cases/48a0c843a8f098e5.json rename to 6291/data/test-cases/54da178a737e6508.json index 9c523e1e850..7a5ffe3c79c 100644 --- a/6266/data/test-cases/48a0c843a8f098e5.json +++ b/6291/data/test-cases/54da178a737e6508.json @@ -1 +1 @@ -{"uid":"48a0c843a8f098e5","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":1706101369617,"stop":1706101369617,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"677ed8198c5861ba","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/677ed8198c5861ba","status":"passed","time":{"start":1706101264974,"stop":1706101264975,"duration":1}},{"uid":"502b62eb9fc91d70","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/502b62eb9fc91d70","status":"passed","time":{"start":1706101143272,"stop":1706101143272,"duration":0}},{"uid":"c5bc2ca6da72067f","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c5bc2ca6da72067f","status":"passed","time":{"start":1706100932525,"stop":1706100932526,"duration":1}},{"uid":"6c1a62ac09f26051","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6c1a62ac09f26051","status":"passed","time":{"start":1706100355775,"stop":1706100355775,"duration":0}},{"uid":"499623fc4b094f3e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/499623fc4b094f3e","status":"passed","time":{"start":1706099967099,"stop":1706099967105,"duration":6}},{"uid":"36f053185ef831a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/36f053185ef831a","status":"passed","time":{"start":1706098945322,"stop":1706098945323,"duration":1}},{"uid":"11f722c768dcbefa","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/11f722c768dcbefa","status":"passed","time":{"start":1706077698146,"stop":1706077698147,"duration":1}},{"uid":"d5a2afcc75f4071d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d5a2afcc75f4071d","status":"passed","time":{"start":1706069781879,"stop":1706069781879,"duration":0}},{"uid":"80a9354dd5ebf88c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/80a9354dd5ebf88c","status":"passed","time":{"start":1705950488303,"stop":1705950488304,"duration":1}},{"uid":"19247083061ccc70","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/19247083061ccc70","status":"passed","time":{"start":1705938293052,"stop":1705938293052,"duration":0}},{"uid":"cc79e92bcf70b166","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/cc79e92bcf70b166","status":"passed","time":{"start":1705913430276,"stop":1705913430276,"duration":0}},{"uid":"1baa9e09800c014d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1baa9e09800c014d","status":"passed","time":{"start":1705912976198,"stop":1705912976199,"duration":1}},{"uid":"608b2778bdf5e8d4","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/608b2778bdf5e8d4","status":"passed","time":{"start":1705912363758,"stop":1705912363758,"duration":0}},{"uid":"af25e48499a507a0","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/af25e48499a507a0","status":"passed","time":{"start":1705911543452,"stop":1705911543453,"duration":1}},{"uid":"1e21f2dd87ad3cdd","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/1e21f2dd87ad3cdd","status":"passed","time":{"start":1705698753989,"stop":1705698753989,"duration":0}},{"uid":"c521bd3401550cc4","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c521bd3401550cc4","status":"passed","time":{"start":1705687466236,"stop":1705687466236,"duration":0}},{"uid":"b43b75d932dac27d","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/b43b75d932dac27d","status":"passed","time":{"start":1705687381576,"stop":1705687381577,"duration":1}},{"uid":"cc16180bd8977350","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/cc16180bd8977350","status":"passed","time":{"start":1705681326900,"stop":1705681326900,"duration":0}},{"uid":"8cb4ccd54045f11b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/8cb4ccd54045f11b","status":"passed","time":{"start":1705678076917,"stop":1705678076926,"duration":9}},{"uid":"dfadb91de2d43791","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/dfadb91de2d43791","status":"passed","time":{"start":1705677999857,"stop":1705677999857,"duration":0}}]},"tags":[]},"source":"48a0c843a8f098e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"54da178a737e6508","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":1706618580247,"stop":1706618580248,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"17d832036aa42587","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d832036aa42587","status":"passed","time":{"start":1706618380657,"stop":1706618380658,"duration":1}}]},"tags":[]},"source":"54da178a737e6508.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/892ad127133f4956.json b/6291/data/test-cases/54ebcce2b641c7b4.json similarity index 53% rename from 6266/data/test-cases/892ad127133f4956.json rename to 6291/data/test-cases/54ebcce2b641c7b4.json index 35cdb886b20..74635439455 100644 --- a/6266/data/test-cases/892ad127133f4956.json +++ b/6291/data/test-cases/54ebcce2b641c7b4.json @@ -1 +1 @@ -{"uid":"892ad127133f4956","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101651748,"stop":1706101651748,"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":108,"unknown":0,"total":108},"items":[{"uid":"1f95ff1614dc1d48","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1f95ff1614dc1d48","status":"passed","time":{"start":1706101566465,"stop":1706101566465,"duration":0}},{"uid":"1775e8a06ffaa3b0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1775e8a06ffaa3b0","status":"passed","time":{"start":1706101443416,"stop":1706101443416,"duration":0}},{"uid":"c4c522a69a8d901c","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c4c522a69a8d901c","status":"passed","time":{"start":1706100967019,"stop":1706100967019,"duration":0}},{"uid":"c0dd8a815b1f7035","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c0dd8a815b1f7035","status":"passed","time":{"start":1706100676385,"stop":1706100676385,"duration":0}},{"uid":"604b943d465bfadc","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/604b943d465bfadc","status":"passed","time":{"start":1706099994476,"stop":1706099994477,"duration":1}},{"uid":"f216468d37545155","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f216468d37545155","status":"passed","time":{"start":1706099245145,"stop":1706099245146,"duration":1}},{"uid":"2a2142ea6cb60997","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2a2142ea6cb60997","status":"passed","time":{"start":1706077725210,"stop":1706077725210,"duration":0}},{"uid":"66a5b49e5449307b","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/66a5b49e5449307b","status":"passed","time":{"start":1706069807619,"stop":1706069807620,"duration":1}},{"uid":"5680f9f181b41a34","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/5680f9f181b41a34","status":"passed","time":{"start":1705950519318,"stop":1705950519319,"duration":1}},{"uid":"61894dcd44e0801c","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/61894dcd44e0801c","status":"passed","time":{"start":1705938322624,"stop":1705938322625,"duration":1}},{"uid":"a9996f977d9a07bd","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a9996f977d9a07bd","status":"passed","time":{"start":1705913460662,"stop":1705913460663,"duration":1}},{"uid":"454022ed91a68747","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/454022ed91a68747","status":"passed","time":{"start":1705913004756,"stop":1705913004757,"duration":1}},{"uid":"8a47d355da50436d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8a47d355da50436d","status":"passed","time":{"start":1705912392782,"stop":1705912392782,"duration":0}},{"uid":"26a4908c76aa37f8","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/26a4908c76aa37f8","status":"passed","time":{"start":1705911569497,"stop":1705911569501,"duration":4}},{"uid":"39846570fa989514","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/39846570fa989514","status":"passed","time":{"start":1705698780853,"stop":1705698780854,"duration":1}},{"uid":"f9f7f2e9f44f0077","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/f9f7f2e9f44f0077","status":"passed","time":{"start":1705687496034,"stop":1705687496035,"duration":1}},{"uid":"31f32a8f6d0a9fa8","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/31f32a8f6d0a9fa8","status":"passed","time":{"start":1705687412719,"stop":1705687412719,"duration":0}},{"uid":"8af05f381d54e356","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8af05f381d54e356","status":"passed","time":{"start":1705681610294,"stop":1705681610294,"duration":0}},{"uid":"e6b65278972dadad","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e6b65278972dadad","status":"passed","time":{"start":1705680179643,"stop":1705680179643,"duration":0}},{"uid":"1c315d225e18046e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1c315d225e18046e","status":"passed","time":{"start":1705678106532,"stop":1705678106532,"duration":0}}]},"tags":[]},"source":"892ad127133f4956.json","parameterValues":[]} \ No newline at end of file +{"uid":"54ebcce2b641c7b4","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618934694,"stop":1706618934694,"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":2,"unknown":0,"total":2},"items":[{"uid":"aa0d38dde1f7cfe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa0d38dde1f7cfe1","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"tags":[]},"source":"54ebcce2b641c7b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/55306030007f6c0d.json b/6291/data/test-cases/55306030007f6c0d.json new file mode 100644 index 00000000000..50e87ffc922 --- /dev/null +++ b/6291/data/test-cases/55306030007f6c0d.json @@ -0,0 +1 @@ +{"uid":"55306030007f6c0d","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":1706618371936,"stop":1706618371937,"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":2,"unknown":0,"total":2},"items":[{"uid":"176c6738647383ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/176c6738647383ba","status":"passed","time":{"start":1706618164525,"stop":1706618164526,"duration":1}}]},"tags":[]},"source":"55306030007f6c0d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2fe6e8e95baa96a6.json b/6291/data/test-cases/555d658ab3d113ff.json similarity index 74% rename from 6266/data/test-cases/2fe6e8e95baa96a6.json rename to 6291/data/test-cases/555d658ab3d113ff.json index 9f796854d3f..f79cbbdfd25 100644 --- a/6266/data/test-cases/2fe6e8e95baa96a6.json +++ b/6291/data/test-cases/555d658ab3d113ff.json @@ -1 +1 @@ -{"uid":"2fe6e8e95baa96a6","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":1706101530742,"stop":1706101530742,"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":106,"passed":0,"unknown":0,"total":106},"items":[{"uid":"3788d348fdbea660","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3788d348fdbea660","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101419616,"stop":1706101419616,"duration":0}},{"uid":"85b4e4bde8001799","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/85b4e4bde8001799","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101305321,"stop":1706101305322,"duration":1}},{"uid":"9b95bd8a40b3c73d","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/9b95bd8a40b3c73d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100931220,"stop":1706100931220,"duration":0}},{"uid":"2759bde1e267df60","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2759bde1e267df60","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100510912,"stop":1706100510912,"duration":0}},{"uid":"d05b44c2a1f84228","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d05b44c2a1f84228","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099960913,"stop":1706099960913,"duration":0}},{"uid":"4121a09eb1a981d5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4121a09eb1a981d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099096981,"stop":1706099096981,"duration":0}},{"uid":"10f45ebde1711a18","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/10f45ebde1711a18","status":"skipped","statusDetails":"Test ignored","time":{"start":1706077690017,"stop":1706077690017,"duration":0}},{"uid":"f19710085403d1ab","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f19710085403d1ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1706069780793,"stop":1706069780794,"duration":1}},{"uid":"eede93fcf4f69604","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/eede93fcf4f69604","status":"skipped","statusDetails":"Test ignored","time":{"start":1705950480142,"stop":1705950480142,"duration":0}},{"uid":"d35b4c5e20f80570","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d35b4c5e20f80570","status":"skipped","statusDetails":"Test ignored","time":{"start":1705938289260,"stop":1705938289261,"duration":1}},{"uid":"eae894cc96b3b0af","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/eae894cc96b3b0af","status":"skipped","statusDetails":"Test ignored","time":{"start":1705913424156,"stop":1705913424156,"duration":0}},{"uid":"1bc794e7f7bcd479","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1bc794e7f7bcd479","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912964628,"stop":1705912964628,"duration":0}},{"uid":"754d950cb99c3976","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/754d950cb99c3976","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912351037,"stop":1705912351037,"duration":0}},{"uid":"7d900367117e5a03","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7d900367117e5a03","status":"skipped","statusDetails":"Test ignored","time":{"start":1705911533393,"stop":1705911533393,"duration":0}},{"uid":"2896cbf8bce33374","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/2896cbf8bce33374","status":"skipped","statusDetails":"Test ignored","time":{"start":1705698747971,"stop":1705698747972,"duration":1}},{"uid":"51cde90d4c3f3683","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/51cde90d4c3f3683","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687465954,"stop":1705687465954,"duration":0}},{"uid":"42b4438475e7d4da","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/42b4438475e7d4da","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687367144,"stop":1705687367146,"duration":2}},{"uid":"926bdabf0f4adf1","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/926bdabf0f4adf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1705681459384,"stop":1705681459384,"duration":0}},{"uid":"7454fd4597975da3","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7454fd4597975da3","status":"skipped","statusDetails":"Test ignored","time":{"start":1705680122224,"stop":1705680122224,"duration":0}},{"uid":"c2d51c92bae213dc","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c2d51c92bae213dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1705678066199,"stop":1705678066200,"duration":1}}]},"tags":[]},"source":"2fe6e8e95baa96a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"555d658ab3d113ff","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":1706618865694,"stop":1706618865694,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"aae38c225506d097","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aae38c225506d097","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683934,"stop":1706618683934,"duration":0}}]},"tags":[]},"source":"555d658ab3d113ff.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/55bb7522d00d174.json b/6291/data/test-cases/55bb7522d00d174.json new file mode 100644 index 00000000000..8fb9e0b6e43 --- /dev/null +++ b/6291/data/test-cases/55bb7522d00d174.json @@ -0,0 +1 @@ +{"uid":"55bb7522d00d174","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":1706618580248,"stop":1706618580249,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"37bf267278a7980a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37bf267278a7980a","status":"passed","time":{"start":1706618380659,"stop":1706618380661,"duration":2}}]},"tags":[]},"source":"55bb7522d00d174.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a184ed5ae63279a6.json b/6291/data/test-cases/561d735f4c0a273f.json similarity index 87% rename from 6266/data/test-cases/a184ed5ae63279a6.json rename to 6291/data/test-cases/561d735f4c0a273f.json index ec01d9e2273..0c6be655e16 100644 --- a/6266/data/test-cases/a184ed5ae63279a6.json +++ b/6291/data/test-cases/561d735f4c0a273f.json @@ -1 +1 @@ -{"uid":"a184ed5ae63279a6","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":1706101792206,"stop":1706101792207,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"3bdd7c041310847f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3bdd7c041310847f","status":"passed","time":{"start":1706101709053,"stop":1706101709053,"duration":0}},{"uid":"80f114f58b22ea81","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/80f114f58b22ea81","status":"passed","time":{"start":1706101584039,"stop":1706101584039,"duration":0}},{"uid":"e5ce7041b85dbae6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e5ce7041b85dbae6","status":"passed","time":{"start":1706100800526,"stop":1706100800526,"duration":0}},{"uid":"a6dd653f5a418303","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a6dd653f5a418303","status":"passed","time":{"start":1706099377037,"stop":1706099377037,"duration":0}},{"uid":"a5581c0388eb5a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a5581c0388eb5a","status":"passed","time":{"start":1705681745200,"stop":1705681745200,"duration":0}},{"uid":"a1aa5e00794174c3","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a1aa5e00794174c3","status":"passed","time":{"start":1705680374202,"stop":1705680374202,"duration":0}},{"uid":"5d0d21b7ba6bac48","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/5d0d21b7ba6bac48","status":"passed","time":{"start":1705667089467,"stop":1705667089467,"duration":0}},{"uid":"8d5c07b01780d580","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8d5c07b01780d580","status":"passed","time":{"start":1705521364816,"stop":1705521364816,"duration":0}},{"uid":"ca8f264ae91b745","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/ca8f264ae91b745","status":"passed","time":{"start":1705520531865,"stop":1705520531865,"duration":0}},{"uid":"8a54caf39992c096","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/8a54caf39992c096","status":"passed","time":{"start":1705518661624,"stop":1705518661624,"duration":0}},{"uid":"8d1890c6778d821","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8d1890c6778d821","status":"passed","time":{"start":1705502591726,"stop":1705502591726,"duration":0}}]},"tags":[]},"source":"a184ed5ae63279a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"561d735f4c0a273f","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":1706619029125,"stop":1706619029125,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"803225537ef4eba8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/803225537ef4eba8","status":"passed","time":{"start":1706618668728,"stop":1706618668729,"duration":1}}]},"tags":[]},"source":"561d735f4c0a273f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e2dcab0a6b3a94d0.json b/6291/data/test-cases/5721e9b2c8baf761.json similarity index 77% rename from 6266/data/test-cases/e2dcab0a6b3a94d0.json rename to 6291/data/test-cases/5721e9b2c8baf761.json index 97fa3169c55..cb1f75329c4 100644 --- a/6266/data/test-cases/e2dcab0a6b3a94d0.json +++ b/6291/data/test-cases/5721e9b2c8baf761.json @@ -1 +1 @@ -{"uid":"e2dcab0a6b3a94d0","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":1706101369615,"stop":1706101369616,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"c83e2a4b233cd5a9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c83e2a4b233cd5a9","status":"passed","time":{"start":1706101264972,"stop":1706101264973,"duration":1}},{"uid":"108529b4e8057eae","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/108529b4e8057eae","status":"passed","time":{"start":1706101143270,"stop":1706101143270,"duration":0}},{"uid":"31a885d75c4122a1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/31a885d75c4122a1","status":"passed","time":{"start":1706100932520,"stop":1706100932520,"duration":0}},{"uid":"b1aa32df7ddacef8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b1aa32df7ddacef8","status":"passed","time":{"start":1706100355773,"stop":1706100355773,"duration":0}},{"uid":"71bacff5c88611cc","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/71bacff5c88611cc","status":"passed","time":{"start":1706099967098,"stop":1706099967098,"duration":0}},{"uid":"e27d41d4b50352a8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e27d41d4b50352a8","status":"passed","time":{"start":1706098945319,"stop":1706098945319,"duration":0}},{"uid":"a32957b8c45ca3d5","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/a32957b8c45ca3d5","status":"passed","time":{"start":1706077698139,"stop":1706077698139,"duration":0}},{"uid":"9dafdee3e865d29c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/9dafdee3e865d29c","status":"passed","time":{"start":1706069781877,"stop":1706069781877,"duration":0}},{"uid":"a2fd980e780630b1","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a2fd980e780630b1","status":"passed","time":{"start":1705950488300,"stop":1705950488300,"duration":0}},{"uid":"a59d9bbbee843983","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a59d9bbbee843983","status":"passed","time":{"start":1705938293050,"stop":1705938293050,"duration":0}},{"uid":"39e8dda44fd9d98b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/39e8dda44fd9d98b","status":"passed","time":{"start":1705913430269,"stop":1705913430270,"duration":1}},{"uid":"5f4a810f8bcdb5e3","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/5f4a810f8bcdb5e3","status":"passed","time":{"start":1705912976196,"stop":1705912976197,"duration":1}},{"uid":"fbf5ac1f20adda5a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fbf5ac1f20adda5a","status":"passed","time":{"start":1705912363756,"stop":1705912363756,"duration":0}},{"uid":"7e5228cfb459a705","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7e5228cfb459a705","status":"passed","time":{"start":1705911543450,"stop":1705911543451,"duration":1}},{"uid":"6bc84dfbe05e10e1","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/6bc84dfbe05e10e1","status":"passed","time":{"start":1705698753987,"stop":1705698753988,"duration":1}},{"uid":"7fdd0fc91d6526c5","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/7fdd0fc91d6526c5","status":"passed","time":{"start":1705687466233,"stop":1705687466234,"duration":1}},{"uid":"aab273398fde3280","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/aab273398fde3280","status":"passed","time":{"start":1705687381575,"stop":1705687381575,"duration":0}},{"uid":"53acfed0ade33ab2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/53acfed0ade33ab2","status":"passed","time":{"start":1705681326897,"stop":1705681326898,"duration":1}},{"uid":"206656a32d07b06b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/206656a32d07b06b","status":"passed","time":{"start":1705678076915,"stop":1705678076915,"duration":0}},{"uid":"1308779065991caa","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/1308779065991caa","status":"passed","time":{"start":1705677999855,"stop":1705677999856,"duration":1}}]},"tags":[]},"source":"e2dcab0a6b3a94d0.json","parameterValues":[]} \ No newline at end of file +{"uid":"5721e9b2c8baf761","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":1706618580245,"stop":1706618580245,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"76ea0f34adc72ef9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76ea0f34adc72ef9","status":"passed","time":{"start":1706618380654,"stop":1706618380655,"duration":1}}]},"tags":[]},"source":"5721e9b2c8baf761.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/573904aed2972bb6.json b/6291/data/test-cases/573904aed2972bb6.json new file mode 100644 index 00000000000..4261b84f150 --- /dev/null +++ b/6291/data/test-cases/573904aed2972bb6.json @@ -0,0 +1 @@ +{"uid":"573904aed2972bb6","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":1706618909986,"stop":1706618909986,"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":2,"unknown":0,"total":2},"items":[{"uid":"bd93b8087bb02218","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd93b8087bb02218","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"tags":[]},"source":"573904aed2972bb6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1dfb975b0ae2e81f.json b/6291/data/test-cases/5921a7fd118fac8d.json similarity index 86% rename from 6266/data/test-cases/1dfb975b0ae2e81f.json rename to 6291/data/test-cases/5921a7fd118fac8d.json index 71b4685043b..a1ea4a52202 100644 --- a/6266/data/test-cases/1dfb975b0ae2e81f.json +++ b/6291/data/test-cases/5921a7fd118fac8d.json @@ -1 +1 @@ -{"uid":"1dfb975b0ae2e81f","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":1706101723804,"stop":1706101723804,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"c30618f268616911","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c30618f268616911","status":"passed","time":{"start":1706101654469,"stop":1706101654469,"duration":0}},{"uid":"e8b134d5054d3f9e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e8b134d5054d3f9e","status":"passed","time":{"start":1706101537673,"stop":1706101537673,"duration":0}},{"uid":"eebcbbbca9e06df4","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/eebcbbbca9e06df4","status":"passed","time":{"start":1706100722907,"stop":1706100722908,"duration":1}},{"uid":"fe5fe1751af5a368","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/fe5fe1751af5a368","status":"passed","time":{"start":1706099290661,"stop":1706099290661,"duration":0}},{"uid":"a50a69677c1f6ea9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a50a69677c1f6ea9","status":"passed","time":{"start":1705681678160,"stop":1705681678160,"duration":0}},{"uid":"9d3ed2f9d3c8b5d4","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9d3ed2f9d3c8b5d4","status":"passed","time":{"start":1705680350542,"stop":1705680350543,"duration":1}},{"uid":"fe13b54ed45295fb","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/fe13b54ed45295fb","status":"passed","time":{"start":1705667092970,"stop":1705667092970,"duration":0}},{"uid":"20871dd1004bd4b4","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/20871dd1004bd4b4","status":"passed","time":{"start":1705527069397,"stop":1705527069397,"duration":0}},{"uid":"bbaccd7c400e6254","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/bbaccd7c400e6254","status":"passed","time":{"start":1705521327116,"stop":1705521327116,"duration":0}},{"uid":"c17ac8cb17142098","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c17ac8cb17142098","status":"passed","time":{"start":1705520488403,"stop":1705520488404,"duration":1}},{"uid":"7a27745205a1430a","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7a27745205a1430a","status":"passed","time":{"start":1705518883249,"stop":1705518883250,"duration":1}},{"uid":"ddcbfa089c48743e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/ddcbfa089c48743e","status":"passed","time":{"start":1705502684101,"stop":1705502684101,"duration":0}}]},"tags":[]},"source":"1dfb975b0ae2e81f.json","parameterValues":[]} \ No newline at end of file +{"uid":"5921a7fd118fac8d","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":1706618959493,"stop":1706618959493,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"6a119a33da9d178c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6a119a33da9d178c","status":"passed","time":{"start":1706618735892,"stop":1706618735892,"duration":0}}]},"tags":[]},"source":"5921a7fd118fac8d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9a1c1c55d4acbe80.json b/6291/data/test-cases/593f99ff26f22b5b.json similarity index 92% rename from 6266/data/test-cases/9a1c1c55d4acbe80.json rename to 6291/data/test-cases/593f99ff26f22b5b.json index a55fab9e693..50e798670cd 100644 --- a/6266/data/test-cases/9a1c1c55d4acbe80.json +++ b/6291/data/test-cases/593f99ff26f22b5b.json @@ -1 +1 @@ -{"uid":"9a1c1c55d4acbe80","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":1706101594028,"stop":1706101594029,"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":9,"unknown":0,"total":9},"items":[{"uid":"66298655cd96ed95","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/66298655cd96ed95","status":"passed","time":{"start":1706101499462,"stop":1706101499463,"duration":1}},{"uid":"b1d8b280747dbc69","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/b1d8b280747dbc69","status":"passed","time":{"start":1706101380162,"stop":1706101380162,"duration":0}},{"uid":"6cfb45a175aaa16f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6cfb45a175aaa16f","status":"passed","time":{"start":1706100623778,"stop":1706100623778,"duration":0}},{"uid":"bcc76f4fe706fb3a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/bcc76f4fe706fb3a","status":"passed","time":{"start":1706099176334,"stop":1706099176334,"duration":0}},{"uid":"c3133d7588d9dfd6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c3133d7588d9dfd6","status":"passed","time":{"start":1705681544266,"stop":1705681544266,"duration":0}},{"uid":"da230b4439cb9110","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/da230b4439cb9110","status":"passed","time":{"start":1705680158916,"stop":1705680158916,"duration":0}},{"uid":"f0cba7c09b050bfa","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/f0cba7c09b050bfa","status":"passed","time":{"start":1705666900235,"stop":1705666900235,"duration":0}},{"uid":"6bc576c04be6ee42","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/6bc576c04be6ee42","status":"passed","time":{"start":1705526887821,"stop":1705526887822,"duration":1}}]},"tags":[]},"source":"9a1c1c55d4acbe80.json","parameterValues":[]} \ No newline at end of file +{"uid":"593f99ff26f22b5b","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":1706618858038,"stop":1706618858038,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ab2921133d9cd55c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab2921133d9cd55c","status":"passed","time":{"start":1706618636996,"stop":1706618636996,"duration":0}}]},"tags":[]},"source":"593f99ff26f22b5b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/606e2b56c55199a.json b/6291/data/test-cases/5989e77a21e4a4d.json similarity index 67% rename from 6266/data/test-cases/606e2b56c55199a.json rename to 6291/data/test-cases/5989e77a21e4a4d.json index 642c321eb97..1722390776f 100644 --- a/6266/data/test-cases/606e2b56c55199a.json +++ b/6291/data/test-cases/5989e77a21e4a4d.json @@ -1 +1 @@ -{"uid":"606e2b56c55199a","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":1706101530740,"stop":1706101530741,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"606e2b56c55199a.json","parameterValues":[]} \ No newline at end of file +{"uid":"5989e77a21e4a4d","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":1706618865688,"stop":1706618865689,"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":2,"unknown":0,"total":2},"items":[{"uid":"2f8b885d647efd76","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f8b885d647efd76","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"tags":[]},"source":"5989e77a21e4a4d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f7bf87b894418b7.json b/6291/data/test-cases/599164d2595c676.json similarity index 86% rename from 6266/data/test-cases/f7bf87b894418b7.json rename to 6291/data/test-cases/599164d2595c676.json index 770b2114044..a35cbb07bc0 100644 --- a/6266/data/test-cases/f7bf87b894418b7.json +++ b/6291/data/test-cases/599164d2595c676.json @@ -1 +1 @@ -{"uid":"f7bf87b894418b7","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":1706101792221,"stop":1706101792221,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"102ae84c62161539","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/102ae84c62161539","status":"passed","time":{"start":1706101709065,"stop":1706101709065,"duration":0}},{"uid":"ae8b2c9291a1e1c6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ae8b2c9291a1e1c6","status":"passed","time":{"start":1706101584051,"stop":1706101584051,"duration":0}},{"uid":"ea5768451a205a13","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ea5768451a205a13","status":"passed","time":{"start":1706100800538,"stop":1706100800539,"duration":1}},{"uid":"8bf4ac60ae325c1d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/8bf4ac60ae325c1d","status":"passed","time":{"start":1706099377051,"stop":1706099377051,"duration":0}},{"uid":"81e92b9896e6f291","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/81e92b9896e6f291","status":"passed","time":{"start":1705681745211,"stop":1705681745211,"duration":0}},{"uid":"a606f5bb4745e535","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a606f5bb4745e535","status":"passed","time":{"start":1705680374215,"stop":1705680374215,"duration":0}},{"uid":"1b4f4849aa3aab78","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/1b4f4849aa3aab78","status":"passed","time":{"start":1705667089490,"stop":1705667089490,"duration":0}},{"uid":"1c211e187804ab93","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1c211e187804ab93","status":"passed","time":{"start":1705521364830,"stop":1705521364830,"duration":0}},{"uid":"e6e8ac57b8914c08","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e6e8ac57b8914c08","status":"passed","time":{"start":1705520531880,"stop":1705520531880,"duration":0}},{"uid":"12f70595e2bdf00b","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/12f70595e2bdf00b","status":"passed","time":{"start":1705502591743,"stop":1705502591743,"duration":0}}]},"tags":[]},"source":"f7bf87b894418b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"599164d2595c676","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":1706619029142,"stop":1706619029142,"duration":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}],"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}],"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":[],"tags":[]},"source":"599164d2595c676.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d7f71acb003da4c0.json b/6291/data/test-cases/59eb7e815d5ade4d.json similarity index 92% rename from 6266/data/test-cases/d7f71acb003da4c0.json rename to 6291/data/test-cases/59eb7e815d5ade4d.json index 5a6526288be..977284d1984 100644 --- a/6266/data/test-cases/d7f71acb003da4c0.json +++ b/6291/data/test-cases/59eb7e815d5ade4d.json @@ -1 +1 @@ -{"uid":"d7f71acb003da4c0","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":1706101593986,"stop":1706101593986,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"b36fcfdb68861b6c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b36fcfdb68861b6c","status":"passed","time":{"start":1706101499431,"stop":1706101499431,"duration":0}},{"uid":"2e6481e84461115a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2e6481e84461115a","status":"passed","time":{"start":1706101380144,"stop":1706101380144,"duration":0}},{"uid":"7fb9f9be704acfa2","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7fb9f9be704acfa2","status":"passed","time":{"start":1706100623757,"stop":1706100623757,"duration":0}},{"uid":"99ad5d8a031dc2c6","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/99ad5d8a031dc2c6","status":"passed","time":{"start":1706099176280,"stop":1706099176280,"duration":0}},{"uid":"2cb775ad75e6b4a2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2cb775ad75e6b4a2","status":"passed","time":{"start":1705681544248,"stop":1705681544248,"duration":0}},{"uid":"c9242037e3dc305d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c9242037e3dc305d","status":"passed","time":{"start":1705680158893,"stop":1705680158893,"duration":0}},{"uid":"9802242a0fde03bd","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9802242a0fde03bd","status":"passed","time":{"start":1705666900196,"stop":1705666900196,"duration":0}},{"uid":"89489a7c2620f355","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/89489a7c2620f355","status":"passed","time":{"start":1705526887791,"stop":1705526887792,"duration":1}}]},"tags":[]},"source":"d7f71acb003da4c0.json","parameterValues":[]} \ No newline at end of file +{"uid":"59eb7e815d5ade4d","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":1706618858009,"stop":1706618858010,"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":2,"unknown":0,"total":2},"items":[{"uid":"a8a2a83187890626","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a8a2a83187890626","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"tags":[]},"source":"59eb7e815d5ade4d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e93a669fcaa8fa66.json b/6291/data/test-cases/59f435fdb60e90e6.json similarity index 51% rename from 6266/data/test-cases/e93a669fcaa8fa66.json rename to 6291/data/test-cases/59f435fdb60e90e6.json index 0a373acdcc8..3884de7db61 100644 --- a/6266/data/test-cases/e93a669fcaa8fa66.json +++ b/6291/data/test-cases/59f435fdb60e90e6.json @@ -1 +1 @@ -{"uid":"e93a669fcaa8fa66","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101762917,"stop":1706101762917,"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":108,"unknown":0,"total":108},"items":[{"uid":"8da00c940f219d06","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/8da00c940f219d06","status":"passed","time":{"start":1706101681220,"stop":1706101681220,"duration":0}},{"uid":"b9fa283c98ffdb56","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/b9fa283c98ffdb56","status":"passed","time":{"start":1706101560070,"stop":1706101560070,"duration":0}},{"uid":"5cc4952f9c25c8f8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5cc4952f9c25c8f8","status":"passed","time":{"start":1706101005378,"stop":1706101005379,"duration":1}},{"uid":"f44a9b9cd6c082fa","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f44a9b9cd6c082fa","status":"passed","time":{"start":1706100764375,"stop":1706100764378,"duration":3}},{"uid":"fd159d23ca75a9cf","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/fd159d23ca75a9cf","status":"passed","time":{"start":1706100038724,"stop":1706100038725,"duration":1}},{"uid":"65f0ab1a17ad790","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/65f0ab1a17ad790","status":"passed","time":{"start":1706099331423,"stop":1706099331424,"duration":1}},{"uid":"fe7d5ed86b769b4f","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/fe7d5ed86b769b4f","status":"passed","time":{"start":1706077763479,"stop":1706077763479,"duration":0}},{"uid":"e51698de484d4be9","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/e51698de484d4be9","status":"passed","time":{"start":1706069851603,"stop":1706069851603,"duration":0}},{"uid":"e0079c7b3113c13","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e0079c7b3113c13","status":"passed","time":{"start":1705950568427,"stop":1705950568428,"duration":1}},{"uid":"8105ad697108c4e8","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/8105ad697108c4e8","status":"passed","time":{"start":1705938368710,"stop":1705938368710,"duration":0}},{"uid":"bfa83dee4daf2419","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/bfa83dee4daf2419","status":"passed","time":{"start":1705913514590,"stop":1705913514590,"duration":0}},{"uid":"d1fdde59b427525b","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d1fdde59b427525b","status":"passed","time":{"start":1705913059029,"stop":1705913059029,"duration":0}},{"uid":"ed99fe3805d6f28d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/ed99fe3805d6f28d","status":"passed","time":{"start":1705912433756,"stop":1705912433757,"duration":1}},{"uid":"e3001658a01196c3","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e3001658a01196c3","status":"passed","time":{"start":1705911614634,"stop":1705911614635,"duration":1}},{"uid":"fefba854ae1b813d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/fefba854ae1b813d","status":"passed","time":{"start":1705698824920,"stop":1705698824921,"duration":1}},{"uid":"b6b3455f0461e558","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b6b3455f0461e558","status":"passed","time":{"start":1705687549294,"stop":1705687549295,"duration":1}},{"uid":"9b1fa20aa975bb2a","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/9b1fa20aa975bb2a","status":"passed","time":{"start":1705687455029,"stop":1705687455030,"duration":1}},{"uid":"b1eb26d01b5e0461","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/b1eb26d01b5e0461","status":"passed","time":{"start":1705681714515,"stop":1705681714515,"duration":0}},{"uid":"7d32bd95c72b4544","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7d32bd95c72b4544","status":"passed","time":{"start":1705680280961,"stop":1705680280962,"duration":1}},{"uid":"7c565fc056e02b81","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7c565fc056e02b81","status":"passed","time":{"start":1705678144798,"stop":1705678144799,"duration":1}}]},"tags":[]},"source":"e93a669fcaa8fa66.json","parameterValues":[]} \ No newline at end of file +{"uid":"59f435fdb60e90e6","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619030047,"stop":1706619030048,"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":2,"unknown":0,"total":2},"items":[{"uid":"e936765541a362f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e936765541a362f","status":"passed","time":{"start":1706618784354,"stop":1706618784354,"duration":0}}]},"tags":[]},"source":"59f435fdb60e90e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5a6a9be104b3c4a7.json b/6291/data/test-cases/5a6a9be104b3c4a7.json new file mode 100644 index 00000000000..41a01fb4417 --- /dev/null +++ b/6291/data/test-cases/5a6a9be104b3c4a7.json @@ -0,0 +1 @@ +{"uid":"5a6a9be104b3c4a7","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":1706618731299,"stop":1706618731299,"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":2,"unknown":0,"total":2},"items":[{"uid":"3ede1ad9db3e14d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3ede1ad9db3e14d9","status":"passed","time":{"start":1706618394348,"stop":1706618394348,"duration":0}}]},"tags":[]},"source":"5a6a9be104b3c4a7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5abf1dafb7089703.json b/6291/data/test-cases/5abf1dafb7089703.json new file mode 100644 index 00000000000..566b8f9fbe2 --- /dev/null +++ b/6291/data/test-cases/5abf1dafb7089703.json @@ -0,0 +1 @@ +{"uid":"5abf1dafb7089703","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619035798,"stop":1706619035798,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Decryption Keys"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5d93a6d43d896b30","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d93a6d43d896b30","status":"passed","time":{"start":1706618800452,"stop":1706618800453,"duration":1}}]},"tags":[]},"source":"5abf1dafb7089703.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5aed16e28a757fd8.json b/6291/data/test-cases/5aed16e28a757fd8.json new file mode 100644 index 00000000000..b858b3c906f --- /dev/null +++ b/6291/data/test-cases/5aed16e28a757fd8.json @@ -0,0 +1 @@ +{"uid":"5aed16e28a757fd8","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":1706618371931,"stop":1706618371931,"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":2,"unknown":0,"total":2},"items":[{"uid":"8586fc85d4566302","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8586fc85d4566302","status":"passed","time":{"start":1706618164516,"stop":1706618164516,"duration":0}}]},"tags":[]},"source":"5aed16e28a757fd8.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/31257641a3ebf4f3.json b/6291/data/test-cases/5b11f0956833e69f.json similarity index 85% rename from 6266/data/test-cases/31257641a3ebf4f3.json rename to 6291/data/test-cases/5b11f0956833e69f.json index e40c7d6eff5..eaa1da8af18 100644 --- a/6266/data/test-cases/31257641a3ebf4f3.json +++ b/6291/data/test-cases/5b11f0956833e69f.json @@ -1 +1 @@ -{"uid":"31257641a3ebf4f3","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":1706101723804,"stop":1706101723805,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"c7861ae9a4db327f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c7861ae9a4db327f","status":"passed","time":{"start":1706101654470,"stop":1706101654470,"duration":0}},{"uid":"f69ac8c4ba62dcd9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f69ac8c4ba62dcd9","status":"passed","time":{"start":1706101537673,"stop":1706101537674,"duration":1}},{"uid":"cf03a0597e9b2588","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/cf03a0597e9b2588","status":"passed","time":{"start":1706100722908,"stop":1706100722909,"duration":1}},{"uid":"da3804d0ece9a04e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/da3804d0ece9a04e","status":"passed","time":{"start":1706099290661,"stop":1706099290662,"duration":1}},{"uid":"1e9a03197073ac1c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1e9a03197073ac1c","status":"passed","time":{"start":1705681678161,"stop":1705681678161,"duration":0}},{"uid":"722b302292cbee9f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/722b302292cbee9f","status":"passed","time":{"start":1705680350543,"stop":1705680350543,"duration":0}},{"uid":"b29de3b48d156d7e","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/b29de3b48d156d7e","status":"passed","time":{"start":1705667092970,"stop":1705667092970,"duration":0}},{"uid":"fa15a571466d00a6","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/fa15a571466d00a6","status":"passed","time":{"start":1705527069398,"stop":1705527069398,"duration":0}},{"uid":"1edbbba1ae62ad6a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1edbbba1ae62ad6a","status":"passed","time":{"start":1705521327117,"stop":1705521327117,"duration":0}},{"uid":"5590b83840eaa8fd","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/5590b83840eaa8fd","status":"passed","time":{"start":1705520488404,"stop":1705520488405,"duration":1}},{"uid":"a09e8e3c3f054f9b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a09e8e3c3f054f9b","status":"passed","time":{"start":1705518883250,"stop":1705518883251,"duration":1}},{"uid":"aacb15fabbb6b00","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/aacb15fabbb6b00","status":"passed","time":{"start":1705502684102,"stop":1705502684102,"duration":0}}]},"tags":[]},"source":"31257641a3ebf4f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"5b11f0956833e69f","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":1706618959494,"stop":1706618959494,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"cf0ad307d60db5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf0ad307d60db5","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"tags":[]},"source":"5b11f0956833e69f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5b1d5fe5214f3034.json b/6291/data/test-cases/5b1d5fe5214f3034.json new file mode 100644 index 00000000000..7aae7baa824 --- /dev/null +++ b/6291/data/test-cases/5b1d5fe5214f3034.json @@ -0,0 +1 @@ +{"uid":"5b1d5fe5214f3034","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":1706618372811,"stop":1706618372811,"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":2,"unknown":0,"total":2},"items":[{"uid":"db9f4a818e87f4d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db9f4a818e87f4d8","status":"passed","time":{"start":1706618165334,"stop":1706618165334,"duration":0}}]},"tags":[]},"source":"5b1d5fe5214f3034.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f1df6fafaacd0c37.json b/6291/data/test-cases/5b225430347d014e.json similarity index 71% rename from 6266/data/test-cases/f1df6fafaacd0c37.json rename to 6291/data/test-cases/5b225430347d014e.json index 3286f230e19..5897e1393c2 100644 --- a/6266/data/test-cases/f1df6fafaacd0c37.json +++ b/6291/data/test-cases/5b225430347d014e.json @@ -1 +1 @@ -{"uid":"f1df6fafaacd0c37","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101545972,"stop":1706101545973,"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":106,"passed":0,"unknown":0,"total":106},"items":[{"uid":"1df6c8578d7c8004","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1df6c8578d7c8004","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101432528,"stop":1706101432544,"duration":16}},{"uid":"27993773fbd3cf76","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/27993773fbd3cf76","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101317710,"stop":1706101317710,"duration":0}},{"uid":"e5e5b48ff5d5a9ca","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/e5e5b48ff5d5a9ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100939716,"stop":1706100939717,"duration":1}},{"uid":"223818da4853fd2f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/223818da4853fd2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100525076,"stop":1706100525076,"duration":0}},{"uid":"25f9ae2c16c6c60b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/25f9ae2c16c6c60b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099965687,"stop":1706099965688,"duration":1}},{"uid":"2dc4ea9d41b6fde1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2dc4ea9d41b6fde1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099111451,"stop":1706099111452,"duration":1}},{"uid":"6d3b776cc21042b7","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/6d3b776cc21042b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706077695291,"stop":1706077695291,"duration":0}},{"uid":"b4cad57b1e47286f","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b4cad57b1e47286f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706069776807,"stop":1706069776807,"duration":0}},{"uid":"ba5ad41902291700","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/ba5ad41902291700","status":"skipped","statusDetails":"Test ignored","time":{"start":1705950492106,"stop":1705950492106,"duration":0}},{"uid":"1e7b54f39b3a897e","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1e7b54f39b3a897e","status":"skipped","statusDetails":"Test ignored","time":{"start":1705938291941,"stop":1705938291941,"duration":0}},{"uid":"ffc30fe6eabe59fe","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ffc30fe6eabe59fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1705913434720,"stop":1705913434720,"duration":0}},{"uid":"c1a30d8d93ed4cc7","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c1a30d8d93ed4cc7","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912976664,"stop":1705912976665,"duration":1}},{"uid":"3605caa66c9baa70","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3605caa66c9baa70","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912362842,"stop":1705912362843,"duration":1}},{"uid":"da45e044a88b1e84","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/da45e044a88b1e84","status":"skipped","statusDetails":"Test ignored","time":{"start":1705911541673,"stop":1705911541674,"duration":1}},{"uid":"6dc3d0696574fe93","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/6dc3d0696574fe93","status":"skipped","statusDetails":"Test ignored","time":{"start":1705698743480,"stop":1705698743480,"duration":0}},{"uid":"7faa4c2da71a50c8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/7faa4c2da71a50c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687470570,"stop":1705687470570,"duration":0}},{"uid":"46ed05d6a66837d7","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/46ed05d6a66837d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687378210,"stop":1705687378210,"duration":0}},{"uid":"4321c525bd824f1c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/4321c525bd824f1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1705681472166,"stop":1705681472166,"duration":0}},{"uid":"7a6a457123d91d25","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7a6a457123d91d25","status":"skipped","statusDetails":"Test ignored","time":{"start":1705680122016,"stop":1705680122016,"duration":0}},{"uid":"297b8afbb4fc1e6d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/297b8afbb4fc1e6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1705678077080,"stop":1705678077080,"duration":0}}]},"tags":[]},"source":"f1df6fafaacd0c37.json","parameterValues":[]} \ No newline at end of file +{"uid":"5b225430347d014e","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618871330,"stop":1706618871330,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"3cd90529b56385c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cd90529b56385c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685087,"stop":1706618685088,"duration":1}}]},"tags":[]},"source":"5b225430347d014e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5b4bdcea56f80d1d.json b/6291/data/test-cases/5b4bdcea56f80d1d.json new file mode 100644 index 00000000000..3725119557e --- /dev/null +++ b/6291/data/test-cases/5b4bdcea56f80d1d.json @@ -0,0 +1 @@ +{"uid":"5b4bdcea56f80d1d","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":1706618487715,"stop":1706618487716,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9bb68bc062f57013","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9bb68bc062f57013","status":"passed","time":{"start":1706618273733,"stop":1706618273734,"duration":1}}]},"tags":[]},"source":"5b4bdcea56f80d1d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9bea625dd6cd3880.json b/6291/data/test-cases/5b8ade269780aa26.json similarity index 52% rename from 6266/data/test-cases/9bea625dd6cd3880.json rename to 6291/data/test-cases/5b8ade269780aa26.json index bf2d3d4a80a..187f0db265b 100644 --- a/6266/data/test-cases/9bea625dd6cd3880.json +++ b/6291/data/test-cases/5b8ade269780aa26.json @@ -1 +1 @@ -{"uid":"9bea625dd6cd3880","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":1706101261571,"stop":1706101261571,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"b4b8c6ba49bf3194","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b4b8c6ba49bf3194","status":"passed","time":{"start":1706101157686,"stop":1706101157686,"duration":0}},{"uid":"6f1456b735c75f62","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6f1456b735c75f62","status":"passed","time":{"start":1706101053581,"stop":1706101053581,"duration":0}},{"uid":"ff76d2f5e24ebc22","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ff76d2f5e24ebc22","status":"passed","time":{"start":1706100258841,"stop":1706100258842,"duration":1}},{"uid":"c99a1f22539c619f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c99a1f22539c619f","status":"passed","time":{"start":1706098839844,"stop":1706098839844,"duration":0}},{"uid":"6dbb73a38f5e0d2e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6dbb73a38f5e0d2e","status":"passed","time":{"start":1705681219095,"stop":1705681219095,"duration":0}},{"uid":"c82cfa884f6d9c6c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c82cfa884f6d9c6c","status":"passed","time":{"start":1705679961658,"stop":1705679961661,"duration":3}},{"uid":"95be723ed33a6e8e","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/95be723ed33a6e8e","status":"passed","time":{"start":1705666710511,"stop":1705666710511,"duration":0}},{"uid":"ce3d8b6963a5755e","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/ce3d8b6963a5755e","status":"passed","time":{"start":1705526749483,"stop":1705526749483,"duration":0}},{"uid":"7c0e04c2d54fe36e","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/7c0e04c2d54fe36e","status":"passed","time":{"start":1705520967845,"stop":1705520967846,"duration":1}},{"uid":"c488d007a494dd98","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c488d007a494dd98","status":"passed","time":{"start":1705520115247,"stop":1705520115247,"duration":0}},{"uid":"485b654746da355b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/485b654746da355b","status":"passed","time":{"start":1705518342021,"stop":1705518342022,"duration":1}},{"uid":"8f3a5ad2cb6df8f1","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8f3a5ad2cb6df8f1","status":"passed","time":{"start":1705502169548,"stop":1705502169548,"duration":0}}]},"tags":[]},"source":"9bea625dd6cd3880.json","parameterValues":[]} \ No newline at end of file +{"uid":"5b8ade269780aa26","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":1706618487715,"stop":1706618487715,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"88aeed265f4682c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88aeed265f4682c8","status":"passed","time":{"start":1706618273732,"stop":1706618273732,"duration":0}}]},"tags":[]},"source":"5b8ade269780aa26.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5c1ce7e3a7bb159e.json b/6291/data/test-cases/5c1ce7e3a7bb159e.json new file mode 100644 index 00000000000..3e19848cbe6 --- /dev/null +++ b/6291/data/test-cases/5c1ce7e3a7bb159e.json @@ -0,0 +1 @@ +{"uid":"5c1ce7e3a7bb159e","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":1706619029123,"stop":1706619029123,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"bd55bf8c4105da42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd55bf8c4105da42","status":"passed","time":{"start":1706618668722,"stop":1706618668722,"duration":0}}]},"tags":[]},"source":"5c1ce7e3a7bb159e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5c7cd74f27936d1a.json b/6291/data/test-cases/5c7cd74f27936d1a.json new file mode 100644 index 00000000000..34c76d01767 --- /dev/null +++ b/6291/data/test-cases/5c7cd74f27936d1a.json @@ -0,0 +1 @@ +{"uid":"5c7cd74f27936d1a","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":1706618366457,"stop":1706618366458,"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":2,"unknown":0,"total":2},"items":[{"uid":"a46f9ba520454cfb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a46f9ba520454cfb","status":"passed","time":{"start":1706618156837,"stop":1706618156838,"duration":1}}]},"tags":[]},"source":"5c7cd74f27936d1a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5caeadbc4a454657.json b/6291/data/test-cases/5caeadbc4a454657.json new file mode 100644 index 00000000000..097fffef91e --- /dev/null +++ b/6291/data/test-cases/5caeadbc4a454657.json @@ -0,0 +1 @@ +{"uid":"5caeadbc4a454657","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":1706618371923,"stop":1706618371923,"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":2,"unknown":0,"total":2},"items":[{"uid":"5a86a8b8993f9467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a86a8b8993f9467","status":"passed","time":{"start":1706618164514,"stop":1706618164514,"duration":0}}]},"tags":[]},"source":"5caeadbc4a454657.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/37b24ceb175babc8.json b/6291/data/test-cases/5cb4199a425cb12f.json similarity index 54% rename from 6266/data/test-cases/37b24ceb175babc8.json rename to 6291/data/test-cases/5cb4199a425cb12f.json index 6c6d1281ae6..dcd03c38223 100644 --- a/6266/data/test-cases/37b24ceb175babc8.json +++ b/6291/data/test-cases/5cb4199a425cb12f.json @@ -1 +1 @@ -{"uid":"37b24ceb175babc8","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":1706101721135,"stop":1706101721136,"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":105,"unknown":0,"total":105},"items":[{"uid":"d2614cf89db34c1f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d2614cf89db34c1f","status":"passed","time":{"start":1706101642235,"stop":1706101642236,"duration":1}},{"uid":"633dd0aa93010a1d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/633dd0aa93010a1d","status":"passed","time":{"start":1706101519102,"stop":1706101519103,"duration":1}},{"uid":"df93b243a0a27db2","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/df93b243a0a27db2","status":"passed","time":{"start":1706100987911,"stop":1706100987911,"duration":0}},{"uid":"df9327ad31b91f1a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/df9327ad31b91f1a","status":"passed","time":{"start":1706100748156,"stop":1706100748156,"duration":0}},{"uid":"353356310e96716a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/353356310e96716a","status":"passed","time":{"start":1706100020177,"stop":1706100020178,"duration":1}},{"uid":"16340cf743b70143","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/16340cf743b70143","status":"passed","time":{"start":1706099314727,"stop":1706099314728,"duration":1}},{"uid":"12c6cab9b922f60d","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/12c6cab9b922f60d","status":"passed","time":{"start":1706077757146,"stop":1706077757147,"duration":1}},{"uid":"b8b7e6c6ac5d29a8","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b8b7e6c6ac5d29a8","status":"passed","time":{"start":1706069836101,"stop":1706069836101,"duration":0}},{"uid":"af80a26467f6ba1","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/af80a26467f6ba1","status":"passed","time":{"start":1705950563651,"stop":1705950563651,"duration":0}},{"uid":"cdc15f596b739603","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/cdc15f596b739603","status":"passed","time":{"start":1705938352857,"stop":1705938352858,"duration":1}},{"uid":"28f9ffb693b98442","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/28f9ffb693b98442","status":"passed","time":{"start":1705913492854,"stop":1705913492857,"duration":3}},{"uid":"4f97e838e5fd9bbb","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4f97e838e5fd9bbb","status":"passed","time":{"start":1705913033281,"stop":1705913033287,"duration":6}},{"uid":"8b7e116ff145dd03","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8b7e116ff145dd03","status":"passed","time":{"start":1705912419962,"stop":1705912419962,"duration":0}},{"uid":"6b0c9ad859b67217","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6b0c9ad859b67217","status":"passed","time":{"start":1705911596511,"stop":1705911596512,"duration":1}},{"uid":"22b9217a0e85ce83","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/22b9217a0e85ce83","status":"passed","time":{"start":1705698803936,"stop":1705698803936,"duration":0}},{"uid":"b94eb405a7d3282","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b94eb405a7d3282","status":"passed","time":{"start":1705687524365,"stop":1705687524366,"duration":1}},{"uid":"12d5547df93fd5ad","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/12d5547df93fd5ad","status":"passed","time":{"start":1705687441112,"stop":1705687441116,"duration":4}},{"uid":"35a697c91d8f266e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/35a697c91d8f266e","status":"passed","time":{"start":1705681668627,"stop":1705681668627,"duration":0}},{"uid":"92d4734b9bc0ecf9","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/92d4734b9bc0ecf9","status":"passed","time":{"start":1705680243615,"stop":1705680243615,"duration":0}},{"uid":"41f99eaed2b64134","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/41f99eaed2b64134","status":"passed","time":{"start":1705678134143,"stop":1705678134144,"duration":1}}]},"tags":[]},"source":"37b24ceb175babc8.json","parameterValues":[]} \ No newline at end of file +{"uid":"5cb4199a425cb12f","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":1706619004845,"stop":1706619004846,"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":2,"unknown":0,"total":2},"items":[{"uid":"5996e3627eab2a7a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5996e3627eab2a7a","status":"passed","time":{"start":1706618760399,"stop":1706618760406,"duration":7}}]},"tags":[]},"source":"5cb4199a425cb12f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d1ccb8dcd3f690ed.json b/6291/data/test-cases/5d037492a124d401.json similarity index 55% rename from 6266/data/test-cases/d1ccb8dcd3f690ed.json rename to 6291/data/test-cases/5d037492a124d401.json index 7fbb2010457..532814cdbb5 100644 --- a/6266/data/test-cases/d1ccb8dcd3f690ed.json +++ b/6291/data/test-cases/5d037492a124d401.json @@ -1 +1 @@ -{"uid":"d1ccb8dcd3f690ed","name":"should emit `waku:online` event only when first peer is connected","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > should emit `waku:online` event only when first peer is connected","historyId":"8b0359e76c70f4e5aea6ed68bbcb8903:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101227413,"stop":1706101227414,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":104,"unknown":0,"total":105},"items":[{"uid":"b4fa73005f8dc6de","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b4fa73005f8dc6de","status":"passed","time":{"start":1706101125142,"stop":1706101125145,"duration":3}},{"uid":"568294062f18d381","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/568294062f18d381","status":"passed","time":{"start":1706101015830,"stop":1706101015830,"duration":0}},{"uid":"5355fb879f2b4078","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5355fb879f2b4078","status":"passed","time":{"start":1706100852803,"stop":1706100852803,"duration":0}},{"uid":"a1c4194d29b4e020","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a1c4194d29b4e020","status":"passed","time":{"start":1706100223319,"stop":1706100223319,"duration":0}},{"uid":"cd38de1ae18d144b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/cd38de1ae18d144b","status":"passed","time":{"start":1706099883683,"stop":1706099883683,"duration":0}},{"uid":"4f20fff2a922229d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4f20fff2a922229d","status":"passed","time":{"start":1706098811153,"stop":1706098811153,"duration":0}},{"uid":"dbe5e056d261354d","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/dbe5e056d261354d","status":"passed","time":{"start":1706077610799,"stop":1706077610800,"duration":1}},{"uid":"78a614b564c273e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/78a614b564c273e","status":"passed","time":{"start":1706069699144,"stop":1706069699145,"duration":1}},{"uid":"769a5000df3827f3","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/769a5000df3827f3","status":"passed","time":{"start":1705950407392,"stop":1705950407393,"duration":1}},{"uid":"8351e93fba185a9d","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/8351e93fba185a9d","status":"passed","time":{"start":1705938212316,"stop":1705938212316,"duration":0}},{"uid":"b56fdfddda1ad811","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b56fdfddda1ad811","status":"passed","time":{"start":1705913348497,"stop":1705913348498,"duration":1}},{"uid":"5a285cd951066df0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/5a285cd951066df0","status":"passed","time":{"start":1705912893443,"stop":1705912893444,"duration":1}},{"uid":"405f1d109458f08e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/405f1d109458f08e","status":"passed","time":{"start":1705912281004,"stop":1705912281004,"duration":0}},{"uid":"44a384a7db46dddc","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/44a384a7db46dddc","status":"passed","time":{"start":1705911462869,"stop":1705911462870,"duration":1}},{"uid":"6d72f83acf3898bb","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/6d72f83acf3898bb","status":"passed","time":{"start":1705698669792,"stop":1705698669793,"duration":1}},{"uid":"a99062ca2a0d856f","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a99062ca2a0d856f","status":"passed","time":{"start":1705687379919,"stop":1705687379919,"duration":0}},{"uid":"8f7812dad7494fc6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/8f7812dad7494fc6","status":"passed","time":{"start":1705687301609,"stop":1705687301609,"duration":0}},{"uid":"3efbd77360699cf6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3efbd77360699cf6","status":"passed","time":{"start":1705681179657,"stop":1705681179657,"duration":0}},{"uid":"32c2a0a2e3a46384","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/32c2a0a2e3a46384","status":"passed","time":{"start":1705679931687,"stop":1705679931687,"duration":0}},{"uid":"e80e461cecb0090d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e80e461cecb0090d","status":"passed","time":{"start":1705677992182,"stop":1705677992182,"duration":0}}]},"tags":[]},"source":"d1ccb8dcd3f690ed.json","parameterValues":[]} \ No newline at end of file +{"uid":"5d037492a124d401","name":"should emit `waku:online` event only when first peer is connected","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > should emit `waku:online` event only when first peer is connected","historyId":"8b0359e76c70f4e5aea6ed68bbcb8903:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454372,"stop":1706618454372,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","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":2,"unknown":0,"total":2},"items":[{"uid":"a5e380aa701c8bac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5e380aa701c8bac","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"tags":[]},"source":"5d037492a124d401.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5dc6a053545d98ff.json b/6291/data/test-cases/5dc6a053545d98ff.json new file mode 100644 index 00000000000..bae3f29bd1b --- /dev/null +++ b/6291/data/test-cases/5dc6a053545d98ff.json @@ -0,0 +1 @@ +{"uid":"5dc6a053545d98ff","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":1706618871330,"stop":1706618871330,"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":2,"unknown":0,"total":2},"items":[{"uid":"564808765deefdc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/564808765deefdc2","status":"passed","time":{"start":1706618685086,"stop":1706618685087,"duration":1}}]},"tags":[]},"source":"5dc6a053545d98ff.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5e07dd12e010d4cd.json b/6291/data/test-cases/5e07dd12e010d4cd.json new file mode 100644 index 00000000000..cbe3608b990 --- /dev/null +++ b/6291/data/test-cases/5e07dd12e010d4cd.json @@ -0,0 +1 @@ +{"uid":"5e07dd12e010d4cd","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":1706618496637,"stop":1706618496638,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"e1ac0c97da7d1fcf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e1ac0c97da7d1fcf","status":"passed","time":{"start":1706618285303,"stop":1706618285303,"duration":0}}]},"tags":[]},"source":"5e07dd12e010d4cd.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5e614e39c4360be4.json b/6291/data/test-cases/5e614e39c4360be4.json new file mode 100644 index 00000000000..4c7738ee89a --- /dev/null +++ b/6291/data/test-cases/5e614e39c4360be4.json @@ -0,0 +1 @@ +{"uid":"5e614e39c4360be4","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":1706618372821,"stop":1706618372821,"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":2,"unknown":0,"total":2},"items":[{"uid":"293612d152712438","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/293612d152712438","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"tags":[]},"source":"5e614e39c4360be4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5e865dfd633ac35.json b/6291/data/test-cases/5e865dfd633ac35.json new file mode 100644 index 00000000000..e380864f77e --- /dev/null +++ b/6291/data/test-cases/5e865dfd633ac35.json @@ -0,0 +1 @@ +{"uid":"5e865dfd633ac35","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":1706618871334,"stop":1706618871334,"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":2,"unknown":0,"total":2},"items":[{"uid":"c94d243569f01d0d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c94d243569f01d0d","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"tags":[]},"source":"5e865dfd633ac35.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/635b0a5cec61d015.json b/6291/data/test-cases/5ec01a51348e0c6.json similarity index 86% rename from 6266/data/test-cases/635b0a5cec61d015.json rename to 6291/data/test-cases/5ec01a51348e0c6.json index 455ecdefc72..95ccb117361 100644 --- a/6266/data/test-cases/635b0a5cec61d015.json +++ b/6291/data/test-cases/5ec01a51348e0c6.json @@ -1 +1 @@ -{"uid":"635b0a5cec61d015","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Basic HTML tag and receive message","historyId":"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401960,"stop":1706101401960,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"13d61230a58d1c6b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/13d61230a58d1c6b","status":"passed","time":{"start":1706101295301,"stop":1706101295302,"duration":1}},{"uid":"8712d0b0bf7e5359","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8712d0b0bf7e5359","status":"passed","time":{"start":1706101187434,"stop":1706101187435,"duration":1}},{"uid":"e706fe7e6ccb6cc1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e706fe7e6ccb6cc1","status":"passed","time":{"start":1706100397503,"stop":1706100397503,"duration":0}},{"uid":"b5d658e40bfdd744","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b5d658e40bfdd744","status":"passed","time":{"start":1706098985439,"stop":1706098985440,"duration":1}},{"uid":"8001b7b640b90a9f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8001b7b640b90a9f","status":"passed","time":{"start":1705681341596,"stop":1705681341596,"duration":0}},{"uid":"7927660a5dc043df","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7927660a5dc043df","status":"passed","time":{"start":1705680075501,"stop":1705680075501,"duration":0}},{"uid":"1fbaed795a06aeab","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/1fbaed795a06aeab","status":"passed","time":{"start":1705666818724,"stop":1705666818724,"duration":0}},{"uid":"45e340b3e7559e93","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/45e340b3e7559e93","status":"passed","time":{"start":1705520251426,"stop":1705520251426,"duration":0}},{"uid":"ab3b5c2a8918d0dd","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ab3b5c2a8918d0dd","status":"passed","time":{"start":1705518481996,"stop":1705518481996,"duration":0}},{"uid":"270f769205df129f","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/270f769205df129f","status":"passed","time":{"start":1705502312554,"stop":1705502312555,"duration":1}}]},"tags":[]},"source":"635b0a5cec61d015.json","parameterValues":[]} \ No newline at end of file +{"uid":"5ec01a51348e0c6","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":1706618624452,"stop":1706618624498,"duration":46},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":1,"passed":1,"unknown":0,"total":2},"items":[{"uid":"178f616ed46134be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/178f616ed46134be","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460777,"stop":1706618460777,"duration":0}}]},"tags":[]},"source":"5ec01a51348e0c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ec27fc8d30a367cc.json b/6291/data/test-cases/5efbecf033e90135.json similarity index 75% rename from 6266/data/test-cases/ec27fc8d30a367cc.json rename to 6291/data/test-cases/5efbecf033e90135.json index 4cab6ad14ee..294513edf0c 100644 --- a/6266/data/test-cases/ec27fc8d30a367cc.json +++ b/6291/data/test-cases/5efbecf033e90135.json @@ -1 +1 @@ -{"uid":"ec27fc8d30a367cc","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":1706101530741,"stop":1706101530741,"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":"606e2b56c55199a","status":"passed","time":{"start":1706101530740,"stop":1706101530741,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":106,"unknown":0,"total":106},"items":[{"uid":"d8e073dc733f053b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d8e073dc733f053b","status":"passed","time":{"start":1706101419614,"stop":1706101419614,"duration":0}},{"uid":"afa3acc35c35e686","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/afa3acc35c35e686","status":"passed","time":{"start":1706101305321,"stop":1706101305321,"duration":0}},{"uid":"b03c03f49b82b047","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b03c03f49b82b047","status":"passed","time":{"start":1706100931219,"stop":1706100931219,"duration":0}},{"uid":"a4cfc27418675f06","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a4cfc27418675f06","status":"passed","time":{"start":1706100510911,"stop":1706100510911,"duration":0}},{"uid":"17fa180873df36b3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/17fa180873df36b3","status":"passed","time":{"start":1706099960912,"stop":1706099960912,"duration":0}},{"uid":"3041a275629b0797","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3041a275629b0797","status":"passed","time":{"start":1706099096980,"stop":1706099096980,"duration":0}},{"uid":"cbbb017185c12b78","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/cbbb017185c12b78","status":"passed","time":{"start":1706077690016,"stop":1706077690016,"duration":0}},{"uid":"d81af87842e5aef7","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d81af87842e5aef7","status":"passed","time":{"start":1706069780793,"stop":1706069780793,"duration":0}},{"uid":"b05351c1dd60f406","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b05351c1dd60f406","status":"passed","time":{"start":1705950480139,"stop":1705950480140,"duration":1}},{"uid":"47e3ffda953a3445","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/47e3ffda953a3445","status":"passed","time":{"start":1705938289259,"stop":1705938289260,"duration":1}},{"uid":"df62d1195f60071d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/df62d1195f60071d","status":"passed","time":{"start":1705913424153,"stop":1705913424153,"duration":0}},{"uid":"e05a00771d289ccd","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e05a00771d289ccd","status":"passed","time":{"start":1705912964627,"stop":1705912964627,"duration":0}},{"uid":"194a04e5ef84988e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/194a04e5ef84988e","status":"passed","time":{"start":1705912351034,"stop":1705912351035,"duration":1}},{"uid":"d05d91b40fe46a27","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d05d91b40fe46a27","status":"passed","time":{"start":1705911533391,"stop":1705911533391,"duration":0}},{"uid":"160184dc6e2755cf","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/160184dc6e2755cf","status":"passed","time":{"start":1705698747971,"stop":1705698747971,"duration":0}},{"uid":"e581540828888993","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e581540828888993","status":"passed","time":{"start":1705687465952,"stop":1705687465952,"duration":0}},{"uid":"2a3c451e7eff83d3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/2a3c451e7eff83d3","status":"passed","time":{"start":1705687367143,"stop":1705687367143,"duration":0}},{"uid":"1f15eb9deb4113ff","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1f15eb9deb4113ff","status":"passed","time":{"start":1705681459383,"stop":1705681459383,"duration":0}},{"uid":"e4692496caf5d484","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e4692496caf5d484","status":"passed","time":{"start":1705680122223,"stop":1705680122223,"duration":0}},{"uid":"c34be794dd71f66c","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c34be794dd71f66c","status":"passed","time":{"start":1705678066199,"stop":1705678066199,"duration":0}}]},"tags":[]},"source":"ec27fc8d30a367cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"5efbecf033e90135","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":1706618865692,"stop":1706618865693,"duration":1},"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":"9608f106375f94d9","status":"passed","time":{"start":1706618865692,"stop":1706618865692,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7decb4bde3c4d91f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7decb4bde3c4d91f","status":"passed","time":{"start":1706618683931,"stop":1706618683931,"duration":0}}]},"tags":[]},"source":"5efbecf033e90135.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/5fe35d20a86ea711.json b/6291/data/test-cases/5fe35d20a86ea711.json new file mode 100644 index 00000000000..4146d220380 --- /dev/null +++ b/6291/data/test-cases/5fe35d20a86ea711.json @@ -0,0 +1 @@ +{"uid":"5fe35d20a86ea711","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":1706618366597,"stop":1706618366597,"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":2,"unknown":0,"total":2},"items":[{"uid":"cca7d61ed67849e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cca7d61ed67849e2","status":"passed","time":{"start":1706618156963,"stop":1706618156964,"duration":1}}]},"tags":[]},"source":"5fe35d20a86ea711.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/601ebbceede4eee1.json b/6291/data/test-cases/601ebbceede4eee1.json new file mode 100644 index 00000000000..6589bfb2c0e --- /dev/null +++ b/6291/data/test-cases/601ebbceede4eee1.json @@ -0,0 +1 @@ +{"uid":"601ebbceede4eee1","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":1706618388586,"stop":1706618388587,"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":2,"unknown":0,"total":2},"items":[{"uid":"58eb4743fee36c89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/58eb4743fee36c89","status":"passed","time":{"start":1706618179514,"stop":1706618179514,"duration":0}}]},"tags":[]},"source":"601ebbceede4eee1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/62520a98739f7039.json b/6291/data/test-cases/617b65fe91747f1c.json similarity index 53% rename from 6266/data/test-cases/62520a98739f7039.json rename to 6291/data/test-cases/617b65fe91747f1c.json index 11192972beb..533e9c57a77 100644 --- a/6266/data/test-cases/62520a98739f7039.json +++ b/6291/data/test-cases/617b65fe91747f1c.json @@ -1 +1 @@ -{"uid":"62520a98739f7039","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101721134,"stop":1706101721135,"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":105,"unknown":0,"total":105},"items":[{"uid":"40dbcf33e811d73e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/40dbcf33e811d73e","status":"passed","time":{"start":1706101642235,"stop":1706101642235,"duration":0}},{"uid":"a58d56a9c8cdf686","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a58d56a9c8cdf686","status":"passed","time":{"start":1706101519102,"stop":1706101519102,"duration":0}},{"uid":"9ed23fd132f14f24","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/9ed23fd132f14f24","status":"passed","time":{"start":1706100987910,"stop":1706100987910,"duration":0}},{"uid":"827ca04f0fa1d8e5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/827ca04f0fa1d8e5","status":"passed","time":{"start":1706100748155,"stop":1706100748155,"duration":0}},{"uid":"fc102c49051f08f","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/fc102c49051f08f","status":"passed","time":{"start":1706100020177,"stop":1706100020177,"duration":0}},{"uid":"ee6ae2247733847d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ee6ae2247733847d","status":"passed","time":{"start":1706099314723,"stop":1706099314727,"duration":4}},{"uid":"335481c72d861a8f","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/335481c72d861a8f","status":"passed","time":{"start":1706077757146,"stop":1706077757146,"duration":0}},{"uid":"9f07d78ed7ee8f7e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/9f07d78ed7ee8f7e","status":"passed","time":{"start":1706069836101,"stop":1706069836101,"duration":0}},{"uid":"f33ef1ac2ade69a9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f33ef1ac2ade69a9","status":"passed","time":{"start":1705950563651,"stop":1705950563651,"duration":0}},{"uid":"edde0ef299ed7afc","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/edde0ef299ed7afc","status":"passed","time":{"start":1705938352854,"stop":1705938352855,"duration":1}},{"uid":"e1aa00c31a04c2ee","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/e1aa00c31a04c2ee","status":"passed","time":{"start":1705913492848,"stop":1705913492848,"duration":0}},{"uid":"6668f22ea6fbb018","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/6668f22ea6fbb018","status":"passed","time":{"start":1705913033280,"stop":1705913033281,"duration":1}},{"uid":"765e59f94edf6e80","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/765e59f94edf6e80","status":"passed","time":{"start":1705912419962,"stop":1705912419962,"duration":0}},{"uid":"e2db5d8ac463bbf2","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e2db5d8ac463bbf2","status":"passed","time":{"start":1705911596510,"stop":1705911596511,"duration":1}},{"uid":"2a972deae0168e3d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/2a972deae0168e3d","status":"passed","time":{"start":1705698803934,"stop":1705698803935,"duration":1}},{"uid":"f4dec5ad9487057","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/f4dec5ad9487057","status":"passed","time":{"start":1705687524365,"stop":1705687524365,"duration":0}},{"uid":"97dd07944ca9163c","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/97dd07944ca9163c","status":"passed","time":{"start":1705687441112,"stop":1705687441112,"duration":0}},{"uid":"a4507b9800cda04c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a4507b9800cda04c","status":"passed","time":{"start":1705681668626,"stop":1705681668627,"duration":1}},{"uid":"fed5f91f0861994","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/fed5f91f0861994","status":"passed","time":{"start":1705680243615,"stop":1705680243615,"duration":0}},{"uid":"fe31c23506f92078","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/fe31c23506f92078","status":"passed","time":{"start":1705678134143,"stop":1705678134143,"duration":0}}]},"tags":[]},"source":"62520a98739f7039.json","parameterValues":[]} \ No newline at end of file +{"uid":"617b65fe91747f1c","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619004845,"stop":1706619004845,"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":2,"unknown":0,"total":2},"items":[{"uid":"8b4b59ebf7833f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b4b59ebf7833f0","status":"passed","time":{"start":1706618760395,"stop":1706618760399,"duration":4}}]},"tags":[]},"source":"617b65fe91747f1c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7ada4e0cb9968a30.json b/6291/data/test-cases/618d7569c3956283.json similarity index 85% rename from 6266/data/test-cases/7ada4e0cb9968a30.json rename to 6291/data/test-cases/618d7569c3956283.json index 5b0ff469ee2..22ee986b586 100644 --- a/6266/data/test-cases/7ada4e0cb9968a30.json +++ b/6291/data/test-cases/618d7569c3956283.json @@ -1 +1 @@ -{"uid":"7ada4e0cb9968a30","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":1706101723807,"stop":1706101723807,"duration":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":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"b16441b5d9b97a2f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b16441b5d9b97a2f","status":"passed","time":{"start":1706101654474,"stop":1706101654474,"duration":0}},{"uid":"3a789f99ba5ecec3","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3a789f99ba5ecec3","status":"passed","time":{"start":1706101537676,"stop":1706101537677,"duration":1}},{"uid":"21bc3a6e5aa30d13","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/21bc3a6e5aa30d13","status":"passed","time":{"start":1706100722911,"stop":1706100722911,"duration":0}},{"uid":"440d99c010267ba1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/440d99c010267ba1","status":"passed","time":{"start":1706099290664,"stop":1706099290664,"duration":0}},{"uid":"c6b9f99024c23391","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c6b9f99024c23391","status":"passed","time":{"start":1705681678164,"stop":1705681678164,"duration":0}},{"uid":"af5e1b2dbc59b055","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/af5e1b2dbc59b055","status":"passed","time":{"start":1705680350545,"stop":1705680350546,"duration":1}},{"uid":"4b504e4696a1eab1","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/4b504e4696a1eab1","status":"passed","time":{"start":1705667092972,"stop":1705667092972,"duration":0}},{"uid":"a010fafc001133c9","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/a010fafc001133c9","status":"passed","time":{"start":1705527069400,"stop":1705527069401,"duration":1}},{"uid":"e19d0bde48a35cdd","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e19d0bde48a35cdd","status":"passed","time":{"start":1705521327119,"stop":1705521327119,"duration":0}},{"uid":"443f8280252cbd19","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/443f8280252cbd19","status":"passed","time":{"start":1705520488414,"stop":1705520488415,"duration":1}},{"uid":"669d9df5daeb685b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/669d9df5daeb685b","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883255,"stop":1705518883255,"duration":0}},{"uid":"cfeed54505ed6222","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/cfeed54505ed6222","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684106,"stop":1705502684106,"duration":0}}]},"tags":[]},"source":"7ada4e0cb9968a30.json","parameterValues":[]} \ No newline at end of file +{"uid":"618d7569c3956283","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":1706618959499,"stop":1706618959500,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"dba82f0e27403365","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dba82f0e27403365","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"tags":[]},"source":"618d7569c3956283.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/15859e4f05cbeebf.json b/6291/data/test-cases/61a05b23a3685d73.json similarity index 87% rename from 6266/data/test-cases/15859e4f05cbeebf.json rename to 6291/data/test-cases/61a05b23a3685d73.json index 9b5d8bb7164..b6933961c87 100644 --- a/6266/data/test-cases/15859e4f05cbeebf.json +++ b/6291/data/test-cases/61a05b23a3685d73.json @@ -1 +1 @@ -{"uid":"15859e4f05cbeebf","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":1706101792209,"stop":1706101792209,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"a41e619421a0757d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a41e619421a0757d","status":"passed","time":{"start":1706101709055,"stop":1706101709055,"duration":0}},{"uid":"f56b574157bf4daa","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f56b574157bf4daa","status":"passed","time":{"start":1706101584041,"stop":1706101584041,"duration":0}},{"uid":"7744cdba8ca61dc7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7744cdba8ca61dc7","status":"passed","time":{"start":1706100800528,"stop":1706100800528,"duration":0}},{"uid":"2945b90531062969","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2945b90531062969","status":"passed","time":{"start":1706099377039,"stop":1706099377039,"duration":0}},{"uid":"d1c72550be452de6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d1c72550be452de6","status":"passed","time":{"start":1705681745202,"stop":1705681745202,"duration":0}},{"uid":"4fdfa205253dc4db","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4fdfa205253dc4db","status":"passed","time":{"start":1705680374204,"stop":1705680374205,"duration":1}},{"uid":"55fbeca133c268c4","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/55fbeca133c268c4","status":"passed","time":{"start":1705667089470,"stop":1705667089470,"duration":0}},{"uid":"368d2020a137198e","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/368d2020a137198e","status":"passed","time":{"start":1705521364818,"stop":1705521364818,"duration":0}},{"uid":"2c4fe1b9fc211206","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/2c4fe1b9fc211206","status":"passed","time":{"start":1705520531868,"stop":1705520531868,"duration":0}},{"uid":"9490eda8a1f4c4c9","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/9490eda8a1f4c4c9","status":"passed","time":{"start":1705518661626,"stop":1705518661626,"duration":0}},{"uid":"1f8878b641f07976","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/1f8878b641f07976","status":"passed","time":{"start":1705502591729,"stop":1705502591729,"duration":0}}]},"tags":[]},"source":"15859e4f05cbeebf.json","parameterValues":[]} \ No newline at end of file +{"uid":"61a05b23a3685d73","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":1706619029127,"stop":1706619029127,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"7d23838394e3e7e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d23838394e3e7e","status":"passed","time":{"start":1706618668732,"stop":1706618668732,"duration":0}}]},"tags":[]},"source":"61a05b23a3685d73.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/625765bdead4e714.json b/6291/data/test-cases/625765bdead4e714.json new file mode 100644 index 00000000000..e35d3af444a --- /dev/null +++ b/6291/data/test-cases/625765bdead4e714.json @@ -0,0 +1 @@ +{"uid":"625765bdead4e714","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618801296,"stop":1706618801297,"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":2,"unknown":0,"total":2},"items":[{"uid":"8b169ba9153aab75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b169ba9153aab75","status":"passed","time":{"start":1706618638646,"stop":1706618638647,"duration":1}}]},"tags":[]},"source":"625765bdead4e714.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fa31a8ee314376fe.json b/6291/data/test-cases/628fe352059cb60e.json similarity index 85% rename from 6266/data/test-cases/fa31a8ee314376fe.json rename to 6291/data/test-cases/628fe352059cb60e.json index 7d10d58bb53..5b22f3d1872 100644 --- a/6266/data/test-cases/fa31a8ee314376fe.json +++ b/6291/data/test-cases/628fe352059cb60e.json @@ -1 +1 @@ -{"uid":"fa31a8ee314376fe","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":1706101723815,"stop":1706101723815,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"499d75800ae2522f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/499d75800ae2522f","status":"passed","time":{"start":1706101654479,"stop":1706101654479,"duration":0}},{"uid":"facef13ace1fdf98","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/facef13ace1fdf98","status":"passed","time":{"start":1706101537681,"stop":1706101537681,"duration":0}},{"uid":"87ca7ff28a795af7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/87ca7ff28a795af7","status":"passed","time":{"start":1706100722915,"stop":1706100722916,"duration":1}},{"uid":"be894ed16652aeea","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/be894ed16652aeea","status":"passed","time":{"start":1706099290667,"stop":1706099290668,"duration":1}},{"uid":"5ace9bf840c29b98","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5ace9bf840c29b98","status":"passed","time":{"start":1705681678176,"stop":1705681678177,"duration":1}},{"uid":"b38f6142812e838e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b38f6142812e838e","status":"passed","time":{"start":1705680350548,"stop":1705680350548,"duration":0}},{"uid":"f6e2edd687b4c041","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/f6e2edd687b4c041","status":"passed","time":{"start":1705667092974,"stop":1705667092974,"duration":0}},{"uid":"5a55674b53bc6bf","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/5a55674b53bc6bf","status":"passed","time":{"start":1705527069403,"stop":1705527069403,"duration":0}},{"uid":"4b4ce42271f58983","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4b4ce42271f58983","status":"passed","time":{"start":1705521327121,"stop":1705521327122,"duration":1}},{"uid":"5581000ccdd909c6","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/5581000ccdd909c6","status":"passed","time":{"start":1705520488421,"stop":1705520488422,"duration":1}},{"uid":"997578506505648d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/997578506505648d","status":"passed","time":{"start":1705518883258,"stop":1705518883258,"duration":0}},{"uid":"64fc2e73ac394f21","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/64fc2e73ac394f21","status":"passed","time":{"start":1705502684109,"stop":1705502684109,"duration":0}}]},"tags":[]},"source":"fa31a8ee314376fe.json","parameterValues":[]} \ No newline at end of file +{"uid":"628fe352059cb60e","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":1706618959507,"stop":1706618959507,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"33d64cf6690c6c15","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33d64cf6690c6c15","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"tags":[]},"source":"628fe352059cb60e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d11987b55e09fd17.json b/6291/data/test-cases/62bd1b0d41534a00.json similarity index 76% rename from 6266/data/test-cases/d11987b55e09fd17.json rename to 6291/data/test-cases/62bd1b0d41534a00.json index 9c196867f3e..9978eed3106 100644 --- a/6266/data/test-cases/d11987b55e09fd17.json +++ b/6291/data/test-cases/62bd1b0d41534a00.json @@ -1 +1 @@ -{"uid":"d11987b55e09fd17","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":1706101530681,"stop":1706101530681,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"c2885aa5f969c438","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c2885aa5f969c438","status":"passed","time":{"start":1706101419599,"stop":1706101419599,"duration":0}},{"uid":"56205d77c550613a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/56205d77c550613a","status":"passed","time":{"start":1706101305308,"stop":1706101305309,"duration":1}},{"uid":"4f7a94be09e109f8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/4f7a94be09e109f8","status":"passed","time":{"start":1706100931194,"stop":1706100931195,"duration":1}},{"uid":"6c7b819c1757832a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6c7b819c1757832a","status":"passed","time":{"start":1706100510893,"stop":1706100510893,"duration":0}},{"uid":"e57517f6f86d121","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e57517f6f86d121","status":"passed","time":{"start":1706099960902,"stop":1706099960902,"duration":0}},{"uid":"7a4c1b0b3f7b5b34","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7a4c1b0b3f7b5b34","status":"passed","time":{"start":1706099096970,"stop":1706099096970,"duration":0}},{"uid":"67d2420aa2d7dae1","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/67d2420aa2d7dae1","status":"passed","time":{"start":1706077689999,"stop":1706077690000,"duration":1}},{"uid":"2948b098f4a207f8","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2948b098f4a207f8","status":"passed","time":{"start":1706069780777,"stop":1706069780777,"duration":0}},{"uid":"79acb7de0ea2cf61","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/79acb7de0ea2cf61","status":"passed","time":{"start":1705950480120,"stop":1705950480121,"duration":1}},{"uid":"8c82f268de8376a7","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/8c82f268de8376a7","status":"passed","time":{"start":1705938289246,"stop":1705938289247,"duration":1}},{"uid":"67b5e47b758e4d55","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/67b5e47b758e4d55","status":"passed","time":{"start":1705913424140,"stop":1705913424141,"duration":1}},{"uid":"608c2299a7bc58f0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/608c2299a7bc58f0","status":"passed","time":{"start":1705912964603,"stop":1705912964604,"duration":1}},{"uid":"6765af657e8b5d11","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6765af657e8b5d11","status":"passed","time":{"start":1705912350985,"stop":1705912350985,"duration":0}},{"uid":"f58cf2fb8091d212","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f58cf2fb8091d212","status":"passed","time":{"start":1705911533348,"stop":1705911533348,"duration":0}},{"uid":"a8db674f79ddc85a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a8db674f79ddc85a","status":"passed","time":{"start":1705698747959,"stop":1705698747959,"duration":0}},{"uid":"4f53f1f0872e0a0d","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4f53f1f0872e0a0d","status":"passed","time":{"start":1705687465937,"stop":1705687465937,"duration":0}},{"uid":"8ed54d8f90dde8e5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/8ed54d8f90dde8e5","status":"passed","time":{"start":1705687367126,"stop":1705687367127,"duration":1}},{"uid":"7aca708e49819d1c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7aca708e49819d1c","status":"passed","time":{"start":1705681459372,"stop":1705681459373,"duration":1}},{"uid":"8bc3c9efdedd1c11","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/8bc3c9efdedd1c11","status":"passed","time":{"start":1705680122205,"stop":1705680122205,"duration":0}},{"uid":"2f32a9ece5777b06","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/2f32a9ece5777b06","status":"passed","time":{"start":1705678066182,"stop":1705678066182,"duration":0}}]},"tags":[]},"source":"d11987b55e09fd17.json","parameterValues":[]} \ No newline at end of file +{"uid":"62bd1b0d41534a00","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":1706618865680,"stop":1706618865681,"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":2,"unknown":0,"total":2},"items":[{"uid":"387c3517c52dbebf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/387c3517c52dbebf","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"tags":[]},"source":"62bd1b0d41534a00.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f0eed477f38b719c.json b/6291/data/test-cases/62e0f09f36c9ae7b.json similarity index 60% rename from 6266/data/test-cases/f0eed477f38b719c.json rename to 6291/data/test-cases/62e0f09f36c9ae7b.json index f507947a6ad..27f1ddc5b48 100644 --- a/6266/data/test-cases/f0eed477f38b719c.json +++ b/6291/data/test-cases/62e0f09f36c9ae7b.json @@ -1 +1 @@ -{"uid":"f0eed477f38b719c","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":1706101626122,"stop":1706101626122,"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":108,"unknown":0,"total":108},"items":[{"uid":"bf3bffbe3a983a0d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bf3bffbe3a983a0d","status":"passed","time":{"start":1706101523577,"stop":1706101523578,"duration":1}},{"uid":"60d8e107537cbe31","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/60d8e107537cbe31","status":"passed","time":{"start":1706101413560,"stop":1706101413560,"duration":0}},{"uid":"cefc8e56f0c20de3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/cefc8e56f0c20de3","status":"passed","time":{"start":1706101024932,"stop":1706101024932,"duration":0}},{"uid":"b63191dac99f6ae1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b63191dac99f6ae1","status":"passed","time":{"start":1706100628523,"stop":1706100628524,"duration":1}},{"uid":"120749c4454ff076","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/120749c4454ff076","status":"passed","time":{"start":1706100054480,"stop":1706100054480,"duration":0}},{"uid":"174d98b685fe9c6b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/174d98b685fe9c6b","status":"passed","time":{"start":1706099215579,"stop":1706099215580,"duration":1}},{"uid":"72c46309cbd97896","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/72c46309cbd97896","status":"passed","time":{"start":1706077780914,"stop":1706077780914,"duration":0}},{"uid":"11ead4f238ad7042","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/11ead4f238ad7042","status":"passed","time":{"start":1706069865810,"stop":1706069865810,"duration":0}},{"uid":"50cada1325a35cb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/50cada1325a35cb","status":"passed","time":{"start":1705950575445,"stop":1705950575446,"duration":1}},{"uid":"8aa5940415bb1963","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/8aa5940415bb1963","status":"passed","time":{"start":1705938390884,"stop":1705938390884,"duration":0}},{"uid":"9690fa4aace2da37","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9690fa4aace2da37","status":"passed","time":{"start":1705913510567,"stop":1705913510567,"duration":0}},{"uid":"d629ebce036f33a5","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d629ebce036f33a5","status":"passed","time":{"start":1705913061209,"stop":1705913061209,"duration":0}},{"uid":"4285342ba63ce2e2","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/4285342ba63ce2e2","status":"passed","time":{"start":1705912454482,"stop":1705912454482,"duration":0}},{"uid":"d74b6269a2b46827","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d74b6269a2b46827","status":"passed","time":{"start":1705911628396,"stop":1705911628396,"duration":0}},{"uid":"859f3c6cfd800f09","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/859f3c6cfd800f09","status":"passed","time":{"start":1705698833217,"stop":1705698833217,"duration":0}},{"uid":"615d8289aa828892","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/615d8289aa828892","status":"passed","time":{"start":1705687552274,"stop":1705687552274,"duration":0}},{"uid":"52317ba89a60f87e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/52317ba89a60f87e","status":"passed","time":{"start":1705687459035,"stop":1705687459035,"duration":0}},{"uid":"310c43035fc0a865","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/310c43035fc0a865","status":"passed","time":{"start":1705681567906,"stop":1705681567906,"duration":0}},{"uid":"518bb30c5840cd9","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/518bb30c5840cd9","status":"passed","time":{"start":1705680229732,"stop":1705680229732,"duration":0}},{"uid":"19a4ae127a1ff27a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/19a4ae127a1ff27a","status":"passed","time":{"start":1705678157503,"stop":1705678157503,"duration":0}}]},"tags":[]},"source":"f0eed477f38b719c.json","parameterValues":[]} \ No newline at end of file +{"uid":"62e0f09f36c9ae7b","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":1706618909987,"stop":1706618909988,"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":2,"unknown":0,"total":2},"items":[{"uid":"6b10800fe6da01e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b10800fe6da01e6","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"tags":[]},"source":"62e0f09f36c9ae7b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/63ca91af1698632b.json b/6291/data/test-cases/63ca91af1698632b.json new file mode 100644 index 00000000000..b97fb3660af --- /dev/null +++ b/6291/data/test-cases/63ca91af1698632b.json @@ -0,0 +1 @@ +{"uid":"63ca91af1698632b","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618395558,"stop":1706618395558,"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":2,"unknown":0,"total":2},"items":[{"uid":"b9f2b71f31304e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9f2b71f31304e4","status":"passed","time":{"start":1706618186249,"stop":1706618186249,"duration":0}}]},"tags":[]},"source":"63ca91af1698632b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7ac8d94c1fbf624d.json b/6291/data/test-cases/63fe6c5509c673a4.json similarity index 52% rename from 6266/data/test-cases/7ac8d94c1fbf624d.json rename to 6291/data/test-cases/63fe6c5509c673a4.json index 3059e933f83..943d861540e 100644 --- a/6266/data/test-cases/7ac8d94c1fbf624d.json +++ b/6291/data/test-cases/63fe6c5509c673a4.json @@ -1 +1 @@ -{"uid":"7ac8d94c1fbf624d","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":1706101261573,"stop":1706101261573,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"1e9253496b305c0c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1e9253496b305c0c","status":"passed","time":{"start":1706101157688,"stop":1706101157689,"duration":1}},{"uid":"f1b1cff3a89988a2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f1b1cff3a89988a2","status":"passed","time":{"start":1706101053582,"stop":1706101053582,"duration":0}},{"uid":"35cb41ca81430f7a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/35cb41ca81430f7a","status":"passed","time":{"start":1706100258845,"stop":1706100258847,"duration":2}},{"uid":"d7592b1ac091bd8e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d7592b1ac091bd8e","status":"passed","time":{"start":1706098839846,"stop":1706098839847,"duration":1}},{"uid":"a04839299a8f698e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a04839299a8f698e","status":"passed","time":{"start":1705681219099,"stop":1705681219099,"duration":0}},{"uid":"e7a942cb2449b42c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e7a942cb2449b42c","status":"passed","time":{"start":1705679961663,"stop":1705679961664,"duration":1}},{"uid":"7c22f5d61c18a46f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/7c22f5d61c18a46f","status":"passed","time":{"start":1705666710512,"stop":1705666710512,"duration":0}},{"uid":"b77ea85539c7e8ab","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/b77ea85539c7e8ab","status":"passed","time":{"start":1705526749485,"stop":1705526749485,"duration":0}},{"uid":"de1a9eaf1f328cbc","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/de1a9eaf1f328cbc","status":"passed","time":{"start":1705520967847,"stop":1705520967847,"duration":0}},{"uid":"d0750774d6e81214","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d0750774d6e81214","status":"passed","time":{"start":1705520115248,"stop":1705520115249,"duration":1}},{"uid":"ea5487aa8c868fa3","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ea5487aa8c868fa3","status":"passed","time":{"start":1705518342028,"stop":1705518342029,"duration":1}},{"uid":"8bddc7806cc7a42e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8bddc7806cc7a42e","status":"passed","time":{"start":1705502169549,"stop":1705502169550,"duration":1}}]},"tags":[]},"source":"7ac8d94c1fbf624d.json","parameterValues":[]} \ No newline at end of file +{"uid":"63fe6c5509c673a4","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":1706618487716,"stop":1706618487717,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"bda95f55b25bc7d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bda95f55b25bc7d","status":"passed","time":{"start":1706618273735,"stop":1706618273736,"duration":1}}]},"tags":[]},"source":"63fe6c5509c673a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/85920d6148b183bb.json b/6291/data/test-cases/645ee93a653f35ec.json similarity index 61% rename from 6266/data/test-cases/85920d6148b183bb.json rename to 6291/data/test-cases/645ee93a653f35ec.json index 24690ed7e61..d5f1d24a184 100644 --- a/6266/data/test-cases/85920d6148b183bb.json +++ b/6291/data/test-cases/645ee93a653f35ec.json @@ -1 +1 @@ -{"uid":"85920d6148b183bb","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":1706101689278,"stop":1706101689278,"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":1,"skipped":0,"passed":108,"unknown":0,"total":109},"items":[{"uid":"cb948b80aa32c0a4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/cb948b80aa32c0a4","status":"passed","time":{"start":1706101580590,"stop":1706101580591,"duration":1}},{"uid":"dccc95c66a1f595a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/dccc95c66a1f595a","status":"passed","time":{"start":1706101476551,"stop":1706101476551,"duration":0}},{"uid":"f54870aed47af954","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/f54870aed47af954","status":"passed","time":{"start":1706100973151,"stop":1706100973152,"duration":1}},{"uid":"f5b35b306c065c5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f5b35b306c065c5","status":"passed","time":{"start":1706100701981,"stop":1706100701982,"duration":1}},{"uid":"25c4ccf7adc4bc21","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/25c4ccf7adc4bc21","status":"passed","time":{"start":1706100007552,"stop":1706100007553,"duration":1}},{"uid":"a421b4d5918df3bf","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a421b4d5918df3bf","status":"passed","time":{"start":1706099276023,"stop":1706099276030,"duration":7}},{"uid":"13f6fda57b7090ec","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/13f6fda57b7090ec","status":"passed","time":{"start":1706077738132,"stop":1706077738133,"duration":1}},{"uid":"8f4b56396aa3d618","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/8f4b56396aa3d618","status":"passed","time":{"start":1706069822942,"stop":1706069822942,"duration":0}},{"uid":"c5464393708db714","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c5464393708db714","status":"passed","time":{"start":1705950529639,"stop":1705950529641,"duration":2}},{"uid":"1a8c92ae54eea452","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1a8c92ae54eea452","status":"passed","time":{"start":1705938338118,"stop":1705938338119,"duration":1}},{"uid":"28c9c369ae885e79","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/28c9c369ae885e79","status":"passed","time":{"start":1705913473150,"stop":1705913473151,"duration":1}},{"uid":"76517abce54ca1d0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/76517abce54ca1d0","status":"passed","time":{"start":1705913021120,"stop":1705913021121,"duration":1}},{"uid":"1eaf308f1eed7715","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/1eaf308f1eed7715","status":"passed","time":{"start":1705912405789,"stop":1705912405790,"duration":1}},{"uid":"8badd23f22db18cd","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/8badd23f22db18cd","status":"passed","time":{"start":1705911583670,"stop":1705911583671,"duration":1}},{"uid":"69dd204c41083588","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/69dd204c41083588","status":"passed","time":{"start":1705698790229,"stop":1705698790229,"duration":0}},{"uid":"ea1b707929d784fa","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ea1b707929d784fa","status":"passed","time":{"start":1705687507798,"stop":1705687507800,"duration":2}},{"uid":"64d4ad155ed750de","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/64d4ad155ed750de","status":"passed","time":{"start":1705687421610,"stop":1705687421611,"duration":1}},{"uid":"9cc906153d3a240d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9cc906153d3a240d","status":"passed","time":{"start":1705681629286,"stop":1705681629287,"duration":1}},{"uid":"7ae9cd465df9c94a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7ae9cd465df9c94a","status":"passed","time":{"start":1705680205435,"stop":1705680205441,"duration":6}},{"uid":"11cb01ca8193af68","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/11cb01ca8193af68","status":"passed","time":{"start":1705678111172,"stop":1705678111172,"duration":0}}]},"tags":[]},"source":"85920d6148b183bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"645ee93a653f35ec","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":1706618973544,"stop":1706618973544,"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":2,"unknown":0,"total":2},"items":[{"uid":"935e4436d5ea27b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/935e4436d5ea27b1","status":"passed","time":{"start":1706618749033,"stop":1706618749034,"duration":1}}]},"tags":[]},"source":"645ee93a653f35ec.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/653c39ec602d430d.json b/6291/data/test-cases/653c39ec602d430d.json new file mode 100644 index 00000000000..ff0097d7c45 --- /dev/null +++ b/6291/data/test-cases/653c39ec602d430d.json @@ -0,0 +1 @@ +{"uid":"653c39ec602d430d","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":1706618371933,"stop":1706618371934,"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":2,"unknown":0,"total":2},"items":[{"uid":"8b835ad06542cc48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b835ad06542cc48","status":"passed","time":{"start":1706618164520,"stop":1706618164521,"duration":1}}]},"tags":[]},"source":"653c39ec602d430d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/dcf55513e81cab51.json b/6291/data/test-cases/654f619b18870d7d.json similarity index 88% rename from 6266/data/test-cases/dcf55513e81cab51.json rename to 6291/data/test-cases/654f619b18870d7d.json index 8f5eef0f516..0d9eab9058f 100644 --- a/6266/data/test-cases/dcf55513e81cab51.json +++ b/6291/data/test-cases/654f619b18870d7d.json @@ -1 +1 @@ -{"uid":"dcf55513e81cab51","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing emoji and receive message","historyId":"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401962,"stop":1706101401963,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"bd1d1f4df5e0bbc2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bd1d1f4df5e0bbc2","status":"passed","time":{"start":1706101295304,"stop":1706101295305,"duration":1}},{"uid":"34e29f554e4b4c0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/34e29f554e4b4c0","status":"passed","time":{"start":1706101187437,"stop":1706101187439,"duration":2}},{"uid":"3dd4e59d91da6cc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3dd4e59d91da6cc","status":"passed","time":{"start":1706100397505,"stop":1706100397506,"duration":1}},{"uid":"d429f134251eb217","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d429f134251eb217","status":"passed","time":{"start":1706098985442,"stop":1706098985442,"duration":0}},{"uid":"8e39c34caf14b913","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8e39c34caf14b913","status":"passed","time":{"start":1705681341598,"stop":1705681341599,"duration":1}},{"uid":"4cc479a54a25c599","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4cc479a54a25c599","status":"passed","time":{"start":1705680075503,"stop":1705680075503,"duration":0}},{"uid":"be829e5d19eff7cf","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/be829e5d19eff7cf","status":"passed","time":{"start":1705666818728,"stop":1705666818728,"duration":0}},{"uid":"e0d4c5bab6a58d84","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e0d4c5bab6a58d84","status":"passed","time":{"start":1705520251428,"stop":1705520251428,"duration":0}},{"uid":"418f7ce64912906d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/418f7ce64912906d","status":"passed","time":{"start":1705518481998,"stop":1705518481998,"duration":0}},{"uid":"cd08cd3e05fdb70c","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/cd08cd3e05fdb70c","status":"passed","time":{"start":1705502312557,"stop":1705502312557,"duration":0}}]},"tags":[]},"source":"dcf55513e81cab51.json","parameterValues":[]} \ No newline at end of file +{"uid":"654f619b18870d7d","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing emoji and receive message","historyId":"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624537,"stop":1706618624538,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"1830af745d3a9406","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1830af745d3a9406","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"tags":[]},"source":"654f619b18870d7d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6588e0d76276a690.json b/6291/data/test-cases/6588e0d76276a690.json new file mode 100644 index 00000000000..744c34c9121 --- /dev/null +++ b/6291/data/test-cases/6588e0d76276a690.json @@ -0,0 +1 @@ +{"uid":"6588e0d76276a690","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":1706618851397,"stop":1706618851397,"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":2,"unknown":0,"total":2},"items":[{"uid":"3515336368bc24a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3515336368bc24a1","status":"passed","time":{"start":1706618682313,"stop":1706618682314,"duration":1}}]},"tags":[]},"source":"6588e0d76276a690.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/65c25976b2f9e2db.json b/6291/data/test-cases/65c25976b2f9e2db.json new file mode 100644 index 00000000000..8e95d4f97e8 --- /dev/null +++ b/6291/data/test-cases/65c25976b2f9e2db.json @@ -0,0 +1 @@ +{"uid":"65c25976b2f9e2db","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":1706618731275,"stop":1706618731275,"duration":0},"status":"broken","statusMessage":"expected +0 to equal 1","statusTrace":"AssertionError: expected +0 to equal 1\n at Context. (file:///home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts:147:36)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)","flaky":false,"newFailed":false,"newBroken":true,"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},{"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},{"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},{"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},{"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":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"f15ce609e1bda394","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f15ce609e1bda394","status":"passed","time":{"start":1706618394304,"stop":1706618394304,"duration":0}}]},"tags":[]},"source":"65c25976b2f9e2db.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/66495729c8fc5775.json b/6291/data/test-cases/66495729c8fc5775.json new file mode 100644 index 00000000000..665dc1b6fb3 --- /dev/null +++ b/6291/data/test-cases/66495729c8fc5775.json @@ -0,0 +1 @@ +{"uid":"66495729c8fc5775","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":1706618388584,"stop":1706618388585,"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":2,"unknown":0,"total":2},"items":[{"uid":"3dfa0bed26905d4c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3dfa0bed26905d4c","status":"passed","time":{"start":1706618179512,"stop":1706618179512,"duration":0}}]},"tags":[]},"source":"66495729c8fc5775.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/665f6b31e38e4342.json b/6291/data/test-cases/665f6b31e38e4342.json new file mode 100644 index 00000000000..c57bb07120b --- /dev/null +++ b/6291/data/test-cases/665f6b31e38e4342.json @@ -0,0 +1 @@ +{"uid":"665f6b31e38e4342","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":1706618378872,"stop":1706618378872,"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":2,"unknown":0,"total":2},"items":[{"uid":"d1514e7506d25eaa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1514e7506d25eaa","status":"passed","time":{"start":1706618170154,"stop":1706618170155,"duration":1}}]},"tags":[]},"source":"665f6b31e38e4342.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/675232daada65c3d.json b/6291/data/test-cases/675232daada65c3d.json new file mode 100644 index 00000000000..826af6dc5c3 --- /dev/null +++ b/6291/data/test-cases/675232daada65c3d.json @@ -0,0 +1 @@ +{"uid":"675232daada65c3d","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":1706618973548,"stop":1706618973548,"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":2,"unknown":0,"total":2},"items":[{"uid":"17394438451399d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17394438451399d4","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"tags":[]},"source":"675232daada65c3d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/23c193197e346db7.json b/6291/data/test-cases/67535135d222636b.json similarity index 85% rename from 6266/data/test-cases/23c193197e346db7.json rename to 6291/data/test-cases/67535135d222636b.json index e3ad32a1263..2849efb9728 100644 --- a/6266/data/test-cases/23c193197e346db7.json +++ b/6291/data/test-cases/67535135d222636b.json @@ -1 +1 @@ -{"uid":"23c193197e346db7","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":1706101723807,"stop":1706101723807,"duration":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":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"4fe0b5f24c56445c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4fe0b5f24c56445c","status":"passed","time":{"start":1706101654472,"stop":1706101654474,"duration":2}},{"uid":"7d65b344f938908f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7d65b344f938908f","status":"passed","time":{"start":1706101537675,"stop":1706101537676,"duration":1}},{"uid":"c605d85de46f7264","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c605d85de46f7264","status":"passed","time":{"start":1706100722910,"stop":1706100722911,"duration":1}},{"uid":"89e48b3b53227aa1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/89e48b3b53227aa1","status":"passed","time":{"start":1706099290664,"stop":1706099290664,"duration":0}},{"uid":"96d0d7f76fc86e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/96d0d7f76fc86e","status":"passed","time":{"start":1705681678164,"stop":1705681678164,"duration":0}},{"uid":"bdca21f3d3fa791c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/bdca21f3d3fa791c","status":"passed","time":{"start":1705680350545,"stop":1705680350545,"duration":0}},{"uid":"33aa3c35c11323a7","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/33aa3c35c11323a7","status":"passed","time":{"start":1705667092972,"stop":1705667092972,"duration":0}},{"uid":"c7c036c3578d0331","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/c7c036c3578d0331","status":"passed","time":{"start":1705527069400,"stop":1705527069400,"duration":0}},{"uid":"dcf9a970d1141de","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/dcf9a970d1141de","status":"passed","time":{"start":1705521327118,"stop":1705521327119,"duration":1}},{"uid":"44fbc9749242b03b","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/44fbc9749242b03b","status":"passed","time":{"start":1705520488413,"stop":1705520488414,"duration":1}},{"uid":"f785c80b516a879c","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f785c80b516a879c","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883254,"stop":1705518883254,"duration":0}},{"uid":"3b8b8e73caa9d09b","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/3b8b8e73caa9d09b","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684105,"stop":1705502684105,"duration":0}}]},"tags":[]},"source":"23c193197e346db7.json","parameterValues":[]} \ No newline at end of file +{"uid":"67535135d222636b","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":1706618959499,"stop":1706618959499,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1b029c07b51f2d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b029c07b51f2d12","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"tags":[]},"source":"67535135d222636b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c3e7b8b47b33afd9.json b/6291/data/test-cases/67a07916bdf1f196.json similarity index 76% rename from 6266/data/test-cases/c3e7b8b47b33afd9.json rename to 6291/data/test-cases/67a07916bdf1f196.json index c24a932019b..a4f78fe7796 100644 --- a/6266/data/test-cases/c3e7b8b47b33afd9.json +++ b/6291/data/test-cases/67a07916bdf1f196.json @@ -1 +1 @@ -{"uid":"c3e7b8b47b33afd9","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":1706101530682,"stop":1706101530682,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"4b4165813332fc2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4b4165813332fc2","status":"passed","time":{"start":1706101419600,"stop":1706101419601,"duration":1}},{"uid":"783a9583a46d220e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/783a9583a46d220e","status":"passed","time":{"start":1706101305310,"stop":1706101305310,"duration":0}},{"uid":"3622cf77c0142868","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/3622cf77c0142868","status":"passed","time":{"start":1706100931196,"stop":1706100931196,"duration":0}},{"uid":"44ba9044abb7507a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/44ba9044abb7507a","status":"passed","time":{"start":1706100510894,"stop":1706100510894,"duration":0}},{"uid":"1d916b0a15f5767a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/1d916b0a15f5767a","status":"passed","time":{"start":1706099960903,"stop":1706099960903,"duration":0}},{"uid":"7515c193c9e38c3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7515c193c9e38c3","status":"passed","time":{"start":1706099096970,"stop":1706099096971,"duration":1}},{"uid":"93109b2be3875ad","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/93109b2be3875ad","status":"passed","time":{"start":1706077690002,"stop":1706077690003,"duration":1}},{"uid":"cdf0d3048eb7b7b3","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/cdf0d3048eb7b7b3","status":"passed","time":{"start":1706069780778,"stop":1706069780778,"duration":0}},{"uid":"f49c440595d9ffa8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f49c440595d9ffa8","status":"passed","time":{"start":1705950480122,"stop":1705950480122,"duration":0}},{"uid":"2877698171b160e5","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/2877698171b160e5","status":"passed","time":{"start":1705938289247,"stop":1705938289248,"duration":1}},{"uid":"e1d39d5e716b1db1","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/e1d39d5e716b1db1","status":"passed","time":{"start":1705913424142,"stop":1705913424142,"duration":0}},{"uid":"48421e4208d51c56","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/48421e4208d51c56","status":"passed","time":{"start":1705912964604,"stop":1705912964605,"duration":1}},{"uid":"34b316d6dd13900","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/34b316d6dd13900","status":"passed","time":{"start":1705912351009,"stop":1705912351009,"duration":0}},{"uid":"2b59e6ce7d32755a","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2b59e6ce7d32755a","status":"passed","time":{"start":1705911533350,"stop":1705911533350,"duration":0}},{"uid":"1f907c3b57e7fa59","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/1f907c3b57e7fa59","status":"passed","time":{"start":1705698747961,"stop":1705698747961,"duration":0}},{"uid":"a46af27b8f3f64c3","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a46af27b8f3f64c3","status":"passed","time":{"start":1705687465938,"stop":1705687465940,"duration":2}},{"uid":"899dbcd65df456a9","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/899dbcd65df456a9","status":"passed","time":{"start":1705687367128,"stop":1705687367129,"duration":1}},{"uid":"69225fbbc284264","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/69225fbbc284264","status":"passed","time":{"start":1705681459373,"stop":1705681459373,"duration":0}},{"uid":"b0020b6112e3f195","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b0020b6112e3f195","status":"passed","time":{"start":1705680122211,"stop":1705680122211,"duration":0}},{"uid":"7b70802486fd633c","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7b70802486fd633c","status":"passed","time":{"start":1705678066183,"stop":1705678066184,"duration":1}}]},"tags":[]},"source":"c3e7b8b47b33afd9.json","parameterValues":[]} \ No newline at end of file +{"uid":"67a07916bdf1f196","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":1706618865681,"stop":1706618865682,"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":2,"unknown":0,"total":2},"items":[{"uid":"ac56604b84788140","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac56604b84788140","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"tags":[]},"source":"67a07916bdf1f196.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/67b6f11153a32cd6.json b/6291/data/test-cases/67b6f11153a32cd6.json new file mode 100644 index 00000000000..7ee765a6f56 --- /dev/null +++ b/6291/data/test-cases/67b6f11153a32cd6.json @@ -0,0 +1 @@ +{"uid":"67b6f11153a32cd6","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":1706618372824,"stop":1706618372824,"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":2,"unknown":0,"total":2},"items":[{"uid":"34b9677290d11d99","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/34b9677290d11d99","status":"passed","time":{"start":1706618165341,"stop":1706618165342,"duration":1}}]},"tags":[]},"source":"67b6f11153a32cd6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3c8fcce630d36c11.json b/6291/data/test-cases/682e0a510969e1b7.json similarity index 86% rename from 6266/data/test-cases/3c8fcce630d36c11.json rename to 6291/data/test-cases/682e0a510969e1b7.json index 32c683e12be..94d6ff411c5 100644 --- a/6266/data/test-cases/3c8fcce630d36c11.json +++ b/6291/data/test-cases/682e0a510969e1b7.json @@ -1 +1 @@ -{"uid":"3c8fcce630d36c11","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":1706101723759,"stop":1706101723760,"duration":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":"ff73ce503feee77a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ff73ce503feee77a","status":"passed","time":{"start":1706101654453,"stop":1706101654454,"duration":1}},{"uid":"58cb1049ca07d643","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/58cb1049ca07d643","status":"passed","time":{"start":1706101537657,"stop":1706101537657,"duration":0}},{"uid":"1aede8d026cb5229","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1aede8d026cb5229","status":"passed","time":{"start":1706100722875,"stop":1706100722875,"duration":0}},{"uid":"a6b0db2b5c054fb3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a6b0db2b5c054fb3","status":"passed","time":{"start":1706099290616,"stop":1706099290617,"duration":1}},{"uid":"d71f4ef3a4df08dc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d71f4ef3a4df08dc","status":"passed","time":{"start":1705681678128,"stop":1705681678128,"duration":0}},{"uid":"33363d9c22993751","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/33363d9c22993751","status":"passed","time":{"start":1705680350527,"stop":1705680350527,"duration":0}},{"uid":"a9640a575e3c074b","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a9640a575e3c074b","status":"passed","time":{"start":1705667092958,"stop":1705667092958,"duration":0}},{"uid":"c192a0d13d845190","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/c192a0d13d845190","status":"passed","time":{"start":1705527069385,"stop":1705527069385,"duration":0}},{"uid":"39ac4c187d69dbac","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/39ac4c187d69dbac","status":"passed","time":{"start":1705521327104,"stop":1705521327104,"duration":0}},{"uid":"266d6e57208ffc49","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/266d6e57208ffc49","status":"passed","time":{"start":1705520488386,"stop":1705520488387,"duration":1}},{"uid":"c5016ca95aecde82","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c5016ca95aecde82","status":"passed","time":{"start":1705518883233,"stop":1705518883234,"duration":1}},{"uid":"e0d9cad6fb0320a7","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e0d9cad6fb0320a7","status":"passed","time":{"start":1705502684090,"stop":1705502684091,"duration":1}}]},"tags":[]},"source":"3c8fcce630d36c11.json","parameterValues":[]} \ No newline at end of file +{"uid":"682e0a510969e1b7","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":1706618959476,"stop":1706618959476,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"11605c2c57c34985","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11605c2c57c34985","status":"passed","time":{"start":1706618735868,"stop":1706618735869,"duration":1}}]},"tags":[]},"source":"682e0a510969e1b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/8d41161b68cbd8db.json b/6291/data/test-cases/68be028a1e650cf1.json similarity index 92% rename from 6266/data/test-cases/8d41161b68cbd8db.json rename to 6291/data/test-cases/68be028a1e650cf1.json index 8bb796a046e..6b7daa71d5f 100644 --- a/6266/data/test-cases/8d41161b68cbd8db.json +++ b/6291/data/test-cases/68be028a1e650cf1.json @@ -1 +1 @@ -{"uid":"8d41161b68cbd8db","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":1706101593989,"stop":1706101593989,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"4525dc52df55a415","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4525dc52df55a415","status":"passed","time":{"start":1706101499433,"stop":1706101499434,"duration":1}},{"uid":"e8880af7fc0faf92","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e8880af7fc0faf92","status":"passed","time":{"start":1706101380147,"stop":1706101380147,"duration":0}},{"uid":"f72b2cbe708af3a5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f72b2cbe708af3a5","status":"passed","time":{"start":1706100623759,"stop":1706100623760,"duration":1}},{"uid":"caec558f129f8860","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/caec558f129f8860","status":"passed","time":{"start":1706099176283,"stop":1706099176283,"duration":0}},{"uid":"fab58130b384f5a9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fab58130b384f5a9","status":"passed","time":{"start":1705681544251,"stop":1705681544252,"duration":1}},{"uid":"2bf5d82a45e5b5ef","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2bf5d82a45e5b5ef","status":"passed","time":{"start":1705680158897,"stop":1705680158897,"duration":0}},{"uid":"ffbc785252ad14ef","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ffbc785252ad14ef","status":"passed","time":{"start":1705666900199,"stop":1705666900199,"duration":0}},{"uid":"7509247d7bb2e9f9","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/7509247d7bb2e9f9","status":"passed","time":{"start":1705526887802,"stop":1705526887802,"duration":0}}]},"tags":[]},"source":"8d41161b68cbd8db.json","parameterValues":[]} \ No newline at end of file +{"uid":"68be028a1e650cf1","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":1706618858014,"stop":1706618858016,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3fcfbb7e1c1ac80a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3fcfbb7e1c1ac80a","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"tags":[]},"source":"68be028a1e650cf1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/68e1b4daa07d6066.json b/6291/data/test-cases/68e1b4daa07d6066.json new file mode 100644 index 00000000000..f24db97942b --- /dev/null +++ b/6291/data/test-cases/68e1b4daa07d6066.json @@ -0,0 +1 @@ +{"uid":"68e1b4daa07d6066","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":1706618959507,"stop":1706618959507,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"c45eb61060f1119f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c45eb61060f1119f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735899,"stop":1706618735900,"duration":1}}]},"tags":[]},"source":"68e1b4daa07d6066.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/55ccfcaf8dd8766f.json b/6291/data/test-cases/694ea06b52f9c2c0.json similarity index 77% rename from 6266/data/test-cases/55ccfcaf8dd8766f.json rename to 6291/data/test-cases/694ea06b52f9c2c0.json index 888660873db..cfbd77878b4 100644 --- a/6266/data/test-cases/55ccfcaf8dd8766f.json +++ b/6291/data/test-cases/694ea06b52f9c2c0.json @@ -1 +1 @@ -{"uid":"55ccfcaf8dd8766f","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":1706101530742,"stop":1706101530743,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"e93e8e76aa0778a9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e93e8e76aa0778a9","status":"passed","time":{"start":1706101419617,"stop":1706101419622,"duration":5}},{"uid":"5c27c0476813ceb1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5c27c0476813ceb1","status":"passed","time":{"start":1706101305322,"stop":1706101305323,"duration":1}},{"uid":"a8a5301502a6a5f4","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a8a5301502a6a5f4","status":"passed","time":{"start":1706100931221,"stop":1706100931221,"duration":0}},{"uid":"8b1592346b7137a7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8b1592346b7137a7","status":"passed","time":{"start":1706100510913,"stop":1706100510914,"duration":1}},{"uid":"89f2495a92c022c0","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/89f2495a92c022c0","status":"passed","time":{"start":1706099960914,"stop":1706099960914,"duration":0}},{"uid":"cd4c4c538000868c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/cd4c4c538000868c","status":"passed","time":{"start":1706099096982,"stop":1706099096983,"duration":1}},{"uid":"8f545c64d85fb49b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/8f545c64d85fb49b","status":"passed","time":{"start":1706077690018,"stop":1706077690018,"duration":0}},{"uid":"3758b33318d75df1","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/3758b33318d75df1","status":"passed","time":{"start":1706069780794,"stop":1706069780795,"duration":1}},{"uid":"8450c66aa8bd65b6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/8450c66aa8bd65b6","status":"passed","time":{"start":1705950480142,"stop":1705950480143,"duration":1}},{"uid":"fb173e318f710538","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/fb173e318f710538","status":"passed","time":{"start":1705938289261,"stop":1705938289261,"duration":0}},{"uid":"a493c0056da0b633","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a493c0056da0b633","status":"passed","time":{"start":1705913424157,"stop":1705913424157,"duration":0}},{"uid":"cf3c08377a531783","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/cf3c08377a531783","status":"passed","time":{"start":1705912964629,"stop":1705912964630,"duration":1}},{"uid":"34c7e6d283299268","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/34c7e6d283299268","status":"passed","time":{"start":1705912351038,"stop":1705912351039,"duration":1}},{"uid":"b3658e250125157","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b3658e250125157","status":"passed","time":{"start":1705911533394,"stop":1705911533395,"duration":1}},{"uid":"d22e5678d9fcfa4b","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d22e5678d9fcfa4b","status":"passed","time":{"start":1705698747972,"stop":1705698747973,"duration":1}},{"uid":"b18533af3550ae3b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b18533af3550ae3b","status":"passed","time":{"start":1705687465955,"stop":1705687465956,"duration":1}},{"uid":"f996ac8cf84a0d73","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/f996ac8cf84a0d73","status":"passed","time":{"start":1705687367146,"stop":1705687367147,"duration":1}},{"uid":"64ea41b7b0a843dc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/64ea41b7b0a843dc","status":"passed","time":{"start":1705681459385,"stop":1705681459385,"duration":0}},{"uid":"55741afbc2da2005","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/55741afbc2da2005","status":"passed","time":{"start":1705680122225,"stop":1705680122225,"duration":0}},{"uid":"c5633f778d28e1d4","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c5633f778d28e1d4","status":"passed","time":{"start":1705678066200,"stop":1705678066200,"duration":0}}]},"tags":[]},"source":"55ccfcaf8dd8766f.json","parameterValues":[]} \ No newline at end of file +{"uid":"694ea06b52f9c2c0","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":1706618865694,"stop":1706618865695,"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":2,"unknown":0,"total":2},"items":[{"uid":"d077f83f462c8b32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d077f83f462c8b32","status":"passed","time":{"start":1706618683935,"stop":1706618683935,"duration":0}}]},"tags":[]},"source":"694ea06b52f9c2c0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3ca69d7ec3a41133.json b/6291/data/test-cases/6980cbab84b97914.json similarity index 92% rename from 6266/data/test-cases/3ca69d7ec3a41133.json rename to 6291/data/test-cases/6980cbab84b97914.json index 82ec9035e25..3209ec554dd 100644 --- a/6266/data/test-cases/3ca69d7ec3a41133.json +++ b/6291/data/test-cases/6980cbab84b97914.json @@ -1 +1 @@ -{"uid":"3ca69d7ec3a41133","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":1706101593991,"stop":1706101593991,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"42c3f6490be2f8c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/42c3f6490be2f8c","status":"passed","time":{"start":1706101499448,"stop":1706101499449,"duration":1}},{"uid":"7f40a542c2e21ac","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7f40a542c2e21ac","status":"passed","time":{"start":1706101380148,"stop":1706101380148,"duration":0}},{"uid":"b79efcad273aad88","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b79efcad273aad88","status":"passed","time":{"start":1706100623760,"stop":1706100623761,"duration":1}},{"uid":"5a42d60b368d4391","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5a42d60b368d4391","status":"passed","time":{"start":1706099176284,"stop":1706099176285,"duration":1}},{"uid":"c6bc3f265d03925a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c6bc3f265d03925a","status":"passed","time":{"start":1705681544253,"stop":1705681544253,"duration":0}},{"uid":"1185d2181a908ab7","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/1185d2181a908ab7","status":"passed","time":{"start":1705680158900,"stop":1705680158901,"duration":1}},{"uid":"43c0e2dc8f77138c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/43c0e2dc8f77138c","status":"passed","time":{"start":1705666900200,"stop":1705666900201,"duration":1}},{"uid":"af91c709a7005405","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/af91c709a7005405","status":"passed","time":{"start":1705526887803,"stop":1705526887804,"duration":1}}]},"tags":[]},"source":"3ca69d7ec3a41133.json","parameterValues":[]} \ No newline at end of file +{"uid":"6980cbab84b97914","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":1706618858017,"stop":1706618858017,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"e4f76b373c596346","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4f76b373c596346","status":"passed","time":{"start":1706618636974,"stop":1706618636975,"duration":1}}]},"tags":[]},"source":"6980cbab84b97914.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6a095cd6a99416c.json b/6291/data/test-cases/6a095cd6a99416c.json new file mode 100644 index 00000000000..e01177e6072 --- /dev/null +++ b/6291/data/test-cases/6a095cd6a99416c.json @@ -0,0 +1 @@ +{"uid":"6a095cd6a99416c","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":1706618731295,"stop":1706618731295,"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":2,"unknown":0,"total":2},"items":[{"uid":"743c37eb22d767d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/743c37eb22d767d8","status":"passed","time":{"start":1706618394338,"stop":1706618394338,"duration":0}}]},"tags":[]},"source":"6a095cd6a99416c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9c1165444fda7ea6.json b/6291/data/test-cases/6ace19f0b2179947.json similarity index 76% rename from 6266/data/test-cases/9c1165444fda7ea6.json rename to 6291/data/test-cases/6ace19f0b2179947.json index f99c64cae68..ddf05614842 100644 --- a/6266/data/test-cases/9c1165444fda7ea6.json +++ b/6291/data/test-cases/6ace19f0b2179947.json @@ -1 +1 @@ -{"uid":"9c1165444fda7ea6","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":1706101530704,"stop":1706101530705,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"d05f23d2a085d117","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d05f23d2a085d117","status":"passed","time":{"start":1706101419604,"stop":1706101419605,"duration":1}},{"uid":"621d51b286f577e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/621d51b286f577e","status":"passed","time":{"start":1706101305313,"stop":1706101305313,"duration":0}},{"uid":"1891d6f496faa7d9","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1891d6f496faa7d9","status":"passed","time":{"start":1706100931201,"stop":1706100931201,"duration":0}},{"uid":"f055382d572fe364","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f055382d572fe364","status":"passed","time":{"start":1706100510900,"stop":1706100510900,"duration":0}},{"uid":"472067e1c165b590","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/472067e1c165b590","status":"passed","time":{"start":1706099960906,"stop":1706099960906,"duration":0}},{"uid":"ba9c0ba1372c5c9b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ba9c0ba1372c5c9b","status":"passed","time":{"start":1706099096974,"stop":1706099096974,"duration":0}},{"uid":"90489aca0c324558","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/90489aca0c324558","status":"passed","time":{"start":1706077690006,"stop":1706077690006,"duration":0}},{"uid":"4ff37cdef85f1f79","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/4ff37cdef85f1f79","status":"passed","time":{"start":1706069780782,"stop":1706069780782,"duration":0}},{"uid":"ed0ac794a1fc2da2","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/ed0ac794a1fc2da2","status":"passed","time":{"start":1705950480127,"stop":1705950480128,"duration":1}},{"uid":"6d17cb9dfafdbdd6","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6d17cb9dfafdbdd6","status":"passed","time":{"start":1705938289251,"stop":1705938289251,"duration":0}},{"uid":"28f02272231cf727","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/28f02272231cf727","status":"passed","time":{"start":1705913424146,"stop":1705913424146,"duration":0}},{"uid":"f62dc4fb4b367ccb","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f62dc4fb4b367ccb","status":"passed","time":{"start":1705912964608,"stop":1705912964608,"duration":0}},{"uid":"e1c86db9ca2c3abb","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/e1c86db9ca2c3abb","status":"passed","time":{"start":1705912351015,"stop":1705912351015,"duration":0}},{"uid":"1afa79a4947527f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/1afa79a4947527f","status":"passed","time":{"start":1705911533354,"stop":1705911533354,"duration":0}},{"uid":"63718b1251d05e31","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/63718b1251d05e31","status":"passed","time":{"start":1705698747964,"stop":1705698747964,"duration":0}},{"uid":"a51eecc797edbddb","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a51eecc797edbddb","status":"passed","time":{"start":1705687465943,"stop":1705687465943,"duration":0}},{"uid":"5d6c71477717b3b0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/5d6c71477717b3b0","status":"passed","time":{"start":1705687367134,"stop":1705687367135,"duration":1}},{"uid":"9449d0931d33f32","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9449d0931d33f32","status":"passed","time":{"start":1705681459376,"stop":1705681459376,"duration":0}},{"uid":"be1cceea5d34330c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/be1cceea5d34330c","status":"passed","time":{"start":1705680122216,"stop":1705680122216,"duration":0}},{"uid":"42a61c0e991974bb","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/42a61c0e991974bb","status":"passed","time":{"start":1705678066191,"stop":1705678066191,"duration":0}}]},"tags":[]},"source":"9c1165444fda7ea6.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ace19f0b2179947","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":1706618865685,"stop":1706618865685,"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":2,"unknown":0,"total":2},"items":[{"uid":"48677762126a8c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48677762126a8c0","status":"passed","time":{"start":1706618683924,"stop":1706618683925,"duration":1}}]},"tags":[]},"source":"6ace19f0b2179947.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b72b07f801017e2c.json b/6291/data/test-cases/6ae74c09b8d6791e.json similarity index 71% rename from 6266/data/test-cases/b72b07f801017e2c.json rename to 6291/data/test-cases/6ae74c09b8d6791e.json index 5700eafff3c..54244d09f55 100644 --- a/6266/data/test-cases/b72b07f801017e2c.json +++ b/6291/data/test-cases/6ae74c09b8d6791e.json @@ -1 +1 @@ -{"uid":"b72b07f801017e2c","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101545973,"stop":1706101545974,"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":106,"passed":0,"unknown":0,"total":106},"items":[{"uid":"b28f47b9b2fc1efb","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b28f47b9b2fc1efb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101432546,"stop":1706101432546,"duration":0}},{"uid":"563c1eaf2a09a330","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/563c1eaf2a09a330","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101317711,"stop":1706101317711,"duration":0}},{"uid":"801be1e76885968a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/801be1e76885968a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100939717,"stop":1706100939717,"duration":0}},{"uid":"277ce10cd306439c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/277ce10cd306439c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100525076,"stop":1706100525076,"duration":0}},{"uid":"188268218c955f59","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/188268218c955f59","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099965688,"stop":1706099965688,"duration":0}},{"uid":"a48dbfffd43fcd81","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a48dbfffd43fcd81","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099111452,"stop":1706099111452,"duration":0}},{"uid":"875fab840aa266e5","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/875fab840aa266e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706077695291,"stop":1706077695291,"duration":0}},{"uid":"67f8e044558efad3","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/67f8e044558efad3","status":"skipped","statusDetails":"Test ignored","time":{"start":1706069776807,"stop":1706069776807,"duration":0}},{"uid":"29806bfe2453ea58","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/29806bfe2453ea58","status":"skipped","statusDetails":"Test ignored","time":{"start":1705950492106,"stop":1705950492106,"duration":0}},{"uid":"fbb88fe12685e96f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/fbb88fe12685e96f","status":"skipped","statusDetails":"Test ignored","time":{"start":1705938291941,"stop":1705938291941,"duration":0}},{"uid":"e18dbab80cdbbbb0","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/e18dbab80cdbbbb0","status":"skipped","statusDetails":"Test ignored","time":{"start":1705913434720,"stop":1705913434720,"duration":0}},{"uid":"c1d2ca82bf6deda1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c1d2ca82bf6deda1","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912976665,"stop":1705912976665,"duration":0}},{"uid":"15e991e707cb944f","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/15e991e707cb944f","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912362843,"stop":1705912362843,"duration":0}},{"uid":"5b2b2ea854d51314","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/5b2b2ea854d51314","status":"skipped","statusDetails":"Test ignored","time":{"start":1705911541674,"stop":1705911541674,"duration":0}},{"uid":"2d7d1736758cfbf5","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/2d7d1736758cfbf5","status":"skipped","statusDetails":"Test ignored","time":{"start":1705698743481,"stop":1705698743481,"duration":0}},{"uid":"49c1187e5018314b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/49c1187e5018314b","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687470571,"stop":1705687470571,"duration":0}},{"uid":"9ae9944b635ae02c","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/9ae9944b635ae02c","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687378210,"stop":1705687378210,"duration":0}},{"uid":"362e7a0ad33bcd6d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/362e7a0ad33bcd6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1705681472166,"stop":1705681472167,"duration":1}},{"uid":"1f24a018b073eb23","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/1f24a018b073eb23","status":"skipped","statusDetails":"Test ignored","time":{"start":1705680122017,"stop":1705680122017,"duration":0}},{"uid":"1e5844d3630af799","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1e5844d3630af799","status":"skipped","statusDetails":"Test ignored","time":{"start":1705678077080,"stop":1705678077081,"duration":1}}]},"tags":[]},"source":"b72b07f801017e2c.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ae74c09b8d6791e","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618871330,"stop":1706618871331,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"24ed9aa07389c54b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24ed9aa07389c54b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685088,"stop":1706618685089,"duration":1}}]},"tags":[]},"source":"6ae74c09b8d6791e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d9d600185804a3e6.json b/6291/data/test-cases/6b1167c632df64a7.json similarity index 74% rename from 6266/data/test-cases/d9d600185804a3e6.json rename to 6291/data/test-cases/6b1167c632df64a7.json index 918164c638d..62f3ee27b54 100644 --- a/6266/data/test-cases/d9d600185804a3e6.json +++ b/6291/data/test-cases/6b1167c632df64a7.json @@ -1 +1 @@ -{"uid":"d9d600185804a3e6","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":1706101545983,"stop":1706101545983,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"7fb3eddedae62d33","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7fb3eddedae62d33","status":"passed","time":{"start":1706101432560,"stop":1706101432561,"duration":1}},{"uid":"70f498146795be9f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/70f498146795be9f","status":"passed","time":{"start":1706101317723,"stop":1706101317723,"duration":0}},{"uid":"b577c9d5cbcad341","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b577c9d5cbcad341","status":"passed","time":{"start":1706100939728,"stop":1706100939729,"duration":1}},{"uid":"ac813372432fd510","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ac813372432fd510","status":"passed","time":{"start":1706100525084,"stop":1706100525085,"duration":1}},{"uid":"19e33f7b07bf6205","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/19e33f7b07bf6205","status":"passed","time":{"start":1706099965695,"stop":1706099965696,"duration":1}},{"uid":"4336983250681663","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4336983250681663","status":"passed","time":{"start":1706099111467,"stop":1706099111467,"duration":0}},{"uid":"309c143e42e6880d","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/309c143e42e6880d","status":"passed","time":{"start":1706077695298,"stop":1706077695298,"duration":0}},{"uid":"597190f8e4f4be84","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/597190f8e4f4be84","status":"passed","time":{"start":1706069776815,"stop":1706069776816,"duration":1}},{"uid":"b62e13d005dcc4f8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b62e13d005dcc4f8","status":"passed","time":{"start":1705950492112,"stop":1705950492112,"duration":0}},{"uid":"81806b0bb1306f1a","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/81806b0bb1306f1a","status":"passed","time":{"start":1705938291948,"stop":1705938291949,"duration":1}},{"uid":"44ba4776ac567a77","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/44ba4776ac567a77","status":"passed","time":{"start":1705913434729,"stop":1705913434729,"duration":0}},{"uid":"1661bbfeba6a1401","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1661bbfeba6a1401","status":"passed","time":{"start":1705912976672,"stop":1705912976672,"duration":0}},{"uid":"7b3037bdc94da70e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/7b3037bdc94da70e","status":"passed","time":{"start":1705912362854,"stop":1705912362855,"duration":1}},{"uid":"2ab4079e87d7b2ac","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2ab4079e87d7b2ac","status":"passed","time":{"start":1705911541682,"stop":1705911541682,"duration":0}},{"uid":"afb66e274ead6124","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/afb66e274ead6124","status":"passed","time":{"start":1705698743495,"stop":1705698743496,"duration":1}},{"uid":"b6e0234f586889b8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b6e0234f586889b8","status":"passed","time":{"start":1705687470589,"stop":1705687470589,"duration":0}},{"uid":"d3cb815c05c26c3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d3cb815c05c26c3","status":"passed","time":{"start":1705687378220,"stop":1705687378221,"duration":1}},{"uid":"3b0f325f63b1c107","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3b0f325f63b1c107","status":"passed","time":{"start":1705681472179,"stop":1705681472179,"duration":0}},{"uid":"85535eb080419f51","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/85535eb080419f51","status":"passed","time":{"start":1705680122024,"stop":1705680122025,"duration":1}},{"uid":"ba3ac00c73f35f7e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ba3ac00c73f35f7e","status":"passed","time":{"start":1705678077120,"stop":1705678077121,"duration":1}}]},"tags":[]},"source":"d9d600185804a3e6.json","parameterValues":[]} \ No newline at end of file +{"uid":"6b1167c632df64a7","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":1706618871336,"stop":1706618871337,"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":2,"unknown":0,"total":2},"items":[{"uid":"eb421571e946a2d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb421571e946a2d1","status":"passed","time":{"start":1706618685098,"stop":1706618685099,"duration":1}}]},"tags":[]},"source":"6b1167c632df64a7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/69be7b9c80c39c81.json b/6291/data/test-cases/6b414a2516eda0f5.json similarity index 78% rename from 6266/data/test-cases/69be7b9c80c39c81.json rename to 6291/data/test-cases/6b414a2516eda0f5.json index 8128250cebc..4db9ac4f255 100644 --- a/6266/data/test-cases/69be7b9c80c39c81.json +++ b/6291/data/test-cases/6b414a2516eda0f5.json @@ -1 +1 @@ -{"uid":"69be7b9c80c39c81","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":1706101369622,"stop":1706101369622,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"104e9d514d3f524a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/104e9d514d3f524a","status":"passed","time":{"start":1706101264978,"stop":1706101264980,"duration":2}},{"uid":"7c9fb159ff28999b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7c9fb159ff28999b","status":"passed","time":{"start":1706101143276,"stop":1706101143276,"duration":0}},{"uid":"cae38695370263f4","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/cae38695370263f4","status":"passed","time":{"start":1706100932529,"stop":1706100932530,"duration":1}},{"uid":"27b93e7e741d0b15","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/27b93e7e741d0b15","status":"passed","time":{"start":1706100355778,"stop":1706100355778,"duration":0}},{"uid":"6e6ceb1996fe560d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/6e6ceb1996fe560d","status":"passed","time":{"start":1706099967113,"stop":1706099967114,"duration":1}},{"uid":"c6a105f052bc8834","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c6a105f052bc8834","status":"passed","time":{"start":1706098945329,"stop":1706098945330,"duration":1}},{"uid":"f3c0dbb2ea184b26","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f3c0dbb2ea184b26","status":"passed","time":{"start":1706077698149,"stop":1706077698150,"duration":1}},{"uid":"d491e4c05e3eec0c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d491e4c05e3eec0c","status":"passed","time":{"start":1706069781882,"stop":1706069781882,"duration":0}},{"uid":"bd1be7e01a76eef5","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/bd1be7e01a76eef5","status":"passed","time":{"start":1705950488307,"stop":1705950488307,"duration":0}},{"uid":"1e92f04d6e3f997d","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1e92f04d6e3f997d","status":"passed","time":{"start":1705938293055,"stop":1705938293055,"duration":0}},{"uid":"e6fbf642172b9d8b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/e6fbf642172b9d8b","status":"passed","time":{"start":1705913430282,"stop":1705913430282,"duration":0}},{"uid":"226774dfb09c03bf","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/226774dfb09c03bf","status":"passed","time":{"start":1705912976201,"stop":1705912976201,"duration":0}},{"uid":"12edd76cb3c10e42","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/12edd76cb3c10e42","status":"passed","time":{"start":1705912363762,"stop":1705912363763,"duration":1}},{"uid":"e53610ca17b14f27","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e53610ca17b14f27","status":"passed","time":{"start":1705911543457,"stop":1705911543457,"duration":0}},{"uid":"f6d17d381b53ae81","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f6d17d381b53ae81","status":"passed","time":{"start":1705698753992,"stop":1705698753993,"duration":1}},{"uid":"ca922da87ab97837","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ca922da87ab97837","status":"passed","time":{"start":1705687466246,"stop":1705687466246,"duration":0}},{"uid":"7777ca4c98ef531e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/7777ca4c98ef531e","status":"passed","time":{"start":1705687381580,"stop":1705687381580,"duration":0}},{"uid":"b434a3293bfd1a1f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/b434a3293bfd1a1f","status":"passed","time":{"start":1705681326951,"stop":1705681326952,"duration":1}},{"uid":"6450e393a19272ab","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/6450e393a19272ab","status":"passed","time":{"start":1705678076929,"stop":1705678076929,"duration":0}},{"uid":"45eb4292efb4a8ff","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/45eb4292efb4a8ff","status":"passed","time":{"start":1705677999860,"stop":1705677999861,"duration":1}}]},"tags":[]},"source":"69be7b9c80c39c81.json","parameterValues":[]} \ No newline at end of file +{"uid":"6b414a2516eda0f5","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":1706618580254,"stop":1706618580254,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"2f99ea0e2d225e8f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f99ea0e2d225e8f","status":"passed","time":{"start":1706618380667,"stop":1706618380668,"duration":1}}]},"tags":[]},"source":"6b414a2516eda0f5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6b5c442f09aa176c.json b/6291/data/test-cases/6b5c442f09aa176c.json new file mode 100644 index 00000000000..30d09705c21 --- /dev/null +++ b/6291/data/test-cases/6b5c442f09aa176c.json @@ -0,0 +1 @@ +{"uid":"6b5c442f09aa176c","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":1706619030046,"stop":1706619030046,"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":2,"unknown":0,"total":2},"items":[{"uid":"8b50f4ef94dcec48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b50f4ef94dcec48","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"tags":[]},"source":"6b5c442f09aa176c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6b9e5e9c1cad81d9.json b/6291/data/test-cases/6b9e5e9c1cad81d9.json new file mode 100644 index 00000000000..bfbc835ad15 --- /dev/null +++ b/6291/data/test-cases/6b9e5e9c1cad81d9.json @@ -0,0 +1 @@ +{"uid":"6b9e5e9c1cad81d9","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":1706618858024,"stop":1706618858024,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4c1159e42e43bfb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c1159e42e43bfb3","status":"passed","time":{"start":1706618636988,"stop":1706618636989,"duration":1}}]},"tags":[]},"source":"6b9e5e9c1cad81d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6ba55e602d59b22c.json b/6291/data/test-cases/6ba55e602d59b22c.json new file mode 100644 index 00000000000..8caa20d2e85 --- /dev/null +++ b/6291/data/test-cases/6ba55e602d59b22c.json @@ -0,0 +1 @@ +{"uid":"6ba55e602d59b22c","name":"Waku message hash computation (meta attribute not present)","fullName":"/src/lib/message_hash.spec.ts: RFC Test Vectors > Waku message hash computation (meta attribute not present)","historyId":"15e4ea931ef2e58bc16cf9a1bb778bcd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618378315,"stop":1706618378315,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"6ba55e602d59b22c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6c3ebae770baf4ac.json b/6291/data/test-cases/6c3ebae770baf4ac.json new file mode 100644 index 00000000000..94e41411416 --- /dev/null +++ b/6291/data/test-cases/6c3ebae770baf4ac.json @@ -0,0 +1 @@ +{"uid":"6c3ebae770baf4ac","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":1706618686998,"stop":1706618686999,"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":2,"unknown":0,"total":2},"items":[{"uid":"13b34c3a0a82bcb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/13b34c3a0a82bcb2","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"tags":[]},"source":"6c3ebae770baf4ac.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6cd793ca3a535aba.json b/6291/data/test-cases/6cd793ca3a535aba.json new file mode 100644 index 00000000000..5fc1f031dde --- /dev/null +++ b/6291/data/test-cases/6cd793ca3a535aba.json @@ -0,0 +1 @@ +{"uid":"6cd793ca3a535aba","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":1706619044150,"stop":1706619044150,"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":2,"unknown":0,"total":2},"items":[{"uid":"4e552ac812700c31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e552ac812700c31","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"tags":[]},"source":"6cd793ca3a535aba.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9d2da5c9d1a93cbb.json b/6291/data/test-cases/6cec32f6937d472f.json similarity index 77% rename from 6266/data/test-cases/9d2da5c9d1a93cbb.json rename to 6291/data/test-cases/6cec32f6937d472f.json index 1b13eca3b29..9a71e4443eb 100644 --- a/6266/data/test-cases/9d2da5c9d1a93cbb.json +++ b/6291/data/test-cases/6cec32f6937d472f.json @@ -1 +1 @@ -{"uid":"9d2da5c9d1a93cbb","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":1706101369617,"stop":1706101369617,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"5a6bba4c4ce8f35f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5a6bba4c4ce8f35f","status":"passed","time":{"start":1706101264974,"stop":1706101264974,"duration":0}},{"uid":"a8b8ab15739d266e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a8b8ab15739d266e","status":"passed","time":{"start":1706101143271,"stop":1706101143272,"duration":1}},{"uid":"5c1dc4f75e66e0f","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5c1dc4f75e66e0f","status":"passed","time":{"start":1706100932525,"stop":1706100932525,"duration":0}},{"uid":"454fd18a52dd8d4d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/454fd18a52dd8d4d","status":"passed","time":{"start":1706100355774,"stop":1706100355774,"duration":0}},{"uid":"36d0e4f9d4ca46e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/36d0e4f9d4ca46e","status":"passed","time":{"start":1706099967099,"stop":1706099967099,"duration":0}},{"uid":"e07b003dfc99fea5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e07b003dfc99fea5","status":"passed","time":{"start":1706098945320,"stop":1706098945321,"duration":1}},{"uid":"d4624fbef13aaa30","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/d4624fbef13aaa30","status":"passed","time":{"start":1706077698141,"stop":1706077698146,"duration":5}},{"uid":"3ebdbe567071d7d4","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/3ebdbe567071d7d4","status":"passed","time":{"start":1706069781879,"stop":1706069781879,"duration":0}},{"uid":"5f189d737b370e8a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/5f189d737b370e8a","status":"passed","time":{"start":1705950488302,"stop":1705950488303,"duration":1}},{"uid":"1c72c3dbd8048fc3","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1c72c3dbd8048fc3","status":"passed","time":{"start":1705938293051,"stop":1705938293052,"duration":1}},{"uid":"6a3a8000af965b14","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/6a3a8000af965b14","status":"passed","time":{"start":1705913430272,"stop":1705913430273,"duration":1}},{"uid":"7731db06741bbf6c","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/7731db06741bbf6c","status":"passed","time":{"start":1705912976198,"stop":1705912976198,"duration":0}},{"uid":"9439a2dc0a175e21","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/9439a2dc0a175e21","status":"passed","time":{"start":1705912363757,"stop":1705912363757,"duration":0}},{"uid":"67832557c18b68cb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/67832557c18b68cb","status":"passed","time":{"start":1705911543452,"stop":1705911543452,"duration":0}},{"uid":"d23f9eb00d84ab50","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d23f9eb00d84ab50","status":"passed","time":{"start":1705698753989,"stop":1705698753989,"duration":0}},{"uid":"34accea0340ed0f8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/34accea0340ed0f8","status":"passed","time":{"start":1705687466235,"stop":1705687466235,"duration":0}},{"uid":"70bf949c447efba6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/70bf949c447efba6","status":"passed","time":{"start":1705687381576,"stop":1705687381576,"duration":0}},{"uid":"58c645fada3a37a3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/58c645fada3a37a3","status":"passed","time":{"start":1705681326899,"stop":1705681326900,"duration":1}},{"uid":"574f96a9299e793c","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/574f96a9299e793c","status":"passed","time":{"start":1705678076916,"stop":1705678076916,"duration":0}},{"uid":"327f93a3977dd03d","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/327f93a3977dd03d","status":"passed","time":{"start":1705677999857,"stop":1705677999857,"duration":0}}]},"tags":[]},"source":"9d2da5c9d1a93cbb.json","parameterValues":[]} \ No newline at end of file +{"uid":"6cec32f6937d472f","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":1706618580247,"stop":1706618580247,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4afe2b4d40518b34","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4afe2b4d40518b34","status":"passed","time":{"start":1706618380657,"stop":1706618380657,"duration":0}}]},"tags":[]},"source":"6cec32f6937d472f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c6c57cfff19341c5.json b/6291/data/test-cases/6d12a9ceb2e2fc62.json similarity index 54% rename from 6266/data/test-cases/c6c57cfff19341c5.json rename to 6291/data/test-cases/6d12a9ceb2e2fc62.json index 75b8c61f172..dc685a71d6a 100644 --- a/6266/data/test-cases/c6c57cfff19341c5.json +++ b/6291/data/test-cases/6d12a9ceb2e2fc62.json @@ -1 +1 @@ -{"uid":"c6c57cfff19341c5","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":1706101778131,"stop":1706101778131,"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":108,"unknown":0,"total":108},"items":[{"uid":"85dcc55bca0e2044","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/85dcc55bca0e2044","status":"passed","time":{"start":1706101692134,"stop":1706101692135,"duration":1}},{"uid":"594b07d887cb5d0d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/594b07d887cb5d0d","status":"passed","time":{"start":1706101569237,"stop":1706101569238,"duration":1}},{"uid":"3be08a8f58d672c6","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/3be08a8f58d672c6","status":"passed","time":{"start":1706101016935,"stop":1706101016935,"duration":0}},{"uid":"1152c80fdaf4dc72","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1152c80fdaf4dc72","status":"passed","time":{"start":1706100781785,"stop":1706100781785,"duration":0}},{"uid":"fad94a6089dca37d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/fad94a6089dca37d","status":"passed","time":{"start":1706100048733,"stop":1706100048734,"duration":1}},{"uid":"f5f861dfd0ef255","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f5f861dfd0ef255","status":"passed","time":{"start":1706099354073,"stop":1706099354073,"duration":0}},{"uid":"e3d38708cacf35d6","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e3d38708cacf35d6","status":"passed","time":{"start":1706077779547,"stop":1706077779548,"duration":1}},{"uid":"61cc8723d93d7ea4","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/61cc8723d93d7ea4","status":"passed","time":{"start":1706069862886,"stop":1706069862886,"duration":0}},{"uid":"b69c4418570f9dea","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b69c4418570f9dea","status":"passed","time":{"start":1705950577651,"stop":1705950577651,"duration":0}},{"uid":"a8975d9701bb4687","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a8975d9701bb4687","status":"passed","time":{"start":1705938379176,"stop":1705938379176,"duration":0}},{"uid":"2766356960b07ff4","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2766356960b07ff4","status":"passed","time":{"start":1705913520266,"stop":1705913520267,"duration":1}},{"uid":"687e536a5311aa66","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/687e536a5311aa66","status":"passed","time":{"start":1705913060109,"stop":1705913060109,"duration":0}},{"uid":"db69689ea86238c0","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/db69689ea86238c0","status":"passed","time":{"start":1705912445581,"stop":1705912445582,"duration":1}},{"uid":"2fd756fa92f0d26c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2fd756fa92f0d26c","status":"passed","time":{"start":1705911623491,"stop":1705911623491,"duration":0}},{"uid":"d08bf498d4c008b4","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d08bf498d4c008b4","status":"passed","time":{"start":1705698830034,"stop":1705698830034,"duration":0}},{"uid":"73cb7d20322c7d77","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/73cb7d20322c7d77","status":"passed","time":{"start":1705687552414,"stop":1705687552414,"duration":0}},{"uid":"61bf8e89e07f9387","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/61bf8e89e07f9387","status":"passed","time":{"start":1705687466051,"stop":1705687466052,"duration":1}},{"uid":"7fe6177c8e8ca0c5","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7fe6177c8e8ca0c5","status":"passed","time":{"start":1705681722826,"stop":1705681722827,"duration":1}},{"uid":"49e3414086c087d4","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/49e3414086c087d4","status":"passed","time":{"start":1705680299024,"stop":1705680299026,"duration":2}},{"uid":"64d28be0883d03bb","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/64d28be0883d03bb","status":"passed","time":{"start":1705678159338,"stop":1705678159338,"duration":0}}]},"tags":[]},"source":"c6c57cfff19341c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d12a9ceb2e2fc62","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":1706619033642,"stop":1706619033642,"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":2,"unknown":0,"total":2},"items":[{"uid":"866ec91fce923384","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/866ec91fce923384","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"tags":[]},"source":"6d12a9ceb2e2fc62.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6dc9b6b8774c740.json b/6291/data/test-cases/6dc9b6b8774c740.json new file mode 100644 index 00000000000..ad18b04b45b --- /dev/null +++ b/6291/data/test-cases/6dc9b6b8774c740.json @@ -0,0 +1 @@ +{"uid":"6dc9b6b8774c740","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":1706618388591,"stop":1706618388591,"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":2,"unknown":0,"total":2},"items":[{"uid":"dc49e2c6e20b747","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc49e2c6e20b747","status":"passed","time":{"start":1706618179516,"stop":1706618179516,"duration":0}}]},"tags":[]},"source":"6dc9b6b8774c740.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/cc8304c284f94d19.json b/6291/data/test-cases/6dcbd4d01bd8dfc9.json similarity index 94% rename from 6266/data/test-cases/cc8304c284f94d19.json rename to 6291/data/test-cases/6dcbd4d01bd8dfc9.json index ecaa0e4ed66..194f151243b 100644 --- a/6266/data/test-cases/cc8304c284f94d19.json +++ b/6291/data/test-cases/6dcbd4d01bd8dfc9.json @@ -1 +1 @@ -{"uid":"cc8304c284f94d19","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":1706101757859,"stop":1706101757859,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"9df1c75e2e7929de","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9df1c75e2e7929de","status":"passed","time":{"start":1706101680236,"stop":1706101680236,"duration":0}},{"uid":"924387ffb3df20d8","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/924387ffb3df20d8","status":"passed","time":{"start":1706101549611,"stop":1706101549611,"duration":0}},{"uid":"753d6107cf32c5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/753d6107cf32c5","status":"passed","time":{"start":1706100770608,"stop":1706100770608,"duration":0}},{"uid":"b3fdeb189d024797","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b3fdeb189d024797","status":"passed","time":{"start":1706099342679,"stop":1706099342679,"duration":0}},{"uid":"1767d23fdafe526e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1767d23fdafe526e","status":"passed","time":{"start":1705681713155,"stop":1705681713155,"duration":0}}]},"tags":[]},"source":"cc8304c284f94d19.json","parameterValues":[]} \ No newline at end of file +{"uid":"6dcbd4d01bd8dfc9","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":1706618996206,"stop":1706618996206,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ba940c800864a792","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ba940c800864a792","status":"passed","time":{"start":1706618797775,"stop":1706618797776,"duration":1}}]},"tags":[]},"source":"6dcbd4d01bd8dfc9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/791036933a1ecdcc.json b/6291/data/test-cases/6e17adeafb7dc4ab.json similarity index 69% rename from 6266/data/test-cases/791036933a1ecdcc.json rename to 6291/data/test-cases/6e17adeafb7dc4ab.json index be656acdcfd..70b91e93460 100644 --- a/6266/data/test-cases/791036933a1ecdcc.json +++ b/6291/data/test-cases/6e17adeafb7dc4ab.json @@ -1 +1 @@ -{"uid":"791036933a1ecdcc","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":1706101414346,"stop":1706101414346,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"fed620ee1eb43695","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/fed620ee1eb43695","status":"passed","time":{"start":1706101310176,"stop":1706101310176,"duration":0}},{"uid":"5dfb52f3dc3a1905","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5dfb52f3dc3a1905","status":"passed","time":{"start":1706101205587,"stop":1706101205588,"duration":1}},{"uid":"296bef76d861f066","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/296bef76d861f066","status":"passed","time":{"start":1706100409435,"stop":1706100409436,"duration":1}},{"uid":"65a84f9f37d9ca8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/65a84f9f37d9ca8","status":"passed","time":{"start":1706098983602,"stop":1706098983603,"duration":1}},{"uid":"d95f819d2ff720ce","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d95f819d2ff720ce","status":"passed","time":{"start":1705681361928,"stop":1705681361929,"duration":1}},{"uid":"d915fb09698fbdbf","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/d915fb09698fbdbf","status":"passed","time":{"start":1705680056541,"stop":1705680056541,"duration":0}},{"uid":"cc06c2a1c98f4218","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/cc06c2a1c98f4218","status":"passed","time":{"start":1705666820283,"stop":1705666820297,"duration":14}},{"uid":"1e9b3500cabb3167","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/1e9b3500cabb3167","status":"passed","time":{"start":1705526830784,"stop":1705526830784,"duration":0}}]},"tags":[]},"source":"791036933a1ecdcc.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e17adeafb7dc4ab","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":1706618624276,"stop":1706618624276,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"db92ec39b9400fea","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db92ec39b9400fea","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"tags":[]},"source":"6e17adeafb7dc4ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6ec7de247067507b.json b/6291/data/test-cases/6ec7de247067507b.json new file mode 100644 index 00000000000..eee9d20317c --- /dev/null +++ b/6291/data/test-cases/6ec7de247067507b.json @@ -0,0 +1 @@ +{"uid":"6ec7de247067507b","name":"throws on empty content topic","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618366454,"stop":1706618366454,"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":2,"unknown":0,"total":2},"items":[{"uid":"40efa01fc401b7c3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40efa01fc401b7c3","status":"passed","time":{"start":1706618156834,"stop":1706618156835,"duration":1}}]},"tags":[]},"source":"6ec7de247067507b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/cfbfa92535ce8f60.json b/6291/data/test-cases/6eca3675d880af8a.json similarity index 74% rename from 6266/data/test-cases/cfbfa92535ce8f60.json rename to 6291/data/test-cases/6eca3675d880af8a.json index 68042682e19..bbf96f380b7 100644 --- a/6266/data/test-cases/cfbfa92535ce8f60.json +++ b/6291/data/test-cases/6eca3675d880af8a.json @@ -1 +1 @@ -{"uid":"cfbfa92535ce8f60","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":1706101545981,"stop":1706101545981,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"4e17f019d5c052c2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4e17f019d5c052c2","status":"passed","time":{"start":1706101432558,"stop":1706101432558,"duration":0}},{"uid":"20de07f8e697350b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/20de07f8e697350b","status":"passed","time":{"start":1706101317720,"stop":1706101317720,"duration":0}},{"uid":"723fdb171d882a94","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/723fdb171d882a94","status":"passed","time":{"start":1706100939722,"stop":1706100939726,"duration":4}},{"uid":"6a81b30d52080a45","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6a81b30d52080a45","status":"passed","time":{"start":1706100525081,"stop":1706100525082,"duration":1}},{"uid":"d5fcdfa2a9cd2c3e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d5fcdfa2a9cd2c3e","status":"passed","time":{"start":1706099965693,"stop":1706099965693,"duration":0}},{"uid":"85359e67df6c155b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/85359e67df6c155b","status":"passed","time":{"start":1706099111456,"stop":1706099111456,"duration":0}},{"uid":"d8bd6d1bcfb1642c","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/d8bd6d1bcfb1642c","status":"passed","time":{"start":1706077695295,"stop":1706077695295,"duration":0}},{"uid":"efa55537691ba6b6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/efa55537691ba6b6","status":"passed","time":{"start":1706069776812,"stop":1706069776813,"duration":1}},{"uid":"a17f3850d574b3d8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a17f3850d574b3d8","status":"passed","time":{"start":1705950492110,"stop":1705950492111,"duration":1}},{"uid":"36966c501ad80153","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/36966c501ad80153","status":"passed","time":{"start":1705938291946,"stop":1705938291947,"duration":1}},{"uid":"9e0894914a339c83","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9e0894914a339c83","status":"passed","time":{"start":1705913434725,"stop":1705913434725,"duration":0}},{"uid":"8829dbe8a2f54c19","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/8829dbe8a2f54c19","status":"passed","time":{"start":1705912976670,"stop":1705912976670,"duration":0}},{"uid":"1d35aa0ba5f2c21a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/1d35aa0ba5f2c21a","status":"passed","time":{"start":1705912362849,"stop":1705912362849,"duration":0}},{"uid":"95ffe5856d35d9c9","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/95ffe5856d35d9c9","status":"passed","time":{"start":1705911541679,"stop":1705911541680,"duration":1}},{"uid":"823ef64e7545a1dd","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/823ef64e7545a1dd","status":"passed","time":{"start":1705698743491,"stop":1705698743492,"duration":1}},{"uid":"bad40f41a9daedb2","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/bad40f41a9daedb2","status":"passed","time":{"start":1705687470587,"stop":1705687470587,"duration":0}},{"uid":"c3fcf0a9e2ba3a9b","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c3fcf0a9e2ba3a9b","status":"passed","time":{"start":1705687378218,"stop":1705687378218,"duration":0}},{"uid":"a357507367cfc5a6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a357507367cfc5a6","status":"passed","time":{"start":1705681472175,"stop":1705681472176,"duration":1}},{"uid":"fcb4c6f32719bf5f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/fcb4c6f32719bf5f","status":"passed","time":{"start":1705680122022,"stop":1705680122023,"duration":1}},{"uid":"c9bfe95f30fe9d8a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c9bfe95f30fe9d8a","status":"passed","time":{"start":1705678077107,"stop":1705678077107,"duration":0}}]},"tags":[]},"source":"cfbfa92535ce8f60.json","parameterValues":[]} \ No newline at end of file +{"uid":"6eca3675d880af8a","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":1706618871335,"stop":1706618871335,"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":2,"unknown":0,"total":2},"items":[{"uid":"133fd36f4c1c8ae0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/133fd36f4c1c8ae0","status":"passed","time":{"start":1706618685096,"stop":1706618685096,"duration":0}}]},"tags":[]},"source":"6eca3675d880af8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6f18b30da2e53367.json b/6291/data/test-cases/6f18b30da2e53367.json new file mode 100644 index 00000000000..b8f802089b1 --- /dev/null +++ b/6291/data/test-cases/6f18b30da2e53367.json @@ -0,0 +1 @@ +{"uid":"6f18b30da2e53367","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":1706618371919,"stop":1706618371921,"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":2,"unknown":0,"total":2},"items":[{"uid":"a9ade9e5d048ea59","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9ade9e5d048ea59","status":"passed","time":{"start":1706618164509,"stop":1706618164512,"duration":3}}]},"tags":[]},"source":"6f18b30da2e53367.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3eb35552a5bf0154.json b/6291/data/test-cases/6f2383b99a4268e0.json similarity index 74% rename from 6266/data/test-cases/3eb35552a5bf0154.json rename to 6291/data/test-cases/6f2383b99a4268e0.json index 67c8e2619b4..b80ef244b46 100644 --- a/6266/data/test-cases/3eb35552a5bf0154.json +++ b/6291/data/test-cases/6f2383b99a4268e0.json @@ -1 +1 @@ -{"uid":"3eb35552a5bf0154","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":1706101545975,"stop":1706101545975,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"5c32dab466fd6612","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5c32dab466fd6612","status":"passed","time":{"start":1706101432554,"stop":1706101432554,"duration":0}},{"uid":"61d7f6c59b220242","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/61d7f6c59b220242","status":"passed","time":{"start":1706101317715,"stop":1706101317716,"duration":1}},{"uid":"894906d851d48c19","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/894906d851d48c19","status":"passed","time":{"start":1706100939719,"stop":1706100939719,"duration":0}},{"uid":"f9052adb9bf0e72c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f9052adb9bf0e72c","status":"passed","time":{"start":1706100525078,"stop":1706100525079,"duration":1}},{"uid":"d72b14d77ffa166b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d72b14d77ffa166b","status":"passed","time":{"start":1706099965690,"stop":1706099965690,"duration":0}},{"uid":"8faf2b87e6e735a2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/8faf2b87e6e735a2","status":"passed","time":{"start":1706099111453,"stop":1706099111453,"duration":0}},{"uid":"1ca9f46c2d7f6e11","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/1ca9f46c2d7f6e11","status":"passed","time":{"start":1706077695293,"stop":1706077695293,"duration":0}},{"uid":"43e6dace2f2f4798","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/43e6dace2f2f4798","status":"passed","time":{"start":1706069776809,"stop":1706069776809,"duration":0}},{"uid":"a53ecce3454d5f52","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a53ecce3454d5f52","status":"passed","time":{"start":1705950492108,"stop":1705950492108,"duration":0}},{"uid":"463a443f025d0421","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/463a443f025d0421","status":"passed","time":{"start":1705938291943,"stop":1705938291943,"duration":0}},{"uid":"6b46ed9bb614cd9d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/6b46ed9bb614cd9d","status":"passed","time":{"start":1705913434722,"stop":1705913434722,"duration":0}},{"uid":"c71d9cb5c0d94b3a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c71d9cb5c0d94b3a","status":"passed","time":{"start":1705912976667,"stop":1705912976667,"duration":0}},{"uid":"12025885e210b4fe","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/12025885e210b4fe","status":"passed","time":{"start":1705912362845,"stop":1705912362846,"duration":1}},{"uid":"b1a43f2b7c7f2a3f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b1a43f2b7c7f2a3f","status":"passed","time":{"start":1705911541676,"stop":1705911541676,"duration":0}},{"uid":"b2174dcbbb566ab1","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b2174dcbbb566ab1","status":"passed","time":{"start":1705698743485,"stop":1705698743486,"duration":1}},{"uid":"4b932e1e36c9dc2a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4b932e1e36c9dc2a","status":"passed","time":{"start":1705687470580,"stop":1705687470580,"duration":0}},{"uid":"d6ebf69ab45ad4f8","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d6ebf69ab45ad4f8","status":"passed","time":{"start":1705687378213,"stop":1705687378214,"duration":1}},{"uid":"5c1a0aa630711","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5c1a0aa630711","status":"passed","time":{"start":1705681472170,"stop":1705681472171,"duration":1}},{"uid":"33ac8e468eb1bd94","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/33ac8e468eb1bd94","status":"passed","time":{"start":1705680122019,"stop":1705680122019,"duration":0}},{"uid":"68846e6fd4ff6303","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/68846e6fd4ff6303","status":"passed","time":{"start":1705678077086,"stop":1705678077086,"duration":0}}]},"tags":[]},"source":"3eb35552a5bf0154.json","parameterValues":[]} \ No newline at end of file +{"uid":"6f2383b99a4268e0","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":1706618871332,"stop":1706618871332,"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":2,"unknown":0,"total":2},"items":[{"uid":"819e426debce8c5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/819e426debce8c5","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"tags":[]},"source":"6f2383b99a4268e0.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6f3bc82ae1510832.json b/6291/data/test-cases/6f3bc82ae1510832.json new file mode 100644 index 00000000000..d400933b94d --- /dev/null +++ b/6291/data/test-cases/6f3bc82ae1510832.json @@ -0,0 +1 @@ +{"uid":"6f3bc82ae1510832","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":1706618959486,"stop":1706618959486,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"873f75e59cff4748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/873f75e59cff4748","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"tags":[]},"source":"6f3bc82ae1510832.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/6fd4d3f17b6eeef6.json b/6291/data/test-cases/6fd4d3f17b6eeef6.json new file mode 100644 index 00000000000..85077546118 --- /dev/null +++ b/6291/data/test-cases/6fd4d3f17b6eeef6.json @@ -0,0 +1 @@ +{"uid":"6fd4d3f17b6eeef6","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":1706618731285,"stop":1706618731285,"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":2,"unknown":0,"total":2},"items":[{"uid":"c30858dcd419a689","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c30858dcd419a689","status":"passed","time":{"start":1706618394319,"stop":1706618394319,"duration":0}}]},"tags":[]},"source":"6fd4d3f17b6eeef6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/700c4e4bce08f471.json b/6291/data/test-cases/700c4e4bce08f471.json new file mode 100644 index 00000000000..8917d79679c --- /dev/null +++ b/6291/data/test-cases/700c4e4bce08f471.json @@ -0,0 +1 @@ +{"uid":"700c4e4bce08f471","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":1706618448910,"stop":1706618448910,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"6ba430699d505681","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6ba430699d505681","status":"passed","time":{"start":1706618242048,"stop":1706618242049,"duration":1}}]},"tags":[]},"source":"700c4e4bce08f471.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/70d1f36abe5e9f02.json b/6291/data/test-cases/70d1f36abe5e9f02.json new file mode 100644 index 00000000000..c7798588f75 --- /dev/null +++ b/6291/data/test-cases/70d1f36abe5e9f02.json @@ -0,0 +1 @@ +{"uid":"70d1f36abe5e9f02","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":1706618489112,"stop":1706618489112,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f119c80c8824cab5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f119c80c8824cab5","status":"passed","time":{"start":1706618284926,"stop":1706618284927,"duration":1}}]},"tags":[]},"source":"70d1f36abe5e9f02.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/916505ddd7fedf5c.json b/6291/data/test-cases/70d4d5a2e9f53b03.json similarity index 92% rename from 6266/data/test-cases/916505ddd7fedf5c.json rename to 6291/data/test-cases/70d4d5a2e9f53b03.json index 23c83912612..b11b5397dde 100644 --- a/6266/data/test-cases/916505ddd7fedf5c.json +++ b/6291/data/test-cases/70d4d5a2e9f53b03.json @@ -1 +1 @@ -{"uid":"916505ddd7fedf5c","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":1706101593987,"stop":1706101593987,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"a981f48d791f95ce","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a981f48d791f95ce","status":"passed","time":{"start":1706101499432,"stop":1706101499432,"duration":0}},{"uid":"441e3f19d289f490","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/441e3f19d289f490","status":"passed","time":{"start":1706101380145,"stop":1706101380146,"duration":1}},{"uid":"6ebcd375600f92d6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6ebcd375600f92d6","status":"passed","time":{"start":1706100623758,"stop":1706100623758,"duration":0}},{"uid":"484df42e204fa278","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/484df42e204fa278","status":"passed","time":{"start":1706099176281,"stop":1706099176282,"duration":1}},{"uid":"4b977f2adf4e6db3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/4b977f2adf4e6db3","status":"passed","time":{"start":1705681544250,"stop":1705681544250,"duration":0}},{"uid":"16a1de49a2218d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/16a1de49a2218d","status":"passed","time":{"start":1705680158894,"stop":1705680158895,"duration":1}},{"uid":"16b07bbf87bba800","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/16b07bbf87bba800","status":"passed","time":{"start":1705666900198,"stop":1705666900198,"duration":0}},{"uid":"8c08af3a78bbc212","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8c08af3a78bbc212","status":"passed","time":{"start":1705526887793,"stop":1705526887799,"duration":6}}]},"tags":[]},"source":"916505ddd7fedf5c.json","parameterValues":[]} \ No newline at end of file +{"uid":"70d4d5a2e9f53b03","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":1706618858011,"stop":1706618858011,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4e54801aa5a1a405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e54801aa5a1a405","status":"passed","time":{"start":1706618636971,"stop":1706618636971,"duration":0}}]},"tags":[]},"source":"70d4d5a2e9f53b03.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/722f6567fa07be16.json b/6291/data/test-cases/722f6567fa07be16.json new file mode 100644 index 00000000000..8df1b987bb4 --- /dev/null +++ b/6291/data/test-cases/722f6567fa07be16.json @@ -0,0 +1 @@ +{"uid":"722f6567fa07be16","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":1706618731297,"stop":1706618731297,"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":2,"unknown":0,"total":2},"items":[{"uid":"29c6de8ad23becf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/29c6de8ad23becf5","status":"passed","time":{"start":1706618394340,"stop":1706618394341,"duration":1}}]},"tags":[]},"source":"722f6567fa07be16.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/72426e4878d66032.json b/6291/data/test-cases/72426e4878d66032.json new file mode 100644 index 00000000000..6b7270816a0 --- /dev/null +++ b/6291/data/test-cases/72426e4878d66032.json @@ -0,0 +1 @@ +{"uid":"72426e4878d66032","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":1706618366596,"stop":1706618366597,"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":2,"unknown":0,"total":2},"items":[{"uid":"b06825a9b8f5d466","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b06825a9b8f5d466","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"tags":[]},"source":"72426e4878d66032.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/726684dd59fb7105.json b/6291/data/test-cases/726684dd59fb7105.json new file mode 100644 index 00000000000..93f0d634055 --- /dev/null +++ b/6291/data/test-cases/726684dd59fb7105.json @@ -0,0 +1 @@ +{"uid":"726684dd59fb7105","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":1706618886441,"stop":1706618886441,"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":2,"unknown":0,"total":2},"items":[{"uid":"aee1431e0dccca65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aee1431e0dccca65","status":"passed","time":{"start":1706618698145,"stop":1706618698146,"duration":1}}]},"tags":[]},"source":"726684dd59fb7105.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7289657642f12c32.json b/6291/data/test-cases/7289657642f12c32.json new file mode 100644 index 00000000000..63fdc162291 --- /dev/null +++ b/6291/data/test-cases/7289657642f12c32.json @@ -0,0 +1 @@ +{"uid":"7289657642f12c32","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":1706618834269,"stop":1706618834271,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"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":2,"unknown":0,"total":2},"items":[{"uid":"627b940eb741d182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/627b940eb741d182","status":"passed","time":{"start":1706618668771,"stop":1706618668772,"duration":1}}]},"tags":[]},"source":"7289657642f12c32.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/733291b83aa211af.json b/6291/data/test-cases/733291b83aa211af.json new file mode 100644 index 00000000000..ffda0b1153c --- /dev/null +++ b/6291/data/test-cases/733291b83aa211af.json @@ -0,0 +1 @@ +{"uid":"733291b83aa211af","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":1706618865687,"stop":1706618865687,"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":2,"unknown":0,"total":2},"items":[{"uid":"1f138c2ac8339e91","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f138c2ac8339e91","status":"passed","time":{"start":1706618683925,"stop":1706618683926,"duration":1}}]},"tags":[]},"source":"733291b83aa211af.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9ea9bd8a9fce4fb.json b/6291/data/test-cases/73b4d4a281ba36d.json similarity index 84% rename from 6266/data/test-cases/9ea9bd8a9fce4fb.json rename to 6291/data/test-cases/73b4d4a281ba36d.json index 54bbf3b22af..90657c9f1d0 100644 --- a/6266/data/test-cases/9ea9bd8a9fce4fb.json +++ b/6291/data/test-cases/73b4d4a281ba36d.json @@ -1 +1 @@ -{"uid":"9ea9bd8a9fce4fb","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":1706101757863,"stop":1706101757868,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"58c09c40ff475aec","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/58c09c40ff475aec","status":"passed","time":{"start":1706101680238,"stop":1706101680238,"duration":0}},{"uid":"c2e798c70f42e97f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c2e798c70f42e97f","status":"passed","time":{"start":1706101549618,"stop":1706101549618,"duration":0}},{"uid":"3b66b737ce5b879c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3b66b737ce5b879c","status":"passed","time":{"start":1706100770611,"stop":1706100770611,"duration":0}},{"uid":"d962d9b59dad00d3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d962d9b59dad00d3","status":"passed","time":{"start":1706099342681,"stop":1706099342681,"duration":0}},{"uid":"630fb8d5ff152651","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/630fb8d5ff152651","status":"passed","time":{"start":1705681713157,"stop":1705681713157,"duration":0}}]},"tags":[]},"source":"9ea9bd8a9fce4fb.json","parameterValues":[]} \ No newline at end of file +{"uid":"73b4d4a281ba36d","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":1706618996192,"stop":1706618996192,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"14a925035d9f6334","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14a925035d9f6334","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"tags":[]},"source":"73b4d4a281ba36d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9ee7ba34567a06f3.json b/6291/data/test-cases/747920aec35145b7.json similarity index 60% rename from 6266/data/test-cases/9ee7ba34567a06f3.json rename to 6291/data/test-cases/747920aec35145b7.json index 0b8b7c924a1..4890b9b60e9 100644 --- a/6266/data/test-cases/9ee7ba34567a06f3.json +++ b/6291/data/test-cases/747920aec35145b7.json @@ -1 +1 @@ -{"uid":"9ee7ba34567a06f3","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":1706101626121,"stop":1706101626121,"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":108,"unknown":0,"total":108},"items":[{"uid":"1c43a0f1728c01d5","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1c43a0f1728c01d5","status":"passed","time":{"start":1706101523574,"stop":1706101523577,"duration":3}},{"uid":"7d928f1ea59eadc2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7d928f1ea59eadc2","status":"passed","time":{"start":1706101413559,"stop":1706101413559,"duration":0}},{"uid":"14dada9578db110f","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/14dada9578db110f","status":"passed","time":{"start":1706101024931,"stop":1706101024931,"duration":0}},{"uid":"3ab70ed782163291","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3ab70ed782163291","status":"passed","time":{"start":1706100628522,"stop":1706100628523,"duration":1}},{"uid":"cb0b9b3465bb1c1d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/cb0b9b3465bb1c1d","status":"passed","time":{"start":1706100054480,"stop":1706100054480,"duration":0}},{"uid":"75d8dc54b3fd0fef","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/75d8dc54b3fd0fef","status":"passed","time":{"start":1706099215579,"stop":1706099215579,"duration":0}},{"uid":"9fc3b47a56d20f09","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/9fc3b47a56d20f09","status":"passed","time":{"start":1706077780914,"stop":1706077780914,"duration":0}},{"uid":"219591053ca28907","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/219591053ca28907","status":"passed","time":{"start":1706069865809,"stop":1706069865809,"duration":0}},{"uid":"1a5a8efed8e2d9c8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/1a5a8efed8e2d9c8","status":"passed","time":{"start":1705950575445,"stop":1705950575445,"duration":0}},{"uid":"96604cf4d8011f26","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/96604cf4d8011f26","status":"passed","time":{"start":1705938390884,"stop":1705938390884,"duration":0}},{"uid":"4ced272d46827f4d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4ced272d46827f4d","status":"passed","time":{"start":1705913510565,"stop":1705913510566,"duration":1}},{"uid":"aa4bf9cb389fd1ca","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/aa4bf9cb389fd1ca","status":"passed","time":{"start":1705913061209,"stop":1705913061209,"duration":0}},{"uid":"5d6e4941b176e5b2","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/5d6e4941b176e5b2","status":"passed","time":{"start":1705912454481,"stop":1705912454481,"duration":0}},{"uid":"d8ef7b625630b688","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d8ef7b625630b688","status":"passed","time":{"start":1705911628395,"stop":1705911628396,"duration":1}},{"uid":"59ede55e11a3b50f","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/59ede55e11a3b50f","status":"passed","time":{"start":1705698833217,"stop":1705698833217,"duration":0}},{"uid":"ea6a996aeae4f054","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ea6a996aeae4f054","status":"passed","time":{"start":1705687552274,"stop":1705687552274,"duration":0}},{"uid":"118e2c1720d2daea","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/118e2c1720d2daea","status":"passed","time":{"start":1705687459034,"stop":1705687459034,"duration":0}},{"uid":"ce419a3e0a6586a1","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ce419a3e0a6586a1","status":"passed","time":{"start":1705681567905,"stop":1705681567905,"duration":0}},{"uid":"b70d3bba3f08f0f2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b70d3bba3f08f0f2","status":"passed","time":{"start":1705680229731,"stop":1705680229732,"duration":1}},{"uid":"36d9f20138af32bb","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/36d9f20138af32bb","status":"passed","time":{"start":1705678157502,"stop":1705678157503,"duration":1}}]},"tags":[]},"source":"9ee7ba34567a06f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"747920aec35145b7","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":1706618909987,"stop":1706618909987,"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":2,"unknown":0,"total":2},"items":[{"uid":"baf002977e3b9178","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/baf002977e3b9178","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"tags":[]},"source":"747920aec35145b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/747b6b41c601980c.json b/6291/data/test-cases/747b6b41c601980c.json new file mode 100644 index 00000000000..d321359bb89 --- /dev/null +++ b/6291/data/test-cases/747b6b41c601980c.json @@ -0,0 +1 @@ +{"uid":"747b6b41c601980c","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":1706619017482,"stop":1706619017483,"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":2,"unknown":0,"total":2},"items":[{"uid":"b404861590dab8ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b404861590dab8ac","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"tags":[]},"source":"747b6b41c601980c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4a1cbc3b2031821b.json b/6291/data/test-cases/748543f3b2e1b6bb.json similarity index 85% rename from 6266/data/test-cases/4a1cbc3b2031821b.json rename to 6291/data/test-cases/748543f3b2e1b6bb.json index 09ee9eb4ecb..f3926466bd4 100644 --- a/6266/data/test-cases/4a1cbc3b2031821b.json +++ b/6291/data/test-cases/748543f3b2e1b6bb.json @@ -1 +1 @@ -{"uid":"4a1cbc3b2031821b","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":1706101401939,"stop":1706101401939,"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: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"9eb34f9e566f8275","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9eb34f9e566f8275","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101295295,"stop":1706101295295,"duration":0}},{"uid":"32c9795405e8da82","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/32c9795405e8da82","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101187423,"stop":1706101187423,"duration":0}},{"uid":"e9433dfbf8c0ec0b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e9433dfbf8c0ec0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100397497,"stop":1706100397497,"duration":0}},{"uid":"f3cad2a2c88aefd8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f3cad2a2c88aefd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706098985431,"stop":1706098985431,"duration":0}}]},"tags":[]},"source":"4a1cbc3b2031821b.json","parameterValues":[]} \ No newline at end of file +{"uid":"748543f3b2e1b6bb","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":1706618624451,"stop":1706618624452,"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: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":1,"skipped":1,"passed":0,"unknown":0,"total":2},"items":[{"uid":"712bc0a35a38e22a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/712bc0a35a38e22a","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAkvFywi2DzoU9KJqnxqi1oAgJNmghdGvg5qbsLL6Kjv2Rf for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi: Error: Filter subscribe request 8c0a267b-f94d-40d9-8e95-934ec7aad2c0 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460775,"stop":1706618460776,"duration":1}}]},"tags":[]},"source":"748543f3b2e1b6bb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/74ada2de576e0b38.json b/6291/data/test-cases/74ada2de576e0b38.json new file mode 100644 index 00000000000..de073db6423 --- /dev/null +++ b/6291/data/test-cases/74ada2de576e0b38.json @@ -0,0 +1 @@ +{"uid":"74ada2de576e0b38","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372825,"stop":1706618372826,"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":"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":2,"unknown":0,"total":2},"items":[{"uid":"e9e4624553d297a4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e9e4624553d297a4","status":"passed","time":{"start":1706618165343,"stop":1706618165343,"duration":0}}]},"tags":[]},"source":"74ada2de576e0b38.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7583180226541bb.json b/6291/data/test-cases/7583180226541bb.json new file mode 100644 index 00000000000..d68cce409d9 --- /dev/null +++ b/6291/data/test-cases/7583180226541bb.json @@ -0,0 +1 @@ +{"uid":"7583180226541bb","name":"Ordered Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - backward","historyId":"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619002398,"stop":1706619002399,"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":2,"unknown":0,"total":2},"items":[{"uid":"96b58cf531329ea1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/96b58cf531329ea1","status":"passed","time":{"start":1706618759794,"stop":1706618759795,"duration":1}}]},"tags":[]},"source":"7583180226541bb.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6486aa592e15dee7.json b/6291/data/test-cases/75d8aac2bd155649.json similarity index 54% rename from 6266/data/test-cases/6486aa592e15dee7.json rename to 6291/data/test-cases/75d8aac2bd155649.json index 982905f5cfc..96c67d5f069 100644 --- a/6266/data/test-cases/6486aa592e15dee7.json +++ b/6291/data/test-cases/75d8aac2bd155649.json @@ -1 +1 @@ -{"uid":"6486aa592e15dee7","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":1706101651747,"stop":1706101651748,"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":108,"unknown":0,"total":108},"items":[{"uid":"a0fe2937de7236b4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a0fe2937de7236b4","status":"passed","time":{"start":1706101566463,"stop":1706101566464,"duration":1}},{"uid":"43754f836f1d0416","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/43754f836f1d0416","status":"passed","time":{"start":1706101443415,"stop":1706101443415,"duration":0}},{"uid":"42a78768a6425e03","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/42a78768a6425e03","status":"passed","time":{"start":1706100967018,"stop":1706100967018,"duration":0}},{"uid":"56898e5804e07843","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/56898e5804e07843","status":"passed","time":{"start":1706100676384,"stop":1706100676384,"duration":0}},{"uid":"a042b46c4fd6075c","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a042b46c4fd6075c","status":"passed","time":{"start":1706099994475,"stop":1706099994476,"duration":1}},{"uid":"c1ebfbf535b74d88","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c1ebfbf535b74d88","status":"passed","time":{"start":1706099245144,"stop":1706099245145,"duration":1}},{"uid":"e5644e0522d6ebf3","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e5644e0522d6ebf3","status":"passed","time":{"start":1706077725208,"stop":1706077725208,"duration":0}},{"uid":"9ebb60945674a908","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/9ebb60945674a908","status":"passed","time":{"start":1706069807616,"stop":1706069807619,"duration":3}},{"uid":"3ed540340b582bec","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3ed540340b582bec","status":"passed","time":{"start":1705950519318,"stop":1705950519318,"duration":0}},{"uid":"b10f9add54d35adf","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b10f9add54d35adf","status":"passed","time":{"start":1705938322622,"stop":1705938322623,"duration":1}},{"uid":"80485db300b12b45","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/80485db300b12b45","status":"passed","time":{"start":1705913460661,"stop":1705913460661,"duration":0}},{"uid":"f0a2e923437b9456","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f0a2e923437b9456","status":"passed","time":{"start":1705913004754,"stop":1705913004755,"duration":1}},{"uid":"a60b0215c3019527","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a60b0215c3019527","status":"passed","time":{"start":1705912392781,"stop":1705912392781,"duration":0}},{"uid":"90e7a61516c87660","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/90e7a61516c87660","status":"passed","time":{"start":1705911569496,"stop":1705911569496,"duration":0}},{"uid":"475bde3cd824f35d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/475bde3cd824f35d","status":"passed","time":{"start":1705698780853,"stop":1705698780853,"duration":0}},{"uid":"be679d3a1efb9279","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/be679d3a1efb9279","status":"passed","time":{"start":1705687496033,"stop":1705687496033,"duration":0}},{"uid":"1ac2a920d582b805","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1ac2a920d582b805","status":"passed","time":{"start":1705687412718,"stop":1705687412719,"duration":1}},{"uid":"89103c24cda4d04b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/89103c24cda4d04b","status":"passed","time":{"start":1705681610293,"stop":1705681610293,"duration":0}},{"uid":"8a2cc9e5298883ce","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/8a2cc9e5298883ce","status":"passed","time":{"start":1705680179643,"stop":1705680179643,"duration":0}},{"uid":"f8fbdd623f04cf51","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/f8fbdd623f04cf51","status":"passed","time":{"start":1705678106531,"stop":1705678106531,"duration":0}}]},"tags":[]},"source":"6486aa592e15dee7.json","parameterValues":[]} \ No newline at end of file +{"uid":"75d8aac2bd155649","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":1706618934693,"stop":1706618934693,"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":2,"unknown":0,"total":2},"items":[{"uid":"3057487d5abd4f8e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3057487d5abd4f8e","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"tags":[]},"source":"75d8aac2bd155649.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/76ba2cfc67b95436.json b/6291/data/test-cases/76ba2cfc67b95436.json new file mode 100644 index 00000000000..a49ad4d2d73 --- /dev/null +++ b/6291/data/test-cases/76ba2cfc67b95436.json @@ -0,0 +1 @@ +{"uid":"76ba2cfc67b95436","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":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdad94ae1cefd29e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdad94ae1cefd29e","status":"passed","time":{"start":1706618682310,"stop":1706618682310,"duration":0}}]},"tags":[]},"source":"76ba2cfc67b95436.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5de02d32529f097f.json b/6291/data/test-cases/777432c76b2490d5.json similarity index 86% rename from 6266/data/test-cases/5de02d32529f097f.json rename to 6291/data/test-cases/777432c76b2490d5.json index 8f9e0486c35..6cc817814e4 100644 --- a/6266/data/test-cases/5de02d32529f097f.json +++ b/6291/data/test-cases/777432c76b2490d5.json @@ -1 +1 @@ -{"uid":"5de02d32529f097f","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":1706101723802,"stop":1706101723803,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"f4c4d9bffedf832f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f4c4d9bffedf832f","status":"passed","time":{"start":1706101654468,"stop":1706101654468,"duration":0}},{"uid":"40dca30bab449f21","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/40dca30bab449f21","status":"passed","time":{"start":1706101537667,"stop":1706101537672,"duration":5}},{"uid":"91e34a5e20226ba1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/91e34a5e20226ba1","status":"passed","time":{"start":1706100722903,"stop":1706100722903,"duration":0}},{"uid":"346be33dcc59f8dd","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/346be33dcc59f8dd","status":"passed","time":{"start":1706099290659,"stop":1706099290659,"duration":0}},{"uid":"f29513f4b4b98300","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f29513f4b4b98300","status":"passed","time":{"start":1705681678147,"stop":1705681678147,"duration":0}},{"uid":"ca11359cdd20fa1b","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ca11359cdd20fa1b","status":"passed","time":{"start":1705680350541,"stop":1705680350542,"duration":1}},{"uid":"6d3eeb4dfcf60beb","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/6d3eeb4dfcf60beb","status":"passed","time":{"start":1705667092969,"stop":1705667092969,"duration":0}},{"uid":"f2e0ac8b33ebd8e2","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/f2e0ac8b33ebd8e2","status":"passed","time":{"start":1705527069396,"stop":1705527069396,"duration":0}},{"uid":"aefd48cf8b689823","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/aefd48cf8b689823","status":"passed","time":{"start":1705521327115,"stop":1705521327115,"duration":0}},{"uid":"f6baf2eae87782f5","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f6baf2eae87782f5","status":"passed","time":{"start":1705520488402,"stop":1705520488402,"duration":0}},{"uid":"e341943e1411cf6f","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/e341943e1411cf6f","status":"passed","time":{"start":1705518883248,"stop":1705518883248,"duration":0}},{"uid":"8b13b8c48d9f27bd","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8b13b8c48d9f27bd","status":"passed","time":{"start":1705502684100,"stop":1705502684100,"duration":0}}]},"tags":[]},"source":"5de02d32529f097f.json","parameterValues":[]} \ No newline at end of file +{"uid":"777432c76b2490d5","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":1706618959491,"stop":1706618959492,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ee6d8bf182351fe3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee6d8bf182351fe3","status":"passed","time":{"start":1706618735890,"stop":1706618735891,"duration":1}}]},"tags":[]},"source":"777432c76b2490d5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/77a0ee55d5e39574.json b/6291/data/test-cases/77a0ee55d5e39574.json new file mode 100644 index 00000000000..b0e61ff39d3 --- /dev/null +++ b/6291/data/test-cases/77a0ee55d5e39574.json @@ -0,0 +1 @@ +{"uid":"77a0ee55d5e39574","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":1706618731276,"stop":1706618731276,"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},{"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},{"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},{"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},{"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":2,"unknown":0,"total":2},"items":[{"uid":"121e0f651ad4b19a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/121e0f651ad4b19a","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"tags":[]},"source":"77a0ee55d5e39574.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/aac3387f5de30c9f.json b/6291/data/test-cases/77affc9c082a9713.json similarity index 74% rename from 6266/data/test-cases/aac3387f5de30c9f.json rename to 6291/data/test-cases/77affc9c082a9713.json index 3d211c27b99..36bbc9df506 100644 --- a/6266/data/test-cases/aac3387f5de30c9f.json +++ b/6291/data/test-cases/77affc9c082a9713.json @@ -1 +1 @@ -{"uid":"aac3387f5de30c9f","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":1706101545970,"stop":1706101545971,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"cc7f23bc000533fd","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/cc7f23bc000533fd","status":"passed","time":{"start":1706101432512,"stop":1706101432513,"duration":1}},{"uid":"71f59f8f31c63bb2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/71f59f8f31c63bb2","status":"passed","time":{"start":1706101317709,"stop":1706101317709,"duration":0}},{"uid":"1d58365b083c44b8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1d58365b083c44b8","status":"passed","time":{"start":1706100939715,"stop":1706100939715,"duration":0}},{"uid":"bf9d71703f1ee2e0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/bf9d71703f1ee2e0","status":"passed","time":{"start":1706100525075,"stop":1706100525075,"duration":0}},{"uid":"4aacb5e099f01d64","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4aacb5e099f01d64","status":"passed","time":{"start":1706099965686,"stop":1706099965686,"duration":0}},{"uid":"3b551bcc414e29f7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3b551bcc414e29f7","status":"passed","time":{"start":1706099111450,"stop":1706099111450,"duration":0}},{"uid":"9ba1351a9c9bb8bf","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/9ba1351a9c9bb8bf","status":"passed","time":{"start":1706077695289,"stop":1706077695290,"duration":1}},{"uid":"7a4e872a118f91c8","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7a4e872a118f91c8","status":"passed","time":{"start":1706069776805,"stop":1706069776806,"duration":1}},{"uid":"c94358dc421beac1","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c94358dc421beac1","status":"passed","time":{"start":1705950492104,"stop":1705950492104,"duration":0}},{"uid":"775252cb2a2a08c5","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/775252cb2a2a08c5","status":"passed","time":{"start":1705938291939,"stop":1705938291940,"duration":1}},{"uid":"6196be34f696805b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/6196be34f696805b","status":"passed","time":{"start":1705913434719,"stop":1705913434719,"duration":0}},{"uid":"908df6eb3fb8fb05","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/908df6eb3fb8fb05","status":"passed","time":{"start":1705912976662,"stop":1705912976662,"duration":0}},{"uid":"323a97cb49f1a1a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/323a97cb49f1a1a","status":"passed","time":{"start":1705912362841,"stop":1705912362841,"duration":0}},{"uid":"c4a31f04d5b5034b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/c4a31f04d5b5034b","status":"passed","time":{"start":1705911541672,"stop":1705911541672,"duration":0}},{"uid":"f1be221c3b55a451","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f1be221c3b55a451","status":"passed","time":{"start":1705698743472,"stop":1705698743476,"duration":4}},{"uid":"4753a4a3c8d89315","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4753a4a3c8d89315","status":"passed","time":{"start":1705687470564,"stop":1705687470565,"duration":1}},{"uid":"68693634a5a14a8f","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/68693634a5a14a8f","status":"passed","time":{"start":1705687378206,"stop":1705687378207,"duration":1}},{"uid":"91794db468a808b5","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/91794db468a808b5","status":"passed","time":{"start":1705681472163,"stop":1705681472163,"duration":0}},{"uid":"6b6e5cadafdb8fba","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6b6e5cadafdb8fba","status":"passed","time":{"start":1705680122015,"stop":1705680122015,"duration":0}},{"uid":"ba10f1205db694ef","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ba10f1205db694ef","status":"passed","time":{"start":1705678077078,"stop":1705678077079,"duration":1}}]},"tags":[]},"source":"aac3387f5de30c9f.json","parameterValues":[]} \ No newline at end of file +{"uid":"77affc9c082a9713","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":1706618871328,"stop":1706618871328,"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":2,"unknown":0,"total":2},"items":[{"uid":"4017f825d17bc231","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4017f825d17bc231","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"tags":[]},"source":"77affc9c082a9713.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5b7ee3c1d7a1a2ad.json b/6291/data/test-cases/77d99fcb5abdb32b.json similarity index 87% rename from 6266/data/test-cases/5b7ee3c1d7a1a2ad.json rename to 6291/data/test-cases/77d99fcb5abdb32b.json index 02143d175d6..dd4bb92226c 100644 --- a/6266/data/test-cases/5b7ee3c1d7a1a2ad.json +++ b/6291/data/test-cases/77d99fcb5abdb32b.json @@ -1 +1 @@ -{"uid":"5b7ee3c1d7a1a2ad","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":1706101792214,"stop":1706101792214,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"b9f7a284f14e22ad","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b9f7a284f14e22ad","status":"passed","time":{"start":1706101709060,"stop":1706101709060,"duration":0}},{"uid":"a121ff4628fe8087","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a121ff4628fe8087","status":"passed","time":{"start":1706101584046,"stop":1706101584046,"duration":0}},{"uid":"d73745769d853dce","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d73745769d853dce","status":"passed","time":{"start":1706100800532,"stop":1706100800533,"duration":1}},{"uid":"ded26c24fe1d12c2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ded26c24fe1d12c2","status":"passed","time":{"start":1706099377045,"stop":1706099377045,"duration":0}},{"uid":"28456f010b59d042","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/28456f010b59d042","status":"passed","time":{"start":1705681745206,"stop":1705681745206,"duration":0}},{"uid":"32cdce01b7bee022","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/32cdce01b7bee022","status":"passed","time":{"start":1705680374210,"stop":1705680374210,"duration":0}},{"uid":"919b13dc3c990621","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/919b13dc3c990621","status":"passed","time":{"start":1705667089483,"stop":1705667089483,"duration":0}},{"uid":"40efb4760adfd026","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/40efb4760adfd026","status":"passed","time":{"start":1705521364824,"stop":1705521364824,"duration":0}},{"uid":"e01b187324f69891","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e01b187324f69891","status":"passed","time":{"start":1705520531873,"stop":1705520531874,"duration":1}},{"uid":"9e75701b2d060f82","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/9e75701b2d060f82","status":"passed","time":{"start":1705518661631,"stop":1705518661631,"duration":0}},{"uid":"b80c3e9f2d566ffa","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b80c3e9f2d566ffa","status":"passed","time":{"start":1705502591735,"stop":1705502591736,"duration":1}}]},"tags":[]},"source":"5b7ee3c1d7a1a2ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"77d99fcb5abdb32b","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":1706619029135,"stop":1706619029136,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"f235426a606a3068","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f235426a606a3068","status":"passed","time":{"start":1706618668745,"stop":1706618668745,"duration":0}}]},"tags":[]},"source":"77d99fcb5abdb32b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a1f5c7c3b7410ef5.json b/6291/data/test-cases/77f200462c188092.json similarity index 87% rename from 6266/data/test-cases/a1f5c7c3b7410ef5.json rename to 6291/data/test-cases/77f200462c188092.json index f478e0d8ddf..0437ba50e98 100644 --- a/6266/data/test-cases/a1f5c7c3b7410ef5.json +++ b/6291/data/test-cases/77f200462c188092.json @@ -1 +1 @@ -{"uid":"a1f5c7c3b7410ef5","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":1706101792204,"stop":1706101792205,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"a042cfd6fdc1b040","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a042cfd6fdc1b040","status":"passed","time":{"start":1706101709051,"stop":1706101709051,"duration":0}},{"uid":"7694a2b54c8866cf","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7694a2b54c8866cf","status":"passed","time":{"start":1706101584037,"stop":1706101584037,"duration":0}},{"uid":"bfa186e39716229","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/bfa186e39716229","status":"passed","time":{"start":1706100800524,"stop":1706100800524,"duration":0}},{"uid":"ff7d432f99c483c7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ff7d432f99c483c7","status":"passed","time":{"start":1706099377035,"stop":1706099377035,"duration":0}},{"uid":"bfd469ed48da0f9e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/bfd469ed48da0f9e","status":"passed","time":{"start":1705681745198,"stop":1705681745198,"duration":0}},{"uid":"9116565d5a2f3eed","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9116565d5a2f3eed","status":"passed","time":{"start":1705680374200,"stop":1705680374200,"duration":0}},{"uid":"dab607e5589d8621","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/dab607e5589d8621","status":"passed","time":{"start":1705667089462,"stop":1705667089462,"duration":0}},{"uid":"ff1e0b1ad5a43e06","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/ff1e0b1ad5a43e06","status":"passed","time":{"start":1705521364813,"stop":1705521364813,"duration":0}},{"uid":"4c0047536ec3ed50","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4c0047536ec3ed50","status":"passed","time":{"start":1705520531863,"stop":1705520531863,"duration":0}},{"uid":"50d554fa181dbd2","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/50d554fa181dbd2","status":"passed","time":{"start":1705518661621,"stop":1705518661622,"duration":1}},{"uid":"1f2f44e9151983ed","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/1f2f44e9151983ed","status":"passed","time":{"start":1705502591723,"stop":1705502591724,"duration":1}}]},"tags":[]},"source":"a1f5c7c3b7410ef5.json","parameterValues":[]} \ No newline at end of file +{"uid":"77f200462c188092","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":1706619029123,"stop":1706619029123,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"68623e0e4d5aa815","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68623e0e4d5aa815","status":"passed","time":{"start":1706618668721,"stop":1706618668722,"duration":1}}]},"tags":[]},"source":"77f200462c188092.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c64f5fcb59eb0597.json b/6291/data/test-cases/7844607fcc97f073.json similarity index 95% rename from 6266/data/test-cases/c64f5fcb59eb0597.json rename to 6291/data/test-cases/7844607fcc97f073.json index ee935efae5c..9ebcdc36d4b 100644 --- a/6266/data/test-cases/c64f5fcb59eb0597.json +++ b/6291/data/test-cases/7844607fcc97f073.json @@ -1 +1 @@ -{"uid":"c64f5fcb59eb0597","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":1706101757839,"stop":1706101757840,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"4afef8defb5aa753","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4afef8defb5aa753","status":"passed","time":{"start":1706101680231,"stop":1706101680232,"duration":1}},{"uid":"db07b0a6f839853c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/db07b0a6f839853c","status":"passed","time":{"start":1706101549606,"stop":1706101549606,"duration":0}},{"uid":"af9a44322bb17e74","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/af9a44322bb17e74","status":"passed","time":{"start":1706100770603,"stop":1706100770604,"duration":1}},{"uid":"c19109917f56f2c2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c19109917f56f2c2","status":"passed","time":{"start":1706099342675,"stop":1706099342675,"duration":0}},{"uid":"b0af30b02f7ca30c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/b0af30b02f7ca30c","status":"passed","time":{"start":1705681713149,"stop":1705681713149,"duration":0}}]},"tags":[]},"source":"c64f5fcb59eb0597.json","parameterValues":[]} \ No newline at end of file +{"uid":"7844607fcc97f073","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":1706618996200,"stop":1706618996200,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"abc58ec5437e69d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abc58ec5437e69d9","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"tags":[]},"source":"7844607fcc97f073.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/784c0c88308d81d.json b/6291/data/test-cases/784c0c88308d81d.json new file mode 100644 index 00000000000..f6bf97941fa --- /dev/null +++ b/6291/data/test-cases/784c0c88308d81d.json @@ -0,0 +1 @@ +{"uid":"784c0c88308d81d","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":1706618388660,"stop":1706618388660,"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":2,"unknown":0,"total":2},"items":[{"uid":"59b4c23ee27dafad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/59b4c23ee27dafad","status":"passed","time":{"start":1706618179518,"stop":1706618179519,"duration":1}}]},"tags":[]},"source":"784c0c88308d81d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/78670b341534125b.json b/6291/data/test-cases/78670b341534125b.json new file mode 100644 index 00000000000..2ba1e0abf17 --- /dev/null +++ b/6291/data/test-cases/78670b341534125b.json @@ -0,0 +1 @@ +{"uid":"78670b341534125b","name":"ignores unrecognized TXT record formats","fullName":"/src/dns.spec.ts: DNS Node Discovery > ignores unrecognized TXT record formats","historyId":"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618389060,"stop":1706618389061,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"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":2,"unknown":0,"total":2},"items":[{"uid":"74bd63953e5cdc85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74bd63953e5cdc85","status":"passed","time":{"start":1706618179847,"stop":1706618179848,"duration":1}}]},"tags":[]},"source":"78670b341534125b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fde7d7da0b02aad2.json b/6291/data/test-cases/787932ad13958096.json similarity index 88% rename from 6266/data/test-cases/fde7d7da0b02aad2.json rename to 6291/data/test-cases/787932ad13958096.json index a38466b669e..ca8b7f8165e 100644 --- a/6266/data/test-cases/fde7d7da0b02aad2.json +++ b/6291/data/test-cases/787932ad13958096.json @@ -1 +1 @@ -{"uid":"fde7d7da0b02aad2","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Arabic and receive message","historyId":"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401957,"stop":1706101401957,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"c9eebad5680f0ba","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c9eebad5680f0ba","status":"passed","time":{"start":1706101295299,"stop":1706101295300,"duration":1}},{"uid":"a7f32dca14a37463","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a7f32dca14a37463","status":"passed","time":{"start":1706101187431,"stop":1706101187431,"duration":0}},{"uid":"98eb34ce8b59f889","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/98eb34ce8b59f889","status":"passed","time":{"start":1706100397501,"stop":1706100397502,"duration":1}},{"uid":"4799f937ee6287a5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4799f937ee6287a5","status":"passed","time":{"start":1706098985437,"stop":1706098985437,"duration":0}},{"uid":"9bcce084825b58ab","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9bcce084825b58ab","status":"passed","time":{"start":1705681341594,"stop":1705681341594,"duration":0}},{"uid":"6f97ef889a6952c4","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6f97ef889a6952c4","status":"passed","time":{"start":1705680075497,"stop":1705680075498,"duration":1}},{"uid":"4b885dbf04bc849a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/4b885dbf04bc849a","status":"passed","time":{"start":1705666818722,"stop":1705666818722,"duration":0}},{"uid":"71b9172015667073","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/71b9172015667073","status":"passed","time":{"start":1705520251424,"stop":1705520251424,"duration":0}},{"uid":"fec95aeee0c1cc38","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/fec95aeee0c1cc38","status":"passed","time":{"start":1705518481993,"stop":1705518481994,"duration":1}},{"uid":"445a8a9ac1124aeb","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/445a8a9ac1124aeb","status":"passed","time":{"start":1705502312551,"stop":1705502312552,"duration":1}}]},"tags":[]},"source":"fde7d7da0b02aad2.json","parameterValues":[]} \ No newline at end of file +{"uid":"787932ad13958096","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Arabic and receive message","historyId":"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"3cb08241bf1b7765","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cb08241bf1b7765","status":"passed","time":{"start":1706618460783,"stop":1706618460784,"duration":1}}]},"tags":[]},"source":"787932ad13958096.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/79b8f7518ab93b24.json b/6291/data/test-cases/79b8f7518ab93b24.json new file mode 100644 index 00000000000..12e7b2bda82 --- /dev/null +++ b/6291/data/test-cases/79b8f7518ab93b24.json @@ -0,0 +1 @@ +{"uid":"79b8f7518ab93b24","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":1706618371937,"stop":1706618371937,"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":2,"unknown":0,"total":2},"items":[{"uid":"b9ee33b59f9ab66e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9ee33b59f9ab66e","status":"passed","time":{"start":1706618164526,"stop":1706618164527,"duration":1}}]},"tags":[]},"source":"79b8f7518ab93b24.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7a8132394c076aec.json b/6291/data/test-cases/7a8132394c076aec.json new file mode 100644 index 00000000000..e28fa33dd82 --- /dev/null +++ b/6291/data/test-cases/7a8132394c076aec.json @@ -0,0 +1 @@ +{"uid":"7a8132394c076aec","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":1706618865683,"stop":1706618865683,"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":2,"unknown":0,"total":2},"items":[{"uid":"74ba6f16b8164cde","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ba6f16b8164cde","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"tags":[]},"source":"7a8132394c076aec.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7b22372d338fa89f.json b/6291/data/test-cases/7b22372d338fa89f.json new file mode 100644 index 00000000000..9f67e35bbd9 --- /dev/null +++ b/6291/data/test-cases/7b22372d338fa89f.json @@ -0,0 +1 @@ +{"uid":"7b22372d338fa89f","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":1706619008975,"stop":1706619008976,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"984191b5fe23adeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/984191b5fe23adeb","status":"passed","time":{"start":1706618775741,"stop":1706618775741,"duration":0}}]},"tags":[]},"source":"7b22372d338fa89f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e832f2b94b3a99e7.json b/6291/data/test-cases/7b6d47155bff1392.json similarity index 77% rename from 6266/data/test-cases/e832f2b94b3a99e7.json rename to 6291/data/test-cases/7b6d47155bff1392.json index 7943264fe44..db3143ba38b 100644 --- a/6266/data/test-cases/e832f2b94b3a99e7.json +++ b/6291/data/test-cases/7b6d47155bff1392.json @@ -1 +1 @@ -{"uid":"e832f2b94b3a99e7","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":1706101369618,"stop":1706101369618,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"d67c5644a40f10a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d67c5644a40f10a","status":"passed","time":{"start":1706101264975,"stop":1706101264975,"duration":0}},{"uid":"adc6e452787e453b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/adc6e452787e453b","status":"passed","time":{"start":1706101143272,"stop":1706101143273,"duration":1}},{"uid":"4672c92a9ae401ad","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/4672c92a9ae401ad","status":"passed","time":{"start":1706100932526,"stop":1706100932527,"duration":1}},{"uid":"822ff89734172238","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/822ff89734172238","status":"passed","time":{"start":1706100355775,"stop":1706100355775,"duration":0}},{"uid":"b11394c3447db380","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b11394c3447db380","status":"passed","time":{"start":1706099967105,"stop":1706099967105,"duration":0}},{"uid":"6bddc5eae31b7b30","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6bddc5eae31b7b30","status":"passed","time":{"start":1706098945323,"stop":1706098945324,"duration":1}},{"uid":"2204f2a0cdb95b7a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2204f2a0cdb95b7a","status":"passed","time":{"start":1706077698147,"stop":1706077698147,"duration":0}},{"uid":"21236dde11cf3442","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/21236dde11cf3442","status":"passed","time":{"start":1706069781879,"stop":1706069781880,"duration":1}},{"uid":"49bafacbdc9417cd","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/49bafacbdc9417cd","status":"passed","time":{"start":1705950488304,"stop":1705950488304,"duration":0}},{"uid":"92858c82591afe92","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/92858c82591afe92","status":"passed","time":{"start":1705938293052,"stop":1705938293052,"duration":0}},{"uid":"c544e92cddf99735","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/c544e92cddf99735","status":"passed","time":{"start":1705913430276,"stop":1705913430276,"duration":0}},{"uid":"cbfb9b3488a731eb","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/cbfb9b3488a731eb","status":"passed","time":{"start":1705912976199,"stop":1705912976199,"duration":0}},{"uid":"8456ec4bef1e8548","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8456ec4bef1e8548","status":"passed","time":{"start":1705912363758,"stop":1705912363759,"duration":1}},{"uid":"f3b8107397d4c652","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f3b8107397d4c652","status":"passed","time":{"start":1705911543453,"stop":1705911543453,"duration":0}},{"uid":"8fef0d5e75eac5c3","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/8fef0d5e75eac5c3","status":"passed","time":{"start":1705698753990,"stop":1705698753990,"duration":0}},{"uid":"fe376c518ac2325c","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/fe376c518ac2325c","status":"passed","time":{"start":1705687466236,"stop":1705687466237,"duration":1}},{"uid":"5a7ca31fbb17181","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/5a7ca31fbb17181","status":"passed","time":{"start":1705687381577,"stop":1705687381577,"duration":0}},{"uid":"e13e1ae9318c8ccf","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e13e1ae9318c8ccf","status":"passed","time":{"start":1705681326900,"stop":1705681326901,"duration":1}},{"uid":"558ee07045d2342","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/558ee07045d2342","status":"passed","time":{"start":1705678076926,"stop":1705678076926,"duration":0}},{"uid":"9e2d9004051d006e","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/9e2d9004051d006e","status":"passed","time":{"start":1705677999858,"stop":1705677999858,"duration":0}}]},"tags":[]},"source":"e832f2b94b3a99e7.json","parameterValues":[]} \ No newline at end of file +{"uid":"7b6d47155bff1392","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":1706618580248,"stop":1706618580248,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"5c12ce8aebd593dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c12ce8aebd593dc","status":"passed","time":{"start":1706618380659,"stop":1706618380659,"duration":0}}]},"tags":[]},"source":"7b6d47155bff1392.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7b6eec3f4123e1b.json b/6291/data/test-cases/7b6eec3f4123e1b.json new file mode 100644 index 00000000000..0d2b47088b0 --- /dev/null +++ b/6291/data/test-cases/7b6eec3f4123e1b.json @@ -0,0 +1 @@ +{"uid":"7b6eec3f4123e1b","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":1706619029144,"stop":1706619029144,"duration":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}],"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}],"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":[],"tags":[]},"source":"7b6eec3f4123e1b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7b9ad9c8ba8d15f0.json b/6291/data/test-cases/7b9ad9c8ba8d15f0.json new file mode 100644 index 00000000000..dec8145f07e --- /dev/null +++ b/6291/data/test-cases/7b9ad9c8ba8d15f0.json @@ -0,0 +1 @@ +{"uid":"7b9ad9c8ba8d15f0","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":1706618378924,"stop":1706618378925,"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":2,"unknown":0,"total":2},"items":[{"uid":"ebdc820f2ee23577","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebdc820f2ee23577","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"tags":[]},"source":"7b9ad9c8ba8d15f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7c2f4318c04739ab.json b/6291/data/test-cases/7c2f4318c04739ab.json new file mode 100644 index 00000000000..6dcf7b58d35 --- /dev/null +++ b/6291/data/test-cases/7c2f4318c04739ab.json @@ -0,0 +1 @@ +{"uid":"7c2f4318c04739ab","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618395556,"stop":1706618395557,"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":2,"unknown":0,"total":2},"items":[{"uid":"1f8ee1bd47bf79ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f8ee1bd47bf79ba","status":"passed","time":{"start":1706618186247,"stop":1706618186247,"duration":0}}]},"tags":[]},"source":"7c2f4318c04739ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7c588163f37c4f8e.json b/6291/data/test-cases/7c588163f37c4f8e.json new file mode 100644 index 00000000000..3d846a6fc6f --- /dev/null +++ b/6291/data/test-cases/7c588163f37c4f8e.json @@ -0,0 +1 @@ +{"uid":"7c588163f37c4f8e","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":1706618378925,"stop":1706618378926,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f49f474272f9ad7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9f49f474272f9ad7","status":"passed","time":{"start":1706618170166,"stop":1706618170166,"duration":0}}]},"tags":[]},"source":"7c588163f37c4f8e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7c77566164dd574b.json b/6291/data/test-cases/7c77566164dd574b.json new file mode 100644 index 00000000000..e6d6cc8b569 --- /dev/null +++ b/6291/data/test-cases/7c77566164dd574b.json @@ -0,0 +1 @@ +{"uid":"7c77566164dd574b","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":1706618372824,"stop":1706618372824,"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":2,"unknown":0,"total":2},"items":[{"uid":"7f8d14512a7421f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f8d14512a7421f8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"tags":[]},"source":"7c77566164dd574b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/29bffc025fe8b1cc.json b/6291/data/test-cases/7ca702d5d2a1a38d.json similarity index 70% rename from 6266/data/test-cases/29bffc025fe8b1cc.json rename to 6291/data/test-cases/7ca702d5d2a1a38d.json index a1e90b57461..2eaeed6d5f9 100644 --- a/6266/data/test-cases/29bffc025fe8b1cc.json +++ b/6291/data/test-cases/7ca702d5d2a1a38d.json @@ -1 +1 @@ -{"uid":"29bffc025fe8b1cc","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":1706101414349,"stop":1706101414350,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"f8cc03e100750f52","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f8cc03e100750f52","status":"passed","time":{"start":1706101310178,"stop":1706101310179,"duration":1}},{"uid":"ea7f87a3e8029200","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ea7f87a3e8029200","status":"passed","time":{"start":1706101205592,"stop":1706101205592,"duration":0}},{"uid":"6ef16a18ca867afe","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6ef16a18ca867afe","status":"passed","time":{"start":1706100409445,"stop":1706100409446,"duration":1}},{"uid":"1dcd60455851373f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1dcd60455851373f","status":"passed","time":{"start":1706098983608,"stop":1706098983608,"duration":0}},{"uid":"f19b1d05d9210b5a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f19b1d05d9210b5a","status":"passed","time":{"start":1705681361931,"stop":1705681361931,"duration":0}},{"uid":"d38c96c27b87e2ba","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/d38c96c27b87e2ba","status":"passed","time":{"start":1705680056543,"stop":1705680056543,"duration":0}},{"uid":"3d08ed3b388e1075","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3d08ed3b388e1075","status":"passed","time":{"start":1705666820335,"stop":1705666820335,"duration":0}},{"uid":"563d96982684e170","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/563d96982684e170","status":"passed","time":{"start":1705526830787,"stop":1705526830787,"duration":0}}]},"tags":[]},"source":"29bffc025fe8b1cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ca702d5d2a1a38d","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":1706618624280,"stop":1706618624281,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"8fb636228653764d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fb636228653764d","status":"passed","time":{"start":1706618425016,"stop":1706618425016,"duration":0}}]},"tags":[]},"source":"7ca702d5d2a1a38d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7ce02450472183a1.json b/6291/data/test-cases/7ce02450472183a1.json new file mode 100644 index 00000000000..f91342e188f --- /dev/null +++ b/6291/data/test-cases/7ce02450472183a1.json @@ -0,0 +1 @@ +{"uid":"7ce02450472183a1","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":1706619039585,"stop":1706619039585,"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":2,"unknown":0,"total":2},"items":[{"uid":"11210c72f7ae5f4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11210c72f7ae5f4b","status":"passed","time":{"start":1706618853357,"stop":1706618853357,"duration":0}}]},"tags":[]},"source":"7ce02450472183a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2310aae3a78d51ec.json b/6291/data/test-cases/7dc1c5e147e4cd26.json similarity index 96% rename from 6266/data/test-cases/2310aae3a78d51ec.json rename to 6291/data/test-cases/7dc1c5e147e4cd26.json index 6d2752cf6d4..fdcb5e1a83e 100644 --- a/6266/data/test-cases/2310aae3a78d51ec.json +++ b/6291/data/test-cases/7dc1c5e147e4cd26.json @@ -1 +1 @@ -{"uid":"2310aae3a78d51ec","name":"Check received message with timestamp: 1706101190241000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1706101190241000000 ","historyId":"aef60e8a4af001455f9e9a028b1a1613:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101369627,"stop":1706101369627,"duration":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":"2310aae3a78d51ec.json","parameterValues":[]} \ No newline at end of file +{"uid":"7dc1c5e147e4cd26","name":"Check received message with timestamp: 1706618414016000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1706618414016000000 ","historyId":"445b32c3eaefd07dedcf68570891aec8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618580255,"stop":1706618580256,"duration":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":"7dc1c5e147e4cd26.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2279b43177833d72.json b/6291/data/test-cases/7ddb1ec91196b94f.json similarity index 87% rename from 6266/data/test-cases/2279b43177833d72.json rename to 6291/data/test-cases/7ddb1ec91196b94f.json index 3fdc5230695..ccd8bdb6dd2 100644 --- a/6266/data/test-cases/2279b43177833d72.json +++ b/6291/data/test-cases/7ddb1ec91196b94f.json @@ -1 +1 @@ -{"uid":"2279b43177833d72","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":1706101792211,"stop":1706101792211,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"35c92b1549acb9e4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/35c92b1549acb9e4","status":"passed","time":{"start":1706101709057,"stop":1706101709057,"duration":0}},{"uid":"5a7577bf6e2ee527","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5a7577bf6e2ee527","status":"passed","time":{"start":1706101584043,"stop":1706101584043,"duration":0}},{"uid":"620eb2c68850bafa","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/620eb2c68850bafa","status":"passed","time":{"start":1706100800529,"stop":1706100800530,"duration":1}},{"uid":"ce036a5aa822a6e4","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ce036a5aa822a6e4","status":"passed","time":{"start":1706099377041,"stop":1706099377042,"duration":1}},{"uid":"824d15374905aafd","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/824d15374905aafd","status":"passed","time":{"start":1705681745203,"stop":1705681745203,"duration":0}},{"uid":"2330ffe093805714","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2330ffe093805714","status":"passed","time":{"start":1705680374207,"stop":1705680374207,"duration":0}},{"uid":"c0ca05f9bdd31a29","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c0ca05f9bdd31a29","status":"passed","time":{"start":1705667089478,"stop":1705667089478,"duration":0}},{"uid":"462b0f32b3a3599d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/462b0f32b3a3599d","status":"passed","time":{"start":1705521364820,"stop":1705521364821,"duration":1}},{"uid":"ad2d32067dfecd18","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/ad2d32067dfecd18","status":"passed","time":{"start":1705520531870,"stop":1705520531870,"duration":0}},{"uid":"9406df0b79c0e10b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/9406df0b79c0e10b","status":"passed","time":{"start":1705518661628,"stop":1705518661628,"duration":0}},{"uid":"4cc4970b733cbb5c","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4cc4970b733cbb5c","status":"passed","time":{"start":1705502591731,"stop":1705502591732,"duration":1}}]},"tags":[]},"source":"2279b43177833d72.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ddb1ec91196b94f","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":1706619029129,"stop":1706619029129,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"c1fa2f22257c4a77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c1fa2f22257c4a77","status":"passed","time":{"start":1706618668737,"stop":1706618668738,"duration":1}}]},"tags":[]},"source":"7ddb1ec91196b94f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7e0b652e69ce3f37.json b/6291/data/test-cases/7e0b652e69ce3f37.json new file mode 100644 index 00000000000..858ee6bb147 --- /dev/null +++ b/6291/data/test-cases/7e0b652e69ce3f37.json @@ -0,0 +1 @@ +{"uid":"7e0b652e69ce3f37","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":1706618366454,"stop":1706618366455,"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":2,"unknown":0,"total":2},"items":[{"uid":"7846f7b8973df56c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7846f7b8973df56c","status":"passed","time":{"start":1706618156835,"stop":1706618156835,"duration":0}}]},"tags":[]},"source":"7e0b652e69ce3f37.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f50872191d2b5b3c.json b/6291/data/test-cases/7e2df1fa3b0ea074.json similarity index 53% rename from 6266/data/test-cases/f50872191d2b5b3c.json rename to 6291/data/test-cases/7e2df1fa3b0ea074.json index 262bb37fca7..b0709db1871 100644 --- a/6266/data/test-cases/f50872191d2b5b3c.json +++ b/6291/data/test-cases/7e2df1fa3b0ea074.json @@ -1 +1 @@ -{"uid":"f50872191d2b5b3c","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":1706101721133,"stop":1706101721134,"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":105,"unknown":0,"total":105},"items":[{"uid":"f51d5ab5b1b92036","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f51d5ab5b1b92036","status":"passed","time":{"start":1706101642234,"stop":1706101642235,"duration":1}},{"uid":"eaeb4cf760b0f188","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/eaeb4cf760b0f188","status":"passed","time":{"start":1706101519102,"stop":1706101519102,"duration":0}},{"uid":"2e83f7728542b7ed","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2e83f7728542b7ed","status":"passed","time":{"start":1706100987910,"stop":1706100987910,"duration":0}},{"uid":"c23439a012fbd3e9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c23439a012fbd3e9","status":"passed","time":{"start":1706100748155,"stop":1706100748155,"duration":0}},{"uid":"d698f3f96842877a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d698f3f96842877a","status":"passed","time":{"start":1706100020176,"stop":1706100020177,"duration":1}},{"uid":"b75fbc9e55e66cb2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b75fbc9e55e66cb2","status":"passed","time":{"start":1706099314722,"stop":1706099314722,"duration":0}},{"uid":"ae6b4c316df9d6d3","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ae6b4c316df9d6d3","status":"passed","time":{"start":1706077757146,"stop":1706077757146,"duration":0}},{"uid":"6317bb8dc3b12c40","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/6317bb8dc3b12c40","status":"passed","time":{"start":1706069836100,"stop":1706069836101,"duration":1}},{"uid":"2191b74bc18e3e33","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/2191b74bc18e3e33","status":"passed","time":{"start":1705950563650,"stop":1705950563651,"duration":1}},{"uid":"5776bff64cb657de","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5776bff64cb657de","status":"passed","time":{"start":1705938352854,"stop":1705938352854,"duration":0}},{"uid":"57c724007b6aa7d3","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/57c724007b6aa7d3","status":"passed","time":{"start":1705913492847,"stop":1705913492847,"duration":0}},{"uid":"8ea1268953e8f9dc","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/8ea1268953e8f9dc","status":"passed","time":{"start":1705913033279,"stop":1705913033280,"duration":1}},{"uid":"17e33c7e82eaae60","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/17e33c7e82eaae60","status":"passed","time":{"start":1705912419961,"stop":1705912419961,"duration":0}},{"uid":"2dc699f1a93626de","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2dc699f1a93626de","status":"passed","time":{"start":1705911596509,"stop":1705911596510,"duration":1}},{"uid":"d40470f775165562","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d40470f775165562","status":"passed","time":{"start":1705698803934,"stop":1705698803934,"duration":0}},{"uid":"c11fa16408fe63e8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c11fa16408fe63e8","status":"passed","time":{"start":1705687524364,"stop":1705687524365,"duration":1}},{"uid":"3fa105c77d573202","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/3fa105c77d573202","status":"passed","time":{"start":1705687441111,"stop":1705687441112,"duration":1}},{"uid":"9b3a5109365332a6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9b3a5109365332a6","status":"passed","time":{"start":1705681668626,"stop":1705681668626,"duration":0}},{"uid":"9d492c9cb90d5371","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9d492c9cb90d5371","status":"passed","time":{"start":1705680243614,"stop":1705680243615,"duration":1}},{"uid":"42c630fa50ddc640","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/42c630fa50ddc640","status":"passed","time":{"start":1705678134142,"stop":1705678134143,"duration":1}}]},"tags":[]},"source":"f50872191d2b5b3c.json","parameterValues":[]} \ No newline at end of file +{"uid":"7e2df1fa3b0ea074","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":1706619004845,"stop":1706619004845,"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":2,"unknown":0,"total":2},"items":[{"uid":"edf4978b3c2d466c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edf4978b3c2d466c","status":"passed","time":{"start":1706618760393,"stop":1706618760395,"duration":2}}]},"tags":[]},"source":"7e2df1fa3b0ea074.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7e92cb4c1bf574c.json b/6291/data/test-cases/7e92cb4c1bf574c.json new file mode 100644 index 00000000000..8bd57835234 --- /dev/null +++ b/6291/data/test-cases/7e92cb4c1bf574c.json @@ -0,0 +1 @@ +{"uid":"7e92cb4c1bf574c","name":"should be called at least once on all `peer:discovery` events","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Dials > attemptDial method > should be called at least once on all `peer:discovery` events","historyId":"93a0b2f3ce5cbce77809a553bdbe0ab6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454363,"stop":1706618454363,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Dials"},{"name":"subSuite","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":2,"unknown":0,"total":2},"items":[{"uid":"bafebcead4677fa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bafebcead4677fa9","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"tags":[]},"source":"7e92cb4c1bf574c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7efb26e4c150eb4b.json b/6291/data/test-cases/7efb26e4c150eb4b.json new file mode 100644 index 00000000000..cf58ecae205 --- /dev/null +++ b/6291/data/test-cases/7efb26e4c150eb4b.json @@ -0,0 +1 @@ +{"uid":"7efb26e4c150eb4b","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":1706618687001,"stop":1706618687001,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b5f26aea580a7249","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5f26aea580a7249","status":"passed","time":{"start":1706618697331,"stop":1706618697331,"duration":0}}]},"tags":[]},"source":"7efb26e4c150eb4b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/38dc0c97c20f2897.json b/6291/data/test-cases/7f12b89086933979.json similarity index 78% rename from 6266/data/test-cases/38dc0c97c20f2897.json rename to 6291/data/test-cases/7f12b89086933979.json index 95d39ea9e7c..c5b9e524250 100644 --- a/6266/data/test-cases/38dc0c97c20f2897.json +++ b/6291/data/test-cases/7f12b89086933979.json @@ -1 +1 @@ -{"uid":"38dc0c97c20f2897","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":1706101369621,"stop":1706101369622,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"58c61d96058d116d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/58c61d96058d116d","status":"passed","time":{"start":1706101264977,"stop":1706101264978,"duration":1}},{"uid":"ee0ffb31f496a6fb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ee0ffb31f496a6fb","status":"passed","time":{"start":1706101143275,"stop":1706101143276,"duration":1}},{"uid":"ed512d773ec36112","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/ed512d773ec36112","status":"passed","time":{"start":1706100932529,"stop":1706100932529,"duration":0}},{"uid":"afa2d2a041d05f14","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/afa2d2a041d05f14","status":"passed","time":{"start":1706100355778,"stop":1706100355778,"duration":0}},{"uid":"83be2b487c4eed78","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/83be2b487c4eed78","status":"passed","time":{"start":1706099967112,"stop":1706099967112,"duration":0}},{"uid":"c7ee1687ee5d2a65","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c7ee1687ee5d2a65","status":"passed","time":{"start":1706098945328,"stop":1706098945329,"duration":1}},{"uid":"78a21d85f744cde9","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/78a21d85f744cde9","status":"passed","time":{"start":1706077698149,"stop":1706077698149,"duration":0}},{"uid":"fc236e3a884478d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/fc236e3a884478d","status":"passed","time":{"start":1706069781881,"stop":1706069781882,"duration":1}},{"uid":"c24841c6c755a4f6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c24841c6c755a4f6","status":"passed","time":{"start":1705950488307,"stop":1705950488307,"duration":0}},{"uid":"87bf33025342d92a","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/87bf33025342d92a","status":"passed","time":{"start":1705938293054,"stop":1705938293054,"duration":0}},{"uid":"86628ce8e74aebec","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/86628ce8e74aebec","status":"passed","time":{"start":1705913430282,"stop":1705913430282,"duration":0}},{"uid":"b97581be1f628365","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/b97581be1f628365","status":"passed","time":{"start":1705912976201,"stop":1705912976201,"duration":0}},{"uid":"708d10f0f53878a6","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/708d10f0f53878a6","status":"passed","time":{"start":1705912363762,"stop":1705912363762,"duration":0}},{"uid":"1eccf0dbe219bf0d","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/1eccf0dbe219bf0d","status":"passed","time":{"start":1705911543456,"stop":1705911543457,"duration":1}},{"uid":"b872d0611f8b6294","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b872d0611f8b6294","status":"passed","time":{"start":1705698753992,"stop":1705698753992,"duration":0}},{"uid":"679961a9856f8865","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/679961a9856f8865","status":"passed","time":{"start":1705687466245,"stop":1705687466246,"duration":1}},{"uid":"77bbf14218643266","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/77bbf14218643266","status":"passed","time":{"start":1705687381579,"stop":1705687381579,"duration":0}},{"uid":"68d4fa37a19010f4","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/68d4fa37a19010f4","status":"passed","time":{"start":1705681326950,"stop":1705681326951,"duration":1}},{"uid":"9357d7c51e9bd271","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9357d7c51e9bd271","status":"passed","time":{"start":1705678076928,"stop":1705678076929,"duration":1}},{"uid":"b27f50b4279e25f3","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/b27f50b4279e25f3","status":"passed","time":{"start":1705677999860,"stop":1705677999860,"duration":0}}]},"tags":[]},"source":"38dc0c97c20f2897.json","parameterValues":[]} \ No newline at end of file +{"uid":"7f12b89086933979","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":1706618580253,"stop":1706618580254,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1ced4f7e225cbcd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ced4f7e225cbcd6","status":"passed","time":{"start":1706618380666,"stop":1706618380667,"duration":1}}]},"tags":[]},"source":"7f12b89086933979.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ebdb83f2edce2415.json b/6291/data/test-cases/7fb268bea906c53b.json similarity index 77% rename from 6266/data/test-cases/ebdb83f2edce2415.json rename to 6291/data/test-cases/7fb268bea906c53b.json index 90a1936d5f6..289ab1ed995 100644 --- a/6266/data/test-cases/ebdb83f2edce2415.json +++ b/6291/data/test-cases/7fb268bea906c53b.json @@ -1 +1 @@ -{"uid":"ebdb83f2edce2415","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":1706101530705,"stop":1706101530706,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"9798428e8276ba75","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9798428e8276ba75","status":"passed","time":{"start":1706101419605,"stop":1706101419605,"duration":0}},{"uid":"2bcde098c9cd88a7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2bcde098c9cd88a7","status":"passed","time":{"start":1706101305313,"stop":1706101305314,"duration":1}},{"uid":"47dc90e5cac9482a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/47dc90e5cac9482a","status":"passed","time":{"start":1706100931202,"stop":1706100931202,"duration":0}},{"uid":"a2c872ffa4ea7d5f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a2c872ffa4ea7d5f","status":"passed","time":{"start":1706100510901,"stop":1706100510901,"duration":0}},{"uid":"4388b7c9cdfbb82b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4388b7c9cdfbb82b","status":"passed","time":{"start":1706099960906,"stop":1706099960907,"duration":1}},{"uid":"3800872d834c33a8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3800872d834c33a8","status":"passed","time":{"start":1706099096974,"stop":1706099096974,"duration":0}},{"uid":"14e5048fea05e68b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/14e5048fea05e68b","status":"passed","time":{"start":1706077690006,"stop":1706077690007,"duration":1}},{"uid":"e9d356fb2e69e40a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/e9d356fb2e69e40a","status":"passed","time":{"start":1706069780782,"stop":1706069780786,"duration":4}},{"uid":"9804a73588e4acf9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/9804a73588e4acf9","status":"passed","time":{"start":1705950480128,"stop":1705950480129,"duration":1}},{"uid":"3f450da1882df3b8","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/3f450da1882df3b8","status":"passed","time":{"start":1705938289251,"stop":1705938289252,"duration":1}},{"uid":"9a2a2b5e4c24eb43","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9a2a2b5e4c24eb43","status":"passed","time":{"start":1705913424146,"stop":1705913424147,"duration":1}},{"uid":"73884d6fe3f86c87","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/73884d6fe3f86c87","status":"passed","time":{"start":1705912964609,"stop":1705912964609,"duration":0}},{"uid":"fe548559a58b50e6","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fe548559a58b50e6","status":"passed","time":{"start":1705912351015,"stop":1705912351016,"duration":1}},{"uid":"fb50d4708cd57a3b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/fb50d4708cd57a3b","status":"passed","time":{"start":1705911533354,"stop":1705911533355,"duration":1}},{"uid":"1a52731d0eb28fa3","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/1a52731d0eb28fa3","status":"passed","time":{"start":1705698747964,"stop":1705698747965,"duration":1}},{"uid":"b0de45ab76f7e9f5","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b0de45ab76f7e9f5","status":"passed","time":{"start":1705687465943,"stop":1705687465944,"duration":1}},{"uid":"eada4cab3c06ac54","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/eada4cab3c06ac54","status":"passed","time":{"start":1705687367135,"stop":1705687367136,"duration":1}},{"uid":"fbd5f114534520b6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fbd5f114534520b6","status":"passed","time":{"start":1705681459376,"stop":1705681459376,"duration":0}},{"uid":"375227d8f9a0ee6b","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/375227d8f9a0ee6b","status":"passed","time":{"start":1705680122217,"stop":1705680122217,"duration":0}},{"uid":"647870fa66f5e59d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/647870fa66f5e59d","status":"passed","time":{"start":1705678066191,"stop":1705678066191,"duration":0}}]},"tags":[]},"source":"ebdb83f2edce2415.json","parameterValues":[]} \ No newline at end of file +{"uid":"7fb268bea906c53b","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":1706618865685,"stop":1706618865686,"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":2,"unknown":0,"total":2},"items":[{"uid":"9163081301658559","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9163081301658559","status":"passed","time":{"start":1706618683925,"stop":1706618683925,"duration":0}}]},"tags":[]},"source":"7fb268bea906c53b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/7ff037fb10d91d2.json b/6291/data/test-cases/7ff037fb10d91d2.json new file mode 100644 index 00000000000..dd5594a3f74 --- /dev/null +++ b/6291/data/test-cases/7ff037fb10d91d2.json @@ -0,0 +1 @@ +{"uid":"7ff037fb10d91d2","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":1706618973545,"stop":1706618973545,"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":2,"unknown":0,"total":2},"items":[{"uid":"edc4c1e1c8c21d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edc4c1e1c8c21d12","status":"passed","time":{"start":1706618749035,"stop":1706618749035,"duration":0}}]},"tags":[]},"source":"7ff037fb10d91d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/826a17d1293fe641.json b/6291/data/test-cases/826a17d1293fe641.json new file mode 100644 index 00000000000..72175d1ce3f --- /dev/null +++ b/6291/data/test-cases/826a17d1293fe641.json @@ -0,0 +1 @@ +{"uid":"826a17d1293fe641","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":1706618389060,"stop":1706618389060,"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":2,"unknown":0,"total":2},"items":[{"uid":"1dd542bd7454835","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd542bd7454835","status":"passed","time":{"start":1706618179846,"stop":1706618179847,"duration":1}}]},"tags":[]},"source":"826a17d1293fe641.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ec84d49c45e0f2d2.json b/6291/data/test-cases/8271f91bf7a89eb8.json similarity index 87% rename from 6266/data/test-cases/ec84d49c45e0f2d2.json rename to 6291/data/test-cases/8271f91bf7a89eb8.json index 7c281c04310..04692dc7e44 100644 --- a/6266/data/test-cases/ec84d49c45e0f2d2.json +++ b/6291/data/test-cases/8271f91bf7a89eb8.json @@ -1 +1 @@ -{"uid":"ec84d49c45e0f2d2","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":1706101792207,"stop":1706101792207,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"d87df9df22c0e173","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d87df9df22c0e173","status":"passed","time":{"start":1706101709053,"stop":1706101709053,"duration":0}},{"uid":"eaca1a5e2ce0352d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/eaca1a5e2ce0352d","status":"passed","time":{"start":1706101584039,"stop":1706101584040,"duration":1}},{"uid":"bb9db70a7cb9957a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/bb9db70a7cb9957a","status":"passed","time":{"start":1706100800526,"stop":1706100800526,"duration":0}},{"uid":"c61f8a4f310af048","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c61f8a4f310af048","status":"passed","time":{"start":1706099377037,"stop":1706099377038,"duration":1}},{"uid":"5c1fae40cdd81fd2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5c1fae40cdd81fd2","status":"passed","time":{"start":1705681745200,"stop":1705681745200,"duration":0}},{"uid":"9c5dc1d5e7d81aee","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9c5dc1d5e7d81aee","status":"passed","time":{"start":1705680374202,"stop":1705680374202,"duration":0}},{"uid":"25b29191d524e493","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/25b29191d524e493","status":"passed","time":{"start":1705667089467,"stop":1705667089468,"duration":1}},{"uid":"41e183c2fe89d4d7","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/41e183c2fe89d4d7","status":"passed","time":{"start":1705521364816,"stop":1705521364816,"duration":0}},{"uid":"cc8366d5dde1f65c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/cc8366d5dde1f65c","status":"passed","time":{"start":1705520531866,"stop":1705520531866,"duration":0}},{"uid":"b03ce8adb8c72d2b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b03ce8adb8c72d2b","status":"passed","time":{"start":1705518661624,"stop":1705518661625,"duration":1}},{"uid":"31d95a118cd05e49","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/31d95a118cd05e49","status":"passed","time":{"start":1705502591726,"stop":1705502591727,"duration":1}}]},"tags":[]},"source":"ec84d49c45e0f2d2.json","parameterValues":[]} \ No newline at end of file +{"uid":"8271f91bf7a89eb8","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":1706619029125,"stop":1706619029125,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"fc4ad150cdd8247e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fc4ad150cdd8247e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"tags":[]},"source":"8271f91bf7a89eb8.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c5884114a7895e98.json b/6291/data/test-cases/82b8a7e8f92c15e1.json similarity index 59% rename from 6266/data/test-cases/c5884114a7895e98.json rename to 6291/data/test-cases/82b8a7e8f92c15e1.json index 2e8cb718681..3ff6e6caa78 100644 --- a/6266/data/test-cases/c5884114a7895e98.json +++ b/6291/data/test-cases/82b8a7e8f92c15e1.json @@ -1 +1 @@ -{"uid":"c5884114a7895e98","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":1706101626119,"stop":1706101626120,"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":1,"skipped":0,"passed":108,"unknown":0,"total":109},"items":[{"uid":"ff6c33aa2e866a2f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ff6c33aa2e866a2f","status":"passed","time":{"start":1706101523567,"stop":1706101523568,"duration":1}},{"uid":"8ffbdd17e5ba3df","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8ffbdd17e5ba3df","status":"passed","time":{"start":1706101413557,"stop":1706101413557,"duration":0}},{"uid":"87c0866c03f1ae88","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/87c0866c03f1ae88","status":"passed","time":{"start":1706101024929,"stop":1706101024930,"duration":1}},{"uid":"34dbb0ef2efdfcd7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/34dbb0ef2efdfcd7","status":"passed","time":{"start":1706100628516,"stop":1706100628517,"duration":1}},{"uid":"46b4525494e696d9","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/46b4525494e696d9","status":"passed","time":{"start":1706100054478,"stop":1706100054478,"duration":0}},{"uid":"24c5c827c172cc72","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/24c5c827c172cc72","status":"passed","time":{"start":1706099215573,"stop":1706099215574,"duration":1}},{"uid":"af590fd340dfe68a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/af590fd340dfe68a","status":"passed","time":{"start":1706077780912,"stop":1706077780913,"duration":1}},{"uid":"203162e43caba733","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/203162e43caba733","status":"passed","time":{"start":1706069865808,"stop":1706069865808,"duration":0}},{"uid":"dd227830a8fe230d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/dd227830a8fe230d","status":"passed","time":{"start":1705950575443,"stop":1705950575443,"duration":0}},{"uid":"e8f6ccdcd90a207c","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e8f6ccdcd90a207c","status":"passed","time":{"start":1705938390882,"stop":1705938390882,"duration":0}},{"uid":"3ba6c7abe41e3004","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/3ba6c7abe41e3004","status":"passed","time":{"start":1705913510561,"stop":1705913510562,"duration":1}},{"uid":"308c4e478a44ddd8","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/308c4e478a44ddd8","status":"passed","time":{"start":1705913061204,"stop":1705913061205,"duration":1}},{"uid":"13beb3a75da5391","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/13beb3a75da5391","status":"passed","time":{"start":1705912454479,"stop":1705912454479,"duration":0}},{"uid":"e4ebe3c87febcbfd","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e4ebe3c87febcbfd","status":"passed","time":{"start":1705911628393,"stop":1705911628394,"duration":1}},{"uid":"344143f2f824f1cf","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/344143f2f824f1cf","status":"passed","time":{"start":1705698833215,"stop":1705698833215,"duration":0}},{"uid":"278da7b0539efa8f","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/278da7b0539efa8f","status":"passed","time":{"start":1705687552272,"stop":1705687552272,"duration":0}},{"uid":"6a320945661ff13d","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/6a320945661ff13d","status":"passed","time":{"start":1705687459032,"stop":1705687459032,"duration":0}},{"uid":"10640c3eec925cdb","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/10640c3eec925cdb","status":"passed","time":{"start":1705681567903,"stop":1705681567903,"duration":0}},{"uid":"2e7eb55dae53c32","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2e7eb55dae53c32","status":"passed","time":{"start":1705680229729,"stop":1705680229730,"duration":1}},{"uid":"fcfe9b8eb8410ed0","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/fcfe9b8eb8410ed0","status":"passed","time":{"start":1705678157500,"stop":1705678157500,"duration":0}}]},"tags":[]},"source":"c5884114a7895e98.json","parameterValues":[]} \ No newline at end of file +{"uid":"82b8a7e8f92c15e1","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":1706618909985,"stop":1706618909985,"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":2,"unknown":0,"total":2},"items":[{"uid":"458860561c2fa8d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/458860561c2fa8d6","status":"passed","time":{"start":1706618664762,"stop":1706618664763,"duration":1}}]},"tags":[]},"source":"82b8a7e8f92c15e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/bb9b12b357c5beee.json b/6291/data/test-cases/83460c81e5d12220.json similarity index 60% rename from 6266/data/test-cases/bb9b12b357c5beee.json rename to 6291/data/test-cases/83460c81e5d12220.json index 50735f729b1..4affbcb1a42 100644 --- a/6266/data/test-cases/bb9b12b357c5beee.json +++ b/6291/data/test-cases/83460c81e5d12220.json @@ -1 +1 @@ -{"uid":"bb9b12b357c5beee","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":1706101689281,"stop":1706101689281,"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":108,"unknown":0,"total":108},"items":[{"uid":"57f30e8cc85cbc90","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/57f30e8cc85cbc90","status":"passed","time":{"start":1706101580592,"stop":1706101580593,"duration":1}},{"uid":"89703f6589416503","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/89703f6589416503","status":"passed","time":{"start":1706101476562,"stop":1706101476564,"duration":2}},{"uid":"2353d6abafaaadbb","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2353d6abafaaadbb","status":"passed","time":{"start":1706100973159,"stop":1706100973162,"duration":3}},{"uid":"e46490b967d4fb22","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e46490b967d4fb22","status":"passed","time":{"start":1706100701993,"stop":1706100701994,"duration":1}},{"uid":"ae5413b210ed65b4","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ae5413b210ed65b4","status":"passed","time":{"start":1706100007555,"stop":1706100007556,"duration":1}},{"uid":"5268a23112d2a3c0","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5268a23112d2a3c0","status":"passed","time":{"start":1706099276032,"stop":1706099276032,"duration":0}},{"uid":"aff314014b66124b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/aff314014b66124b","status":"passed","time":{"start":1706077738135,"stop":1706077738136,"duration":1}},{"uid":"f095f04158468572","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f095f04158468572","status":"passed","time":{"start":1706069822947,"stop":1706069822948,"duration":1}},{"uid":"683e43361ba4871f","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/683e43361ba4871f","status":"passed","time":{"start":1705950529645,"stop":1705950529645,"duration":0}},{"uid":"5a07662b01ab3cc6","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5a07662b01ab3cc6","status":"passed","time":{"start":1705938338140,"stop":1705938338140,"duration":0}},{"uid":"9284ef972cb2bdd2","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9284ef972cb2bdd2","status":"passed","time":{"start":1705913473154,"stop":1705913473154,"duration":0}},{"uid":"79e3a24286fc4d2a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/79e3a24286fc4d2a","status":"passed","time":{"start":1705913021123,"stop":1705913021124,"duration":1}},{"uid":"52a809207a32d9c8","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/52a809207a32d9c8","status":"passed","time":{"start":1705912405792,"stop":1705912405793,"duration":1}},{"uid":"d59f3c4dad76f5b3","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d59f3c4dad76f5b3","status":"passed","time":{"start":1705911583674,"stop":1705911583674,"duration":0}},{"uid":"978e1b92b5ab503e","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/978e1b92b5ab503e","status":"passed","time":{"start":1705698790232,"stop":1705698790232,"duration":0}},{"uid":"896f9792e6713fa0","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/896f9792e6713fa0","status":"passed","time":{"start":1705687507803,"stop":1705687507804,"duration":1}},{"uid":"9dc2427646baeb6c","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/9dc2427646baeb6c","status":"passed","time":{"start":1705687421613,"stop":1705687421613,"duration":0}},{"uid":"f726d34a77cf79ef","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f726d34a77cf79ef","status":"passed","time":{"start":1705681629292,"stop":1705681629293,"duration":1}},{"uid":"94803deb146b0b2e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/94803deb146b0b2e","status":"passed","time":{"start":1705680205447,"stop":1705680205448,"duration":1}},{"uid":"7aa24d9760297fea","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7aa24d9760297fea","status":"passed","time":{"start":1705678111175,"stop":1705678111175,"duration":0}}]},"tags":[]},"source":"bb9b12b357c5beee.json","parameterValues":[]} \ No newline at end of file +{"uid":"83460c81e5d12220","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":1706618973547,"stop":1706618973547,"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":2,"unknown":0,"total":2},"items":[{"uid":"2d08ba5211c80ffd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2d08ba5211c80ffd","status":"passed","time":{"start":1706618749044,"stop":1706618749044,"duration":0}}]},"tags":[]},"source":"83460c81e5d12220.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/83a018fc2a3f8103.json b/6291/data/test-cases/83a018fc2a3f8103.json new file mode 100644 index 00000000000..5d8f81063ef --- /dev/null +++ b/6291/data/test-cases/83a018fc2a3f8103.json @@ -0,0 +1 @@ +{"uid":"83a018fc2a3f8103","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":1706618731290,"stop":1706618731290,"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":2,"unknown":0,"total":2},"items":[{"uid":"8dc41c25e9a175f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc41c25e9a175f9","status":"passed","time":{"start":1706618394329,"stop":1706618394330,"duration":1}}]},"tags":[]},"source":"83a018fc2a3f8103.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/83a85c89293da8ac.json b/6291/data/test-cases/83a85c89293da8ac.json new file mode 100644 index 00000000000..2fa5dd92141 --- /dev/null +++ b/6291/data/test-cases/83a85c89293da8ac.json @@ -0,0 +1 @@ +{"uid":"83a85c89293da8ac","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372818,"stop":1706618372818,"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":2,"unknown":0,"total":2},"items":[{"uid":"d551b8ea32800311","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d551b8ea32800311","status":"passed","time":{"start":1706618165336,"stop":1706618165337,"duration":1}}]},"tags":[]},"source":"83a85c89293da8ac.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c78d6961c7822686.json b/6291/data/test-cases/84558ecc4db96d19.json similarity index 86% rename from 6266/data/test-cases/c78d6961c7822686.json rename to 6291/data/test-cases/84558ecc4db96d19.json index 2d346862f59..f2ec205e725 100644 --- a/6266/data/test-cases/c78d6961c7822686.json +++ b/6291/data/test-cases/84558ecc4db96d19.json @@ -1 +1 @@ -{"uid":"c78d6961c7822686","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":1706101723758,"stop":1706101723759,"duration":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":"b7836b3c844a51a4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b7836b3c844a51a4","status":"passed","time":{"start":1706101654453,"stop":1706101654453,"duration":0}},{"uid":"81a54a4868bbb87d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/81a54a4868bbb87d","status":"passed","time":{"start":1706101537656,"stop":1706101537657,"duration":1}},{"uid":"8798efefb292d088","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8798efefb292d088","status":"passed","time":{"start":1706100722874,"stop":1706100722874,"duration":0}},{"uid":"9d1033431f5151a7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9d1033431f5151a7","status":"passed","time":{"start":1706099290615,"stop":1706099290616,"duration":1}},{"uid":"b5d8643d9c33fa75","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/b5d8643d9c33fa75","status":"passed","time":{"start":1705681678127,"stop":1705681678128,"duration":1}},{"uid":"48b0d8d8f3e6bdd7","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/48b0d8d8f3e6bdd7","status":"passed","time":{"start":1705680350526,"stop":1705680350527,"duration":1}},{"uid":"94023fd395ae6c96","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/94023fd395ae6c96","status":"passed","time":{"start":1705667092958,"stop":1705667092958,"duration":0}},{"uid":"bc2141782c416969","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/bc2141782c416969","status":"passed","time":{"start":1705527069384,"stop":1705527069385,"duration":1}},{"uid":"9e467d8a07947529","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/9e467d8a07947529","status":"passed","time":{"start":1705521327103,"stop":1705521327104,"duration":1}},{"uid":"cd88843020c3b870","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/cd88843020c3b870","status":"passed","time":{"start":1705520488386,"stop":1705520488386,"duration":0}},{"uid":"7cfd3eaf2eb3b344","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7cfd3eaf2eb3b344","status":"passed","time":{"start":1705518883233,"stop":1705518883233,"duration":0}},{"uid":"e56f4554057524ee","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e56f4554057524ee","status":"passed","time":{"start":1705502684090,"stop":1705502684090,"duration":0}}]},"tags":[]},"source":"c78d6961c7822686.json","parameterValues":[]} \ No newline at end of file +{"uid":"84558ecc4db96d19","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":1706618959475,"stop":1706618959475,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4674a2ec34de28da","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4674a2ec34de28da","status":"passed","time":{"start":1706618735867,"stop":1706618735868,"duration":1}}]},"tags":[]},"source":"84558ecc4db96d19.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/845a383706da58f1.json b/6291/data/test-cases/845a383706da58f1.json new file mode 100644 index 00000000000..98841694fd6 --- /dev/null +++ b/6291/data/test-cases/845a383706da58f1.json @@ -0,0 +1 @@ +{"uid":"845a383706da58f1","name":"should be called for every peer with PEER_EXCHANGE tags","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Dials > dialPeer method > For peer-exchange peers > should be called for every peer with PEER_EXCHANGE tags","historyId":"e8ee3a0b966384a3bd111ecb013f310b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454371,"stop":1706618454372,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Dials"},{"name":"subSuite","value":"dialPeer method > 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":2,"unknown":0,"total":2},"items":[{"uid":"5c096aae20f15053","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c096aae20f15053","status":"passed","time":{"start":1706618246651,"stop":1706618246651,"duration":0}}]},"tags":[]},"source":"845a383706da58f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/62dfc63a34da21cd.json b/6291/data/test-cases/85b3d87b3851ca6b.json similarity index 92% rename from 6266/data/test-cases/62dfc63a34da21cd.json rename to 6291/data/test-cases/85b3d87b3851ca6b.json index 7f78f1f8186..bc1fa94597b 100644 --- a/6266/data/test-cases/62dfc63a34da21cd.json +++ b/6291/data/test-cases/85b3d87b3851ca6b.json @@ -1 +1 @@ -{"uid":"62dfc63a34da21cd","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":1706101593986,"stop":1706101593986,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"f9ea4c3caf64a7cd","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f9ea4c3caf64a7cd","status":"passed","time":{"start":1706101499431,"stop":1706101499432,"duration":1}},{"uid":"564b9b4c8b77256f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/564b9b4c8b77256f","status":"passed","time":{"start":1706101380144,"stop":1706101380144,"duration":0}},{"uid":"e450b2d27e39a32","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e450b2d27e39a32","status":"passed","time":{"start":1706100623757,"stop":1706100623757,"duration":0}},{"uid":"e90672ef68794f58","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e90672ef68794f58","status":"passed","time":{"start":1706099176281,"stop":1706099176281,"duration":0}},{"uid":"1690fa321065db16","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1690fa321065db16","status":"passed","time":{"start":1705681544249,"stop":1705681544249,"duration":0}},{"uid":"b1e686457f9f0856","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b1e686457f9f0856","status":"passed","time":{"start":1705680158893,"stop":1705680158894,"duration":1}},{"uid":"720a49170744fbb6","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/720a49170744fbb6","status":"passed","time":{"start":1705666900197,"stop":1705666900197,"duration":0}},{"uid":"104225ce3682aa1e","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/104225ce3682aa1e","status":"passed","time":{"start":1705526887792,"stop":1705526887792,"duration":0}}]},"tags":[]},"source":"62dfc63a34da21cd.json","parameterValues":[]} \ No newline at end of file +{"uid":"85b3d87b3851ca6b","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":1706618858010,"stop":1706618858010,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"763b8628f9df54af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/763b8628f9df54af","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"tags":[]},"source":"85b3d87b3851ca6b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1d453aa008882655.json b/6291/data/test-cases/85c491275af14a9f.json similarity index 74% rename from 6266/data/test-cases/1d453aa008882655.json rename to 6291/data/test-cases/85c491275af14a9f.json index 89fb3e4e321..0305922633e 100644 --- a/6266/data/test-cases/1d453aa008882655.json +++ b/6291/data/test-cases/85c491275af14a9f.json @@ -1 +1 @@ -{"uid":"1d453aa008882655","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":1706101545969,"stop":1706101545969,"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":106,"unknown":0,"total":106},"items":[{"uid":"c4c7d24ee7f8529e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c4c7d24ee7f8529e","status":"passed","time":{"start":1706101432511,"stop":1706101432511,"duration":0}},{"uid":"588eea9693197a7a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/588eea9693197a7a","status":"passed","time":{"start":1706101317707,"stop":1706101317707,"duration":0}},{"uid":"b214036dad0858a0","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b214036dad0858a0","status":"passed","time":{"start":1706100939714,"stop":1706100939714,"duration":0}},{"uid":"dc4e96bc1b469e43","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/dc4e96bc1b469e43","status":"passed","time":{"start":1706100525073,"stop":1706100525074,"duration":1}},{"uid":"deb40189fd0350b3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/deb40189fd0350b3","status":"passed","time":{"start":1706099965684,"stop":1706099965684,"duration":0}},{"uid":"d4718df6a269311f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d4718df6a269311f","status":"passed","time":{"start":1706099111448,"stop":1706099111449,"duration":1}},{"uid":"5ecadbe082077826","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5ecadbe082077826","status":"passed","time":{"start":1706077695288,"stop":1706077695288,"duration":0}},{"uid":"8a73b053aaeca89d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/8a73b053aaeca89d","status":"passed","time":{"start":1706069776801,"stop":1706069776802,"duration":1}},{"uid":"af20024779d0e6dc","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/af20024779d0e6dc","status":"passed","time":{"start":1705950492102,"stop":1705950492103,"duration":1}},{"uid":"59cf8114bc17e2ef","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/59cf8114bc17e2ef","status":"passed","time":{"start":1705938291937,"stop":1705938291937,"duration":0}},{"uid":"898b5e05cae927d8","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/898b5e05cae927d8","status":"passed","time":{"start":1705913434716,"stop":1705913434716,"duration":0}},{"uid":"e272062baee294c","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e272062baee294c","status":"passed","time":{"start":1705912976660,"stop":1705912976660,"duration":0}},{"uid":"f154d13939cfa990","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f154d13939cfa990","status":"passed","time":{"start":1705912362838,"stop":1705912362838,"duration":0}},{"uid":"9ffc5301b0589f75","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/9ffc5301b0589f75","status":"passed","time":{"start":1705911541671,"stop":1705911541671,"duration":0}},{"uid":"f6dbf3608265b6ff","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f6dbf3608265b6ff","status":"passed","time":{"start":1705698743464,"stop":1705698743465,"duration":1}},{"uid":"8dd9533f587dd91f","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/8dd9533f587dd91f","status":"passed","time":{"start":1705687470553,"stop":1705687470554,"duration":1}},{"uid":"9122f91f0c3efdb5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/9122f91f0c3efdb5","status":"passed","time":{"start":1705687378205,"stop":1705687378205,"duration":0}},{"uid":"d729cc6bc906b14e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d729cc6bc906b14e","status":"passed","time":{"start":1705681472160,"stop":1705681472160,"duration":0}},{"uid":"b8c230fa65bdd481","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b8c230fa65bdd481","status":"passed","time":{"start":1705680122012,"stop":1705680122012,"duration":0}},{"uid":"e6168d14f79a8257","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e6168d14f79a8257","status":"passed","time":{"start":1705678077077,"stop":1705678077077,"duration":0}}]},"tags":[]},"source":"1d453aa008882655.json","parameterValues":[]} \ No newline at end of file +{"uid":"85c491275af14a9f","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":1706618871325,"stop":1706618871326,"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":2,"unknown":0,"total":2},"items":[{"uid":"5263f100ff5fa075","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5263f100ff5fa075","status":"passed","time":{"start":1706618685084,"stop":1706618685085,"duration":1}}]},"tags":[]},"source":"85c491275af14a9f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/861d54c46dfce1f1.json b/6291/data/test-cases/861d54c46dfce1f1.json new file mode 100644 index 00000000000..f34ccee14f7 --- /dev/null +++ b/6291/data/test-cases/861d54c46dfce1f1.json @@ -0,0 +1 @@ +{"uid":"861d54c46dfce1f1","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":1706618372820,"stop":1706618372820,"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":2,"unknown":0,"total":2},"items":[{"uid":"5f8b13bf4c162519","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f8b13bf4c162519","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"tags":[]},"source":"861d54c46dfce1f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/86dc39e585a91240.json b/6291/data/test-cases/86dc39e585a91240.json new file mode 100644 index 00000000000..c9449dc9fdc --- /dev/null +++ b/6291/data/test-cases/86dc39e585a91240.json @@ -0,0 +1 @@ +{"uid":"86dc39e585a91240","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":1706618731282,"stop":1706618731282,"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":2,"unknown":0,"total":2},"items":[{"uid":"3906668745877f0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3906668745877f0c","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"tags":[]},"source":"86dc39e585a91240.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/878d3f45735a0d99.json b/6291/data/test-cases/878d3f45735a0d99.json new file mode 100644 index 00000000000..0f088d9c7bc --- /dev/null +++ b/6291/data/test-cases/878d3f45735a0d99.json @@ -0,0 +1 @@ +{"uid":"878d3f45735a0d99","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":1706619008974,"stop":1706619008974,"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":2,"unknown":0,"total":2},"items":[{"uid":"9744153efb2a0401","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9744153efb2a0401","status":"passed","time":{"start":1706618775739,"stop":1706618775740,"duration":1}}]},"tags":[]},"source":"878d3f45735a0d99.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/87a15e85ae2088a2.json b/6291/data/test-cases/87a15e85ae2088a2.json new file mode 100644 index 00000000000..9ffc63105f7 --- /dev/null +++ b/6291/data/test-cases/87a15e85ae2088a2.json @@ -0,0 +1 @@ +{"uid":"87a15e85ae2088a2","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618396942,"stop":1706618396942,"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":2,"unknown":0,"total":2},"items":[{"uid":"327ee06cda45bd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/327ee06cda45bd61","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"tags":[]},"source":"87a15e85ae2088a2.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a0ef0aeb44eda898.json b/6291/data/test-cases/87a5131dae447756.json similarity index 86% rename from 6266/data/test-cases/a0ef0aeb44eda898.json rename to 6291/data/test-cases/87a5131dae447756.json index c0a3ba93ac9..ee86791dcb8 100644 --- a/6266/data/test-cases/a0ef0aeb44eda898.json +++ b/6291/data/test-cases/87a5131dae447756.json @@ -1 +1 @@ -{"uid":"a0ef0aeb44eda898","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":1706101723799,"stop":1706101723799,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"ec7838d3c129bef","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ec7838d3c129bef","status":"passed","time":{"start":1706101654465,"stop":1706101654465,"duration":0}},{"uid":"ad24ed9e9280ba90","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ad24ed9e9280ba90","status":"passed","time":{"start":1706101537665,"stop":1706101537665,"duration":0}},{"uid":"527d654aeb9ec22","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/527d654aeb9ec22","status":"passed","time":{"start":1706100722890,"stop":1706100722891,"duration":1}},{"uid":"9abaa5d33964649f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9abaa5d33964649f","status":"passed","time":{"start":1706099290657,"stop":1706099290657,"duration":0}},{"uid":"2a31b5c8ca494cb1","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2a31b5c8ca494cb1","status":"passed","time":{"start":1705681678144,"stop":1705681678145,"duration":1}},{"uid":"ad68285b48bc2794","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ad68285b48bc2794","status":"passed","time":{"start":1705680350539,"stop":1705680350539,"duration":0}},{"uid":"52be80bb1d705857","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/52be80bb1d705857","status":"passed","time":{"start":1705667092967,"stop":1705667092967,"duration":0}},{"uid":"8f47aa2368b2a0a2","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8f47aa2368b2a0a2","status":"passed","time":{"start":1705527069394,"stop":1705527069394,"duration":0}},{"uid":"491664a40b8e3cc","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/491664a40b8e3cc","status":"passed","time":{"start":1705521327112,"stop":1705521327112,"duration":0}},{"uid":"46879c9c9df52920","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/46879c9c9df52920","status":"passed","time":{"start":1705520488399,"stop":1705520488399,"duration":0}},{"uid":"a2dd6b8e57d6e0ad","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a2dd6b8e57d6e0ad","status":"passed","time":{"start":1705518883246,"stop":1705518883246,"duration":0}},{"uid":"c89768b036b2286b","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c89768b036b2286b","status":"passed","time":{"start":1705502684098,"stop":1705502684098,"duration":0}}]},"tags":[]},"source":"a0ef0aeb44eda898.json","parameterValues":[]} \ No newline at end of file +{"uid":"87a5131dae447756","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":1706618959489,"stop":1706618959489,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"432702b58c47a880","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/432702b58c47a880","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"tags":[]},"source":"87a5131dae447756.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5f57f7e2eec0a5d7.json b/6291/data/test-cases/87bec6f64997faec.json similarity index 87% rename from 6266/data/test-cases/5f57f7e2eec0a5d7.json rename to 6291/data/test-cases/87bec6f64997faec.json index 96bc9347178..4bbffb2bc79 100644 --- a/6266/data/test-cases/5f57f7e2eec0a5d7.json +++ b/6291/data/test-cases/87bec6f64997faec.json @@ -1 +1 @@ -{"uid":"5f57f7e2eec0a5d7","name":"Error when try to subscribe to more than 30 topics","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 30 topics","historyId":"2a56323f9d6bf5f02e08654a6dae9eeb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101792205,"stop":1706101792206,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"7477d1fb5fb5c25f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7477d1fb5fb5c25f","status":"passed","time":{"start":1706101709052,"stop":1706101709052,"duration":0}},{"uid":"59dc4c60256adce5","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/59dc4c60256adce5","status":"passed","time":{"start":1706101584038,"stop":1706101584038,"duration":0}},{"uid":"139ebbb449861966","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/139ebbb449861966","status":"passed","time":{"start":1706100800525,"stop":1706100800525,"duration":0}},{"uid":"c78739dba5351fe8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c78739dba5351fe8","status":"passed","time":{"start":1706099377036,"stop":1706099377036,"duration":0}},{"uid":"6913cc144eb3c6d7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6913cc144eb3c6d7","status":"passed","time":{"start":1705681745199,"stop":1705681745199,"duration":0}},{"uid":"bc5cfc83f9ec0eec","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/bc5cfc83f9ec0eec","status":"passed","time":{"start":1705680374200,"stop":1705680374201,"duration":1}},{"uid":"3d9898dae7c64fd6","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3d9898dae7c64fd6","status":"passed","time":{"start":1705667089464,"stop":1705667089464,"duration":0}},{"uid":"3514f2149419e3d6","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/3514f2149419e3d6","status":"passed","time":{"start":1705521364814,"stop":1705521364814,"duration":0}},{"uid":"9096ebc82d8c34ac","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/9096ebc82d8c34ac","status":"passed","time":{"start":1705520531864,"stop":1705520531864,"duration":0}},{"uid":"1fa1e26965205c12","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/1fa1e26965205c12","status":"passed","time":{"start":1705518661623,"stop":1705518661623,"duration":0}},{"uid":"67654bc4ecbeec18","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/67654bc4ecbeec18","status":"passed","time":{"start":1705502591725,"stop":1705502591725,"duration":0}}]},"tags":[]},"source":"5f57f7e2eec0a5d7.json","parameterValues":[]} \ No newline at end of file +{"uid":"87bec6f64997faec","name":"Error when try to subscribe to more than 30 topics","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 30 topics","historyId":"2a56323f9d6bf5f02e08654a6dae9eeb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619029124,"stop":1706619029124,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"e82436804d0de6c9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e82436804d0de6c9","status":"passed","time":{"start":1706618668723,"stop":1706618668723,"duration":0}}]},"tags":[]},"source":"87bec6f64997faec.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/887af16724d2cb54.json b/6291/data/test-cases/887af16724d2cb54.json new file mode 100644 index 00000000000..333999e13f8 --- /dev/null +++ b/6291/data/test-cases/887af16724d2cb54.json @@ -0,0 +1 @@ +{"uid":"887af16724d2cb54","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":1706618395071,"stop":1706618395072,"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":2,"unknown":0,"total":2},"items":[{"uid":"bb2c16086d302d3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb2c16086d302d3d","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"tags":[]},"source":"887af16724d2cb54.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f629cf4b08f3e762.json b/6291/data/test-cases/896c923e1c60068e.json similarity index 54% rename from 6266/data/test-cases/f629cf4b08f3e762.json rename to 6291/data/test-cases/896c923e1c60068e.json index 1d1b86b401d..0e00d5e4324 100644 --- a/6266/data/test-cases/f629cf4b08f3e762.json +++ b/6291/data/test-cases/896c923e1c60068e.json @@ -1 +1 @@ -{"uid":"f629cf4b08f3e762","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":1706101778132,"stop":1706101778132,"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":108,"unknown":0,"total":108},"items":[{"uid":"1b3c1b241f67cd69","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1b3c1b241f67cd69","status":"passed","time":{"start":1706101692135,"stop":1706101692135,"duration":0}},{"uid":"dc8fa519552cc050","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/dc8fa519552cc050","status":"passed","time":{"start":1706101569238,"stop":1706101569238,"duration":0}},{"uid":"5ec04c9119fc7e36","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5ec04c9119fc7e36","status":"passed","time":{"start":1706101016936,"stop":1706101016936,"duration":0}},{"uid":"9bba86f14a7fe256","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9bba86f14a7fe256","status":"passed","time":{"start":1706100781785,"stop":1706100781786,"duration":1}},{"uid":"23cfd4757ab8253","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/23cfd4757ab8253","status":"passed","time":{"start":1706100048734,"stop":1706100048735,"duration":1}},{"uid":"2ed95530de42da69","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2ed95530de42da69","status":"passed","time":{"start":1706099354073,"stop":1706099354077,"duration":4}},{"uid":"9e9f2e551a12bd92","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/9e9f2e551a12bd92","status":"passed","time":{"start":1706077779548,"stop":1706077779548,"duration":0}},{"uid":"79e80d58bf72ff55","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/79e80d58bf72ff55","status":"passed","time":{"start":1706069862886,"stop":1706069862886,"duration":0}},{"uid":"5c68dbbf2e8018aa","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/5c68dbbf2e8018aa","status":"passed","time":{"start":1705950577651,"stop":1705950577652,"duration":1}},{"uid":"1c9647f2b8bcefca","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1c9647f2b8bcefca","status":"passed","time":{"start":1705938379176,"stop":1705938379177,"duration":1}},{"uid":"b18583bbadc3054a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b18583bbadc3054a","status":"passed","time":{"start":1705913520267,"stop":1705913520268,"duration":1}},{"uid":"39acc0c5e5a04df5","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/39acc0c5e5a04df5","status":"passed","time":{"start":1705913060109,"stop":1705913060109,"duration":0}},{"uid":"59fc6fe4d59a62f5","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/59fc6fe4d59a62f5","status":"passed","time":{"start":1705912445582,"stop":1705912445582,"duration":0}},{"uid":"6d0d75bbff34a981","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6d0d75bbff34a981","status":"passed","time":{"start":1705911623491,"stop":1705911623491,"duration":0}},{"uid":"29b7d312d0a709d4","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/29b7d312d0a709d4","status":"passed","time":{"start":1705698830034,"stop":1705698830035,"duration":1}},{"uid":"6381958a1cceb683","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/6381958a1cceb683","status":"passed","time":{"start":1705687552414,"stop":1705687552415,"duration":1}},{"uid":"1914e7c08a59ce95","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1914e7c08a59ce95","status":"passed","time":{"start":1705687466052,"stop":1705687466052,"duration":0}},{"uid":"f66b2464fecbda0f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f66b2464fecbda0f","status":"passed","time":{"start":1705681722827,"stop":1705681722827,"duration":0}},{"uid":"b2b1e6651b149159","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b2b1e6651b149159","status":"passed","time":{"start":1705680299026,"stop":1705680299033,"duration":7}},{"uid":"7533122664b83570","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7533122664b83570","status":"passed","time":{"start":1705678159338,"stop":1705678159339,"duration":1}}]},"tags":[]},"source":"f629cf4b08f3e762.json","parameterValues":[]} \ No newline at end of file +{"uid":"896c923e1c60068e","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":1706619033642,"stop":1706619033643,"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":2,"unknown":0,"total":2},"items":[{"uid":"93053ac78079ee0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93053ac78079ee0a","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"tags":[]},"source":"896c923e1c60068e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/899c4c02e7cf3b94.json b/6291/data/test-cases/899c4c02e7cf3b94.json new file mode 100644 index 00000000000..f47b1b03a19 --- /dev/null +++ b/6291/data/test-cases/899c4c02e7cf3b94.json @@ -0,0 +1 @@ +{"uid":"899c4c02e7cf3b94","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":1706618372822,"stop":1706618372822,"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":2,"unknown":0,"total":2},"items":[{"uid":"3b939eadeb99fafa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b939eadeb99fafa","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"tags":[]},"source":"899c4c02e7cf3b94.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ce4cafa3676e35a3.json b/6291/data/test-cases/89fd1dd9fd6dc46e.json similarity index 86% rename from 6266/data/test-cases/ce4cafa3676e35a3.json rename to 6291/data/test-cases/89fd1dd9fd6dc46e.json index 867b57b9f77..6ec32e8098b 100644 --- a/6266/data/test-cases/ce4cafa3676e35a3.json +++ b/6291/data/test-cases/89fd1dd9fd6dc46e.json @@ -1 +1 @@ -{"uid":"ce4cafa3676e35a3","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":1706101723792,"stop":1706101723792,"duration":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":12,"unknown":0,"total":12},"items":[{"uid":"e80d944086cad256","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e80d944086cad256","status":"passed","time":{"start":1706101654462,"stop":1706101654462,"duration":0}},{"uid":"9f592d786cbb9cdc","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9f592d786cbb9cdc","status":"passed","time":{"start":1706101537662,"stop":1706101537662,"duration":0}},{"uid":"988cebe8024513ce","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/988cebe8024513ce","status":"passed","time":{"start":1706100722887,"stop":1706100722887,"duration":0}},{"uid":"77d5ea5adf48d72e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/77d5ea5adf48d72e","status":"passed","time":{"start":1706099290633,"stop":1706099290633,"duration":0}},{"uid":"9eb54c720d3b3dd2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9eb54c720d3b3dd2","status":"passed","time":{"start":1705681678136,"stop":1705681678137,"duration":1}},{"uid":"8596f3cc43d3c6a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/8596f3cc43d3c6a","status":"passed","time":{"start":1705680350535,"stop":1705680350535,"duration":0}},{"uid":"5884b550a7f62d12","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/5884b550a7f62d12","status":"passed","time":{"start":1705667092964,"stop":1705667092964,"duration":0}},{"uid":"bcd651ddf7472861","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/bcd651ddf7472861","status":"passed","time":{"start":1705527069391,"stop":1705527069391,"duration":0}},{"uid":"34710b2c5fb332b2","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/34710b2c5fb332b2","status":"passed","time":{"start":1705521327109,"stop":1705521327109,"duration":0}},{"uid":"4ae97d9a57a7dff3","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4ae97d9a57a7dff3","status":"passed","time":{"start":1705520488394,"stop":1705520488394,"duration":0}},{"uid":"b270921a5d88f31b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b270921a5d88f31b","status":"passed","time":{"start":1705518883243,"stop":1705518883243,"duration":0}}]},"tags":[]},"source":"ce4cafa3676e35a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"89fd1dd9fd6dc46e","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":1706618959484,"stop":1706618959485,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"6098cbe3e58ff98b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6098cbe3e58ff98b","status":"passed","time":{"start":1706618735882,"stop":1706618735882,"duration":0}}]},"tags":[]},"source":"89fd1dd9fd6dc46e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/8a4b791243d6ced6.json b/6291/data/test-cases/8a4b791243d6ced6.json new file mode 100644 index 00000000000..3b2bafaa40d --- /dev/null +++ b/6291/data/test-cases/8a4b791243d6ced6.json @@ -0,0 +1 @@ +{"uid":"8a4b791243d6ced6","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":1706618396943,"stop":1706618396944,"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":2,"unknown":0,"total":2},"items":[{"uid":"f0f6dc87cf6474fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0f6dc87cf6474fb","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"tags":[]},"source":"8a4b791243d6ced6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5104076503869d87.json b/6291/data/test-cases/8ab50b77c80ce7d6.json similarity index 94% rename from 6266/data/test-cases/5104076503869d87.json rename to 6291/data/test-cases/8ab50b77c80ce7d6.json index 7ea31150f82..33ef2624d5b 100644 --- a/6266/data/test-cases/5104076503869d87.json +++ b/6291/data/test-cases/8ab50b77c80ce7d6.json @@ -1 +1 @@ -{"uid":"5104076503869d87","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":1706101757824,"stop":1706101757825,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"3d4820453143f818","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3d4820453143f818","status":"passed","time":{"start":1706101680226,"stop":1706101680227,"duration":1}},{"uid":"52161c88f6d575a7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/52161c88f6d575a7","status":"passed","time":{"start":1706101549598,"stop":1706101549599,"duration":1}},{"uid":"3217bc3510e711d1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3217bc3510e711d1","status":"passed","time":{"start":1706100770596,"stop":1706100770596,"duration":0}},{"uid":"43021b949eec4cb1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/43021b949eec4cb1","status":"passed","time":{"start":1706099342670,"stop":1706099342670,"duration":0}},{"uid":"2c9e4e9cc3b969e0","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2c9e4e9cc3b969e0","status":"passed","time":{"start":1705681713142,"stop":1705681713142,"duration":0}}]},"tags":[]},"source":"5104076503869d87.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ab50b77c80ce7d6","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":1706618996191,"stop":1706618996191,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"12708a11ba0f99e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12708a11ba0f99e0","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"tags":[]},"source":"8ab50b77c80ce7d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/8acd390c34b793c3.json b/6291/data/test-cases/8acd390c34b793c3.json new file mode 100644 index 00000000000..3755a1d9b84 --- /dev/null +++ b/6291/data/test-cases/8acd390c34b793c3.json @@ -0,0 +1 @@ +{"uid":"8acd390c34b793c3","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":1706618388585,"stop":1706618388586,"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":2,"unknown":0,"total":2},"items":[{"uid":"d8922c8522590023","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d8922c8522590023","status":"passed","time":{"start":1706618179513,"stop":1706618179513,"duration":0}}]},"tags":[]},"source":"8acd390c34b793c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1722816f5627e018.json b/6291/data/test-cases/8add4d174f31964a.json similarity index 86% rename from 6266/data/test-cases/1722816f5627e018.json rename to 6291/data/test-cases/8add4d174f31964a.json index c1d4e07ef56..a79f43779fa 100644 --- a/6266/data/test-cases/1722816f5627e018.json +++ b/6291/data/test-cases/8add4d174f31964a.json @@ -1 +1 @@ -{"uid":"1722816f5627e018","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":1706101723755,"stop":1706101723755,"duration":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":"13636a318f8c6345","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/13636a318f8c6345","status":"passed","time":{"start":1706101654450,"stop":1706101654451,"duration":1}},{"uid":"399d7111546eb3f0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/399d7111546eb3f0","status":"passed","time":{"start":1706101537654,"stop":1706101537655,"duration":1}},{"uid":"11b09a4ccc999f2","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/11b09a4ccc999f2","status":"passed","time":{"start":1706100722872,"stop":1706100722872,"duration":0}},{"uid":"36fbba8b0f14af8e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/36fbba8b0f14af8e","status":"passed","time":{"start":1706099290595,"stop":1706099290595,"duration":0}},{"uid":"fd02072d5fec7940","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fd02072d5fec7940","status":"passed","time":{"start":1705681678121,"stop":1705681678121,"duration":0}},{"uid":"a360f6ae47f37ccc","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a360f6ae47f37ccc","status":"passed","time":{"start":1705680350525,"stop":1705680350525,"duration":0}},{"uid":"21c49d39a7380f78","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/21c49d39a7380f78","status":"passed","time":{"start":1705667092957,"stop":1705667092957,"duration":0}},{"uid":"8d00eb0274d798aa","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8d00eb0274d798aa","status":"passed","time":{"start":1705527069383,"stop":1705527069383,"duration":0}},{"uid":"ebe161cb8b3ef9ba","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/ebe161cb8b3ef9ba","status":"passed","time":{"start":1705521327102,"stop":1705521327102,"duration":0}},{"uid":"8a099f90fb6f3e97","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/8a099f90fb6f3e97","status":"passed","time":{"start":1705520488384,"stop":1705520488384,"duration":0}},{"uid":"ba230dcce7dec6f0","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ba230dcce7dec6f0","status":"passed","time":{"start":1705518883231,"stop":1705518883231,"duration":0}},{"uid":"3b24cd60804ed036","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/3b24cd60804ed036","status":"passed","time":{"start":1705502684088,"stop":1705502684088,"duration":0}}]},"tags":[]},"source":"1722816f5627e018.json","parameterValues":[]} \ No newline at end of file +{"uid":"8add4d174f31964a","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":1706618959473,"stop":1706618959473,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"bb80784ff5852bef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb80784ff5852bef","status":"passed","time":{"start":1706618735853,"stop":1706618735853,"duration":0}}]},"tags":[]},"source":"8add4d174f31964a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/61f1f66132b76ed3.json b/6291/data/test-cases/8af4ee43c08ae02e.json similarity index 95% rename from 6266/data/test-cases/61f1f66132b76ed3.json rename to 6291/data/test-cases/8af4ee43c08ae02e.json index b47b7a4f597..2b3f1c9e242 100644 --- a/6266/data/test-cases/61f1f66132b76ed3.json +++ b/6291/data/test-cases/8af4ee43c08ae02e.json @@ -1 +1 @@ -{"uid":"61f1f66132b76ed3","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":1706101757834,"stop":1706101757835,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"f6bb9e6c71f18ee9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f6bb9e6c71f18ee9","status":"passed","time":{"start":1706101680230,"stop":1706101680230,"duration":0}},{"uid":"aefb535d022153a9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/aefb535d022153a9","status":"passed","time":{"start":1706101549604,"stop":1706101549604,"duration":0}},{"uid":"bb7fa560a90250db","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/bb7fa560a90250db","status":"passed","time":{"start":1706100770601,"stop":1706100770601,"duration":0}},{"uid":"c02d6dabd0e5a0ca","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c02d6dabd0e5a0ca","status":"passed","time":{"start":1706099342673,"stop":1706099342673,"duration":0}},{"uid":"d020121641b4c457","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d020121641b4c457","status":"passed","time":{"start":1705681713147,"stop":1705681713147,"duration":0}}]},"tags":[]},"source":"61f1f66132b76ed3.json","parameterValues":[]} \ No newline at end of file +{"uid":"8af4ee43c08ae02e","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":1706618996196,"stop":1706618996197,"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":2,"unknown":0,"total":2},"items":[{"uid":"54f916b619d6ad42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/54f916b619d6ad42","status":"passed","time":{"start":1706618797767,"stop":1706618797768,"duration":1}}]},"tags":[]},"source":"8af4ee43c08ae02e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/8b155a5b08afc9ff.json b/6291/data/test-cases/8b155a5b08afc9ff.json new file mode 100644 index 00000000000..d6c7d11e8c8 --- /dev/null +++ b/6291/data/test-cases/8b155a5b08afc9ff.json @@ -0,0 +1 @@ +{"uid":"8b155a5b08afc9ff","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":1706618372825,"stop":1706618372825,"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":2,"unknown":0,"total":2},"items":[{"uid":"927a86ed9157107d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/927a86ed9157107d","status":"passed","time":{"start":1706618165342,"stop":1706618165343,"duration":1}}]},"tags":[]},"source":"8b155a5b08afc9ff.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/204b1b016eb40b41.json b/6291/data/test-cases/8c980dba00d12e83.json similarity index 76% rename from 6266/data/test-cases/204b1b016eb40b41.json rename to 6291/data/test-cases/8c980dba00d12e83.json index 4854eb82587..5d666412454 100644 --- a/6266/data/test-cases/204b1b016eb40b41.json +++ b/6291/data/test-cases/8c980dba00d12e83.json @@ -1 +1 @@ -{"uid":"204b1b016eb40b41","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":1706101530688,"stop":1706101530689,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"c5f3ad50d1705e22","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c5f3ad50d1705e22","status":"passed","time":{"start":1706101419602,"stop":1706101419602,"duration":0}},{"uid":"41d9545d0ebf7a14","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/41d9545d0ebf7a14","status":"passed","time":{"start":1706101305311,"stop":1706101305311,"duration":0}},{"uid":"1a15f7f5911634ef","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1a15f7f5911634ef","status":"passed","time":{"start":1706100931199,"stop":1706100931199,"duration":0}},{"uid":"ca6fc52fb4609551","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ca6fc52fb4609551","status":"passed","time":{"start":1706100510895,"stop":1706100510896,"duration":1}},{"uid":"9ab93c053eaa80b1","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/9ab93c053eaa80b1","status":"passed","time":{"start":1706099960904,"stop":1706099960904,"duration":0}},{"uid":"15d857fe1a962df7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/15d857fe1a962df7","status":"passed","time":{"start":1706099096972,"stop":1706099096972,"duration":0}},{"uid":"5fedd1e580fe5bf0","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5fedd1e580fe5bf0","status":"passed","time":{"start":1706077690004,"stop":1706077690004,"duration":0}},{"uid":"d498606701096df9","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d498606701096df9","status":"passed","time":{"start":1706069780780,"stop":1706069780780,"duration":0}},{"uid":"ebb58e316277845d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/ebb58e316277845d","status":"passed","time":{"start":1705950480123,"stop":1705950480124,"duration":1}},{"uid":"aad2480bf722569f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/aad2480bf722569f","status":"passed","time":{"start":1705938289249,"stop":1705938289249,"duration":0}},{"uid":"b5e8d171b1d9c48e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b5e8d171b1d9c48e","status":"passed","time":{"start":1705913424144,"stop":1705913424145,"duration":1}},{"uid":"d75f4e1082185335","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d75f4e1082185335","status":"passed","time":{"start":1705912964606,"stop":1705912964607,"duration":1}},{"uid":"b12725d7fed375c0","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b12725d7fed375c0","status":"passed","time":{"start":1705912351013,"stop":1705912351014,"duration":1}},{"uid":"b183697eb2a43dc5","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b183697eb2a43dc5","status":"passed","time":{"start":1705911533352,"stop":1705911533352,"duration":0}},{"uid":"22d8585d72e99710","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/22d8585d72e99710","status":"passed","time":{"start":1705698747962,"stop":1705698747962,"duration":0}},{"uid":"8ecc6496e94a7340","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/8ecc6496e94a7340","status":"passed","time":{"start":1705687465941,"stop":1705687465941,"duration":0}},{"uid":"31e4f1aabcdd54ca","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/31e4f1aabcdd54ca","status":"passed","time":{"start":1705687367131,"stop":1705687367131,"duration":0}},{"uid":"ff5b4f46485d31b5","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ff5b4f46485d31b5","status":"passed","time":{"start":1705681459374,"stop":1705681459375,"duration":1}},{"uid":"fe30a045746ac965","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/fe30a045746ac965","status":"passed","time":{"start":1705680122212,"stop":1705680122212,"duration":0}},{"uid":"74e83addecbee3ba","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/74e83addecbee3ba","status":"passed","time":{"start":1705678066189,"stop":1705678066189,"duration":0}}]},"tags":[]},"source":"204b1b016eb40b41.json","parameterValues":[]} \ No newline at end of file +{"uid":"8c980dba00d12e83","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":1706618865683,"stop":1706618865683,"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":2,"unknown":0,"total":2},"items":[{"uid":"16ed2fd16d07ed2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16ed2fd16d07ed2d","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"tags":[]},"source":"8c980dba00d12e83.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b4f161c20bac012c.json b/6291/data/test-cases/8d897533e21ca293.json similarity index 55% rename from 6266/data/test-cases/b4f161c20bac012c.json rename to 6291/data/test-cases/8d897533e21ca293.json index b0dbc6911fe..3afcef0549c 100644 --- a/6266/data/test-cases/b4f161c20bac012c.json +++ b/6291/data/test-cases/8d897533e21ca293.json @@ -1 +1 @@ -{"uid":"b4f161c20bac012c","name":"should emit `waku:offline` event only when all peers disconnect","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > should emit `waku:offline` event only when all peers disconnect","historyId":"a441b34c87ff4acca25a345480c0e832:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101227416,"stop":1706101227417,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":103,"unknown":0,"total":104},"items":[{"uid":"c568f165d423b0a6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c568f165d423b0a6","status":"passed","time":{"start":1706101125146,"stop":1706101125147,"duration":1}},{"uid":"22b30909dd438b95","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/22b30909dd438b95","status":"passed","time":{"start":1706101015831,"stop":1706101015831,"duration":0}},{"uid":"65316edeea100895","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/65316edeea100895","status":"passed","time":{"start":1706100852804,"stop":1706100852804,"duration":0}},{"uid":"e8d859436be94af","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e8d859436be94af","status":"passed","time":{"start":1706100223320,"stop":1706100223321,"duration":1}},{"uid":"cd37ffcda5f3be3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/cd37ffcda5f3be3","status":"passed","time":{"start":1706099883684,"stop":1706099883685,"duration":1}},{"uid":"1afd5713ab319436","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1afd5713ab319436","status":"passed","time":{"start":1706098811154,"stop":1706098811154,"duration":0}},{"uid":"eb8c6897b0e63cf4","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/eb8c6897b0e63cf4","status":"passed","time":{"start":1706077610800,"stop":1706077610801,"duration":1}},{"uid":"614fb6551a2a94a6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/614fb6551a2a94a6","status":"passed","time":{"start":1706069699147,"stop":1706069699148,"duration":1}},{"uid":"abcf37b5c481c06e","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/abcf37b5c481c06e","status":"passed","time":{"start":1705950407394,"stop":1705950407394,"duration":0}},{"uid":"984f818e517d3dfd","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/984f818e517d3dfd","status":"passed","time":{"start":1705938212317,"stop":1705938212317,"duration":0}},{"uid":"dab6b03a4508efb0","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/dab6b03a4508efb0","status":"passed","time":{"start":1705913348500,"stop":1705913348501,"duration":1}},{"uid":"7cb3c8f9fb68c9b0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/7cb3c8f9fb68c9b0","status":"passed","time":{"start":1705912893444,"stop":1705912893445,"duration":1}},{"uid":"37ab3aa7f56616a1","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/37ab3aa7f56616a1","status":"passed","time":{"start":1705912281005,"stop":1705912281005,"duration":0}},{"uid":"711f3f0e45592302","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/711f3f0e45592302","status":"passed","time":{"start":1705911462871,"stop":1705911462872,"duration":1}},{"uid":"e6128b73602e86c6","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e6128b73602e86c6","status":"passed","time":{"start":1705698669794,"stop":1705698669794,"duration":0}},{"uid":"9e72cd919226faab","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9e72cd919226faab","status":"passed","time":{"start":1705687379920,"stop":1705687379920,"duration":0}},{"uid":"da2556f388fb5d95","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/da2556f388fb5d95","status":"passed","time":{"start":1705687301610,"stop":1705687301610,"duration":0}},{"uid":"cc50740fce391be8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/cc50740fce391be8","status":"passed","time":{"start":1705681179658,"stop":1705681179659,"duration":1}},{"uid":"b2ff776dd256408","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b2ff776dd256408","status":"passed","time":{"start":1705679931688,"stop":1705679931688,"duration":0}},{"uid":"6c289499f7e18bdf","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/6c289499f7e18bdf","status":"passed","time":{"start":1705677992183,"stop":1705677992184,"duration":1}}]},"tags":[]},"source":"b4f161c20bac012c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8d897533e21ca293","name":"should emit `waku:offline` event only when all peers disconnect","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > should emit `waku:offline` event only when all peers disconnect","historyId":"a441b34c87ff4acca25a345480c0e832:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","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":2,"unknown":0,"total":2},"items":[{"uid":"d319b35f9aff0081","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d319b35f9aff0081","status":"passed","time":{"start":1706618246653,"stop":1706618246653,"duration":0}}]},"tags":[]},"source":"8d897533e21ca293.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/8e6992334313c049.json b/6291/data/test-cases/8e6992334313c049.json new file mode 100644 index 00000000000..a171f2705fa --- /dev/null +++ b/6291/data/test-cases/8e6992334313c049.json @@ -0,0 +1 @@ +{"uid":"8e6992334313c049","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":1706618372822,"stop":1706618372822,"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":2,"unknown":0,"total":2},"items":[{"uid":"a5f23f9be8ab8827","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5f23f9be8ab8827","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"tags":[]},"source":"8e6992334313c049.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/62af7fb434008f3f.json b/6291/data/test-cases/8e95e3901220248c.json similarity index 61% rename from 6266/data/test-cases/62af7fb434008f3f.json rename to 6291/data/test-cases/8e95e3901220248c.json index c2e7ec646cc..ec9f348afde 100644 --- a/6266/data/test-cases/62af7fb434008f3f.json +++ b/6291/data/test-cases/8e95e3901220248c.json @@ -1 +1 @@ -{"uid":"62af7fb434008f3f","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":1706101689281,"stop":1706101689281,"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":108,"unknown":0,"total":108},"items":[{"uid":"23feccaf861e218c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/23feccaf861e218c","status":"passed","time":{"start":1706101580592,"stop":1706101580592,"duration":0}},{"uid":"4be24c332b0654e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4be24c332b0654e","status":"passed","time":{"start":1706101476555,"stop":1706101476557,"duration":2}},{"uid":"663bc24af9f5b3ea","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/663bc24af9f5b3ea","status":"passed","time":{"start":1706100973158,"stop":1706100973159,"duration":1}},{"uid":"25ecba91b114f2b1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/25ecba91b114f2b1","status":"passed","time":{"start":1706100701992,"stop":1706100701993,"duration":1}},{"uid":"3f418ba1e1a8295b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/3f418ba1e1a8295b","status":"passed","time":{"start":1706100007555,"stop":1706100007555,"duration":0}},{"uid":"7b817aeacbc8d4f5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7b817aeacbc8d4f5","status":"passed","time":{"start":1706099276032,"stop":1706099276032,"duration":0}},{"uid":"7c5b9f48296c17dc","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/7c5b9f48296c17dc","status":"passed","time":{"start":1706077738135,"stop":1706077738135,"duration":0}},{"uid":"2d89c4d9b0d8ab77","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2d89c4d9b0d8ab77","status":"passed","time":{"start":1706069822946,"stop":1706069822947,"duration":1}},{"uid":"18ba6fb68ccf2ac9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/18ba6fb68ccf2ac9","status":"passed","time":{"start":1705950529645,"stop":1705950529645,"duration":0}},{"uid":"c92adc4d8c69548e","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c92adc4d8c69548e","status":"passed","time":{"start":1705938338138,"stop":1705938338139,"duration":1}},{"uid":"bc6e0c31a15b8518","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/bc6e0c31a15b8518","status":"passed","time":{"start":1705913473153,"stop":1705913473154,"duration":1}},{"uid":"47a38f908d8ae1c1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/47a38f908d8ae1c1","status":"passed","time":{"start":1705913021123,"stop":1705913021123,"duration":0}},{"uid":"fa4fee9164acce4e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fa4fee9164acce4e","status":"passed","time":{"start":1705912405792,"stop":1705912405792,"duration":0}},{"uid":"89789c94a68dc4f0","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/89789c94a68dc4f0","status":"passed","time":{"start":1705911583673,"stop":1705911583674,"duration":1}},{"uid":"c8b6794b4b5b1bd","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/c8b6794b4b5b1bd","status":"passed","time":{"start":1705698790232,"stop":1705698790232,"duration":0}},{"uid":"36d59a0a3bac4e96","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/36d59a0a3bac4e96","status":"passed","time":{"start":1705687507802,"stop":1705687507803,"duration":1}},{"uid":"414549c10824bd95","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/414549c10824bd95","status":"passed","time":{"start":1705687421612,"stop":1705687421612,"duration":0}},{"uid":"7e59c134e9cc317","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7e59c134e9cc317","status":"passed","time":{"start":1705681629289,"stop":1705681629289,"duration":0}},{"uid":"996e539eae74eb5f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/996e539eae74eb5f","status":"passed","time":{"start":1705680205447,"stop":1705680205447,"duration":0}},{"uid":"214dc63132176015","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/214dc63132176015","status":"passed","time":{"start":1705678111174,"stop":1705678111175,"duration":1}}]},"tags":[]},"source":"62af7fb434008f3f.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e95e3901220248c","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":1706618973547,"stop":1706618973547,"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":2,"unknown":0,"total":2},"items":[{"uid":"e74fea82ff7295ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e74fea82ff7295ab","status":"passed","time":{"start":1706618749037,"stop":1706618749043,"duration":6}}]},"tags":[]},"source":"8e95e3901220248c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/277f1a74f867c013.json b/6291/data/test-cases/8efde63dc51622ac.json similarity index 53% rename from 6266/data/test-cases/277f1a74f867c013.json rename to 6291/data/test-cases/8efde63dc51622ac.json index c91d8a94867..32d2121ff8b 100644 --- a/6266/data/test-cases/277f1a74f867c013.json +++ b/6291/data/test-cases/8efde63dc51622ac.json @@ -1 +1 @@ -{"uid":"277f1a74f867c013","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":1706101651748,"stop":1706101651749,"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":108,"unknown":0,"total":108},"items":[{"uid":"2ec8edbd6f787810","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2ec8edbd6f787810","status":"passed","time":{"start":1706101566466,"stop":1706101566466,"duration":0}},{"uid":"844f816e94f8626","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/844f816e94f8626","status":"passed","time":{"start":1706101443416,"stop":1706101443416,"duration":0}},{"uid":"2d16d4f522a26ccb","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2d16d4f522a26ccb","status":"passed","time":{"start":1706100967019,"stop":1706100967019,"duration":0}},{"uid":"20cb3b99943070a0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/20cb3b99943070a0","status":"passed","time":{"start":1706100676385,"stop":1706100676386,"duration":1}},{"uid":"d8d60a85e7ba8f2d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d8d60a85e7ba8f2d","status":"passed","time":{"start":1706099994477,"stop":1706099994477,"duration":0}},{"uid":"7f84a2138bfffa1a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7f84a2138bfffa1a","status":"passed","time":{"start":1706099245146,"stop":1706099245146,"duration":0}},{"uid":"9f06fe653b303618","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/9f06fe653b303618","status":"passed","time":{"start":1706077725210,"stop":1706077725211,"duration":1}},{"uid":"94b4d668a330a43a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/94b4d668a330a43a","status":"passed","time":{"start":1706069807620,"stop":1706069807624,"duration":4}},{"uid":"8000e43b91728fe2","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/8000e43b91728fe2","status":"passed","time":{"start":1705950519319,"stop":1705950519319,"duration":0}},{"uid":"83788a69622b51b9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/83788a69622b51b9","status":"passed","time":{"start":1705938322625,"stop":1705938322626,"duration":1}},{"uid":"f3fd204c12e8531e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f3fd204c12e8531e","status":"passed","time":{"start":1705913460663,"stop":1705913460663,"duration":0}},{"uid":"8f80106ca36c11b0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/8f80106ca36c11b0","status":"passed","time":{"start":1705913004757,"stop":1705913004758,"duration":1}},{"uid":"dd5d10637c740c17","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/dd5d10637c740c17","status":"passed","time":{"start":1705912392782,"stop":1705912392783,"duration":1}},{"uid":"866ec8586426eb81","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/866ec8586426eb81","status":"passed","time":{"start":1705911569501,"stop":1705911569502,"duration":1}},{"uid":"1c64c49a217170b1","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/1c64c49a217170b1","status":"passed","time":{"start":1705698780854,"stop":1705698780856,"duration":2}},{"uid":"6bf7400150e84752","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/6bf7400150e84752","status":"passed","time":{"start":1705687496035,"stop":1705687496035,"duration":0}},{"uid":"33398e7c1e58f267","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/33398e7c1e58f267","status":"passed","time":{"start":1705687412720,"stop":1705687412720,"duration":0}},{"uid":"e5685e485a6c1f6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e5685e485a6c1f6","status":"passed","time":{"start":1705681610294,"stop":1705681610294,"duration":0}},{"uid":"10fa62a8c341aadd","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/10fa62a8c341aadd","status":"passed","time":{"start":1705680179644,"stop":1705680179644,"duration":0}},{"uid":"897664be2e075bf5","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/897664be2e075bf5","status":"passed","time":{"start":1705678106532,"stop":1705678106532,"duration":0}}]},"tags":[]},"source":"277f1a74f867c013.json","parameterValues":[]} \ No newline at end of file +{"uid":"8efde63dc51622ac","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":1706618934695,"stop":1706618934695,"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":2,"unknown":0,"total":2},"items":[{"uid":"6d75016c91af52ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d75016c91af52ab","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"tags":[]},"source":"8efde63dc51622ac.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7962844b44eb819c.json b/6291/data/test-cases/8f25ed4bc2f7b6a7.json similarity index 54% rename from 6266/data/test-cases/7962844b44eb819c.json rename to 6291/data/test-cases/8f25ed4bc2f7b6a7.json index bc251520c95..171365f2cb7 100644 --- a/6266/data/test-cases/7962844b44eb819c.json +++ b/6291/data/test-cases/8f25ed4bc2f7b6a7.json @@ -1 +1 @@ -{"uid":"7962844b44eb819c","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":1706101721138,"stop":1706101721139,"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":105,"unknown":0,"total":105},"items":[{"uid":"61f6dca0b9a28b7a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/61f6dca0b9a28b7a","status":"passed","time":{"start":1706101642237,"stop":1706101642238,"duration":1}},{"uid":"45b51503ec504f9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/45b51503ec504f9","status":"passed","time":{"start":1706101519104,"stop":1706101519104,"duration":0}},{"uid":"be37f147b74c1ee6","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/be37f147b74c1ee6","status":"passed","time":{"start":1706100987912,"stop":1706100987912,"duration":0}},{"uid":"ded69822061b0f1e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ded69822061b0f1e","status":"passed","time":{"start":1706100748157,"stop":1706100748157,"duration":0}},{"uid":"bb45c3409ef9f253","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/bb45c3409ef9f253","status":"passed","time":{"start":1706100020179,"stop":1706100020179,"duration":0}},{"uid":"de64a35c838feab8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/de64a35c838feab8","status":"passed","time":{"start":1706099314729,"stop":1706099314729,"duration":0}},{"uid":"6736613cb96cf213","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/6736613cb96cf213","status":"passed","time":{"start":1706077757148,"stop":1706077757148,"duration":0}},{"uid":"30d453ffc69ff7d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/30d453ffc69ff7d","status":"passed","time":{"start":1706069836104,"stop":1706069836105,"duration":1}},{"uid":"fa795e790d458c54","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/fa795e790d458c54","status":"passed","time":{"start":1705950563653,"stop":1705950563653,"duration":0}},{"uid":"11bfa689f8c052ec","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/11bfa689f8c052ec","status":"passed","time":{"start":1705938352861,"stop":1705938352862,"duration":1}},{"uid":"330495b91409b27d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/330495b91409b27d","status":"passed","time":{"start":1705913492858,"stop":1705913492858,"duration":0}},{"uid":"1a48d6178c11d5c1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1a48d6178c11d5c1","status":"passed","time":{"start":1705913033288,"stop":1705913033288,"duration":0}},{"uid":"3b145ae81a85754a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3b145ae81a85754a","status":"passed","time":{"start":1705912419964,"stop":1705912419964,"duration":0}},{"uid":"2aa4445d801e7def","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2aa4445d801e7def","status":"passed","time":{"start":1705911596518,"stop":1705911596519,"duration":1}},{"uid":"e9462f7797c89d26","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e9462f7797c89d26","status":"passed","time":{"start":1705698803937,"stop":1705698803937,"duration":0}},{"uid":"cafb182d2b337d97","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/cafb182d2b337d97","status":"passed","time":{"start":1705687524368,"stop":1705687524368,"duration":0}},{"uid":"18449815a8bfe4e0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/18449815a8bfe4e0","status":"passed","time":{"start":1705687441117,"stop":1705687441118,"duration":1}},{"uid":"44aea1e7f94f44eb","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/44aea1e7f94f44eb","status":"passed","time":{"start":1705681668631,"stop":1705681668631,"duration":0}},{"uid":"23a23bcb3228dcbe","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/23a23bcb3228dcbe","status":"passed","time":{"start":1705680243617,"stop":1705680243617,"duration":0}},{"uid":"c49ad95ed43fc8b4","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c49ad95ed43fc8b4","status":"passed","time":{"start":1705678134146,"stop":1705678134149,"duration":3}}]},"tags":[]},"source":"7962844b44eb819c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f25ed4bc2f7b6a7","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":1706619004847,"stop":1706619004847,"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":2,"unknown":0,"total":2},"items":[{"uid":"184fdec0c13d3d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/184fdec0c13d3d6","status":"passed","time":{"start":1706618760407,"stop":1706618760407,"duration":0}}]},"tags":[]},"source":"8f25ed4bc2f7b6a7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/8f52337cbb05b892.json b/6291/data/test-cases/8f52337cbb05b892.json new file mode 100644 index 00000000000..9e206f0befc --- /dev/null +++ b/6291/data/test-cases/8f52337cbb05b892.json @@ -0,0 +1 @@ +{"uid":"8f52337cbb05b892","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":1706618378926,"stop":1706618378926,"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":2,"unknown":0,"total":2},"items":[{"uid":"cf49d910ed58525c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf49d910ed58525c","status":"passed","time":{"start":1706618170167,"stop":1706618170167,"duration":0}}]},"tags":[]},"source":"8f52337cbb05b892.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6cf9e666598a718e.json b/6291/data/test-cases/8f60f307927ce3db.json similarity index 87% rename from 6266/data/test-cases/6cf9e666598a718e.json rename to 6291/data/test-cases/8f60f307927ce3db.json index 08411e54409..530bfdf8144 100644 --- a/6266/data/test-cases/6cf9e666598a718e.json +++ b/6291/data/test-cases/8f60f307927ce3db.json @@ -1 +1 @@ -{"uid":"6cf9e666598a718e","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":1706101792207,"stop":1706101792208,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"c5694dbfcb8dcb66","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c5694dbfcb8dcb66","status":"passed","time":{"start":1706101709053,"stop":1706101709054,"duration":1}},{"uid":"3f1099add9440825","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3f1099add9440825","status":"passed","time":{"start":1706101584040,"stop":1706101584040,"duration":0}},{"uid":"59b317590baea18d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/59b317590baea18d","status":"passed","time":{"start":1706100800526,"stop":1706100800526,"duration":0}},{"uid":"99024ca4a2855bbb","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/99024ca4a2855bbb","status":"passed","time":{"start":1706099377038,"stop":1706099377038,"duration":0}},{"uid":"337b890d2918621e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/337b890d2918621e","status":"passed","time":{"start":1705681745200,"stop":1705681745200,"duration":0}},{"uid":"9de0774fdb056668","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9de0774fdb056668","status":"passed","time":{"start":1705680374202,"stop":1705680374203,"duration":1}},{"uid":"3b71425130c87ebd","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3b71425130c87ebd","status":"passed","time":{"start":1705667089468,"stop":1705667089468,"duration":0}},{"uid":"2a8a581d348663c2","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/2a8a581d348663c2","status":"passed","time":{"start":1705521364816,"stop":1705521364817,"duration":1}},{"uid":"dfdaed812ec0e302","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/dfdaed812ec0e302","status":"passed","time":{"start":1705520531866,"stop":1705520531866,"duration":0}},{"uid":"569f396a1e928bc5","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/569f396a1e928bc5","status":"passed","time":{"start":1705518661625,"stop":1705518661625,"duration":0}},{"uid":"6ca92666325dd747","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6ca92666325dd747","status":"passed","time":{"start":1705502591727,"stop":1705502591727,"duration":0}}]},"tags":[]},"source":"6cf9e666598a718e.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f60f307927ce3db","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":1706619029125,"stop":1706619029125,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"3c3ed0e3d186372e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c3ed0e3d186372e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"tags":[]},"source":"8f60f307927ce3db.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/8f730f1996dad923.json b/6291/data/test-cases/8f730f1996dad923.json new file mode 100644 index 00000000000..08a88317de1 --- /dev/null +++ b/6291/data/test-cases/8f730f1996dad923.json @@ -0,0 +1 @@ +{"uid":"8f730f1996dad923","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":1706618731291,"stop":1706618731291,"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":2,"unknown":0,"total":2},"items":[{"uid":"554caa83d8c56f38","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/554caa83d8c56f38","status":"passed","time":{"start":1706618394331,"stop":1706618394332,"duration":1}}]},"tags":[]},"source":"8f730f1996dad923.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/8fe71991efdf9cf7.json b/6291/data/test-cases/8fe71991efdf9cf7.json new file mode 100644 index 00000000000..61819aa48cd --- /dev/null +++ b/6291/data/test-cases/8fe71991efdf9cf7.json @@ -0,0 +1 @@ +{"uid":"8fe71991efdf9cf7","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":1706618624428,"stop":1706618624449,"duration":21},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"f193d68541ec56c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f193d68541ec56c0","status":"passed","time":{"start":1706618460770,"stop":1706618460771,"duration":1}}]},"tags":[]},"source":"8fe71991efdf9cf7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/901f9f46344ae0d.json b/6291/data/test-cases/901f9f46344ae0d.json new file mode 100644 index 00000000000..fac729674d6 --- /dev/null +++ b/6291/data/test-cases/901f9f46344ae0d.json @@ -0,0 +1 @@ +{"uid":"901f9f46344ae0d","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":1706618424943,"stop":1706618424943,"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":2,"unknown":0,"total":2},"items":[{"uid":"b823d516e100dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b823d516e100dc0e","status":"passed","time":{"start":1706618216091,"stop":1706618216092,"duration":1}}]},"tags":[]},"source":"901f9f46344ae0d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fe5a98129e4094c5.json b/6291/data/test-cases/908649f26a0a752d.json similarity index 51% rename from 6266/data/test-cases/fe5a98129e4094c5.json rename to 6291/data/test-cases/908649f26a0a752d.json index 721d23d9a66..40128873a9d 100644 --- a/6266/data/test-cases/fe5a98129e4094c5.json +++ b/6291/data/test-cases/908649f26a0a752d.json @@ -1 +1 @@ -{"uid":"fe5a98129e4094c5","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":1706101762915,"stop":1706101762915,"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":108,"unknown":0,"total":108},"items":[{"uid":"20f7f4039d83cf8a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/20f7f4039d83cf8a","status":"passed","time":{"start":1706101681219,"stop":1706101681219,"duration":0}},{"uid":"87bd4cb93830efed","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/87bd4cb93830efed","status":"passed","time":{"start":1706101560069,"stop":1706101560069,"duration":0}},{"uid":"969fe46b49a055cf","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/969fe46b49a055cf","status":"passed","time":{"start":1706101005377,"stop":1706101005377,"duration":0}},{"uid":"f9292c10f91e04a8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f9292c10f91e04a8","status":"passed","time":{"start":1706100764374,"stop":1706100764375,"duration":1}},{"uid":"9a892e7c1584c361","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/9a892e7c1584c361","status":"passed","time":{"start":1706100038723,"stop":1706100038723,"duration":0}},{"uid":"c80fad9e0810c845","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c80fad9e0810c845","status":"passed","time":{"start":1706099331420,"stop":1706099331420,"duration":0}},{"uid":"91708d4ba2100936","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/91708d4ba2100936","status":"passed","time":{"start":1706077763478,"stop":1706077763478,"duration":0}},{"uid":"440d687fd4b1ef71","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/440d687fd4b1ef71","status":"passed","time":{"start":1706069851601,"stop":1706069851602,"duration":1}},{"uid":"9002103d0b731eee","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/9002103d0b731eee","status":"passed","time":{"start":1705950568425,"stop":1705950568426,"duration":1}},{"uid":"5358d9c6054da229","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5358d9c6054da229","status":"passed","time":{"start":1705938368694,"stop":1705938368695,"duration":1}},{"uid":"3e1626b454dac098","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/3e1626b454dac098","status":"passed","time":{"start":1705913514589,"stop":1705913514589,"duration":0}},{"uid":"bb5b1697fd58e880","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/bb5b1697fd58e880","status":"passed","time":{"start":1705913059027,"stop":1705913059028,"duration":1}},{"uid":"3e831159da90128d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3e831159da90128d","status":"passed","time":{"start":1705912433755,"stop":1705912433755,"duration":0}},{"uid":"7929ba76e689c222","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7929ba76e689c222","status":"passed","time":{"start":1705911614633,"stop":1705911614633,"duration":0}},{"uid":"b4176025f665108b","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b4176025f665108b","status":"passed","time":{"start":1705698824919,"stop":1705698824919,"duration":0}},{"uid":"34a1df54b0fdecce","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/34a1df54b0fdecce","status":"passed","time":{"start":1705687549293,"stop":1705687549293,"duration":0}},{"uid":"13b7eaf1ef3c02b2","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/13b7eaf1ef3c02b2","status":"passed","time":{"start":1705687455028,"stop":1705687455028,"duration":0}},{"uid":"77603c8b121eb70b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/77603c8b121eb70b","status":"passed","time":{"start":1705681714514,"stop":1705681714514,"duration":0}},{"uid":"4dc6c5bb03ade711","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4dc6c5bb03ade711","status":"passed","time":{"start":1705680280960,"stop":1705680280960,"duration":0}},{"uid":"94f28baa4f3e3d17","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/94f28baa4f3e3d17","status":"passed","time":{"start":1705678144797,"stop":1705678144797,"duration":0}}]},"tags":[]},"source":"fe5a98129e4094c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"908649f26a0a752d","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":1706619030046,"stop":1706619030046,"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":2,"unknown":0,"total":2},"items":[{"uid":"31d1ed7a1a566a71","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/31d1ed7a1a566a71","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"tags":[]},"source":"908649f26a0a752d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9128a13d7951eb44.json b/6291/data/test-cases/9128a13d7951eb44.json new file mode 100644 index 00000000000..b97180e2df9 --- /dev/null +++ b/6291/data/test-cases/9128a13d7951eb44.json @@ -0,0 +1 @@ +{"uid":"9128a13d7951eb44","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":1706619017483,"stop":1706619017483,"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":2,"unknown":0,"total":2},"items":[{"uid":"364dc46f697f5904","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/364dc46f697f5904","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"tags":[]},"source":"9128a13d7951eb44.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/df17ee7f2e9cc21f.json b/6291/data/test-cases/9168dbdae3612f71.json similarity index 69% rename from 6266/data/test-cases/df17ee7f2e9cc21f.json rename to 6291/data/test-cases/9168dbdae3612f71.json index 96f8b89e1a1..0d06495220c 100644 --- a/6266/data/test-cases/df17ee7f2e9cc21f.json +++ b/6291/data/test-cases/9168dbdae3612f71.json @@ -1 +1 @@ -{"uid":"df17ee7f2e9cc21f","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":1706101414342,"stop":1706101414343,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"1fa6c92c841e96f6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1fa6c92c841e96f6","status":"passed","time":{"start":1706101310169,"stop":1706101310171,"duration":2}},{"uid":"efc1c1311fb87a1f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/efc1c1311fb87a1f","status":"passed","time":{"start":1706101205581,"stop":1706101205582,"duration":1}},{"uid":"c4ddaf3adc101d00","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c4ddaf3adc101d00","status":"passed","time":{"start":1706100409426,"stop":1706100409426,"duration":0}},{"uid":"46cc434480c94d1d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/46cc434480c94d1d","status":"passed","time":{"start":1706098983597,"stop":1706098983598,"duration":1}},{"uid":"fcf22276dd9bc3d6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fcf22276dd9bc3d6","status":"passed","time":{"start":1705681361922,"stop":1705681361923,"duration":1}},{"uid":"5b755b1ab4b8e35c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5b755b1ab4b8e35c","status":"passed","time":{"start":1705680056537,"stop":1705680056537,"duration":0}},{"uid":"2e8d192a167c6a77","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/2e8d192a167c6a77","status":"passed","time":{"start":1705666820271,"stop":1705666820271,"duration":0}},{"uid":"ae67cb37400c567f","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/ae67cb37400c567f","status":"passed","time":{"start":1705526830780,"stop":1705526830782,"duration":2}}]},"tags":[]},"source":"df17ee7f2e9cc21f.json","parameterValues":[]} \ No newline at end of file +{"uid":"9168dbdae3612f71","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":1706618624271,"stop":1706618624271,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"e20e8fd86b1fdbdd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e20e8fd86b1fdbdd","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"tags":[]},"source":"9168dbdae3612f71.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/91767ca715ddc24c.json b/6291/data/test-cases/91767ca715ddc24c.json new file mode 100644 index 00000000000..de8d821ff70 --- /dev/null +++ b/6291/data/test-cases/91767ca715ddc24c.json @@ -0,0 +1 @@ +{"uid":"91767ca715ddc24c","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":1706618389062,"stop":1706618389062,"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":2,"unknown":0,"total":2},"items":[{"uid":"486d29a27961e42e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/486d29a27961e42e","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"tags":[]},"source":"91767ca715ddc24c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/91b0fe0b69e1e3a8.json b/6291/data/test-cases/91b0fe0b69e1e3a8.json new file mode 100644 index 00000000000..3a7dd7e4d85 --- /dev/null +++ b/6291/data/test-cases/91b0fe0b69e1e3a8.json @@ -0,0 +1 @@ +{"uid":"91b0fe0b69e1e3a8","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":1706618366256,"stop":1706618366258,"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":2,"unknown":0,"total":2},"items":[{"uid":"ac64f7b2f0d9c7a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac64f7b2f0d9c7a3","status":"passed","time":{"start":1706618156703,"stop":1706618156705,"duration":2}}]},"tags":[]},"source":"91b0fe0b69e1e3a8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/91bd029a0386ff02.json b/6291/data/test-cases/91bd029a0386ff02.json new file mode 100644 index 00000000000..10c68e41467 --- /dev/null +++ b/6291/data/test-cases/91bd029a0386ff02.json @@ -0,0 +1 @@ +{"uid":"91bd029a0386ff02","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":1706618371921,"stop":1706618371922,"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":2,"unknown":0,"total":2},"items":[{"uid":"6c09ba80b45b7da3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c09ba80b45b7da3","status":"passed","time":{"start":1706618164512,"stop":1706618164513,"duration":1}}]},"tags":[]},"source":"91bd029a0386ff02.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2df6f1e5a972b037.json b/6291/data/test-cases/91d2bfc4296cde54.json similarity index 94% rename from 6266/data/test-cases/2df6f1e5a972b037.json rename to 6291/data/test-cases/91d2bfc4296cde54.json index a2d1cb04e95..4c560f44f94 100644 --- a/6266/data/test-cases/2df6f1e5a972b037.json +++ b/6291/data/test-cases/91d2bfc4296cde54.json @@ -1 +1 @@ -{"uid":"2df6f1e5a972b037","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":1706101757820,"stop":1706101757823,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"7abed0ee5593fa3b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7abed0ee5593fa3b","status":"passed","time":{"start":1706101680226,"stop":1706101680226,"duration":0}},{"uid":"a3f82edda1ee8390","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a3f82edda1ee8390","status":"passed","time":{"start":1706101549598,"stop":1706101549598,"duration":0}},{"uid":"21931969caac530f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/21931969caac530f","status":"passed","time":{"start":1706100770595,"stop":1706100770595,"duration":0}},{"uid":"5b4069f330019975","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5b4069f330019975","status":"passed","time":{"start":1706099342669,"stop":1706099342669,"duration":0}},{"uid":"a676baee467c50fa","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a676baee467c50fa","status":"passed","time":{"start":1705681713141,"stop":1705681713141,"duration":0}}]},"tags":[]},"source":"2df6f1e5a972b037.json","parameterValues":[]} \ No newline at end of file +{"uid":"91d2bfc4296cde54","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":1706618996190,"stop":1706618996190,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"5f410ca955194971","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f410ca955194971","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"tags":[]},"source":"91d2bfc4296cde54.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/91db5b0d6331013.json b/6291/data/test-cases/91db5b0d6331013.json new file mode 100644 index 00000000000..fbc9912cf91 --- /dev/null +++ b/6291/data/test-cases/91db5b0d6331013.json @@ -0,0 +1 @@ +{"uid":"91db5b0d6331013","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":1706619033644,"stop":1706619033645,"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":2,"unknown":0,"total":2},"items":[{"uid":"52254539879975fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/52254539879975fa","status":"passed","time":{"start":1706618794314,"stop":1706618794314,"duration":0}}]},"tags":[]},"source":"91db5b0d6331013.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a32d6024008577c3.json b/6291/data/test-cases/91e840908c0272b4.json similarity index 56% rename from 6266/data/test-cases/a32d6024008577c3.json rename to 6291/data/test-cases/91e840908c0272b4.json index 8022945fa52..0f7aac74398 100644 --- a/6266/data/test-cases/a32d6024008577c3.json +++ b/6291/data/test-cases/91e840908c0272b4.json @@ -1 +1 @@ -{"uid":"a32d6024008577c3","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > isConnected should return false after all peers disconnect","historyId":"4ba9bcb21a6e15a10bf7c7d33b828254:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101227417,"stop":1706101227418,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","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":103,"unknown":0,"total":103},"items":[{"uid":"b8abdda881a28136","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b8abdda881a28136","status":"passed","time":{"start":1706101125147,"stop":1706101125148,"duration":1}},{"uid":"f63d3cd214e2fc9b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f63d3cd214e2fc9b","status":"passed","time":{"start":1706101015833,"stop":1706101015833,"duration":0}},{"uid":"5dd633d8b3fd333f","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5dd633d8b3fd333f","status":"passed","time":{"start":1706100852804,"stop":1706100852805,"duration":1}},{"uid":"e9c6fbbfb24f8717","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e9c6fbbfb24f8717","status":"passed","time":{"start":1706100223321,"stop":1706100223321,"duration":0}},{"uid":"da5e325d31651455","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/da5e325d31651455","status":"passed","time":{"start":1706099883685,"stop":1706099883685,"duration":0}},{"uid":"76f4f97f3607817c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/76f4f97f3607817c","status":"passed","time":{"start":1706098811155,"stop":1706098811155,"duration":0}},{"uid":"8669ac46f4134df2","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/8669ac46f4134df2","status":"passed","time":{"start":1706077610801,"stop":1706077610802,"duration":1}},{"uid":"b2dde75b98214f60","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b2dde75b98214f60","status":"passed","time":{"start":1706069699148,"stop":1706069699149,"duration":1}},{"uid":"15e10cd8b6baa74c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/15e10cd8b6baa74c","status":"passed","time":{"start":1705950407394,"stop":1705950407394,"duration":0}},{"uid":"f68b4acd2f27fc37","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f68b4acd2f27fc37","status":"passed","time":{"start":1705938212317,"stop":1705938212318,"duration":1}},{"uid":"ff6b91dd43bbd3dc","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ff6b91dd43bbd3dc","status":"passed","time":{"start":1705913348501,"stop":1705913348503,"duration":2}},{"uid":"9240fd3208b53e25","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/9240fd3208b53e25","status":"passed","time":{"start":1705912893445,"stop":1705912893445,"duration":0}},{"uid":"c21f222c4f39c189","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c21f222c4f39c189","status":"passed","time":{"start":1705912281006,"stop":1705912281006,"duration":0}},{"uid":"503a350d5bac8323","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/503a350d5bac8323","status":"passed","time":{"start":1705911462872,"stop":1705911462879,"duration":7}},{"uid":"55d13c8599fd416c","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/55d13c8599fd416c","status":"passed","time":{"start":1705698669794,"stop":1705698669795,"duration":1}},{"uid":"f86d3f923538c46b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/f86d3f923538c46b","status":"passed","time":{"start":1705687379923,"stop":1705687379924,"duration":1}},{"uid":"c7417cde3a0ad0dc","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c7417cde3a0ad0dc","status":"passed","time":{"start":1705687301611,"stop":1705687301611,"duration":0}},{"uid":"2efe6b6ec88a1958","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2efe6b6ec88a1958","status":"passed","time":{"start":1705681179659,"stop":1705681179659,"duration":0}},{"uid":"afb284ed3f0cd1a6","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/afb284ed3f0cd1a6","status":"passed","time":{"start":1705679931689,"stop":1705679931689,"duration":0}},{"uid":"5e2e2c1c50be5527","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/5e2e2c1c50be5527","status":"passed","time":{"start":1705677992184,"stop":1705677992184,"duration":0}}]},"tags":[]},"source":"a32d6024008577c3.json","parameterValues":[]} \ No newline at end of file +{"uid":"91e840908c0272b4","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > isConnected should return false after all peers disconnect","historyId":"4ba9bcb21a6e15a10bf7c7d33b828254:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","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":2,"unknown":0,"total":2},"items":[{"uid":"aa3d2f6654f42bbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa3d2f6654f42bbb","status":"passed","time":{"start":1706618246653,"stop":1706618246654,"duration":1}}]},"tags":[]},"source":"91e840908c0272b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ce2351a782e35293.json b/6291/data/test-cases/91f69803f3ccefb4.json similarity index 74% rename from 6266/data/test-cases/ce2351a782e35293.json rename to 6291/data/test-cases/91f69803f3ccefb4.json index 325cb6360cd..edfbd2d5777 100644 --- a/6266/data/test-cases/ce2351a782e35293.json +++ b/6291/data/test-cases/91f69803f3ccefb4.json @@ -1 +1 @@ -{"uid":"ce2351a782e35293","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":1706101545975,"stop":1706101545978,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"67ff0c9a5642999b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/67ff0c9a5642999b","status":"passed","time":{"start":1706101432554,"stop":1706101432555,"duration":1}},{"uid":"3c15f8040babf2d2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3c15f8040babf2d2","status":"passed","time":{"start":1706101317716,"stop":1706101317716,"duration":0}},{"uid":"571f4ea5dc0e5ccf","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/571f4ea5dc0e5ccf","status":"passed","time":{"start":1706100939719,"stop":1706100939720,"duration":1}},{"uid":"519f622b496c7ed6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/519f622b496c7ed6","status":"passed","time":{"start":1706100525079,"stop":1706100525079,"duration":0}},{"uid":"f947a055018d1880","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f947a055018d1880","status":"passed","time":{"start":1706099965690,"stop":1706099965691,"duration":1}},{"uid":"25557c15e910e331","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/25557c15e910e331","status":"passed","time":{"start":1706099111453,"stop":1706099111454,"duration":1}},{"uid":"19351c84c92e7210","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/19351c84c92e7210","status":"passed","time":{"start":1706077695293,"stop":1706077695294,"duration":1}},{"uid":"601b5adb5802e0a6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/601b5adb5802e0a6","status":"passed","time":{"start":1706069776809,"stop":1706069776810,"duration":1}},{"uid":"64c00fc59250da84","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/64c00fc59250da84","status":"passed","time":{"start":1705950492108,"stop":1705950492108,"duration":0}},{"uid":"63bf051a6ac470cf","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/63bf051a6ac470cf","status":"passed","time":{"start":1705938291944,"stop":1705938291944,"duration":0}},{"uid":"2b9f04e0876ede79","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2b9f04e0876ede79","status":"passed","time":{"start":1705913434722,"stop":1705913434723,"duration":1}},{"uid":"330334fe518ef9d8","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/330334fe518ef9d8","status":"passed","time":{"start":1705912976668,"stop":1705912976668,"duration":0}},{"uid":"6258b106ebe327f9","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6258b106ebe327f9","status":"passed","time":{"start":1705912362846,"stop":1705912362846,"duration":0}},{"uid":"5b64077337729c5d","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/5b64077337729c5d","status":"passed","time":{"start":1705911541676,"stop":1705911541677,"duration":1}},{"uid":"486e61c0c401bfb4","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/486e61c0c401bfb4","status":"passed","time":{"start":1705698743487,"stop":1705698743487,"duration":0}},{"uid":"c333f4812e3a4823","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c333f4812e3a4823","status":"passed","time":{"start":1705687470581,"stop":1705687470582,"duration":1}},{"uid":"b358cd3ee462f774","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/b358cd3ee462f774","status":"passed","time":{"start":1705687378214,"stop":1705687378216,"duration":2}},{"uid":"ac7d074cbf1db2d0","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ac7d074cbf1db2d0","status":"passed","time":{"start":1705681472171,"stop":1705681472171,"duration":0}},{"uid":"d8c34e8bd82715a7","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/d8c34e8bd82715a7","status":"passed","time":{"start":1705680122019,"stop":1705680122020,"duration":1}},{"uid":"193f24fd24a903f5","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/193f24fd24a903f5","status":"passed","time":{"start":1705678077086,"stop":1705678077087,"duration":1}}]},"tags":[]},"source":"ce2351a782e35293.json","parameterValues":[]} \ No newline at end of file +{"uid":"91f69803f3ccefb4","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":1706618871333,"stop":1706618871333,"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":2,"unknown":0,"total":2},"items":[{"uid":"72ceb28cd1eb1759","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72ceb28cd1eb1759","status":"passed","time":{"start":1706618685093,"stop":1706618685093,"duration":0}}]},"tags":[]},"source":"91f69803f3ccefb4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e7c9cd58738f865e.json b/6291/data/test-cases/91fb0d5e01db346f.json similarity index 51% rename from 6266/data/test-cases/e7c9cd58738f865e.json rename to 6291/data/test-cases/91fb0d5e01db346f.json index 9d095e0c77b..0bf73b2b01f 100644 --- a/6266/data/test-cases/e7c9cd58738f865e.json +++ b/6291/data/test-cases/91fb0d5e01db346f.json @@ -1 +1 @@ -{"uid":"e7c9cd58738f865e","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":1706101214345,"stop":1706101214346,"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":108,"unknown":0,"total":108},"items":[{"uid":"378abf15247ce0fa","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/378abf15247ce0fa","status":"passed","time":{"start":1706101097988,"stop":1706101097990,"duration":2}},{"uid":"617715a7311898b4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/617715a7311898b4","status":"passed","time":{"start":1706100993718,"stop":1706100993719,"duration":1}},{"uid":"1d1d2f8226a21f2b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1d1d2f8226a21f2b","status":"passed","time":{"start":1706100835935,"stop":1706100835936,"duration":1}},{"uid":"f2e1fc6cf453b857","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f2e1fc6cf453b857","status":"passed","time":{"start":1706100195793,"stop":1706100195795,"duration":2}},{"uid":"4ec8d52ca1cdc6c8","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4ec8d52ca1cdc6c8","status":"passed","time":{"start":1706099862705,"stop":1706099862707,"duration":2}},{"uid":"3ee92f7195bf0fb5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3ee92f7195bf0fb5","status":"passed","time":{"start":1706098782048,"stop":1706098782049,"duration":1}},{"uid":"b8584e4dc7e130e8","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b8584e4dc7e130e8","status":"passed","time":{"start":1706077596406,"stop":1706077596406,"duration":0}},{"uid":"27cd49c12375cc47","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/27cd49c12375cc47","status":"passed","time":{"start":1706069680761,"stop":1706069680761,"duration":0}},{"uid":"9fd0b07180af9290","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/9fd0b07180af9290","status":"passed","time":{"start":1705950391578,"stop":1705950391579,"duration":1}},{"uid":"9059c450e81d9c85","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/9059c450e81d9c85","status":"passed","time":{"start":1705938203364,"stop":1705938203365,"duration":1}},{"uid":"2163ea3887a326f9","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2163ea3887a326f9","status":"passed","time":{"start":1705913327171,"stop":1705913327172,"duration":1}},{"uid":"1d6d4580035d1db2","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1d6d4580035d1db2","status":"passed","time":{"start":1705912876915,"stop":1705912876916,"duration":1}},{"uid":"267944f37731906c","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/267944f37731906c","status":"passed","time":{"start":1705912273795,"stop":1705912273796,"duration":1}},{"uid":"66c81d26ca9c7d6","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/66c81d26ca9c7d6","status":"passed","time":{"start":1705911446419,"stop":1705911446419,"duration":0}},{"uid":"55db1a4a71fd5afe","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/55db1a4a71fd5afe","status":"passed","time":{"start":1705698651181,"stop":1705698651182,"duration":1}},{"uid":"16cf9dcedf0a8c22","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/16cf9dcedf0a8c22","status":"passed","time":{"start":1705687354886,"stop":1705687354890,"duration":4}},{"uid":"5f474639543bf5ef","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/5f474639543bf5ef","status":"passed","time":{"start":1705687277692,"stop":1705687277694,"duration":2}},{"uid":"eeec6e9048fe3caa","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/eeec6e9048fe3caa","status":"passed","time":{"start":1705681150016,"stop":1705681150018,"duration":2}},{"uid":"e09021be408dec5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e09021be408dec5","status":"passed","time":{"start":1705679898620,"stop":1705679898622,"duration":2}},{"uid":"139a7c6dee7c6ef9","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/139a7c6dee7c6ef9","status":"passed","time":{"start":1705677972779,"stop":1705677972781,"duration":2}}]},"tags":[]},"source":"e7c9cd58738f865e.json","parameterValues":[]} \ No newline at end of file +{"uid":"91fb0d5e01db346f","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":1706618424939,"stop":1706618424941,"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":2,"unknown":0,"total":2},"items":[{"uid":"d86cdfcdcd87063c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d86cdfcdcd87063c","status":"passed","time":{"start":1706618216085,"stop":1706618216088,"duration":3}}]},"tags":[]},"source":"91fb0d5e01db346f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/10798ef6f83505e2.json b/6291/data/test-cases/92558b19b5cde6b1.json similarity index 75% rename from 6266/data/test-cases/10798ef6f83505e2.json rename to 6291/data/test-cases/92558b19b5cde6b1.json index 85f203d8ae1..e26b8681b53 100644 --- a/6266/data/test-cases/10798ef6f83505e2.json +++ b/6291/data/test-cases/92558b19b5cde6b1.json @@ -1 +1 @@ -{"uid":"10798ef6f83505e2","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":1706101369638,"stop":1706101369639,"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":64,"passed":0,"unknown":0,"total":64},"items":[{"uid":"412769c7f77de2a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/412769c7f77de2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101264988,"stop":1706101264988,"duration":0}},{"uid":"d0c043238e8408c1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/d0c043238e8408c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101143283,"stop":1706101143283,"duration":0}},{"uid":"6908b0c1491d7d1a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/6908b0c1491d7d1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100932553,"stop":1706100932553,"duration":0}},{"uid":"2f4e5a09c54a0485","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2f4e5a09c54a0485","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100355788,"stop":1706100355788,"duration":0}},{"uid":"56ef754cb0c9df0d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/56ef754cb0c9df0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099967131,"stop":1706099967131,"duration":0}},{"uid":"9cb9eba61276b5d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9cb9eba61276b5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706098945340,"stop":1706098945340,"duration":0}},{"uid":"557747cb167d0bdf","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/557747cb167d0bdf","status":"skipped","statusDetails":"Test ignored","time":{"start":1706077698161,"stop":1706077698161,"duration":0}},{"uid":"a4654683318ff68b","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a4654683318ff68b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706069781891,"stop":1706069781891,"duration":0}},{"uid":"e4ede7d68ec9dcb9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e4ede7d68ec9dcb9","status":"skipped","statusDetails":"Test ignored","time":{"start":1705950488319,"stop":1705950488319,"duration":0}},{"uid":"ee9af97e7c99d1b9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/ee9af97e7c99d1b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1705938293072,"stop":1705938293072,"duration":0}},{"uid":"270b838744190769","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/270b838744190769","status":"skipped","statusDetails":"Test ignored","time":{"start":1705913430297,"stop":1705913430297,"duration":0}},{"uid":"cc1191d84169d082","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/cc1191d84169d082","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912976208,"stop":1705912976209,"duration":1}},{"uid":"e86712f19cf81515","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/e86712f19cf81515","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912363771,"stop":1705912363772,"duration":1}},{"uid":"c09a6f7b7fbe91ea","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/c09a6f7b7fbe91ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1705911543463,"stop":1705911543463,"duration":0}},{"uid":"794cc5e49aba5e53","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/794cc5e49aba5e53","status":"skipped","statusDetails":"Test ignored","time":{"start":1705698754002,"stop":1705698754002,"duration":0}},{"uid":"80e1419c54d5eddc","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/80e1419c54d5eddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687466272,"stop":1705687466272,"duration":0}},{"uid":"c622a95f06426fd","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c622a95f06426fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1705687381587,"stop":1705687381587,"duration":0}},{"uid":"f3e7d535fa63bac8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f3e7d535fa63bac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1705681326976,"stop":1705681326977,"duration":1}},{"uid":"a6134e2a42074c2b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/a6134e2a42074c2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1705678076955,"stop":1705678076956,"duration":1}},{"uid":"c7484757599e1af6","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/c7484757599e1af6","status":"skipped","statusDetails":"Test ignored","time":{"start":1705677999872,"stop":1705677999872,"duration":0}}]},"tags":[]},"source":"10798ef6f83505e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"92558b19b5cde6b1","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":1706618580263,"stop":1706618580263,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"966ac2c001d1347d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/966ac2c001d1347d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380687,"stop":1706618380687,"duration":0}}]},"tags":[]},"source":"92558b19b5cde6b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/92a6072d6a12e2b.json b/6291/data/test-cases/92a6072d6a12e2b.json new file mode 100644 index 00000000000..b8fd8cbceb3 --- /dev/null +++ b/6291/data/test-cases/92a6072d6a12e2b.json @@ -0,0 +1 @@ +{"uid":"92a6072d6a12e2b","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":1706618496641,"stop":1706618496641,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"8ed40032605ee7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ed40032605ee7b1","status":"passed","time":{"start":1706618285307,"stop":1706618285307,"duration":0}}]},"tags":[]},"source":"92a6072d6a12e2b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/92d3dc44dc1bac29.json b/6291/data/test-cases/92d3dc44dc1bac29.json new file mode 100644 index 00000000000..3dd10c00136 --- /dev/null +++ b/6291/data/test-cases/92d3dc44dc1bac29.json @@ -0,0 +1 @@ +{"uid":"92d3dc44dc1bac29","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":1706618424947,"stop":1706618424948,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"3a003b88159c0e70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a003b88159c0e70","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216100,"stop":1706618216100,"duration":0}}]},"tags":[]},"source":"92d3dc44dc1bac29.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fe9de97eb229f8fb.json b/6291/data/test-cases/93412407bd33ba1c.json similarity index 95% rename from 6266/data/test-cases/fe9de97eb229f8fb.json rename to 6291/data/test-cases/93412407bd33ba1c.json index d5122e3ea53..e5165b1ed9b 100644 --- a/6266/data/test-cases/fe9de97eb229f8fb.json +++ b/6291/data/test-cases/93412407bd33ba1c.json @@ -1 +1 @@ -{"uid":"fe9de97eb229f8fb","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":1706101757836,"stop":1706101757837,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"2b45196cb0658878","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2b45196cb0658878","status":"passed","time":{"start":1706101680230,"stop":1706101680230,"duration":0}},{"uid":"5134ba1551c9c14c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5134ba1551c9c14c","status":"passed","time":{"start":1706101549604,"stop":1706101549605,"duration":1}},{"uid":"514d528069a14ce6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/514d528069a14ce6","status":"passed","time":{"start":1706100770601,"stop":1706100770601,"duration":0}},{"uid":"8b980613606f040a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/8b980613606f040a","status":"passed","time":{"start":1706099342673,"stop":1706099342674,"duration":1}},{"uid":"71800fdebff318ba","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/71800fdebff318ba","status":"passed","time":{"start":1705681713147,"stop":1705681713148,"duration":1}}]},"tags":[]},"source":"fe9de97eb229f8fb.json","parameterValues":[]} \ No newline at end of file +{"uid":"93412407bd33ba1c","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":1706618996197,"stop":1706618996198,"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":2,"unknown":0,"total":2},"items":[{"uid":"3e80dc4c06345f89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3e80dc4c06345f89","status":"passed","time":{"start":1706618797768,"stop":1706618797768,"duration":0}}]},"tags":[]},"source":"93412407bd33ba1c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/93aa5aa3e533e4e7.json b/6291/data/test-cases/93aa5aa3e533e4e7.json new file mode 100644 index 00000000000..9742cfa6af4 --- /dev/null +++ b/6291/data/test-cases/93aa5aa3e533e4e7.json @@ -0,0 +1 @@ +{"uid":"93aa5aa3e533e4e7","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":1706618496635,"stop":1706618496637,"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: 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":2,"unknown":0,"total":2},"items":[{"uid":"f0dd5d4b9e6bc94b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0dd5d4b9e6bc94b","status":"passed","time":{"start":1706618285302,"stop":1706618285303,"duration":1}}]},"tags":[]},"source":"93aa5aa3e533e4e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/94ccb832a0c134a0.json b/6291/data/test-cases/94ccb832a0c134a0.json new file mode 100644 index 00000000000..ebd2dae94fb --- /dev/null +++ b/6291/data/test-cases/94ccb832a0c134a0.json @@ -0,0 +1 @@ +{"uid":"94ccb832a0c134a0","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Events > peer:disconnect > isConnected should return false after all peers disconnect","historyId":"87464f5f5d0934d0319b584410e52f1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454362,"stop":1706618454363,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Events"},{"name":"subSuite","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":2,"unknown":0,"total":2},"items":[{"uid":"1d5aaf368c6c3492","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d5aaf368c6c3492","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"tags":[]},"source":"94ccb832a0c134a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2760b292a85ac958.json b/6291/data/test-cases/94e9b537cf8985f0.json similarity index 88% rename from 6266/data/test-cases/2760b292a85ac958.json rename to 6291/data/test-cases/94e9b537cf8985f0.json index 718ee160d28..9e72da31820 100644 --- a/6266/data/test-cases/2760b292a85ac958.json +++ b/6291/data/test-cases/94e9b537cf8985f0.json @@ -1 +1 @@ -{"uid":"2760b292a85ac958","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":1706101792220,"stop":1706101792220,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"7df028b6d2863156","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7df028b6d2863156","status":"passed","time":{"start":1706101709064,"stop":1706101709064,"duration":0}},{"uid":"f1cca9956b7c07f5","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f1cca9956b7c07f5","status":"passed","time":{"start":1706101584050,"stop":1706101584050,"duration":0}},{"uid":"81312af0ecfc1fc0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/81312af0ecfc1fc0","status":"passed","time":{"start":1706100800538,"stop":1706100800538,"duration":0}},{"uid":"942a8f360765386f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/942a8f360765386f","status":"passed","time":{"start":1706099377050,"stop":1706099377050,"duration":0}},{"uid":"8207d65542452299","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8207d65542452299","status":"passed","time":{"start":1705681745210,"stop":1705681745210,"duration":0}},{"uid":"dafd5e483b39cc60","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/dafd5e483b39cc60","status":"passed","time":{"start":1705680374214,"stop":1705680374214,"duration":0}},{"uid":"a64834bcd52f023b","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a64834bcd52f023b","status":"passed","time":{"start":1705667089489,"stop":1705667089489,"duration":0}},{"uid":"aad5f7f07a5d87fd","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/aad5f7f07a5d87fd","status":"passed","time":{"start":1705521364829,"stop":1705521364829,"duration":0}},{"uid":"9e50cd1539b607b1","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/9e50cd1539b607b1","status":"passed","time":{"start":1705520531879,"stop":1705520531879,"duration":0}},{"uid":"122680d8766e5a03","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/122680d8766e5a03","status":"passed","time":{"start":1705502591742,"stop":1705502591742,"duration":0}}]},"tags":[]},"source":"2760b292a85ac958.json","parameterValues":[]} \ No newline at end of file +{"uid":"94e9b537cf8985f0","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":1706619029142,"stop":1706619029142,"duration":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}],"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}],"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":[],"tags":[]},"source":"94e9b537cf8985f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1a006fc0ca6e55.json b/6291/data/test-cases/9566c8c0774d8ebe.json similarity index 75% rename from 6266/data/test-cases/1a006fc0ca6e55.json rename to 6291/data/test-cases/9566c8c0774d8ebe.json index 1cf8c4eee05..1ec0eaf65e2 100644 --- a/6266/data/test-cases/1a006fc0ca6e55.json +++ b/6291/data/test-cases/9566c8c0774d8ebe.json @@ -1 +1 @@ -{"uid":"1a006fc0ca6e55","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":1706101530701,"stop":1706101530703,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"727ce1e02000766f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/727ce1e02000766f","status":"passed","time":{"start":1706101419603,"stop":1706101419603,"duration":0}},{"uid":"6c074b4a2b85a654","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6c074b4a2b85a654","status":"passed","time":{"start":1706101305312,"stop":1706101305312,"duration":0}},{"uid":"860b21d591194506","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/860b21d591194506","status":"passed","time":{"start":1706100931200,"stop":1706100931200,"duration":0}},{"uid":"51be90b231535ee","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/51be90b231535ee","status":"passed","time":{"start":1706100510898,"stop":1706100510898,"duration":0}},{"uid":"70c78eab54ffff62","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/70c78eab54ffff62","status":"passed","time":{"start":1706099960905,"stop":1706099960905,"duration":0}},{"uid":"6b59086e2dfb38a3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6b59086e2dfb38a3","status":"passed","time":{"start":1706099096973,"stop":1706099096973,"duration":0}},{"uid":"84c4e97a758e9b5a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/84c4e97a758e9b5a","status":"passed","time":{"start":1706077690005,"stop":1706077690005,"duration":0}},{"uid":"cde991fbf1f8f9f3","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/cde991fbf1f8f9f3","status":"passed","time":{"start":1706069780781,"stop":1706069780781,"duration":0}},{"uid":"335335f6427a76d6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/335335f6427a76d6","status":"passed","time":{"start":1705950480125,"stop":1705950480125,"duration":0}},{"uid":"842d5c3d674a1ee3","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/842d5c3d674a1ee3","status":"passed","time":{"start":1705938289249,"stop":1705938289250,"duration":1}},{"uid":"9f384f6179dfe671","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9f384f6179dfe671","status":"passed","time":{"start":1705913424145,"stop":1705913424145,"duration":0}},{"uid":"bc3761fc08a7f5c0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/bc3761fc08a7f5c0","status":"passed","time":{"start":1705912964607,"stop":1705912964607,"duration":0}},{"uid":"1c6d8dc1eb0d3af3","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/1c6d8dc1eb0d3af3","status":"passed","time":{"start":1705912351014,"stop":1705912351015,"duration":1}},{"uid":"6946164e5ee225fd","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6946164e5ee225fd","status":"passed","time":{"start":1705911533353,"stop":1705911533353,"duration":0}},{"uid":"f259cc2af0e502fc","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f259cc2af0e502fc","status":"passed","time":{"start":1705698747963,"stop":1705698747963,"duration":0}},{"uid":"45ace224e65e22f2","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/45ace224e65e22f2","status":"passed","time":{"start":1705687465942,"stop":1705687465942,"duration":0}},{"uid":"a2c7ee332908e14f","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/a2c7ee332908e14f","status":"passed","time":{"start":1705687367132,"stop":1705687367133,"duration":1}},{"uid":"cfaad29461601bbd","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/cfaad29461601bbd","status":"passed","time":{"start":1705681459375,"stop":1705681459375,"duration":0}},{"uid":"9e4cb048bf1ed146","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9e4cb048bf1ed146","status":"passed","time":{"start":1705680122213,"stop":1705680122216,"duration":3}},{"uid":"ae69c2249810f5a2","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ae69c2249810f5a2","status":"passed","time":{"start":1705678066190,"stop":1705678066190,"duration":0}}]},"tags":[]},"source":"1a006fc0ca6e55.json","parameterValues":[]} \ No newline at end of file +{"uid":"9566c8c0774d8ebe","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":1706618865680,"stop":1706618865680,"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":2,"unknown":0,"total":2},"items":[{"uid":"a9e176988c276cd9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9e176988c276cd9","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"tags":[]},"source":"9566c8c0774d8ebe.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/95eb05e24782422d.json b/6291/data/test-cases/95eb05e24782422d.json new file mode 100644 index 00000000000..d2797060d7c --- /dev/null +++ b/6291/data/test-cases/95eb05e24782422d.json @@ -0,0 +1 @@ +{"uid":"95eb05e24782422d","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":1706619044147,"stop":1706619044147,"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":2,"unknown":0,"total":2},"items":[{"uid":"a37c936cce9e6e31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a37c936cce9e6e31","status":"passed","time":{"start":1706618804663,"stop":1706618804663,"duration":0}}]},"tags":[]},"source":"95eb05e24782422d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9608f106375f94d9.json b/6291/data/test-cases/9608f106375f94d9.json new file mode 100644 index 00000000000..c39dab0b5c9 --- /dev/null +++ b/6291/data/test-cases/9608f106375f94d9.json @@ -0,0 +1 @@ +{"uid":"9608f106375f94d9","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":1706618865692,"stop":1706618865692,"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":"9608f106375f94d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/965c9e3fa15f83d0.json b/6291/data/test-cases/965c9e3fa15f83d0.json new file mode 100644 index 00000000000..7b2594bc722 --- /dev/null +++ b/6291/data/test-cases/965c9e3fa15f83d0.json @@ -0,0 +1 @@ +{"uid":"965c9e3fa15f83d0","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":1706618686999,"stop":1706618687000,"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":2,"unknown":0,"total":2},"items":[{"uid":"7213d6bab0bf82a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7213d6bab0bf82a5","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"tags":[]},"source":"965c9e3fa15f83d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/965dc46e3a3fa392.json b/6291/data/test-cases/965dc46e3a3fa392.json new file mode 100644 index 00000000000..5f8abdaf649 --- /dev/null +++ b/6291/data/test-cases/965dc46e3a3fa392.json @@ -0,0 +1 @@ +{"uid":"965dc46e3a3fa392","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":1706618799830,"stop":1706618799830,"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},{"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},{"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},{"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},{"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":2,"unknown":0,"total":2},"items":[{"uid":"3c9b246b069abc60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c9b246b069abc60","status":"passed","time":{"start":1706618497358,"stop":1706618497359,"duration":1}}]},"tags":[]},"source":"965dc46e3a3fa392.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/968e0db22895b0c.json b/6291/data/test-cases/968e0db22895b0c.json new file mode 100644 index 00000000000..b680712dbb9 --- /dev/null +++ b/6291/data/test-cases/968e0db22895b0c.json @@ -0,0 +1 @@ +{"uid":"968e0db22895b0c","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":1706619033641,"stop":1706619033642,"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":2,"unknown":0,"total":2},"items":[{"uid":"280445ca190e1a11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/280445ca190e1a11","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"tags":[]},"source":"968e0db22895b0c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/263234f648d8129b.json b/6291/data/test-cases/972a742f4f6cb7bc.json similarity index 92% rename from 6266/data/test-cases/263234f648d8129b.json rename to 6291/data/test-cases/972a742f4f6cb7bc.json index 7dce9388795..cdfba8e92ce 100644 --- a/6266/data/test-cases/263234f648d8129b.json +++ b/6291/data/test-cases/972a742f4f6cb7bc.json @@ -1 +1 @@ -{"uid":"263234f648d8129b","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":1706101594016,"stop":1706101594017,"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":9,"unknown":0,"total":9},"items":[{"uid":"1430ad5f743d1cad","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1430ad5f743d1cad","status":"passed","time":{"start":1706101499458,"stop":1706101499459,"duration":1}},{"uid":"ee54dd682e4756b4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ee54dd682e4756b4","status":"passed","time":{"start":1706101380158,"stop":1706101380158,"duration":0}},{"uid":"ec698e5ad1e4ac99","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ec698e5ad1e4ac99","status":"passed","time":{"start":1706100623774,"stop":1706100623774,"duration":0}},{"uid":"477e5b07024cdd7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/477e5b07024cdd7","status":"passed","time":{"start":1706099176294,"stop":1706099176294,"duration":0}},{"uid":"67374b283e03e977","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/67374b283e03e977","status":"passed","time":{"start":1705681544262,"stop":1705681544262,"duration":0}},{"uid":"76d632abe9d2d0c5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/76d632abe9d2d0c5","status":"passed","time":{"start":1705680158911,"stop":1705680158911,"duration":0}},{"uid":"8262cea182d9e524","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8262cea182d9e524","status":"passed","time":{"start":1705666900231,"stop":1705666900231,"duration":0}},{"uid":"e3c1e66667a44560","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/e3c1e66667a44560","status":"passed","time":{"start":1705526887816,"stop":1705526887817,"duration":1}}]},"tags":[]},"source":"263234f648d8129b.json","parameterValues":[]} \ No newline at end of file +{"uid":"972a742f4f6cb7bc","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":1706618858027,"stop":1706618858027,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"17228610690b5b0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17228610690b5b0a","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"tags":[]},"source":"972a742f4f6cb7bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/97bb736e5a4ad57c.json b/6291/data/test-cases/97bb736e5a4ad57c.json new file mode 100644 index 00000000000..1d3644daae3 --- /dev/null +++ b/6291/data/test-cases/97bb736e5a4ad57c.json @@ -0,0 +1 @@ +{"uid":"97bb736e5a4ad57c","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":1706618687005,"stop":1706618687006,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"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":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"1040d78e120bc44e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1040d78e120bc44e","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1706618697339,"stop":1706618697339,"duration":0}}]},"tags":[]},"source":"97bb736e5a4ad57c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/97db4c7bde336149.json b/6291/data/test-cases/97db4c7bde336149.json new file mode 100644 index 00000000000..81759cd179c --- /dev/null +++ b/6291/data/test-cases/97db4c7bde336149.json @@ -0,0 +1 @@ +{"uid":"97db4c7bde336149","name":"Waku message hash computation (payload length 0)","fullName":"/src/lib/message_hash.spec.ts: RFC Test Vectors > Waku message hash computation (payload length 0)","historyId":"8e015f7bae869da90ca6cf2b2f2cc2ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618378315,"stop":1706618378316,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"97db4c7bde336149.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9807a2b8c757ac2.json b/6291/data/test-cases/9807a2b8c757ac2.json new file mode 100644 index 00000000000..215a2e39701 --- /dev/null +++ b/6291/data/test-cases/9807a2b8c757ac2.json @@ -0,0 +1 @@ +{"uid":"9807a2b8c757ac2","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":1706619044147,"stop":1706619044148,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93adbd9f18b3e546","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93adbd9f18b3e546","status":"passed","time":{"start":1706618804663,"stop":1706618804664,"duration":1}}]},"tags":[]},"source":"9807a2b8c757ac2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9840ae91dd081dee.json b/6291/data/test-cases/9840ae91dd081dee.json new file mode 100644 index 00000000000..a17858f9147 --- /dev/null +++ b/6291/data/test-cases/9840ae91dd081dee.json @@ -0,0 +1 @@ +{"uid":"9840ae91dd081dee","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619021207,"stop":1706619021207,"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":2,"unknown":0,"total":2},"items":[{"uid":"625999b58f2ff1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/625999b58f2ff1d","status":"passed","time":{"start":1706618787469,"stop":1706618787469,"duration":0}}]},"tags":[]},"source":"9840ae91dd081dee.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/92b54a05994aa3ad.json b/6291/data/test-cases/98f47160e3e20be2.json similarity index 60% rename from 6266/data/test-cases/92b54a05994aa3ad.json rename to 6291/data/test-cases/98f47160e3e20be2.json index ed025cab4a1..cc0375d122d 100644 --- a/6266/data/test-cases/92b54a05994aa3ad.json +++ b/6291/data/test-cases/98f47160e3e20be2.json @@ -1 +1 @@ -{"uid":"92b54a05994aa3ad","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":1706101626122,"stop":1706101626122,"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":108,"unknown":0,"total":108},"items":[{"uid":"20f31360c1ba4ac4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/20f31360c1ba4ac4","status":"passed","time":{"start":1706101523578,"stop":1706101523578,"duration":0}},{"uid":"215ec641cdcd334b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/215ec641cdcd334b","status":"passed","time":{"start":1706101413560,"stop":1706101413560,"duration":0}},{"uid":"addf360194f5645b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/addf360194f5645b","status":"passed","time":{"start":1706101024932,"stop":1706101024932,"duration":0}},{"uid":"18854ead1c82cec5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/18854ead1c82cec5","status":"passed","time":{"start":1706100628524,"stop":1706100628525,"duration":1}},{"uid":"ed58cb1723472ac2","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ed58cb1723472ac2","status":"passed","time":{"start":1706100054480,"stop":1706100054480,"duration":0}},{"uid":"7246773c5076f4ab","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7246773c5076f4ab","status":"passed","time":{"start":1706099215580,"stop":1706099215581,"duration":1}},{"uid":"58cac96f6607ead0","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/58cac96f6607ead0","status":"passed","time":{"start":1706077780914,"stop":1706077780915,"duration":1}},{"uid":"ef402634470a365c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/ef402634470a365c","status":"passed","time":{"start":1706069865810,"stop":1706069865812,"duration":2}},{"uid":"955af4408ffdc7fa","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/955af4408ffdc7fa","status":"passed","time":{"start":1705950575446,"stop":1705950575446,"duration":0}},{"uid":"909d2d16cdba72b5","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/909d2d16cdba72b5","status":"passed","time":{"start":1705938390884,"stop":1705938390885,"duration":1}},{"uid":"cb73948fa790f1de","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/cb73948fa790f1de","status":"passed","time":{"start":1705913510567,"stop":1705913510567,"duration":0}},{"uid":"d0bd1f768e412d75","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d0bd1f768e412d75","status":"passed","time":{"start":1705913061210,"stop":1705913061210,"duration":0}},{"uid":"b930d25a91eaa7d0","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b930d25a91eaa7d0","status":"passed","time":{"start":1705912454482,"stop":1705912454483,"duration":1}},{"uid":"830d24fa3765999a","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/830d24fa3765999a","status":"passed","time":{"start":1705911628396,"stop":1705911628397,"duration":1}},{"uid":"2edb20d31dcfdb93","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/2edb20d31dcfdb93","status":"passed","time":{"start":1705698833217,"stop":1705698833218,"duration":1}},{"uid":"3b787e3ccde1faf7","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3b787e3ccde1faf7","status":"passed","time":{"start":1705687552275,"stop":1705687552275,"duration":0}},{"uid":"63987541205cbbf8","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/63987541205cbbf8","status":"passed","time":{"start":1705687459035,"stop":1705687459035,"duration":0}},{"uid":"a20b720fb3c9c784","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a20b720fb3c9c784","status":"passed","time":{"start":1705681567906,"stop":1705681567906,"duration":0}},{"uid":"e0acb84238bb877","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e0acb84238bb877","status":"passed","time":{"start":1705680229732,"stop":1705680229733,"duration":1}},{"uid":"cf892354ee8b62ec","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/cf892354ee8b62ec","status":"passed","time":{"start":1705678157503,"stop":1705678157503,"duration":0}}]},"tags":[]},"source":"92b54a05994aa3ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"98f47160e3e20be2","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":1706618909988,"stop":1706618909989,"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":2,"unknown":0,"total":2},"items":[{"uid":"6e8414bb93d83f8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6e8414bb93d83f8c","status":"passed","time":{"start":1706618664768,"stop":1706618664768,"duration":0}}]},"tags":[]},"source":"98f47160e3e20be2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/99304d2880ab66d2.json b/6291/data/test-cases/99304d2880ab66d2.json new file mode 100644 index 00000000000..b6f68782641 --- /dev/null +++ b/6291/data/test-cases/99304d2880ab66d2.json @@ -0,0 +1 @@ +{"uid":"99304d2880ab66d2","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":1706618731292,"stop":1706618731293,"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":2,"unknown":0,"total":2},"items":[{"uid":"ae60cd72a29561c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae60cd72a29561c4","status":"passed","time":{"start":1706618394332,"stop":1706618394332,"duration":0}}]},"tags":[]},"source":"99304d2880ab66d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/99561d27c674278a.json b/6291/data/test-cases/99561d27c674278a.json new file mode 100644 index 00000000000..763e05ed886 --- /dev/null +++ b/6291/data/test-cases/99561d27c674278a.json @@ -0,0 +1 @@ +{"uid":"99561d27c674278a","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":1706618731298,"stop":1706618731298,"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":2,"unknown":0,"total":2},"items":[{"uid":"2de60cead2762d9f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2de60cead2762d9f","status":"passed","time":{"start":1706618394342,"stop":1706618394343,"duration":1}}]},"tags":[]},"source":"99561d27c674278a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9977fa459e23f747.json b/6291/data/test-cases/9977fa459e23f747.json new file mode 100644 index 00000000000..c9b0a60dde1 --- /dev/null +++ b/6291/data/test-cases/9977fa459e23f747.json @@ -0,0 +1 @@ +{"uid":"9977fa459e23f747","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":1706618731288,"stop":1706618731288,"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":2,"unknown":0,"total":2},"items":[{"uid":"d819ffa130a1119d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d819ffa130a1119d","status":"passed","time":{"start":1706618394324,"stop":1706618394324,"duration":0}}]},"tags":[]},"source":"9977fa459e23f747.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fa5480c64164a9a5.json b/6291/data/test-cases/998ea8534508a306.json similarity index 98% rename from 6266/data/test-cases/fa5480c64164a9a5.json rename to 6291/data/test-cases/998ea8534508a306.json index ac23b12f347..2fc0fe8362e 100644 --- a/6266/data/test-cases/fa5480c64164a9a5.json +++ b/6291/data/test-cases/998ea8534508a306.json @@ -1 +1 @@ -{"uid":"fa5480c64164a9a5","name":"Push message with custom timestamp: 1706104941217","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1706104941217","historyId":"d3afd4ab4d5177716694758300e8bae8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101757861,"stop":1706101757862,"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":"fa5480c64164a9a5.json","parameterValues":[]} \ No newline at end of file +{"uid":"998ea8534508a306","name":"Push message with custom timestamp: 1706614980609","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1706614980609","historyId":"3fb72c453823496b84991c1edfc65b93:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618996207,"stop":1706618996207,"duration":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":"998ea8534508a306.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a0cad28665276c47.json b/6291/data/test-cases/99a3463fff272dc8.json similarity index 77% rename from 6266/data/test-cases/a0cad28665276c47.json rename to 6291/data/test-cases/99a3463fff272dc8.json index b18a3ac342f..543d23925b8 100644 --- a/6266/data/test-cases/a0cad28665276c47.json +++ b/6291/data/test-cases/99a3463fff272dc8.json @@ -1 +1 @@ -{"uid":"a0cad28665276c47","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":1706101369614,"stop":1706101369614,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"447f4bca01322409","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/447f4bca01322409","status":"passed","time":{"start":1706101264971,"stop":1706101264972,"duration":1}},{"uid":"a725b649cc8dd3bb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a725b649cc8dd3bb","status":"passed","time":{"start":1706101143269,"stop":1706101143269,"duration":0}},{"uid":"42e2bc93716acf0f","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/42e2bc93716acf0f","status":"passed","time":{"start":1706100932519,"stop":1706100932520,"duration":1}},{"uid":"c6d6a8600d6ac84","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c6d6a8600d6ac84","status":"passed","time":{"start":1706100355766,"stop":1706100355771,"duration":5}},{"uid":"30f9fc7441caec29","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/30f9fc7441caec29","status":"passed","time":{"start":1706099967097,"stop":1706099967097,"duration":0}},{"uid":"f0940c25cc94326c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f0940c25cc94326c","status":"passed","time":{"start":1706098945317,"stop":1706098945317,"duration":0}},{"uid":"c027a546c83857b1","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/c027a546c83857b1","status":"passed","time":{"start":1706077698139,"stop":1706077698139,"duration":0}},{"uid":"2526f493502a9fa1","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2526f493502a9fa1","status":"passed","time":{"start":1706069781876,"stop":1706069781877,"duration":1}},{"uid":"e8d98c46cbe9932a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e8d98c46cbe9932a","status":"passed","time":{"start":1705950488299,"stop":1705950488299,"duration":0}},{"uid":"f76b7538a1aca791","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f76b7538a1aca791","status":"passed","time":{"start":1705938293049,"stop":1705938293049,"duration":0}},{"uid":"66663273eaa09ce5","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/66663273eaa09ce5","status":"passed","time":{"start":1705913430267,"stop":1705913430268,"duration":1}},{"uid":"3a6fc3076a0efbec","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/3a6fc3076a0efbec","status":"passed","time":{"start":1705912976195,"stop":1705912976195,"duration":0}},{"uid":"559b59fc3dec074","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/559b59fc3dec074","status":"passed","time":{"start":1705912363755,"stop":1705912363755,"duration":0}},{"uid":"f973b3ab6aae9ea2","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f973b3ab6aae9ea2","status":"passed","time":{"start":1705911543449,"stop":1705911543450,"duration":1}},{"uid":"d81fe3fcaa970a94","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d81fe3fcaa970a94","status":"passed","time":{"start":1705698753986,"stop":1705698753987,"duration":1}},{"uid":"8dae8cbd822fe21f","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/8dae8cbd822fe21f","status":"passed","time":{"start":1705687466231,"stop":1705687466232,"duration":1}},{"uid":"c9de84396db52801","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c9de84396db52801","status":"passed","time":{"start":1705687381574,"stop":1705687381574,"duration":0}},{"uid":"38f80689b0068585","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/38f80689b0068585","status":"passed","time":{"start":1705681326896,"stop":1705681326897,"duration":1}},{"uid":"73e65ef762e24ff4","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/73e65ef762e24ff4","status":"passed","time":{"start":1705678076914,"stop":1705678076914,"duration":0}},{"uid":"b71c6ec436b26e7","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/b71c6ec436b26e7","status":"passed","time":{"start":1705677999854,"stop":1705677999855,"duration":1}}]},"tags":[]},"source":"a0cad28665276c47.json","parameterValues":[]} \ No newline at end of file +{"uid":"99a3463fff272dc8","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":1706618580244,"stop":1706618580244,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"bb7b04959bceb137","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb7b04959bceb137","status":"passed","time":{"start":1706618380652,"stop":1706618380653,"duration":1}}]},"tags":[]},"source":"99a3463fff272dc8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/99e1bd21f77da320.json b/6291/data/test-cases/99e1bd21f77da320.json new file mode 100644 index 00000000000..c53d52dbb57 --- /dev/null +++ b/6291/data/test-cases/99e1bd21f77da320.json @@ -0,0 +1 @@ +{"uid":"99e1bd21f77da320","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Events > peer:discovery > should emit `peer:discovery:peer-exchange` event when a peer is discovered","historyId":"59ff992c2281d90e6c77fb9582b780f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454359,"stop":1706618454359,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Events"},{"name":"subSuite","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":2,"unknown":0,"total":2},"items":[{"uid":"42d4c003c312d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42d4c003c312d6","status":"passed","time":{"start":1706618246645,"stop":1706618246645,"duration":0}}]},"tags":[]},"source":"99e1bd21f77da320.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/99f7da1b3648e26e.json b/6291/data/test-cases/99f7da1b3648e26e.json new file mode 100644 index 00000000000..e1ecfb0bfb8 --- /dev/null +++ b/6291/data/test-cases/99f7da1b3648e26e.json @@ -0,0 +1 @@ +{"uid":"99f7da1b3648e26e","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":1706619044148,"stop":1706619044148,"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":2,"unknown":0,"total":2},"items":[{"uid":"aedbeecb80a0a7fe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aedbeecb80a0a7fe","status":"passed","time":{"start":1706618804664,"stop":1706618804665,"duration":1}}]},"tags":[]},"source":"99f7da1b3648e26e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ad9903b856304907.json b/6291/data/test-cases/9ab60aed2425e0db.json similarity index 94% rename from 6266/data/test-cases/ad9903b856304907.json rename to 6291/data/test-cases/9ab60aed2425e0db.json index 374bcdbcb8a..6e593cf89c1 100644 --- a/6266/data/test-cases/ad9903b856304907.json +++ b/6291/data/test-cases/9ab60aed2425e0db.json @@ -1 +1 @@ -{"uid":"ad9903b856304907","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":1706101757813,"stop":1706101757816,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"2d9bb00ba9681dde","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2d9bb00ba9681dde","status":"passed","time":{"start":1706101680224,"stop":1706101680224,"duration":0}},{"uid":"bf98c8bfc0f35eb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bf98c8bfc0f35eb","status":"passed","time":{"start":1706101549595,"stop":1706101549596,"duration":1}},{"uid":"2db898c815fe285","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2db898c815fe285","status":"passed","time":{"start":1706100770593,"stop":1706100770594,"duration":1}},{"uid":"75b90ec2e717cab9","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/75b90ec2e717cab9","status":"passed","time":{"start":1706099342667,"stop":1706099342667,"duration":0}},{"uid":"f37725c782bef31d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f37725c782bef31d","status":"passed","time":{"start":1705681713138,"stop":1705681713138,"duration":0}}]},"tags":[]},"source":"ad9903b856304907.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ab60aed2425e0db","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":1706618996187,"stop":1706618996187,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4d165266372caf6b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d165266372caf6b","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"tags":[]},"source":"9ab60aed2425e0db.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/763ed4fd31abe47b.json b/6291/data/test-cases/9b34ca5eca6475eb.json similarity index 87% rename from 6266/data/test-cases/763ed4fd31abe47b.json rename to 6291/data/test-cases/9b34ca5eca6475eb.json index 09f783e26da..44932ee989a 100644 --- a/6266/data/test-cases/763ed4fd31abe47b.json +++ b/6291/data/test-cases/9b34ca5eca6475eb.json @@ -1 +1 @@ -{"uid":"763ed4fd31abe47b","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":1706101792208,"stop":1706101792208,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"d81487ab1ef34ad6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d81487ab1ef34ad6","status":"passed","time":{"start":1706101709054,"stop":1706101709054,"duration":0}},{"uid":"3cde514f03fd5682","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3cde514f03fd5682","status":"passed","time":{"start":1706101584040,"stop":1706101584040,"duration":0}},{"uid":"afa69f816343f9a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/afa69f816343f9a","status":"passed","time":{"start":1706100800527,"stop":1706100800527,"duration":0}},{"uid":"5306a396d8bd4322","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5306a396d8bd4322","status":"passed","time":{"start":1706099377038,"stop":1706099377038,"duration":0}},{"uid":"4ce00df0bec79299","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/4ce00df0bec79299","status":"passed","time":{"start":1705681745200,"stop":1705681745201,"duration":1}},{"uid":"70037188ab250a84","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/70037188ab250a84","status":"passed","time":{"start":1705680374203,"stop":1705680374203,"duration":0}},{"uid":"a4cb7288a8e34e48","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a4cb7288a8e34e48","status":"passed","time":{"start":1705667089469,"stop":1705667089469,"duration":0}},{"uid":"b1538a431c40f85d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/b1538a431c40f85d","status":"passed","time":{"start":1705521364817,"stop":1705521364817,"duration":0}},{"uid":"1ea5e39af73fc0c7","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1ea5e39af73fc0c7","status":"passed","time":{"start":1705520531866,"stop":1705520531867,"duration":1}},{"uid":"7575a482d60c4ddb","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7575a482d60c4ddb","status":"passed","time":{"start":1705518661625,"stop":1705518661625,"duration":0}},{"uid":"cf767deef144975d","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/cf767deef144975d","status":"passed","time":{"start":1705502591727,"stop":1705502591728,"duration":1}}]},"tags":[]},"source":"763ed4fd31abe47b.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b34ca5eca6475eb","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":1706619029126,"stop":1706619029126,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"b2cd2555ec68e0ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2cd2555ec68e0ac","status":"passed","time":{"start":1706618668730,"stop":1706618668731,"duration":1}}]},"tags":[]},"source":"9b34ca5eca6475eb.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a3d9e79012daa0cb.json b/6291/data/test-cases/9b3c5f12651376b4.json similarity index 88% rename from 6266/data/test-cases/a3d9e79012daa0cb.json rename to 6291/data/test-cases/9b3c5f12651376b4.json index b6785ff2e0e..ee79918082c 100644 --- a/6266/data/test-cases/a3d9e79012daa0cb.json +++ b/6291/data/test-cases/9b3c5f12651376b4.json @@ -1 +1 @@ -{"uid":"a3d9e79012daa0cb","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing long and receive message","historyId":"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401942,"stop":1706101401943,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"322577d7363a2d16","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/322577d7363a2d16","status":"passed","time":{"start":1706101295298,"stop":1706101295298,"duration":0}},{"uid":"925020f5a3e022f9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/925020f5a3e022f9","status":"passed","time":{"start":1706101187428,"stop":1706101187428,"duration":0}},{"uid":"319ce93cdd4931cc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/319ce93cdd4931cc","status":"passed","time":{"start":1706100397500,"stop":1706100397500,"duration":0}},{"uid":"43e7fd32edaeda09","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/43e7fd32edaeda09","status":"passed","time":{"start":1706098985435,"stop":1706098985435,"duration":0}},{"uid":"ca9041a2090152b2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ca9041a2090152b2","status":"passed","time":{"start":1705681341592,"stop":1705681341592,"duration":0}},{"uid":"3ea115d572edb3b","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/3ea115d572edb3b","status":"passed","time":{"start":1705680075496,"stop":1705680075496,"duration":0}},{"uid":"5cd2effc81638c5f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/5cd2effc81638c5f","status":"passed","time":{"start":1705666818721,"stop":1705666818721,"duration":0}},{"uid":"bda298f76ec1ddc4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/bda298f76ec1ddc4","status":"passed","time":{"start":1705520251419,"stop":1705520251419,"duration":0}},{"uid":"b7387086cc17f2ec","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b7387086cc17f2ec","status":"passed","time":{"start":1705518481988,"stop":1705518481989,"duration":1}},{"uid":"cd083e63232f7bbb","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/cd083e63232f7bbb","status":"passed","time":{"start":1705502312550,"stop":1705502312550,"duration":0}}]},"tags":[]},"source":"a3d9e79012daa0cb.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b3c5f12651376b4","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing long and receive message","historyId":"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624520,"stop":1706618624521,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"749ee3856d16ee8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/749ee3856d16ee8a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"tags":[]},"source":"9b3c5f12651376b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a77680723dd8311c.json b/6291/data/test-cases/9bf048ef15895383.json similarity index 85% rename from 6266/data/test-cases/a77680723dd8311c.json rename to 6291/data/test-cases/9bf048ef15895383.json index ed0dec53d6e..caf5530f4b9 100644 --- a/6266/data/test-cases/a77680723dd8311c.json +++ b/6291/data/test-cases/9bf048ef15895383.json @@ -1 +1 @@ -{"uid":"a77680723dd8311c","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":1706101723812,"stop":1706101723813,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"41e7291f3b2956d0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/41e7291f3b2956d0","status":"passed","time":{"start":1706101654476,"stop":1706101654477,"duration":1}},{"uid":"4dcf3a449550720d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4dcf3a449550720d","status":"passed","time":{"start":1706101537678,"stop":1706101537679,"duration":1}},{"uid":"9ae7f911ac57b725","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9ae7f911ac57b725","status":"passed","time":{"start":1706100722912,"stop":1706100722912,"duration":0}},{"uid":"a5d1ef9fac66a3a8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a5d1ef9fac66a3a8","status":"passed","time":{"start":1706099290665,"stop":1706099290666,"duration":1}},{"uid":"58d5449c65ebe553","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/58d5449c65ebe553","status":"passed","time":{"start":1705681678175,"stop":1705681678175,"duration":0}},{"uid":"2fc1926ee13e661e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2fc1926ee13e661e","status":"passed","time":{"start":1705680350547,"stop":1705680350547,"duration":0}},{"uid":"c91bc26e660b6a3f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c91bc26e660b6a3f","status":"passed","time":{"start":1705667092973,"stop":1705667092973,"duration":0}},{"uid":"d0a7ddc5d87d2ca1","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/d0a7ddc5d87d2ca1","status":"passed","time":{"start":1705527069401,"stop":1705527069402,"duration":1}},{"uid":"d7c67ac684839da1","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/d7c67ac684839da1","status":"passed","time":{"start":1705521327120,"stop":1705521327120,"duration":0}},{"uid":"c85f9b498ecec836","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c85f9b498ecec836","status":"passed","time":{"start":1705520488417,"stop":1705520488418,"duration":1}},{"uid":"54a59fccffcc8cde","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/54a59fccffcc8cde","status":"passed","time":{"start":1705518883257,"stop":1705518883257,"duration":0}},{"uid":"2062def597225bd6","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/2062def597225bd6","status":"passed","time":{"start":1705502684108,"stop":1705502684108,"duration":0}}]},"tags":[]},"source":"a77680723dd8311c.json","parameterValues":[]} \ No newline at end of file +{"uid":"9bf048ef15895383","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":1706618959505,"stop":1706618959505,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"93474fa4d82bcd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93474fa4d82bcd61","status":"passed","time":{"start":1706618735897,"stop":1706618735898,"duration":1}}]},"tags":[]},"source":"9bf048ef15895383.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9c390234f6f238e9.json b/6291/data/test-cases/9c390234f6f238e9.json new file mode 100644 index 00000000000..ef72ee70afa --- /dev/null +++ b/6291/data/test-cases/9c390234f6f238e9.json @@ -0,0 +1 @@ +{"uid":"9c390234f6f238e9","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":1706618388661,"stop":1706618388661,"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":2,"unknown":0,"total":2},"items":[{"uid":"bcdc3b83d8ddd3de","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcdc3b83d8ddd3de","status":"passed","time":{"start":1706618179519,"stop":1706618179519,"duration":0}}]},"tags":[]},"source":"9c390234f6f238e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9c5bdeb172e6c642.json b/6291/data/test-cases/9c5bdeb172e6c642.json new file mode 100644 index 00000000000..844cbba75e2 --- /dev/null +++ b/6291/data/test-cases/9c5bdeb172e6c642.json @@ -0,0 +1 @@ +{"uid":"9c5bdeb172e6c642","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":1706619008975,"stop":1706619008975,"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":2,"unknown":0,"total":2},"items":[{"uid":"2eb62cea542f55ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2eb62cea542f55ab","status":"passed","time":{"start":1706618775740,"stop":1706618775741,"duration":1}}]},"tags":[]},"source":"9c5bdeb172e6c642.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c104ad33861d21d9.json b/6291/data/test-cases/9cbe725c2d7f53c0.json similarity index 93% rename from 6266/data/test-cases/c104ad33861d21d9.json rename to 6291/data/test-cases/9cbe725c2d7f53c0.json index 59e8a178366..803e098be9a 100644 --- a/6266/data/test-cases/c104ad33861d21d9.json +++ b/6291/data/test-cases/9cbe725c2d7f53c0.json @@ -1 +1 @@ -{"uid":"c104ad33861d21d9","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":1706101401941,"stop":1706101401941,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"a0b1c84e491437ba","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a0b1c84e491437ba","status":"passed","time":{"start":1706101295296,"stop":1706101295296,"duration":0}},{"uid":"4e3d28761918a9c4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4e3d28761918a9c4","status":"passed","time":{"start":1706101187425,"stop":1706101187425,"duration":0}},{"uid":"c41f63fe0e3fccc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c41f63fe0e3fccc","status":"passed","time":{"start":1706100397498,"stop":1706100397498,"duration":0}},{"uid":"296bd323a307490f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/296bd323a307490f","status":"passed","time":{"start":1706098985433,"stop":1706098985434,"duration":1}}]},"tags":[]},"source":"c104ad33861d21d9.json","parameterValues":[]} \ No newline at end of file +{"uid":"9cbe725c2d7f53c0","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":1706618624499,"stop":1706618624499,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":1,"passed":1,"unknown":0,"total":2},"items":[{"uid":"7232affe731775ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7232affe731775ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"tags":[]},"source":"9cbe725c2d7f53c0.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9ce00cc4485769a0.json b/6291/data/test-cases/9ce00cc4485769a0.json new file mode 100644 index 00000000000..b7fd8871fd0 --- /dev/null +++ b/6291/data/test-cases/9ce00cc4485769a0.json @@ -0,0 +1 @@ +{"uid":"9ce00cc4485769a0","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":1706619029126,"stop":1706619029126,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"3f9ae77775d67f87","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f9ae77775d67f87","status":"passed","time":{"start":1706618668731,"stop":1706618668732,"duration":1}}]},"tags":[]},"source":"9ce00cc4485769a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9faf6dd2ff0ae28a.json b/6291/data/test-cases/9d913b63743d6b1f.json similarity index 77% rename from 6266/data/test-cases/9faf6dd2ff0ae28a.json rename to 6291/data/test-cases/9d913b63743d6b1f.json index 3dc94d92972..ab2e6018eec 100644 --- a/6266/data/test-cases/9faf6dd2ff0ae28a.json +++ b/6291/data/test-cases/9d913b63743d6b1f.json @@ -1 +1 @@ -{"uid":"9faf6dd2ff0ae28a","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":1706101369622,"stop":1706101369626,"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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"85635fcec06d76f1","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/85635fcec06d76f1","status":"passed","time":{"start":1706101264980,"stop":1706101264980,"duration":0}},{"uid":"e076d8316bc25391","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e076d8316bc25391","status":"passed","time":{"start":1706101143277,"stop":1706101143277,"duration":0}},{"uid":"1faa7b8e925575df","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1faa7b8e925575df","status":"passed","time":{"start":1706100932530,"stop":1706100932530,"duration":0}},{"uid":"5b3f12269b240cc6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5b3f12269b240cc6","status":"passed","time":{"start":1706100355779,"stop":1706100355779,"duration":0}},{"uid":"711ac134f0010863","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/711ac134f0010863","status":"passed","time":{"start":1706099967114,"stop":1706099967114,"duration":0}},{"uid":"9c2195870be062a4","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9c2195870be062a4","status":"passed","time":{"start":1706098945330,"stop":1706098945331,"duration":1}},{"uid":"6f7ef909327443ef","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/6f7ef909327443ef","status":"passed","time":{"start":1706077698150,"stop":1706077698150,"duration":0}},{"uid":"53cf4e801c216068","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/53cf4e801c216068","status":"passed","time":{"start":1706069781882,"stop":1706069781883,"duration":1}},{"uid":"b67ca5ce0352be3c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b67ca5ce0352be3c","status":"passed","time":{"start":1705950488307,"stop":1705950488308,"duration":1}},{"uid":"ec03f190db99f1b4","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/ec03f190db99f1b4","status":"passed","time":{"start":1705938293055,"stop":1705938293055,"duration":0}},{"uid":"a740a66138372cf3","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a740a66138372cf3","status":"passed","time":{"start":1705913430282,"stop":1705913430283,"duration":1}},{"uid":"e396adfc6c518427","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e396adfc6c518427","status":"passed","time":{"start":1705912976202,"stop":1705912976202,"duration":0}},{"uid":"6c2d2e332a76d8e0","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6c2d2e332a76d8e0","status":"passed","time":{"start":1705912363763,"stop":1705912363763,"duration":0}},{"uid":"3c76fd5fcad6dcd7","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3c76fd5fcad6dcd7","status":"passed","time":{"start":1705911543457,"stop":1705911543458,"duration":1}},{"uid":"261ba45e25f9a959","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/261ba45e25f9a959","status":"passed","time":{"start":1705698753993,"stop":1705698753993,"duration":0}},{"uid":"acf5455bd797795","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/acf5455bd797795","status":"passed","time":{"start":1705687466246,"stop":1705687466246,"duration":0}},{"uid":"bd52d8f8ac8cddf0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/bd52d8f8ac8cddf0","status":"passed","time":{"start":1705687381580,"stop":1705687381580,"duration":0}},{"uid":"1cb50dfaf92c9a83","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1cb50dfaf92c9a83","status":"passed","time":{"start":1705681326952,"stop":1705681326952,"duration":0}},{"uid":"76e5ab70c0807794","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/76e5ab70c0807794","status":"passed","time":{"start":1705678076935,"stop":1705678076936,"duration":1}},{"uid":"d7c34ac9a27ba269","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/d7c34ac9a27ba269","status":"passed","time":{"start":1705677999861,"stop":1705677999861,"duration":0}}]},"tags":[]},"source":"9faf6dd2ff0ae28a.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d913b63743d6b1f","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":1706618580254,"stop":1706618580255,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"3eddfab1582d3f6e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3eddfab1582d3f6e","status":"passed","time":{"start":1706618380668,"stop":1706618380669,"duration":1}}]},"tags":[]},"source":"9d913b63743d6b1f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/404c744d53f39619.json b/6291/data/test-cases/9d95b919c082d38b.json similarity index 86% rename from 6266/data/test-cases/404c744d53f39619.json rename to 6291/data/test-cases/9d95b919c082d38b.json index e20f9fbe247..a7279ca40c4 100644 --- a/6266/data/test-cases/404c744d53f39619.json +++ b/6291/data/test-cases/9d95b919c082d38b.json @@ -1 +1 @@ -{"uid":"404c744d53f39619","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":1706101723803,"stop":1706101723803,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"aa2237e1d47c6cf2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/aa2237e1d47c6cf2","status":"passed","time":{"start":1706101654468,"stop":1706101654469,"duration":1}},{"uid":"8cd97fca0faa03ed","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8cd97fca0faa03ed","status":"passed","time":{"start":1706101537672,"stop":1706101537672,"duration":0}},{"uid":"4301dc4e76312551","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4301dc4e76312551","status":"passed","time":{"start":1706100722907,"stop":1706100722907,"duration":0}},{"uid":"71c501be3b1b1d32","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/71c501be3b1b1d32","status":"passed","time":{"start":1706099290660,"stop":1706099290660,"duration":0}},{"uid":"9a6ee79a334840e3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9a6ee79a334840e3","status":"passed","time":{"start":1705681678160,"stop":1705681678160,"duration":0}},{"uid":"3015f322daf11dd0","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/3015f322daf11dd0","status":"passed","time":{"start":1705680350542,"stop":1705680350542,"duration":0}},{"uid":"633b5ee3f43364df","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/633b5ee3f43364df","status":"passed","time":{"start":1705667092969,"stop":1705667092969,"duration":0}},{"uid":"2d59b83257fdf00e","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/2d59b83257fdf00e","status":"passed","time":{"start":1705527069397,"stop":1705527069397,"duration":0}},{"uid":"54cc89a534829ec8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/54cc89a534829ec8","status":"passed","time":{"start":1705521327115,"stop":1705521327116,"duration":1}},{"uid":"617ff3c3aa3b4915","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/617ff3c3aa3b4915","status":"passed","time":{"start":1705520488403,"stop":1705520488403,"duration":0}},{"uid":"2e45bd8ee507918b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/2e45bd8ee507918b","status":"passed","time":{"start":1705518883249,"stop":1705518883249,"duration":0}},{"uid":"6ec885659f75d53e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6ec885659f75d53e","status":"passed","time":{"start":1705502684101,"stop":1705502684101,"duration":0}}]},"tags":[]},"source":"404c744d53f39619.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d95b919c082d38b","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":1706618959493,"stop":1706618959493,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1de5a58e37b5f287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1de5a58e37b5f287","status":"passed","time":{"start":1706618735891,"stop":1706618735892,"duration":1}}]},"tags":[]},"source":"9d95b919c082d38b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9da25024750aff83.json b/6291/data/test-cases/9da25024750aff83.json new file mode 100644 index 00000000000..f9fec4373be --- /dev/null +++ b/6291/data/test-cases/9da25024750aff83.json @@ -0,0 +1 @@ +{"uid":"9da25024750aff83","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":1706618395072,"stop":1706618395072,"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":2,"unknown":0,"total":2},"items":[{"uid":"f8fdfd0131886e6f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8fdfd0131886e6f","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"tags":[]},"source":"9da25024750aff83.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/eb4c491d200c5eaf.json b/6291/data/test-cases/9e6a780dd73f926b.json similarity index 74% rename from 6266/data/test-cases/eb4c491d200c5eaf.json rename to 6291/data/test-cases/9e6a780dd73f926b.json index e5d3ffa6ed3..dc90565d0aa 100644 --- a/6266/data/test-cases/eb4c491d200c5eaf.json +++ b/6291/data/test-cases/9e6a780dd73f926b.json @@ -1 +1 @@ -{"uid":"eb4c491d200c5eaf","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":1706101545970,"stop":1706101545970,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"cd86943694108654","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/cd86943694108654","status":"passed","time":{"start":1706101432512,"stop":1706101432512,"duration":0}},{"uid":"de104ec140e73ff6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/de104ec140e73ff6","status":"passed","time":{"start":1706101317708,"stop":1706101317709,"duration":1}},{"uid":"aa70702a5b7b3317","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/aa70702a5b7b3317","status":"passed","time":{"start":1706100939715,"stop":1706100939715,"duration":0}},{"uid":"e7d5929053dc4773","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e7d5929053dc4773","status":"passed","time":{"start":1706100525074,"stop":1706100525074,"duration":0}},{"uid":"2da28db1d46cb78d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/2da28db1d46cb78d","status":"passed","time":{"start":1706099965685,"stop":1706099965685,"duration":0}},{"uid":"f73d8a7ee4438be3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f73d8a7ee4438be3","status":"passed","time":{"start":1706099111449,"stop":1706099111450,"duration":1}},{"uid":"5e18f8ec6641a465","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5e18f8ec6641a465","status":"passed","time":{"start":1706077695289,"stop":1706077695289,"duration":0}},{"uid":"9a60244817cab799","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/9a60244817cab799","status":"passed","time":{"start":1706069776803,"stop":1706069776805,"duration":2}},{"uid":"96f40de69c0cdf0c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/96f40de69c0cdf0c","status":"passed","time":{"start":1705950492103,"stop":1705950492104,"duration":1}},{"uid":"1477acd6b38367b","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1477acd6b38367b","status":"passed","time":{"start":1705938291939,"stop":1705938291939,"duration":0}},{"uid":"72c91aef80eff693","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/72c91aef80eff693","status":"passed","time":{"start":1705913434717,"stop":1705913434719,"duration":2}},{"uid":"e84556c98af8a2ea","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e84556c98af8a2ea","status":"passed","time":{"start":1705912976661,"stop":1705912976662,"duration":1}},{"uid":"9b499ceb2399cb0","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/9b499ceb2399cb0","status":"passed","time":{"start":1705912362840,"stop":1705912362841,"duration":1}},{"uid":"12234a48aff672c7","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/12234a48aff672c7","status":"passed","time":{"start":1705911541672,"stop":1705911541672,"duration":0}},{"uid":"33608eb4615b6611","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/33608eb4615b6611","status":"passed","time":{"start":1705698743469,"stop":1705698743471,"duration":2}},{"uid":"e54ce39d19a1255e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e54ce39d19a1255e","status":"passed","time":{"start":1705687470556,"stop":1705687470556,"duration":0}},{"uid":"1373a4f56cc555d3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1373a4f56cc555d3","status":"passed","time":{"start":1705687378206,"stop":1705687378206,"duration":0}},{"uid":"83aa53d50297a354","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/83aa53d50297a354","status":"passed","time":{"start":1705681472162,"stop":1705681472163,"duration":1}},{"uid":"5993508efc173206","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5993508efc173206","status":"passed","time":{"start":1705680122014,"stop":1705680122015,"duration":1}},{"uid":"80b9c6560ef6cb5a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/80b9c6560ef6cb5a","status":"passed","time":{"start":1705678077078,"stop":1705678077078,"duration":0}}]},"tags":[]},"source":"eb4c491d200c5eaf.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e6a780dd73f926b","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":1706618871327,"stop":1706618871327,"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":2,"unknown":0,"total":2},"items":[{"uid":"fd190305dcdb126e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd190305dcdb126e","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"tags":[]},"source":"9e6a780dd73f926b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/9f1a9be5f0aa3725.json b/6291/data/test-cases/9f1a9be5f0aa3725.json new file mode 100644 index 00000000000..d9b89e5e247 --- /dev/null +++ b/6291/data/test-cases/9f1a9be5f0aa3725.json @@ -0,0 +1 @@ +{"uid":"9f1a9be5f0aa3725","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":1706618389062,"stop":1706618389063,"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":2,"unknown":0,"total":2},"items":[{"uid":"6fd0f98b68e364ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fd0f98b68e364ee","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"tags":[]},"source":"9f1a9be5f0aa3725.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c3cbcdd43578a79f.json b/6291/data/test-cases/9fd218af77a87a52.json similarity index 77% rename from 6266/data/test-cases/c3cbcdd43578a79f.json rename to 6291/data/test-cases/9fd218af77a87a52.json index 171dcbfcf44..3cf9166daf9 100644 --- a/6266/data/test-cases/c3cbcdd43578a79f.json +++ b/6291/data/test-cases/9fd218af77a87a52.json @@ -1 +1 @@ -{"uid":"c3cbcdd43578a79f","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":1706101369628,"stop":1706101369629,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"f679019404cc93a8","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f679019404cc93a8","status":"passed","time":{"start":1706101264982,"stop":1706101264982,"duration":0}},{"uid":"8e7bf132f41956d2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8e7bf132f41956d2","status":"passed","time":{"start":1706101143278,"stop":1706101143278,"duration":0}},{"uid":"32469a5de2711e65","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/32469a5de2711e65","status":"passed","time":{"start":1706100932531,"stop":1706100932531,"duration":0}},{"uid":"1f6693a3562c7030","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1f6693a3562c7030","status":"passed","time":{"start":1706100355780,"stop":1706100355780,"duration":0}},{"uid":"8ddb1c58998b455d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/8ddb1c58998b455d","status":"passed","time":{"start":1706099967118,"stop":1706099967118,"duration":0}},{"uid":"cd476634817b25e6","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/cd476634817b25e6","status":"passed","time":{"start":1706098945333,"stop":1706098945334,"duration":1}},{"uid":"1d8d24a81576535a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/1d8d24a81576535a","status":"passed","time":{"start":1706077698151,"stop":1706077698151,"duration":0}},{"uid":"d2332e3daf2b2a67","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d2332e3daf2b2a67","status":"passed","time":{"start":1706069781884,"stop":1706069781884,"duration":0}},{"uid":"6ee00d87631e7595","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/6ee00d87631e7595","status":"passed","time":{"start":1705950488309,"stop":1705950488309,"duration":0}},{"uid":"5272ada6cc9ea7c9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5272ada6cc9ea7c9","status":"passed","time":{"start":1705938293057,"stop":1705938293057,"duration":0}},{"uid":"31ee57f5907f7f32","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/31ee57f5907f7f32","status":"passed","time":{"start":1705913430284,"stop":1705913430284,"duration":0}},{"uid":"f0a1242d97891130","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f0a1242d97891130","status":"passed","time":{"start":1705912976203,"stop":1705912976203,"duration":0}},{"uid":"cc84cc394f9fc649","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/cc84cc394f9fc649","status":"passed","time":{"start":1705912363764,"stop":1705912363764,"duration":0}},{"uid":"989a4ea037f036eb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/989a4ea037f036eb","status":"passed","time":{"start":1705911543458,"stop":1705911543459,"duration":1}},{"uid":"cbca7a49d5bde55a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/cbca7a49d5bde55a","status":"passed","time":{"start":1705698753994,"stop":1705698753994,"duration":0}},{"uid":"847e00fc72278ba9","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/847e00fc72278ba9","status":"passed","time":{"start":1705687466247,"stop":1705687466248,"duration":1}},{"uid":"800138d71cae57e5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/800138d71cae57e5","status":"passed","time":{"start":1705687381581,"stop":1705687381582,"duration":1}},{"uid":"c4b622cd41af148e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c4b622cd41af148e","status":"passed","time":{"start":1705681326958,"stop":1705681326959,"duration":1}},{"uid":"72dd463f5dc616d4","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/72dd463f5dc616d4","status":"passed","time":{"start":1705678076938,"stop":1705678076939,"duration":1}},{"uid":"f5a79ae5ee7e24d0","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/f5a79ae5ee7e24d0","status":"passed","time":{"start":1705677999862,"stop":1705677999863,"duration":1}}]},"tags":[]},"source":"c3cbcdd43578a79f.json","parameterValues":[]} \ No newline at end of file +{"uid":"9fd218af77a87a52","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":1706618580256,"stop":1706618580257,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"cf3e19a61a7a73b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf3e19a61a7a73b5","status":"passed","time":{"start":1706618380671,"stop":1706618380672,"duration":1}}]},"tags":[]},"source":"9fd218af77a87a52.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/69ee8ddb8d1a4c5d.json b/6291/data/test-cases/a06fa66836080859.json similarity index 92% rename from 6266/data/test-cases/69ee8ddb8d1a4c5d.json rename to 6291/data/test-cases/a06fa66836080859.json index 834a97e0d28..9714be4296b 100644 --- a/6266/data/test-cases/69ee8ddb8d1a4c5d.json +++ b/6291/data/test-cases/a06fa66836080859.json @@ -1 +1 @@ -{"uid":"69ee8ddb8d1a4c5d","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":1706101593995,"stop":1706101593995,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"5c4a33b5475fd546","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5c4a33b5475fd546","status":"passed","time":{"start":1706101499451,"stop":1706101499452,"duration":1}},{"uid":"bf4ae14a1ac31357","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bf4ae14a1ac31357","status":"passed","time":{"start":1706101380151,"stop":1706101380151,"duration":0}},{"uid":"1f06bacac143ed05","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1f06bacac143ed05","status":"passed","time":{"start":1706100623763,"stop":1706100623764,"duration":1}},{"uid":"c678db1527c508a3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c678db1527c508a3","status":"passed","time":{"start":1706099176289,"stop":1706099176289,"duration":0}},{"uid":"2a4546ac5bb18cd7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2a4546ac5bb18cd7","status":"passed","time":{"start":1705681544256,"stop":1705681544256,"duration":0}},{"uid":"35cd2e19a6793796","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/35cd2e19a6793796","status":"passed","time":{"start":1705680158903,"stop":1705680158904,"duration":1}},{"uid":"20af0ab8aca62909","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/20af0ab8aca62909","status":"passed","time":{"start":1705666900203,"stop":1705666900225,"duration":22}},{"uid":"56c7e26a317e6511","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/56c7e26a317e6511","status":"passed","time":{"start":1705526887810,"stop":1705526887811,"duration":1}}]},"tags":[]},"source":"69ee8ddb8d1a4c5d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a06fa66836080859","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":1706618858022,"stop":1706618858022,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ce8051b19e9faee0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce8051b19e9faee0","status":"passed","time":{"start":1706618636980,"stop":1706618636980,"duration":0}}]},"tags":[]},"source":"a06fa66836080859.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b6e0dca52514c298.json b/6291/data/test-cases/a095e172dd9bcdd0.json similarity index 86% rename from 6266/data/test-cases/b6e0dca52514c298.json rename to 6291/data/test-cases/a095e172dd9bcdd0.json index f9726b7dc1e..9f9253a133d 100644 --- a/6266/data/test-cases/b6e0dca52514c298.json +++ b/6291/data/test-cases/a095e172dd9bcdd0.json @@ -1 +1 @@ -{"uid":"b6e0dca52514c298","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":1706101723803,"stop":1706101723803,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"ebbdf09eb67ec2c5","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ebbdf09eb67ec2c5","status":"passed","time":{"start":1706101654468,"stop":1706101654468,"duration":0}},{"uid":"f2ee05df69f459b9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f2ee05df69f459b9","status":"passed","time":{"start":1706101537672,"stop":1706101537672,"duration":0}},{"uid":"7cc26f216fdb8699","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7cc26f216fdb8699","status":"passed","time":{"start":1706100722903,"stop":1706100722904,"duration":1}},{"uid":"fa9a1cd86a1c8a8d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/fa9a1cd86a1c8a8d","status":"passed","time":{"start":1706099290659,"stop":1706099290660,"duration":1}},{"uid":"535f52dfe109a03f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/535f52dfe109a03f","status":"passed","time":{"start":1705681678148,"stop":1705681678148,"duration":0}},{"uid":"466723def6490a13","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/466723def6490a13","status":"passed","time":{"start":1705680350542,"stop":1705680350542,"duration":0}},{"uid":"1c18382ae4fa5621","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/1c18382ae4fa5621","status":"passed","time":{"start":1705667092969,"stop":1705667092969,"duration":0}},{"uid":"9de4d80bd937ef55","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/9de4d80bd937ef55","status":"passed","time":{"start":1705527069397,"stop":1705527069397,"duration":0}},{"uid":"831e552df13de6a9","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/831e552df13de6a9","status":"passed","time":{"start":1705521327115,"stop":1705521327115,"duration":0}},{"uid":"b7c9722252bb9732","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/b7c9722252bb9732","status":"passed","time":{"start":1705520488402,"stop":1705520488403,"duration":1}},{"uid":"637910565e464ec7","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/637910565e464ec7","status":"passed","time":{"start":1705518883249,"stop":1705518883249,"duration":0}},{"uid":"ddcd05d343ba7416","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/ddcd05d343ba7416","status":"passed","time":{"start":1705502684100,"stop":1705502684100,"duration":0}}]},"tags":[]},"source":"b6e0dca52514c298.json","parameterValues":[]} \ No newline at end of file +{"uid":"a095e172dd9bcdd0","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":1706618959492,"stop":1706618959493,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"5867a8564be2aa0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5867a8564be2aa0c","status":"passed","time":{"start":1706618735891,"stop":1706618735891,"duration":0}}]},"tags":[]},"source":"a095e172dd9bcdd0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/904150b63179537d.json b/6291/data/test-cases/a0beb8dcf4b7979d.json similarity index 87% rename from 6266/data/test-cases/904150b63179537d.json rename to 6291/data/test-cases/a0beb8dcf4b7979d.json index 14a4f6a205e..4a40db325f6 100644 --- a/6266/data/test-cases/904150b63179537d.json +++ b/6291/data/test-cases/a0beb8dcf4b7979d.json @@ -1 +1 @@ -{"uid":"904150b63179537d","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":1706101792209,"stop":1706101792209,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"367bef835038a251","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/367bef835038a251","status":"passed","time":{"start":1706101709055,"stop":1706101709055,"duration":0}},{"uid":"48ff7facfb5fc46d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/48ff7facfb5fc46d","status":"passed","time":{"start":1706101584041,"stop":1706101584042,"duration":1}},{"uid":"c8d1987998392e90","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c8d1987998392e90","status":"passed","time":{"start":1706100800528,"stop":1706100800528,"duration":0}},{"uid":"e4274ba02cfcbbb1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e4274ba02cfcbbb1","status":"passed","time":{"start":1706099377040,"stop":1706099377040,"duration":0}},{"uid":"a630254766ccec01","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a630254766ccec01","status":"passed","time":{"start":1705681745202,"stop":1705681745202,"duration":0}},{"uid":"8e5b1f7615c839ca","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/8e5b1f7615c839ca","status":"passed","time":{"start":1705680374205,"stop":1705680374205,"duration":0}},{"uid":"6e226bd7b499b949","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/6e226bd7b499b949","status":"passed","time":{"start":1705667089471,"stop":1705667089475,"duration":4}},{"uid":"22098553fd7694ec","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/22098553fd7694ec","status":"passed","time":{"start":1705521364818,"stop":1705521364819,"duration":1}},{"uid":"79339eb6b2ad1aaf","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/79339eb6b2ad1aaf","status":"passed","time":{"start":1705520531868,"stop":1705520531868,"duration":0}},{"uid":"7b35303531f03281","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7b35303531f03281","status":"passed","time":{"start":1705518661627,"stop":1705518661627,"duration":0}},{"uid":"78df042860af512e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/78df042860af512e","status":"passed","time":{"start":1705502591729,"stop":1705502591730,"duration":1}}]},"tags":[]},"source":"904150b63179537d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a0beb8dcf4b7979d","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":1706619029127,"stop":1706619029127,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"9933f84d4de4e79f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9933f84d4de4e79f","status":"passed","time":{"start":1706618668732,"stop":1706618668733,"duration":1}}]},"tags":[]},"source":"a0beb8dcf4b7979d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a0d578b371c5ba13.json b/6291/data/test-cases/a0d578b371c5ba13.json new file mode 100644 index 00000000000..b8a23583cc2 --- /dev/null +++ b/6291/data/test-cases/a0d578b371c5ba13.json @@ -0,0 +1 @@ +{"uid":"a0d578b371c5ba13","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":1706618858019,"stop":1706618858022,"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":2,"unknown":0,"total":2},"items":[{"uid":"c8ffd901f8dc0c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c8ffd901f8dc0c50","status":"passed","time":{"start":1706618636979,"stop":1706618636980,"duration":1}}]},"tags":[]},"source":"a0d578b371c5ba13.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a0f94d9d260cc4d0.json b/6291/data/test-cases/a0f94d9d260cc4d0.json new file mode 100644 index 00000000000..364422938b3 --- /dev/null +++ b/6291/data/test-cases/a0f94d9d260cc4d0.json @@ -0,0 +1 @@ +{"uid":"a0f94d9d260cc4d0","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":1706618371936,"stop":1706618371936,"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":2,"unknown":0,"total":2},"items":[{"uid":"b1bb5650892cbbee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1bb5650892cbbee","status":"passed","time":{"start":1706618164525,"stop":1706618164525,"duration":0}}]},"tags":[]},"source":"a0f94d9d260cc4d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a9f65469d1139a7f.json b/6291/data/test-cases/a220aa1c810527a9.json similarity index 78% rename from 6266/data/test-cases/a9f65469d1139a7f.json rename to 6291/data/test-cases/a220aa1c810527a9.json index 979257c228a..5a79bc50986 100644 --- a/6266/data/test-cases/a9f65469d1139a7f.json +++ b/6291/data/test-cases/a220aa1c810527a9.json @@ -1 +1 @@ -{"uid":"a9f65469d1139a7f","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":1706101369634,"stop":1706101369635,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"f43c0a32d4cb5191","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f43c0a32d4cb5191","status":"passed","time":{"start":1706101264985,"stop":1706101264985,"duration":0}},{"uid":"ac96676585fd692f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ac96676585fd692f","status":"passed","time":{"start":1706101143280,"stop":1706101143280,"duration":0}},{"uid":"29fdab8287c5393b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/29fdab8287c5393b","status":"passed","time":{"start":1706100932550,"stop":1706100932550,"duration":0}},{"uid":"3deb49939eda2398","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3deb49939eda2398","status":"passed","time":{"start":1706100355785,"stop":1706100355785,"duration":0}},{"uid":"649ac4bef10b382d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/649ac4bef10b382d","status":"passed","time":{"start":1706099967120,"stop":1706099967120,"duration":0}},{"uid":"80e593a7162decfe","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/80e593a7162decfe","status":"passed","time":{"start":1706098945336,"stop":1706098945337,"duration":1}},{"uid":"49ac4989c578059c","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/49ac4989c578059c","status":"passed","time":{"start":1706077698158,"stop":1706077698158,"duration":0}},{"uid":"4af7b96004d053ac","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/4af7b96004d053ac","status":"passed","time":{"start":1706069781887,"stop":1706069781888,"duration":1}},{"uid":"3555f817c83f84a2","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3555f817c83f84a2","status":"passed","time":{"start":1705950488311,"stop":1705950488315,"duration":4}},{"uid":"e30440436cf1008e","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e30440436cf1008e","status":"passed","time":{"start":1705938293059,"stop":1705938293067,"duration":8}},{"uid":"36693e084b4538df","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/36693e084b4538df","status":"passed","time":{"start":1705913430286,"stop":1705913430287,"duration":1}},{"uid":"386963674f44f3f1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/386963674f44f3f1","status":"passed","time":{"start":1705912976205,"stop":1705912976206,"duration":1}},{"uid":"43512928d8c0e5b7","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/43512928d8c0e5b7","status":"passed","time":{"start":1705912363766,"stop":1705912363766,"duration":0}},{"uid":"ac5bd84349d00935","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/ac5bd84349d00935","status":"passed","time":{"start":1705911543460,"stop":1705911543460,"duration":0}},{"uid":"287c3d345585731","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/287c3d345585731","status":"passed","time":{"start":1705698753996,"stop":1705698753997,"duration":1}},{"uid":"19dda9c82dc3554a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/19dda9c82dc3554a","status":"passed","time":{"start":1705687466255,"stop":1705687466256,"duration":1}},{"uid":"45bc1e8eeab59ba8","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/45bc1e8eeab59ba8","status":"passed","time":{"start":1705687381584,"stop":1705687381584,"duration":0}},{"uid":"3f81ac31b6d9c084","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3f81ac31b6d9c084","status":"passed","time":{"start":1705681326962,"stop":1705681326963,"duration":1}},{"uid":"7be034b98cb8a36e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7be034b98cb8a36e","status":"passed","time":{"start":1705678076943,"stop":1705678076952,"duration":9}},{"uid":"8ae28490df38a8ab","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/8ae28490df38a8ab","status":"passed","time":{"start":1705677999865,"stop":1705677999865,"duration":0}}]},"tags":[]},"source":"a9f65469d1139a7f.json","parameterValues":[]} \ No newline at end of file +{"uid":"a220aa1c810527a9","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":1706618580259,"stop":1706618580259,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"3351388b03a00b9e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3351388b03a00b9e","status":"passed","time":{"start":1706618380681,"stop":1706618380681,"duration":0}}]},"tags":[]},"source":"a220aa1c810527a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a22a046ff0b89741.json b/6291/data/test-cases/a22a046ff0b89741.json new file mode 100644 index 00000000000..ceb6cf0713d --- /dev/null +++ b/6291/data/test-cases/a22a046ff0b89741.json @@ -0,0 +1 @@ +{"uid":"a22a046ff0b89741","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619035797,"stop":1706619035797,"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":2,"unknown":0,"total":2},"items":[{"uid":"516e72fce3c493a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/516e72fce3c493a5","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"tags":[]},"source":"a22a046ff0b89741.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a387e01d4e8ad010.json b/6291/data/test-cases/a387e01d4e8ad010.json new file mode 100644 index 00000000000..340ec1c23c8 --- /dev/null +++ b/6291/data/test-cases/a387e01d4e8ad010.json @@ -0,0 +1 @@ +{"uid":"a387e01d4e8ad010","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":1706618372824,"stop":1706618372825,"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":2,"unknown":0,"total":2},"items":[{"uid":"da6d1b5db7b701c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/da6d1b5db7b701c8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"tags":[]},"source":"a387e01d4e8ad010.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a3899f1ed2dd4bbb.json b/6291/data/test-cases/a3899f1ed2dd4bbb.json new file mode 100644 index 00000000000..f034de8fac0 --- /dev/null +++ b/6291/data/test-cases/a3899f1ed2dd4bbb.json @@ -0,0 +1 @@ +{"uid":"a3899f1ed2dd4bbb","name":"Query Generator - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - forward","historyId":"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619002392,"stop":1706619002393,"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":2,"unknown":0,"total":2},"items":[{"uid":"801970b1424db89e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/801970b1424db89e","status":"passed","time":{"start":1706618759764,"stop":1706618759765,"duration":1}}]},"tags":[]},"source":"a3899f1ed2dd4bbb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a3a9ff6957db0000.json b/6291/data/test-cases/a3a9ff6957db0000.json new file mode 100644 index 00000000000..f5a9c876cf3 --- /dev/null +++ b/6291/data/test-cases/a3a9ff6957db0000.json @@ -0,0 +1 @@ +{"uid":"a3a9ff6957db0000","name":"Query Generator - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - backward","historyId":"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619002393,"stop":1706619002393,"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":2,"unknown":0,"total":2},"items":[{"uid":"8175dc75ac57010f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8175dc75ac57010f","status":"passed","time":{"start":1706618759766,"stop":1706618759767,"duration":1}}]},"tags":[]},"source":"a3a9ff6957db0000.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a3d838e4a1b8b6a0.json b/6291/data/test-cases/a3d838e4a1b8b6a0.json new file mode 100644 index 00000000000..b50c24cfa35 --- /dev/null +++ b/6291/data/test-cases/a3d838e4a1b8b6a0.json @@ -0,0 +1 @@ +{"uid":"a3d838e4a1b8b6a0","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619021206,"stop":1706619021207,"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":2,"unknown":0,"total":2},"items":[{"uid":"6b78501fc42f8b88","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b78501fc42f8b88","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"tags":[]},"source":"a3d838e4a1b8b6a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/86fe5c7ce8aa6aec.json b/6291/data/test-cases/a415e108cde12407.json similarity index 85% rename from 6266/data/test-cases/86fe5c7ce8aa6aec.json rename to 6291/data/test-cases/a415e108cde12407.json index 7b9b9f1c557..81dea6651cc 100644 --- a/6266/data/test-cases/86fe5c7ce8aa6aec.json +++ b/6291/data/test-cases/a415e108cde12407.json @@ -1 +1 @@ -{"uid":"86fe5c7ce8aa6aec","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":1706101723789,"stop":1706101723789,"duration":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":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"d7d59138f9253c9c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d7d59138f9253c9c","status":"passed","time":{"start":1706101654458,"stop":1706101654458,"duration":0}},{"uid":"51706b514a82a325","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/51706b514a82a325","status":"passed","time":{"start":1706101537659,"stop":1706101537660,"duration":1}},{"uid":"b521c23c8450a3c6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b521c23c8450a3c6","status":"passed","time":{"start":1706100722878,"stop":1706100722879,"duration":1}},{"uid":"b83149abf6e967e8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b83149abf6e967e8","status":"passed","time":{"start":1706099290630,"stop":1706099290630,"duration":0}},{"uid":"6ff70add9de3539e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6ff70add9de3539e","status":"passed","time":{"start":1705681678132,"stop":1705681678132,"duration":0}},{"uid":"918a86b8402c1ddf","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/918a86b8402c1ddf","status":"passed","time":{"start":1705680350531,"stop":1705680350531,"duration":0}},{"uid":"eafefe2aa415d421","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/eafefe2aa415d421","status":"passed","time":{"start":1705667092962,"stop":1705667092962,"duration":0}},{"uid":"3bb2b31374afd0de","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/3bb2b31374afd0de","status":"passed","time":{"start":1705527069388,"stop":1705527069388,"duration":0}},{"uid":"a2d884deadce6962","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/a2d884deadce6962","status":"passed","time":{"start":1705521327107,"stop":1705521327107,"duration":0}},{"uid":"aa0201bbe3437e4f","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/aa0201bbe3437e4f","status":"passed","time":{"start":1705520488390,"stop":1705520488390,"duration":0}},{"uid":"5bece404ed17bc8d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/5bece404ed17bc8d","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883240,"stop":1705518883240,"duration":0}},{"uid":"a27614e6b9685431","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/a27614e6b9685431","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684096,"stop":1705502684096,"duration":0}}]},"tags":[]},"source":"86fe5c7ce8aa6aec.json","parameterValues":[]} \ No newline at end of file +{"uid":"a415e108cde12407","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":1706618959481,"stop":1706618959482,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"7c3ec9517f788722","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c3ec9517f788722","status":"passed","time":{"start":1706618735876,"stop":1706618735877,"duration":1}}]},"tags":[]},"source":"a415e108cde12407.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/19b1274c08627bcf.json b/6291/data/test-cases/a4e852432ac421ab.json similarity index 96% rename from 6266/data/test-cases/19b1274c08627bcf.json rename to 6291/data/test-cases/a4e852432ac421ab.json index 577f1fe697d..e1b501d143a 100644 --- a/6266/data/test-cases/19b1274c08627bcf.json +++ b/6291/data/test-cases/a4e852432ac421ab.json @@ -1 +1 @@ -{"uid":"19b1274c08627bcf","name":"Publish message with custom timestamp: Wed Jan 24 2024 12:05:15 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Jan 24 2024 12:05:15 GMT+0000 (Coordinated Universal Time)","historyId":"f06bd9bf31d84bd834913452b5a49927:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101530732,"stop":1706101530733,"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":"19b1274c08627bcf.json","parameterValues":[]} \ No newline at end of file +{"uid":"a4e852432ac421ab","name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","historyId":"306ba969a29619ad276c548e6b11c6f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618865689,"stop":1706618865690,"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":"a4e852432ac421ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a511eab67be8b2d1.json b/6291/data/test-cases/a511eab67be8b2d1.json new file mode 100644 index 00000000000..d8e90f0399f --- /dev/null +++ b/6291/data/test-cases/a511eab67be8b2d1.json @@ -0,0 +1 @@ +{"uid":"a511eab67be8b2d1","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372812,"stop":1706618372813,"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":2,"unknown":0,"total":2},"items":[{"uid":"9c9a0425db4cf0af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9c9a0425db4cf0af","status":"passed","time":{"start":1706618165335,"stop":1706618165336,"duration":1}}]},"tags":[]},"source":"a511eab67be8b2d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a52864fe694cbb18.json b/6291/data/test-cases/a52864fe694cbb18.json new file mode 100644 index 00000000000..0ca2a9d15fa --- /dev/null +++ b/6291/data/test-cases/a52864fe694cbb18.json @@ -0,0 +1 @@ +{"uid":"a52864fe694cbb18","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":1706618959489,"stop":1706618959490,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"d48e449bbbef7e77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d48e449bbbef7e77","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"tags":[]},"source":"a52864fe694cbb18.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c02cb473c3631732.json b/6291/data/test-cases/a532d3bc7dea6723.json similarity index 77% rename from 6266/data/test-cases/c02cb473c3631732.json rename to 6291/data/test-cases/a532d3bc7dea6723.json index 47bf4c4f430..dc39759f2f5 100644 --- a/6266/data/test-cases/c02cb473c3631732.json +++ b/6291/data/test-cases/a532d3bc7dea6723.json @@ -1 +1 @@ -{"uid":"c02cb473c3631732","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":1706101369616,"stop":1706101369616,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"89ceb23cceec374a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/89ceb23cceec374a","status":"passed","time":{"start":1706101264973,"stop":1706101264974,"duration":1}},{"uid":"64158ecf29506cca","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/64158ecf29506cca","status":"passed","time":{"start":1706101143271,"stop":1706101143271,"duration":0}},{"uid":"187566f35d9edcf6","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/187566f35d9edcf6","status":"passed","time":{"start":1706100932524,"stop":1706100932525,"duration":1}},{"uid":"acd8ef5c9097d6c6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/acd8ef5c9097d6c6","status":"passed","time":{"start":1706100355774,"stop":1706100355774,"duration":0}},{"uid":"a99308e48c00ced2","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a99308e48c00ced2","status":"passed","time":{"start":1706099967098,"stop":1706099967099,"duration":1}},{"uid":"bbc62ec655af8217","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/bbc62ec655af8217","status":"passed","time":{"start":1706098945319,"stop":1706098945320,"duration":1}},{"uid":"b476463464fa1c31","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b476463464fa1c31","status":"passed","time":{"start":1706077698140,"stop":1706077698140,"duration":0}},{"uid":"200e56da4f731e9a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/200e56da4f731e9a","status":"passed","time":{"start":1706069781878,"stop":1706069781878,"duration":0}},{"uid":"747b9e148faa2b94","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/747b9e148faa2b94","status":"passed","time":{"start":1705950488301,"stop":1705950488302,"duration":1}},{"uid":"2af07dd2df396508","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/2af07dd2df396508","status":"passed","time":{"start":1705938293051,"stop":1705938293051,"duration":0}},{"uid":"fde5a044064ac76","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/fde5a044064ac76","status":"passed","time":{"start":1705913430271,"stop":1705913430272,"duration":1}},{"uid":"e8533c4ffc6fbaa9","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e8533c4ffc6fbaa9","status":"passed","time":{"start":1705912976198,"stop":1705912976198,"duration":0}},{"uid":"5b57c2b8c18f7458","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/5b57c2b8c18f7458","status":"passed","time":{"start":1705912363757,"stop":1705912363757,"duration":0}},{"uid":"33d5c1111386e6b9","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/33d5c1111386e6b9","status":"passed","time":{"start":1705911543451,"stop":1705911543452,"duration":1}},{"uid":"33b89e4b63045bb8","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/33b89e4b63045bb8","status":"passed","time":{"start":1705698753988,"stop":1705698753989,"duration":1}},{"uid":"bcc187dca47788ce","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/bcc187dca47788ce","status":"passed","time":{"start":1705687466235,"stop":1705687466235,"duration":0}},{"uid":"ddf9710de19de533","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ddf9710de19de533","status":"passed","time":{"start":1705687381575,"stop":1705687381576,"duration":1}},{"uid":"fa6287eea13a9c7d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fa6287eea13a9c7d","status":"passed","time":{"start":1705681326898,"stop":1705681326899,"duration":1}},{"uid":"fc84d11ec7dbdc56","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/fc84d11ec7dbdc56","status":"passed","time":{"start":1705678076916,"stop":1705678076916,"duration":0}},{"uid":"5a39cf71fbcad17b","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/5a39cf71fbcad17b","status":"passed","time":{"start":1705677999856,"stop":1705677999857,"duration":1}}]},"tags":[]},"source":"c02cb473c3631732.json","parameterValues":[]} \ No newline at end of file +{"uid":"a532d3bc7dea6723","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":1706618580246,"stop":1706618580247,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9839ff0991a27133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9839ff0991a27133","status":"passed","time":{"start":1706618380656,"stop":1706618380656,"duration":0}}]},"tags":[]},"source":"a532d3bc7dea6723.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a5414818a21a685c.json b/6291/data/test-cases/a5414818a21a685c.json new file mode 100644 index 00000000000..b7021f8e1dd --- /dev/null +++ b/6291/data/test-cases/a5414818a21a685c.json @@ -0,0 +1 @@ +{"uid":"a5414818a21a685c","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619035797,"stop":1706619035797,"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":2,"unknown":0,"total":2},"items":[{"uid":"a6b8578f44b7305d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a6b8578f44b7305d","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"tags":[]},"source":"a5414818a21a685c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a571702ae007a13a.json b/6291/data/test-cases/a571702ae007a13a.json new file mode 100644 index 00000000000..bf53d6f6d68 --- /dev/null +++ b/6291/data/test-cases/a571702ae007a13a.json @@ -0,0 +1 @@ +{"uid":"a571702ae007a13a","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":1706618372810,"stop":1706618372811,"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":2,"unknown":0,"total":2},"items":[{"uid":"2306354b10cc34d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2306354b10cc34d9","status":"passed","time":{"start":1706618165333,"stop":1706618165334,"duration":1}}]},"tags":[]},"source":"a571702ae007a13a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a5bdd2142ec8ab1b.json b/6291/data/test-cases/a5bdd2142ec8ab1b.json new file mode 100644 index 00000000000..2f6deefd0e8 --- /dev/null +++ b/6291/data/test-cases/a5bdd2142ec8ab1b.json @@ -0,0 +1 @@ +{"uid":"a5bdd2142ec8ab1b","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":1706618448911,"stop":1706618448911,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"fba9e794236f4bca","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fba9e794236f4bca","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"tags":[]},"source":"a5bdd2142ec8ab1b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a6200c2a4f74d6db.json b/6291/data/test-cases/a6200c2a4f74d6db.json new file mode 100644 index 00000000000..abb77581314 --- /dev/null +++ b/6291/data/test-cases/a6200c2a4f74d6db.json @@ -0,0 +1 @@ +{"uid":"a6200c2a4f74d6db","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":1706618489110,"stop":1706618489110,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"dd18ec295092d2ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd18ec295092d2ce","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"tags":[]},"source":"a6200c2a4f74d6db.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6ea8d5d122490fb6.json b/6291/data/test-cases/a63d8be9df60a1a9.json similarity index 97% rename from 6266/data/test-cases/6ea8d5d122490fb6.json rename to 6291/data/test-cases/a63d8be9df60a1a9.json index 1024d709089..7a564af1ff3 100644 --- a/6266/data/test-cases/6ea8d5d122490fb6.json +++ b/6291/data/test-cases/a63d8be9df60a1a9.json @@ -1 +1 @@ -{"uid":"6ea8d5d122490fb6","name":"Check received message with timestamp: 1706101190517 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1706101190517 ","historyId":"7c43c27eb857d677468ae988f4f8e85a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101723806,"stop":1706101723806,"duration":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":"6ea8d5d122490fb6.json","parameterValues":[]} \ No newline at end of file +{"uid":"a63d8be9df60a1a9","name":"Check received message with timestamp: 1706618413982 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1706618413982 ","historyId":"39c558bd70a105d3412e93f8637616b7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":"a63d8be9df60a1a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a6b1ced300464cbc.json b/6291/data/test-cases/a6b1ced300464cbc.json new file mode 100644 index 00000000000..9164665fa5e --- /dev/null +++ b/6291/data/test-cases/a6b1ced300464cbc.json @@ -0,0 +1 @@ +{"uid":"a6b1ced300464cbc","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":1706619008973,"stop":1706619008973,"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":2,"unknown":0,"total":2},"items":[{"uid":"139024346b7ef194","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/139024346b7ef194","status":"passed","time":{"start":1706618775738,"stop":1706618775739,"duration":1}}]},"tags":[]},"source":"a6b1ced300464cbc.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6d3279fcdc01bedc.json b/6291/data/test-cases/a7f2e485adc5ee62.json similarity index 92% rename from 6266/data/test-cases/6d3279fcdc01bedc.json rename to 6291/data/test-cases/a7f2e485adc5ee62.json index 14f345d1b71..83d64c731f9 100644 --- a/6266/data/test-cases/6d3279fcdc01bedc.json +++ b/6291/data/test-cases/a7f2e485adc5ee62.json @@ -1 +1 @@ -{"uid":"6d3279fcdc01bedc","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":1706101594012,"stop":1706101594012,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"fa3f1687e08ca2e4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/fa3f1687e08ca2e4","status":"passed","time":{"start":1706101499457,"stop":1706101499457,"duration":0}},{"uid":"4e81dfb217aa6a9c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4e81dfb217aa6a9c","status":"passed","time":{"start":1706101380155,"stop":1706101380155,"duration":0}},{"uid":"c31ab8039744089","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c31ab8039744089","status":"passed","time":{"start":1706100623773,"stop":1706100623773,"duration":0}},{"uid":"53fce7615a89d81d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/53fce7615a89d81d","status":"passed","time":{"start":1706099176293,"stop":1706099176293,"duration":0}},{"uid":"c4bc469aaecfe142","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c4bc469aaecfe142","status":"passed","time":{"start":1705681544261,"stop":1705681544261,"duration":0}},{"uid":"bdfb14c06eb1f760","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/bdfb14c06eb1f760","status":"passed","time":{"start":1705680158908,"stop":1705680158908,"duration":0}},{"uid":"24bdd19ef6f54ef2","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/24bdd19ef6f54ef2","status":"passed","time":{"start":1705666900230,"stop":1705666900230,"duration":0}},{"uid":"6adc7e9febee7823","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/6adc7e9febee7823","status":"passed","time":{"start":1705526887815,"stop":1705526887815,"duration":0}}]},"tags":[]},"source":"6d3279fcdc01bedc.json","parameterValues":[]} \ No newline at end of file +{"uid":"a7f2e485adc5ee62","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":1706618858025,"stop":1706618858026,"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":2,"unknown":0,"total":2},"items":[{"uid":"7440c7c471bb05d5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7440c7c471bb05d5","status":"passed","time":{"start":1706618636990,"stop":1706618636991,"duration":1}}]},"tags":[]},"source":"a7f2e485adc5ee62.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6b4050734f1009dd.json b/6291/data/test-cases/a886e22c992bff7d.json similarity index 69% rename from 6266/data/test-cases/6b4050734f1009dd.json rename to 6291/data/test-cases/a886e22c992bff7d.json index 1d4e0031e2d..41db35aeeaa 100644 --- a/6266/data/test-cases/6b4050734f1009dd.json +++ b/6291/data/test-cases/a886e22c992bff7d.json @@ -1 +1 @@ -{"uid":"6b4050734f1009dd","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":1706101414347,"stop":1706101414348,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"bbe294f6ce837efe","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bbe294f6ce837efe","status":"passed","time":{"start":1706101310176,"stop":1706101310177,"duration":1}},{"uid":"28a6913d1936a4f2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/28a6913d1936a4f2","status":"passed","time":{"start":1706101205588,"stop":1706101205589,"duration":1}},{"uid":"c9410dd38dbf767c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c9410dd38dbf767c","status":"passed","time":{"start":1706100409436,"stop":1706100409437,"duration":1}},{"uid":"f181d6b16325ff9f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f181d6b16325ff9f","status":"passed","time":{"start":1706098983603,"stop":1706098983603,"duration":0}},{"uid":"f06085e28b76e2bc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f06085e28b76e2bc","status":"passed","time":{"start":1705681361929,"stop":1705681361929,"duration":0}},{"uid":"6fa687e64b96a651","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6fa687e64b96a651","status":"passed","time":{"start":1705680056541,"stop":1705680056541,"duration":0}},{"uid":"35666880b360d857","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/35666880b360d857","status":"passed","time":{"start":1705666820301,"stop":1705666820301,"duration":0}},{"uid":"6562371e8cba7430","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/6562371e8cba7430","status":"passed","time":{"start":1705526830785,"stop":1705526830785,"duration":0}}]},"tags":[]},"source":"6b4050734f1009dd.json","parameterValues":[]} \ No newline at end of file +{"uid":"a886e22c992bff7d","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":1706618624276,"stop":1706618624277,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f8774c584e4a8a67","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8774c584e4a8a67","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"tags":[]},"source":"a886e22c992bff7d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a8e97b6e228a0c57.json b/6291/data/test-cases/a8e97b6e228a0c57.json new file mode 100644 index 00000000000..b2660732eea --- /dev/null +++ b/6291/data/test-cases/a8e97b6e228a0c57.json @@ -0,0 +1 @@ +{"uid":"a8e97b6e228a0c57","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":1706618858017,"stop":1706618858017,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"c6409e843f82dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6409e843f82dc0e","status":"passed","time":{"start":1706618636975,"stop":1706618636976,"duration":1}}]},"tags":[]},"source":"a8e97b6e228a0c57.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f06d939ed3f523bb.json b/6291/data/test-cases/a93c14c20bfc2c02.json similarity index 94% rename from 6266/data/test-cases/f06d939ed3f523bb.json rename to 6291/data/test-cases/a93c14c20bfc2c02.json index ea7ad7e1456..d1e1e1af98a 100644 --- a/6266/data/test-cases/f06d939ed3f523bb.json +++ b/6291/data/test-cases/a93c14c20bfc2c02.json @@ -1 +1 @@ -{"uid":"f06d939ed3f523bb","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":1706101757817,"stop":1706101757818,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"17e60c1ad8cec9d1","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/17e60c1ad8cec9d1","status":"passed","time":{"start":1706101680225,"stop":1706101680225,"duration":0}},{"uid":"af29443c6129c2e6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/af29443c6129c2e6","status":"passed","time":{"start":1706101549596,"stop":1706101549596,"duration":0}},{"uid":"c6110ac7e1e3496d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c6110ac7e1e3496d","status":"passed","time":{"start":1706100770594,"stop":1706100770594,"duration":0}},{"uid":"a1b2420c16cfbd1d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a1b2420c16cfbd1d","status":"passed","time":{"start":1706099342668,"stop":1706099342668,"duration":0}},{"uid":"91e57b98b37bd333","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/91e57b98b37bd333","status":"passed","time":{"start":1705681713139,"stop":1705681713139,"duration":0}}]},"tags":[]},"source":"f06d939ed3f523bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"a93c14c20bfc2c02","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":1706618996188,"stop":1706618996188,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9a8415e39b3480ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8415e39b3480ce","status":"passed","time":{"start":1706618797761,"stop":1706618797762,"duration":1}}]},"tags":[]},"source":"a93c14c20bfc2c02.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/a9b830f666a9ec38.json b/6291/data/test-cases/a9b830f666a9ec38.json new file mode 100644 index 00000000000..929479787e4 --- /dev/null +++ b/6291/data/test-cases/a9b830f666a9ec38.json @@ -0,0 +1 @@ +{"uid":"a9b830f666a9ec38","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":1706618996196,"stop":1706618996196,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"638661303856025f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/638661303856025f","status":"passed","time":{"start":1706618797767,"stop":1706618797767,"duration":0}}]},"tags":[]},"source":"a9b830f666a9ec38.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/aa4588059954a092.json b/6291/data/test-cases/aa4588059954a092.json new file mode 100644 index 00000000000..d03cd23d199 --- /dev/null +++ b/6291/data/test-cases/aa4588059954a092.json @@ -0,0 +1 @@ +{"uid":"aa4588059954a092","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":1706618731289,"stop":1706618731289,"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":2,"unknown":0,"total":2},"items":[{"uid":"7f593712bb7b9bf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f593712bb7b9bf5","status":"passed","time":{"start":1706618394329,"stop":1706618394329,"duration":0}}]},"tags":[]},"source":"aa4588059954a092.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ab1e23df5753f165.json b/6291/data/test-cases/ab1e23df5753f165.json new file mode 100644 index 00000000000..82316131e9e --- /dev/null +++ b/6291/data/test-cases/ab1e23df5753f165.json @@ -0,0 +1 @@ +{"uid":"ab1e23df5753f165","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":1706618366456,"stop":1706618366457,"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":2,"unknown":0,"total":2},"items":[{"uid":"10c06bec69b69dba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10c06bec69b69dba","status":"passed","time":{"start":1706618156837,"stop":1706618156837,"duration":0}}]},"tags":[]},"source":"ab1e23df5753f165.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f86442e4117cc037.json b/6291/data/test-cases/ab928789beecb37e.json similarity index 92% rename from 6266/data/test-cases/f86442e4117cc037.json rename to 6291/data/test-cases/ab928789beecb37e.json index 2d9d5e049af..e02fadf10ac 100644 --- a/6266/data/test-cases/f86442e4117cc037.json +++ b/6291/data/test-cases/ab928789beecb37e.json @@ -1 +1 @@ -{"uid":"f86442e4117cc037","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":1706101594013,"stop":1706101594013,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"a9dfa38ca337a00c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a9dfa38ca337a00c","status":"passed","time":{"start":1706101499458,"stop":1706101499458,"duration":0}},{"uid":"2eade1b3b38ab88b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2eade1b3b38ab88b","status":"passed","time":{"start":1706101380157,"stop":1706101380158,"duration":1}},{"uid":"5fc646aa9aeb057a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5fc646aa9aeb057a","status":"passed","time":{"start":1706100623774,"stop":1706100623774,"duration":0}},{"uid":"d888a04f9027a071","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d888a04f9027a071","status":"passed","time":{"start":1706099176294,"stop":1706099176294,"duration":0}},{"uid":"ed6dbf52d3c5deea","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ed6dbf52d3c5deea","status":"passed","time":{"start":1705681544262,"stop":1705681544262,"duration":0}},{"uid":"c0e6e613c9790185","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c0e6e613c9790185","status":"passed","time":{"start":1705680158910,"stop":1705680158911,"duration":1}},{"uid":"b5b7300947abac48","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/b5b7300947abac48","status":"passed","time":{"start":1705666900231,"stop":1705666900231,"duration":0}},{"uid":"d1a92c9c01e99099","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/d1a92c9c01e99099","status":"passed","time":{"start":1705526887816,"stop":1705526887816,"duration":0}}]},"tags":[]},"source":"f86442e4117cc037.json","parameterValues":[]} \ No newline at end of file +{"uid":"ab928789beecb37e","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":1706618858026,"stop":1706618858026,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f12ffbc05078a111","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f12ffbc05078a111","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"tags":[]},"source":"ab928789beecb37e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/abae4bad08daae59.json b/6291/data/test-cases/abae4bad08daae59.json new file mode 100644 index 00000000000..80353dd4a6a --- /dev/null +++ b/6291/data/test-cases/abae4bad08daae59.json @@ -0,0 +1 @@ +{"uid":"abae4bad08daae59","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":1706618366453,"stop":1706618366454,"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":2,"unknown":0,"total":2},"items":[{"uid":"396f89ed8f581f11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/396f89ed8f581f11","status":"passed","time":{"start":1706618156834,"stop":1706618156834,"duration":0}}]},"tags":[]},"source":"abae4bad08daae59.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/abdb211093992aca.json b/6291/data/test-cases/abdb211093992aca.json new file mode 100644 index 00000000000..f20d996a1a3 --- /dev/null +++ b/6291/data/test-cases/abdb211093992aca.json @@ -0,0 +1 @@ +{"uid":"abdb211093992aca","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":1706618371932,"stop":1706618371933,"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":2,"unknown":0,"total":2},"items":[{"uid":"682b217ff2605bd8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/682b217ff2605bd8","status":"passed","time":{"start":1706618164519,"stop":1706618164520,"duration":1}}]},"tags":[]},"source":"abdb211093992aca.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2a192316cdc33217.json b/6291/data/test-cases/ac29d1026baa1d0e.json similarity index 73% rename from 6266/data/test-cases/2a192316cdc33217.json rename to 6291/data/test-cases/ac29d1026baa1d0e.json index b0b24a98963..e1f2b953359 100644 --- a/6266/data/test-cases/2a192316cdc33217.json +++ b/6291/data/test-cases/ac29d1026baa1d0e.json @@ -1 +1 @@ -{"uid":"2a192316cdc33217","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101545968,"stop":1706101545968,"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":106,"unknown":0,"total":106},"items":[{"uid":"451de6659c59e252","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/451de6659c59e252","status":"passed","time":{"start":1706101432509,"stop":1706101432510,"duration":1}},{"uid":"7fa44c7be2ce78d7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7fa44c7be2ce78d7","status":"passed","time":{"start":1706101317705,"stop":1706101317706,"duration":1}},{"uid":"ca35fcf39e327f2e","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/ca35fcf39e327f2e","status":"passed","time":{"start":1706100939713,"stop":1706100939713,"duration":0}},{"uid":"ca45dc5f3dd04257","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ca45dc5f3dd04257","status":"passed","time":{"start":1706100525072,"stop":1706100525072,"duration":0}},{"uid":"c899c53c67db20","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/c899c53c67db20","status":"passed","time":{"start":1706099965683,"stop":1706099965683,"duration":0}},{"uid":"b211801d36f4899f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b211801d36f4899f","status":"passed","time":{"start":1706099111446,"stop":1706099111447,"duration":1}},{"uid":"39fd7719b63a2f4e","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/39fd7719b63a2f4e","status":"passed","time":{"start":1706077695286,"stop":1706077695287,"duration":1}},{"uid":"a9934b5aa54cc1b9","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a9934b5aa54cc1b9","status":"passed","time":{"start":1706069776800,"stop":1706069776800,"duration":0}},{"uid":"47aa9bb381e51dcb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/47aa9bb381e51dcb","status":"passed","time":{"start":1705950492101,"stop":1705950492101,"duration":0}},{"uid":"205606016441f6d2","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/205606016441f6d2","status":"passed","time":{"start":1705938291936,"stop":1705938291936,"duration":0}},{"uid":"81223420a1c384e0","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/81223420a1c384e0","status":"passed","time":{"start":1705913434715,"stop":1705913434715,"duration":0}},{"uid":"5578f6a23587b54c","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/5578f6a23587b54c","status":"passed","time":{"start":1705912976659,"stop":1705912976660,"duration":1}},{"uid":"125465ca6b1a4caf","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/125465ca6b1a4caf","status":"passed","time":{"start":1705912362836,"stop":1705912362836,"duration":0}},{"uid":"3e1f84b2bc1572f5","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3e1f84b2bc1572f5","status":"passed","time":{"start":1705911541670,"stop":1705911541670,"duration":0}},{"uid":"d03334c2963ecb5","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d03334c2963ecb5","status":"passed","time":{"start":1705698743461,"stop":1705698743462,"duration":1}},{"uid":"3167859cba6f15a2","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3167859cba6f15a2","status":"passed","time":{"start":1705687470551,"stop":1705687470552,"duration":1}},{"uid":"b6f6c0f682ece322","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/b6f6c0f682ece322","status":"passed","time":{"start":1705687378204,"stop":1705687378204,"duration":0}},{"uid":"ae8cc21f0e561155","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ae8cc21f0e561155","status":"passed","time":{"start":1705681472159,"stop":1705681472159,"duration":0}},{"uid":"fca42dac41d9d9f2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/fca42dac41d9d9f2","status":"passed","time":{"start":1705680122010,"stop":1705680122011,"duration":1}},{"uid":"bf7f88271800fbaa","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/bf7f88271800fbaa","status":"passed","time":{"start":1705678077072,"stop":1705678077076,"duration":4}}]},"tags":[]},"source":"2a192316cdc33217.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac29d1026baa1d0e","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618871323,"stop":1706618871324,"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":2,"unknown":0,"total":2},"items":[{"uid":"f32e18ff367ebc02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f32e18ff367ebc02","status":"passed","time":{"start":1706618685083,"stop":1706618685084,"duration":1}}]},"tags":[]},"source":"ac29d1026baa1d0e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1f958d1cb88f1bfe.json b/6291/data/test-cases/ac74353d45e1aeff.json similarity index 87% rename from 6266/data/test-cases/1f958d1cb88f1bfe.json rename to 6291/data/test-cases/ac74353d45e1aeff.json index 8e687b12b2c..864fbd9255c 100644 --- a/6266/data/test-cases/1f958d1cb88f1bfe.json +++ b/6291/data/test-cases/ac74353d45e1aeff.json @@ -1 +1 @@ -{"uid":"1f958d1cb88f1bfe","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":1706101792206,"stop":1706101792206,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"b893d5530df3667","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b893d5530df3667","status":"passed","time":{"start":1706101709052,"stop":1706101709053,"duration":1}},{"uid":"375e8dcd9c205ef6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/375e8dcd9c205ef6","status":"passed","time":{"start":1706101584039,"stop":1706101584039,"duration":0}},{"uid":"de491aeedc7a8ecc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/de491aeedc7a8ecc","status":"passed","time":{"start":1706100800525,"stop":1706100800525,"duration":0}},{"uid":"218bbbd2980197f7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/218bbbd2980197f7","status":"passed","time":{"start":1706099377037,"stop":1706099377037,"duration":0}},{"uid":"1812c6d38ce98764","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1812c6d38ce98764","status":"passed","time":{"start":1705681745199,"stop":1705681745199,"duration":0}},{"uid":"5b116e4bcd87e1f5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5b116e4bcd87e1f5","status":"passed","time":{"start":1705680374201,"stop":1705680374201,"duration":0}},{"uid":"368de2e8681b5cc","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/368de2e8681b5cc","status":"passed","time":{"start":1705667089464,"stop":1705667089465,"duration":1}},{"uid":"74bfaca329b05347","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/74bfaca329b05347","status":"passed","time":{"start":1705521364815,"stop":1705521364815,"duration":0}},{"uid":"5a6a62402bbef67d","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/5a6a62402bbef67d","status":"passed","time":{"start":1705520531865,"stop":1705520531865,"duration":0}},{"uid":"a99ebbc05f4b3e68","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a99ebbc05f4b3e68","status":"passed","time":{"start":1705518661623,"stop":1705518661624,"duration":1}},{"uid":"f25d4b1472e92179","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/f25d4b1472e92179","status":"passed","time":{"start":1705502591725,"stop":1705502591726,"duration":1}}]},"tags":[]},"source":"1f958d1cb88f1bfe.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac74353d45e1aeff","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":1706619029124,"stop":1706619029124,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"d521ca87f27f2ab0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d521ca87f27f2ab0","status":"passed","time":{"start":1706618668724,"stop":1706618668728,"duration":4}}]},"tags":[]},"source":"ac74353d45e1aeff.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/acac0b8ed1828939.json b/6291/data/test-cases/acac0b8ed1828939.json new file mode 100644 index 00000000000..06989ce0a32 --- /dev/null +++ b/6291/data/test-cases/acac0b8ed1828939.json @@ -0,0 +1 @@ +{"uid":"acac0b8ed1828939","name":"should be called for peers with PEER_EXCHANGE tags","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Dials > dialPeer method > For peer-exchange peers > should be called for peers with PEER_EXCHANGE tags","historyId":"0d442695dd05453c4c355c81ef9164cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454371,"stop":1706618454371,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Dials"},{"name":"subSuite","value":"dialPeer method > 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":2,"unknown":0,"total":2},"items":[{"uid":"cd65ade20dbb1cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cd65ade20dbb1cbb","status":"passed","time":{"start":1706618246650,"stop":1706618246650,"duration":0}}]},"tags":[]},"source":"acac0b8ed1828939.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/34fcfb47acd3cabf.json b/6291/data/test-cases/ad3cc4b87da4e77e.json similarity index 88% rename from 6266/data/test-cases/34fcfb47acd3cabf.json rename to 6291/data/test-cases/ad3cc4b87da4e77e.json index 942c18029ff..884d72347eb 100644 --- a/6266/data/test-cases/34fcfb47acd3cabf.json +++ b/6291/data/test-cases/ad3cc4b87da4e77e.json @@ -1 +1 @@ -{"uid":"34fcfb47acd3cabf","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":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"4dbad8e85688e903","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4dbad8e85688e903","status":"passed","time":{"start":1706101295293,"stop":1706101295294,"duration":1}},{"uid":"7f7c0f10cbb76b35","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7f7c0f10cbb76b35","status":"passed","time":{"start":1706101187419,"stop":1706101187420,"duration":1}},{"uid":"43d02144aa8b1218","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/43d02144aa8b1218","status":"passed","time":{"start":1706100397496,"stop":1706100397496,"duration":0}},{"uid":"9b36c3dccf65e576","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9b36c3dccf65e576","status":"passed","time":{"start":1706098985430,"stop":1706098985430,"duration":0}},{"uid":"afb9765fee9f4dca","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/afb9765fee9f4dca","status":"passed","time":{"start":1705681341587,"stop":1705681341588,"duration":1}},{"uid":"f9aaf19e5a069b65","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/f9aaf19e5a069b65","status":"passed","time":{"start":1705680075492,"stop":1705680075492,"duration":0}},{"uid":"559770f9344015ed","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/559770f9344015ed","status":"passed","time":{"start":1705666818716,"stop":1705666818717,"duration":1}},{"uid":"d0e689602be938b6","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d0e689602be938b6","status":"passed","time":{"start":1705520251410,"stop":1705520251411,"duration":1}},{"uid":"585a9e65173450de","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/585a9e65173450de","status":"passed","time":{"start":1705518481977,"stop":1705518481977,"duration":0}},{"uid":"f4ea34e8b077eba9","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/f4ea34e8b077eba9","status":"passed","time":{"start":1705502312544,"stop":1705502312545,"duration":1}}]},"tags":[]},"source":"34fcfb47acd3cabf.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad3cc4b87da4e77e","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":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"8fde0e7b03c4cc33","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fde0e7b03c4cc33","status":"passed","time":{"start":1706618460773,"stop":1706618460773,"duration":0}}]},"tags":[]},"source":"ad3cc4b87da4e77e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/50aeda2494f98c1e.json b/6291/data/test-cases/ad5040ab0b3315c8.json similarity index 95% rename from 6266/data/test-cases/50aeda2494f98c1e.json rename to 6291/data/test-cases/ad5040ab0b3315c8.json index 2dd910087da..5a41fe2ae1d 100644 --- a/6266/data/test-cases/50aeda2494f98c1e.json +++ b/6291/data/test-cases/ad5040ab0b3315c8.json @@ -1 +1 @@ -{"uid":"50aeda2494f98c1e","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":1706101757841,"stop":1706101757841,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"a70cc05a2195cd96","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a70cc05a2195cd96","status":"passed","time":{"start":1706101680233,"stop":1706101680233,"duration":0}},{"uid":"5cab113050bf0561","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5cab113050bf0561","status":"passed","time":{"start":1706101549608,"stop":1706101549608,"duration":0}},{"uid":"ba799d0a8c7a49b0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ba799d0a8c7a49b0","status":"passed","time":{"start":1706100770605,"stop":1706100770605,"duration":0}},{"uid":"7f01a0aab451aad","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7f01a0aab451aad","status":"passed","time":{"start":1706099342677,"stop":1706099342677,"duration":0}},{"uid":"6e455a7cb95a0b68","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6e455a7cb95a0b68","status":"passed","time":{"start":1705681713151,"stop":1705681713151,"duration":0}}]},"tags":[]},"source":"50aeda2494f98c1e.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad5040ab0b3315c8","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":1706618996203,"stop":1706618996203,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"cdcde8aa1c4f58ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdcde8aa1c4f58ba","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"tags":[]},"source":"ad5040ab0b3315c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ada9d20a0a42c97a.json b/6291/data/test-cases/ada9d20a0a42c97a.json new file mode 100644 index 00000000000..ac979a2c9a4 --- /dev/null +++ b/6291/data/test-cases/ada9d20a0a42c97a.json @@ -0,0 +1 @@ +{"uid":"ada9d20a0a42c97a","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":1706619008977,"stop":1706619008977,"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":2,"unknown":0,"total":2},"items":[{"uid":"42234452b464bbeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42234452b464bbeb","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"tags":[]},"source":"ada9d20a0a42c97a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/add1fd8579ad12a1.json b/6291/data/test-cases/add1fd8579ad12a1.json new file mode 100644 index 00000000000..2eb63eafd5c --- /dev/null +++ b/6291/data/test-cases/add1fd8579ad12a1.json @@ -0,0 +1 @@ +{"uid":"add1fd8579ad12a1","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":1706618372818,"stop":1706618372818,"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":2,"unknown":0,"total":2},"items":[{"uid":"2fa7a37b9bfc038f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fa7a37b9bfc038f","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"tags":[]},"source":"add1fd8579ad12a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ae199278d309d5b6.json b/6291/data/test-cases/ae199278d309d5b6.json new file mode 100644 index 00000000000..dc1252bb520 --- /dev/null +++ b/6291/data/test-cases/ae199278d309d5b6.json @@ -0,0 +1 @@ +{"uid":"ae199278d309d5b6","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":1706618851398,"stop":1706618851398,"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":2,"unknown":0,"total":2},"items":[{"uid":"35ccf70d2affed37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35ccf70d2affed37","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"tags":[]},"source":"ae199278d309d5b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/8431ec8d25f79182.json b/6291/data/test-cases/ae48d1c4f9f739f2.json similarity index 88% rename from 6266/data/test-cases/8431ec8d25f79182.json rename to 6291/data/test-cases/ae48d1c4f9f739f2.json index 0d24257c349..9fc6ea6872f 100644 --- a/6266/data/test-cases/8431ec8d25f79182.json +++ b/6291/data/test-cases/ae48d1c4f9f739f2.json @@ -1 +1 @@ -{"uid":"8431ec8d25f79182","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":1706101792222,"stop":1706101792222,"duration":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}],"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}],"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":10,"unknown":0,"total":10},"items":[{"uid":"b303e749013ec299","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b303e749013ec299","status":"passed","time":{"start":1706101709066,"stop":1706101709066,"duration":0}},{"uid":"6419f29186029f82","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6419f29186029f82","status":"passed","time":{"start":1706101584052,"stop":1706101584052,"duration":0}},{"uid":"23537ae47b87ebc3","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/23537ae47b87ebc3","status":"passed","time":{"start":1706100800540,"stop":1706100800540,"duration":0}},{"uid":"2510af666c2ed15b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2510af666c2ed15b","status":"passed","time":{"start":1706099377052,"stop":1706099377052,"duration":0}},{"uid":"f9a6f4591a947a3a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f9a6f4591a947a3a","status":"passed","time":{"start":1705681745211,"stop":1705681745211,"duration":0}},{"uid":"2409e0c8141be2b8","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2409e0c8141be2b8","status":"passed","time":{"start":1705680374215,"stop":1705680374216,"duration":1}},{"uid":"8075c00c8299f135","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8075c00c8299f135","status":"passed","time":{"start":1705521364831,"stop":1705521364831,"duration":0}},{"uid":"157d95aca02f4b6e","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/157d95aca02f4b6e","status":"passed","time":{"start":1705520531881,"stop":1705520531881,"duration":0}},{"uid":"c92db144ddb2b63","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c92db144ddb2b63","status":"passed","time":{"start":1705502591744,"stop":1705502591744,"duration":0}}]},"tags":[]},"source":"8431ec8d25f79182.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae48d1c4f9f739f2","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":1706619029144,"stop":1706619029144,"duration":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}],"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}],"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":[],"tags":[]},"source":"ae48d1c4f9f739f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/aeb55f1d3cc18458.json b/6291/data/test-cases/aeb55f1d3cc18458.json new file mode 100644 index 00000000000..344976013c5 --- /dev/null +++ b/6291/data/test-cases/aeb55f1d3cc18458.json @@ -0,0 +1 @@ +{"uid":"aeb55f1d3cc18458","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":1706618496638,"stop":1706618496638,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"7dff2ab0cbbb03fc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7dff2ab0cbbb03fc","status":"passed","time":{"start":1706618285304,"stop":1706618285304,"duration":0}}]},"tags":[]},"source":"aeb55f1d3cc18458.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/aebcc15bf5c51737.json b/6291/data/test-cases/aebcc15bf5c51737.json new file mode 100644 index 00000000000..54c7c4ab071 --- /dev/null +++ b/6291/data/test-cases/aebcc15bf5c51737.json @@ -0,0 +1 @@ +{"uid":"aebcc15bf5c51737","name":"Add multiple subscription objects on single nwaku node","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Add multiple subscription objects on single nwaku node","historyId":"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624538,"stop":1706618624538,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"e6f6c856564c05ff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6f6c856564c05ff","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"tags":[]},"source":"aebcc15bf5c51737.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/af2f393b8e462e0a.json b/6291/data/test-cases/af2f393b8e462e0a.json new file mode 100644 index 00000000000..4f837a819e9 --- /dev/null +++ b/6291/data/test-cases/af2f393b8e462e0a.json @@ -0,0 +1 @@ +{"uid":"af2f393b8e462e0a","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":1706618886441,"stop":1706618886442,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"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":2,"unknown":0,"total":2},"items":[{"uid":"b729ce25d77bc350","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b729ce25d77bc350","status":"passed","time":{"start":1706618698146,"stop":1706618698147,"duration":1}}]},"tags":[]},"source":"af2f393b8e462e0a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/717ef49f3ecc248f.json b/6291/data/test-cases/b00cb38287ee0d09.json similarity index 74% rename from 6266/data/test-cases/717ef49f3ecc248f.json rename to 6291/data/test-cases/b00cb38287ee0d09.json index 8f9ffad5b94..65674e3e7b4 100644 --- a/6266/data/test-cases/717ef49f3ecc248f.json +++ b/6291/data/test-cases/b00cb38287ee0d09.json @@ -1 +1 @@ -{"uid":"717ef49f3ecc248f","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101545969,"stop":1706101545970,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"6e997a9b5f5488cd","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6e997a9b5f5488cd","status":"passed","time":{"start":1706101432511,"stop":1706101432511,"duration":0}},{"uid":"a826ab4278a11903","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a826ab4278a11903","status":"passed","time":{"start":1706101317707,"stop":1706101317707,"duration":0}},{"uid":"efac7bc707531e3d","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/efac7bc707531e3d","status":"passed","time":{"start":1706100939714,"stop":1706100939715,"duration":1}},{"uid":"99dd7df624f39ae9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/99dd7df624f39ae9","status":"passed","time":{"start":1706100525074,"stop":1706100525074,"duration":0}},{"uid":"44c29ecd52c8b439","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/44c29ecd52c8b439","status":"passed","time":{"start":1706099965685,"stop":1706099965685,"duration":0}},{"uid":"4869841783d9f56c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4869841783d9f56c","status":"passed","time":{"start":1706099111449,"stop":1706099111449,"duration":0}},{"uid":"616f746e8a2746ff","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/616f746e8a2746ff","status":"passed","time":{"start":1706077695288,"stop":1706077695289,"duration":1}},{"uid":"bf73fbb23de7bf7b","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/bf73fbb23de7bf7b","status":"passed","time":{"start":1706069776803,"stop":1706069776803,"duration":0}},{"uid":"58ee4b258aa422bf","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/58ee4b258aa422bf","status":"passed","time":{"start":1705950492103,"stop":1705950492103,"duration":0}},{"uid":"55c9f38178140548","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/55c9f38178140548","status":"passed","time":{"start":1705938291938,"stop":1705938291938,"duration":0}},{"uid":"700f57d338b73f52","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/700f57d338b73f52","status":"passed","time":{"start":1705913434716,"stop":1705913434717,"duration":1}},{"uid":"f178a4701cf5f348","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f178a4701cf5f348","status":"passed","time":{"start":1705912976661,"stop":1705912976661,"duration":0}},{"uid":"62ecd975a857989b","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/62ecd975a857989b","status":"passed","time":{"start":1705912362839,"stop":1705912362839,"duration":0}},{"uid":"a8776feaea6c91e8","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a8776feaea6c91e8","status":"passed","time":{"start":1705911541671,"stop":1705911541671,"duration":0}},{"uid":"bbd92ac4de037520","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/bbd92ac4de037520","status":"passed","time":{"start":1705698743465,"stop":1705698743468,"duration":3}},{"uid":"7e0c1bfa09fb9ee4","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/7e0c1bfa09fb9ee4","status":"passed","time":{"start":1705687470555,"stop":1705687470555,"duration":0}},{"uid":"509bd31fb11b7aef","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/509bd31fb11b7aef","status":"passed","time":{"start":1705687378205,"stop":1705687378206,"duration":1}},{"uid":"1974bbefc148aee9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1974bbefc148aee9","status":"passed","time":{"start":1705681472161,"stop":1705681472161,"duration":0}},{"uid":"39bae6af320f31a3","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/39bae6af320f31a3","status":"passed","time":{"start":1705680122012,"stop":1705680122012,"duration":0}},{"uid":"fcd0f8d87bb5068c","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/fcd0f8d87bb5068c","status":"passed","time":{"start":1705678077077,"stop":1705678077078,"duration":1}}]},"tags":[]},"source":"717ef49f3ecc248f.json","parameterValues":[]} \ No newline at end of file +{"uid":"b00cb38287ee0d09","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618871326,"stop":1706618871327,"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":2,"unknown":0,"total":2},"items":[{"uid":"d74f69a5f4de3769","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d74f69a5f4de3769","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"tags":[]},"source":"b00cb38287ee0d09.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/da0ce6988d2f0661.json b/6291/data/test-cases/b0c922cff128f494.json similarity index 61% rename from 6266/data/test-cases/da0ce6988d2f0661.json rename to 6291/data/test-cases/b0c922cff128f494.json index d20a8eaed90..30063e13d87 100644 --- a/6266/data/test-cases/da0ce6988d2f0661.json +++ b/6291/data/test-cases/b0c922cff128f494.json @@ -1 +1 @@ -{"uid":"da0ce6988d2f0661","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":1706101689283,"stop":1706101689284,"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":108,"unknown":0,"total":108},"items":[{"uid":"ec5c8ca3aa03f7c0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ec5c8ca3aa03f7c0","status":"passed","time":{"start":1706101580594,"stop":1706101580594,"duration":0}},{"uid":"680a301924341694","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/680a301924341694","status":"passed","time":{"start":1706101476569,"stop":1706101476570,"duration":1}},{"uid":"b6b679da4e27a089","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b6b679da4e27a089","status":"passed","time":{"start":1706100973163,"stop":1706100973163,"duration":0}},{"uid":"f01f0c57281842bc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f01f0c57281842bc","status":"passed","time":{"start":1706100702004,"stop":1706100702006,"duration":2}},{"uid":"d101829cab29fb36","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d101829cab29fb36","status":"passed","time":{"start":1706100007563,"stop":1706100007563,"duration":0}},{"uid":"ad31fafe232596a9","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ad31fafe232596a9","status":"passed","time":{"start":1706099276033,"stop":1706099276034,"duration":1}},{"uid":"ee9f9ed7c5fdbaca","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ee9f9ed7c5fdbaca","status":"passed","time":{"start":1706077738137,"stop":1706077738138,"duration":1}},{"uid":"c97b16cc2d3d8a3e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/c97b16cc2d3d8a3e","status":"passed","time":{"start":1706069822955,"stop":1706069822955,"duration":0}},{"uid":"d278fe8ee58b83dc","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/d278fe8ee58b83dc","status":"passed","time":{"start":1705950529646,"stop":1705950529648,"duration":2}},{"uid":"22f8a64a8d83b124","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/22f8a64a8d83b124","status":"passed","time":{"start":1705938338141,"stop":1705938338141,"duration":0}},{"uid":"4fd4a153a1ffc19a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4fd4a153a1ffc19a","status":"passed","time":{"start":1705913473155,"stop":1705913473156,"duration":1}},{"uid":"ae7b2f3fd9d5e1cd","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ae7b2f3fd9d5e1cd","status":"passed","time":{"start":1705913021125,"stop":1705913021125,"duration":0}},{"uid":"68160687ab89fcdf","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/68160687ab89fcdf","status":"passed","time":{"start":1705912405794,"stop":1705912405794,"duration":0}},{"uid":"d174c79177251a8c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d174c79177251a8c","status":"passed","time":{"start":1705911583675,"stop":1705911583675,"duration":0}},{"uid":"e9058e0ddd7fa34f","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e9058e0ddd7fa34f","status":"passed","time":{"start":1705698790234,"stop":1705698790234,"duration":0}},{"uid":"a960c6498987cb74","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a960c6498987cb74","status":"passed","time":{"start":1705687507805,"stop":1705687507805,"duration":0}},{"uid":"12030dddc2fe67ae","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/12030dddc2fe67ae","status":"passed","time":{"start":1705687421618,"stop":1705687421620,"duration":2}},{"uid":"7b10c3df8fbabf66","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7b10c3df8fbabf66","status":"passed","time":{"start":1705681629294,"stop":1705681629294,"duration":0}},{"uid":"741e8c3772b490ae","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/741e8c3772b490ae","status":"passed","time":{"start":1705680205450,"stop":1705680205451,"duration":1}},{"uid":"5987a904754bd648","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/5987a904754bd648","status":"passed","time":{"start":1705678111176,"stop":1705678111178,"duration":2}}]},"tags":[]},"source":"da0ce6988d2f0661.json","parameterValues":[]} \ No newline at end of file +{"uid":"b0c922cff128f494","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":1706618973548,"stop":1706618973549,"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":2,"unknown":0,"total":2},"items":[{"uid":"5454628c66099cd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5454628c66099cd6","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"tags":[]},"source":"b0c922cff128f494.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b0eaee25a7dcb4c1.json b/6291/data/test-cases/b0eaee25a7dcb4c1.json new file mode 100644 index 00000000000..e943ecbb3b0 --- /dev/null +++ b/6291/data/test-cases/b0eaee25a7dcb4c1.json @@ -0,0 +1 @@ +{"uid":"b0eaee25a7dcb4c1","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618429312,"stop":1706618429313,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c39a7d89a149aa32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39a7d89a149aa32","status":"passed","time":{"start":1706618221265,"stop":1706618221265,"duration":0}}]},"tags":[]},"source":"b0eaee25a7dcb4c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/877ed291fa91895c.json b/6291/data/test-cases/b1596086e3d4992d.json similarity index 98% rename from 6266/data/test-cases/877ed291fa91895c.json rename to 6291/data/test-cases/b1596086e3d4992d.json index cd6c95b9658..3b5f69a35e2 100644 --- a/6266/data/test-cases/877ed291fa91895c.json +++ b/6291/data/test-cases/b1596086e3d4992d.json @@ -1 +1 @@ -{"uid":"877ed291fa91895c","name":"Push message with custom timestamp: 1706104969775","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1706104969775","historyId":"df20108d14f6af0462beefb958340432:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101594027,"stop":1706101594028,"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":"877ed291fa91895c.json","parameterValues":[]} \ No newline at end of file +{"uid":"b1596086e3d4992d","name":"Push message with custom timestamp: 1706622224650","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1706622224650","historyId":"f7a6ee822fa602fbcc9955cfa5a47905:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618858037,"stop":1706618858038,"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":"b1596086e3d4992d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b250e85b0aacd555.json b/6291/data/test-cases/b250e85b0aacd555.json new file mode 100644 index 00000000000..7ee3fafc6c6 --- /dev/null +++ b/6291/data/test-cases/b250e85b0aacd555.json @@ -0,0 +1 @@ +{"uid":"b250e85b0aacd555","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":1706618387941,"stop":1706618387942,"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":2,"unknown":0,"total":2},"items":[{"uid":"85fe237e6fe29911","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/85fe237e6fe29911","status":"passed","time":{"start":1706618178937,"stop":1706618178939,"duration":2}}]},"tags":[]},"source":"b250e85b0aacd555.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5b592b9147f99a13.json b/6291/data/test-cases/b299564d5c9769f1.json similarity index 86% rename from 6266/data/test-cases/5b592b9147f99a13.json rename to 6291/data/test-cases/b299564d5c9769f1.json index df666c4d5e9..27ee0695ff8 100644 --- a/6266/data/test-cases/5b592b9147f99a13.json +++ b/6291/data/test-cases/b299564d5c9769f1.json @@ -1 +1 @@ -{"uid":"5b592b9147f99a13","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":1706101723795,"stop":1706101723795,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"783ee4e143d827f5","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/783ee4e143d827f5","status":"passed","time":{"start":1706101654464,"stop":1706101654464,"duration":0}},{"uid":"50363a5184d46b1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/50363a5184d46b1","status":"passed","time":{"start":1706101537664,"stop":1706101537664,"duration":0}},{"uid":"a3f754afce92004c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a3f754afce92004c","status":"passed","time":{"start":1706100722890,"stop":1706100722890,"duration":0}},{"uid":"e220f25fba5da28e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e220f25fba5da28e","status":"passed","time":{"start":1706099290656,"stop":1706099290656,"duration":0}},{"uid":"a06295e0b01f2f2b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a06295e0b01f2f2b","status":"passed","time":{"start":1705681678143,"stop":1705681678144,"duration":1}},{"uid":"22c44817960c317a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/22c44817960c317a","status":"passed","time":{"start":1705680350537,"stop":1705680350538,"duration":1}},{"uid":"9afa215492825373","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9afa215492825373","status":"passed","time":{"start":1705667092966,"stop":1705667092966,"duration":0}},{"uid":"caed59a01e0c2790","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/caed59a01e0c2790","status":"passed","time":{"start":1705527069393,"stop":1705527069393,"duration":0}},{"uid":"3b9354183f31225b","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/3b9354183f31225b","status":"passed","time":{"start":1705521327111,"stop":1705521327111,"duration":0}},{"uid":"2f02936ba126ab","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/2f02936ba126ab","status":"passed","time":{"start":1705520488398,"stop":1705520488398,"duration":0}},{"uid":"a08d239f0d568784","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a08d239f0d568784","status":"passed","time":{"start":1705518883245,"stop":1705518883245,"duration":0}},{"uid":"79e74b2d3d534a47","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/79e74b2d3d534a47","status":"passed","time":{"start":1705502684097,"stop":1705502684097,"duration":0}}]},"tags":[]},"source":"5b592b9147f99a13.json","parameterValues":[]} \ No newline at end of file +{"uid":"b299564d5c9769f1","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":1706618959488,"stop":1706618959488,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f8949f1050450133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8949f1050450133","status":"passed","time":{"start":1706618735886,"stop":1706618735887,"duration":1}}]},"tags":[]},"source":"b299564d5c9769f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b2cf6b3190b0bfc2.json b/6291/data/test-cases/b2cf6b3190b0bfc2.json new file mode 100644 index 00000000000..74215eed2f6 --- /dev/null +++ b/6291/data/test-cases/b2cf6b3190b0bfc2.json @@ -0,0 +1 @@ +{"uid":"b2cf6b3190b0bfc2","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":1706618496642,"stop":1706618496642,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"d0854c738bebb130","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0854c738bebb130","status":"passed","time":{"start":1706618285307,"stop":1706618285308,"duration":1}}]},"tags":[]},"source":"b2cf6b3190b0bfc2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b3109acc120ea0eb.json b/6291/data/test-cases/b3109acc120ea0eb.json new file mode 100644 index 00000000000..22157f18292 --- /dev/null +++ b/6291/data/test-cases/b3109acc120ea0eb.json @@ -0,0 +1 @@ +{"uid":"b3109acc120ea0eb","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":1706618395066,"stop":1706618395068,"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":2,"unknown":0,"total":2},"items":[{"uid":"3919598c362990c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3919598c362990c2","status":"passed","time":{"start":1706618185606,"stop":1706618185608,"duration":2}}]},"tags":[]},"source":"b3109acc120ea0eb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b36478b76d88c2b1.json b/6291/data/test-cases/b36478b76d88c2b1.json new file mode 100644 index 00000000000..d5e83c85c2b --- /dev/null +++ b/6291/data/test-cases/b36478b76d88c2b1.json @@ -0,0 +1 @@ +{"uid":"b36478b76d88c2b1","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":1706618389061,"stop":1706618389062,"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":2,"unknown":0,"total":2},"items":[{"uid":"b4237fa7c53959a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b4237fa7c53959a6","status":"passed","time":{"start":1706618179848,"stop":1706618179849,"duration":1}}]},"tags":[]},"source":"b36478b76d88c2b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/53b17437e2d749ea.json b/6291/data/test-cases/b3faddb299f79096.json similarity index 74% rename from 6266/data/test-cases/53b17437e2d749ea.json rename to 6291/data/test-cases/b3faddb299f79096.json index 9ef4e4affd5..36c2907bfc7 100644 --- a/6266/data/test-cases/53b17437e2d749ea.json +++ b/6291/data/test-cases/b3faddb299f79096.json @@ -1 +1 @@ -{"uid":"53b17437e2d749ea","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":1706101545974,"stop":1706101545974,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"822a8a1748526b12","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/822a8a1748526b12","status":"passed","time":{"start":1706101432547,"stop":1706101432549,"duration":2}},{"uid":"11f73e4034e82bce","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/11f73e4034e82bce","status":"passed","time":{"start":1706101317711,"stop":1706101317712,"duration":1}},{"uid":"867617fb1f40500b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/867617fb1f40500b","status":"passed","time":{"start":1706100939717,"stop":1706100939717,"duration":0}},{"uid":"76470c029aa6d38b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/76470c029aa6d38b","status":"passed","time":{"start":1706100525077,"stop":1706100525077,"duration":0}},{"uid":"f48476c0eff4d4d7","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f48476c0eff4d4d7","status":"passed","time":{"start":1706099965688,"stop":1706099965689,"duration":1}},{"uid":"64d55cf80b8e37a2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/64d55cf80b8e37a2","status":"passed","time":{"start":1706099111452,"stop":1706099111452,"duration":0}},{"uid":"4cca25ec4c4270c8","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/4cca25ec4c4270c8","status":"passed","time":{"start":1706077695291,"stop":1706077695292,"duration":1}},{"uid":"f5db3bd993483d5b","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f5db3bd993483d5b","status":"passed","time":{"start":1706069776808,"stop":1706069776808,"duration":0}},{"uid":"e48992841e78901","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e48992841e78901","status":"passed","time":{"start":1705950492106,"stop":1705950492107,"duration":1}},{"uid":"3b8e5951af1813cd","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/3b8e5951af1813cd","status":"passed","time":{"start":1705938291942,"stop":1705938291942,"duration":0}},{"uid":"245ff9fbb55fadc9","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/245ff9fbb55fadc9","status":"passed","time":{"start":1705913434721,"stop":1705913434721,"duration":0}},{"uid":"ba041b8d9d17169d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ba041b8d9d17169d","status":"passed","time":{"start":1705912976665,"stop":1705912976666,"duration":1}},{"uid":"a6cf19ae79c67d18","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a6cf19ae79c67d18","status":"passed","time":{"start":1705912362843,"stop":1705912362844,"duration":1}},{"uid":"b8d62443778250d1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b8d62443778250d1","status":"passed","time":{"start":1705911541674,"stop":1705911541674,"duration":0}},{"uid":"78d20cd5c74fbdcb","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/78d20cd5c74fbdcb","status":"passed","time":{"start":1705698743481,"stop":1705698743483,"duration":2}},{"uid":"328e82c1166fe760","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/328e82c1166fe760","status":"passed","time":{"start":1705687470572,"stop":1705687470573,"duration":1}},{"uid":"b896b6cb279c9ea3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/b896b6cb279c9ea3","status":"passed","time":{"start":1705687378210,"stop":1705687378211,"duration":1}},{"uid":"f624eac31634998","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f624eac31634998","status":"passed","time":{"start":1705681472167,"stop":1705681472169,"duration":2}},{"uid":"47b01b92764d2dcb","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/47b01b92764d2dcb","status":"passed","time":{"start":1705680122017,"stop":1705680122018,"duration":1}},{"uid":"4a7204091b70a6d7","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4a7204091b70a6d7","status":"passed","time":{"start":1705678077081,"stop":1705678077081,"duration":0}}]},"tags":[]},"source":"53b17437e2d749ea.json","parameterValues":[]} \ No newline at end of file +{"uid":"b3faddb299f79096","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":1706618871331,"stop":1706618871331,"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":2,"unknown":0,"total":2},"items":[{"uid":"bcf1e6256b5390","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcf1e6256b5390","status":"passed","time":{"start":1706618685089,"stop":1706618685089,"duration":0}}]},"tags":[]},"source":"b3faddb299f79096.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b48cafab14c8dcb6.json b/6291/data/test-cases/b48cafab14c8dcb6.json new file mode 100644 index 00000000000..9d0ef2dd4af --- /dev/null +++ b/6291/data/test-cases/b48cafab14c8dcb6.json @@ -0,0 +1 @@ +{"uid":"b48cafab14c8dcb6","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":1706619017484,"stop":1706619017485,"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":2,"unknown":0,"total":2},"items":[{"uid":"f269aba0cb185e28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f269aba0cb185e28","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"tags":[]},"source":"b48cafab14c8dcb6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b5201f347738e0b2.json b/6291/data/test-cases/b5201f347738e0b2.json new file mode 100644 index 00000000000..efe4fe683fa --- /dev/null +++ b/6291/data/test-cases/b5201f347738e0b2.json @@ -0,0 +1 @@ +{"uid":"b5201f347738e0b2","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372811,"stop":1706618372812,"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":2,"unknown":0,"total":2},"items":[{"uid":"b527b0710107fa72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b527b0710107fa72","status":"passed","time":{"start":1706618165334,"stop":1706618165335,"duration":1}}]},"tags":[]},"source":"b5201f347738e0b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7ca5d4f3d9e9647e.json b/6291/data/test-cases/b5617f73964d0098.json similarity index 77% rename from 6266/data/test-cases/7ca5d4f3d9e9647e.json rename to 6291/data/test-cases/b5617f73964d0098.json index b3d1dd28f9f..1c260b9f460 100644 --- a/6266/data/test-cases/7ca5d4f3d9e9647e.json +++ b/6291/data/test-cases/b5617f73964d0098.json @@ -1 +1 @@ -{"uid":"7ca5d4f3d9e9647e","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":1706101369635,"stop":1706101369636,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"6e2da85b964bcc3f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6e2da85b964bcc3f","status":"passed","time":{"start":1706101264986,"stop":1706101264986,"duration":0}},{"uid":"d7b0859d039be345","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/d7b0859d039be345","status":"passed","time":{"start":1706101143281,"stop":1706101143281,"duration":0}},{"uid":"359d9a9483dffcc3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/359d9a9483dffcc3","status":"passed","time":{"start":1706100932551,"stop":1706100932551,"duration":0}},{"uid":"3f31f27153d42a4","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3f31f27153d42a4","status":"passed","time":{"start":1706100355786,"stop":1706100355786,"duration":0}},{"uid":"6c89f89aa4a19c73","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/6c89f89aa4a19c73","status":"passed","time":{"start":1706099967121,"stop":1706099967121,"duration":0}},{"uid":"c2a231ca6e24de95","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c2a231ca6e24de95","status":"passed","time":{"start":1706098945338,"stop":1706098945338,"duration":0}},{"uid":"d4b1db62d489b039","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/d4b1db62d489b039","status":"passed","time":{"start":1706077698159,"stop":1706077698159,"duration":0}},{"uid":"84411ec37f1494d8","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/84411ec37f1494d8","status":"passed","time":{"start":1706069781888,"stop":1706069781889,"duration":1}},{"uid":"826882d6cd3e749d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/826882d6cd3e749d","status":"passed","time":{"start":1705950488316,"stop":1705950488316,"duration":0}},{"uid":"9516c444415c40a6","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/9516c444415c40a6","status":"passed","time":{"start":1705938293070,"stop":1705938293070,"duration":0}},{"uid":"d5fb8c176750ffd7","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/d5fb8c176750ffd7","status":"passed","time":{"start":1705913430287,"stop":1705913430288,"duration":1}},{"uid":"50e9b36b712f63da","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/50e9b36b712f63da","status":"passed","time":{"start":1705912976206,"stop":1705912976207,"duration":1}},{"uid":"4c985fc21a8c9be7","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/4c985fc21a8c9be7","status":"passed","time":{"start":1705912363767,"stop":1705912363767,"duration":0}},{"uid":"8dd0c1efe8723d30","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/8dd0c1efe8723d30","status":"passed","time":{"start":1705911543461,"stop":1705911543461,"duration":0}},{"uid":"fed7be86fb0ab607","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/fed7be86fb0ab607","status":"passed","time":{"start":1705698753997,"stop":1705698753998,"duration":1}},{"uid":"3a6ea36f41676860","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3a6ea36f41676860","status":"passed","time":{"start":1705687466258,"stop":1705687466258,"duration":0}},{"uid":"41835ce70276fa5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/41835ce70276fa5","status":"passed","time":{"start":1705687381585,"stop":1705687381585,"duration":0}},{"uid":"144e0b7d76afc769","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/144e0b7d76afc769","status":"passed","time":{"start":1705681326964,"stop":1705681326965,"duration":1}},{"uid":"75e906fa9536e1f7","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/75e906fa9536e1f7","status":"passed","time":{"start":1705678076952,"stop":1705678076953,"duration":1}},{"uid":"f5c2180ae857faf4","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/f5c2180ae857faf4","status":"passed","time":{"start":1705677999866,"stop":1705677999866,"duration":0}}]},"tags":[]},"source":"7ca5d4f3d9e9647e.json","parameterValues":[]} \ No newline at end of file +{"uid":"b5617f73964d0098","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":1706618580260,"stop":1706618580260,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b297d9f8ccc535b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b297d9f8ccc535b2","status":"passed","time":{"start":1706618380683,"stop":1706618380684,"duration":1}}]},"tags":[]},"source":"b5617f73964d0098.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b56c234b916d231e.json b/6291/data/test-cases/b56c234b916d231e.json new file mode 100644 index 00000000000..7a3d2956f2e --- /dev/null +++ b/6291/data/test-cases/b56c234b916d231e.json @@ -0,0 +1 @@ +{"uid":"b56c234b916d231e","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":1706618366597,"stop":1706618366597,"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":2,"unknown":0,"total":2},"items":[{"uid":"fd40f0615f8ef28d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd40f0615f8ef28d","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"tags":[]},"source":"b56c234b916d231e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fd02533f14246d14.json b/6291/data/test-cases/b57f6b959f565694.json similarity index 76% rename from 6266/data/test-cases/fd02533f14246d14.json rename to 6291/data/test-cases/b57f6b959f565694.json index 3d7c9c5e075..9b446f0b973 100644 --- a/6266/data/test-cases/fd02533f14246d14.json +++ b/6291/data/test-cases/b57f6b959f565694.json @@ -1 +1 @@ -{"uid":"fd02533f14246d14","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":1706101530717,"stop":1706101530718,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"340c25d52b0c29de","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/340c25d52b0c29de","status":"passed","time":{"start":1706101419606,"stop":1706101419606,"duration":0}},{"uid":"7f787182cda56d82","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7f787182cda56d82","status":"passed","time":{"start":1706101305314,"stop":1706101305315,"duration":1}},{"uid":"162f1127f569d52b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/162f1127f569d52b","status":"passed","time":{"start":1706100931208,"stop":1706100931208,"duration":0}},{"uid":"8a36d5dbcbddb01","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8a36d5dbcbddb01","status":"passed","time":{"start":1706100510902,"stop":1706100510902,"duration":0}},{"uid":"2dbab04b412250bb","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/2dbab04b412250bb","status":"passed","time":{"start":1706099960907,"stop":1706099960908,"duration":1}},{"uid":"7d42b4c3772bb43c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7d42b4c3772bb43c","status":"passed","time":{"start":1706099096975,"stop":1706099096975,"duration":0}},{"uid":"aafa9ac25c4c2a66","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/aafa9ac25c4c2a66","status":"passed","time":{"start":1706077690009,"stop":1706077690009,"duration":0}},{"uid":"c5038c8e8105d675","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/c5038c8e8105d675","status":"passed","time":{"start":1706069780787,"stop":1706069780787,"duration":0}},{"uid":"b23ac5c6bce49401","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b23ac5c6bce49401","status":"passed","time":{"start":1705950480130,"stop":1705950480131,"duration":1}},{"uid":"a7a0a3220478caf8","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a7a0a3220478caf8","status":"passed","time":{"start":1705938289252,"stop":1705938289253,"duration":1}},{"uid":"31a15029247f5035","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/31a15029247f5035","status":"passed","time":{"start":1705913424147,"stop":1705913424148,"duration":1}},{"uid":"93fe19f7244070be","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/93fe19f7244070be","status":"passed","time":{"start":1705912964614,"stop":1705912964615,"duration":1}},{"uid":"daca5e9e19daba80","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/daca5e9e19daba80","status":"passed","time":{"start":1705912351016,"stop":1705912351028,"duration":12}},{"uid":"df7a9121682e77ab","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/df7a9121682e77ab","status":"passed","time":{"start":1705911533357,"stop":1705911533358,"duration":1}},{"uid":"5d8c5451012059ec","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/5d8c5451012059ec","status":"passed","time":{"start":1705698747965,"stop":1705698747965,"duration":0}},{"uid":"6353a4ff1e599680","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/6353a4ff1e599680","status":"passed","time":{"start":1705687465945,"stop":1705687465945,"duration":0}},{"uid":"d00764c2197343c6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d00764c2197343c6","status":"passed","time":{"start":1705687367137,"stop":1705687367138,"duration":1}},{"uid":"221b6a9e310fdbb","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/221b6a9e310fdbb","status":"passed","time":{"start":1705681459377,"stop":1705681459377,"duration":0}},{"uid":"2e10110867ab6200","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2e10110867ab6200","status":"passed","time":{"start":1705680122218,"stop":1705680122218,"duration":0}},{"uid":"6b49d157d73646f7","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/6b49d157d73646f7","status":"passed","time":{"start":1705678066192,"stop":1705678066192,"duration":0}}]},"tags":[]},"source":"fd02533f14246d14.json","parameterValues":[]} \ No newline at end of file +{"uid":"b57f6b959f565694","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":1706618865687,"stop":1706618865687,"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":2,"unknown":0,"total":2},"items":[{"uid":"4f1effe6deb3614f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4f1effe6deb3614f","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"tags":[]},"source":"b57f6b959f565694.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b9825ea4bafdef98.json b/6291/data/test-cases/b582d5115671a4c2.json similarity index 70% rename from 6266/data/test-cases/b9825ea4bafdef98.json rename to 6291/data/test-cases/b582d5115671a4c2.json index ff9ce504f6c..99f3ba2facd 100644 --- a/6266/data/test-cases/b9825ea4bafdef98.json +++ b/6291/data/test-cases/b582d5115671a4c2.json @@ -1 +1 @@ -{"uid":"b9825ea4bafdef98","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":1706101414344,"stop":1706101414344,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"de15ab44c6fb6ba9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/de15ab44c6fb6ba9","status":"passed","time":{"start":1706101310174,"stop":1706101310175,"duration":1}},{"uid":"bc9fc7206b0ceb17","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bc9fc7206b0ceb17","status":"passed","time":{"start":1706101205585,"stop":1706101205586,"duration":1}},{"uid":"a7ffc38248af4eb8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a7ffc38248af4eb8","status":"passed","time":{"start":1706100409431,"stop":1706100409434,"duration":3}},{"uid":"91a67c9042ffd156","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/91a67c9042ffd156","status":"passed","time":{"start":1706098983602,"stop":1706098983602,"duration":0}},{"uid":"db64b6a9422901a4","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/db64b6a9422901a4","status":"passed","time":{"start":1705681361927,"stop":1705681361928,"duration":1}},{"uid":"6e55c56b01df1f2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6e55c56b01df1f2","status":"passed","time":{"start":1705680056540,"stop":1705680056540,"duration":0}},{"uid":"5450ec737ad550ae","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/5450ec737ad550ae","status":"passed","time":{"start":1705666820272,"stop":1705666820280,"duration":8}},{"uid":"8b6d7bda4d346485","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8b6d7bda4d346485","status":"passed","time":{"start":1705526830783,"stop":1705526830784,"duration":1}}]},"tags":[]},"source":"b9825ea4bafdef98.json","parameterValues":[]} \ No newline at end of file +{"uid":"b582d5115671a4c2","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":1706618624275,"stop":1706618624275,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1aa166e772e670e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1aa166e772e670e0","status":"passed","time":{"start":1706618425012,"stop":1706618425012,"duration":0}}]},"tags":[]},"source":"b582d5115671a4c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b62d9568c81501b4.json b/6291/data/test-cases/b62d9568c81501b4.json new file mode 100644 index 00000000000..1ce42c20d55 --- /dev/null +++ b/6291/data/test-cases/b62d9568c81501b4.json @@ -0,0 +1 @@ +{"uid":"b62d9568c81501b4","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":1706618496642,"stop":1706618496643,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ccbfa9fd56e9f617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ccbfa9fd56e9f617","status":"passed","time":{"start":1706618285308,"stop":1706618285309,"duration":1}}]},"tags":[]},"source":"b62d9568c81501b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d2c574683078f21c.json b/6291/data/test-cases/b6adddb4bafdfcde.json similarity index 87% rename from 6266/data/test-cases/d2c574683078f21c.json rename to 6291/data/test-cases/b6adddb4bafdfcde.json index b7c73750401..6db624960a2 100644 --- a/6266/data/test-cases/d2c574683078f21c.json +++ b/6291/data/test-cases/b6adddb4bafdfcde.json @@ -1 +1 @@ -{"uid":"d2c574683078f21c","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":1706101792213,"stop":1706101792213,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"5dee10721c5f9fa0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5dee10721c5f9fa0","status":"passed","time":{"start":1706101709059,"stop":1706101709059,"duration":0}},{"uid":"ccb4c1b5c19c5c11","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ccb4c1b5c19c5c11","status":"passed","time":{"start":1706101584045,"stop":1706101584045,"duration":0}},{"uid":"f36c1609988378de","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f36c1609988378de","status":"passed","time":{"start":1706100800531,"stop":1706100800532,"duration":1}},{"uid":"74d153a11195d872","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/74d153a11195d872","status":"passed","time":{"start":1706099377044,"stop":1706099377044,"duration":0}},{"uid":"2f28321d4d062ff6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2f28321d4d062ff6","status":"passed","time":{"start":1705681745205,"stop":1705681745205,"duration":0}},{"uid":"4272e546904d616","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4272e546904d616","status":"passed","time":{"start":1705680374209,"stop":1705680374209,"duration":0}},{"uid":"612205fc1c25a665","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/612205fc1c25a665","status":"passed","time":{"start":1705667089481,"stop":1705667089481,"duration":0}},{"uid":"80ee3ec15611abb8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/80ee3ec15611abb8","status":"passed","time":{"start":1705521364823,"stop":1705521364823,"duration":0}},{"uid":"32f0c41ccfe81b1","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/32f0c41ccfe81b1","status":"passed","time":{"start":1705520531872,"stop":1705520531873,"duration":1}},{"uid":"13b81934d5f6352d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/13b81934d5f6352d","status":"passed","time":{"start":1705518661630,"stop":1705518661630,"duration":0}},{"uid":"809edf57f5654a26","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/809edf57f5654a26","status":"passed","time":{"start":1705502591734,"stop":1705502591734,"duration":0}}]},"tags":[]},"source":"d2c574683078f21c.json","parameterValues":[]} \ No newline at end of file +{"uid":"b6adddb4bafdfcde","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":1706619029132,"stop":1706619029133,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"3300d92805bef86d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3300d92805bef86d","status":"passed","time":{"start":1706618668743,"stop":1706618668744,"duration":1}}]},"tags":[]},"source":"b6adddb4bafdfcde.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b7433fa6d99b9de7.json b/6291/data/test-cases/b7433fa6d99b9de7.json new file mode 100644 index 00000000000..2ced735a9d0 --- /dev/null +++ b/6291/data/test-cases/b7433fa6d99b9de7.json @@ -0,0 +1 @@ +{"uid":"b7433fa6d99b9de7","name":"Waku message hash computation","fullName":"/src/lib/message_hash.spec.ts: RFC Test Vectors > Waku message hash computation","historyId":"bb697e3c59422a105f27079d9543b833:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618378312,"stop":1706618378314,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"b7433fa6d99b9de7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a5c20b38837673f2.json b/6291/data/test-cases/b760757915532bbd.json similarity index 68% rename from 6266/data/test-cases/a5c20b38837673f2.json rename to 6291/data/test-cases/b760757915532bbd.json index 730890ef4b5..1be960517ef 100644 --- a/6266/data/test-cases/a5c20b38837673f2.json +++ b/6291/data/test-cases/b760757915532bbd.json @@ -1 +1 @@ -{"uid":"a5c20b38837673f2","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":1706101414343,"stop":1706101414344,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"6e54aa5d66dac2fe","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6e54aa5d66dac2fe","status":"passed","time":{"start":1706101310173,"stop":1706101310174,"duration":1}},{"uid":"6431e46017687175","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6431e46017687175","status":"passed","time":{"start":1706101205584,"stop":1706101205585,"duration":1}},{"uid":"cca7f880273ca75a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/cca7f880273ca75a","status":"passed","time":{"start":1706100409428,"stop":1706100409430,"duration":2}},{"uid":"e76cc0133a2a1060","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e76cc0133a2a1060","status":"passed","time":{"start":1706098983601,"stop":1706098983601,"duration":0}},{"uid":"7a3533a4b5994082","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7a3533a4b5994082","status":"passed","time":{"start":1705681361926,"stop":1705681361927,"duration":1}},{"uid":"8cae41aa940fd1c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/8cae41aa940fd1c","status":"passed","time":{"start":1705680056538,"stop":1705680056540,"duration":2}},{"uid":"4472c224dd1aeebc","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/4472c224dd1aeebc","status":"passed","time":{"start":1705666820272,"stop":1705666820272,"duration":0}},{"uid":"69a1eee8cd1069","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/69a1eee8cd1069","status":"passed","time":{"start":1705526830783,"stop":1705526830783,"duration":0}}]},"tags":[]},"source":"a5c20b38837673f2.json","parameterValues":[]} \ No newline at end of file +{"uid":"b760757915532bbd","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":1706618624273,"stop":1706618624275,"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":2,"unknown":0,"total":2},"items":[{"uid":"df8c5c8f48b52b69","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/df8c5c8f48b52b69","status":"passed","time":{"start":1706618425011,"stop":1706618425012,"duration":1}}]},"tags":[]},"source":"b760757915532bbd.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/298b4d53d145807a.json b/6291/data/test-cases/b78dbb6e0b5550bd.json similarity index 92% rename from 6266/data/test-cases/298b4d53d145807a.json rename to 6291/data/test-cases/b78dbb6e0b5550bd.json index b4ae5c5b354..5bef39101c2 100644 --- a/6266/data/test-cases/298b4d53d145807a.json +++ b/6291/data/test-cases/b78dbb6e0b5550bd.json @@ -1 +1 @@ -{"uid":"298b4d53d145807a","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":1706101593991,"stop":1706101593991,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"652c9ba5ac40ad9b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/652c9ba5ac40ad9b","status":"passed","time":{"start":1706101499434,"stop":1706101499448,"duration":14}},{"uid":"d64bb00f2c2001d3","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/d64bb00f2c2001d3","status":"passed","time":{"start":1706101380148,"stop":1706101380148,"duration":0}},{"uid":"ee0aa14dab5ef28e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ee0aa14dab5ef28e","status":"passed","time":{"start":1706100623760,"stop":1706100623760,"duration":0}},{"uid":"961eaebc3cfd206","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/961eaebc3cfd206","status":"passed","time":{"start":1706099176284,"stop":1706099176284,"duration":0}},{"uid":"89300554f439cfa3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/89300554f439cfa3","status":"passed","time":{"start":1705681544252,"stop":1705681544252,"duration":0}},{"uid":"c6191e27e8f69f17","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c6191e27e8f69f17","status":"passed","time":{"start":1705680158900,"stop":1705680158900,"duration":0}},{"uid":"8c5ed4da8f21c944","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8c5ed4da8f21c944","status":"passed","time":{"start":1705666900200,"stop":1705666900200,"duration":0}},{"uid":"cf58ead42fff7762","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/cf58ead42fff7762","status":"passed","time":{"start":1705526887803,"stop":1705526887803,"duration":0}}]},"tags":[]},"source":"298b4d53d145807a.json","parameterValues":[]} \ No newline at end of file +{"uid":"b78dbb6e0b5550bd","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":1706618858016,"stop":1706618858016,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b7a19c9a86b923c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b7a19c9a86b923c0","status":"passed","time":{"start":1706618636973,"stop":1706618636974,"duration":1}}]},"tags":[]},"source":"b78dbb6e0b5550bd.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5a3e07d64d8c010e.json b/6291/data/test-cases/b7def98d55128c70.json similarity index 86% rename from 6266/data/test-cases/5a3e07d64d8c010e.json rename to 6291/data/test-cases/b7def98d55128c70.json index 7c23ed807e3..229d6171fdf 100644 --- a/6266/data/test-cases/5a3e07d64d8c010e.json +++ b/6291/data/test-cases/b7def98d55128c70.json @@ -1 +1 @@ -{"uid":"5a3e07d64d8c010e","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":1706101723805,"stop":1706101723806,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"9864b87cccc0ebb1","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9864b87cccc0ebb1","status":"passed","time":{"start":1706101654471,"stop":1706101654471,"duration":0}},{"uid":"9c9446a71d7be89b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9c9446a71d7be89b","status":"passed","time":{"start":1706101537674,"stop":1706101537674,"duration":0}},{"uid":"8e656f96609e3bcc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8e656f96609e3bcc","status":"passed","time":{"start":1706100722909,"stop":1706100722909,"duration":0}},{"uid":"a50ed2806b3cb807","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a50ed2806b3cb807","status":"passed","time":{"start":1706099290662,"stop":1706099290663,"duration":1}},{"uid":"e46a08685031b6f2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e46a08685031b6f2","status":"passed","time":{"start":1705681678162,"stop":1705681678163,"duration":1}},{"uid":"347c722fb5885319","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/347c722fb5885319","status":"passed","time":{"start":1705680350544,"stop":1705680350544,"duration":0}},{"uid":"c77aaf80057c08b2","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c77aaf80057c08b2","status":"passed","time":{"start":1705667092971,"stop":1705667092971,"duration":0}},{"uid":"51294034fdbb6fc4","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/51294034fdbb6fc4","status":"passed","time":{"start":1705527069399,"stop":1705527069399,"duration":0}},{"uid":"2aba70c3a5763004","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/2aba70c3a5763004","status":"passed","time":{"start":1705521327117,"stop":1705521327117,"duration":0}},{"uid":"f13b7c62685b23db","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f13b7c62685b23db","status":"passed","time":{"start":1705520488406,"stop":1705520488406,"duration":0}},{"uid":"e597fbb3fc1b981e","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/e597fbb3fc1b981e","status":"passed","time":{"start":1705518883251,"stop":1705518883251,"duration":0}},{"uid":"1d33ef7ec600579b","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/1d33ef7ec600579b","status":"passed","time":{"start":1705502684102,"stop":1705502684103,"duration":1}}]},"tags":[]},"source":"5a3e07d64d8c010e.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7def98d55128c70","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":1706618959495,"stop":1706618959495,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"7c49239655a195ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c49239655a195ef","status":"passed","time":{"start":1706618735894,"stop":1706618735894,"duration":0}}]},"tags":[]},"source":"b7def98d55128c70.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b7f8b24585756f4.json b/6291/data/test-cases/b7f8b24585756f4.json new file mode 100644 index 00000000000..96f8d2092ff --- /dev/null +++ b/6291/data/test-cases/b7f8b24585756f4.json @@ -0,0 +1 @@ +{"uid":"b7f8b24585756f4","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":1706618424942,"stop":1706618424943,"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":2,"unknown":0,"total":2},"items":[{"uid":"1ea359e102643efe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ea359e102643efe","status":"passed","time":{"start":1706618216090,"stop":1706618216090,"duration":0}}]},"tags":[]},"source":"b7f8b24585756f4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b8811a38c7307243.json b/6291/data/test-cases/b8811a38c7307243.json new file mode 100644 index 00000000000..b98f03a59fc --- /dev/null +++ b/6291/data/test-cases/b8811a38c7307243.json @@ -0,0 +1 @@ +{"uid":"b8811a38c7307243","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618382598,"stop":1706618382598,"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":2,"unknown":0,"total":2},"items":[{"uid":"39c093d1888fdbe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39c093d1888fdbe1","status":"passed","time":{"start":1706618173702,"stop":1706618173702,"duration":0}}]},"tags":[]},"source":"b8811a38c7307243.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b8b9f63b2d2963e6.json b/6291/data/test-cases/b8b9f63b2d2963e6.json new file mode 100644 index 00000000000..61c3bc686fa --- /dev/null +++ b/6291/data/test-cases/b8b9f63b2d2963e6.json @@ -0,0 +1 @@ +{"uid":"b8b9f63b2d2963e6","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":1706619039584,"stop":1706619039585,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72b35098df8c0edf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72b35098df8c0edf","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"tags":[]},"source":"b8b9f63b2d2963e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/21738083db2b66ea.json b/6291/data/test-cases/b8d1c7f6c1819eaa.json similarity index 88% rename from 6266/data/test-cases/21738083db2b66ea.json rename to 6291/data/test-cases/b8d1c7f6c1819eaa.json index ebaca412021..a268b834c8f 100644 --- a/6266/data/test-cases/21738083db2b66ea.json +++ b/6291/data/test-cases/b8d1c7f6c1819eaa.json @@ -1 +1 @@ -{"uid":"21738083db2b66ea","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing XML and receive message","historyId":"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401959,"stop":1706101401960,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"46bf12da3f0f193c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/46bf12da3f0f193c","status":"passed","time":{"start":1706101295301,"stop":1706101295301,"duration":0}},{"uid":"4899476859a89419","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4899476859a89419","status":"passed","time":{"start":1706101187433,"stop":1706101187434,"duration":1}},{"uid":"947d7e7ca1ec7627","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/947d7e7ca1ec7627","status":"passed","time":{"start":1706100397503,"stop":1706100397503,"duration":0}},{"uid":"27bb0cc2a8efcac1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/27bb0cc2a8efcac1","status":"passed","time":{"start":1706098985439,"stop":1706098985439,"duration":0}},{"uid":"e2ae114724578cb9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e2ae114724578cb9","status":"passed","time":{"start":1705681341595,"stop":1705681341596,"duration":1}},{"uid":"68feab2fb90b4da5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/68feab2fb90b4da5","status":"passed","time":{"start":1705680075500,"stop":1705680075500,"duration":0}},{"uid":"3926586960d8379","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3926586960d8379","status":"passed","time":{"start":1705666818724,"stop":1705666818724,"duration":0}},{"uid":"f54b2ffe9f17e790","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f54b2ffe9f17e790","status":"passed","time":{"start":1705520251426,"stop":1705520251426,"duration":0}},{"uid":"e0175c1e2493f326","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/e0175c1e2493f326","status":"passed","time":{"start":1705518481995,"stop":1705518481996,"duration":1}},{"uid":"e2e49451e70db66f","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e2e49451e70db66f","status":"passed","time":{"start":1705502312553,"stop":1705502312554,"duration":1}}]},"tags":[]},"source":"21738083db2b66ea.json","parameterValues":[]} \ No newline at end of file +{"uid":"b8d1c7f6c1819eaa","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing XML and receive message","historyId":"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624534,"stop":1706618624535,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"8dc3f4c908767230","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc3f4c908767230","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"tags":[]},"source":"b8d1c7f6c1819eaa.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c7715b899e4354b1.json b/6291/data/test-cases/b8d37ab48df04fac.json similarity index 86% rename from 6266/data/test-cases/c7715b899e4354b1.json rename to 6291/data/test-cases/b8d37ab48df04fac.json index 7bcfbeee87f..c6fa3b6d8b8 100644 --- a/6266/data/test-cases/c7715b899e4354b1.json +++ b/6291/data/test-cases/b8d37ab48df04fac.json @@ -1 +1 @@ -{"uid":"c7715b899e4354b1","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":1706101723754,"stop":1706101723754,"duration":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":"670dd10ff570dc03","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/670dd10ff570dc03","status":"passed","time":{"start":1706101654449,"stop":1706101654450,"duration":1}},{"uid":"6173d37136370cbc","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6173d37136370cbc","status":"passed","time":{"start":1706101537654,"stop":1706101537654,"duration":0}},{"uid":"d8f3e34f583da3f7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d8f3e34f583da3f7","status":"passed","time":{"start":1706100722871,"stop":1706100722872,"duration":1}},{"uid":"a681290f2c77f6b3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a681290f2c77f6b3","status":"passed","time":{"start":1706099290594,"stop":1706099290594,"duration":0}},{"uid":"2d10bb77842bcb5e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2d10bb77842bcb5e","status":"passed","time":{"start":1705681678120,"stop":1705681678120,"duration":0}},{"uid":"6a5eb7ebe9b25426","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6a5eb7ebe9b25426","status":"passed","time":{"start":1705680350524,"stop":1705680350524,"duration":0}},{"uid":"91cada7d37bdfe62","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/91cada7d37bdfe62","status":"passed","time":{"start":1705667092956,"stop":1705667092956,"duration":0}},{"uid":"5c2abdb5d0c13919","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/5c2abdb5d0c13919","status":"passed","time":{"start":1705527069382,"stop":1705527069382,"duration":0}},{"uid":"13945147e51974be","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/13945147e51974be","status":"passed","time":{"start":1705521327101,"stop":1705521327101,"duration":0}},{"uid":"24539e1f1a6228ca","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/24539e1f1a6228ca","status":"passed","time":{"start":1705520488382,"stop":1705520488383,"duration":1}},{"uid":"b13299445b4d31dc","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b13299445b4d31dc","status":"passed","time":{"start":1705518883230,"stop":1705518883230,"duration":0}},{"uid":"196f5e4607a54435","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/196f5e4607a54435","status":"passed","time":{"start":1705502684087,"stop":1705502684087,"duration":0}}]},"tags":[]},"source":"c7715b899e4354b1.json","parameterValues":[]} \ No newline at end of file +{"uid":"b8d37ab48df04fac","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":1706618959472,"stop":1706618959472,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"ab44f71d6df628c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab44f71d6df628c2","status":"passed","time":{"start":1706618735852,"stop":1706618735852,"duration":0}}]},"tags":[]},"source":"b8d37ab48df04fac.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b8e340021d693521.json b/6291/data/test-cases/b8e340021d693521.json new file mode 100644 index 00000000000..7a6ead5b22b --- /dev/null +++ b/6291/data/test-cases/b8e340021d693521.json @@ -0,0 +1 @@ +{"uid":"b8e340021d693521","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Events > peer:discovery > should emit `peer:discovery:bootstrap` event when a peer is discovered","historyId":"89a9624a6e3792cca673a64de9bbf7b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454358,"stop":1706618454358,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Events"},{"name":"subSuite","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":2,"unknown":0,"total":2},"items":[{"uid":"dbe316ab4716e33d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dbe316ab4716e33d","status":"passed","time":{"start":1706618246643,"stop":1706618246644,"duration":1}}]},"tags":[]},"source":"b8e340021d693521.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/b91fc2a56e3d862.json b/6291/data/test-cases/b91fc2a56e3d862.json new file mode 100644 index 00000000000..2bfbf7d6d97 --- /dev/null +++ b/6291/data/test-cases/b91fc2a56e3d862.json @@ -0,0 +1 @@ +{"uid":"b91fc2a56e3d862","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619035796,"stop":1706619035796,"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":2,"unknown":0,"total":2},"items":[{"uid":"f6573565b1d203d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f6573565b1d203d2","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"tags":[]},"source":"b91fc2a56e3d862.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5523fbf9e0850749.json b/6291/data/test-cases/b9b3ef713f9a077f.json similarity index 88% rename from 6266/data/test-cases/5523fbf9e0850749.json rename to 6291/data/test-cases/b9b3ef713f9a077f.json index b20aeb84454..328ff312dc5 100644 --- a/6266/data/test-cases/5523fbf9e0850749.json +++ b/6291/data/test-cases/b9b3ef713f9a077f.json @@ -1 +1 @@ -{"uid":"5523fbf9e0850749","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing shell command and receive message","historyId":"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401961,"stop":1706101401962,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"2cb5d9a7ea9b0464","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2cb5d9a7ea9b0464","status":"passed","time":{"start":1706101295303,"stop":1706101295303,"duration":0}},{"uid":"ef84dbc18001a03e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ef84dbc18001a03e","status":"passed","time":{"start":1706101187436,"stop":1706101187436,"duration":0}},{"uid":"c55f8a48da9fb804","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c55f8a48da9fb804","status":"passed","time":{"start":1706100397504,"stop":1706100397504,"duration":0}},{"uid":"e672c2424efdd9af","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e672c2424efdd9af","status":"passed","time":{"start":1706098985440,"stop":1706098985440,"duration":0}},{"uid":"960573dd57e84efb","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/960573dd57e84efb","status":"passed","time":{"start":1705681341597,"stop":1705681341597,"duration":0}},{"uid":"22b7837804310b0c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/22b7837804310b0c","status":"passed","time":{"start":1705680075502,"stop":1705680075502,"duration":0}},{"uid":"c9374ff870a64d90","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c9374ff870a64d90","status":"passed","time":{"start":1705666818725,"stop":1705666818726,"duration":1}},{"uid":"1e6c1a0bb4f589d4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1e6c1a0bb4f589d4","status":"passed","time":{"start":1705520251427,"stop":1705520251427,"duration":0}},{"uid":"fcc706205f643ad8","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/fcc706205f643ad8","status":"passed","time":{"start":1705518481996,"stop":1705518481997,"duration":1}},{"uid":"4234f5a215075c65","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4234f5a215075c65","status":"passed","time":{"start":1705502312555,"stop":1705502312556,"duration":1}}]},"tags":[]},"source":"5523fbf9e0850749.json","parameterValues":[]} \ No newline at end of file +{"uid":"b9b3ef713f9a077f","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing shell command and receive message","historyId":"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624536,"stop":1706618624536,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"36ecd8731b331997","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36ecd8731b331997","status":"passed","time":{"start":1706618460787,"stop":1706618460787,"duration":0}}]},"tags":[]},"source":"b9b3ef713f9a077f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ba3a42afcb55a13b.json b/6291/data/test-cases/ba3a42afcb55a13b.json new file mode 100644 index 00000000000..a541b21f352 --- /dev/null +++ b/6291/data/test-cases/ba3a42afcb55a13b.json @@ -0,0 +1 @@ +{"uid":"ba3a42afcb55a13b","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":1706618487712,"stop":1706618487713,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"88a309ff27ac8329","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88a309ff27ac8329","status":"passed","time":{"start":1706618273729,"stop":1706618273729,"duration":0}}]},"tags":[]},"source":"ba3a42afcb55a13b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bae196d0e293986a.json b/6291/data/test-cases/bae196d0e293986a.json new file mode 100644 index 00000000000..d4fad18f4c8 --- /dev/null +++ b/6291/data/test-cases/bae196d0e293986a.json @@ -0,0 +1 @@ +{"uid":"bae196d0e293986a","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618395558,"stop":1706618395558,"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":2,"unknown":0,"total":2},"items":[{"uid":"a3b064bf2a2ee4a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b064bf2a2ee4a3","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"tags":[]},"source":"bae196d0e293986a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/45955f0b1597482c.json b/6291/data/test-cases/bb36946768c0bfa1.json similarity index 86% rename from 6266/data/test-cases/45955f0b1597482c.json rename to 6291/data/test-cases/bb36946768c0bfa1.json index 3f46c8a4343..f70be4e9e17 100644 --- a/6266/data/test-cases/45955f0b1597482c.json +++ b/6291/data/test-cases/bb36946768c0bfa1.json @@ -1 +1 @@ -{"uid":"45955f0b1597482c","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":1706101723756,"stop":1706101723756,"duration":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":"a81c94c65e4c1783","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a81c94c65e4c1783","status":"passed","time":{"start":1706101654452,"stop":1706101654452,"duration":0}},{"uid":"43c607325893d118","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/43c607325893d118","status":"passed","time":{"start":1706101537656,"stop":1706101537656,"duration":0}},{"uid":"7526282a96db0c7b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7526282a96db0c7b","status":"passed","time":{"start":1706100722873,"stop":1706100722874,"duration":1}},{"uid":"f976ea129798dd9f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f976ea129798dd9f","status":"passed","time":{"start":1706099290608,"stop":1706099290609,"duration":1}},{"uid":"7a47f408f132bdbf","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7a47f408f132bdbf","status":"passed","time":{"start":1705681678127,"stop":1705681678127,"duration":0}},{"uid":"94216f0e4c3625b7","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/94216f0e4c3625b7","status":"passed","time":{"start":1705680350526,"stop":1705680350526,"duration":0}},{"uid":"8b37ab49b1a557d8","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8b37ab49b1a557d8","status":"passed","time":{"start":1705667092957,"stop":1705667092958,"duration":1}},{"uid":"1107d111d7154d63","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/1107d111d7154d63","status":"passed","time":{"start":1705527069384,"stop":1705527069384,"duration":0}},{"uid":"9c1c1299d676cc16","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/9c1c1299d676cc16","status":"passed","time":{"start":1705521327103,"stop":1705521327103,"duration":0}},{"uid":"d689f49aee566fbf","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d689f49aee566fbf","status":"passed","time":{"start":1705520488385,"stop":1705520488385,"duration":0}},{"uid":"1533224e8419dc67","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/1533224e8419dc67","status":"passed","time":{"start":1705518883232,"stop":1705518883232,"duration":0}},{"uid":"25559d0882973b91","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/25559d0882973b91","status":"passed","time":{"start":1705502684089,"stop":1705502684090,"duration":1}}]},"tags":[]},"source":"45955f0b1597482c.json","parameterValues":[]} \ No newline at end of file +{"uid":"bb36946768c0bfa1","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":1706618959474,"stop":1706618959475,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"71c85e4f321d0635","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71c85e4f321d0635","status":"passed","time":{"start":1706618735857,"stop":1706618735857,"duration":0}}]},"tags":[]},"source":"bb36946768c0bfa1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bb5b5e83fb81f861.json b/6291/data/test-cases/bb5b5e83fb81f861.json new file mode 100644 index 00000000000..40b5f8f96df --- /dev/null +++ b/6291/data/test-cases/bb5b5e83fb81f861.json @@ -0,0 +1 @@ +{"uid":"bb5b5e83fb81f861","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":1706618378873,"stop":1706618378873,"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":2,"unknown":0,"total":2},"items":[{"uid":"67dde76ae50e297f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67dde76ae50e297f","status":"passed","time":{"start":1706618170155,"stop":1706618170156,"duration":1}}]},"tags":[]},"source":"bb5b5e83fb81f861.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a55aaed0893d51d4.json b/6291/data/test-cases/bbee2a8060f67063.json similarity index 92% rename from 6266/data/test-cases/a55aaed0893d51d4.json rename to 6291/data/test-cases/bbee2a8060f67063.json index 0398a25a979..43e1d308d51 100644 --- a/6266/data/test-cases/a55aaed0893d51d4.json +++ b/6291/data/test-cases/bbee2a8060f67063.json @@ -1 +1 @@ -{"uid":"a55aaed0893d51d4","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":1706101594023,"stop":1706101594023,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"1c73cb6e8a3faaae","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1c73cb6e8a3faaae","status":"passed","time":{"start":1706101499461,"stop":1706101499461,"duration":0}},{"uid":"5165c1e07f642c68","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5165c1e07f642c68","status":"passed","time":{"start":1706101380160,"stop":1706101380160,"duration":0}},{"uid":"85deef141e264d9a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/85deef141e264d9a","status":"passed","time":{"start":1706100623776,"stop":1706100623776,"duration":0}},{"uid":"957ecb07b15cf595","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/957ecb07b15cf595","status":"passed","time":{"start":1706099176312,"stop":1706099176332,"duration":20}},{"uid":"58ff1750023ec58b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/58ff1750023ec58b","status":"passed","time":{"start":1705681544264,"stop":1705681544264,"duration":0}},{"uid":"ca49d98e240b2cf4","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ca49d98e240b2cf4","status":"passed","time":{"start":1705680158914,"stop":1705680158915,"duration":1}},{"uid":"8f681ff41abc8f5d","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8f681ff41abc8f5d","status":"passed","time":{"start":1705666900233,"stop":1705666900233,"duration":0}},{"uid":"ce3380ee7cb6e833","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/ce3380ee7cb6e833","status":"passed","time":{"start":1705526887820,"stop":1705526887820,"duration":0}}]},"tags":[]},"source":"a55aaed0893d51d4.json","parameterValues":[]} \ No newline at end of file +{"uid":"bbee2a8060f67063","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":1706618858029,"stop":1706618858029,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9834487d9bc71aae","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9834487d9bc71aae","status":"passed","time":{"start":1706618636994,"stop":1706618636994,"duration":0}}]},"tags":[]},"source":"bbee2a8060f67063.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bc22db0edb09ae10.json b/6291/data/test-cases/bc22db0edb09ae10.json new file mode 100644 index 00000000000..d8a9e328e67 --- /dev/null +++ b/6291/data/test-cases/bc22db0edb09ae10.json @@ -0,0 +1 @@ +{"uid":"bc22db0edb09ae10","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":1706618372823,"stop":1706618372823,"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":2,"unknown":0,"total":2},"items":[{"uid":"7fd78242972a994e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fd78242972a994e","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"tags":[]},"source":"bc22db0edb09ae10.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bc24ec9960e67e9d.json b/6291/data/test-cases/bc24ec9960e67e9d.json new file mode 100644 index 00000000000..2299ff14510 --- /dev/null +++ b/6291/data/test-cases/bc24ec9960e67e9d.json @@ -0,0 +1 @@ +{"uid":"bc24ec9960e67e9d","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618429313,"stop":1706618429314,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"493c021914edb99c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/493c021914edb99c","status":"passed","time":{"start":1706618221266,"stop":1706618221266,"duration":0}}]},"tags":[]},"source":"bc24ec9960e67e9d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bc49267e10a31274.json b/6291/data/test-cases/bc49267e10a31274.json new file mode 100644 index 00000000000..92f108b3eef --- /dev/null +++ b/6291/data/test-cases/bc49267e10a31274.json @@ -0,0 +1 @@ +{"uid":"bc49267e10a31274","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":1706618372823,"stop":1706618372823,"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":2,"unknown":0,"total":2},"items":[{"uid":"260f2a0f2b8a869c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/260f2a0f2b8a869c","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"tags":[]},"source":"bc49267e10a31274.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d5295985f7b4ad64.json b/6291/data/test-cases/bc66ce2290cef0c9.json similarity index 77% rename from 6266/data/test-cases/d5295985f7b4ad64.json rename to 6291/data/test-cases/bc66ce2290cef0c9.json index b644bc8240e..74bf7a890dc 100644 --- a/6266/data/test-cases/d5295985f7b4ad64.json +++ b/6291/data/test-cases/bc66ce2290cef0c9.json @@ -1 +1 @@ -{"uid":"d5295985f7b4ad64","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":1706101530742,"stop":1706101530742,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"4d0304089337f47d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4d0304089337f47d","status":"passed","time":{"start":1706101419617,"stop":1706101419617,"duration":0}},{"uid":"c5f24f8cf1b1f49d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c5f24f8cf1b1f49d","status":"passed","time":{"start":1706101305322,"stop":1706101305322,"duration":0}},{"uid":"8aad4eee1c7ad7a5","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8aad4eee1c7ad7a5","status":"passed","time":{"start":1706100931220,"stop":1706100931221,"duration":1}},{"uid":"a809a8d5344fa41b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a809a8d5344fa41b","status":"passed","time":{"start":1706100510912,"stop":1706100510913,"duration":1}},{"uid":"198853fb5a85e7b8","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/198853fb5a85e7b8","status":"passed","time":{"start":1706099960913,"stop":1706099960914,"duration":1}},{"uid":"1c6b41e5e4509149","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1c6b41e5e4509149","status":"passed","time":{"start":1706099096981,"stop":1706099096982,"duration":1}},{"uid":"4dc7640ba994153e","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/4dc7640ba994153e","status":"passed","time":{"start":1706077690017,"stop":1706077690017,"duration":0}},{"uid":"a56a407e915ab86d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a56a407e915ab86d","status":"passed","time":{"start":1706069780794,"stop":1706069780794,"duration":0}},{"uid":"31758a35870961e9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/31758a35870961e9","status":"passed","time":{"start":1705950480142,"stop":1705950480142,"duration":0}},{"uid":"a5e7e328b6cba180","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a5e7e328b6cba180","status":"passed","time":{"start":1705938289261,"stop":1705938289261,"duration":0}},{"uid":"8fca07d29b7dca6","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/8fca07d29b7dca6","status":"passed","time":{"start":1705913424156,"stop":1705913424157,"duration":1}},{"uid":"ba3e4ff86a5a7b2b","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ba3e4ff86a5a7b2b","status":"passed","time":{"start":1705912964629,"stop":1705912964629,"duration":0}},{"uid":"36464ad534552e36","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/36464ad534552e36","status":"passed","time":{"start":1705912351037,"stop":1705912351038,"duration":1}},{"uid":"ada75765b57edccc","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/ada75765b57edccc","status":"passed","time":{"start":1705911533393,"stop":1705911533394,"duration":1}},{"uid":"15edc0f2c7721bb0","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/15edc0f2c7721bb0","status":"passed","time":{"start":1705698747972,"stop":1705698747972,"duration":0}},{"uid":"76a6d61a9cf3bac8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/76a6d61a9cf3bac8","status":"passed","time":{"start":1705687465954,"stop":1705687465954,"duration":0}},{"uid":"5454a20b077da4b7","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/5454a20b077da4b7","status":"passed","time":{"start":1705687367146,"stop":1705687367146,"duration":0}},{"uid":"73567c1c6b81cd02","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/73567c1c6b81cd02","status":"passed","time":{"start":1705681459384,"stop":1705681459385,"duration":1}},{"uid":"a52e210ee6858c7c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a52e210ee6858c7c","status":"passed","time":{"start":1705680122224,"stop":1705680122224,"duration":0}},{"uid":"69579166f6021aaa","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/69579166f6021aaa","status":"passed","time":{"start":1705678066200,"stop":1705678066200,"duration":0}}]},"tags":[]},"source":"d5295985f7b4ad64.json","parameterValues":[]} \ No newline at end of file +{"uid":"bc66ce2290cef0c9","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":1706618865694,"stop":1706618865694,"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":2,"unknown":0,"total":2},"items":[{"uid":"5f12667768fc8b92","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f12667768fc8b92","status":"passed","time":{"start":1706618683934,"stop":1706618683935,"duration":1}}]},"tags":[]},"source":"bc66ce2290cef0c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f894f02645ac4ef9.json b/6291/data/test-cases/bc9158287dae591a.json similarity index 92% rename from 6266/data/test-cases/f894f02645ac4ef9.json rename to 6291/data/test-cases/bc9158287dae591a.json index e13be4921bc..175d2205771 100644 --- a/6266/data/test-cases/f894f02645ac4ef9.json +++ b/6291/data/test-cases/bc9158287dae591a.json @@ -1 +1 @@ -{"uid":"f894f02645ac4ef9","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":1706101594017,"stop":1706101594017,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"fd844d39bb17520b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/fd844d39bb17520b","status":"passed","time":{"start":1706101499459,"stop":1706101499459,"duration":0}},{"uid":"dc0666bfe639bfd7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/dc0666bfe639bfd7","status":"passed","time":{"start":1706101380158,"stop":1706101380158,"duration":0}},{"uid":"d283420133d9197b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d283420133d9197b","status":"passed","time":{"start":1706100623774,"stop":1706100623775,"duration":1}},{"uid":"6875972470a55b21","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6875972470a55b21","status":"passed","time":{"start":1706099176294,"stop":1706099176295,"duration":1}},{"uid":"fc4cbd697c8a48c9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fc4cbd697c8a48c9","status":"passed","time":{"start":1705681544262,"stop":1705681544263,"duration":1}},{"uid":"a5b490e4d048382","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a5b490e4d048382","status":"passed","time":{"start":1705680158912,"stop":1705680158912,"duration":0}},{"uid":"f293752341db6354","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/f293752341db6354","status":"passed","time":{"start":1705666900231,"stop":1705666900232,"duration":1}},{"uid":"b229b09fdb439997","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/b229b09fdb439997","status":"passed","time":{"start":1705526887817,"stop":1705526887817,"duration":0}}]},"tags":[]},"source":"f894f02645ac4ef9.json","parameterValues":[]} \ No newline at end of file +{"uid":"bc9158287dae591a","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":1706618858027,"stop":1706618858027,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"76f5736790ba27ad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76f5736790ba27ad","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"tags":[]},"source":"bc9158287dae591a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bd0c94ef10f528c4.json b/6291/data/test-cases/bd0c94ef10f528c4.json new file mode 100644 index 00000000000..ae198dfef42 --- /dev/null +++ b/6291/data/test-cases/bd0c94ef10f528c4.json @@ -0,0 +1 @@ +{"uid":"bd0c94ef10f528c4","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618834267,"stop":1706618834268,"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":2,"unknown":0,"total":2},"items":[{"uid":"f98d25ece0dbc8c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f98d25ece0dbc8c2","status":"passed","time":{"start":1706618668764,"stop":1706618668765,"duration":1}}]},"tags":[]},"source":"bd0c94ef10f528c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ff3f219058814dbe.json b/6291/data/test-cases/bd7e7651ee898d38.json similarity index 52% rename from 6266/data/test-cases/ff3f219058814dbe.json rename to 6291/data/test-cases/bd7e7651ee898d38.json index b8b8dae0aa9..5f32902d6fd 100644 --- a/6266/data/test-cases/ff3f219058814dbe.json +++ b/6291/data/test-cases/bd7e7651ee898d38.json @@ -1 +1 @@ -{"uid":"ff3f219058814dbe","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":1706101261570,"stop":1706101261571,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"bfd00f226d21cca9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bfd00f226d21cca9","status":"passed","time":{"start":1706101157685,"stop":1706101157685,"duration":0}},{"uid":"7ab1e0605aabd136","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7ab1e0605aabd136","status":"passed","time":{"start":1706101053580,"stop":1706101053580,"duration":0}},{"uid":"2f2337b188c75094","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2f2337b188c75094","status":"passed","time":{"start":1706100258836,"stop":1706100258837,"duration":1}},{"uid":"4ac4876d89633af3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4ac4876d89633af3","status":"passed","time":{"start":1706098839843,"stop":1706098839844,"duration":1}},{"uid":"52d8cb155143b62e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/52d8cb155143b62e","status":"passed","time":{"start":1705681219094,"stop":1705681219095,"duration":1}},{"uid":"9e622f14337d93ac","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9e622f14337d93ac","status":"passed","time":{"start":1705679961653,"stop":1705679961656,"duration":3}},{"uid":"d4252bc71e76414","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/d4252bc71e76414","status":"passed","time":{"start":1705666710510,"stop":1705666710510,"duration":0}},{"uid":"b6d4aad9a7717012","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/b6d4aad9a7717012","status":"passed","time":{"start":1705526749482,"stop":1705526749483,"duration":1}},{"uid":"86370141f5b10f5f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/86370141f5b10f5f","status":"passed","time":{"start":1705520967843,"stop":1705520967845,"duration":2}},{"uid":"472ab9179a760c98","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/472ab9179a760c98","status":"passed","time":{"start":1705520115246,"stop":1705520115246,"duration":0}},{"uid":"1f19122a674a0159","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/1f19122a674a0159","status":"passed","time":{"start":1705518342019,"stop":1705518342020,"duration":1}},{"uid":"87c3ad3c179bf9","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/87c3ad3c179bf9","status":"passed","time":{"start":1705502169547,"stop":1705502169547,"duration":0}}]},"tags":[]},"source":"ff3f219058814dbe.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd7e7651ee898d38","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":1706618487714,"stop":1706618487714,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b628a6604b7c9268","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b628a6604b7c9268","status":"passed","time":{"start":1706618273730,"stop":1706618273731,"duration":1}}]},"tags":[]},"source":"bd7e7651ee898d38.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bddcd936c889d57a.json b/6291/data/test-cases/bddcd936c889d57a.json new file mode 100644 index 00000000000..b9c2fed012b --- /dev/null +++ b/6291/data/test-cases/bddcd936c889d57a.json @@ -0,0 +1 @@ +{"uid":"bddcd936c889d57a","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":1706619008977,"stop":1706619008977,"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":2,"unknown":0,"total":2},"items":[{"uid":"2ddb453a709a32b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ddb453a709a32b4","status":"passed","time":{"start":1706618775743,"stop":1706618775743,"duration":0}}]},"tags":[]},"source":"bddcd936c889d57a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bdea91ccf4f82a37.json b/6291/data/test-cases/bdea91ccf4f82a37.json new file mode 100644 index 00000000000..4887e3b52ba --- /dev/null +++ b/6291/data/test-cases/bdea91ccf4f82a37.json @@ -0,0 +1 @@ +{"uid":"bdea91ccf4f82a37","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":1706618388586,"stop":1706618388586,"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":2,"unknown":0,"total":2},"items":[{"uid":"9d3d54d4ad7444be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d3d54d4ad7444be","status":"passed","time":{"start":1706618179513,"stop":1706618179514,"duration":1}}]},"tags":[]},"source":"bdea91ccf4f82a37.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/be64371ce74f026c.json b/6291/data/test-cases/be64371ce74f026c.json new file mode 100644 index 00000000000..d8da9a1eb2c --- /dev/null +++ b/6291/data/test-cases/be64371ce74f026c.json @@ -0,0 +1 @@ +{"uid":"be64371ce74f026c","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":1706618687002,"stop":1706618687002,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"c5839d03ccfe6475","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c5839d03ccfe6475","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"tags":[]},"source":"be64371ce74f026c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bea06cff7afd6dff.json b/6291/data/test-cases/bea06cff7afd6dff.json new file mode 100644 index 00000000000..5c0e971a503 --- /dev/null +++ b/6291/data/test-cases/bea06cff7afd6dff.json @@ -0,0 +1 @@ +{"uid":"bea06cff7afd6dff","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":1706618865684,"stop":1706618865684,"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":2,"unknown":0,"total":2},"items":[{"uid":"9e8ca7c169f3b558","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9e8ca7c169f3b558","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"tags":[]},"source":"bea06cff7afd6dff.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e726eab55c264321.json b/6291/data/test-cases/bea174bf9a612b01.json similarity index 86% rename from 6266/data/test-cases/e726eab55c264321.json rename to 6291/data/test-cases/bea174bf9a612b01.json index e7c20b79f40..fb28a585ab2 100644 --- a/6266/data/test-cases/e726eab55c264321.json +++ b/6291/data/test-cases/bea174bf9a612b01.json @@ -1 +1 @@ -{"uid":"e726eab55c264321","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":1706101723800,"stop":1706101723800,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"162e77d350dd48cf","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/162e77d350dd48cf","status":"passed","time":{"start":1706101654465,"stop":1706101654466,"duration":1}},{"uid":"800ee4c5d9e4b4d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/800ee4c5d9e4b4d","status":"passed","time":{"start":1706101537665,"stop":1706101537666,"duration":1}},{"uid":"4a6a2b0cba5694ba","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4a6a2b0cba5694ba","status":"passed","time":{"start":1706100722891,"stop":1706100722891,"duration":0}},{"uid":"77848de524366b8e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/77848de524366b8e","status":"passed","time":{"start":1706099290657,"stop":1706099290657,"duration":0}},{"uid":"417c4a99d8c6a56e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/417c4a99d8c6a56e","status":"passed","time":{"start":1705681678145,"stop":1705681678145,"duration":0}},{"uid":"3bde4c9612e00e15","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/3bde4c9612e00e15","status":"passed","time":{"start":1705680350539,"stop":1705680350539,"duration":0}},{"uid":"322ce39940708134","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/322ce39940708134","status":"passed","time":{"start":1705667092967,"stop":1705667092967,"duration":0}},{"uid":"613cb9ea229efc09","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/613cb9ea229efc09","status":"passed","time":{"start":1705527069394,"stop":1705527069394,"duration":0}},{"uid":"8be7ebf94e30986d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8be7ebf94e30986d","status":"passed","time":{"start":1705521327112,"stop":1705521327113,"duration":1}},{"uid":"6888b951fd184902","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/6888b951fd184902","status":"passed","time":{"start":1705520488399,"stop":1705520488400,"duration":1}},{"uid":"df557edc7db674eb","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/df557edc7db674eb","status":"passed","time":{"start":1705518883246,"stop":1705518883247,"duration":1}},{"uid":"8f78a806ab8b3177","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8f78a806ab8b3177","status":"passed","time":{"start":1705502684098,"stop":1705502684098,"duration":0}}]},"tags":[]},"source":"e726eab55c264321.json","parameterValues":[]} \ No newline at end of file +{"uid":"bea174bf9a612b01","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":1706618959489,"stop":1706618959489,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"dd1c76a0986efd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd1c76a0986efd4","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"tags":[]},"source":"bea174bf9a612b01.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ca992e68b6e1b37b.json b/6291/data/test-cases/bec04a06599887d9.json similarity index 87% rename from 6266/data/test-cases/ca992e68b6e1b37b.json rename to 6291/data/test-cases/bec04a06599887d9.json index 7490dbfe50a..1c31513105c 100644 --- a/6266/data/test-cases/ca992e68b6e1b37b.json +++ b/6291/data/test-cases/bec04a06599887d9.json @@ -1 +1 @@ -{"uid":"ca992e68b6e1b37b","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":1706101792211,"stop":1706101792212,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"d7e07705abe7b58e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d7e07705abe7b58e","status":"passed","time":{"start":1706101709057,"stop":1706101709058,"duration":1}},{"uid":"ced3ee9c168edb96","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ced3ee9c168edb96","status":"passed","time":{"start":1706101584044,"stop":1706101584044,"duration":0}},{"uid":"ce4853a74c47c050","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ce4853a74c47c050","status":"passed","time":{"start":1706100800530,"stop":1706100800530,"duration":0}},{"uid":"e9356be5c9fb5477","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e9356be5c9fb5477","status":"passed","time":{"start":1706099377042,"stop":1706099377042,"duration":0}},{"uid":"5687ef86acfb1519","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5687ef86acfb1519","status":"passed","time":{"start":1705681745204,"stop":1705681745204,"duration":0}},{"uid":"e23520393965ca41","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e23520393965ca41","status":"passed","time":{"start":1705680374207,"stop":1705680374208,"duration":1}},{"uid":"65e67946f94cd075","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/65e67946f94cd075","status":"passed","time":{"start":1705667089479,"stop":1705667089479,"duration":0}},{"uid":"8e0d24b0b2a3ca43","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8e0d24b0b2a3ca43","status":"passed","time":{"start":1705521364821,"stop":1705521364822,"duration":1}},{"uid":"be2d62101a42a0c4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/be2d62101a42a0c4","status":"passed","time":{"start":1705520531871,"stop":1705520531871,"duration":0}},{"uid":"34e9510db0aaab07","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/34e9510db0aaab07","status":"passed","time":{"start":1705518661629,"stop":1705518661629,"duration":0}},{"uid":"8cef449cb998c13a","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8cef449cb998c13a","status":"passed","time":{"start":1705502591732,"stop":1705502591733,"duration":1}}]},"tags":[]},"source":"ca992e68b6e1b37b.json","parameterValues":[]} \ No newline at end of file +{"uid":"bec04a06599887d9","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":1706619029130,"stop":1706619029130,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"bc4a2cc2351e4e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4a2cc2351e4e75","status":"passed","time":{"start":1706618668741,"stop":1706618668741,"duration":0}}]},"tags":[]},"source":"bec04a06599887d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/bf35fe7224166679.json b/6291/data/test-cases/bf35fe7224166679.json new file mode 100644 index 00000000000..353693b132a --- /dev/null +++ b/6291/data/test-cases/bf35fe7224166679.json @@ -0,0 +1 @@ +{"uid":"bf35fe7224166679","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618382596,"stop":1706618382597,"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":2,"unknown":0,"total":2},"items":[{"uid":"74d8021f27e46cb8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d8021f27e46cb8","status":"passed","time":{"start":1706618173700,"stop":1706618173702,"duration":2}}]},"tags":[]},"source":"bf35fe7224166679.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e3a8efe3f2ea02af.json b/6291/data/test-cases/c02aae4ccca436f9.json similarity index 78% rename from 6266/data/test-cases/e3a8efe3f2ea02af.json rename to 6291/data/test-cases/c02aae4ccca436f9.json index e64246d5299..611b2ab72c1 100644 --- a/6266/data/test-cases/e3a8efe3f2ea02af.json +++ b/6291/data/test-cases/c02aae4ccca436f9.json @@ -1 +1 @@ -{"uid":"e3a8efe3f2ea02af","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":1706101369634,"stop":1706101369634,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"989836b17f0503cc","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/989836b17f0503cc","status":"passed","time":{"start":1706101264984,"stop":1706101264985,"duration":1}},{"uid":"56698fd8f2340647","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/56698fd8f2340647","status":"passed","time":{"start":1706101143280,"stop":1706101143280,"duration":0}},{"uid":"c3955878ca2709cf","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c3955878ca2709cf","status":"passed","time":{"start":1706100932550,"stop":1706100932550,"duration":0}},{"uid":"59537dd4c978df27","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/59537dd4c978df27","status":"passed","time":{"start":1706100355784,"stop":1706100355785,"duration":1}},{"uid":"db9a3faf8e21574a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/db9a3faf8e21574a","status":"passed","time":{"start":1706099967119,"stop":1706099967120,"duration":1}},{"uid":"c7ca6039d3dbd219","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c7ca6039d3dbd219","status":"passed","time":{"start":1706098945336,"stop":1706098945336,"duration":0}},{"uid":"f2b055b6ce7e01cc","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f2b055b6ce7e01cc","status":"passed","time":{"start":1706077698158,"stop":1706077698158,"duration":0}},{"uid":"f7afe955425bce2a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f7afe955425bce2a","status":"passed","time":{"start":1706069781887,"stop":1706069781887,"duration":0}},{"uid":"dafb66f303377133","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/dafb66f303377133","status":"passed","time":{"start":1705950488311,"stop":1705950488311,"duration":0}},{"uid":"a6ef857a9254e49c","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a6ef857a9254e49c","status":"passed","time":{"start":1705938293058,"stop":1705938293059,"duration":1}},{"uid":"302d635fbf3c5edb","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/302d635fbf3c5edb","status":"passed","time":{"start":1705913430285,"stop":1705913430286,"duration":1}},{"uid":"aa52fb29639097ab","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/aa52fb29639097ab","status":"passed","time":{"start":1705912976204,"stop":1705912976205,"duration":1}},{"uid":"6f669b76ebadb8ca","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6f669b76ebadb8ca","status":"passed","time":{"start":1705912363766,"stop":1705912363766,"duration":0}},{"uid":"689a60e1a2066bfb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/689a60e1a2066bfb","status":"passed","time":{"start":1705911543460,"stop":1705911543460,"duration":0}},{"uid":"eef94e43dc22a76d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/eef94e43dc22a76d","status":"passed","time":{"start":1705698753996,"stop":1705698753996,"duration":0}},{"uid":"d2ff6efe7fa74579","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/d2ff6efe7fa74579","status":"passed","time":{"start":1705687466251,"stop":1705687466251,"duration":0}},{"uid":"cb248d989556b127","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/cb248d989556b127","status":"passed","time":{"start":1705687381583,"stop":1705687381583,"duration":0}},{"uid":"8e07d94854953f2c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8e07d94854953f2c","status":"passed","time":{"start":1705681326961,"stop":1705681326962,"duration":1}},{"uid":"405d482cbbb991b5","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/405d482cbbb991b5","status":"passed","time":{"start":1705678076942,"stop":1705678076943,"duration":1}},{"uid":"4686040d19991aa","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/4686040d19991aa","status":"passed","time":{"start":1705677999865,"stop":1705677999865,"duration":0}}]},"tags":[]},"source":"e3a8efe3f2ea02af.json","parameterValues":[]} \ No newline at end of file +{"uid":"c02aae4ccca436f9","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":1706618580258,"stop":1706618580259,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"842964b500a33856","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/842964b500a33856","status":"passed","time":{"start":1706618380675,"stop":1706618380681,"duration":6}}]},"tags":[]},"source":"c02aae4ccca436f9.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c0337153693f5e3d.json b/6291/data/test-cases/c0337153693f5e3d.json new file mode 100644 index 00000000000..81abd14cfc0 --- /dev/null +++ b/6291/data/test-cases/c0337153693f5e3d.json @@ -0,0 +1 @@ +{"uid":"c0337153693f5e3d","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":1706618366461,"stop":1706618366461,"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":"cfd396c8e1d21630","status":"passed","time":{"start":1706618366460,"stop":1706618366461,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c42c2198e57e0d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c42c2198e57e0d6","status":"passed","time":{"start":1706618156841,"stop":1706618156842,"duration":1}}]},"tags":[]},"source":"c0337153693f5e3d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c097eb6ddf55129f.json b/6291/data/test-cases/c097eb6ddf55129f.json new file mode 100644 index 00000000000..7782c99ecba --- /dev/null +++ b/6291/data/test-cases/c097eb6ddf55129f.json @@ -0,0 +1 @@ +{"uid":"c097eb6ddf55129f","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":1706618731281,"stop":1706618731281,"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":2,"unknown":0,"total":2},"items":[{"uid":"74d820522fdd9dc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d820522fdd9dc2","status":"passed","time":{"start":1706618394315,"stop":1706618394315,"duration":0}}]},"tags":[]},"source":"c097eb6ddf55129f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6ecf897d9da9933.json b/6291/data/test-cases/c0c4c419549cc7b.json similarity index 77% rename from 6266/data/test-cases/6ecf897d9da9933.json rename to 6291/data/test-cases/c0c4c419549cc7b.json index 8d90f790bff..b560212ca88 100644 --- a/6266/data/test-cases/6ecf897d9da9933.json +++ b/6291/data/test-cases/c0c4c419549cc7b.json @@ -1 +1 @@ -{"uid":"6ecf897d9da9933","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":1706101757856,"stop":1706101757857,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ccf2ddf9c50deb1f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ccf2ddf9c50deb1f","status":"passed","time":{"start":1706101680235,"stop":1706101680236,"duration":1}},{"uid":"4a4545edb3dc8590","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4a4545edb3dc8590","status":"passed","time":{"start":1706101549610,"stop":1706101549610,"duration":0}},{"uid":"dd76743ed0a8f767","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/dd76743ed0a8f767","status":"passed","time":{"start":1706100770607,"stop":1706100770607,"duration":0}},{"uid":"ec606073c567666e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ec606073c567666e","status":"passed","time":{"start":1706099342678,"stop":1706099342679,"duration":1}},{"uid":"ea65837bde29fea1","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ea65837bde29fea1","status":"passed","time":{"start":1705681713153,"stop":1705681713154,"duration":1}}]},"tags":[]},"source":"6ecf897d9da9933.json","parameterValues":[]} \ No newline at end of file +{"uid":"c0c4c419549cc7b","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":1706618996195,"stop":1706618996195,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f74778a2cd7d557b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f74778a2cd7d557b","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"tags":[]},"source":"c0c4c419549cc7b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c0e49e23d80b43e6.json b/6291/data/test-cases/c0e49e23d80b43e6.json new file mode 100644 index 00000000000..51c0350010b --- /dev/null +++ b/6291/data/test-cases/c0e49e23d80b43e6.json @@ -0,0 +1 @@ +{"uid":"c0e49e23d80b43e6","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618687106,"stop":1706618687106,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ab13a9294da4e403","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab13a9294da4e403","status":"passed","time":{"start":1706618460834,"stop":1706618460835,"duration":1}}]},"tags":[]},"source":"c0e49e23d80b43e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3b1fcb84d8297302.json b/6291/data/test-cases/c130f2bcc28c2542.json similarity index 86% rename from 6266/data/test-cases/3b1fcb84d8297302.json rename to 6291/data/test-cases/c130f2bcc28c2542.json index dd19ab0eb26..bf30b32ec80 100644 --- a/6266/data/test-cases/3b1fcb84d8297302.json +++ b/6291/data/test-cases/c130f2bcc28c2542.json @@ -1 +1 @@ -{"uid":"3b1fcb84d8297302","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":1706101723793,"stop":1706101723793,"duration":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":12,"unknown":0,"total":12},"items":[{"uid":"ed864e00def120ae","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ed864e00def120ae","status":"passed","time":{"start":1706101654463,"stop":1706101654463,"duration":0}},{"uid":"bffd62e072bb6a60","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bffd62e072bb6a60","status":"passed","time":{"start":1706101537663,"stop":1706101537663,"duration":0}},{"uid":"81215f142f558d52","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/81215f142f558d52","status":"passed","time":{"start":1706100722888,"stop":1706100722888,"duration":0}},{"uid":"6d0799fde03bdf03","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6d0799fde03bdf03","status":"passed","time":{"start":1706099290654,"stop":1706099290654,"duration":0}},{"uid":"3bc2417f4a9acfdc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3bc2417f4a9acfdc","status":"passed","time":{"start":1705681678137,"stop":1705681678142,"duration":5}},{"uid":"9f8b09909f09a237","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9f8b09909f09a237","status":"passed","time":{"start":1705680350536,"stop":1705680350536,"duration":0}},{"uid":"374ec2c64390e8f4","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/374ec2c64390e8f4","status":"passed","time":{"start":1705667092965,"stop":1705667092965,"duration":0}},{"uid":"e8628833e9452448","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/e8628833e9452448","status":"passed","time":{"start":1705527069392,"stop":1705527069392,"duration":0}},{"uid":"b73b19f9d08bb16f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/b73b19f9d08bb16f","status":"passed","time":{"start":1705521327110,"stop":1705521327110,"duration":0}},{"uid":"632cfe5155452b0c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/632cfe5155452b0c","status":"passed","time":{"start":1705520488396,"stop":1705520488396,"duration":0}},{"uid":"ff9d3cc3edc92184","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ff9d3cc3edc92184","status":"passed","time":{"start":1705518883244,"stop":1705518883244,"duration":0}}]},"tags":[]},"source":"3b1fcb84d8297302.json","parameterValues":[]} \ No newline at end of file +{"uid":"c130f2bcc28c2542","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":1706618959485,"stop":1706618959486,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"36153e584e6ae6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36153e584e6ae6a2","status":"passed","time":{"start":1706618735884,"stop":1706618735884,"duration":0}}]},"tags":[]},"source":"c130f2bcc28c2542.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c142bdc058b3335.json b/6291/data/test-cases/c142bdc058b3335.json new file mode 100644 index 00000000000..fe555ef56fd --- /dev/null +++ b/6291/data/test-cases/c142bdc058b3335.json @@ -0,0 +1 @@ +{"uid":"c142bdc058b3335","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":1706618389063,"stop":1706618389063,"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":2,"unknown":0,"total":2},"items":[{"uid":"bd15624f445c1967","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd15624f445c1967","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"tags":[]},"source":"c142bdc058b3335.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c14a3598c98cc4e9.json b/6291/data/test-cases/c14a3598c98cc4e9.json new file mode 100644 index 00000000000..1df0cf7911d --- /dev/null +++ b/6291/data/test-cases/c14a3598c98cc4e9.json @@ -0,0 +1 @@ +{"uid":"c14a3598c98cc4e9","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":1706619039584,"stop":1706619039584,"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":2,"unknown":0,"total":2},"items":[{"uid":"ffa97829eb9beb85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ffa97829eb9beb85","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"tags":[]},"source":"c14a3598c98cc4e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c9edf77c63753379.json b/6291/data/test-cases/c1b7211d4df2a4af.json similarity index 77% rename from 6266/data/test-cases/c9edf77c63753379.json rename to 6291/data/test-cases/c1b7211d4df2a4af.json index 90cf5e42b39..e7b33899186 100644 --- a/6266/data/test-cases/c9edf77c63753379.json +++ b/6291/data/test-cases/c1b7211d4df2a4af.json @@ -1 +1 @@ -{"uid":"c9edf77c63753379","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":1706101369620,"stop":1706101369620,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"37c0c80a1b2ed82a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/37c0c80a1b2ed82a","status":"passed","time":{"start":1706101264976,"stop":1706101264976,"duration":0}},{"uid":"f4a341368b91ecf1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f4a341368b91ecf1","status":"passed","time":{"start":1706101143274,"stop":1706101143274,"duration":0}},{"uid":"9808e36c84ba6a39","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/9808e36c84ba6a39","status":"passed","time":{"start":1706100932528,"stop":1706100932528,"duration":0}},{"uid":"be28e78977a36b84","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/be28e78977a36b84","status":"passed","time":{"start":1706100355776,"stop":1706100355776,"duration":0}},{"uid":"ed33226b2e5c5c18","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ed33226b2e5c5c18","status":"passed","time":{"start":1706099967106,"stop":1706099967106,"duration":0}},{"uid":"d7e328fd41739f9f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d7e328fd41739f9f","status":"passed","time":{"start":1706098945326,"stop":1706098945326,"duration":0}},{"uid":"ba56460d6f5336be","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ba56460d6f5336be","status":"passed","time":{"start":1706077698148,"stop":1706077698148,"duration":0}},{"uid":"3c7c5a51588952cb","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/3c7c5a51588952cb","status":"passed","time":{"start":1706069781880,"stop":1706069781880,"duration":0}},{"uid":"66c38bfcade6a5a4","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/66c38bfcade6a5a4","status":"passed","time":{"start":1705950488305,"stop":1705950488306,"duration":1}},{"uid":"b5932c3bd0957632","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b5932c3bd0957632","status":"passed","time":{"start":1705938293053,"stop":1705938293053,"duration":0}},{"uid":"bc6920578597061f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/bc6920578597061f","status":"passed","time":{"start":1705913430280,"stop":1705913430281,"duration":1}},{"uid":"ed11e80cbb53314a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ed11e80cbb53314a","status":"passed","time":{"start":1705912976200,"stop":1705912976200,"duration":0}},{"uid":"3ca352aab87efa2","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3ca352aab87efa2","status":"passed","time":{"start":1705912363761,"stop":1705912363761,"duration":0}},{"uid":"51d3077cf548f3a3","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/51d3077cf548f3a3","status":"passed","time":{"start":1705911543454,"stop":1705911543454,"duration":0}},{"uid":"e85ce296be643ea","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e85ce296be643ea","status":"passed","time":{"start":1705698753990,"stop":1705698753991,"duration":1}},{"uid":"17a0cd9a0950c9d7","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/17a0cd9a0950c9d7","status":"passed","time":{"start":1705687466243,"stop":1705687466244,"duration":1}},{"uid":"5197d207901fbe3a","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/5197d207901fbe3a","status":"passed","time":{"start":1705687381578,"stop":1705687381578,"duration":0}},{"uid":"28f40e9d25413f0f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/28f40e9d25413f0f","status":"passed","time":{"start":1705681326927,"stop":1705681326927,"duration":0}},{"uid":"7f53f6d2dc035029","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7f53f6d2dc035029","status":"passed","time":{"start":1705678076927,"stop":1705678076927,"duration":0}},{"uid":"2c19926751f08ca3","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/2c19926751f08ca3","status":"passed","time":{"start":1705677999859,"stop":1705677999859,"duration":0}}]},"tags":[]},"source":"c9edf77c63753379.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1b7211d4df2a4af","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":1706618580249,"stop":1706618580249,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"a0391354c8fafdb6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0391354c8fafdb6","status":"passed","time":{"start":1706618380661,"stop":1706618380662,"duration":1}}]},"tags":[]},"source":"c1b7211d4df2a4af.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c1c979de54ecc568.json b/6291/data/test-cases/c1c979de54ecc568.json new file mode 100644 index 00000000000..48b6d60a07a --- /dev/null +++ b/6291/data/test-cases/c1c979de54ecc568.json @@ -0,0 +1 @@ +{"uid":"c1c979de54ecc568","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":1706618851397,"stop":1706618851398,"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":2,"unknown":0,"total":2},"items":[{"uid":"7a58514910aaa7c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a58514910aaa7c","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"tags":[]},"source":"c1c979de54ecc568.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c203877b4d79ae79.json b/6291/data/test-cases/c203877b4d79ae79.json new file mode 100644 index 00000000000..d3a216e9ee3 --- /dev/null +++ b/6291/data/test-cases/c203877b4d79ae79.json @@ -0,0 +1 @@ +{"uid":"c203877b4d79ae79","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":1706618731283,"stop":1706618731284,"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":2,"unknown":0,"total":2},"items":[{"uid":"39679bce293510e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39679bce293510e4","status":"passed","time":{"start":1706618394317,"stop":1706618394318,"duration":1}}]},"tags":[]},"source":"c203877b4d79ae79.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d3083ee1696f60b3.json b/6291/data/test-cases/c20869a476b5993c.json similarity index 78% rename from 6266/data/test-cases/d3083ee1696f60b3.json rename to 6291/data/test-cases/c20869a476b5993c.json index e0397799a76..8840b797301 100644 --- a/6266/data/test-cases/d3083ee1696f60b3.json +++ b/6291/data/test-cases/c20869a476b5993c.json @@ -1 +1 @@ -{"uid":"d3083ee1696f60b3","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":1706101369637,"stop":1706101369637,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"90b9e2a2b1d0cb36","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/90b9e2a2b1d0cb36","status":"passed","time":{"start":1706101264987,"stop":1706101264988,"duration":1}},{"uid":"8ecaa121bc29eb2b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8ecaa121bc29eb2b","status":"passed","time":{"start":1706101143282,"stop":1706101143282,"duration":0}},{"uid":"c779dcfbb1a7d39c","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c779dcfbb1a7d39c","status":"passed","time":{"start":1706100932552,"stop":1706100932553,"duration":1}},{"uid":"5ef4eeb43d387d28","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5ef4eeb43d387d28","status":"passed","time":{"start":1706100355787,"stop":1706100355787,"duration":0}},{"uid":"511b3cee51559ae9","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/511b3cee51559ae9","status":"passed","time":{"start":1706099967122,"stop":1706099967122,"duration":0}},{"uid":"4cd8b0fa338a1f7b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4cd8b0fa338a1f7b","status":"passed","time":{"start":1706098945339,"stop":1706098945339,"duration":0}},{"uid":"e076a8a1e5b6c9ac","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e076a8a1e5b6c9ac","status":"passed","time":{"start":1706077698160,"stop":1706077698161,"duration":1}},{"uid":"57a0cd0b6371a417","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/57a0cd0b6371a417","status":"passed","time":{"start":1706069781890,"stop":1706069781890,"duration":0}},{"uid":"869c2b65b4bbd25a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/869c2b65b4bbd25a","status":"passed","time":{"start":1705950488318,"stop":1705950488318,"duration":0}},{"uid":"4ffde57739711891","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/4ffde57739711891","status":"passed","time":{"start":1705938293071,"stop":1705938293071,"duration":0}},{"uid":"b5b096c443ccd91b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b5b096c443ccd91b","status":"passed","time":{"start":1705913430293,"stop":1705913430293,"duration":0}},{"uid":"6caa97385bef4fb7","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/6caa97385bef4fb7","status":"passed","time":{"start":1705912976208,"stop":1705912976208,"duration":0}},{"uid":"c26c06303d3f7cea","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c26c06303d3f7cea","status":"passed","time":{"start":1705912363768,"stop":1705912363769,"duration":1}},{"uid":"97b01f88a447ca50","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/97b01f88a447ca50","status":"passed","time":{"start":1705911543462,"stop":1705911543462,"duration":0}},{"uid":"da499f07d23ffcf2","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/da499f07d23ffcf2","status":"passed","time":{"start":1705698754001,"stop":1705698754001,"duration":0}},{"uid":"c4ca742ac399b6dd","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c4ca742ac399b6dd","status":"passed","time":{"start":1705687466261,"stop":1705687466262,"duration":1}},{"uid":"d1d5465cbdde1fa","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d1d5465cbdde1fa","status":"passed","time":{"start":1705687381586,"stop":1705687381586,"duration":0}},{"uid":"7af691406243a97f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7af691406243a97f","status":"passed","time":{"start":1705681326974,"stop":1705681326975,"duration":1}},{"uid":"ffecce1778d5f065","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ffecce1778d5f065","status":"passed","time":{"start":1705678076954,"stop":1705678076955,"duration":1}},{"uid":"b005477515f64a0","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/b005477515f64a0","status":"passed","time":{"start":1705677999870,"stop":1705677999871,"duration":1}}]},"tags":[]},"source":"d3083ee1696f60b3.json","parameterValues":[]} \ No newline at end of file +{"uid":"c20869a476b5993c","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":1706618580262,"stop":1706618580262,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"f3c8b7f0dc3fe6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3c8b7f0dc3fe6a2","status":"passed","time":{"start":1706618380685,"stop":1706618380686,"duration":1}}]},"tags":[]},"source":"c20869a476b5993c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/94203353ad23725d.json b/6291/data/test-cases/c24f019f6a90d677.json similarity index 95% rename from 6266/data/test-cases/94203353ad23725d.json rename to 6291/data/test-cases/c24f019f6a90d677.json index f42969866f4..ab9ef7fe517 100644 --- a/6266/data/test-cases/94203353ad23725d.json +++ b/6291/data/test-cases/c24f019f6a90d677.json @@ -1 +1 @@ -{"uid":"94203353ad23725d","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":1706101757823,"stop":1706101757824,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"36164df2c45aa116","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/36164df2c45aa116","status":"passed","time":{"start":1706101680226,"stop":1706101680226,"duration":0}},{"uid":"17c57bf173f1abfa","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/17c57bf173f1abfa","status":"passed","time":{"start":1706101549598,"stop":1706101549598,"duration":0}},{"uid":"ff874d81eb78153f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ff874d81eb78153f","status":"passed","time":{"start":1706100770595,"stop":1706100770596,"duration":1}},{"uid":"97d7192822fdac6e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/97d7192822fdac6e","status":"passed","time":{"start":1706099342669,"stop":1706099342669,"duration":0}},{"uid":"65afd298efe4d9d7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/65afd298efe4d9d7","status":"passed","time":{"start":1705681713141,"stop":1705681713141,"duration":0}}]},"tags":[]},"source":"94203353ad23725d.json","parameterValues":[]} \ No newline at end of file +{"uid":"c24f019f6a90d677","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":1706618996190,"stop":1706618996191,"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":2,"unknown":0,"total":2},"items":[{"uid":"570f615d81a261ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/570f615d81a261ec","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"tags":[]},"source":"c24f019f6a90d677.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/20a28e1db77d1fb3.json b/6291/data/test-cases/c2627e55fb72d356.json similarity index 92% rename from 6266/data/test-cases/20a28e1db77d1fb3.json rename to 6291/data/test-cases/c2627e55fb72d356.json index c26383eefb8..1dc371ddd7d 100644 --- a/6266/data/test-cases/20a28e1db77d1fb3.json +++ b/6291/data/test-cases/c2627e55fb72d356.json @@ -1 +1 @@ -{"uid":"20a28e1db77d1fb3","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":1706101593982,"stop":1706101593983,"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":9,"unknown":0,"total":9},"items":[{"uid":"a87c640055060dc5","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a87c640055060dc5","status":"passed","time":{"start":1706101499427,"stop":1706101499427,"duration":0}},{"uid":"e647d9c7fed591c1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e647d9c7fed591c1","status":"passed","time":{"start":1706101380140,"stop":1706101380141,"duration":1}},{"uid":"a59a7dfb88205ba5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a59a7dfb88205ba5","status":"passed","time":{"start":1706100623754,"stop":1706100623754,"duration":0}},{"uid":"11594a4f3f43ac1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/11594a4f3f43ac1","status":"passed","time":{"start":1706099176278,"stop":1706099176278,"duration":0}},{"uid":"ca5460a490763952","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ca5460a490763952","status":"passed","time":{"start":1705681544241,"stop":1705681544241,"duration":0}},{"uid":"2ec708fc3bffe6d8","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2ec708fc3bffe6d8","status":"passed","time":{"start":1705680158890,"stop":1705680158890,"duration":0}},{"uid":"38ba477a6b43235b","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/38ba477a6b43235b","status":"passed","time":{"start":1705666900193,"stop":1705666900194,"duration":1}},{"uid":"e29136746cf036d3","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/e29136746cf036d3","status":"passed","time":{"start":1705526887779,"stop":1705526887788,"duration":9}}]},"tags":[]},"source":"20a28e1db77d1fb3.json","parameterValues":[]} \ No newline at end of file +{"uid":"c2627e55fb72d356","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":1706618858004,"stop":1706618858005,"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":2,"unknown":0,"total":2},"items":[{"uid":"c2342dd0fd24cb2e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c2342dd0fd24cb2e","status":"passed","time":{"start":1706618636967,"stop":1706618636967,"duration":0}}]},"tags":[]},"source":"c2627e55fb72d356.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/47f90eb21d84fb0a.json b/6291/data/test-cases/c375ee02f6b23018.json similarity index 54% rename from 6266/data/test-cases/47f90eb21d84fb0a.json rename to 6291/data/test-cases/c375ee02f6b23018.json index e9e22e7e9ad..6e48279f134 100644 --- a/6266/data/test-cases/47f90eb21d84fb0a.json +++ b/6291/data/test-cases/c375ee02f6b23018.json @@ -1 +1 @@ -{"uid":"47f90eb21d84fb0a","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":1706101651747,"stop":1706101651747,"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":108,"unknown":0,"total":108},"items":[{"uid":"650c01e1441151b0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/650c01e1441151b0","status":"passed","time":{"start":1706101566463,"stop":1706101566463,"duration":0}},{"uid":"a4509a3e1d465697","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a4509a3e1d465697","status":"passed","time":{"start":1706101443414,"stop":1706101443415,"duration":1}},{"uid":"f872da6582942b5a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/f872da6582942b5a","status":"passed","time":{"start":1706100967017,"stop":1706100967018,"duration":1}},{"uid":"72a752ed48a9e1c6","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/72a752ed48a9e1c6","status":"passed","time":{"start":1706100676383,"stop":1706100676384,"duration":1}},{"uid":"5d0453074ea1648a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/5d0453074ea1648a","status":"passed","time":{"start":1706099994475,"stop":1706099994475,"duration":0}},{"uid":"9665a94109c47fbe","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9665a94109c47fbe","status":"passed","time":{"start":1706099245143,"stop":1706099245143,"duration":0}},{"uid":"5d5ba6ad2eddc250","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5d5ba6ad2eddc250","status":"passed","time":{"start":1706077725194,"stop":1706077725208,"duration":14}},{"uid":"f0f98202295b251d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f0f98202295b251d","status":"passed","time":{"start":1706069807614,"stop":1706069807615,"duration":1}},{"uid":"4deae117254955d1","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/4deae117254955d1","status":"passed","time":{"start":1705950519317,"stop":1705950519317,"duration":0}},{"uid":"275159c9d6143013","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/275159c9d6143013","status":"passed","time":{"start":1705938322621,"stop":1705938322622,"duration":1}},{"uid":"4cc70699c102b29a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4cc70699c102b29a","status":"passed","time":{"start":1705913460660,"stop":1705913460661,"duration":1}},{"uid":"44c8354dd61f4f1b","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/44c8354dd61f4f1b","status":"passed","time":{"start":1705913004753,"stop":1705913004753,"duration":0}},{"uid":"c3eba1883faa7a4a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c3eba1883faa7a4a","status":"passed","time":{"start":1705912392780,"stop":1705912392781,"duration":1}},{"uid":"a666ff1085e14c1e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a666ff1085e14c1e","status":"passed","time":{"start":1705911569496,"stop":1705911569496,"duration":0}},{"uid":"a0a059e256f50561","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a0a059e256f50561","status":"passed","time":{"start":1705698780852,"stop":1705698780852,"duration":0}},{"uid":"74617a165fa68655","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/74617a165fa68655","status":"passed","time":{"start":1705687496032,"stop":1705687496033,"duration":1}},{"uid":"ecd6ae7ec938e2b3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ecd6ae7ec938e2b3","status":"passed","time":{"start":1705687412717,"stop":1705687412718,"duration":1}},{"uid":"bfefee9f8562a6e2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/bfefee9f8562a6e2","status":"passed","time":{"start":1705681610292,"stop":1705681610293,"duration":1}},{"uid":"3d7d30dd0245de72","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/3d7d30dd0245de72","status":"passed","time":{"start":1705680179642,"stop":1705680179642,"duration":0}},{"uid":"cfd958395ab461dd","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/cfd958395ab461dd","status":"passed","time":{"start":1705678106531,"stop":1705678106531,"duration":0}}]},"tags":[]},"source":"47f90eb21d84fb0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c375ee02f6b23018","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":1706618934693,"stop":1706618934693,"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":2,"unknown":0,"total":2},"items":[{"uid":"2f5c00004b0d4f95","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f5c00004b0d4f95","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"tags":[]},"source":"c375ee02f6b23018.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3b82ef62bd58043a.json b/6291/data/test-cases/c3f210d341443278.json similarity index 86% rename from 6266/data/test-cases/3b82ef62bd58043a.json rename to 6291/data/test-cases/c3f210d341443278.json index 19e5e6148c3..02ef547417e 100644 --- a/6266/data/test-cases/3b82ef62bd58043a.json +++ b/6291/data/test-cases/c3f210d341443278.json @@ -1 +1 @@ -{"uid":"3b82ef62bd58043a","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":1706101723790,"stop":1706101723790,"duration":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":11,"unknown":0,"total":12},"items":[{"uid":"58a1bc3ee3031da9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/58a1bc3ee3031da9","status":"passed","time":{"start":1706101654459,"stop":1706101654459,"duration":0}},{"uid":"9af021bae2f8d371","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9af021bae2f8d371","status":"passed","time":{"start":1706101537661,"stop":1706101537661,"duration":0}},{"uid":"36d21514352e6fda","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/36d21514352e6fda","status":"passed","time":{"start":1706100722880,"stop":1706100722880,"duration":0}},{"uid":"ec8119e7e66921f6","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ec8119e7e66921f6","status":"passed","time":{"start":1706099290631,"stop":1706099290631,"duration":0}},{"uid":"944a4affe3efd46","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/944a4affe3efd46","status":"passed","time":{"start":1705681678132,"stop":1705681678133,"duration":1}},{"uid":"e312db24661cf2b6","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e312db24661cf2b6","status":"passed","time":{"start":1705680350532,"stop":1705680350532,"duration":0}},{"uid":"7df04b33ff5155f1","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/7df04b33ff5155f1","status":"passed","time":{"start":1705667092962,"stop":1705667092963,"duration":1}},{"uid":"3be34c3cac9913ea","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/3be34c3cac9913ea","status":"passed","time":{"start":1705527069389,"stop":1705527069390,"duration":1}},{"uid":"c1b43f8ba18ebefb","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c1b43f8ba18ebefb","status":"passed","time":{"start":1705521327108,"stop":1705521327108,"duration":0}},{"uid":"94b524fac030ace1","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/94b524fac030ace1","status":"passed","time":{"start":1705520488391,"stop":1705520488393,"duration":2}},{"uid":"a4679de89b5f0a76","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a4679de89b5f0a76","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883241,"stop":1705518883242,"duration":1}}]},"tags":[]},"source":"3b82ef62bd58043a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c3f210d341443278","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":1706618959482,"stop":1706618959483,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"288eccb8b5f379ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/288eccb8b5f379ab","status":"passed","time":{"start":1706618735878,"stop":1706618735879,"duration":1}}]},"tags":[]},"source":"c3f210d341443278.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/41b3ce94a2abf582.json b/6291/data/test-cases/c482c1d80a6c916a.json similarity index 86% rename from 6266/data/test-cases/41b3ce94a2abf582.json rename to 6291/data/test-cases/c482c1d80a6c916a.json index 896c3776505..8fa70972e2e 100644 --- a/6266/data/test-cases/41b3ce94a2abf582.json +++ b/6291/data/test-cases/c482c1d80a6c916a.json @@ -1 +1 @@ -{"uid":"41b3ce94a2abf582","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":1706101723791,"stop":1706101723791,"duration":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":12,"unknown":0,"total":12},"items":[{"uid":"b6b21ba4fe29e963","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b6b21ba4fe29e963","status":"passed","time":{"start":1706101654461,"stop":1706101654461,"duration":0}},{"uid":"6831e0a143ad2b40","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6831e0a143ad2b40","status":"passed","time":{"start":1706101537661,"stop":1706101537662,"duration":1}},{"uid":"f3b0f40785a157e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f3b0f40785a157e","status":"passed","time":{"start":1706100722881,"stop":1706100722886,"duration":5}},{"uid":"b012d6a639dc7f9","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b012d6a639dc7f9","status":"passed","time":{"start":1706099290632,"stop":1706099290632,"duration":0}},{"uid":"48c898f3b5f17de6","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/48c898f3b5f17de6","status":"passed","time":{"start":1705681678133,"stop":1705681678134,"duration":1}},{"uid":"5ad1ac4abb9dd8f0","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5ad1ac4abb9dd8f0","status":"passed","time":{"start":1705680350533,"stop":1705680350533,"duration":0}},{"uid":"a189a14742b700c8","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a189a14742b700c8","status":"passed","time":{"start":1705667092963,"stop":1705667092963,"duration":0}},{"uid":"1ba43e7962d2ba48","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/1ba43e7962d2ba48","status":"passed","time":{"start":1705527069390,"stop":1705527069390,"duration":0}},{"uid":"9250da02b45f7c86","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/9250da02b45f7c86","status":"passed","time":{"start":1705521327108,"stop":1705521327109,"duration":1}},{"uid":"21d8502627955e25","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/21d8502627955e25","status":"passed","time":{"start":1705520488393,"stop":1705520488393,"duration":0}},{"uid":"6eb67281ce8dd25e","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6eb67281ce8dd25e","status":"passed","time":{"start":1705518883242,"stop":1705518883242,"duration":0}}]},"tags":[]},"source":"41b3ce94a2abf582.json","parameterValues":[]} \ No newline at end of file +{"uid":"c482c1d80a6c916a","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":1706618959483,"stop":1706618959484,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"7fa9bd5770019637","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fa9bd5770019637","status":"passed","time":{"start":1706618735880,"stop":1706618735881,"duration":1}}]},"tags":[]},"source":"c482c1d80a6c916a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ca21f10835aa5779.json b/6291/data/test-cases/c602341d3643dfc6.json similarity index 86% rename from 6266/data/test-cases/ca21f10835aa5779.json rename to 6291/data/test-cases/c602341d3643dfc6.json index 106c96860d5..563f940ba87 100644 --- a/6266/data/test-cases/ca21f10835aa5779.json +++ b/6291/data/test-cases/c602341d3643dfc6.json @@ -1 +1 @@ -{"uid":"ca21f10835aa5779","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":1706101723793,"stop":1706101723793,"duration":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":12,"unknown":0,"total":12},"items":[{"uid":"fd71cdfd3c3830af","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/fd71cdfd3c3830af","status":"passed","time":{"start":1706101654462,"stop":1706101654462,"duration":0}},{"uid":"a773fe45c488d6bf","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a773fe45c488d6bf","status":"passed","time":{"start":1706101537663,"stop":1706101537663,"duration":0}},{"uid":"8fd7ddec0bd9d10a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8fd7ddec0bd9d10a","status":"passed","time":{"start":1706100722888,"stop":1706100722888,"duration":0}},{"uid":"82d1da881cbb5f28","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/82d1da881cbb5f28","status":"passed","time":{"start":1706099290653,"stop":1706099290653,"duration":0}},{"uid":"33d11f129968cd82","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/33d11f129968cd82","status":"passed","time":{"start":1705681678137,"stop":1705681678137,"duration":0}},{"uid":"aa0a562628ef89c2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/aa0a562628ef89c2","status":"passed","time":{"start":1705680350535,"stop":1705680350536,"duration":1}},{"uid":"c7a1e3c57283a83f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c7a1e3c57283a83f","status":"passed","time":{"start":1705667092964,"stop":1705667092965,"duration":1}},{"uid":"140a67cf9042abe9","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/140a67cf9042abe9","status":"passed","time":{"start":1705527069391,"stop":1705527069392,"duration":1}},{"uid":"d8f71a4febb6eca4","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/d8f71a4febb6eca4","status":"passed","time":{"start":1705521327109,"stop":1705521327110,"duration":1}},{"uid":"88e106d5dbd54d2f","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/88e106d5dbd54d2f","status":"passed","time":{"start":1705520488396,"stop":1705520488396,"duration":0}},{"uid":"e10aa62db4702a16","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/e10aa62db4702a16","status":"passed","time":{"start":1705518883243,"stop":1705518883244,"duration":1}}]},"tags":[]},"source":"ca21f10835aa5779.json","parameterValues":[]} \ No newline at end of file +{"uid":"c602341d3643dfc6","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":1706618959485,"stop":1706618959485,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"8a3fb31943fbf7b7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a3fb31943fbf7b7","status":"passed","time":{"start":1706618735883,"stop":1706618735883,"duration":0}}]},"tags":[]},"source":"c602341d3643dfc6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2ce3aa2a4a87d32a.json b/6291/data/test-cases/c6223bc753eb36d0.json similarity index 87% rename from 6266/data/test-cases/2ce3aa2a4a87d32a.json rename to 6291/data/test-cases/c6223bc753eb36d0.json index e248b2a261a..69bc3f3a363 100644 --- a/6266/data/test-cases/2ce3aa2a4a87d32a.json +++ b/6291/data/test-cases/c6223bc753eb36d0.json @@ -1 +1 @@ -{"uid":"2ce3aa2a4a87d32a","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":1706101792215,"stop":1706101792215,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"c25ba039d0d20caa","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c25ba039d0d20caa","status":"passed","time":{"start":1706101709060,"stop":1706101709060,"duration":0}},{"uid":"ae9b45d98cfc2c80","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ae9b45d98cfc2c80","status":"passed","time":{"start":1706101584046,"stop":1706101584046,"duration":0}},{"uid":"ea1b5a2d33ede70a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ea1b5a2d33ede70a","status":"passed","time":{"start":1706100800533,"stop":1706100800533,"duration":0}},{"uid":"d8309a3e4478bd76","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d8309a3e4478bd76","status":"passed","time":{"start":1706099377045,"stop":1706099377046,"duration":1}},{"uid":"2fe913407b0644a2","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2fe913407b0644a2","status":"passed","time":{"start":1705681745206,"stop":1705681745206,"duration":0}},{"uid":"1f1b4f090a175e45","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/1f1b4f090a175e45","status":"passed","time":{"start":1705680374210,"stop":1705680374210,"duration":0}},{"uid":"d8f3f5549163f30e","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/d8f3f5549163f30e","status":"passed","time":{"start":1705667089483,"stop":1705667089483,"duration":0}},{"uid":"25a686aa7cb5ce1","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/25a686aa7cb5ce1","status":"passed","time":{"start":1705521364825,"stop":1705521364825,"duration":0}},{"uid":"25b04aad15cb85ab","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/25b04aad15cb85ab","status":"passed","time":{"start":1705520531874,"stop":1705520531874,"duration":0}},{"uid":"26a845b13752c4c6","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/26a845b13752c4c6","status":"passed","time":{"start":1705518661631,"stop":1705518661631,"duration":0}},{"uid":"436267866a8c119","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/436267866a8c119","status":"passed","time":{"start":1705502591736,"stop":1705502591736,"duration":0}}]},"tags":[]},"source":"2ce3aa2a4a87d32a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6223bc753eb36d0","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":1706619029136,"stop":1706619029136,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"6cd966e46ddc877b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6cd966e46ddc877b","status":"passed","time":{"start":1706618668745,"stop":1706618668746,"duration":1}}]},"tags":[]},"source":"c6223bc753eb36d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4e7ad21939c3bb00.json b/6291/data/test-cases/c663e766f6fe8af6.json similarity index 76% rename from 6266/data/test-cases/4e7ad21939c3bb00.json rename to 6291/data/test-cases/c663e766f6fe8af6.json index 6113fe2e76c..b39e8e7c8d5 100644 --- a/6266/data/test-cases/4e7ad21939c3bb00.json +++ b/6291/data/test-cases/c663e766f6fe8af6.json @@ -1 +1 @@ -{"uid":"4e7ad21939c3bb00","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":1706101530682,"stop":1706101530685,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"57611fc7bfc6c964","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/57611fc7bfc6c964","status":"passed","time":{"start":1706101419601,"stop":1706101419601,"duration":0}},{"uid":"4140d4ab44f74962","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4140d4ab44f74962","status":"passed","time":{"start":1706101305310,"stop":1706101305311,"duration":1}},{"uid":"8935b36a14b31111","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8935b36a14b31111","status":"passed","time":{"start":1706100931196,"stop":1706100931197,"duration":1}},{"uid":"895943dd75f60d46","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/895943dd75f60d46","status":"passed","time":{"start":1706100510894,"stop":1706100510895,"duration":1}},{"uid":"3b99c37c293d0f3f","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/3b99c37c293d0f3f","status":"passed","time":{"start":1706099960903,"stop":1706099960904,"duration":1}},{"uid":"954d694c6f82dd4b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/954d694c6f82dd4b","status":"passed","time":{"start":1706099096971,"stop":1706099096971,"duration":0}},{"uid":"16dd9277d52b6e27","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/16dd9277d52b6e27","status":"passed","time":{"start":1706077690003,"stop":1706077690003,"duration":0}},{"uid":"76d4c7c146bb141c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/76d4c7c146bb141c","status":"passed","time":{"start":1706069780779,"stop":1706069780779,"duration":0}},{"uid":"3caea3b61b5bebf5","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3caea3b61b5bebf5","status":"passed","time":{"start":1705950480122,"stop":1705950480122,"duration":0}},{"uid":"64d3560dfb305503","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/64d3560dfb305503","status":"passed","time":{"start":1705938289248,"stop":1705938289248,"duration":0}},{"uid":"d384604664f4058a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/d384604664f4058a","status":"passed","time":{"start":1705913424142,"stop":1705913424143,"duration":1}},{"uid":"21098ed2198d9083","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/21098ed2198d9083","status":"passed","time":{"start":1705912964605,"stop":1705912964606,"duration":1}},{"uid":"8e16d0b6b93c1e05","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8e16d0b6b93c1e05","status":"passed","time":{"start":1705912351009,"stop":1705912351010,"duration":1}},{"uid":"e9f6cbd89672ea94","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e9f6cbd89672ea94","status":"passed","time":{"start":1705911533350,"stop":1705911533351,"duration":1}},{"uid":"8609845867b75750","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/8609845867b75750","status":"passed","time":{"start":1705698747961,"stop":1705698747961,"duration":0}},{"uid":"4804b5726f14ad8e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4804b5726f14ad8e","status":"passed","time":{"start":1705687465940,"stop":1705687465940,"duration":0}},{"uid":"98f4c29c4d45f39f","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/98f4c29c4d45f39f","status":"passed","time":{"start":1705687367129,"stop":1705687367130,"duration":1}},{"uid":"69e4f88d05e16c1a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/69e4f88d05e16c1a","status":"passed","time":{"start":1705681459373,"stop":1705681459374,"duration":1}},{"uid":"e4899c3da3451ae9","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e4899c3da3451ae9","status":"passed","time":{"start":1705680122211,"stop":1705680122212,"duration":1}},{"uid":"fac7d26043910fe4","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/fac7d26043910fe4","status":"passed","time":{"start":1705678066184,"stop":1705678066188,"duration":4}}]},"tags":[]},"source":"4e7ad21939c3bb00.json","parameterValues":[]} \ No newline at end of file +{"uid":"c663e766f6fe8af6","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":1706618865682,"stop":1706618865682,"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":2,"unknown":0,"total":2},"items":[{"uid":"d2dcc1fe8a570a43","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2dcc1fe8a570a43","status":"passed","time":{"start":1706618683922,"stop":1706618683922,"duration":0}}]},"tags":[]},"source":"c663e766f6fe8af6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c68ad248c0eb2a4b.json b/6291/data/test-cases/c68ad248c0eb2a4b.json new file mode 100644 index 00000000000..f27936ba394 --- /dev/null +++ b/6291/data/test-cases/c68ad248c0eb2a4b.json @@ -0,0 +1 @@ +{"uid":"c68ad248c0eb2a4b","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372809,"stop":1706618372810,"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":2,"unknown":0,"total":2},"items":[{"uid":"3b3783c4e8eb32cf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b3783c4e8eb32cf","status":"passed","time":{"start":1706618165324,"stop":1706618165331,"duration":7}}]},"tags":[]},"source":"c68ad248c0eb2a4b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f806d527aef9dd15.json b/6291/data/test-cases/c6ec286b448bc96a.json similarity index 87% rename from 6266/data/test-cases/f806d527aef9dd15.json rename to 6291/data/test-cases/c6ec286b448bc96a.json index e94961f6d1c..1805e3dd43c 100644 --- a/6266/data/test-cases/f806d527aef9dd15.json +++ b/6291/data/test-cases/c6ec286b448bc96a.json @@ -1 +1 @@ -{"uid":"f806d527aef9dd15","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":1706101792217,"stop":1706101792217,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"2054bcf352fe49b3","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2054bcf352fe49b3","status":"passed","time":{"start":1706101709062,"stop":1706101709062,"duration":0}},{"uid":"c607d8ad36881e72","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c607d8ad36881e72","status":"passed","time":{"start":1706101584048,"stop":1706101584048,"duration":0}},{"uid":"c59a98674710aee2","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c59a98674710aee2","status":"passed","time":{"start":1706100800535,"stop":1706100800535,"duration":0}},{"uid":"8f501a89130de043","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/8f501a89130de043","status":"passed","time":{"start":1706099377048,"stop":1706099377048,"duration":0}},{"uid":"13b88a808214c9a4","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/13b88a808214c9a4","status":"passed","time":{"start":1705681745208,"stop":1705681745208,"duration":0}},{"uid":"9d4db8d67234e071","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9d4db8d67234e071","status":"passed","time":{"start":1705680374212,"stop":1705680374212,"duration":0}},{"uid":"8e9758308436eb8a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8e9758308436eb8a","status":"passed","time":{"start":1705667089485,"stop":1705667089485,"duration":0}},{"uid":"361eebdb5e9c9860","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/361eebdb5e9c9860","status":"passed","time":{"start":1705521364827,"stop":1705521364827,"duration":0}},{"uid":"1ebeb4013c3eca18","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1ebeb4013c3eca18","status":"passed","time":{"start":1705520531876,"stop":1705520531877,"duration":1}},{"uid":"aec7db969df02f1c","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/aec7db969df02f1c","status":"passed","time":{"start":1705502591738,"stop":1705502591739,"duration":1}}]},"tags":[]},"source":"f806d527aef9dd15.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6ec286b448bc96a","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":1706619029139,"stop":1706619029140,"duration":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}],"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}],"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":[],"tags":[]},"source":"c6ec286b448bc96a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/bcec27eae0711689.json b/6291/data/test-cases/c78192106af17052.json similarity index 88% rename from 6266/data/test-cases/bcec27eae0711689.json rename to 6291/data/test-cases/c78192106af17052.json index 8ae4d6a9413..928d605f455 100644 --- a/6266/data/test-cases/bcec27eae0711689.json +++ b/6291/data/test-cases/c78192106af17052.json @@ -1 +1 @@ -{"uid":"bcec27eae0711689","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Russian and receive message","historyId":"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401958,"stop":1706101401958,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"ead1eb7e5cedc988","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ead1eb7e5cedc988","status":"passed","time":{"start":1706101295300,"stop":1706101295300,"duration":0}},{"uid":"a0a006b7c9eb6ac3","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a0a006b7c9eb6ac3","status":"passed","time":{"start":1706101187431,"stop":1706101187432,"duration":1}},{"uid":"3da098343065f239","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3da098343065f239","status":"passed","time":{"start":1706100397502,"stop":1706100397502,"duration":0}},{"uid":"825f5fc3b099df25","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/825f5fc3b099df25","status":"passed","time":{"start":1706098985438,"stop":1706098985438,"duration":0}},{"uid":"63c75504c4ef47ec","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/63c75504c4ef47ec","status":"passed","time":{"start":1705681341594,"stop":1705681341594,"duration":0}},{"uid":"66712b94335b9b9b","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/66712b94335b9b9b","status":"passed","time":{"start":1705680075498,"stop":1705680075499,"duration":1}},{"uid":"cbd0d1f72dfc4cb2","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/cbd0d1f72dfc4cb2","status":"passed","time":{"start":1705666818723,"stop":1705666818723,"duration":0}},{"uid":"614f6239fb657af0","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/614f6239fb657af0","status":"passed","time":{"start":1705520251424,"stop":1705520251425,"duration":1}},{"uid":"ddd1860830e84d78","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ddd1860830e84d78","status":"passed","time":{"start":1705518481994,"stop":1705518481994,"duration":0}},{"uid":"4ec79fe78491a4eb","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4ec79fe78491a4eb","status":"passed","time":{"start":1705502312552,"stop":1705502312552,"duration":0}}]},"tags":[]},"source":"bcec27eae0711689.json","parameterValues":[]} \ No newline at end of file +{"uid":"c78192106af17052","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Russian and receive message","historyId":"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624522,"stop":1706618624523,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"86d7dedbfd08bf52","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86d7dedbfd08bf52","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"tags":[]},"source":"c78192106af17052.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c7ace27834e980e1.json b/6291/data/test-cases/c7ace27834e980e1.json new file mode 100644 index 00000000000..9f52f5b8e4b --- /dev/null +++ b/6291/data/test-cases/c7ace27834e980e1.json @@ -0,0 +1 @@ +{"uid":"c7ace27834e980e1","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":1706618687002,"stop":1706618687002,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"cda50c0afd931d5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cda50c0afd931d5e","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"tags":[]},"source":"c7ace27834e980e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c7d9912ce3fbb563.json b/6291/data/test-cases/c7d9912ce3fbb563.json new file mode 100644 index 00000000000..37d9ba2b170 --- /dev/null +++ b/6291/data/test-cases/c7d9912ce3fbb563.json @@ -0,0 +1 @@ +{"uid":"c7d9912ce3fbb563","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":1706618799829,"stop":1706618799829,"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},{"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},{"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},{"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},{"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":2,"unknown":0,"total":2},"items":[{"uid":"dad57e08093b0387","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dad57e08093b0387","status":"passed","time":{"start":1706618497357,"stop":1706618497358,"duration":1}}]},"tags":[]},"source":"c7d9912ce3fbb563.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/44e9299329e1d153.json b/6291/data/test-cases/c7e9b2dc4f286d04.json similarity index 60% rename from 6266/data/test-cases/44e9299329e1d153.json rename to 6291/data/test-cases/c7e9b2dc4f286d04.json index 6e02ebccf33..a6047dae80f 100644 --- a/6266/data/test-cases/44e9299329e1d153.json +++ b/6291/data/test-cases/c7e9b2dc4f286d04.json @@ -1 +1 @@ -{"uid":"44e9299329e1d153","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":1706101689280,"stop":1706101689281,"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":108,"unknown":0,"total":108},"items":[{"uid":"d2179a892386578e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d2179a892386578e","status":"passed","time":{"start":1706101580592,"stop":1706101580592,"duration":0}},{"uid":"5fcdc76050b0569f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5fcdc76050b0569f","status":"passed","time":{"start":1706101476555,"stop":1706101476555,"duration":0}},{"uid":"50d9398caba3aa07","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/50d9398caba3aa07","status":"passed","time":{"start":1706100973155,"stop":1706100973156,"duration":1}},{"uid":"c58461cd5df4ccb0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c58461cd5df4ccb0","status":"passed","time":{"start":1706100701988,"stop":1706100701991,"duration":3}},{"uid":"b5d6dd36251caf63","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b5d6dd36251caf63","status":"passed","time":{"start":1706100007554,"stop":1706100007554,"duration":0}},{"uid":"e5b45c799122ea9f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e5b45c799122ea9f","status":"passed","time":{"start":1706099276031,"stop":1706099276032,"duration":1}},{"uid":"bc94ca5f14f8d92d","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/bc94ca5f14f8d92d","status":"passed","time":{"start":1706077738135,"stop":1706077738135,"duration":0}},{"uid":"cce11afe048e821b","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/cce11afe048e821b","status":"passed","time":{"start":1706069822946,"stop":1706069822946,"duration":0}},{"uid":"ebe9249c4c851fa6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/ebe9249c4c851fa6","status":"passed","time":{"start":1705950529644,"stop":1705950529644,"duration":0}},{"uid":"e39ee719bc966e9a","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e39ee719bc966e9a","status":"passed","time":{"start":1705938338127,"stop":1705938338128,"duration":1}},{"uid":"5b4f568d34306c7a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/5b4f568d34306c7a","status":"passed","time":{"start":1705913473153,"stop":1705913473153,"duration":0}},{"uid":"2f820006239b93cd","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2f820006239b93cd","status":"passed","time":{"start":1705913021122,"stop":1705913021123,"duration":1}},{"uid":"c5d1eba9b4389fb1","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c5d1eba9b4389fb1","status":"passed","time":{"start":1705912405792,"stop":1705912405792,"duration":0}},{"uid":"9846133878e9fb23","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/9846133878e9fb23","status":"passed","time":{"start":1705911583673,"stop":1705911583673,"duration":0}},{"uid":"bc6a8b2aa6d25ac0","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/bc6a8b2aa6d25ac0","status":"passed","time":{"start":1705698790231,"stop":1705698790232,"duration":1}},{"uid":"715ad4c954fd77e6","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/715ad4c954fd77e6","status":"passed","time":{"start":1705687507802,"stop":1705687507802,"duration":0}},{"uid":"ac0de386700b00b0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ac0de386700b00b0","status":"passed","time":{"start":1705687421612,"stop":1705687421612,"duration":0}},{"uid":"42ae7d13e78b5b1c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/42ae7d13e78b5b1c","status":"passed","time":{"start":1705681629288,"stop":1705681629289,"duration":1}},{"uid":"3d6f266825b632e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/3d6f266825b632e","status":"passed","time":{"start":1705680205446,"stop":1705680205446,"duration":0}},{"uid":"fe6b6162ff16e369","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/fe6b6162ff16e369","status":"passed","time":{"start":1705678111174,"stop":1705678111174,"duration":0}}]},"tags":[]},"source":"44e9299329e1d153.json","parameterValues":[]} \ No newline at end of file +{"uid":"c7e9b2dc4f286d04","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":1706618973546,"stop":1706618973547,"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":2,"unknown":0,"total":2},"items":[{"uid":"90180df28dd35cb1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/90180df28dd35cb1","status":"passed","time":{"start":1706618749036,"stop":1706618749037,"duration":1}}]},"tags":[]},"source":"c7e9b2dc4f286d04.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c821d45c05b11647.json b/6291/data/test-cases/c821d45c05b11647.json new file mode 100644 index 00000000000..9989b0432eb --- /dev/null +++ b/6291/data/test-cases/c821d45c05b11647.json @@ -0,0 +1 @@ +{"uid":"c821d45c05b11647","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":1706618996201,"stop":1706618996201,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4ebfc1b3e79538d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ebfc1b3e79538d1","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"tags":[]},"source":"c821d45c05b11647.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/c944b878725a88b9.json b/6291/data/test-cases/c944b878725a88b9.json new file mode 100644 index 00000000000..fd9bb498ac1 --- /dev/null +++ b/6291/data/test-cases/c944b878725a88b9.json @@ -0,0 +1 @@ +{"uid":"c944b878725a88b9","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":1706618858028,"stop":1706618858029,"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":2,"unknown":0,"total":2},"items":[{"uid":"66b0b05598511bc9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66b0b05598511bc9","status":"passed","time":{"start":1706618636993,"stop":1706618636994,"duration":1}}]},"tags":[]},"source":"c944b878725a88b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ef73e2ad3fd2337a.json b/6291/data/test-cases/c9bca376bd007030.json similarity index 77% rename from 6266/data/test-cases/ef73e2ad3fd2337a.json rename to 6291/data/test-cases/c9bca376bd007030.json index 598d376d969..df3bb6d1492 100644 --- a/6266/data/test-cases/ef73e2ad3fd2337a.json +++ b/6291/data/test-cases/c9bca376bd007030.json @@ -1 +1 @@ -{"uid":"ef73e2ad3fd2337a","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":1706101369613,"stop":1706101369614,"duration":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":3,"skipped":0,"passed":63,"unknown":0,"total":66},"items":[{"uid":"ae107f26587d042d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ae107f26587d042d","status":"passed","time":{"start":1706101264970,"stop":1706101264971,"duration":1}},{"uid":"8d8061b7e0578342","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8d8061b7e0578342","status":"passed","time":{"start":1706101143268,"stop":1706101143269,"duration":1}},{"uid":"39ce84f140801dd1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/39ce84f140801dd1","status":"passed","time":{"start":1706100932518,"stop":1706100932519,"duration":1}},{"uid":"21e5e67c773d6285","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/21e5e67c773d6285","status":"passed","time":{"start":1706100355765,"stop":1706100355766,"duration":1}},{"uid":"7ca8ec2cc47c6255","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/7ca8ec2cc47c6255","status":"passed","time":{"start":1706099967096,"stop":1706099967097,"duration":1}},{"uid":"6673610633a34294","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6673610633a34294","status":"passed","time":{"start":1706098945316,"stop":1706098945316,"duration":0}},{"uid":"5c91589beb22830a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5c91589beb22830a","status":"passed","time":{"start":1706077698138,"stop":1706077698138,"duration":0}},{"uid":"458f99be1b3b3d1d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/458f99be1b3b3d1d","status":"passed","time":{"start":1706069781876,"stop":1706069781876,"duration":0}},{"uid":"d522111fce943abb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/d522111fce943abb","status":"passed","time":{"start":1705950488299,"stop":1705950488299,"duration":0}},{"uid":"c8f4c4944ebcdcea","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c8f4c4944ebcdcea","status":"passed","time":{"start":1705938293049,"stop":1705938293049,"duration":0}},{"uid":"555a0af639d61a34","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/555a0af639d61a34","status":"passed","time":{"start":1705913430266,"stop":1705913430267,"duration":1}},{"uid":"9d2e4e38f4451f49","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/9d2e4e38f4451f49","status":"passed","time":{"start":1705912976194,"stop":1705912976194,"duration":0}},{"uid":"f2ac74e17fd4b63b","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f2ac74e17fd4b63b","status":"passed","time":{"start":1705912363754,"stop":1705912363755,"duration":1}},{"uid":"12080f1c9ff008eb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/12080f1c9ff008eb","status":"passed","time":{"start":1705911543448,"stop":1705911543449,"duration":1}},{"uid":"7aeed11fd0368127","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/7aeed11fd0368127","status":"passed","time":{"start":1705698753986,"stop":1705698753986,"duration":0}},{"uid":"e79794a1130e01ee","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e79794a1130e01ee","status":"passed","time":{"start":1705687466229,"stop":1705687466230,"duration":1}},{"uid":"ff59fd43a4962696","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ff59fd43a4962696","status":"passed","time":{"start":1705687381573,"stop":1705687381573,"duration":0}},{"uid":"f0097e52d5d20667","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f0097e52d5d20667","status":"passed","time":{"start":1705681326895,"stop":1705681326896,"duration":1}},{"uid":"f341a9383287a260","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/f341a9383287a260","status":"broken","statusDetails":"No peer found to initiate subscription.","time":{"start":1705679911102,"stop":1705679911103,"duration":1}},{"uid":"df7b3ab167cc6ba7","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/df7b3ab167cc6ba7","status":"passed","time":{"start":1705678076909,"stop":1705678076912,"duration":3}}]},"tags":[]},"source":"ef73e2ad3fd2337a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c9bca376bd007030","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":1706618580243,"stop":1706618580244,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"1968c1748d8ac748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1968c1748d8ac748","status":"passed","time":{"start":1706618380651,"stop":1706618380652,"duration":1}}]},"tags":[]},"source":"c9bca376bd007030.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ca800d3787394a80.json b/6291/data/test-cases/ca800d3787394a80.json new file mode 100644 index 00000000000..ca21ec8ae6e --- /dev/null +++ b/6291/data/test-cases/ca800d3787394a80.json @@ -0,0 +1 @@ +{"uid":"ca800d3787394a80","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":1706618959486,"stop":1706618959487,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"8fc839483790899b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fc839483790899b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"tags":[]},"source":"ca800d3787394a80.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5e8570ec974590cc.json b/6291/data/test-cases/caf24828bf0fbbb6.json similarity index 86% rename from 6266/data/test-cases/5e8570ec974590cc.json rename to 6291/data/test-cases/caf24828bf0fbbb6.json index 95e00169e80..1c16d1fd373 100644 --- a/6266/data/test-cases/5e8570ec974590cc.json +++ b/6291/data/test-cases/caf24828bf0fbbb6.json @@ -1 +1 @@ -{"uid":"5e8570ec974590cc","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":1706101723791,"stop":1706101723791,"duration":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":12,"unknown":0,"total":12},"items":[{"uid":"de7aefd278a810d7","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/de7aefd278a810d7","status":"passed","time":{"start":1706101654459,"stop":1706101654461,"duration":2}},{"uid":"3afc249d362c5d6f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3afc249d362c5d6f","status":"passed","time":{"start":1706101537661,"stop":1706101537661,"duration":0}},{"uid":"b51bd4af6169f1fc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b51bd4af6169f1fc","status":"passed","time":{"start":1706100722880,"stop":1706100722880,"duration":0}},{"uid":"10378ece95347b8a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/10378ece95347b8a","status":"passed","time":{"start":1706099290632,"stop":1706099290632,"duration":0}},{"uid":"84b3f7b7117fe49b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/84b3f7b7117fe49b","status":"passed","time":{"start":1705681678133,"stop":1705681678133,"duration":0}},{"uid":"273c441315eba5bd","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/273c441315eba5bd","status":"passed","time":{"start":1705680350532,"stop":1705680350532,"duration":0}},{"uid":"84128bda3e3a7f42","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/84128bda3e3a7f42","status":"passed","time":{"start":1705667092963,"stop":1705667092963,"duration":0}},{"uid":"54b89b3a62a39d18","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/54b89b3a62a39d18","status":"passed","time":{"start":1705527069390,"stop":1705527069390,"duration":0}},{"uid":"2e2c6ae3d55f3fa6","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/2e2c6ae3d55f3fa6","status":"passed","time":{"start":1705521327108,"stop":1705521327108,"duration":0}},{"uid":"cb95b55fce6b77ad","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/cb95b55fce6b77ad","status":"passed","time":{"start":1705520488393,"stop":1705520488393,"duration":0}},{"uid":"691b71499e5c6002","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/691b71499e5c6002","status":"passed","time":{"start":1705518883242,"stop":1705518883242,"duration":0}}]},"tags":[]},"source":"5e8570ec974590cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"caf24828bf0fbbb6","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":1706618959483,"stop":1706618959483,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"32c7facec6f831c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32c7facec6f831c8","status":"passed","time":{"start":1706618735879,"stop":1706618735880,"duration":1}}]},"tags":[]},"source":"caf24828bf0fbbb6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/cb283d3fa4e57c29.json b/6291/data/test-cases/cb283d3fa4e57c29.json new file mode 100644 index 00000000000..4ce73011dd7 --- /dev/null +++ b/6291/data/test-cases/cb283d3fa4e57c29.json @@ -0,0 +1 @@ +{"uid":"cb283d3fa4e57c29","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":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6317f78c71ca88aa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6317f78c71ca88aa","status":"passed","time":{"start":1706618682312,"stop":1706618682312,"duration":0}}]},"tags":[]},"source":"cb283d3fa4e57c29.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e8f073f02d9d18b6.json b/6291/data/test-cases/cb6e7d254756f6cb.json similarity index 88% rename from 6266/data/test-cases/e8f073f02d9d18b6.json rename to 6291/data/test-cases/cb6e7d254756f6cb.json index 614f745a420..9f7cec25c0f 100644 --- a/6266/data/test-cases/e8f073f02d9d18b6.json +++ b/6291/data/test-cases/cb6e7d254756f6cb.json @@ -1 +1 @@ -{"uid":"e8f073f02d9d18b6","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Script and receive message","historyId":"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401959,"stop":1706101401959,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"6e637da6984ad631","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6e637da6984ad631","status":"passed","time":{"start":1706101295300,"stop":1706101295300,"duration":0}},{"uid":"51394c864c8b106b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/51394c864c8b106b","status":"passed","time":{"start":1706101187433,"stop":1706101187433,"duration":0}},{"uid":"61bb8a86df2aaf4a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/61bb8a86df2aaf4a","status":"passed","time":{"start":1706100397502,"stop":1706100397503,"duration":1}},{"uid":"600dd116e6e34d08","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/600dd116e6e34d08","status":"passed","time":{"start":1706098985438,"stop":1706098985439,"duration":1}},{"uid":"c1f3873200cd0337","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c1f3873200cd0337","status":"passed","time":{"start":1705681341595,"stop":1705681341595,"duration":0}},{"uid":"e008d55be481bae2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e008d55be481bae2","status":"passed","time":{"start":1705680075500,"stop":1705680075500,"duration":0}},{"uid":"166f6664c86eb462","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/166f6664c86eb462","status":"passed","time":{"start":1705666818723,"stop":1705666818724,"duration":1}},{"uid":"6bae1b9f66101d83","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/6bae1b9f66101d83","status":"passed","time":{"start":1705520251425,"stop":1705520251426,"duration":1}},{"uid":"8a663e8e24095608","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/8a663e8e24095608","status":"passed","time":{"start":1705518481995,"stop":1705518481995,"duration":0}},{"uid":"86368c07b506c20","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/86368c07b506c20","status":"passed","time":{"start":1705502312553,"stop":1705502312553,"duration":0}}]},"tags":[]},"source":"e8f073f02d9d18b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"cb6e7d254756f6cb","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Script and receive message","historyId":"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624534,"stop":1706618624534,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"acfe268c35cc0dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/acfe268c35cc0dc","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"tags":[]},"source":"cb6e7d254756f6cb.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5060041eac5cc306.json b/6291/data/test-cases/cbe73588fe33bb57.json similarity index 87% rename from 6266/data/test-cases/5060041eac5cc306.json rename to 6291/data/test-cases/cbe73588fe33bb57.json index 5790ea56395..201f0dca8f6 100644 --- a/6266/data/test-cases/5060041eac5cc306.json +++ b/6291/data/test-cases/cbe73588fe33bb57.json @@ -1 +1 @@ -{"uid":"5060041eac5cc306","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":1706101792204,"stop":1706101792204,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"9c9835b0df4002d2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9c9835b0df4002d2","status":"passed","time":{"start":1706101709051,"stop":1706101709051,"duration":0}},{"uid":"c493e7a91db2caa5","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c493e7a91db2caa5","status":"passed","time":{"start":1706101584037,"stop":1706101584037,"duration":0}},{"uid":"6dda2fa344985b6e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6dda2fa344985b6e","status":"passed","time":{"start":1706100800523,"stop":1706100800524,"duration":1}},{"uid":"e20b840293b485e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e20b840293b485e","status":"passed","time":{"start":1706099377035,"stop":1706099377035,"duration":0}},{"uid":"c9e1b6bcf93fb61a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c9e1b6bcf93fb61a","status":"passed","time":{"start":1705681745197,"stop":1705681745198,"duration":1}},{"uid":"27cfd13aadae81ab","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/27cfd13aadae81ab","status":"passed","time":{"start":1705680374199,"stop":1705680374199,"duration":0}},{"uid":"ef09017e1bc54131","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ef09017e1bc54131","status":"passed","time":{"start":1705667089462,"stop":1705667089462,"duration":0}},{"uid":"84d6886e2839bcc5","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/84d6886e2839bcc5","status":"passed","time":{"start":1705521364813,"stop":1705521364813,"duration":0}},{"uid":"4f2a411b4461bcc5","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4f2a411b4461bcc5","status":"passed","time":{"start":1705520531862,"stop":1705520531863,"duration":1}},{"uid":"1558da3c1a6921e0","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/1558da3c1a6921e0","status":"passed","time":{"start":1705518661621,"stop":1705518661621,"duration":0}},{"uid":"22b01997d22346bb","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/22b01997d22346bb","status":"passed","time":{"start":1705502591723,"stop":1705502591723,"duration":0}}]},"tags":[]},"source":"5060041eac5cc306.json","parameterValues":[]} \ No newline at end of file +{"uid":"cbe73588fe33bb57","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":1706619029122,"stop":1706619029123,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"8f075ed82813d483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f075ed82813d483","status":"passed","time":{"start":1706618668721,"stop":1706618668721,"duration":0}}]},"tags":[]},"source":"cbe73588fe33bb57.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/cc1db1249c1b84bf.json b/6291/data/test-cases/cc1db1249c1b84bf.json new file mode 100644 index 00000000000..a84b4bbb24d --- /dev/null +++ b/6291/data/test-cases/cc1db1249c1b84bf.json @@ -0,0 +1 @@ +{"uid":"cc1db1249c1b84bf","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618395069,"stop":1706618395069,"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":2,"unknown":0,"total":2},"items":[{"uid":"12f072d7c8f3bf16","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12f072d7c8f3bf16","status":"passed","time":{"start":1706618185609,"stop":1706618185609,"duration":0}}]},"tags":[]},"source":"cc1db1249c1b84bf.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/208622e43a3443d4.json b/6291/data/test-cases/cc8a65ad8899809c.json similarity index 76% rename from 6266/data/test-cases/208622e43a3443d4.json rename to 6291/data/test-cases/cc8a65ad8899809c.json index 719c70e1a0a..33c4106c87e 100644 --- a/6266/data/test-cases/208622e43a3443d4.json +++ b/6291/data/test-cases/cc8a65ad8899809c.json @@ -1 +1 @@ -{"uid":"208622e43a3443d4","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":1706101530718,"stop":1706101530718,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"1d8951d791239332","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1d8951d791239332","status":"passed","time":{"start":1706101419606,"stop":1706101419606,"duration":0}},{"uid":"53726d30014e39d8","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/53726d30014e39d8","status":"passed","time":{"start":1706101305315,"stop":1706101305315,"duration":0}},{"uid":"2f1a1bfd09f1d66e","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2f1a1bfd09f1d66e","status":"passed","time":{"start":1706100931208,"stop":1706100931209,"duration":1}},{"uid":"148b08d1fb24c20f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/148b08d1fb24c20f","status":"passed","time":{"start":1706100510902,"stop":1706100510905,"duration":3}},{"uid":"96d1a0bef71ee3b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/96d1a0bef71ee3b","status":"passed","time":{"start":1706099960909,"stop":1706099960909,"duration":0}},{"uid":"a8edc852130036e6","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a8edc852130036e6","status":"passed","time":{"start":1706099096975,"stop":1706099096976,"duration":1}},{"uid":"2a4ca371348cc5e9","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2a4ca371348cc5e9","status":"passed","time":{"start":1706077690009,"stop":1706077690009,"duration":0}},{"uid":"d363fbfdb2b1da07","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d363fbfdb2b1da07","status":"passed","time":{"start":1706069780787,"stop":1706069780788,"duration":1}},{"uid":"b075c38f9f4ce357","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b075c38f9f4ce357","status":"passed","time":{"start":1705950480131,"stop":1705950480131,"duration":0}},{"uid":"d07223d1a28e0b0f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d07223d1a28e0b0f","status":"passed","time":{"start":1705938289253,"stop":1705938289253,"duration":0}},{"uid":"cae32a126ee5353b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/cae32a126ee5353b","status":"passed","time":{"start":1705913424148,"stop":1705913424148,"duration":0}},{"uid":"6c951a7107f7bf32","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/6c951a7107f7bf32","status":"passed","time":{"start":1705912964615,"stop":1705912964616,"duration":1}},{"uid":"b03cbdc5fd5ba66a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b03cbdc5fd5ba66a","status":"passed","time":{"start":1705912351029,"stop":1705912351029,"duration":0}},{"uid":"455bf9e3788fa375","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/455bf9e3788fa375","status":"passed","time":{"start":1705911533358,"stop":1705911533358,"duration":0}},{"uid":"cad0c8c0dffa424a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/cad0c8c0dffa424a","status":"passed","time":{"start":1705698747965,"stop":1705698747966,"duration":1}},{"uid":"eca496ab062012a7","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/eca496ab062012a7","status":"passed","time":{"start":1705687465946,"stop":1705687465946,"duration":0}},{"uid":"6da9fe80b3946fd7","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/6da9fe80b3946fd7","status":"passed","time":{"start":1705687367138,"stop":1705687367139,"duration":1}},{"uid":"16b043d50e9a9ee3","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/16b043d50e9a9ee3","status":"passed","time":{"start":1705681459377,"stop":1705681459378,"duration":1}},{"uid":"b4a5de9da1feba2a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b4a5de9da1feba2a","status":"passed","time":{"start":1705680122218,"stop":1705680122218,"duration":0}},{"uid":"afaa4ed9426fd0e9","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/afaa4ed9426fd0e9","status":"passed","time":{"start":1705678066192,"stop":1705678066193,"duration":1}}]},"tags":[]},"source":"208622e43a3443d4.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc8a65ad8899809c","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":1706618865688,"stop":1706618865688,"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":2,"unknown":0,"total":2},"items":[{"uid":"4ae177195eb402d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ae177195eb402d2","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"tags":[]},"source":"cc8a65ad8899809c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/cc9d09a56cd91b18.json b/6291/data/test-cases/cc9d09a56cd91b18.json new file mode 100644 index 00000000000..b5798bc7417 --- /dev/null +++ b/6291/data/test-cases/cc9d09a56cd91b18.json @@ -0,0 +1 @@ +{"uid":"cc9d09a56cd91b18","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":1706618371935,"stop":1706618371936,"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":2,"unknown":0,"total":2},"items":[{"uid":"ff5047856f534df9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ff5047856f534df9","status":"passed","time":{"start":1706618164524,"stop":1706618164524,"duration":0}}]},"tags":[]},"source":"cc9d09a56cd91b18.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/49cf30a53f5f98a2.json b/6291/data/test-cases/cd2c4727be1043a4.json similarity index 88% rename from 6266/data/test-cases/49cf30a53f5f98a2.json rename to 6291/data/test-cases/cd2c4727be1043a4.json index 4ae676a6558..3a8bc20a6e4 100644 --- a/6266/data/test-cases/49cf30a53f5f98a2.json +++ b/6291/data/test-cases/cd2c4727be1043a4.json @@ -1 +1 @@ -{"uid":"49cf30a53f5f98a2","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":1706101792219,"stop":1706101792219,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"179423efbc58d2a8","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/179423efbc58d2a8","status":"passed","time":{"start":1706101709064,"stop":1706101709064,"duration":0}},{"uid":"7028fc486653954e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7028fc486653954e","status":"passed","time":{"start":1706101584049,"stop":1706101584050,"duration":1}},{"uid":"bfe1a21f0b5c9835","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/bfe1a21f0b5c9835","status":"passed","time":{"start":1706100800537,"stop":1706100800537,"duration":0}},{"uid":"c175c519c5299021","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c175c519c5299021","status":"passed","time":{"start":1706099377049,"stop":1706099377050,"duration":1}},{"uid":"9a6705507ed2cece","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9a6705507ed2cece","status":"passed","time":{"start":1705681745209,"stop":1705681745209,"duration":0}},{"uid":"885dd94bf09fa02e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/885dd94bf09fa02e","status":"passed","time":{"start":1705680374213,"stop":1705680374214,"duration":1}},{"uid":"d3308c90715e4c2a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/d3308c90715e4c2a","status":"passed","time":{"start":1705667089488,"stop":1705667089488,"duration":0}},{"uid":"7924eeea25289fbd","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/7924eeea25289fbd","status":"passed","time":{"start":1705521364828,"stop":1705521364829,"duration":1}},{"uid":"4bee8a17dcd9a72","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4bee8a17dcd9a72","status":"passed","time":{"start":1705520531878,"stop":1705520531878,"duration":0}},{"uid":"942c9e835abde89d","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/942c9e835abde89d","status":"passed","time":{"start":1705502591741,"stop":1705502591741,"duration":0}}]},"tags":[]},"source":"49cf30a53f5f98a2.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd2c4727be1043a4","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":1706619029141,"stop":1706619029142,"duration":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}],"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}],"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":[],"tags":[]},"source":"cd2c4727be1043a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/613eb9ec826aa354.json b/6291/data/test-cases/cdb966e5c106595a.json similarity index 87% rename from 6266/data/test-cases/613eb9ec826aa354.json rename to 6291/data/test-cases/cdb966e5c106595a.json index 00febb7b9f3..cc02b4c08d7 100644 --- a/6266/data/test-cases/613eb9ec826aa354.json +++ b/6291/data/test-cases/cdb966e5c106595a.json @@ -1 +1 @@ -{"uid":"613eb9ec826aa354","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":1706101792213,"stop":1706101792213,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"e5cca1c8e219412d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e5cca1c8e219412d","status":"passed","time":{"start":1706101709059,"stop":1706101709059,"duration":0}},{"uid":"12404d00e5913e5a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/12404d00e5913e5a","status":"passed","time":{"start":1706101584045,"stop":1706101584046,"duration":1}},{"uid":"51c17e30419ea7a3","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/51c17e30419ea7a3","status":"passed","time":{"start":1706100800532,"stop":1706100800532,"duration":0}},{"uid":"28679cb938527dcf","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/28679cb938527dcf","status":"passed","time":{"start":1706099377044,"stop":1706099377044,"duration":0}},{"uid":"d8a0758cbf7b456f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d8a0758cbf7b456f","status":"passed","time":{"start":1705681745205,"stop":1705681745205,"duration":0}},{"uid":"6b41345405e56d24","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6b41345405e56d24","status":"passed","time":{"start":1705680374209,"stop":1705680374209,"duration":0}},{"uid":"3810fbf1e1413e72","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3810fbf1e1413e72","status":"passed","time":{"start":1705667089481,"stop":1705667089482,"duration":1}},{"uid":"ba540162fa99278f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/ba540162fa99278f","status":"passed","time":{"start":1705521364823,"stop":1705521364824,"duration":1}},{"uid":"3d3aaa344c0977f0","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/3d3aaa344c0977f0","status":"passed","time":{"start":1705520531873,"stop":1705520531873,"duration":0}},{"uid":"c74a5c4c4a8a1122","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c74a5c4c4a8a1122","status":"passed","time":{"start":1705518661630,"stop":1705518661630,"duration":0}},{"uid":"747e321d136c3b82","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/747e321d136c3b82","status":"passed","time":{"start":1705502591734,"stop":1705502591735,"duration":1}}]},"tags":[]},"source":"613eb9ec826aa354.json","parameterValues":[]} \ No newline at end of file +{"uid":"cdb966e5c106595a","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":1706619029133,"stop":1706619029133,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"64314639e966f091","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64314639e966f091","status":"passed","time":{"start":1706618668744,"stop":1706618668744,"duration":0}}]},"tags":[]},"source":"cdb966e5c106595a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/cf32945dc64d9420.json b/6291/data/test-cases/cf32945dc64d9420.json new file mode 100644 index 00000000000..d1e5609cb94 --- /dev/null +++ b/6291/data/test-cases/cf32945dc64d9420.json @@ -0,0 +1 @@ +{"uid":"cf32945dc64d9420","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Dials > dialPeer method > For bootstrap peers > should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","historyId":"01b69cbd7ed68e0a2959c451115d9885:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454369,"stop":1706618454370,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Dials"},{"name":"subSuite","value":"dialPeer method > 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":2,"unknown":0,"total":2},"items":[{"uid":"63ad519435b2403c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63ad519435b2403c","status":"passed","time":{"start":1706618246649,"stop":1706618246650,"duration":1}}]},"tags":[]},"source":"cf32945dc64d9420.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/209b944517556aa4.json b/6291/data/test-cases/cfd396c8e1d21630.json similarity index 63% rename from 6266/data/test-cases/209b944517556aa4.json rename to 6291/data/test-cases/cfd396c8e1d21630.json index b0c7304693d..13f62975e0d 100644 --- a/6266/data/test-cases/209b944517556aa4.json +++ b/6291/data/test-cases/cfd396c8e1d21630.json @@ -1 +1 @@ -{"uid":"209b944517556aa4","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":1706101142414,"stop":1706101142414,"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":"209b944517556aa4.json","parameterValues":[]} \ No newline at end of file +{"uid":"cfd396c8e1d21630","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":1706618366460,"stop":1706618366461,"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":"cfd396c8e1d21630.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d001ae67f9cfe20a.json b/6291/data/test-cases/d001ae67f9cfe20a.json new file mode 100644 index 00000000000..8364153bf38 --- /dev/null +++ b/6291/data/test-cases/d001ae67f9cfe20a.json @@ -0,0 +1 @@ +{"uid":"d001ae67f9cfe20a","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":1706619039585,"stop":1706619039586,"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":2,"unknown":0,"total":2},"items":[{"uid":"7322189c728acb72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7322189c728acb72","status":"passed","time":{"start":1706618853357,"stop":1706618853358,"duration":1}}]},"tags":[]},"source":"d001ae67f9cfe20a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/adf0c5929bce4f37.json b/6291/data/test-cases/d0cbf360d22d3d31.json similarity index 77% rename from 6266/data/test-cases/adf0c5929bce4f37.json rename to 6291/data/test-cases/d0cbf360d22d3d31.json index 0b678411576..1e618888116 100644 --- a/6266/data/test-cases/adf0c5929bce4f37.json +++ b/6291/data/test-cases/d0cbf360d22d3d31.json @@ -1 +1 @@ -{"uid":"adf0c5929bce4f37","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":1706101369621,"stop":1706101369621,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"6634977c3d3baea6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6634977c3d3baea6","status":"passed","time":{"start":1706101264977,"stop":1706101264977,"duration":0}},{"uid":"222c15a736a1e8f2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/222c15a736a1e8f2","status":"passed","time":{"start":1706101143275,"stop":1706101143275,"duration":0}},{"uid":"36672fd3cd38aa66","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/36672fd3cd38aa66","status":"passed","time":{"start":1706100932528,"stop":1706100932529,"duration":1}},{"uid":"a7a6e12f551ab7c8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a7a6e12f551ab7c8","status":"passed","time":{"start":1706100355777,"stop":1706100355778,"duration":1}},{"uid":"f10c4d706c57156","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f10c4d706c57156","status":"passed","time":{"start":1706099967112,"stop":1706099967112,"duration":0}},{"uid":"e285d0041a30f58","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e285d0041a30f58","status":"passed","time":{"start":1706098945326,"stop":1706098945328,"duration":2}},{"uid":"c75498ee217fb064","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/c75498ee217fb064","status":"passed","time":{"start":1706077698149,"stop":1706077698149,"duration":0}},{"uid":"7ec682258a601af5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7ec682258a601af5","status":"passed","time":{"start":1706069781881,"stop":1706069781881,"duration":0}},{"uid":"92251d100f990384","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/92251d100f990384","status":"passed","time":{"start":1705950488306,"stop":1705950488306,"duration":0}},{"uid":"c44121c9fbd6b4b9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c44121c9fbd6b4b9","status":"passed","time":{"start":1705938293054,"stop":1705938293054,"duration":0}},{"uid":"fccd5dbdb192143d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/fccd5dbdb192143d","status":"passed","time":{"start":1705913430281,"stop":1705913430281,"duration":0}},{"uid":"43ae86793f19edd8","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/43ae86793f19edd8","status":"passed","time":{"start":1705912976200,"stop":1705912976201,"duration":1}},{"uid":"bd374f2ab48a7630","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/bd374f2ab48a7630","status":"passed","time":{"start":1705912363761,"stop":1705912363762,"duration":1}},{"uid":"e656275ade693421","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e656275ade693421","status":"passed","time":{"start":1705911543455,"stop":1705911543456,"duration":1}},{"uid":"1ebc4fef60392153","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/1ebc4fef60392153","status":"passed","time":{"start":1705698753991,"stop":1705698753992,"duration":1}},{"uid":"40a98611e922174e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/40a98611e922174e","status":"passed","time":{"start":1705687466245,"stop":1705687466245,"duration":0}},{"uid":"d6319f0aa0586e74","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d6319f0aa0586e74","status":"passed","time":{"start":1705687381579,"stop":1705687381579,"duration":0}},{"uid":"6a39755a424cbb4","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6a39755a424cbb4","status":"passed","time":{"start":1705681326949,"stop":1705681326950,"duration":1}},{"uid":"591c0f5116eb97ae","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/591c0f5116eb97ae","status":"passed","time":{"start":1705678076928,"stop":1705678076928,"duration":0}},{"uid":"628edbd9b38f410","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/628edbd9b38f410","status":"passed","time":{"start":1705677999859,"stop":1705677999860,"duration":1}}]},"tags":[]},"source":"adf0c5929bce4f37.json","parameterValues":[]} \ No newline at end of file +{"uid":"d0cbf360d22d3d31","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":1706618580250,"stop":1706618580250,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"c68181dfdb660479","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c68181dfdb660479","status":"passed","time":{"start":1706618380663,"stop":1706618380664,"duration":1}}]},"tags":[]},"source":"d0cbf360d22d3d31.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7d901d954239d55c.json b/6291/data/test-cases/d11a02193c6fafdc.json similarity index 69% rename from 6266/data/test-cases/7d901d954239d55c.json rename to 6291/data/test-cases/d11a02193c6fafdc.json index 1b7c463ec5b..6be0342371a 100644 --- a/6266/data/test-cases/7d901d954239d55c.json +++ b/6291/data/test-cases/d11a02193c6fafdc.json @@ -1 +1 @@ -{"uid":"7d901d954239d55c","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":1706101414349,"stop":1706101414349,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"7d55752c2ab13709","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7d55752c2ab13709","status":"passed","time":{"start":1706101310177,"stop":1706101310178,"duration":1}},{"uid":"e9e3786149b34c6a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e9e3786149b34c6a","status":"passed","time":{"start":1706101205590,"stop":1706101205590,"duration":0}},{"uid":"9882e86e187d25f4","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9882e86e187d25f4","status":"passed","time":{"start":1706100409438,"stop":1706100409439,"duration":1}},{"uid":"ac5b254088e8decc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ac5b254088e8decc","status":"passed","time":{"start":1706098983605,"stop":1706098983606,"duration":1}},{"uid":"c61a0623ec4d57dd","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c61a0623ec4d57dd","status":"passed","time":{"start":1705681361930,"stop":1705681361930,"duration":0}},{"uid":"981635fb771a1f42","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/981635fb771a1f42","status":"passed","time":{"start":1705680056542,"stop":1705680056542,"duration":0}},{"uid":"5a4efa14e74ec2dd","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/5a4efa14e74ec2dd","status":"passed","time":{"start":1705666820302,"stop":1705666820302,"duration":0}},{"uid":"432f8689a5604084","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/432f8689a5604084","status":"passed","time":{"start":1705526830785,"stop":1705526830786,"duration":1}}]},"tags":[]},"source":"7d901d954239d55c.json","parameterValues":[]} \ No newline at end of file +{"uid":"d11a02193c6fafdc","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":1706618624278,"stop":1706618624279,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"7c6eccd35b6d5cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c6eccd35b6d5cbb","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"tags":[]},"source":"d11a02193c6fafdc.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d1a1f5c4f60174ef.json b/6291/data/test-cases/d1a1f5c4f60174ef.json new file mode 100644 index 00000000000..503a23fa43a --- /dev/null +++ b/6291/data/test-cases/d1a1f5c4f60174ef.json @@ -0,0 +1 @@ +{"uid":"d1a1f5c4f60174ef","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":1706619044150,"stop":1706619044150,"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":2,"unknown":0,"total":2},"items":[{"uid":"e73a21524beac52c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e73a21524beac52c","status":"passed","time":{"start":1706618804666,"stop":1706618804667,"duration":1}}]},"tags":[]},"source":"d1a1f5c4f60174ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d26433d23aa0a6fe.json b/6291/data/test-cases/d26433d23aa0a6fe.json new file mode 100644 index 00000000000..70bee83ee16 --- /dev/null +++ b/6291/data/test-cases/d26433d23aa0a6fe.json @@ -0,0 +1 @@ +{"uid":"d26433d23aa0a6fe","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":1706618496639,"stop":1706618496640,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9d7bb0f68cb17f0f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d7bb0f68cb17f0f","status":"passed","time":{"start":1706618285305,"stop":1706618285306,"duration":1}}]},"tags":[]},"source":"d26433d23aa0a6fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d2687b5cab63fa17.json b/6291/data/test-cases/d2687b5cab63fa17.json new file mode 100644 index 00000000000..449ce8bc773 --- /dev/null +++ b/6291/data/test-cases/d2687b5cab63fa17.json @@ -0,0 +1 @@ +{"uid":"d2687b5cab63fa17","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":1706618372819,"stop":1706618372819,"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":2,"unknown":0,"total":2},"items":[{"uid":"d52df671917a137c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d52df671917a137c","status":"passed","time":{"start":1706618165337,"stop":1706618165337,"duration":0}}]},"tags":[]},"source":"d2687b5cab63fa17.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d280d430e93c97c3.json b/6291/data/test-cases/d280d430e93c97c3.json new file mode 100644 index 00000000000..0e571e12de2 --- /dev/null +++ b/6291/data/test-cases/d280d430e93c97c3.json @@ -0,0 +1 @@ +{"uid":"d280d430e93c97c3","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":1706618959482,"stop":1706618959482,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"41bd1522a5418945","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/41bd1522a5418945","status":"passed","time":{"start":1706618735877,"stop":1706618735878,"duration":1}}]},"tags":[]},"source":"d280d430e93c97c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a13790ae24eaed76.json b/6291/data/test-cases/d349e08097bdb61a.json similarity index 74% rename from 6266/data/test-cases/a13790ae24eaed76.json rename to 6291/data/test-cases/d349e08097bdb61a.json index d1b32f32f18..a1ec6136d9c 100644 --- a/6266/data/test-cases/a13790ae24eaed76.json +++ b/6291/data/test-cases/d349e08097bdb61a.json @@ -1 +1 @@ -{"uid":"a13790ae24eaed76","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":1706101545978,"stop":1706101545979,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"6f4d442c3dcadfd0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6f4d442c3dcadfd0","status":"passed","time":{"start":1706101432555,"stop":1706101432555,"duration":0}},{"uid":"d46144c0db8a18f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/d46144c0db8a18f","status":"passed","time":{"start":1706101317716,"stop":1706101317717,"duration":1}},{"uid":"82858e23a78de62","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/82858e23a78de62","status":"passed","time":{"start":1706100939720,"stop":1706100939720,"duration":0}},{"uid":"fc00a5da0de6afb7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/fc00a5da0de6afb7","status":"passed","time":{"start":1706100525079,"stop":1706100525080,"duration":1}},{"uid":"c0175fbab322a261","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/c0175fbab322a261","status":"passed","time":{"start":1706099965691,"stop":1706099965691,"duration":0}},{"uid":"c8600d2677d51ec","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c8600d2677d51ec","status":"passed","time":{"start":1706099111454,"stop":1706099111454,"duration":0}},{"uid":"e2c3c925acef1e46","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e2c3c925acef1e46","status":"passed","time":{"start":1706077695294,"stop":1706077695294,"duration":0}},{"uid":"b0b6e466531f25bb","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b0b6e466531f25bb","status":"passed","time":{"start":1706069776810,"stop":1706069776810,"duration":0}},{"uid":"57b1a026e1393ff1","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/57b1a026e1393ff1","status":"passed","time":{"start":1705950492108,"stop":1705950492109,"duration":1}},{"uid":"3bfcdb524ecb99df","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/3bfcdb524ecb99df","status":"passed","time":{"start":1705938291944,"stop":1705938291944,"duration":0}},{"uid":"da0a26a22f945bdd","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/da0a26a22f945bdd","status":"passed","time":{"start":1705913434723,"stop":1705913434723,"duration":0}},{"uid":"57dc9a3cfa251f71","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/57dc9a3cfa251f71","status":"passed","time":{"start":1705912976668,"stop":1705912976668,"duration":0}},{"uid":"41efed44e9291cd3","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/41efed44e9291cd3","status":"passed","time":{"start":1705912362847,"stop":1705912362847,"duration":0}},{"uid":"c397c15a1595d39b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/c397c15a1595d39b","status":"passed","time":{"start":1705911541677,"stop":1705911541677,"duration":0}},{"uid":"95ee25fd074921be","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/95ee25fd074921be","status":"passed","time":{"start":1705698743488,"stop":1705698743488,"duration":0}},{"uid":"683b21b855199166","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/683b21b855199166","status":"passed","time":{"start":1705687470582,"stop":1705687470583,"duration":1}},{"uid":"797dcbdcc86870c2","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/797dcbdcc86870c2","status":"passed","time":{"start":1705687378216,"stop":1705687378216,"duration":0}},{"uid":"3c13de26e1b34766","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3c13de26e1b34766","status":"passed","time":{"start":1705681472171,"stop":1705681472172,"duration":1}},{"uid":"658e5c0835c58bd9","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/658e5c0835c58bd9","status":"passed","time":{"start":1705680122020,"stop":1705680122020,"duration":0}},{"uid":"3afb4fa001f6c23b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/3afb4fa001f6c23b","status":"passed","time":{"start":1705678077087,"stop":1705678077087,"duration":0}}]},"tags":[]},"source":"a13790ae24eaed76.json","parameterValues":[]} \ No newline at end of file +{"uid":"d349e08097bdb61a","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":1706618871333,"stop":1706618871333,"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":2,"unknown":0,"total":2},"items":[{"uid":"f1be1f1140ae0eb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f1be1f1140ae0eb3","status":"passed","time":{"start":1706618685093,"stop":1706618685094,"duration":1}}]},"tags":[]},"source":"d349e08097bdb61a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d35e18e7dcb2dfb.json b/6291/data/test-cases/d35e18e7dcb2dfb.json new file mode 100644 index 00000000000..9c5c9aec786 --- /dev/null +++ b/6291/data/test-cases/d35e18e7dcb2dfb.json @@ -0,0 +1 @@ +{"uid":"d35e18e7dcb2dfb","name":"retrieves a single peer","fullName":"/src/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618389058,"stop":1706618389059,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"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":2,"unknown":0,"total":2},"items":[{"uid":"d0dc6a4f2ed25950","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0dc6a4f2ed25950","status":"passed","time":{"start":1706618179845,"stop":1706618179846,"duration":1}}]},"tags":[]},"source":"d35e18e7dcb2dfb.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d23842624d986979.json b/6291/data/test-cases/d411eba45d26f902.json similarity index 54% rename from 6266/data/test-cases/d23842624d986979.json rename to 6291/data/test-cases/d411eba45d26f902.json index 911ff147ec0..cd1ca848ca3 100644 --- a/6266/data/test-cases/d23842624d986979.json +++ b/6291/data/test-cases/d411eba45d26f902.json @@ -1 +1 @@ -{"uid":"d23842624d986979","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":1706101651745,"stop":1706101651746,"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":1,"skipped":0,"passed":108,"unknown":0,"total":109},"items":[{"uid":"f191ebf4bf35d3f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f191ebf4bf35d3f","status":"passed","time":{"start":1706101566460,"stop":1706101566460,"duration":0}},{"uid":"eb87920b69b26b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/eb87920b69b26b","status":"passed","time":{"start":1706101443413,"stop":1706101443413,"duration":0}},{"uid":"c59924d2c2f1d866","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c59924d2c2f1d866","status":"passed","time":{"start":1706100967015,"stop":1706100967016,"duration":1}},{"uid":"eebe6a3416e27932","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/eebe6a3416e27932","status":"passed","time":{"start":1706100676381,"stop":1706100676382,"duration":1}},{"uid":"4ba90cb3b77986b4","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4ba90cb3b77986b4","status":"passed","time":{"start":1706099994473,"stop":1706099994473,"duration":0}},{"uid":"73e18a7f2d8b05b3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/73e18a7f2d8b05b3","status":"passed","time":{"start":1706099245142,"stop":1706099245142,"duration":0}},{"uid":"9a9c5e8cb767a9cc","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/9a9c5e8cb767a9cc","status":"passed","time":{"start":1706077725192,"stop":1706077725193,"duration":1}},{"uid":"2b0ae627c63eefad","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2b0ae627c63eefad","status":"passed","time":{"start":1706069807612,"stop":1706069807613,"duration":1}},{"uid":"e47f8d2434ef7dc7","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e47f8d2434ef7dc7","status":"passed","time":{"start":1705950519316,"stop":1705950519316,"duration":0}},{"uid":"facdb3546e28c6bb","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/facdb3546e28c6bb","status":"passed","time":{"start":1705938322619,"stop":1705938322619,"duration":0}},{"uid":"e460347906df4293","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/e460347906df4293","status":"passed","time":{"start":1705913460659,"stop":1705913460659,"duration":0}},{"uid":"ea6228be7b721100","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ea6228be7b721100","status":"passed","time":{"start":1705913004747,"stop":1705913004748,"duration":1}},{"uid":"90240404ac84438f","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/90240404ac84438f","status":"passed","time":{"start":1705912392779,"stop":1705912392779,"duration":0}},{"uid":"97eb686711969ada","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/97eb686711969ada","status":"passed","time":{"start":1705911569494,"stop":1705911569494,"duration":0}},{"uid":"267956da1ff6e5b9","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/267956da1ff6e5b9","status":"passed","time":{"start":1705698780851,"stop":1705698780851,"duration":0}},{"uid":"b213daff4b1e80c9","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b213daff4b1e80c9","status":"passed","time":{"start":1705687496031,"stop":1705687496032,"duration":1}},{"uid":"bee9f2b62c01f5b4","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/bee9f2b62c01f5b4","status":"passed","time":{"start":1705687412716,"stop":1705687412716,"duration":0}},{"uid":"acd658611a0986ad","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/acd658611a0986ad","status":"passed","time":{"start":1705681610291,"stop":1705681610291,"duration":0}},{"uid":"c5b04d0f6fd653b6","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c5b04d0f6fd653b6","status":"passed","time":{"start":1705680179641,"stop":1705680179641,"duration":0}},{"uid":"1d8e6ae8ef8bfded","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1d8e6ae8ef8bfded","status":"passed","time":{"start":1705678106529,"stop":1705678106529,"duration":0}}]},"tags":[]},"source":"d23842624d986979.json","parameterValues":[]} \ No newline at end of file +{"uid":"d411eba45d26f902","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":1706618934690,"stop":1706618934691,"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":2,"unknown":0,"total":2},"items":[{"uid":"ebc34ddab64ff386","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebc34ddab64ff386","status":"passed","time":{"start":1706618732531,"stop":1706618732532,"duration":1}}]},"tags":[]},"source":"d411eba45d26f902.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d44ad7e4274e0e58.json b/6291/data/test-cases/d44ad7e4274e0e58.json new file mode 100644 index 00000000000..c49d27b583a --- /dev/null +++ b/6291/data/test-cases/d44ad7e4274e0e58.json @@ -0,0 +1 @@ +{"uid":"d44ad7e4274e0e58","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":1706618388588,"stop":1706618388588,"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":2,"unknown":0,"total":2},"items":[{"uid":"533b9f811328f547","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/533b9f811328f547","status":"passed","time":{"start":1706618179514,"stop":1706618179515,"duration":1}}]},"tags":[]},"source":"d44ad7e4274e0e58.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/594fb34bec129665.json b/6291/data/test-cases/d46090312c639f9c.json similarity index 74% rename from 6266/data/test-cases/594fb34bec129665.json rename to 6291/data/test-cases/d46090312c639f9c.json index 678c5907f11..bd87b8dd270 100644 --- a/6266/data/test-cases/594fb34bec129665.json +++ b/6291/data/test-cases/d46090312c639f9c.json @@ -1 +1 @@ -{"uid":"594fb34bec129665","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":1706101545980,"stop":1706101545980,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"c558a7aa1650937","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c558a7aa1650937","status":"passed","time":{"start":1706101432557,"stop":1706101432558,"duration":1}},{"uid":"6526e72875b8fbd9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6526e72875b8fbd9","status":"passed","time":{"start":1706101317719,"stop":1706101317719,"duration":0}},{"uid":"4432202c494b2445","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/4432202c494b2445","status":"passed","time":{"start":1706100939721,"stop":1706100939721,"duration":0}},{"uid":"6606bff8893d7433","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6606bff8893d7433","status":"passed","time":{"start":1706100525081,"stop":1706100525081,"duration":0}},{"uid":"75d36207b99a77b5","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/75d36207b99a77b5","status":"passed","time":{"start":1706099965692,"stop":1706099965693,"duration":1}},{"uid":"9761b83c0cdd6cc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9761b83c0cdd6cc","status":"passed","time":{"start":1706099111455,"stop":1706099111455,"duration":0}},{"uid":"2a9eb7f384c2b1f7","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2a9eb7f384c2b1f7","status":"passed","time":{"start":1706077695295,"stop":1706077695295,"duration":0}},{"uid":"71a223cf3c952f9","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/71a223cf3c952f9","status":"passed","time":{"start":1706069776811,"stop":1706069776811,"duration":0}},{"uid":"eba6b46d62100710","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/eba6b46d62100710","status":"passed","time":{"start":1705950492110,"stop":1705950492110,"duration":0}},{"uid":"82c11622ef9d3e70","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/82c11622ef9d3e70","status":"passed","time":{"start":1705938291945,"stop":1705938291946,"duration":1}},{"uid":"28400c88eef7a5ae","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/28400c88eef7a5ae","status":"passed","time":{"start":1705913434724,"stop":1705913434724,"duration":0}},{"uid":"b90569223b71c8c8","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/b90569223b71c8c8","status":"passed","time":{"start":1705912976669,"stop":1705912976670,"duration":1}},{"uid":"840941e6da54eb27","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/840941e6da54eb27","status":"passed","time":{"start":1705912362848,"stop":1705912362848,"duration":0}},{"uid":"f064bf5a283799d","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f064bf5a283799d","status":"passed","time":{"start":1705911541678,"stop":1705911541679,"duration":1}},{"uid":"abe8acfa884fbbc3","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/abe8acfa884fbbc3","status":"passed","time":{"start":1705698743489,"stop":1705698743490,"duration":1}},{"uid":"d0eac1792d21112d","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/d0eac1792d21112d","status":"passed","time":{"start":1705687470585,"stop":1705687470586,"duration":1}},{"uid":"ec9e29fe216f161b","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ec9e29fe216f161b","status":"passed","time":{"start":1705687378217,"stop":1705687378217,"duration":0}},{"uid":"f7aa68206b4ea1e8","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f7aa68206b4ea1e8","status":"passed","time":{"start":1705681472174,"stop":1705681472174,"duration":0}},{"uid":"9b3ce0bfaadf67d0","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9b3ce0bfaadf67d0","status":"passed","time":{"start":1705680122021,"stop":1705680122021,"duration":0}},{"uid":"8a4ebcc931a4ab4f","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/8a4ebcc931a4ab4f","status":"passed","time":{"start":1705678077105,"stop":1705678077106,"duration":1}}]},"tags":[]},"source":"594fb34bec129665.json","parameterValues":[]} \ No newline at end of file +{"uid":"d46090312c639f9c","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":1706618871334,"stop":1706618871334,"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":2,"unknown":0,"total":2},"items":[{"uid":"d732c8ac988a2e45","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d732c8ac988a2e45","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"tags":[]},"source":"d46090312c639f9c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e8a6a1db71b69e19.json b/6291/data/test-cases/d4ad1a10f8773f9d.json similarity index 89% rename from 6266/data/test-cases/e8a6a1db71b69e19.json rename to 6291/data/test-cases/d4ad1a10f8773f9d.json index 743a5bbc496..b54d0e3b380 100644 --- a/6266/data/test-cases/e8a6a1db71b69e19.json +++ b/6291/data/test-cases/d4ad1a10f8773f9d.json @@ -1 +1 @@ -{"uid":"e8a6a1db71b69e19","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":1706101792223,"stop":1706101792223,"duration":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}],"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}],"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":10,"unknown":0,"total":10},"items":[{"uid":"66dcdf9386f353a0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/66dcdf9386f353a0","status":"passed","time":{"start":1706101709066,"stop":1706101709067,"duration":1}},{"uid":"9a84daed239da46a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9a84daed239da46a","status":"passed","time":{"start":1706101584052,"stop":1706101584052,"duration":0}},{"uid":"3a15db3e1c4620f5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3a15db3e1c4620f5","status":"passed","time":{"start":1706100800540,"stop":1706100800540,"duration":0}},{"uid":"bb01dc7d07e073f0","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/bb01dc7d07e073f0","status":"passed","time":{"start":1706099377052,"stop":1706099377053,"duration":1}},{"uid":"1f8df27c7afd1360","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1f8df27c7afd1360","status":"passed","time":{"start":1705681745212,"stop":1705681745212,"duration":0}},{"uid":"c2185ff00c4930b5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c2185ff00c4930b5","status":"passed","time":{"start":1705680374216,"stop":1705680374216,"duration":0}},{"uid":"1f579c66cdcef009","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1f579c66cdcef009","status":"passed","time":{"start":1705521364832,"stop":1705521364832,"duration":0}},{"uid":"ccdc96a886e83338","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/ccdc96a886e83338","status":"passed","time":{"start":1705520531881,"stop":1705520531882,"duration":1}},{"uid":"6263b2e1ab58195e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6263b2e1ab58195e","status":"passed","time":{"start":1705502591745,"stop":1705502591745,"duration":0}}]},"tags":[]},"source":"e8a6a1db71b69e19.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4ad1a10f8773f9d","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":1706619029145,"stop":1706619029145,"duration":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}],"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}],"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":[],"tags":[]},"source":"d4ad1a10f8773f9d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1e22812d74727e8d.json b/6291/data/test-cases/d50b23edc7507010.json similarity index 78% rename from 6266/data/test-cases/1e22812d74727e8d.json rename to 6291/data/test-cases/d50b23edc7507010.json index add30b441f7..4db491bf8fc 100644 --- a/6266/data/test-cases/1e22812d74727e8d.json +++ b/6291/data/test-cases/d50b23edc7507010.json @@ -1 +1 @@ -{"uid":"1e22812d74727e8d","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":1706101369630,"stop":1706101369632,"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":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"fd58dbbf52f75509","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/fd58dbbf52f75509","status":"passed","time":{"start":1706101264982,"stop":1706101264983,"duration":1}},{"uid":"1cea5301b1e370a0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1cea5301b1e370a0","status":"passed","time":{"start":1706101143278,"stop":1706101143278,"duration":0}},{"uid":"6a6c2a87f45e0a12","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/6a6c2a87f45e0a12","status":"passed","time":{"start":1706100932531,"stop":1706100932532,"duration":1}},{"uid":"c3ed1edf041ccd03","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c3ed1edf041ccd03","status":"passed","time":{"start":1706100355780,"stop":1706100355781,"duration":1}},{"uid":"9c9811b9f4e6a763","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/9c9811b9f4e6a763","status":"passed","time":{"start":1706099967118,"stop":1706099967118,"duration":0}},{"uid":"496cab1293c83995","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/496cab1293c83995","status":"passed","time":{"start":1706098945334,"stop":1706098945335,"duration":1}},{"uid":"afb5e2d7ff05df8e","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/afb5e2d7ff05df8e","status":"passed","time":{"start":1706077698151,"stop":1706077698152,"duration":1}},{"uid":"3adc5d0d1c8fed0f","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/3adc5d0d1c8fed0f","status":"passed","time":{"start":1706069781884,"stop":1706069781885,"duration":1}},{"uid":"6d9bdb8b27abf817","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/6d9bdb8b27abf817","status":"passed","time":{"start":1705950488309,"stop":1705950488310,"duration":1}},{"uid":"98b8387287a9ce07","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/98b8387287a9ce07","status":"passed","time":{"start":1705938293057,"stop":1705938293057,"duration":0}},{"uid":"22e7f1eed3943fa3","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/22e7f1eed3943fa3","status":"passed","time":{"start":1705913430284,"stop":1705913430284,"duration":0}},{"uid":"51967e909fb027c3","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/51967e909fb027c3","status":"passed","time":{"start":1705912976203,"stop":1705912976203,"duration":0}},{"uid":"1fd381316e91ad8b","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/1fd381316e91ad8b","status":"passed","time":{"start":1705912363764,"stop":1705912363765,"duration":1}},{"uid":"8b2735a2c0745611","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/8b2735a2c0745611","status":"passed","time":{"start":1705911543459,"stop":1705911543459,"duration":0}},{"uid":"b94d2c537aaa238d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b94d2c537aaa238d","status":"passed","time":{"start":1705698753995,"stop":1705698753995,"duration":0}},{"uid":"2ea867eadb84197e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/2ea867eadb84197e","status":"passed","time":{"start":1705687466248,"stop":1705687466248,"duration":0}},{"uid":"9f481edf88cd3702","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/9f481edf88cd3702","status":"passed","time":{"start":1705687381582,"stop":1705687381582,"duration":0}},{"uid":"827d56f3a441c8c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/827d56f3a441c8c","status":"passed","time":{"start":1705681326959,"stop":1705681326960,"duration":1}},{"uid":"39c895585f2c87bb","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/39c895585f2c87bb","status":"passed","time":{"start":1705678076939,"stop":1705678076940,"duration":1}},{"uid":"2dee1da7bfc1c1c0","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/2dee1da7bfc1c1c0","status":"passed","time":{"start":1705677999863,"stop":1705677999864,"duration":1}}]},"tags":[]},"source":"1e22812d74727e8d.json","parameterValues":[]} \ No newline at end of file +{"uid":"d50b23edc7507010","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":1706618580257,"stop":1706618580257,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"61bd75cb9bfb459","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/61bd75cb9bfb459","status":"passed","time":{"start":1706618380672,"stop":1706618380673,"duration":1}}]},"tags":[]},"source":"d50b23edc7507010.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d51a8a7108e0ed08.json b/6291/data/test-cases/d51a8a7108e0ed08.json new file mode 100644 index 00000000000..fa7e74a41a6 --- /dev/null +++ b/6291/data/test-cases/d51a8a7108e0ed08.json @@ -0,0 +1 @@ +{"uid":"d51a8a7108e0ed08","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":1706618731291,"stop":1706618731291,"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":2,"unknown":0,"total":2},"items":[{"uid":"d2f727c5246eeb55","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2f727c5246eeb55","status":"passed","time":{"start":1706618394331,"stop":1706618394331,"duration":0}}]},"tags":[]},"source":"d51a8a7108e0ed08.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d3c7b6017808e3c7.json b/6291/data/test-cases/d5d8f1beab2eed86.json similarity index 53% rename from 6266/data/test-cases/d3c7b6017808e3c7.json rename to 6291/data/test-cases/d5d8f1beab2eed86.json index ff2de6f2032..9cc618dd59d 100644 --- a/6266/data/test-cases/d3c7b6017808e3c7.json +++ b/6291/data/test-cases/d5d8f1beab2eed86.json @@ -1 +1 @@ -{"uid":"d3c7b6017808e3c7","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":1706101721137,"stop":1706101721138,"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":105,"unknown":0,"total":105},"items":[{"uid":"b6c1660c3ef26d37","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b6c1660c3ef26d37","status":"passed","time":{"start":1706101642237,"stop":1706101642237,"duration":0}},{"uid":"8a735854cac181e7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8a735854cac181e7","status":"passed","time":{"start":1706101519103,"stop":1706101519103,"duration":0}},{"uid":"b1dbdc8e22cdb5d5","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b1dbdc8e22cdb5d5","status":"passed","time":{"start":1706100987911,"stop":1706100987912,"duration":1}},{"uid":"f8c3c90f7fcff9a9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f8c3c90f7fcff9a9","status":"passed","time":{"start":1706100748157,"stop":1706100748157,"duration":0}},{"uid":"fe37506819f27a5e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/fe37506819f27a5e","status":"passed","time":{"start":1706100020178,"stop":1706100020179,"duration":1}},{"uid":"e5ad03a3ff4f6baa","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e5ad03a3ff4f6baa","status":"passed","time":{"start":1706099314728,"stop":1706099314729,"duration":1}},{"uid":"780a457418057196","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/780a457418057196","status":"passed","time":{"start":1706077757147,"stop":1706077757148,"duration":1}},{"uid":"6209eb5670ad317c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/6209eb5670ad317c","status":"passed","time":{"start":1706069836102,"stop":1706069836104,"duration":2}},{"uid":"63e395f584dba997","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/63e395f584dba997","status":"passed","time":{"start":1705950563653,"stop":1705950563653,"duration":0}},{"uid":"3e66139c50e46055","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/3e66139c50e46055","status":"passed","time":{"start":1705938352860,"stop":1705938352861,"duration":1}},{"uid":"cf40c916a68cde12","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/cf40c916a68cde12","status":"passed","time":{"start":1705913492857,"stop":1705913492858,"duration":1}},{"uid":"19a95ec23349af7f","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/19a95ec23349af7f","status":"passed","time":{"start":1705913033287,"stop":1705913033288,"duration":1}},{"uid":"62ee92329c0cbe26","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/62ee92329c0cbe26","status":"passed","time":{"start":1705912419963,"stop":1705912419964,"duration":1}},{"uid":"a2c9c2c55a5be332","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a2c9c2c55a5be332","status":"passed","time":{"start":1705911596515,"stop":1705911596517,"duration":2}},{"uid":"9eb54c98fd3ff6cf","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/9eb54c98fd3ff6cf","status":"passed","time":{"start":1705698803937,"stop":1705698803937,"duration":0}},{"uid":"c315e31b10feff18","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c315e31b10feff18","status":"passed","time":{"start":1705687524367,"stop":1705687524367,"duration":0}},{"uid":"2390357378bdb212","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/2390357378bdb212","status":"passed","time":{"start":1705687441117,"stop":1705687441117,"duration":0}},{"uid":"a0aeef001bfd67dd","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a0aeef001bfd67dd","status":"passed","time":{"start":1705681668631,"stop":1705681668631,"duration":0}},{"uid":"52fbcc71cba5bba0","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/52fbcc71cba5bba0","status":"passed","time":{"start":1705680243616,"stop":1705680243617,"duration":1}},{"uid":"74d40232066b264","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/74d40232066b264","status":"passed","time":{"start":1705678134145,"stop":1705678134146,"duration":1}}]},"tags":[]},"source":"d3c7b6017808e3c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5d8f1beab2eed86","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":1706619004846,"stop":1706619004847,"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":2,"unknown":0,"total":2},"items":[{"uid":"74c66d5d08ff564","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74c66d5d08ff564","status":"passed","time":{"start":1706618760406,"stop":1706618760407,"duration":1}}]},"tags":[]},"source":"d5d8f1beab2eed86.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d6079608c513b2aa.json b/6291/data/test-cases/d6079608c513b2aa.json new file mode 100644 index 00000000000..4eb7f007333 --- /dev/null +++ b/6291/data/test-cases/d6079608c513b2aa.json @@ -0,0 +1 @@ +{"uid":"d6079608c513b2aa","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":1706618366455,"stop":1706618366456,"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":2,"unknown":0,"total":2},"items":[{"uid":"ae87f8bce1bb27ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae87f8bce1bb27ba","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"tags":[]},"source":"d6079608c513b2aa.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/a8b318ae7dd358e9.json b/6291/data/test-cases/d6199c16e753b91b.json similarity index 52% rename from 6266/data/test-cases/a8b318ae7dd358e9.json rename to 6291/data/test-cases/d6199c16e753b91b.json index 0b58c11b497..021d211f00f 100644 --- a/6266/data/test-cases/a8b318ae7dd358e9.json +++ b/6291/data/test-cases/d6199c16e753b91b.json @@ -1 +1 @@ -{"uid":"a8b318ae7dd358e9","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":1706101261572,"stop":1706101261573,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"f980eef90cfa510","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f980eef90cfa510","status":"passed","time":{"start":1706101157687,"stop":1706101157688,"duration":1}},{"uid":"547ca4fc58ef9a74","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/547ca4fc58ef9a74","status":"passed","time":{"start":1706101053582,"stop":1706101053582,"duration":0}},{"uid":"562fa467997168ef","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/562fa467997168ef","status":"passed","time":{"start":1706100258844,"stop":1706100258844,"duration":0}},{"uid":"a326d04c4f637751","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a326d04c4f637751","status":"passed","time":{"start":1706098839845,"stop":1706098839845,"duration":0}},{"uid":"9d9eaac9ae9e733c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9d9eaac9ae9e733c","status":"passed","time":{"start":1705681219096,"stop":1705681219099,"duration":3}},{"uid":"a03778438c9b526","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a03778438c9b526","status":"passed","time":{"start":1705679961662,"stop":1705679961663,"duration":1}},{"uid":"8ee7ead87c1d986c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8ee7ead87c1d986c","status":"passed","time":{"start":1705666710511,"stop":1705666710512,"duration":1}},{"uid":"fa5131835a86506b","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/fa5131835a86506b","status":"passed","time":{"start":1705526749484,"stop":1705526749485,"duration":1}},{"uid":"e7aaa050138bb871","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e7aaa050138bb871","status":"passed","time":{"start":1705520967846,"stop":1705520967847,"duration":1}},{"uid":"207ffe1e787451ca","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/207ffe1e787451ca","status":"passed","time":{"start":1705520115248,"stop":1705520115248,"duration":0}},{"uid":"29be61c1bd78d216","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/29be61c1bd78d216","status":"passed","time":{"start":1705518342024,"stop":1705518342028,"duration":4}},{"uid":"97a56ee91c75d549","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/97a56ee91c75d549","status":"passed","time":{"start":1705502169549,"stop":1705502169549,"duration":0}}]},"tags":[]},"source":"a8b318ae7dd358e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"d6199c16e753b91b","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":1706618487716,"stop":1706618487716,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"bb472c6e262b0c04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb472c6e262b0c04","status":"passed","time":{"start":1706618273734,"stop":1706618273735,"duration":1}}]},"tags":[]},"source":"d6199c16e753b91b.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d6b434cb640f9db6.json b/6291/data/test-cases/d6b434cb640f9db6.json new file mode 100644 index 00000000000..9e3a1199b19 --- /dev/null +++ b/6291/data/test-cases/d6b434cb640f9db6.json @@ -0,0 +1 @@ +{"uid":"d6b434cb640f9db6","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":1706618366456,"stop":1706618366456,"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":2,"unknown":0,"total":2},"items":[{"uid":"51b302e0a99bdb14","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51b302e0a99bdb14","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"tags":[]},"source":"d6b434cb640f9db6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1bb913e6ca4344d1.json b/6291/data/test-cases/d70ef453bd2a0f88.json similarity index 87% rename from 6266/data/test-cases/1bb913e6ca4344d1.json rename to 6291/data/test-cases/d70ef453bd2a0f88.json index 3d1fb5b00c7..1df3eace326 100644 --- a/6266/data/test-cases/1bb913e6ca4344d1.json +++ b/6291/data/test-cases/d70ef453bd2a0f88.json @@ -1 +1 @@ -{"uid":"1bb913e6ca4344d1","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":1706101792208,"stop":1706101792208,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"ca3e51e0a6ebb74b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ca3e51e0a6ebb74b","status":"passed","time":{"start":1706101709054,"stop":1706101709054,"duration":0}},{"uid":"700c4cfa86503069","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/700c4cfa86503069","status":"passed","time":{"start":1706101584041,"stop":1706101584041,"duration":0}},{"uid":"87cacad68bf024e2","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/87cacad68bf024e2","status":"passed","time":{"start":1706100800527,"stop":1706100800527,"duration":0}},{"uid":"cd4861c17c540620","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/cd4861c17c540620","status":"passed","time":{"start":1706099377038,"stop":1706099377039,"duration":1}},{"uid":"d0feb76b4a7f2ac9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d0feb76b4a7f2ac9","status":"passed","time":{"start":1705681745201,"stop":1705681745201,"duration":0}},{"uid":"30c46684405b00dc","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/30c46684405b00dc","status":"passed","time":{"start":1705680374203,"stop":1705680374203,"duration":0}},{"uid":"3a39dad1dcaa6ebe","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3a39dad1dcaa6ebe","status":"passed","time":{"start":1705667089469,"stop":1705667089469,"duration":0}},{"uid":"e8f55e5e7bd8b1df","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e8f55e5e7bd8b1df","status":"passed","time":{"start":1705521364817,"stop":1705521364817,"duration":0}},{"uid":"93d785902fc85872","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/93d785902fc85872","status":"passed","time":{"start":1705520531867,"stop":1705520531867,"duration":0}},{"uid":"28354dcc49b0f143","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/28354dcc49b0f143","status":"passed","time":{"start":1705518661625,"stop":1705518661626,"duration":1}},{"uid":"581ab76f931a3072","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/581ab76f931a3072","status":"passed","time":{"start":1705502591728,"stop":1705502591728,"duration":0}}]},"tags":[]},"source":"1bb913e6ca4344d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"d70ef453bd2a0f88","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":1706619029126,"stop":1706619029126,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"367a37b8de5cd2b3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/367a37b8de5cd2b3","status":"passed","time":{"start":1706618668731,"stop":1706618668731,"duration":0}}]},"tags":[]},"source":"d70ef453bd2a0f88.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/699c64af282f2b69.json b/6291/data/test-cases/d72020188187aa21.json similarity index 92% rename from 6266/data/test-cases/699c64af282f2b69.json rename to 6291/data/test-cases/d72020188187aa21.json index fcb93f7fba6..09b7153aed8 100644 --- a/6266/data/test-cases/699c64af282f2b69.json +++ b/6291/data/test-cases/d72020188187aa21.json @@ -1 +1 @@ -{"uid":"699c64af282f2b69","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":1706101593987,"stop":1706101593987,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"7d80caac00aba","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7d80caac00aba","status":"passed","time":{"start":1706101499432,"stop":1706101499432,"duration":0}},{"uid":"370a179ca3eec362","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/370a179ca3eec362","status":"passed","time":{"start":1706101380144,"stop":1706101380145,"duration":1}},{"uid":"439175ceca6d7e4c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/439175ceca6d7e4c","status":"passed","time":{"start":1706100623757,"stop":1706100623758,"duration":1}},{"uid":"af391cecf151afdc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/af391cecf151afdc","status":"passed","time":{"start":1706099176281,"stop":1706099176281,"duration":0}},{"uid":"d9ac622f0cf4ad97","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d9ac622f0cf4ad97","status":"passed","time":{"start":1705681544249,"stop":1705681544250,"duration":1}},{"uid":"8d1cee17059114f1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/8d1cee17059114f1","status":"passed","time":{"start":1705680158894,"stop":1705680158894,"duration":0}},{"uid":"46502569b11b2d83","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/46502569b11b2d83","status":"passed","time":{"start":1705666900197,"stop":1705666900197,"duration":0}},{"uid":"8afafef179b77ffe","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/8afafef179b77ffe","status":"passed","time":{"start":1705526887792,"stop":1705526887793,"duration":1}}]},"tags":[]},"source":"699c64af282f2b69.json","parameterValues":[]} \ No newline at end of file +{"uid":"d72020188187aa21","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":1706618858010,"stop":1706618858010,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"48dc2b06ab1ddd64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48dc2b06ab1ddd64","status":"passed","time":{"start":1706618636970,"stop":1706618636971,"duration":1}}]},"tags":[]},"source":"d72020188187aa21.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1c20c75c60a6a47c.json b/6291/data/test-cases/d734400327963a5b.json similarity index 85% rename from 6266/data/test-cases/1c20c75c60a6a47c.json rename to 6291/data/test-cases/d734400327963a5b.json index 6d0c1626ba4..d2ed61a6b05 100644 --- a/6266/data/test-cases/1c20c75c60a6a47c.json +++ b/6291/data/test-cases/d734400327963a5b.json @@ -1 +1 @@ -{"uid":"1c20c75c60a6a47c","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":1706101723802,"stop":1706101723802,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"8f05d0aa970e8894","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/8f05d0aa970e8894","status":"passed","time":{"start":1706101654467,"stop":1706101654467,"duration":0}},{"uid":"98c0e6579bd6ab93","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/98c0e6579bd6ab93","status":"passed","time":{"start":1706101537667,"stop":1706101537667,"duration":0}},{"uid":"b626652244b59e9e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b626652244b59e9e","status":"passed","time":{"start":1706100722902,"stop":1706100722903,"duration":1}},{"uid":"14e71a93ceeb57c5","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/14e71a93ceeb57c5","status":"passed","time":{"start":1706099290658,"stop":1706099290659,"duration":1}},{"uid":"33f83c19ce165575","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/33f83c19ce165575","status":"passed","time":{"start":1705681678147,"stop":1705681678147,"duration":0}},{"uid":"4ac3d97ee033455e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4ac3d97ee033455e","status":"passed","time":{"start":1705680350541,"stop":1705680350541,"duration":0}},{"uid":"9cea905a0cdee87e","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9cea905a0cdee87e","status":"passed","time":{"start":1705667092968,"stop":1705667092968,"duration":0}},{"uid":"53d5de4d4f56c1e4","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/53d5de4d4f56c1e4","status":"passed","time":{"start":1705527069396,"stop":1705527069396,"duration":0}},{"uid":"db3bf4e7bd9a7673","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/db3bf4e7bd9a7673","status":"passed","time":{"start":1705521327114,"stop":1705521327115,"duration":1}},{"uid":"cf84940877ce5f10","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/cf84940877ce5f10","status":"passed","time":{"start":1705520488402,"stop":1705520488402,"duration":0}},{"uid":"d99478c14170c741","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/d99478c14170c741","status":"passed","time":{"start":1705518883248,"stop":1705518883248,"duration":0}},{"uid":"362c0c42ee03cceb","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/362c0c42ee03cceb","status":"passed","time":{"start":1705502684100,"stop":1705502684100,"duration":0}}]},"tags":[]},"source":"1c20c75c60a6a47c.json","parameterValues":[]} \ No newline at end of file +{"uid":"d734400327963a5b","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":1706618959494,"stop":1706618959494,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"685b33df2b36fb10","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/685b33df2b36fb10","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"tags":[]},"source":"d734400327963a5b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/121ea77b7612d6af.json b/6291/data/test-cases/d73d95454d42566f.json similarity index 74% rename from 6266/data/test-cases/121ea77b7612d6af.json rename to 6291/data/test-cases/d73d95454d42566f.json index 08d59cb5480..f3bd3242ca4 100644 --- a/6266/data/test-cases/121ea77b7612d6af.json +++ b/6291/data/test-cases/d73d95454d42566f.json @@ -1 +1 @@ -{"uid":"121ea77b7612d6af","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":1706101545982,"stop":1706101545982,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"680840f19a2676e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/680840f19a2676e","status":"passed","time":{"start":1706101432560,"stop":1706101432560,"duration":0}},{"uid":"f121aa31a5973c02","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f121aa31a5973c02","status":"passed","time":{"start":1706101317722,"stop":1706101317722,"duration":0}},{"uid":"27367ad8e27932ae","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/27367ad8e27932ae","status":"passed","time":{"start":1706100939728,"stop":1706100939728,"duration":0}},{"uid":"3797ff21e21bd096","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3797ff21e21bd096","status":"passed","time":{"start":1706100525083,"stop":1706100525084,"duration":1}},{"uid":"930b0f3d4245997b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/930b0f3d4245997b","status":"passed","time":{"start":1706099965694,"stop":1706099965695,"duration":1}},{"uid":"e16ead668da107db","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e16ead668da107db","status":"passed","time":{"start":1706099111458,"stop":1706099111458,"duration":0}},{"uid":"4a5096e1e69744c1","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/4a5096e1e69744c1","status":"passed","time":{"start":1706077695297,"stop":1706077695297,"duration":0}},{"uid":"97de116e89058403","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/97de116e89058403","status":"passed","time":{"start":1706069776814,"stop":1706069776814,"duration":0}},{"uid":"5364c74a5a96b7a1","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/5364c74a5a96b7a1","status":"passed","time":{"start":1705950492111,"stop":1705950492111,"duration":0}},{"uid":"f5235be8380356ce","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f5235be8380356ce","status":"passed","time":{"start":1705938291948,"stop":1705938291948,"duration":0}},{"uid":"babb66f03ca793f2","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/babb66f03ca793f2","status":"passed","time":{"start":1705913434727,"stop":1705913434728,"duration":1}},{"uid":"b001bc7e372b17b9","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/b001bc7e372b17b9","status":"passed","time":{"start":1705912976672,"stop":1705912976672,"duration":0}},{"uid":"17a72a1989d92368","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/17a72a1989d92368","status":"passed","time":{"start":1705912362850,"stop":1705912362851,"duration":1}},{"uid":"2cd0b75fe1eb51f0","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2cd0b75fe1eb51f0","status":"passed","time":{"start":1705911541681,"stop":1705911541681,"duration":0}},{"uid":"64084b9152929f84","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/64084b9152929f84","status":"passed","time":{"start":1705698743494,"stop":1705698743495,"duration":1}},{"uid":"f87916300f9df4f2","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/f87916300f9df4f2","status":"passed","time":{"start":1705687470588,"stop":1705687470588,"duration":0}},{"uid":"31383600131c4be6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/31383600131c4be6","status":"passed","time":{"start":1705687378219,"stop":1705687378220,"duration":1}},{"uid":"3f0c5625915829d1","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3f0c5625915829d1","status":"passed","time":{"start":1705681472177,"stop":1705681472178,"duration":1}},{"uid":"86cee841b0f020c0","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/86cee841b0f020c0","status":"passed","time":{"start":1705680122024,"stop":1705680122024,"duration":0}},{"uid":"5bc30a636131b435","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/5bc30a636131b435","status":"passed","time":{"start":1705678077119,"stop":1705678077119,"duration":0}}]},"tags":[]},"source":"121ea77b7612d6af.json","parameterValues":[]} \ No newline at end of file +{"uid":"d73d95454d42566f","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":1706618871336,"stop":1706618871336,"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":2,"unknown":0,"total":2},"items":[{"uid":"b2ba7ea51cf096e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2ba7ea51cf096e2","status":"passed","time":{"start":1706618685097,"stop":1706618685098,"duration":1}}]},"tags":[]},"source":"d73d95454d42566f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c076ec37867defeb.json b/6291/data/test-cases/d7b84aa287db7f7f.json similarity index 53% rename from 6266/data/test-cases/c076ec37867defeb.json rename to 6291/data/test-cases/d7b84aa287db7f7f.json index 53f00529199..934002846d0 100644 --- a/6266/data/test-cases/c076ec37867defeb.json +++ b/6291/data/test-cases/d7b84aa287db7f7f.json @@ -1 +1 @@ -{"uid":"c076ec37867defeb","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":1706101721125,"stop":1706101721126,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"b64de04fba6386cc","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b64de04fba6386cc","status":"passed","time":{"start":1706101642233,"stop":1706101642233,"duration":0}},{"uid":"9925c3bcef8ec30a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9925c3bcef8ec30a","status":"passed","time":{"start":1706101519100,"stop":1706101519101,"duration":1}},{"uid":"2ec6f1d9eac91e","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2ec6f1d9eac91e","status":"passed","time":{"start":1706100987908,"stop":1706100987909,"duration":1}},{"uid":"50bc20b6647cfe4c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/50bc20b6647cfe4c","status":"passed","time":{"start":1706100748153,"stop":1706100748153,"duration":0}},{"uid":"fb9091aec47184b5","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/fb9091aec47184b5","status":"passed","time":{"start":1706100020175,"stop":1706100020175,"duration":0}},{"uid":"3ac5b3013ffdeb6d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3ac5b3013ffdeb6d","status":"passed","time":{"start":1706099314720,"stop":1706099314721,"duration":1}},{"uid":"ffafeec03ee0b348","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ffafeec03ee0b348","status":"passed","time":{"start":1706077757144,"stop":1706077757145,"duration":1}},{"uid":"af5b1001f3764a46","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/af5b1001f3764a46","status":"passed","time":{"start":1706069836099,"stop":1706069836099,"duration":0}},{"uid":"389b50cb4b9f039d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/389b50cb4b9f039d","status":"passed","time":{"start":1705950563649,"stop":1705950563649,"duration":0}},{"uid":"8e15feaab5e53ccc","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/8e15feaab5e53ccc","status":"passed","time":{"start":1705938352853,"stop":1705938352853,"duration":0}},{"uid":"d77367b9b2c2c452","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/d77367b9b2c2c452","status":"passed","time":{"start":1705913492846,"stop":1705913492846,"duration":0}},{"uid":"bf66217764eb8c39","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/bf66217764eb8c39","status":"passed","time":{"start":1705913033275,"stop":1705913033276,"duration":1}},{"uid":"dd7dea32b2edea8e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/dd7dea32b2edea8e","status":"passed","time":{"start":1705912419960,"stop":1705912419960,"duration":0}},{"uid":"eb0fea6d683f588a","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/eb0fea6d683f588a","status":"passed","time":{"start":1705911596506,"stop":1705911596506,"duration":0}},{"uid":"40982b89aaef5766","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/40982b89aaef5766","status":"passed","time":{"start":1705698803933,"stop":1705698803933,"duration":0}},{"uid":"40eee4bf16f4c737","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/40eee4bf16f4c737","status":"passed","time":{"start":1705687524363,"stop":1705687524363,"duration":0}},{"uid":"ee2fd3b3d682d007","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ee2fd3b3d682d007","status":"passed","time":{"start":1705687441110,"stop":1705687441110,"duration":0}},{"uid":"f6807d09474b5273","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f6807d09474b5273","status":"passed","time":{"start":1705681668615,"stop":1705681668617,"duration":2}},{"uid":"ccd449184ea723e8","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ccd449184ea723e8","status":"passed","time":{"start":1705680243613,"stop":1705680243613,"duration":0}},{"uid":"314a86909c4c6994","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/314a86909c4c6994","status":"passed","time":{"start":1705678134141,"stop":1705678134141,"duration":0}}]},"tags":[]},"source":"c076ec37867defeb.json","parameterValues":[]} \ No newline at end of file +{"uid":"d7b84aa287db7f7f","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":1706619004843,"stop":1706619004843,"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":2,"unknown":0,"total":2},"items":[{"uid":"2f9ed95ed8dcb3f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f9ed95ed8dcb3f0","status":"passed","time":{"start":1706618760390,"stop":1706618760391,"duration":1}}]},"tags":[]},"source":"d7b84aa287db7f7f.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2bdbaa0ec105744c.json b/6291/data/test-cases/d806bd2dbb4719dd.json similarity index 95% rename from 6266/data/test-cases/2bdbaa0ec105744c.json rename to 6291/data/test-cases/d806bd2dbb4719dd.json index 85575146d0d..e4df071357e 100644 --- a/6266/data/test-cases/2bdbaa0ec105744c.json +++ b/6291/data/test-cases/d806bd2dbb4719dd.json @@ -1 +1 @@ -{"uid":"2bdbaa0ec105744c","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":1706101757828,"stop":1706101757829,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"fbbb65a0d4dd7944","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/fbbb65a0d4dd7944","status":"passed","time":{"start":1706101680228,"stop":1706101680228,"duration":0}},{"uid":"9d7fbc72f3358046","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9d7fbc72f3358046","status":"passed","time":{"start":1706101549600,"stop":1706101549600,"duration":0}},{"uid":"9029c6389c0a40f9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9029c6389c0a40f9","status":"passed","time":{"start":1706100770597,"stop":1706100770598,"duration":1}},{"uid":"72b49beaa50626cb","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/72b49beaa50626cb","status":"passed","time":{"start":1706099342671,"stop":1706099342671,"duration":0}},{"uid":"6ef4fad3e74132bc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6ef4fad3e74132bc","status":"passed","time":{"start":1705681713143,"stop":1705681713143,"duration":0}}]},"tags":[]},"source":"2bdbaa0ec105744c.json","parameterValues":[]} \ No newline at end of file +{"uid":"d806bd2dbb4719dd","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":1706618996192,"stop":1706618996193,"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":2,"unknown":0,"total":2},"items":[{"uid":"bc4ad5fd003e7dc6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4ad5fd003e7dc6","status":"passed","time":{"start":1706618797764,"stop":1706618797765,"duration":1}}]},"tags":[]},"source":"d806bd2dbb4719dd.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/676616a0925929d6.json b/6291/data/test-cases/d81428f713a5f17c.json similarity index 94% rename from 6266/data/test-cases/676616a0925929d6.json rename to 6291/data/test-cases/d81428f713a5f17c.json index 4ecf407d42d..270a72175a1 100644 --- a/6266/data/test-cases/676616a0925929d6.json +++ b/6291/data/test-cases/d81428f713a5f17c.json @@ -1 +1 @@ -{"uid":"676616a0925929d6","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":1706101757837,"stop":1706101757839,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"5b784cbdd04add73","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5b784cbdd04add73","status":"passed","time":{"start":1706101680231,"stop":1706101680231,"duration":0}},{"uid":"43af4d6097d1ef5e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/43af4d6097d1ef5e","status":"passed","time":{"start":1706101549605,"stop":1706101549605,"duration":0}},{"uid":"46b1292d3f80f269","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/46b1292d3f80f269","status":"passed","time":{"start":1706100770603,"stop":1706100770603,"duration":0}},{"uid":"5c0f244ce0735b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5c0f244ce0735b","status":"passed","time":{"start":1706099342674,"stop":1706099342674,"duration":0}},{"uid":"e61c760f1612ebd9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e61c760f1612ebd9","status":"passed","time":{"start":1705681713148,"stop":1705681713148,"duration":0}}]},"tags":[]},"source":"676616a0925929d6.json","parameterValues":[]} \ No newline at end of file +{"uid":"d81428f713a5f17c","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":1706618996199,"stop":1706618996199,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9cc775b2e202a2b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9cc775b2e202a2b0","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"tags":[]},"source":"d81428f713a5f17c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/84fb92503e99691c.json b/6291/data/test-cases/d8ef7cfc6a31310f.json similarity index 88% rename from 6266/data/test-cases/84fb92503e99691c.json rename to 6291/data/test-cases/d8ef7cfc6a31310f.json index 6389e50ce60..c7b93132974 100644 --- a/6266/data/test-cases/84fb92503e99691c.json +++ b/6291/data/test-cases/d8ef7cfc6a31310f.json @@ -1 +1 @@ -{"uid":"84fb92503e99691c","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing escaped characters and receive message","historyId":"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"1cf40b9f67c37e2e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1cf40b9f67c37e2e","status":"passed","time":{"start":1706101295303,"stop":1706101295304,"duration":1}},{"uid":"3c11ebb459c596b7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3c11ebb459c596b7","status":"passed","time":{"start":1706101187436,"stop":1706101187437,"duration":1}},{"uid":"99411c0b306703ac","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/99411c0b306703ac","status":"passed","time":{"start":1706100397504,"stop":1706100397505,"duration":1}},{"uid":"13e5b554ab48ed79","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/13e5b554ab48ed79","status":"passed","time":{"start":1706098985441,"stop":1706098985441,"duration":0}},{"uid":"5a97eff2b7e4d771","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5a97eff2b7e4d771","status":"passed","time":{"start":1705681341598,"stop":1705681341598,"duration":0}},{"uid":"c256b9df468f770c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c256b9df468f770c","status":"passed","time":{"start":1705680075502,"stop":1705680075502,"duration":0}},{"uid":"e66c33bc5dabe955","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/e66c33bc5dabe955","status":"passed","time":{"start":1705666818727,"stop":1705666818727,"duration":0}},{"uid":"e80f3064aae048f5","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e80f3064aae048f5","status":"passed","time":{"start":1705520251427,"stop":1705520251428,"duration":1}},{"uid":"69ae551e46456840","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/69ae551e46456840","status":"passed","time":{"start":1705518481997,"stop":1705518481998,"duration":1}},{"uid":"54773abf4a347048","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/54773abf4a347048","status":"passed","time":{"start":1705502312556,"stop":1705502312556,"duration":0}}]},"tags":[]},"source":"84fb92503e99691c.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8ef7cfc6a31310f","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing escaped characters and receive message","historyId":"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624536,"stop":1706618624537,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"b1a31d06cc913a22","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1a31d06cc913a22","status":"passed","time":{"start":1706618460787,"stop":1706618460788,"duration":1}}]},"tags":[]},"source":"d8ef7cfc6a31310f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/d912e4a8cb24e6cb.json b/6291/data/test-cases/d912e4a8cb24e6cb.json new file mode 100644 index 00000000000..7cd75fe3a1f --- /dev/null +++ b/6291/data/test-cases/d912e4a8cb24e6cb.json @@ -0,0 +1 @@ +{"uid":"d912e4a8cb24e6cb","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":1706618731282,"stop":1706618731283,"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":2,"unknown":0,"total":2},"items":[{"uid":"3036e2dd7a40f619","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3036e2dd7a40f619","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"tags":[]},"source":"d912e4a8cb24e6cb.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d502bafc4c5142a3.json b/6291/data/test-cases/d95f8243e7f6541a.json similarity index 78% rename from 6266/data/test-cases/d502bafc4c5142a3.json rename to 6291/data/test-cases/d95f8243e7f6541a.json index 7f9a83d61e5..1edd79ab7a0 100644 --- a/6266/data/test-cases/d502bafc4c5142a3.json +++ b/6291/data/test-cases/d95f8243e7f6541a.json @@ -1 +1 @@ -{"uid":"d502bafc4c5142a3","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":1706101369636,"stop":1706101369636,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"547f44573111f253","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/547f44573111f253","status":"passed","time":{"start":1706101264986,"stop":1706101264987,"duration":1}},{"uid":"befd8b683d70e91","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/befd8b683d70e91","status":"passed","time":{"start":1706101143281,"stop":1706101143281,"duration":0}},{"uid":"ee76a0b59fe37af1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/ee76a0b59fe37af1","status":"passed","time":{"start":1706100932551,"stop":1706100932552,"duration":1}},{"uid":"2fe242ffa5c166f4","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2fe242ffa5c166f4","status":"passed","time":{"start":1706100355786,"stop":1706100355787,"duration":1}},{"uid":"4a164c4c6af2139","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4a164c4c6af2139","status":"passed","time":{"start":1706099967121,"stop":1706099967121,"duration":0}},{"uid":"1e5a7f4b15853353","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1e5a7f4b15853353","status":"passed","time":{"start":1706098945338,"stop":1706098945338,"duration":0}},{"uid":"1047159c2361a232","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/1047159c2361a232","status":"passed","time":{"start":1706077698159,"stop":1706077698160,"duration":1}},{"uid":"b0d2e11c731b3b2a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b0d2e11c731b3b2a","status":"passed","time":{"start":1706069781889,"stop":1706069781889,"duration":0}},{"uid":"67dbd4a0cc96e3c3","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/67dbd4a0cc96e3c3","status":"passed","time":{"start":1705950488316,"stop":1705950488318,"duration":2}},{"uid":"46ff7b6ac997d84f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/46ff7b6ac997d84f","status":"passed","time":{"start":1705938293070,"stop":1705938293071,"duration":1}},{"uid":"54e3357408b80f72","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/54e3357408b80f72","status":"passed","time":{"start":1705913430288,"stop":1705913430288,"duration":0}},{"uid":"5f86e66b74231694","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/5f86e66b74231694","status":"passed","time":{"start":1705912976207,"stop":1705912976207,"duration":0}},{"uid":"8e3e6119d1578f28","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8e3e6119d1578f28","status":"passed","time":{"start":1705912363767,"stop":1705912363768,"duration":1}},{"uid":"bd16cc9ad7473311","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/bd16cc9ad7473311","status":"passed","time":{"start":1705911543461,"stop":1705911543462,"duration":1}},{"uid":"d6a11e43c394c5f8","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d6a11e43c394c5f8","status":"passed","time":{"start":1705698753998,"stop":1705698753998,"duration":0}},{"uid":"f1baff714215b9f1","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/f1baff714215b9f1","status":"passed","time":{"start":1705687466259,"stop":1705687466259,"duration":0}},{"uid":"1e1408c55277ac31","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1e1408c55277ac31","status":"passed","time":{"start":1705687381585,"stop":1705687381585,"duration":0}},{"uid":"722f14c6ae304684","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/722f14c6ae304684","status":"passed","time":{"start":1705681326965,"stop":1705681326973,"duration":8}},{"uid":"ed90d3b116525ca6","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ed90d3b116525ca6","status":"passed","time":{"start":1705678076953,"stop":1705678076953,"duration":0}},{"uid":"f5dc6b0a7c35f37","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/f5dc6b0a7c35f37","status":"passed","time":{"start":1705677999866,"stop":1705677999869,"duration":3}}]},"tags":[]},"source":"d502bafc4c5142a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d95f8243e7f6541a","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":1706618580260,"stop":1706618580261,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"dff193aa7364b649","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dff193aa7364b649","status":"passed","time":{"start":1706618380684,"stop":1706618380684,"duration":0}}]},"tags":[]},"source":"d95f8243e7f6541a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/977a38a6aded920a.json b/6291/data/test-cases/d9c85123b94df4ec.json similarity index 50% rename from 6266/data/test-cases/977a38a6aded920a.json rename to 6291/data/test-cases/d9c85123b94df4ec.json index 8d3b9e027f0..dd3324cd003 100644 --- a/6266/data/test-cases/977a38a6aded920a.json +++ b/6291/data/test-cases/d9c85123b94df4ec.json @@ -1 +1 @@ -{"uid":"977a38a6aded920a","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":1706101762916,"stop":1706101762916,"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":1,"skipped":0,"passed":107,"unknown":0,"total":108},"items":[{"uid":"98bc8e1004042379","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/98bc8e1004042379","status":"passed","time":{"start":1706101681220,"stop":1706101681220,"duration":0}},{"uid":"5918aa6dfaa518b3","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5918aa6dfaa518b3","status":"passed","time":{"start":1706101560070,"stop":1706101560070,"duration":0}},{"uid":"575abed95dd8eb57","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/575abed95dd8eb57","status":"passed","time":{"start":1706101005378,"stop":1706101005378,"duration":0}},{"uid":"f48b46e499f72bed","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f48b46e499f72bed","status":"passed","time":{"start":1706100764375,"stop":1706100764375,"duration":0}},{"uid":"436a3ff1109a0995","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/436a3ff1109a0995","status":"passed","time":{"start":1706100038724,"stop":1706100038724,"duration":0}},{"uid":"c39ff2442a36e32e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c39ff2442a36e32e","status":"passed","time":{"start":1706099331423,"stop":1706099331423,"duration":0}},{"uid":"f728eb9049ff08b7","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f728eb9049ff08b7","status":"passed","time":{"start":1706077763479,"stop":1706077763479,"duration":0}},{"uid":"5d7d3a8600aae934","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/5d7d3a8600aae934","status":"passed","time":{"start":1706069851602,"stop":1706069851603,"duration":1}},{"uid":"56559212badaee78","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/56559212badaee78","status":"passed","time":{"start":1705950568426,"stop":1705950568427,"duration":1}},{"uid":"9cff21ae7051590c","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/9cff21ae7051590c","status":"passed","time":{"start":1705938368698,"stop":1705938368709,"duration":11}},{"uid":"39254b0c85cb70a9","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/39254b0c85cb70a9","status":"passed","time":{"start":1705913514589,"stop":1705913514590,"duration":1}},{"uid":"d8e6e11cd1af4460","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d8e6e11cd1af4460","status":"passed","time":{"start":1705913059028,"stop":1705913059028,"duration":0}},{"uid":"c81af4b5cfa53665","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c81af4b5cfa53665","status":"passed","time":{"start":1705912433756,"stop":1705912433756,"duration":0}},{"uid":"4a58f3a396d07acb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/4a58f3a396d07acb","status":"passed","time":{"start":1705911614634,"stop":1705911614634,"duration":0}},{"uid":"81321a1ead5d9579","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/81321a1ead5d9579","status":"passed","time":{"start":1705698824920,"stop":1705698824920,"duration":0}},{"uid":"5d489b4a0dffc1cc","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/5d489b4a0dffc1cc","status":"passed","time":{"start":1705687549294,"stop":1705687549294,"duration":0}},{"uid":"7db6d6c0b33c3357","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/7db6d6c0b33c3357","status":"passed","time":{"start":1705687455029,"stop":1705687455029,"duration":0}},{"uid":"874ee3026b564ec1","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/874ee3026b564ec1","status":"passed","time":{"start":1705681714515,"stop":1705681714515,"duration":0}},{"uid":"889dd71878c1ef73","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/889dd71878c1ef73","status":"passed","time":{"start":1705680280961,"stop":1705680280961,"duration":0}},{"uid":"f24218a357b1a8fa","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/f24218a357b1a8fa","status":"passed","time":{"start":1705678144798,"stop":1705678144798,"duration":0}}]},"tags":[]},"source":"977a38a6aded920a.json","parameterValues":[]} \ No newline at end of file +{"uid":"d9c85123b94df4ec","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":1706619030047,"stop":1706619030047,"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":2,"unknown":0,"total":2},"items":[{"uid":"cf818a0941342660","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf818a0941342660","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"tags":[]},"source":"d9c85123b94df4ec.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/72ce169fbeb0c9d8.json b/6291/data/test-cases/db31f7014b3d966e.json similarity index 77% rename from 6266/data/test-cases/72ce169fbeb0c9d8.json rename to 6291/data/test-cases/db31f7014b3d966e.json index 2250421d7ba..b260a55ef78 100644 --- a/6266/data/test-cases/72ce169fbeb0c9d8.json +++ b/6291/data/test-cases/db31f7014b3d966e.json @@ -1 +1 @@ -{"uid":"72ce169fbeb0c9d8","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":1706101369616,"stop":1706101369616,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"c81cec937e435a1a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c81cec937e435a1a","status":"passed","time":{"start":1706101264973,"stop":1706101264973,"duration":0}},{"uid":"c8e0fe52756ff246","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c8e0fe52756ff246","status":"passed","time":{"start":1706101143270,"stop":1706101143271,"duration":1}},{"uid":"bcfb558788065f2","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/bcfb558788065f2","status":"passed","time":{"start":1706100932524,"stop":1706100932524,"duration":0}},{"uid":"7a71c871790010a8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7a71c871790010a8","status":"passed","time":{"start":1706100355773,"stop":1706100355773,"duration":0}},{"uid":"b7c9aa9e6a3095ef","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b7c9aa9e6a3095ef","status":"passed","time":{"start":1706099967098,"stop":1706099967098,"duration":0}},{"uid":"45afa89aadf092b2","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/45afa89aadf092b2","status":"passed","time":{"start":1706098945319,"stop":1706098945319,"duration":0}},{"uid":"93f0a9d9bebb4065","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/93f0a9d9bebb4065","status":"passed","time":{"start":1706077698140,"stop":1706077698140,"duration":0}},{"uid":"5b7e36fe85b77ada","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/5b7e36fe85b77ada","status":"passed","time":{"start":1706069781878,"stop":1706069781878,"duration":0}},{"uid":"c48960c96b46a6bd","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c48960c96b46a6bd","status":"passed","time":{"start":1705950488301,"stop":1705950488301,"duration":0}},{"uid":"dfc7f5c6c2bfcfc4","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/dfc7f5c6c2bfcfc4","status":"passed","time":{"start":1705938293050,"stop":1705938293051,"duration":1}},{"uid":"58e31bc0b22c793","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/58e31bc0b22c793","status":"passed","time":{"start":1705913430270,"stop":1705913430271,"duration":1}},{"uid":"a2ef5c1032a09c11","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/a2ef5c1032a09c11","status":"passed","time":{"start":1705912976197,"stop":1705912976197,"duration":0}},{"uid":"30a7f093f730a821","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/30a7f093f730a821","status":"passed","time":{"start":1705912363756,"stop":1705912363756,"duration":0}},{"uid":"9175b3c9c4101b05","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/9175b3c9c4101b05","status":"passed","time":{"start":1705911543451,"stop":1705911543451,"duration":0}},{"uid":"8a55ea985a4ae12d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/8a55ea985a4ae12d","status":"passed","time":{"start":1705698753988,"stop":1705698753988,"duration":0}},{"uid":"ed8e8d2dc4812e09","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ed8e8d2dc4812e09","status":"passed","time":{"start":1705687466234,"stop":1705687466234,"duration":0}},{"uid":"b4b5a65a0987af76","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/b4b5a65a0987af76","status":"passed","time":{"start":1705687381575,"stop":1705687381575,"duration":0}},{"uid":"e876cd13177bd7f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e876cd13177bd7f","status":"passed","time":{"start":1705681326898,"stop":1705681326898,"duration":0}},{"uid":"9f79c03a2a99d9ef","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9f79c03a2a99d9ef","status":"passed","time":{"start":1705678076915,"stop":1705678076916,"duration":1}},{"uid":"e9ebf406f164c39a","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/e9ebf406f164c39a","status":"passed","time":{"start":1705677999856,"stop":1705677999856,"duration":0}}]},"tags":[]},"source":"72ce169fbeb0c9d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"db31f7014b3d966e","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":1706618580246,"stop":1706618580246,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"548781c2488510e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/548781c2488510e1","status":"passed","time":{"start":1706618380655,"stop":1706618380656,"duration":1}}]},"tags":[]},"source":"db31f7014b3d966e.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/cd72e6c01bc816b3.json b/6291/data/test-cases/dbbd9c4a47a8cc8d.json similarity index 94% rename from 6266/data/test-cases/cd72e6c01bc816b3.json rename to 6291/data/test-cases/dbbd9c4a47a8cc8d.json index 19a0be26e9f..55e919e2b04 100644 --- a/6266/data/test-cases/cd72e6c01bc816b3.json +++ b/6291/data/test-cases/dbbd9c4a47a8cc8d.json @@ -1 +1 @@ -{"uid":"cd72e6c01bc816b3","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":1706101757858,"stop":1706101757858,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"cee4f4d42c60159b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/cee4f4d42c60159b","status":"passed","time":{"start":1706101680236,"stop":1706101680236,"duration":0}},{"uid":"eee2309938a77edd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/eee2309938a77edd","status":"passed","time":{"start":1706101549611,"stop":1706101549611,"duration":0}},{"uid":"cdeae4528dada64b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/cdeae4528dada64b","status":"passed","time":{"start":1706100770607,"stop":1706100770608,"duration":1}},{"uid":"27f2ac0902faab9b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/27f2ac0902faab9b","status":"passed","time":{"start":1706099342679,"stop":1706099342679,"duration":0}},{"uid":"3f597f9ced40a751","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3f597f9ced40a751","status":"passed","time":{"start":1705681713154,"stop":1705681713154,"duration":0}}]},"tags":[]},"source":"cd72e6c01bc816b3.json","parameterValues":[]} \ No newline at end of file +{"uid":"dbbd9c4a47a8cc8d","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":1706618996205,"stop":1706618996206,"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":2,"unknown":0,"total":2},"items":[{"uid":"7bd413bdc67d336f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7bd413bdc67d336f","status":"passed","time":{"start":1706618797774,"stop":1706618797775,"duration":1}}]},"tags":[]},"source":"dbbd9c4a47a8cc8d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/89d7ee88b3b05429.json b/6291/data/test-cases/dbbf65323eab0f47.json similarity index 87% rename from 6266/data/test-cases/89d7ee88b3b05429.json rename to 6291/data/test-cases/dbbf65323eab0f47.json index eea0b573f21..83f42d075b7 100644 --- a/6266/data/test-cases/89d7ee88b3b05429.json +++ b/6291/data/test-cases/dbbf65323eab0f47.json @@ -1 +1 @@ -{"uid":"89d7ee88b3b05429","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":1706101792210,"stop":1706101792211,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"41fbb6f710729383","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/41fbb6f710729383","status":"passed","time":{"start":1706101709056,"stop":1706101709057,"duration":1}},{"uid":"27196140ce1308fd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/27196140ce1308fd","status":"passed","time":{"start":1706101584043,"stop":1706101584043,"duration":0}},{"uid":"eae90e1ca29eb31f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/eae90e1ca29eb31f","status":"passed","time":{"start":1706100800529,"stop":1706100800529,"duration":0}},{"uid":"cdeff00fe76c2381","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/cdeff00fe76c2381","status":"passed","time":{"start":1706099377041,"stop":1706099377041,"duration":0}},{"uid":"fce5a61b3d57f754","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fce5a61b3d57f754","status":"passed","time":{"start":1705681745203,"stop":1705681745203,"duration":0}},{"uid":"e7dc55d5dd914108","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e7dc55d5dd914108","status":"passed","time":{"start":1705680374206,"stop":1705680374207,"duration":1}},{"uid":"cb50abba24af2c50","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/cb50abba24af2c50","status":"passed","time":{"start":1705667089477,"stop":1705667089478,"duration":1}},{"uid":"a9e687537e429c4","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/a9e687537e429c4","status":"passed","time":{"start":1705521364820,"stop":1705521364820,"duration":0}},{"uid":"7fc7169b11c358f3","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/7fc7169b11c358f3","status":"passed","time":{"start":1705520531870,"stop":1705520531870,"duration":0}},{"uid":"f8eb80bd47cac7a7","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f8eb80bd47cac7a7","status":"passed","time":{"start":1705518661628,"stop":1705518661628,"duration":0}},{"uid":"105261754c454985","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/105261754c454985","status":"passed","time":{"start":1705502591731,"stop":1705502591731,"duration":0}}]},"tags":[]},"source":"89d7ee88b3b05429.json","parameterValues":[]} \ No newline at end of file +{"uid":"dbbf65323eab0f47","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":1706619029128,"stop":1706619029128,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"38dab99a144a40a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38dab99a144a40a1","status":"passed","time":{"start":1706618668736,"stop":1706618668737,"duration":1}}]},"tags":[]},"source":"dbbf65323eab0f47.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e7231b699b12f5d8.json b/6291/data/test-cases/dc0db2baf762af42.json similarity index 52% rename from 6266/data/test-cases/e7231b699b12f5d8.json rename to 6291/data/test-cases/dc0db2baf762af42.json index c01698dea06..0abf60b3538 100644 --- a/6266/data/test-cases/e7231b699b12f5d8.json +++ b/6291/data/test-cases/dc0db2baf762af42.json @@ -1 +1 @@ -{"uid":"e7231b699b12f5d8","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":1706101214346,"stop":1706101214347,"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":108,"unknown":0,"total":108},"items":[{"uid":"3d66f61584d33cc0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3d66f61584d33cc0","status":"passed","time":{"start":1706101097990,"stop":1706101097991,"duration":1}},{"uid":"190d4adc9033fc49","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/190d4adc9033fc49","status":"passed","time":{"start":1706100993725,"stop":1706100993725,"duration":0}},{"uid":"eb97937ea4e29e0a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/eb97937ea4e29e0a","status":"passed","time":{"start":1706100835937,"stop":1706100835937,"duration":0}},{"uid":"d673abbb68398612","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d673abbb68398612","status":"passed","time":{"start":1706100195795,"stop":1706100195796,"duration":1}},{"uid":"f80d0533e35c5648","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f80d0533e35c5648","status":"passed","time":{"start":1706099862708,"stop":1706099862708,"duration":0}},{"uid":"c77c0ce15c47129d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c77c0ce15c47129d","status":"passed","time":{"start":1706098782050,"stop":1706098782050,"duration":0}},{"uid":"f79c48e53d783e93","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f79c48e53d783e93","status":"passed","time":{"start":1706077596407,"stop":1706077596408,"duration":1}},{"uid":"e41509022d9754d2","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/e41509022d9754d2","status":"passed","time":{"start":1706069680762,"stop":1706069680762,"duration":0}},{"uid":"de6125952eae703b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/de6125952eae703b","status":"passed","time":{"start":1705950391579,"stop":1705950391580,"duration":1}},{"uid":"62dea67c1e159856","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/62dea67c1e159856","status":"passed","time":{"start":1705938203365,"stop":1705938203366,"duration":1}},{"uid":"5e237d34555b2672","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/5e237d34555b2672","status":"passed","time":{"start":1705913327173,"stop":1705913327173,"duration":0}},{"uid":"8c46af0fd40e6320","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/8c46af0fd40e6320","status":"passed","time":{"start":1705912876916,"stop":1705912876917,"duration":1}},{"uid":"2d8ba10dfb0596e2","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/2d8ba10dfb0596e2","status":"passed","time":{"start":1705912273796,"stop":1705912273796,"duration":0}},{"uid":"1b151bd01955838f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/1b151bd01955838f","status":"passed","time":{"start":1705911446419,"stop":1705911446420,"duration":1}},{"uid":"b65b338fde073ffb","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b65b338fde073ffb","status":"passed","time":{"start":1705698651182,"stop":1705698651183,"duration":1}},{"uid":"6a03d7cb9cb8a2aa","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/6a03d7cb9cb8a2aa","status":"passed","time":{"start":1705687354891,"stop":1705687354892,"duration":1}},{"uid":"1c86d0565a853468","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1c86d0565a853468","status":"passed","time":{"start":1705687277694,"stop":1705687277694,"duration":0}},{"uid":"1a3efd6c9e33b18c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/1a3efd6c9e33b18c","status":"passed","time":{"start":1705681150019,"stop":1705681150030,"duration":11}},{"uid":"97441d6d378700d0","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/97441d6d378700d0","status":"passed","time":{"start":1705679898633,"stop":1705679898634,"duration":1}},{"uid":"892892dcb57ff04","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/892892dcb57ff04","status":"passed","time":{"start":1705677972783,"stop":1705677972784,"duration":1}}]},"tags":[]},"source":"e7231b699b12f5d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc0db2baf762af42","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":1706618424941,"stop":1706618424942,"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":2,"unknown":0,"total":2},"items":[{"uid":"f75a77f32e7bd89d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f75a77f32e7bd89d","status":"passed","time":{"start":1706618216089,"stop":1706618216089,"duration":0}}]},"tags":[]},"source":"dc0db2baf762af42.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/25aa27c93c68ecd5.json b/6291/data/test-cases/dc5e8a76644122f7.json similarity index 86% rename from 6266/data/test-cases/25aa27c93c68ecd5.json rename to 6291/data/test-cases/dc5e8a76644122f7.json index df7c3de3658..c7adb356045 100644 --- a/6266/data/test-cases/25aa27c93c68ecd5.json +++ b/6291/data/test-cases/dc5e8a76644122f7.json @@ -1 +1 @@ -{"uid":"25aa27c93c68ecd5","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":1706101723755,"stop":1706101723756,"duration":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":"833846b2ccf78105","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/833846b2ccf78105","status":"passed","time":{"start":1706101654451,"stop":1706101654451,"duration":0}},{"uid":"f4a9989ef4bdc4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f4a9989ef4bdc4","status":"passed","time":{"start":1706101537655,"stop":1706101537655,"duration":0}},{"uid":"9d66c7771bf3e93b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9d66c7771bf3e93b","status":"passed","time":{"start":1706100722873,"stop":1706100722873,"duration":0}},{"uid":"6f5568560ff6b5a3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6f5568560ff6b5a3","status":"passed","time":{"start":1706099290595,"stop":1706099290595,"duration":0}},{"uid":"e2db9216a3179a73","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e2db9216a3179a73","status":"passed","time":{"start":1705681678126,"stop":1705681678126,"duration":0}},{"uid":"791447b5e12d3507","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/791447b5e12d3507","status":"passed","time":{"start":1705680350525,"stop":1705680350525,"duration":0}},{"uid":"df1d99601d9d3a0a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/df1d99601d9d3a0a","status":"passed","time":{"start":1705667092957,"stop":1705667092957,"duration":0}},{"uid":"e14feb04ecd2d24","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/e14feb04ecd2d24","status":"passed","time":{"start":1705527069383,"stop":1705527069383,"duration":0}},{"uid":"39fa9d238cc59a9f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/39fa9d238cc59a9f","status":"passed","time":{"start":1705521327102,"stop":1705521327102,"duration":0}},{"uid":"f6e3eb3cb1d9108b","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f6e3eb3cb1d9108b","status":"passed","time":{"start":1705520488384,"stop":1705520488385,"duration":1}},{"uid":"36a5850a4f4076ef","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/36a5850a4f4076ef","status":"passed","time":{"start":1705518883231,"stop":1705518883231,"duration":0}},{"uid":"682883281f812865","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/682883281f812865","status":"passed","time":{"start":1705502684088,"stop":1705502684089,"duration":1}}]},"tags":[]},"source":"25aa27c93c68ecd5.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc5e8a76644122f7","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":1706618959473,"stop":1706618959474,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"b1b85a4674749fff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1b85a4674749fff","status":"passed","time":{"start":1706618735856,"stop":1706618735856,"duration":0}}]},"tags":[]},"source":"dc5e8a76644122f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e4fc97f5831bb866.json b/6291/data/test-cases/dcaff4d679ef4f16.json similarity index 87% rename from 6266/data/test-cases/e4fc97f5831bb866.json rename to 6291/data/test-cases/dcaff4d679ef4f16.json index bff4a62ddf7..5e4cd7b3079 100644 --- a/6266/data/test-cases/e4fc97f5831bb866.json +++ b/6291/data/test-cases/dcaff4d679ef4f16.json @@ -1 +1 @@ -{"uid":"e4fc97f5831bb866","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":1706101792206,"stop":1706101792206,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"24e8c56be4306594","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/24e8c56be4306594","status":"passed","time":{"start":1706101709052,"stop":1706101709052,"duration":0}},{"uid":"c7794f7e387867a7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c7794f7e387867a7","status":"passed","time":{"start":1706101584038,"stop":1706101584039,"duration":1}},{"uid":"774599ef653dc85","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/774599ef653dc85","status":"passed","time":{"start":1706100800525,"stop":1706100800525,"duration":0}},{"uid":"a9e7282e1504a5c7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a9e7282e1504a5c7","status":"passed","time":{"start":1706099377036,"stop":1706099377037,"duration":1}},{"uid":"6c10b4705fb6554c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6c10b4705fb6554c","status":"passed","time":{"start":1705681745199,"stop":1705681745199,"duration":0}},{"uid":"5aba1110f7ff2430","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5aba1110f7ff2430","status":"passed","time":{"start":1705680374201,"stop":1705680374201,"duration":0}},{"uid":"30cf28bb1f2ba730","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/30cf28bb1f2ba730","status":"passed","time":{"start":1705667089464,"stop":1705667089464,"duration":0}},{"uid":"a232bc8d6b588e23","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/a232bc8d6b588e23","status":"passed","time":{"start":1705521364815,"stop":1705521364815,"duration":0}},{"uid":"f87b4c4dfdec8e00","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f87b4c4dfdec8e00","status":"passed","time":{"start":1705520531864,"stop":1705520531865,"duration":1}},{"uid":"b535d8420e135342","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b535d8420e135342","status":"passed","time":{"start":1705518661623,"stop":1705518661623,"duration":0}},{"uid":"22ded33a627f8763","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/22ded33a627f8763","status":"passed","time":{"start":1705502591725,"stop":1705502591725,"duration":0}}]},"tags":[]},"source":"e4fc97f5831bb866.json","parameterValues":[]} \ No newline at end of file +{"uid":"dcaff4d679ef4f16","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":1706619029124,"stop":1706619029124,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"f8843580de40e1c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8843580de40e1c2","status":"passed","time":{"start":1706618668723,"stop":1706618668724,"duration":1}}]},"tags":[]},"source":"dcaff4d679ef4f16.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/dd8b34fdca53fe24.json b/6291/data/test-cases/dd8b34fdca53fe24.json new file mode 100644 index 00000000000..132ea89c299 --- /dev/null +++ b/6291/data/test-cases/dd8b34fdca53fe24.json @@ -0,0 +1 @@ +{"uid":"dd8b34fdca53fe24","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618834268,"stop":1706618834268,"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":2,"unknown":0,"total":2},"items":[{"uid":"22eda392fea6cc97","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22eda392fea6cc97","status":"passed","time":{"start":1706618668765,"stop":1706618668767,"duration":2}}]},"tags":[]},"source":"dd8b34fdca53fe24.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/de62266ff1c1757.json b/6291/data/test-cases/de62266ff1c1757.json new file mode 100644 index 00000000000..2024c405226 --- /dev/null +++ b/6291/data/test-cases/de62266ff1c1757.json @@ -0,0 +1 @@ +{"uid":"de62266ff1c1757","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":1706619004844,"stop":1706619004844,"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":2,"unknown":0,"total":2},"items":[{"uid":"3d9492c45c331c5d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d9492c45c331c5d","status":"passed","time":{"start":1706618760392,"stop":1706618760393,"duration":1}}]},"tags":[]},"source":"de62266ff1c1757.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/739d432b18ce609e.json b/6291/data/test-cases/de7031a1a31b7b7a.json similarity index 87% rename from 6266/data/test-cases/739d432b18ce609e.json rename to 6291/data/test-cases/de7031a1a31b7b7a.json index 2b61a068897..e4ab62d17c5 100644 --- a/6266/data/test-cases/739d432b18ce609e.json +++ b/6291/data/test-cases/de7031a1a31b7b7a.json @@ -1 +1 @@ -{"uid":"739d432b18ce609e","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":1706101792214,"stop":1706101792214,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"c01d0b722e6295c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c01d0b722e6295c","status":"passed","time":{"start":1706101709059,"stop":1706101709060,"duration":1}},{"uid":"67ba4783f14cf6fa","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/67ba4783f14cf6fa","status":"passed","time":{"start":1706101584046,"stop":1706101584046,"duration":0}},{"uid":"c8e4225ef0d76afc","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c8e4225ef0d76afc","status":"passed","time":{"start":1706100800532,"stop":1706100800532,"duration":0}},{"uid":"443c9f97d35bcc67","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/443c9f97d35bcc67","status":"passed","time":{"start":1706099377044,"stop":1706099377045,"duration":1}},{"uid":"ebe74ba3dae85e47","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ebe74ba3dae85e47","status":"passed","time":{"start":1705681745205,"stop":1705681745206,"duration":1}},{"uid":"e9cf0c99e90d2e02","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e9cf0c99e90d2e02","status":"passed","time":{"start":1705680374209,"stop":1705680374210,"duration":1}},{"uid":"ae64a4a8bb2d7798","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ae64a4a8bb2d7798","status":"passed","time":{"start":1705667089482,"stop":1705667089482,"duration":0}},{"uid":"4caa5de3ddfd9ae8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4caa5de3ddfd9ae8","status":"passed","time":{"start":1705521364824,"stop":1705521364824,"duration":0}},{"uid":"f1e6e7b8501022c2","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f1e6e7b8501022c2","status":"passed","time":{"start":1705520531873,"stop":1705520531873,"duration":0}},{"uid":"f59d2179a2af4bb9","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f59d2179a2af4bb9","status":"passed","time":{"start":1705518661630,"stop":1705518661631,"duration":1}},{"uid":"25c1b9b3d988ba5d","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/25c1b9b3d988ba5d","status":"passed","time":{"start":1705502591735,"stop":1705502591735,"duration":0}}]},"tags":[]},"source":"739d432b18ce609e.json","parameterValues":[]} \ No newline at end of file +{"uid":"de7031a1a31b7b7a","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":1706619029133,"stop":1706619029135,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"8a6bd248a2434c86","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a6bd248a2434c86","status":"passed","time":{"start":1706618668744,"stop":1706618668745,"duration":1}}]},"tags":[]},"source":"de7031a1a31b7b7a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/de966abc3832db49.json b/6291/data/test-cases/de966abc3832db49.json new file mode 100644 index 00000000000..5513708bd13 --- /dev/null +++ b/6291/data/test-cases/de966abc3832db49.json @@ -0,0 +1 @@ +{"uid":"de966abc3832db49","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":1706618799829,"stop":1706618799829,"duration":0},"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/metadata.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/metadata.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 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},{"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},{"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":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"471d3b307952ea9a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/471d3b307952ea9a","status":"passed","time":{"start":1706618497356,"stop":1706618497356,"duration":0}}]},"tags":[]},"source":"de966abc3832db49.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/df1330095d99a636.json b/6291/data/test-cases/df1330095d99a636.json new file mode 100644 index 00000000000..aa160db41e2 --- /dev/null +++ b/6291/data/test-cases/df1330095d99a636.json @@ -0,0 +1 @@ +{"uid":"df1330095d99a636","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":1706619029139,"stop":1706619029139,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"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}],"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}],"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":1,"unknown":0,"total":2},"items":[{"uid":"289bd88a6763e98e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/289bd88a6763e98e","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":1706618668748,"stop":1706618668748,"duration":0}}]},"tags":[]},"source":"df1330095d99a636.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/df63106057844f34.json b/6291/data/test-cases/df63106057844f34.json new file mode 100644 index 00000000000..29571bc7868 --- /dev/null +++ b/6291/data/test-cases/df63106057844f34.json @@ -0,0 +1 @@ +{"uid":"df63106057844f34","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":1706618424947,"stop":1706618424947,"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":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"bdaadb599026288","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bdaadb599026288","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216099,"stop":1706618216099,"duration":0}}]},"tags":[]},"source":"df63106057844f34.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e000fe07737a731.json b/6291/data/test-cases/e000fe07737a731.json new file mode 100644 index 00000000000..3acf3129d42 --- /dev/null +++ b/6291/data/test-cases/e000fe07737a731.json @@ -0,0 +1 @@ +{"uid":"e000fe07737a731","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":1706618372819,"stop":1706618372819,"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":2,"unknown":0,"total":2},"items":[{"uid":"5bf2f4a5ef738f78","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5bf2f4a5ef738f78","status":"passed","time":{"start":1706618165337,"stop":1706618165338,"duration":1}}]},"tags":[]},"source":"e000fe07737a731.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e002ae72c3aff762.json b/6291/data/test-cases/e002ae72c3aff762.json new file mode 100644 index 00000000000..8e679543240 --- /dev/null +++ b/6291/data/test-cases/e002ae72c3aff762.json @@ -0,0 +1 @@ +{"uid":"e002ae72c3aff762","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":1706618378871,"stop":1706618378872,"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":2,"unknown":0,"total":2},"items":[{"uid":"8edc4b10f7d92c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8edc4b10f7d92c8c","status":"passed","time":{"start":1706618170153,"stop":1706618170154,"duration":1}}]},"tags":[]},"source":"e002ae72c3aff762.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e03527c4509ef2ed.json b/6291/data/test-cases/e03527c4509ef2ed.json new file mode 100644 index 00000000000..2a31849533f --- /dev/null +++ b/6291/data/test-cases/e03527c4509ef2ed.json @@ -0,0 +1 @@ +{"uid":"e03527c4509ef2ed","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":1706618731283,"stop":1706618731283,"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":2,"unknown":0,"total":2},"items":[{"uid":"246b696f70ecb067","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/246b696f70ecb067","status":"passed","time":{"start":1706618394317,"stop":1706618394317,"duration":0}}]},"tags":[]},"source":"e03527c4509ef2ed.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/bb062a8939a71300.json b/6291/data/test-cases/e05c7d24c0a4e8ca.json similarity index 60% rename from 6266/data/test-cases/bb062a8939a71300.json rename to 6291/data/test-cases/e05c7d24c0a4e8ca.json index 5aa3654a4d5..5930f34204b 100644 --- a/6266/data/test-cases/bb062a8939a71300.json +++ b/6291/data/test-cases/e05c7d24c0a4e8ca.json @@ -1 +1 @@ -{"uid":"bb062a8939a71300","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":1706101689280,"stop":1706101689280,"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":108,"unknown":0,"total":108},"items":[{"uid":"c6545cc4fbef1010","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c6545cc4fbef1010","status":"passed","time":{"start":1706101580592,"stop":1706101580592,"duration":0}},{"uid":"a62d0fb1541012c4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a62d0fb1541012c4","status":"passed","time":{"start":1706101476554,"stop":1706101476555,"duration":1}},{"uid":"8f05ccac10a0ad67","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8f05ccac10a0ad67","status":"passed","time":{"start":1706100973154,"stop":1706100973155,"duration":1}},{"uid":"ad01a8c654e8fa18","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ad01a8c654e8fa18","status":"passed","time":{"start":1706100701986,"stop":1706100701987,"duration":1}},{"uid":"91c9983d6ab342e3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/91c9983d6ab342e3","status":"passed","time":{"start":1706100007554,"stop":1706100007554,"duration":0}},{"uid":"7f151bd026590a60","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7f151bd026590a60","status":"passed","time":{"start":1706099276031,"stop":1706099276031,"duration":0}},{"uid":"3aee0eb2af4ac343","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/3aee0eb2af4ac343","status":"passed","time":{"start":1706077738134,"stop":1706077738134,"duration":0}},{"uid":"f9736bb5a6a40d51","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f9736bb5a6a40d51","status":"passed","time":{"start":1706069822944,"stop":1706069822945,"duration":1}},{"uid":"a85dc602b75194e0","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a85dc602b75194e0","status":"passed","time":{"start":1705950529644,"stop":1705950529644,"duration":0}},{"uid":"fca65451bcd81d14","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/fca65451bcd81d14","status":"passed","time":{"start":1705938338126,"stop":1705938338127,"duration":1}},{"uid":"983fc2098b07bfba","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/983fc2098b07bfba","status":"passed","time":{"start":1705913473152,"stop":1705913473153,"duration":1}},{"uid":"d3eca7d2f67f7919","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d3eca7d2f67f7919","status":"passed","time":{"start":1705913021122,"stop":1705913021122,"duration":0}},{"uid":"8c8f09356bb93128","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8c8f09356bb93128","status":"passed","time":{"start":1705912405791,"stop":1705912405791,"duration":0}},{"uid":"f9d1ed447db7c4d2","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f9d1ed447db7c4d2","status":"passed","time":{"start":1705911583672,"stop":1705911583672,"duration":0}},{"uid":"d0919b0df90dedcc","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d0919b0df90dedcc","status":"passed","time":{"start":1705698790231,"stop":1705698790231,"duration":0}},{"uid":"32d3330f5a135156","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/32d3330f5a135156","status":"passed","time":{"start":1705687507801,"stop":1705687507802,"duration":1}},{"uid":"71e0a976093a9a83","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/71e0a976093a9a83","status":"passed","time":{"start":1705687421611,"stop":1705687421612,"duration":1}},{"uid":"9f795e7c5b9e3a71","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9f795e7c5b9e3a71","status":"passed","time":{"start":1705681629288,"stop":1705681629288,"duration":0}},{"uid":"c8c89a4c7a8ebd75","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c8c89a4c7a8ebd75","status":"passed","time":{"start":1705680205444,"stop":1705680205445,"duration":1}},{"uid":"8f0eddaea9396a98","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/8f0eddaea9396a98","status":"passed","time":{"start":1705678111174,"stop":1705678111174,"duration":0}}]},"tags":[]},"source":"bb062a8939a71300.json","parameterValues":[]} \ No newline at end of file +{"uid":"e05c7d24c0a4e8ca","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":1706618973545,"stop":1706618973545,"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":2,"unknown":0,"total":2},"items":[{"uid":"4d6f8169fcda2e18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d6f8169fcda2e18","status":"passed","time":{"start":1706618749036,"stop":1706618749036,"duration":0}}]},"tags":[]},"source":"e05c7d24c0a4e8ca.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fd05d5f71f5d91ab.json b/6291/data/test-cases/e1139d4a4a7a2a31.json similarity index 60% rename from 6266/data/test-cases/fd05d5f71f5d91ab.json rename to 6291/data/test-cases/e1139d4a4a7a2a31.json index fd9bb35843c..37dbc3a0edf 100644 --- a/6266/data/test-cases/fd05d5f71f5d91ab.json +++ b/6291/data/test-cases/e1139d4a4a7a2a31.json @@ -1 +1 @@ -{"uid":"fd05d5f71f5d91ab","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":1706101689285,"stop":1706101689285,"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":108,"unknown":0,"total":108},"items":[{"uid":"bdc272e8594fa1b0","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/bdc272e8594fa1b0","status":"passed","time":{"start":1706101580595,"stop":1706101580595,"duration":0}},{"uid":"4e56ef3a374ea741","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/4e56ef3a374ea741","status":"passed","time":{"start":1706101476571,"stop":1706101476572,"duration":1}},{"uid":"6cc9df35e5d744d0","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/6cc9df35e5d744d0","status":"passed","time":{"start":1706100973164,"stop":1706100973164,"duration":0}},{"uid":"ac797531e876004e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ac797531e876004e","status":"passed","time":{"start":1706100702007,"stop":1706100702013,"duration":6}},{"uid":"a5b8a20ca66b019e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a5b8a20ca66b019e","status":"passed","time":{"start":1706100007564,"stop":1706100007564,"duration":0}},{"uid":"bb3f2d2db0f7cd59","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/bb3f2d2db0f7cd59","status":"passed","time":{"start":1706099276035,"stop":1706099276035,"duration":0}},{"uid":"e7eb559d5a8d4ab1","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e7eb559d5a8d4ab1","status":"passed","time":{"start":1706077738138,"stop":1706077738139,"duration":1}},{"uid":"985315acb4204a5f","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/985315acb4204a5f","status":"passed","time":{"start":1706069822956,"stop":1706069822956,"duration":0}},{"uid":"3f1591f128932e8a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3f1591f128932e8a","status":"passed","time":{"start":1705950529648,"stop":1705950529650,"duration":2}},{"uid":"d300cfdd6d7fbc8d","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d300cfdd6d7fbc8d","status":"passed","time":{"start":1705938338142,"stop":1705938338142,"duration":0}},{"uid":"2172fafc98ba25eb","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2172fafc98ba25eb","status":"passed","time":{"start":1705913473157,"stop":1705913473157,"duration":0}},{"uid":"267b07bf89b2e21f","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/267b07bf89b2e21f","status":"passed","time":{"start":1705913021129,"stop":1705913021130,"duration":1}},{"uid":"2565694a22734df9","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/2565694a22734df9","status":"passed","time":{"start":1705912405795,"stop":1705912405795,"duration":0}},{"uid":"4ab13936fb745de8","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/4ab13936fb745de8","status":"passed","time":{"start":1705911583676,"stop":1705911583676,"duration":0}},{"uid":"9b05a4c3fd39f558","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/9b05a4c3fd39f558","status":"passed","time":{"start":1705698790235,"stop":1705698790235,"duration":0}},{"uid":"98435ec44ccc963a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/98435ec44ccc963a","status":"passed","time":{"start":1705687507806,"stop":1705687507811,"duration":5}},{"uid":"2b3e5b50051d7333","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/2b3e5b50051d7333","status":"passed","time":{"start":1705687421623,"stop":1705687421624,"duration":1}},{"uid":"e746b57e8a12ef56","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e746b57e8a12ef56","status":"passed","time":{"start":1705681629295,"stop":1705681629295,"duration":0}},{"uid":"fec69b7abe57e14f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/fec69b7abe57e14f","status":"passed","time":{"start":1705680205452,"stop":1705680205453,"duration":1}},{"uid":"4e012b29b940e022","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4e012b29b940e022","status":"passed","time":{"start":1705678111178,"stop":1705678111178,"duration":0}}]},"tags":[]},"source":"fd05d5f71f5d91ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1139d4a4a7a2a31","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":1706618973549,"stop":1706618973549,"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":2,"unknown":0,"total":2},"items":[{"uid":"f4314ddf5e3c96a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f4314ddf5e3c96a2","status":"passed","time":{"start":1706618749046,"stop":1706618749049,"duration":3}}]},"tags":[]},"source":"e1139d4a4a7a2a31.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/5d5257dc0f549294.json b/6291/data/test-cases/e157f2acfdcda1e4.json similarity index 85% rename from 6266/data/test-cases/5d5257dc0f549294.json rename to 6291/data/test-cases/e157f2acfdcda1e4.json index b95a85ef98a..064e55ca59a 100644 --- a/6266/data/test-cases/5d5257dc0f549294.json +++ b/6291/data/test-cases/e157f2acfdcda1e4.json @@ -1 +1 @@ -{"uid":"5d5257dc0f549294","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":1706101723779,"stop":1706101723781,"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: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":"d92163f3f4098332","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d92163f3f4098332","status":"passed","time":{"start":1706101654455,"stop":1706101654455,"duration":0}},{"uid":"e954f581c3802c64","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e954f581c3802c64","status":"passed","time":{"start":1706101537658,"stop":1706101537658,"duration":0}},{"uid":"c55f87fa2875921c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c55f87fa2875921c","status":"passed","time":{"start":1706100722876,"stop":1706100722877,"duration":1}},{"uid":"d9b6044738117ff9","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d9b6044738117ff9","status":"passed","time":{"start":1706099290621,"stop":1706099290622,"duration":1}},{"uid":"61aa446a011ca24","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/61aa446a011ca24","status":"passed","time":{"start":1705681678130,"stop":1705681678130,"duration":0}},{"uid":"adf18481fb94171d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/adf18481fb94171d","status":"passed","time":{"start":1705680350528,"stop":1705680350528,"duration":0}},{"uid":"3523c1a49f69b438","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3523c1a49f69b438","status":"passed","time":{"start":1705667092960,"stop":1705667092960,"duration":0}},{"uid":"73a4d779a79b4868","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/73a4d779a79b4868","status":"passed","time":{"start":1705527069386,"stop":1705527069386,"duration":0}},{"uid":"c747e1889e85ed60","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c747e1889e85ed60","status":"passed","time":{"start":1705521327105,"stop":1705521327105,"duration":0}},{"uid":"1b145c9097eae6fb","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1b145c9097eae6fb","status":"passed","time":{"start":1705520488388,"stop":1705520488388,"duration":0}},{"uid":"c73d7bc903273132","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c73d7bc903273132","status":"passed","time":{"start":1705518883235,"stop":1705518883236,"duration":1}},{"uid":"bc02c48e20197a0a","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/bc02c48e20197a0a","status":"passed","time":{"start":1705502684092,"stop":1705502684092,"duration":0}}]},"tags":[]},"source":"5d5257dc0f549294.json","parameterValues":[]} \ No newline at end of file +{"uid":"e157f2acfdcda1e4","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":1706618959479,"stop":1706618959479,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"70b2b358efb909c7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/70b2b358efb909c7","status":"passed","time":{"start":1706618735872,"stop":1706618735872,"duration":0}}]},"tags":[]},"source":"e157f2acfdcda1e4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2312b307c77dd4f6.json b/6291/data/test-cases/e163278af51a654d.json similarity index 85% rename from 6266/data/test-cases/2312b307c77dd4f6.json rename to 6291/data/test-cases/e163278af51a654d.json index a3820dab945..0d55668dbf3 100644 --- a/6266/data/test-cases/2312b307c77dd4f6.json +++ b/6291/data/test-cases/e163278af51a654d.json @@ -1 +1 @@ -{"uid":"2312b307c77dd4f6","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":1706101723808,"stop":1706101723808,"duration":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":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"efc28f2a4505118a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/efc28f2a4505118a","status":"passed","time":{"start":1706101654475,"stop":1706101654475,"duration":0}},{"uid":"275a94e633d348d1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/275a94e633d348d1","status":"passed","time":{"start":1706101537677,"stop":1706101537677,"duration":0}},{"uid":"2fb51293912b1cc8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2fb51293912b1cc8","status":"passed","time":{"start":1706100722911,"stop":1706100722911,"duration":0}},{"uid":"1824be56781d61fd","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1824be56781d61fd","status":"passed","time":{"start":1706099290664,"stop":1706099290665,"duration":1}},{"uid":"929050171dbbb7dd","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/929050171dbbb7dd","status":"passed","time":{"start":1705681678164,"stop":1705681678165,"duration":1}},{"uid":"d1e2237b7deaff97","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/d1e2237b7deaff97","status":"passed","time":{"start":1705680350546,"stop":1705680350546,"duration":0}},{"uid":"ab8afcc73e0e636b","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ab8afcc73e0e636b","status":"passed","time":{"start":1705667092972,"stop":1705667092972,"duration":0}},{"uid":"24293064a8f37d99","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/24293064a8f37d99","status":"passed","time":{"start":1705527069401,"stop":1705527069401,"duration":0}},{"uid":"19f93467ccfd0de8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/19f93467ccfd0de8","status":"passed","time":{"start":1705521327119,"stop":1705521327119,"duration":0}},{"uid":"80f77a66dd4535a2","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/80f77a66dd4535a2","status":"passed","time":{"start":1705520488415,"stop":1705520488416,"duration":1}},{"uid":"7a4af4f6d548dc38","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7a4af4f6d548dc38","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883256,"stop":1705518883256,"duration":0}},{"uid":"9fe667fef9106b98","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/9fe667fef9106b98","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684107,"stop":1705502684107,"duration":0}}]},"tags":[]},"source":"2312b307c77dd4f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"e163278af51a654d","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":1706618959504,"stop":1706618959504,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"8224caa0962b9776","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8224caa0962b9776","status":"passed","time":{"start":1706618735896,"stop":1706618735897,"duration":1}}]},"tags":[]},"source":"e163278af51a654d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e1730d650440401d.json b/6291/data/test-cases/e1730d650440401d.json new file mode 100644 index 00000000000..acba1ad5c1c --- /dev/null +++ b/6291/data/test-cases/e1730d650440401d.json @@ -0,0 +1 @@ +{"uid":"e1730d650440401d","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":1706618396941,"stop":1706618396942,"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":2,"unknown":0,"total":2},"items":[{"uid":"eb04c06cfec06dfd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb04c06cfec06dfd","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"tags":[]},"source":"e1730d650440401d.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e1963ce1f40e0dd9.json b/6291/data/test-cases/e1963ce1f40e0dd9.json new file mode 100644 index 00000000000..632fbe4ca27 --- /dev/null +++ b/6291/data/test-cases/e1963ce1f40e0dd9.json @@ -0,0 +1 @@ +{"uid":"e1963ce1f40e0dd9","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":1706619029127,"stop":1706619029127,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"3d8ca58d9205907b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d8ca58d9205907b","status":"passed","time":{"start":1706618668733,"stop":1706618668733,"duration":0}}]},"tags":[]},"source":"e1963ce1f40e0dd9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/81f5edc9ea9d369a.json b/6291/data/test-cases/e1aef231bf1ee82a.json similarity index 69% rename from 6266/data/test-cases/81f5edc9ea9d369a.json rename to 6291/data/test-cases/e1aef231bf1ee82a.json index 4def0fd4789..a4e7c2b23d3 100644 --- a/6266/data/test-cases/81f5edc9ea9d369a.json +++ b/6291/data/test-cases/e1aef231bf1ee82a.json @@ -1 +1 @@ -{"uid":"81f5edc9ea9d369a","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":1706101414349,"stop":1706101414349,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"b6ce4ca6a34bf1c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b6ce4ca6a34bf1c","status":"passed","time":{"start":1706101310178,"stop":1706101310178,"duration":0}},{"uid":"fea4a82169c8d87d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/fea4a82169c8d87d","status":"passed","time":{"start":1706101205590,"stop":1706101205591,"duration":1}},{"uid":"4ff12181777f25b0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4ff12181777f25b0","status":"passed","time":{"start":1706100409439,"stop":1706100409445,"duration":6}},{"uid":"9ec8788b8e38ba0c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9ec8788b8e38ba0c","status":"passed","time":{"start":1706098983607,"stop":1706098983607,"duration":0}},{"uid":"42969dc28d0b570e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/42969dc28d0b570e","status":"passed","time":{"start":1705681361930,"stop":1705681361931,"duration":1}},{"uid":"4c41624b6451677a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4c41624b6451677a","status":"passed","time":{"start":1705680056542,"stop":1705680056543,"duration":1}},{"uid":"458648a8d9d373a","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/458648a8d9d373a","status":"passed","time":{"start":1705666820302,"stop":1705666820335,"duration":33}},{"uid":"469d0f856ec8511","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/469d0f856ec8511","status":"passed","time":{"start":1705526830786,"stop":1705526830787,"duration":1}}]},"tags":[]},"source":"81f5edc9ea9d369a.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1aef231bf1ee82a","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":1706618624279,"stop":1706618624280,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"83c68fcb0b116d04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/83c68fcb0b116d04","status":"passed","time":{"start":1706618425015,"stop":1706618425016,"duration":1}}]},"tags":[]},"source":"e1aef231bf1ee82a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2a3ae023c1177ec9.json b/6291/data/test-cases/e24c8014de29a938.json similarity index 87% rename from 6266/data/test-cases/2a3ae023c1177ec9.json rename to 6291/data/test-cases/e24c8014de29a938.json index 936e2341d2f..f06745be70c 100644 --- a/6266/data/test-cases/2a3ae023c1177ec9.json +++ b/6291/data/test-cases/e24c8014de29a938.json @@ -1 +1 @@ -{"uid":"2a3ae023c1177ec9","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":1706101792204,"stop":1706101792204,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"4c57aff94c6df73a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/4c57aff94c6df73a","status":"passed","time":{"start":1706101709050,"stop":1706101709050,"duration":0}},{"uid":"aa448bbf8e8e2c25","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/aa448bbf8e8e2c25","status":"passed","time":{"start":1706101584036,"stop":1706101584037,"duration":1}},{"uid":"7d6a36a1fad11f97","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/7d6a36a1fad11f97","status":"passed","time":{"start":1706100800523,"stop":1706100800523,"duration":0}},{"uid":"f2cfb87fc22b956c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f2cfb87fc22b956c","status":"passed","time":{"start":1706099377034,"stop":1706099377035,"duration":1}},{"uid":"5fa50d84dce300e5","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5fa50d84dce300e5","status":"passed","time":{"start":1705681745197,"stop":1705681745197,"duration":0}},{"uid":"84b653598f8b375e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/84b653598f8b375e","status":"passed","time":{"start":1705680374199,"stop":1705680374199,"duration":0}},{"uid":"86fa1abb707dac37","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/86fa1abb707dac37","status":"passed","time":{"start":1705667089461,"stop":1705667089461,"duration":0}},{"uid":"f87c97ae845eca5f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/f87c97ae845eca5f","status":"passed","time":{"start":1705521364812,"stop":1705521364812,"duration":0}},{"uid":"4d6f5928248fbd57","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4d6f5928248fbd57","status":"passed","time":{"start":1705520531862,"stop":1705520531862,"duration":0}},{"uid":"43e9edcdfb0c234f","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/43e9edcdfb0c234f","status":"passed","time":{"start":1705518661620,"stop":1705518661621,"duration":1}},{"uid":"73827cbc057d122e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/73827cbc057d122e","status":"passed","time":{"start":1705502591723,"stop":1705502591723,"duration":0}}]},"tags":[]},"source":"2a3ae023c1177ec9.json","parameterValues":[]} \ No newline at end of file +{"uid":"e24c8014de29a938","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":1706619029122,"stop":1706619029122,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"1cf32e9fb82d532","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1cf32e9fb82d532","status":"passed","time":{"start":1706618668714,"stop":1706618668721,"duration":7}}]},"tags":[]},"source":"e24c8014de29a938.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4aefed3d357d338b.json b/6291/data/test-cases/e2a191b8d32cae65.json similarity index 85% rename from 6266/data/test-cases/4aefed3d357d338b.json rename to 6291/data/test-cases/e2a191b8d32cae65.json index c9cb66d03af..9dd2d3331b2 100644 --- a/6266/data/test-cases/4aefed3d357d338b.json +++ b/6291/data/test-cases/e2a191b8d32cae65.json @@ -1 +1 @@ -{"uid":"4aefed3d357d338b","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":1706101401940,"stop":1706101401941,"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: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"a0f58a9d45a24559","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a0f58a9d45a24559","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101295296,"stop":1706101295296,"duration":0}},{"uid":"fc7b4ec2775b8e8d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/fc7b4ec2775b8e8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101187424,"stop":1706101187425,"duration":1}},{"uid":"560da7ce6505ff9b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/560da7ce6505ff9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100397498,"stop":1706100397498,"duration":0}},{"uid":"fa777283150cdde6","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/fa777283150cdde6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706098985432,"stop":1706098985433,"duration":1}}]},"tags":[]},"source":"4aefed3d357d338b.json","parameterValues":[]} \ No newline at end of file +{"uid":"e2a191b8d32cae65","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":1706618624499,"stop":1706618624499,"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: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":1,"skipped":1,"passed":0,"unknown":0,"total":2},"items":[{"uid":"8472d21f842d1b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8472d21f842d1b6","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAmRKDx1pTohHTSaJWZ3ccA6gQdibqicVM9pSLqEWwftM2o for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi,/test/101/waku-multi: Error: Filter subscribe request 6d5ce93c-ec2e-458a-95b2-2a562b4741e3 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460779,"stop":1706618460779,"duration":0}}]},"tags":[]},"source":"e2a191b8d32cae65.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/ea681b86c0041de9.json b/6291/data/test-cases/e2d3005a146e55f2.json similarity index 94% rename from 6266/data/test-cases/ea681b86c0041de9.json rename to 6291/data/test-cases/e2d3005a146e55f2.json index 0a43537371d..36bbb833e94 100644 --- a/6266/data/test-cases/ea681b86c0041de9.json +++ b/6291/data/test-cases/e2d3005a146e55f2.json @@ -1 +1 @@ -{"uid":"ea681b86c0041de9","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":1706101757806,"stop":1706101757807,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"9d932eb767c8590b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9d932eb767c8590b","status":"passed","time":{"start":1706101680222,"stop":1706101680223,"duration":1}},{"uid":"89d7529248660ba4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/89d7529248660ba4","status":"passed","time":{"start":1706101549591,"stop":1706101549594,"duration":3}},{"uid":"40ef52b5b3b9a501","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/40ef52b5b3b9a501","status":"passed","time":{"start":1706100770591,"stop":1706100770592,"duration":1}},{"uid":"abfa6e1f78018d6d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/abfa6e1f78018d6d","status":"passed","time":{"start":1706099342665,"stop":1706099342666,"duration":1}},{"uid":"c9a428b290d86581","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c9a428b290d86581","status":"passed","time":{"start":1705681713136,"stop":1705681713136,"duration":0}}]},"tags":[]},"source":"ea681b86c0041de9.json","parameterValues":[]} \ No newline at end of file +{"uid":"e2d3005a146e55f2","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":1706618996183,"stop":1706618996183,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9abbbfe14be2ba8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9abbbfe14be2ba8b","status":"passed","time":{"start":1706618797759,"stop":1706618797759,"duration":0}}]},"tags":[]},"source":"e2d3005a146e55f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e318aa6edbabdebb.json b/6291/data/test-cases/e318aa6edbabdebb.json new file mode 100644 index 00000000000..5e69d8a4b0c --- /dev/null +++ b/6291/data/test-cases/e318aa6edbabdebb.json @@ -0,0 +1 @@ +{"uid":"e318aa6edbabdebb","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":1706618396943,"stop":1706618396943,"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":2,"unknown":0,"total":2},"items":[{"uid":"1130009fb442a2d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1130009fb442a2d6","status":"passed","time":{"start":1706618187543,"stop":1706618187544,"duration":1}}]},"tags":[]},"source":"e318aa6edbabdebb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e35366ce8ff1092f.json b/6291/data/test-cases/e35366ce8ff1092f.json new file mode 100644 index 00000000000..19455f41978 --- /dev/null +++ b/6291/data/test-cases/e35366ce8ff1092f.json @@ -0,0 +1 @@ +{"uid":"e35366ce8ff1092f","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":1706618389063,"stop":1706618389063,"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":2,"unknown":0,"total":2},"items":[{"uid":"8c1332b917089c13","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8c1332b917089c13","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"tags":[]},"source":"e35366ce8ff1092f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e3b62790e01999b2.json b/6291/data/test-cases/e3b62790e01999b2.json new file mode 100644 index 00000000000..9305a07f60b --- /dev/null +++ b/6291/data/test-cases/e3b62790e01999b2.json @@ -0,0 +1 @@ +{"uid":"e3b62790e01999b2","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":1706618372812,"stop":1706618372812,"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":2,"unknown":0,"total":2},"items":[{"uid":"c3206ad7fd52bf6d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3206ad7fd52bf6d","status":"passed","time":{"start":1706618165335,"stop":1706618165335,"duration":0}}]},"tags":[]},"source":"e3b62790e01999b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e3cf4af2e02ad24a.json b/6291/data/test-cases/e3cf4af2e02ad24a.json new file mode 100644 index 00000000000..13d3d375813 --- /dev/null +++ b/6291/data/test-cases/e3cf4af2e02ad24a.json @@ -0,0 +1 @@ +{"uid":"e3cf4af2e02ad24a","name":"Promise Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - forward","historyId":"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"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":2,"unknown":0,"total":2},"items":[{"uid":"10d8ce58f64c1f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10d8ce58f64c1f1d","status":"passed","time":{"start":1706618759767,"stop":1706618759768,"duration":1}}]},"tags":[]},"source":"e3cf4af2e02ad24a.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e3dc35440362dbd7.json b/6291/data/test-cases/e3dc35440362dbd7.json new file mode 100644 index 00000000000..70ee17a93b5 --- /dev/null +++ b/6291/data/test-cases/e3dc35440362dbd7.json @@ -0,0 +1 @@ +{"uid":"e3dc35440362dbd7","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618429313,"stop":1706618429313,"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":2,"unknown":0,"total":2},"items":[{"uid":"f7ad7b68fa27fc1a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f7ad7b68fa27fc1a","status":"passed","time":{"start":1706618221265,"stop":1706618221266,"duration":1}}]},"tags":[]},"source":"e3dc35440362dbd7.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e405687b0aad631.json b/6291/data/test-cases/e405687b0aad631.json new file mode 100644 index 00000000000..465722a7a4a --- /dev/null +++ b/6291/data/test-cases/e405687b0aad631.json @@ -0,0 +1 @@ +{"uid":"e405687b0aad631","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":1706618973548,"stop":1706618973548,"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":2,"unknown":0,"total":2},"items":[{"uid":"eb217fa0ae25202e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb217fa0ae25202e","status":"passed","time":{"start":1706618749044,"stop":1706618749045,"duration":1}}]},"tags":[]},"source":"e405687b0aad631.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1df1384c41c97be.json b/6291/data/test-cases/e42001a52c992ba.json similarity index 85% rename from 6266/data/test-cases/1df1384c41c97be.json rename to 6291/data/test-cases/e42001a52c992ba.json index 5cc7a2e91ca..54f232cde78 100644 --- a/6266/data/test-cases/1df1384c41c97be.json +++ b/6291/data/test-cases/e42001a52c992ba.json @@ -1 +1 @@ -{"uid":"1df1384c41c97be","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":1706101723804,"stop":1706101723804,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"91220d4783ecf53a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/91220d4783ecf53a","status":"passed","time":{"start":1706101654469,"stop":1706101654470,"duration":1}},{"uid":"f71ef21c23f378ec","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f71ef21c23f378ec","status":"passed","time":{"start":1706101537673,"stop":1706101537673,"duration":0}},{"uid":"93241bbfc40c34c5","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/93241bbfc40c34c5","status":"passed","time":{"start":1706100722908,"stop":1706100722908,"duration":0}},{"uid":"d4c2b4098d31ec4","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d4c2b4098d31ec4","status":"passed","time":{"start":1706099290661,"stop":1706099290661,"duration":0}},{"uid":"a66e1dbf83e67dfc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a66e1dbf83e67dfc","status":"passed","time":{"start":1705681678161,"stop":1705681678161,"duration":0}},{"uid":"4575b7a3d792abf1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/4575b7a3d792abf1","status":"passed","time":{"start":1705680350543,"stop":1705680350543,"duration":0}},{"uid":"79a6d73df551093c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/79a6d73df551093c","status":"passed","time":{"start":1705667092970,"stop":1705667092970,"duration":0}},{"uid":"ddd6508f4bbbcff7","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/ddd6508f4bbbcff7","status":"passed","time":{"start":1705527069398,"stop":1705527069398,"duration":0}},{"uid":"c5128f4a0bb7565a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c5128f4a0bb7565a","status":"passed","time":{"start":1705521327116,"stop":1705521327116,"duration":0}},{"uid":"dd5aa7a0887cccb6","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/dd5aa7a0887cccb6","status":"passed","time":{"start":1705520488404,"stop":1705520488404,"duration":0}},{"uid":"7cafcef579a01a23","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7cafcef579a01a23","status":"passed","time":{"start":1705518883250,"stop":1705518883250,"duration":0}},{"uid":"8e36c38dd82020ab","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8e36c38dd82020ab","status":"passed","time":{"start":1705502684101,"stop":1705502684101,"duration":0}}]},"tags":[]},"source":"1df1384c41c97be.json","parameterValues":[]} \ No newline at end of file +{"uid":"e42001a52c992ba","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":1706618959491,"stop":1706618959491,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"8f562b3fe1ce2a75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f562b3fe1ce2a75","status":"passed","time":{"start":1706618735890,"stop":1706618735890,"duration":0}}]},"tags":[]},"source":"e42001a52c992ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e4261de2e78f5ee5.json b/6291/data/test-cases/e4261de2e78f5ee5.json new file mode 100644 index 00000000000..4219ad2390e --- /dev/null +++ b/6291/data/test-cases/e4261de2e78f5ee5.json @@ -0,0 +1 @@ +{"uid":"e4261de2e78f5ee5","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":1706618496640,"stop":1706618496641,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"fb957bdc7e75794c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fb957bdc7e75794c","status":"passed","time":{"start":1706618285306,"stop":1706618285307,"duration":1}}]},"tags":[]},"source":"e4261de2e78f5ee5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e47cf5ff21cf72e4.json b/6291/data/test-cases/e47cf5ff21cf72e4.json new file mode 100644 index 00000000000..ebee679d944 --- /dev/null +++ b/6291/data/test-cases/e47cf5ff21cf72e4.json @@ -0,0 +1 @@ +{"uid":"e47cf5ff21cf72e4","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":1706618388590,"stop":1706618388590,"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":2,"unknown":0,"total":2},"items":[{"uid":"17b455e5f93139cb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17b455e5f93139cb","status":"passed","time":{"start":1706618179515,"stop":1706618179516,"duration":1}}]},"tags":[]},"source":"e47cf5ff21cf72e4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e47eca93ac7281d6.json b/6291/data/test-cases/e47eca93ac7281d6.json new file mode 100644 index 00000000000..c6f2de11283 --- /dev/null +++ b/6291/data/test-cases/e47eca93ac7281d6.json @@ -0,0 +1 @@ +{"uid":"e47eca93ac7281d6","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":1706618431632,"stop":1706618431633,"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":2,"unknown":0,"total":2},"items":[{"uid":"28528e3959142e04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28528e3959142e04","status":"passed","time":{"start":1706618222837,"stop":1706618222837,"duration":0}}]},"tags":[]},"source":"e47eca93ac7281d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/aa002e4661029e12.json b/6291/data/test-cases/e4d8252d48a068fc.json similarity index 92% rename from 6266/data/test-cases/aa002e4661029e12.json rename to 6291/data/test-cases/e4d8252d48a068fc.json index a89ad1179ae..da07004b2c5 100644 --- a/6266/data/test-cases/aa002e4661029e12.json +++ b/6291/data/test-cases/e4d8252d48a068fc.json @@ -1 +1 @@ -{"uid":"aa002e4661029e12","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":1706101593985,"stop":1706101593986,"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":9,"unknown":0,"total":9},"items":[{"uid":"3998ff3cbdcea759","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/3998ff3cbdcea759","status":"passed","time":{"start":1706101499430,"stop":1706101499431,"duration":1}},{"uid":"a6a955dca2590e5b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/a6a955dca2590e5b","status":"passed","time":{"start":1706101380143,"stop":1706101380143,"duration":0}},{"uid":"a2c0e5a7f305819e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a2c0e5a7f305819e","status":"passed","time":{"start":1706100623756,"stop":1706100623756,"duration":0}},{"uid":"3ed51f8cf0a4a704","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3ed51f8cf0a4a704","status":"passed","time":{"start":1706099176280,"stop":1706099176280,"duration":0}},{"uid":"5ece1a88f54978db","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5ece1a88f54978db","status":"passed","time":{"start":1705681544248,"stop":1705681544248,"duration":0}},{"uid":"df4419bb4a42947c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/df4419bb4a42947c","status":"passed","time":{"start":1705680158892,"stop":1705680158893,"duration":1}},{"uid":"1bd3f645ce555b45","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/1bd3f645ce555b45","status":"passed","time":{"start":1705666900196,"stop":1705666900196,"duration":0}},{"uid":"bc0bd65d6c1b92e0","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/bc0bd65d6c1b92e0","status":"passed","time":{"start":1705526887789,"stop":1705526887791,"duration":2}}]},"tags":[]},"source":"aa002e4661029e12.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4d8252d48a068fc","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":1706618858009,"stop":1706618858009,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"408334d630f99708","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/408334d630f99708","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"tags":[]},"source":"e4d8252d48a068fc.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c899f7190073e453.json b/6291/data/test-cases/e54ce121ba139718.json similarity index 95% rename from 6266/data/test-cases/c899f7190073e453.json rename to 6291/data/test-cases/e54ce121ba139718.json index f0324c758ed..449d968334d 100644 --- a/6266/data/test-cases/c899f7190073e453.json +++ b/6291/data/test-cases/e54ce121ba139718.json @@ -1 +1 @@ -{"uid":"c899f7190073e453","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":1706101757855,"stop":1706101757856,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"57352f5cdc1f183d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/57352f5cdc1f183d","status":"passed","time":{"start":1706101680235,"stop":1706101680235,"duration":0}},{"uid":"c45df3ff627d8b22","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c45df3ff627d8b22","status":"passed","time":{"start":1706101549610,"stop":1706101549610,"duration":0}},{"uid":"94b588c44d4aa997","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/94b588c44d4aa997","status":"passed","time":{"start":1706100770607,"stop":1706100770607,"duration":0}},{"uid":"10b730416fe99bbc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/10b730416fe99bbc","status":"passed","time":{"start":1706099342678,"stop":1706099342678,"duration":0}},{"uid":"c23171b4318f246b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c23171b4318f246b","status":"passed","time":{"start":1705681713153,"stop":1705681713153,"duration":0}}]},"tags":[]},"source":"c899f7190073e453.json","parameterValues":[]} \ No newline at end of file +{"uid":"e54ce121ba139718","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":1706618996205,"stop":1706618996205,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"2f41fc5723dcef3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f41fc5723dcef3d","status":"passed","time":{"start":1706618797773,"stop":1706618797774,"duration":1}}]},"tags":[]},"source":"e54ce121ba139718.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4f3c73fca5d027a1.json b/6291/data/test-cases/e5a617912b614342.json similarity index 74% rename from 6266/data/test-cases/4f3c73fca5d027a1.json rename to 6291/data/test-cases/e5a617912b614342.json index d9a5ec144df..e9829aea096 100644 --- a/6266/data/test-cases/4f3c73fca5d027a1.json +++ b/6291/data/test-cases/e5a617912b614342.json @@ -1 +1 @@ -{"uid":"4f3c73fca5d027a1","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":1706101545979,"stop":1706101545979,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"a0b0b85b32e7ee41","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a0b0b85b32e7ee41","status":"passed","time":{"start":1706101432555,"stop":1706101432556,"duration":1}},{"uid":"6f0c661bb1882e72","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6f0c661bb1882e72","status":"passed","time":{"start":1706101317717,"stop":1706101317717,"duration":0}},{"uid":"994a4e6d8b3ee1a5","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/994a4e6d8b3ee1a5","status":"passed","time":{"start":1706100939720,"stop":1706100939720,"duration":0}},{"uid":"1e243fdf8ea81da1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1e243fdf8ea81da1","status":"passed","time":{"start":1706100525080,"stop":1706100525080,"duration":0}},{"uid":"e1fdf9552326199c","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e1fdf9552326199c","status":"passed","time":{"start":1706099965691,"stop":1706099965692,"duration":1}},{"uid":"45b9138b07f7ad90","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/45b9138b07f7ad90","status":"passed","time":{"start":1706099111454,"stop":1706099111454,"duration":0}},{"uid":"b9b79ffe32204dd3","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b9b79ffe32204dd3","status":"passed","time":{"start":1706077695294,"stop":1706077695294,"duration":0}},{"uid":"410d143ff6285265","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/410d143ff6285265","status":"passed","time":{"start":1706069776810,"stop":1706069776811,"duration":1}},{"uid":"532cb374ad4d1def","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/532cb374ad4d1def","status":"passed","time":{"start":1705950492109,"stop":1705950492109,"duration":0}},{"uid":"73ba700c53cca968","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/73ba700c53cca968","status":"passed","time":{"start":1705938291944,"stop":1705938291945,"duration":1}},{"uid":"59ff12ff92747224","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/59ff12ff92747224","status":"passed","time":{"start":1705913434723,"stop":1705913434723,"duration":0}},{"uid":"285745ec57c54175","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/285745ec57c54175","status":"passed","time":{"start":1705912976668,"stop":1705912976669,"duration":1}},{"uid":"cf5a3c2649bd5768","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/cf5a3c2649bd5768","status":"passed","time":{"start":1705912362847,"stop":1705912362848,"duration":1}},{"uid":"25a51cbc5a26d02c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/25a51cbc5a26d02c","status":"passed","time":{"start":1705911541678,"stop":1705911541678,"duration":0}},{"uid":"6372b18d6226bf36","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/6372b18d6226bf36","status":"passed","time":{"start":1705698743488,"stop":1705698743489,"duration":1}},{"uid":"1fa4eb1148bc6537","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/1fa4eb1148bc6537","status":"passed","time":{"start":1705687470583,"stop":1705687470584,"duration":1}},{"uid":"1a5b26e3318a9324","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1a5b26e3318a9324","status":"passed","time":{"start":1705687378216,"stop":1705687378217,"duration":1}},{"uid":"4c14b467a939bc0a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/4c14b467a939bc0a","status":"passed","time":{"start":1705681472172,"stop":1705681472173,"duration":1}},{"uid":"2bbffaa3547e6eee","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2bbffaa3547e6eee","status":"passed","time":{"start":1705680122020,"stop":1705680122020,"duration":0}},{"uid":"4f18a3487792a7f8","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4f18a3487792a7f8","status":"passed","time":{"start":1705678077087,"stop":1705678077102,"duration":15}}]},"tags":[]},"source":"4f3c73fca5d027a1.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5a617912b614342","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":1706618871333,"stop":1706618871333,"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":2,"unknown":0,"total":2},"items":[{"uid":"23f2303534c4e937","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23f2303534c4e937","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"tags":[]},"source":"e5a617912b614342.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/49d3ebfd3a6603f6.json b/6291/data/test-cases/e5e5345bcf96af6a.json similarity index 60% rename from 6266/data/test-cases/49d3ebfd3a6603f6.json rename to 6291/data/test-cases/e5e5345bcf96af6a.json index 9d2046217cc..b4ec5205fbe 100644 --- a/6266/data/test-cases/49d3ebfd3a6603f6.json +++ b/6291/data/test-cases/e5e5345bcf96af6a.json @@ -1 +1 @@ -{"uid":"49d3ebfd3a6603f6","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":1706101689284,"stop":1706101689285,"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":108,"unknown":0,"total":108},"items":[{"uid":"6447656332b952f9","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6447656332b952f9","status":"passed","time":{"start":1706101580594,"stop":1706101580594,"duration":0}},{"uid":"8a2626134cfa58ca","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8a2626134cfa58ca","status":"passed","time":{"start":1706101476570,"stop":1706101476571,"duration":1}},{"uid":"65799c9788f2c488","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/65799c9788f2c488","status":"passed","time":{"start":1706100973164,"stop":1706100973164,"duration":0}},{"uid":"4cf7273b53f43c3f","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/4cf7273b53f43c3f","status":"passed","time":{"start":1706100702006,"stop":1706100702007,"duration":1}},{"uid":"424320c1be4edd59","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/424320c1be4edd59","status":"passed","time":{"start":1706100007563,"stop":1706100007564,"duration":1}},{"uid":"da09c1d783db682d","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/da09c1d783db682d","status":"passed","time":{"start":1706099276035,"stop":1706099276035,"duration":0}},{"uid":"d63c47fffb4a5c16","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/d63c47fffb4a5c16","status":"passed","time":{"start":1706077738138,"stop":1706077738138,"duration":0}},{"uid":"f07c074444478932","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f07c074444478932","status":"passed","time":{"start":1706069822955,"stop":1706069822955,"duration":0}},{"uid":"1456f8cfe967355b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/1456f8cfe967355b","status":"passed","time":{"start":1705950529648,"stop":1705950529648,"duration":0}},{"uid":"44a0c866e0648008","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/44a0c866e0648008","status":"passed","time":{"start":1705938338141,"stop":1705938338142,"duration":1}},{"uid":"1778be35f40af73","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/1778be35f40af73","status":"passed","time":{"start":1705913473156,"stop":1705913473157,"duration":1}},{"uid":"e7d08c12c7c81a57","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e7d08c12c7c81a57","status":"passed","time":{"start":1705913021126,"stop":1705913021128,"duration":2}},{"uid":"a3423dd96020d1bc","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a3423dd96020d1bc","status":"passed","time":{"start":1705912405794,"stop":1705912405794,"duration":0}},{"uid":"ef89ec44286b15b2","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/ef89ec44286b15b2","status":"passed","time":{"start":1705911583676,"stop":1705911583676,"duration":0}},{"uid":"9f9f86a84dc49fd9","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/9f9f86a84dc49fd9","status":"passed","time":{"start":1705698790234,"stop":1705698790235,"duration":1}},{"uid":"75880539cf58e3b0","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/75880539cf58e3b0","status":"passed","time":{"start":1705687507806,"stop":1705687507806,"duration":0}},{"uid":"1be920cee09803b9","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1be920cee09803b9","status":"passed","time":{"start":1705687421621,"stop":1705687421622,"duration":1}},{"uid":"c2e8fc885226bc9b","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c2e8fc885226bc9b","status":"passed","time":{"start":1705681629294,"stop":1705681629295,"duration":1}},{"uid":"267c845472ae99d4","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/267c845472ae99d4","status":"passed","time":{"start":1705680205451,"stop":1705680205452,"duration":1}},{"uid":"64b0d55f38083442","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/64b0d55f38083442","status":"passed","time":{"start":1705678111178,"stop":1705678111178,"duration":0}}]},"tags":[]},"source":"49d3ebfd3a6603f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5e5345bcf96af6a","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":1706618973549,"stop":1706618973549,"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":2,"unknown":0,"total":2},"items":[{"uid":"d7374f1645781337","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d7374f1645781337","status":"passed","time":{"start":1706618749046,"stop":1706618749046,"duration":0}}]},"tags":[]},"source":"e5e5345bcf96af6a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/dad2a937b376e215.json b/6291/data/test-cases/e5f1e4f017cde250.json similarity index 94% rename from 6266/data/test-cases/dad2a937b376e215.json rename to 6291/data/test-cases/e5f1e4f017cde250.json index 3103b2a5919..6be368f1baf 100644 --- a/6266/data/test-cases/dad2a937b376e215.json +++ b/6291/data/test-cases/e5f1e4f017cde250.json @@ -1 +1 @@ -{"uid":"dad2a937b376e215","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":1706101757862,"stop":1706101757863,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"668bcba5005653f6","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/668bcba5005653f6","status":"passed","time":{"start":1706101680237,"stop":1706101680238,"duration":1}},{"uid":"7d94dff384b2c0b7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7d94dff384b2c0b7","status":"passed","time":{"start":1706101549618,"stop":1706101549618,"duration":0}},{"uid":"97e2102ac07ea2d8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/97e2102ac07ea2d8","status":"passed","time":{"start":1706100770610,"stop":1706100770610,"duration":0}},{"uid":"ec343b41df8a3311","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ec343b41df8a3311","status":"passed","time":{"start":1706099342681,"stop":1706099342681,"duration":0}},{"uid":"dd947ff7344d1d47","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/dd947ff7344d1d47","status":"passed","time":{"start":1705681713156,"stop":1705681713157,"duration":1}}]},"tags":[]},"source":"dad2a937b376e215.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5f1e4f017cde250","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":1706618996208,"stop":1706618996208,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"3990e600b522873a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3990e600b522873a","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"tags":[]},"source":"e5f1e4f017cde250.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3ddb4782d720a68b.json b/6291/data/test-cases/e6bbb5a390de8942.json similarity index 88% rename from 6266/data/test-cases/3ddb4782d720a68b.json rename to 6291/data/test-cases/e6bbb5a390de8942.json index 5e0223ea984..eb2d0162347 100644 --- a/6266/data/test-cases/3ddb4782d720a68b.json +++ b/6291/data/test-cases/e6bbb5a390de8942.json @@ -1 +1 @@ -{"uid":"3ddb4782d720a68b","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":1706101401933,"stop":1706101401937,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"9f2a4de406ac188f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9f2a4de406ac188f","status":"passed","time":{"start":1706101295292,"stop":1706101295292,"duration":0}},{"uid":"1d66534373edc31f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/1d66534373edc31f","status":"passed","time":{"start":1706101187414,"stop":1706101187415,"duration":1}},{"uid":"6af22ebcef4453bf","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6af22ebcef4453bf","status":"passed","time":{"start":1706100397494,"stop":1706100397495,"duration":1}},{"uid":"4b9b87c7f63398b7","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4b9b87c7f63398b7","status":"passed","time":{"start":1706098985429,"stop":1706098985429,"duration":0}},{"uid":"fee8d9c6f8122e4d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fee8d9c6f8122e4d","status":"passed","time":{"start":1705681341585,"stop":1705681341586,"duration":1}},{"uid":"f7e239e9cf0f988f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/f7e239e9cf0f988f","status":"passed","time":{"start":1705680075491,"stop":1705680075491,"duration":0}},{"uid":"9c3bd6e40fbc0f9","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9c3bd6e40fbc0f9","status":"passed","time":{"start":1705666818715,"stop":1705666818715,"duration":0}},{"uid":"4c21025cc4a99c30","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4c21025cc4a99c30","status":"passed","time":{"start":1705520251409,"stop":1705520251410,"duration":1}},{"uid":"4d885c418ccd420b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/4d885c418ccd420b","status":"passed","time":{"start":1705518481976,"stop":1705518481976,"duration":0}},{"uid":"ee7c79d667c9c5a5","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/ee7c79d667c9c5a5","status":"passed","time":{"start":1705502312540,"stop":1705502312543,"duration":3}}]},"tags":[]},"source":"3ddb4782d720a68b.json","parameterValues":[]} \ No newline at end of file +{"uid":"e6bbb5a390de8942","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":1706618624449,"stop":1706618624449,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"7332ab46ff1974ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7332ab46ff1974ac","status":"passed","time":{"start":1706618460771,"stop":1706618460771,"duration":0}}]},"tags":[]},"source":"e6bbb5a390de8942.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9024b59401ac691e.json b/6291/data/test-cases/e7117258cfe925e0.json similarity index 85% rename from 6266/data/test-cases/9024b59401ac691e.json rename to 6291/data/test-cases/e7117258cfe925e0.json index 723e4ce21e9..98e0e9a1f22 100644 --- a/6266/data/test-cases/9024b59401ac691e.json +++ b/6291/data/test-cases/e7117258cfe925e0.json @@ -1 +1 @@ -{"uid":"9024b59401ac691e","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":1706101723814,"stop":1706101723814,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"56985b93217aed3c","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/56985b93217aed3c","status":"passed","time":{"start":1706101654477,"stop":1706101654477,"duration":0}},{"uid":"2cf7a2b7fb7031fb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2cf7a2b7fb7031fb","status":"passed","time":{"start":1706101537679,"stop":1706101537679,"duration":0}},{"uid":"a4dda3ce5b3c439","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a4dda3ce5b3c439","status":"passed","time":{"start":1706100722912,"stop":1706100722913,"duration":1}},{"uid":"2e43c0053b411f2e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2e43c0053b411f2e","status":"passed","time":{"start":1706099290666,"stop":1706099290666,"duration":0}},{"uid":"fe6903abdc1e7198","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/fe6903abdc1e7198","status":"passed","time":{"start":1705681678175,"stop":1705681678175,"duration":0}},{"uid":"82593345b6758b53","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/82593345b6758b53","status":"passed","time":{"start":1705680350547,"stop":1705680350547,"duration":0}},{"uid":"88ba257344a52d1d","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/88ba257344a52d1d","status":"passed","time":{"start":1705667092973,"stop":1705667092973,"duration":0}},{"uid":"3b747969ff9f4460","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/3b747969ff9f4460","status":"passed","time":{"start":1705527069402,"stop":1705527069402,"duration":0}},{"uid":"a46bef9251267158","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/a46bef9251267158","status":"passed","time":{"start":1705521327120,"stop":1705521327120,"duration":0}},{"uid":"5c981e284f5e89d","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/5c981e284f5e89d","status":"passed","time":{"start":1705520488418,"stop":1705520488419,"duration":1}},{"uid":"677b506a5095b77e","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/677b506a5095b77e","status":"passed","time":{"start":1705518883257,"stop":1705518883257,"duration":0}},{"uid":"3f625a59aa8d9499","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/3f625a59aa8d9499","status":"passed","time":{"start":1705502684108,"stop":1705502684108,"duration":0}}]},"tags":[]},"source":"9024b59401ac691e.json","parameterValues":[]} \ No newline at end of file +{"uid":"e7117258cfe925e0","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":1706618959505,"stop":1706618959506,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"75275131649b8809","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/75275131649b8809","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"tags":[]},"source":"e7117258cfe925e0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/6220925764903886.json b/6291/data/test-cases/e7ffd332a521c75d.json similarity index 87% rename from 6266/data/test-cases/6220925764903886.json rename to 6291/data/test-cases/e7ffd332a521c75d.json index 09fed51dc42..4dab608c904 100644 --- a/6266/data/test-cases/6220925764903886.json +++ b/6291/data/test-cases/e7ffd332a521c75d.json @@ -1 +1 @@ -{"uid":"6220925764903886","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":1706101792210,"stop":1706101792210,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"301a4275b3bd8048","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/301a4275b3bd8048","status":"passed","time":{"start":1706101709056,"stop":1706101709056,"duration":0}},{"uid":"d32de436cef9ccb2","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/d32de436cef9ccb2","status":"passed","time":{"start":1706101584042,"stop":1706101584042,"duration":0}},{"uid":"f1772f06cdccc869","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f1772f06cdccc869","status":"passed","time":{"start":1706100800529,"stop":1706100800529,"duration":0}},{"uid":"3adec2401cbbc424","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3adec2401cbbc424","status":"passed","time":{"start":1706099377040,"stop":1706099377040,"duration":0}},{"uid":"2931be156419d48c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2931be156419d48c","status":"passed","time":{"start":1705681745202,"stop":1705681745203,"duration":1}},{"uid":"80183ca1017086f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/80183ca1017086f","status":"passed","time":{"start":1705680374206,"stop":1705680374206,"duration":0}},{"uid":"4e121e8e9793d347","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/4e121e8e9793d347","status":"passed","time":{"start":1705667089476,"stop":1705667089477,"duration":1}},{"uid":"8ae40cef925e1f25","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8ae40cef925e1f25","status":"passed","time":{"start":1705521364819,"stop":1705521364820,"duration":1}},{"uid":"424f7c0c5e82e9a0","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/424f7c0c5e82e9a0","status":"passed","time":{"start":1705520531869,"stop":1705520531869,"duration":0}},{"uid":"18f65295c2058e5a","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/18f65295c2058e5a","status":"passed","time":{"start":1705518661627,"stop":1705518661627,"duration":0}},{"uid":"a581f5ac47ead677","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/a581f5ac47ead677","status":"passed","time":{"start":1705502591730,"stop":1705502591730,"duration":0}}]},"tags":[]},"source":"6220925764903886.json","parameterValues":[]} \ No newline at end of file +{"uid":"e7ffd332a521c75d","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":1706619029127,"stop":1706619029128,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"b54aa39904a36dee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b54aa39904a36dee","status":"passed","time":{"start":1706618668733,"stop":1706618668734,"duration":1}}]},"tags":[]},"source":"e7ffd332a521c75d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fa8ac1a57fe44894.json b/6291/data/test-cases/e86e66f3252caa9f.json similarity index 87% rename from 6266/data/test-cases/fa8ac1a57fe44894.json rename to 6291/data/test-cases/e86e66f3252caa9f.json index d42006c64c3..d58bbaeb171 100644 --- a/6266/data/test-cases/fa8ac1a57fe44894.json +++ b/6291/data/test-cases/e86e66f3252caa9f.json @@ -1 +1 @@ -{"uid":"fa8ac1a57fe44894","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":1706101792203,"stop":1706101792203,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"7bbce5d3597334df","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7bbce5d3597334df","status":"passed","time":{"start":1706101709050,"stop":1706101709050,"duration":0}},{"uid":"9ce38f29392726fb","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9ce38f29392726fb","status":"passed","time":{"start":1706101584035,"stop":1706101584036,"duration":1}},{"uid":"f4947b40303d5a3e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f4947b40303d5a3e","status":"passed","time":{"start":1706100800523,"stop":1706100800523,"duration":0}},{"uid":"275d0172cfb41cc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/275d0172cfb41cc","status":"passed","time":{"start":1706099377034,"stop":1706099377034,"duration":0}},{"uid":"ff224f6116256c1a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/ff224f6116256c1a","status":"passed","time":{"start":1705681745196,"stop":1705681745197,"duration":1}},{"uid":"f4459f9203b0a532","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/f4459f9203b0a532","status":"passed","time":{"start":1705680374198,"stop":1705680374198,"duration":0}},{"uid":"f9093b405045c997","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/f9093b405045c997","status":"passed","time":{"start":1705667089459,"stop":1705667089460,"duration":1}},{"uid":"d7a3893816cd11cf","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/d7a3893816cd11cf","status":"passed","time":{"start":1705521364811,"stop":1705521364812,"duration":1}},{"uid":"a7bd7a5c0a6a9df1","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/a7bd7a5c0a6a9df1","status":"passed","time":{"start":1705520531861,"stop":1705520531861,"duration":0}},{"uid":"74ef4c1d5a18e302","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/74ef4c1d5a18e302","status":"passed","time":{"start":1705518661620,"stop":1705518661620,"duration":0}},{"uid":"b4c4889d765e2de6","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b4c4889d765e2de6","status":"passed","time":{"start":1705502591722,"stop":1705502591722,"duration":0}}]},"tags":[]},"source":"fa8ac1a57fe44894.json","parameterValues":[]} \ No newline at end of file +{"uid":"e86e66f3252caa9f","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":1706619029122,"stop":1706619029122,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"9689d8a4b04ee6f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9689d8a4b04ee6f6","status":"passed","time":{"start":1706618668713,"stop":1706618668713,"duration":0}}]},"tags":[]},"source":"e86e66f3252caa9f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e8b73c53071a5213.json b/6291/data/test-cases/e8b73c53071a5213.json new file mode 100644 index 00000000000..eedf15d819d --- /dev/null +++ b/6291/data/test-cases/e8b73c53071a5213.json @@ -0,0 +1 @@ +{"uid":"e8b73c53071a5213","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":1706618996208,"stop":1706618996209,"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":2,"unknown":0,"total":2},"items":[{"uid":"5a81eb26b8d06467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a81eb26b8d06467","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"tags":[]},"source":"e8b73c53071a5213.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e92dcccb37244ee8.json b/6291/data/test-cases/e92dcccb37244ee8.json new file mode 100644 index 00000000000..f9570adc0a8 --- /dev/null +++ b/6291/data/test-cases/e92dcccb37244ee8.json @@ -0,0 +1 @@ +{"uid":"e92dcccb37244ee8","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":1706619008973,"stop":1706619008973,"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":2,"unknown":0,"total":2},"items":[{"uid":"6def62c03ba4d08c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6def62c03ba4d08c","status":"passed","time":{"start":1706618775739,"stop":1706618775739,"duration":0}}]},"tags":[]},"source":"e92dcccb37244ee8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e932c14df170b02c.json b/6291/data/test-cases/e932c14df170b02c.json new file mode 100644 index 00000000000..fe6747d7b32 --- /dev/null +++ b/6291/data/test-cases/e932c14df170b02c.json @@ -0,0 +1 @@ +{"uid":"e932c14df170b02c","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618372078,"stop":1706618372079,"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":2,"unknown":0,"total":2},"items":[{"uid":"20a21880d2438682","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20a21880d2438682","status":"passed","time":{"start":1706618164684,"stop":1706618164685,"duration":1}}]},"tags":[]},"source":"e932c14df170b02c.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/e93f911084003e41.json b/6291/data/test-cases/e93f911084003e41.json new file mode 100644 index 00000000000..4e34d8dcfca --- /dev/null +++ b/6291/data/test-cases/e93f911084003e41.json @@ -0,0 +1 @@ +{"uid":"e93f911084003e41","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":1706618496640,"stop":1706618496640,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"5dbe7814c5537a35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5dbe7814c5537a35","status":"passed","time":{"start":1706618285306,"stop":1706618285306,"duration":0}}]},"tags":[]},"source":"e93f911084003e41.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/d5c2092556d20117.json b/6291/data/test-cases/e943116a54c4d0d9.json similarity index 86% rename from 6266/data/test-cases/d5c2092556d20117.json rename to 6291/data/test-cases/e943116a54c4d0d9.json index bc7254c45f3..8f020333d3c 100644 --- a/6266/data/test-cases/d5c2092556d20117.json +++ b/6291/data/test-cases/e943116a54c4d0d9.json @@ -1 +1 @@ -{"uid":"d5c2092556d20117","name":"Error when try to subscribe to more than 30 topics","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 30 topics","historyId":"5ae1b06765f2f264e8a1bf44cbf50fb0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101792216,"stop":1706101792216,"duration":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}],"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}],"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":11,"unknown":0,"total":12},"items":[{"uid":"39215c66f3622294","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/39215c66f3622294","status":"passed","time":{"start":1706101709061,"stop":1706101709062,"duration":1}},{"uid":"8b362ec3911a20d6","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/8b362ec3911a20d6","status":"passed","time":{"start":1706101584047,"stop":1706101584048,"duration":1}},{"uid":"3450f6c704a36dae","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3450f6c704a36dae","status":"passed","time":{"start":1706100800534,"stop":1706100800535,"duration":1}},{"uid":"d8343551cb84ebd","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d8343551cb84ebd","status":"passed","time":{"start":1706099377047,"stop":1706099377047,"duration":0}},{"uid":"cdf579ec9dad9e9","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/cdf579ec9dad9e9","status":"passed","time":{"start":1705681745207,"stop":1705681745208,"duration":1}},{"uid":"937504d0e00740a9","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/937504d0e00740a9","status":"passed","time":{"start":1705680374211,"stop":1705680374212,"duration":1}},{"uid":"9aedac6029403f7c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9aedac6029403f7c","status":"passed","time":{"start":1705667089484,"stop":1705667089485,"duration":1}},{"uid":"c00e0330986525b8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c00e0330986525b8","status":"passed","time":{"start":1705521364826,"stop":1705521364826,"duration":0}},{"uid":"eb6031531977b3d5","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/eb6031531977b3d5","status":"passed","time":{"start":1705520531875,"stop":1705520531876,"duration":1}},{"uid":"f00c8db217fbc659","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f00c8db217fbc659","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":1705518661632,"stop":1705518661632,"duration":0}},{"uid":"4422a83e8133c930","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4422a83e8133c930","status":"passed","time":{"start":1705502591737,"stop":1705502591738,"duration":1}}]},"tags":[]},"source":"d5c2092556d20117.json","parameterValues":[]} \ No newline at end of file +{"uid":"e943116a54c4d0d9","name":"Error when try to subscribe to more than 30 topics","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 30 topics","historyId":"5ae1b06765f2f264e8a1bf44cbf50fb0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619029138,"stop":1706619029139,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"e8a48a0fe1cbda63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e8a48a0fe1cbda63","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"tags":[]},"source":"e943116a54c4d0d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4961e01d689002c9.json b/6291/data/test-cases/e98b782ef80ed3e3.json similarity index 92% rename from 6266/data/test-cases/4961e01d689002c9.json rename to 6291/data/test-cases/e98b782ef80ed3e3.json index a20c3a7900b..61578684692 100644 --- a/6266/data/test-cases/4961e01d689002c9.json +++ b/6291/data/test-cases/e98b782ef80ed3e3.json @@ -1 +1 @@ -{"uid":"4961e01d689002c9","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":1706101593995,"stop":1706101593997,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"e4f855c3c5f31d5e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e4f855c3c5f31d5e","status":"passed","time":{"start":1706101499453,"stop":1706101499453,"duration":0}},{"uid":"ce8a27fbad33c925","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ce8a27fbad33c925","status":"passed","time":{"start":1706101380151,"stop":1706101380151,"duration":0}},{"uid":"91f72be663c28883","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/91f72be663c28883","status":"passed","time":{"start":1706100623764,"stop":1706100623764,"duration":0}},{"uid":"fe51a7faef8b9af3","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/fe51a7faef8b9af3","status":"passed","time":{"start":1706099176290,"stop":1706099176290,"duration":0}},{"uid":"de239f72538d6266","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/de239f72538d6266","status":"passed","time":{"start":1705681544256,"stop":1705681544257,"duration":1}},{"uid":"681a458af675680","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/681a458af675680","status":"passed","time":{"start":1705680158904,"stop":1705680158905,"duration":1}},{"uid":"a57e7fb16bce907c","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a57e7fb16bce907c","status":"passed","time":{"start":1705666900226,"stop":1705666900226,"duration":0}},{"uid":"bb122170417a4a3f","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/bb122170417a4a3f","status":"passed","time":{"start":1705526887811,"stop":1705526887811,"duration":0}}]},"tags":[]},"source":"4961e01d689002c9.json","parameterValues":[]} \ No newline at end of file +{"uid":"e98b782ef80ed3e3","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":1706618858023,"stop":1706618858023,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"dc6e1529974dcdd0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc6e1529974dcdd0","status":"passed","time":{"start":1706618636981,"stop":1706618636983,"duration":2}}]},"tags":[]},"source":"e98b782ef80ed3e3.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/1c2c7de2f6757deb.json b/6291/data/test-cases/eac8a523d55570dc.json similarity index 88% rename from 6266/data/test-cases/1c2c7de2f6757deb.json rename to 6291/data/test-cases/eac8a523d55570dc.json index 1c2fa65b623..0e6ada6fd41 100644 --- a/6266/data/test-cases/1c2c7de2f6757deb.json +++ b/6291/data/test-cases/eac8a523d55570dc.json @@ -1 +1 @@ -{"uid":"1c2c7de2f6757deb","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":1706101401942,"stop":1706101401942,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"b28e65a97694924f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b28e65a97694924f","status":"passed","time":{"start":1706101295297,"stop":1706101295297,"duration":0}},{"uid":"5c5335985a5f9017","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5c5335985a5f9017","status":"passed","time":{"start":1706101187426,"stop":1706101187427,"duration":1}},{"uid":"db36a8e11acdb0bb","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/db36a8e11acdb0bb","status":"passed","time":{"start":1706100397499,"stop":1706100397499,"duration":0}},{"uid":"d2c801733acb5869","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d2c801733acb5869","status":"passed","time":{"start":1706098985434,"stop":1706098985435,"duration":1}},{"uid":"5486545b678f6060","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/5486545b678f6060","status":"passed","time":{"start":1705681341591,"stop":1705681341591,"duration":0}},{"uid":"e3f9a7495a9a4947","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/e3f9a7495a9a4947","status":"passed","time":{"start":1705680075495,"stop":1705680075495,"duration":0}},{"uid":"4c3e51b0d233d935","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/4c3e51b0d233d935","status":"passed","time":{"start":1705666818720,"stop":1705666818720,"duration":0}},{"uid":"890cd4bf079ef5ad","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/890cd4bf079ef5ad","status":"passed","time":{"start":1705520251418,"stop":1705520251418,"duration":0}},{"uid":"ae0df3c1e14af4bc","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ae0df3c1e14af4bc","status":"passed","time":{"start":1705518481986,"stop":1705518481987,"duration":1}},{"uid":"f194d6364e6a0738","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/f194d6364e6a0738","status":"passed","time":{"start":1705502312548,"stop":1705502312549,"duration":1}}]},"tags":[]},"source":"1c2c7de2f6757deb.json","parameterValues":[]} \ No newline at end of file +{"uid":"eac8a523d55570dc","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":1706618624519,"stop":1706618624520,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"403c17c3c5ed4181","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/403c17c3c5ed4181","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"tags":[]},"source":"eac8a523d55570dc.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2cc1919d773f2885.json b/6291/data/test-cases/eae4bef80443c4e9.json similarity index 74% rename from 6266/data/test-cases/2cc1919d773f2885.json rename to 6291/data/test-cases/eae4bef80443c4e9.json index 6eff3b0efd4..946418c94d9 100644 --- a/6266/data/test-cases/2cc1919d773f2885.json +++ b/6291/data/test-cases/eae4bef80443c4e9.json @@ -1 +1 @@ -{"uid":"2cc1919d773f2885","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":1706101545982,"stop":1706101545983,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"6efecd9965f31e41","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6efecd9965f31e41","status":"passed","time":{"start":1706101432560,"stop":1706101432560,"duration":0}},{"uid":"30bd1c289f8420dd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/30bd1c289f8420dd","status":"passed","time":{"start":1706101317722,"stop":1706101317723,"duration":1}},{"uid":"efa36f337a6a2f6a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/efa36f337a6a2f6a","status":"passed","time":{"start":1706100939728,"stop":1706100939728,"duration":0}},{"uid":"802fc08f82c13154","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/802fc08f82c13154","status":"passed","time":{"start":1706100525084,"stop":1706100525084,"duration":0}},{"uid":"e79da531e50e83ff","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e79da531e50e83ff","status":"passed","time":{"start":1706099965695,"stop":1706099965695,"duration":0}},{"uid":"3cf98624bf1bacaa","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3cf98624bf1bacaa","status":"passed","time":{"start":1706099111459,"stop":1706099111460,"duration":1}},{"uid":"6d317401a9219c46","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/6d317401a9219c46","status":"passed","time":{"start":1706077695297,"stop":1706077695297,"duration":0}},{"uid":"b6be018169a822cc","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b6be018169a822cc","status":"passed","time":{"start":1706069776814,"stop":1706069776815,"duration":1}},{"uid":"2938d323ab16d24b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/2938d323ab16d24b","status":"passed","time":{"start":1705950492112,"stop":1705950492112,"duration":0}},{"uid":"16c88e2c3b01ef9b","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/16c88e2c3b01ef9b","status":"passed","time":{"start":1705938291948,"stop":1705938291948,"duration":0}},{"uid":"e87036a506baa9e0","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/e87036a506baa9e0","status":"passed","time":{"start":1705913434728,"stop":1705913434729,"duration":1}},{"uid":"571d5cff972c6979","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/571d5cff972c6979","status":"passed","time":{"start":1705912976672,"stop":1705912976672,"duration":0}},{"uid":"fdf3af63f72b1840","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fdf3af63f72b1840","status":"passed","time":{"start":1705912362851,"stop":1705912362854,"duration":3}},{"uid":"90772cbaac1a8098","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/90772cbaac1a8098","status":"passed","time":{"start":1705911541681,"stop":1705911541681,"duration":0}},{"uid":"e42d3c994b86f10b","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e42d3c994b86f10b","status":"passed","time":{"start":1705698743495,"stop":1705698743495,"duration":0}},{"uid":"747cc1b459906a95","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/747cc1b459906a95","status":"passed","time":{"start":1705687470589,"stop":1705687470589,"duration":0}},{"uid":"18515c4f4814a651","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/18515c4f4814a651","status":"passed","time":{"start":1705687378220,"stop":1705687378220,"duration":0}},{"uid":"3d33f5d93c95db81","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3d33f5d93c95db81","status":"passed","time":{"start":1705681472178,"stop":1705681472178,"duration":0}},{"uid":"845ac07a7ff9fb87","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/845ac07a7ff9fb87","status":"passed","time":{"start":1705680122024,"stop":1705680122024,"duration":0}},{"uid":"73f53bd828408ff8","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/73f53bd828408ff8","status":"passed","time":{"start":1705678077120,"stop":1705678077120,"duration":0}}]},"tags":[]},"source":"2cc1919d773f2885.json","parameterValues":[]} \ No newline at end of file +{"uid":"eae4bef80443c4e9","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":1706618871336,"stop":1706618871336,"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":2,"unknown":0,"total":2},"items":[{"uid":"b5a5c6bbd2694f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5a5c6bbd2694f1d","status":"passed","time":{"start":1706618685098,"stop":1706618685098,"duration":0}}]},"tags":[]},"source":"eae4bef80443c4e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e66e724ee8e1aa89.json b/6291/data/test-cases/eaecd7c5a56918c7.json similarity index 74% rename from 6266/data/test-cases/e66e724ee8e1aa89.json rename to 6291/data/test-cases/eaecd7c5a56918c7.json index c6093cf06be..792c63d9ee0 100644 --- a/6266/data/test-cases/e66e724ee8e1aa89.json +++ b/6291/data/test-cases/eaecd7c5a56918c7.json @@ -1 +1 @@ -{"uid":"e66e724ee8e1aa89","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":1706101545975,"stop":1706101545975,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"5c62bc9ed47d0766","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5c62bc9ed47d0766","status":"passed","time":{"start":1706101432553,"stop":1706101432554,"duration":1}},{"uid":"e1c0a45eab49414b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e1c0a45eab49414b","status":"passed","time":{"start":1706101317712,"stop":1706101317713,"duration":1}},{"uid":"5cb0714bf0afafaa","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5cb0714bf0afafaa","status":"passed","time":{"start":1706100939718,"stop":1706100939719,"duration":1}},{"uid":"db44343b0c30c927","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/db44343b0c30c927","status":"passed","time":{"start":1706100525078,"stop":1706100525078,"duration":0}},{"uid":"ac6569797df85397","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ac6569797df85397","status":"passed","time":{"start":1706099965689,"stop":1706099965690,"duration":1}},{"uid":"c9972b037d31feb6","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c9972b037d31feb6","status":"passed","time":{"start":1706099111453,"stop":1706099111453,"duration":0}},{"uid":"b5c9e1201c537a8c","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b5c9e1201c537a8c","status":"passed","time":{"start":1706077695292,"stop":1706077695293,"duration":1}},{"uid":"56ac8cad5a883975","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/56ac8cad5a883975","status":"passed","time":{"start":1706069776809,"stop":1706069776809,"duration":0}},{"uid":"c8b40131d783a0f3","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c8b40131d783a0f3","status":"passed","time":{"start":1705950492107,"stop":1705950492107,"duration":0}},{"uid":"22bc54aac7062631","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/22bc54aac7062631","status":"passed","time":{"start":1705938291942,"stop":1705938291943,"duration":1}},{"uid":"64c8108a26a81e2e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/64c8108a26a81e2e","status":"passed","time":{"start":1705913434722,"stop":1705913434722,"duration":0}},{"uid":"d80b327e026988ac","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d80b327e026988ac","status":"passed","time":{"start":1705912976666,"stop":1705912976667,"duration":1}},{"uid":"57ca078a1b4fcb7c","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/57ca078a1b4fcb7c","status":"passed","time":{"start":1705912362845,"stop":1705912362845,"duration":0}},{"uid":"c8c8c73fa7f45a7c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/c8c8c73fa7f45a7c","status":"passed","time":{"start":1705911541676,"stop":1705911541676,"duration":0}},{"uid":"2dd5bdcc424e8cb9","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/2dd5bdcc424e8cb9","status":"passed","time":{"start":1705698743484,"stop":1705698743485,"duration":1}},{"uid":"3ffb72d105ffe6d2","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3ffb72d105ffe6d2","status":"passed","time":{"start":1705687470578,"stop":1705687470579,"duration":1}},{"uid":"3e409fd383431355","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/3e409fd383431355","status":"passed","time":{"start":1705687378213,"stop":1705687378213,"duration":0}},{"uid":"61072c063c439701","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/61072c063c439701","status":"passed","time":{"start":1705681472170,"stop":1705681472170,"duration":0}},{"uid":"16c8bcdfa2dae73f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/16c8bcdfa2dae73f","status":"passed","time":{"start":1705680122018,"stop":1705680122019,"duration":1}},{"uid":"699fae09124e9877","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/699fae09124e9877","status":"passed","time":{"start":1705678077086,"stop":1705678077086,"duration":0}}]},"tags":[]},"source":"e66e724ee8e1aa89.json","parameterValues":[]} \ No newline at end of file +{"uid":"eaecd7c5a56918c7","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":1706618871332,"stop":1706618871332,"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":2,"unknown":0,"total":2},"items":[{"uid":"a0d6b0e3d0f85eaf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0d6b0e3d0f85eaf","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"tags":[]},"source":"eaecd7c5a56918c7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/58328e4b83beadfd.json b/6291/data/test-cases/eb8d570897fdd316.json similarity index 92% rename from 6266/data/test-cases/58328e4b83beadfd.json rename to 6291/data/test-cases/eb8d570897fdd316.json index c4db1e61d65..d10cc9fee90 100644 --- a/6266/data/test-cases/58328e4b83beadfd.json +++ b/6291/data/test-cases/eb8d570897fdd316.json @@ -1 +1 @@ -{"uid":"58328e4b83beadfd","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":1706101594003,"stop":1706101594012,"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: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before 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":9,"unknown":0,"total":9},"items":[{"uid":"e80458cd8f61e259","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/e80458cd8f61e259","status":"passed","time":{"start":1706101499456,"stop":1706101499457,"duration":1}},{"uid":"27f9126885a16be0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/27f9126885a16be0","status":"passed","time":{"start":1706101380154,"stop":1706101380155,"duration":1}},{"uid":"b7eb6260a5876df9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b7eb6260a5876df9","status":"passed","time":{"start":1706100623772,"stop":1706100623773,"duration":1}},{"uid":"51ad06a03c36c7e0","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/51ad06a03c36c7e0","status":"passed","time":{"start":1706099176292,"stop":1706099176293,"duration":1}},{"uid":"7e0837d9afa9ae1f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7e0837d9afa9ae1f","status":"passed","time":{"start":1705681544260,"stop":1705681544261,"duration":1}},{"uid":"ee02c4f8d5b75a0f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ee02c4f8d5b75a0f","status":"passed","time":{"start":1705680158908,"stop":1705680158908,"duration":0}},{"uid":"d0c994c281c663f3","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/d0c994c281c663f3","status":"passed","time":{"start":1705666900229,"stop":1705666900229,"duration":0}},{"uid":"df30b3a946a87392","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/df30b3a946a87392","status":"passed","time":{"start":1705526887814,"stop":1705526887815,"duration":1}}]},"tags":[]},"source":"58328e4b83beadfd.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb8d570897fdd316","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":1706618858025,"stop":1706618858025,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9d22e1dbeea16650","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d22e1dbeea16650","status":"passed","time":{"start":1706618636990,"stop":1706618636990,"duration":0}}]},"tags":[]},"source":"eb8d570897fdd316.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ec0b63827bebf318.json b/6291/data/test-cases/ec0b63827bebf318.json new file mode 100644 index 00000000000..1cc917ef36f --- /dev/null +++ b/6291/data/test-cases/ec0b63827bebf318.json @@ -0,0 +1 @@ +{"uid":"ec0b63827bebf318","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":1706618731300,"stop":1706618731305,"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"24751427d7ba024a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24751427d7ba024a","status":"passed","time":{"start":1706618394348,"stop":1706618394349,"duration":1}}]},"tags":[]},"source":"ec0b63827bebf318.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/239763f9ee54300d.json b/6291/data/test-cases/ecc7d7c59c627065.json similarity index 54% rename from 6266/data/test-cases/239763f9ee54300d.json rename to 6291/data/test-cases/ecc7d7c59c627065.json index 42455c13f34..eff58f443f5 100644 --- a/6266/data/test-cases/239763f9ee54300d.json +++ b/6291/data/test-cases/ecc7d7c59c627065.json @@ -1 +1 @@ -{"uid":"239763f9ee54300d","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":1706101778129,"stop":1706101778130,"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":1,"skipped":0,"passed":108,"unknown":0,"total":109},"items":[{"uid":"a8975d70894f909","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a8975d70894f909","status":"passed","time":{"start":1706101692133,"stop":1706101692133,"duration":0}},{"uid":"66cfa5c2e055359a","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/66cfa5c2e055359a","status":"passed","time":{"start":1706101569236,"stop":1706101569237,"duration":1}},{"uid":"aa3fbb136f8c6f0","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/aa3fbb136f8c6f0","status":"passed","time":{"start":1706101016934,"stop":1706101016935,"duration":1}},{"uid":"3fc3a6611b3f3948","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3fc3a6611b3f3948","status":"passed","time":{"start":1706100781784,"stop":1706100781784,"duration":0}},{"uid":"8864635d46734e00","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/8864635d46734e00","status":"passed","time":{"start":1706100048732,"stop":1706100048733,"duration":1}},{"uid":"bfa7a17d23d9ae87","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/bfa7a17d23d9ae87","status":"passed","time":{"start":1706099354072,"stop":1706099354072,"duration":0}},{"uid":"bb60cc72c4f6444","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/bb60cc72c4f6444","status":"passed","time":{"start":1706077779546,"stop":1706077779546,"duration":0}},{"uid":"d496bbbe359f7f46","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d496bbbe359f7f46","status":"passed","time":{"start":1706069862885,"stop":1706069862885,"duration":0}},{"uid":"a899c935f05fcc89","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a899c935f05fcc89","status":"passed","time":{"start":1705950577650,"stop":1705950577650,"duration":0}},{"uid":"1a81de5df363b17f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1a81de5df363b17f","status":"passed","time":{"start":1705938379175,"stop":1705938379175,"duration":0}},{"uid":"4dfc7afc9b73b7d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4dfc7afc9b73b7d","status":"passed","time":{"start":1705913520261,"stop":1705913520265,"duration":4}},{"uid":"b19473fd53bc239a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/b19473fd53bc239a","status":"passed","time":{"start":1705913060107,"stop":1705913060108,"duration":1}},{"uid":"6e93de39874d1d36","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6e93de39874d1d36","status":"passed","time":{"start":1705912445580,"stop":1705912445581,"duration":1}},{"uid":"96ae7034bdc92b58","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/96ae7034bdc92b58","status":"passed","time":{"start":1705911623490,"stop":1705911623490,"duration":0}},{"uid":"52add026c7d60442","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/52add026c7d60442","status":"passed","time":{"start":1705698830033,"stop":1705698830033,"duration":0}},{"uid":"c094c52668b6f423","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c094c52668b6f423","status":"passed","time":{"start":1705687552412,"stop":1705687552413,"duration":1}},{"uid":"59854fc13614ce","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/59854fc13614ce","status":"passed","time":{"start":1705687466050,"stop":1705687466051,"duration":1}},{"uid":"7658c700f4abc515","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/7658c700f4abc515","status":"passed","time":{"start":1705681722824,"stop":1705681722825,"duration":1}},{"uid":"1759f5d179be17bf","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/1759f5d179be17bf","status":"passed","time":{"start":1705680299021,"stop":1705680299022,"duration":1}},{"uid":"1eae19f99a901089","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1eae19f99a901089","status":"passed","time":{"start":1705678159337,"stop":1705678159337,"duration":0}}]},"tags":[]},"source":"239763f9ee54300d.json","parameterValues":[]} \ No newline at end of file +{"uid":"ecc7d7c59c627065","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":1706619033641,"stop":1706619033641,"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":2,"unknown":0,"total":2},"items":[{"uid":"973d0b4002c7c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/973d0b4002c7c50","status":"passed","time":{"start":1706618794310,"stop":1706618794311,"duration":1}}]},"tags":[]},"source":"ecc7d7c59c627065.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ed421c4d7606f2f8.json b/6291/data/test-cases/ed421c4d7606f2f8.json new file mode 100644 index 00000000000..e2d3f72ebf1 --- /dev/null +++ b/6291/data/test-cases/ed421c4d7606f2f8.json @@ -0,0 +1 @@ +{"uid":"ed421c4d7606f2f8","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618731269,"stop":1706618731270,"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},{"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},{"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},{"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},{"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":2,"unknown":0,"total":2},"items":[{"uid":"d004f83b01f092b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d004f83b01f092b6","status":"passed","time":{"start":1706618394302,"stop":1706618394302,"duration":0}}]},"tags":[]},"source":"ed421c4d7606f2f8.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e9d327c63e058249.json b/6291/data/test-cases/edd1121e02ef78b9.json similarity index 54% rename from 6266/data/test-cases/e9d327c63e058249.json rename to 6291/data/test-cases/edd1121e02ef78b9.json index 9929fbad8e4..925089c7be0 100644 --- a/6266/data/test-cases/e9d327c63e058249.json +++ b/6291/data/test-cases/edd1121e02ef78b9.json @@ -1 +1 @@ -{"uid":"e9d327c63e058249","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":1706101721136,"stop":1706101721137,"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":105,"unknown":0,"total":105},"items":[{"uid":"be48fa0e112c5048","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/be48fa0e112c5048","status":"passed","time":{"start":1706101642237,"stop":1706101642237,"duration":0}},{"uid":"da29a0caa29ac67d","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/da29a0caa29ac67d","status":"passed","time":{"start":1706101519103,"stop":1706101519103,"duration":0}},{"uid":"f05d63cf096b2a33","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/f05d63cf096b2a33","status":"passed","time":{"start":1706100987911,"stop":1706100987911,"duration":0}},{"uid":"5398baa4c9381104","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5398baa4c9381104","status":"passed","time":{"start":1706100748156,"stop":1706100748156,"duration":0}},{"uid":"2e5af80e89a9d033","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/2e5af80e89a9d033","status":"passed","time":{"start":1706100020178,"stop":1706100020178,"duration":0}},{"uid":"40afbdc3b22ce39c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/40afbdc3b22ce39c","status":"passed","time":{"start":1706099314728,"stop":1706099314728,"duration":0}},{"uid":"d04ad46206d2e492","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/d04ad46206d2e492","status":"passed","time":{"start":1706077757147,"stop":1706077757147,"duration":0}},{"uid":"7d3d165a3f76ee4e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7d3d165a3f76ee4e","status":"passed","time":{"start":1706069836102,"stop":1706069836102,"duration":0}},{"uid":"539d6d00783a197a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/539d6d00783a197a","status":"passed","time":{"start":1705950563652,"stop":1705950563652,"duration":0}},{"uid":"6a1bd99436002180","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6a1bd99436002180","status":"passed","time":{"start":1705938352859,"stop":1705938352860,"duration":1}},{"uid":"9a67e7cc2eb346ea","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9a67e7cc2eb346ea","status":"passed","time":{"start":1705913492857,"stop":1705913492857,"duration":0}},{"uid":"576bbfe68d9ff621","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/576bbfe68d9ff621","status":"passed","time":{"start":1705913033287,"stop":1705913033287,"duration":0}},{"uid":"eda0dc7aae8c66d7","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/eda0dc7aae8c66d7","status":"passed","time":{"start":1705912419962,"stop":1705912419963,"duration":1}},{"uid":"1e7b409cd539f29c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/1e7b409cd539f29c","status":"passed","time":{"start":1705911596513,"stop":1705911596513,"duration":0}},{"uid":"9866b19637515c98","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/9866b19637515c98","status":"passed","time":{"start":1705698803936,"stop":1705698803936,"duration":0}},{"uid":"ba2c3e468303b9b5","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ba2c3e468303b9b5","status":"passed","time":{"start":1705687524367,"stop":1705687524367,"duration":0}},{"uid":"83f1f172add285d0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/83f1f172add285d0","status":"passed","time":{"start":1705687441116,"stop":1705687441117,"duration":1}},{"uid":"39ff4d4fd8ae7be5","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/39ff4d4fd8ae7be5","status":"passed","time":{"start":1705681668629,"stop":1705681668630,"duration":1}},{"uid":"b58aa057bf991b52","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b58aa057bf991b52","status":"passed","time":{"start":1705680243616,"stop":1705680243616,"duration":0}},{"uid":"4ca016940372946","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4ca016940372946","status":"passed","time":{"start":1705678134144,"stop":1705678134145,"duration":1}}]},"tags":[]},"source":"e9d327c63e058249.json","parameterValues":[]} \ No newline at end of file +{"uid":"edd1121e02ef78b9","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":1706619004846,"stop":1706619004846,"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":2,"unknown":0,"total":2},"items":[{"uid":"20eb0b4c35eda981","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20eb0b4c35eda981","status":"passed","time":{"start":1706618760406,"stop":1706618760406,"duration":0}}]},"tags":[]},"source":"edd1121e02ef78b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4a152c7ae374f79c.json b/6291/data/test-cases/edd6d72f6151de95.json similarity index 94% rename from 6266/data/test-cases/4a152c7ae374f79c.json rename to 6291/data/test-cases/edd6d72f6151de95.json index 0accd54c832..ef3108a3642 100644 --- a/6266/data/test-cases/4a152c7ae374f79c.json +++ b/6291/data/test-cases/edd6d72f6151de95.json @@ -1 +1 @@ -{"uid":"4a152c7ae374f79c","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":1706101757816,"stop":1706101757817,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"b9b2c871b0e17176","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b9b2c871b0e17176","status":"passed","time":{"start":1706101680224,"stop":1706101680225,"duration":1}},{"uid":"45660a3f8e1b57ba","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/45660a3f8e1b57ba","status":"passed","time":{"start":1706101549596,"stop":1706101549596,"duration":0}},{"uid":"ce4defcd9ca42d0c","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ce4defcd9ca42d0c","status":"passed","time":{"start":1706100770594,"stop":1706100770594,"duration":0}},{"uid":"95bd3937516ac776","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/95bd3937516ac776","status":"passed","time":{"start":1706099342667,"stop":1706099342667,"duration":0}},{"uid":"cb02af1ff75d607","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/cb02af1ff75d607","status":"passed","time":{"start":1705681713139,"stop":1705681713139,"duration":0}}]},"tags":[]},"source":"4a152c7ae374f79c.json","parameterValues":[]} \ No newline at end of file +{"uid":"edd6d72f6151de95","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":1706618996187,"stop":1706618996188,"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":2,"unknown":0,"total":2},"items":[{"uid":"240121d42bacf09a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/240121d42bacf09a","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"tags":[]},"source":"edd6d72f6151de95.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fdd650d4205d2d51.json b/6291/data/test-cases/edf1b661f2085827.json similarity index 92% rename from 6266/data/test-cases/fdd650d4205d2d51.json rename to 6291/data/test-cases/edf1b661f2085827.json index 28b2f3e5fad..fbf6a042ba6 100644 --- a/6266/data/test-cases/fdd650d4205d2d51.json +++ b/6291/data/test-cases/edf1b661f2085827.json @@ -1 +1 @@ -{"uid":"fdd650d4205d2d51","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":1706101593994,"stop":1706101593994,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"7c2eafde72c2b6b1","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7c2eafde72c2b6b1","status":"passed","time":{"start":1706101499450,"stop":1706101499451,"duration":1}},{"uid":"bf35f8fe185c8858","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/bf35f8fe185c8858","status":"passed","time":{"start":1706101380150,"stop":1706101380150,"duration":0}},{"uid":"889b53b30bb01960","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/889b53b30bb01960","status":"passed","time":{"start":1706100623762,"stop":1706100623762,"duration":0}},{"uid":"5f45271319b785fc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5f45271319b785fc","status":"passed","time":{"start":1706099176287,"stop":1706099176287,"duration":0}},{"uid":"d88d1e0f5cada036","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d88d1e0f5cada036","status":"passed","time":{"start":1705681544254,"stop":1705681544255,"duration":1}},{"uid":"37f65b91bba19bf2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/37f65b91bba19bf2","status":"passed","time":{"start":1705680158902,"stop":1705680158903,"duration":1}},{"uid":"3ff3a1c769ccbb11","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3ff3a1c769ccbb11","status":"passed","time":{"start":1705666900202,"stop":1705666900202,"duration":0}},{"uid":"bdeef1b44168ef1b","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/bdeef1b44168ef1b","status":"passed","time":{"start":1705526887809,"stop":1705526887810,"duration":1}}]},"tags":[]},"source":"fdd650d4205d2d51.json","parameterValues":[]} \ No newline at end of file +{"uid":"edf1b661f2085827","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":1706618858018,"stop":1706618858018,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4196b909e03d5861","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4196b909e03d5861","status":"passed","time":{"start":1706618636978,"stop":1706618636979,"duration":1}}]},"tags":[]},"source":"edf1b661f2085827.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/57451d295c7d9fd9.json b/6291/data/test-cases/ef02b49ed4037ed0.json similarity index 85% rename from 6266/data/test-cases/57451d295c7d9fd9.json rename to 6291/data/test-cases/ef02b49ed4037ed0.json index 4dbdc2b4dd6..49e9a149367 100644 --- a/6266/data/test-cases/57451d295c7d9fd9.json +++ b/6291/data/test-cases/ef02b49ed4037ed0.json @@ -1 +1 @@ -{"uid":"57451d295c7d9fd9","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":1706101723815,"stop":1706101723815,"duration":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":13,"unknown":0,"total":13},"items":[{"uid":"5d5db84cae8cd847","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/5d5db84cae8cd847","status":"passed","time":{"start":1706101654478,"stop":1706101654478,"duration":0}},{"uid":"6982d05041932052","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6982d05041932052","status":"passed","time":{"start":1706101537680,"stop":1706101537681,"duration":1}},{"uid":"fec9e6f91dd65ae7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/fec9e6f91dd65ae7","status":"passed","time":{"start":1706100722913,"stop":1706100722915,"duration":2}},{"uid":"87ac7495b8b960b8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/87ac7495b8b960b8","status":"passed","time":{"start":1706099290667,"stop":1706099290667,"duration":0}},{"uid":"f72c8422fa3cd907","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f72c8422fa3cd907","status":"passed","time":{"start":1705681678176,"stop":1705681678176,"duration":0}},{"uid":"16d37772e889023c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/16d37772e889023c","status":"passed","time":{"start":1705680350548,"stop":1705680350548,"duration":0}},{"uid":"6accfd23a2869c43","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/6accfd23a2869c43","status":"passed","time":{"start":1705667092974,"stop":1705667092974,"duration":0}},{"uid":"ab23d467d86d8a1a","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/ab23d467d86d8a1a","status":"passed","time":{"start":1705527069403,"stop":1705527069403,"duration":0}},{"uid":"241b1914571fa7d7","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/241b1914571fa7d7","status":"passed","time":{"start":1705521327121,"stop":1705521327121,"duration":0}},{"uid":"2c41b1c433ee9ab6","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/2c41b1c433ee9ab6","status":"passed","time":{"start":1705520488420,"stop":1705520488421,"duration":1}},{"uid":"dd4e455a6a379ad1","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/dd4e455a6a379ad1","status":"passed","time":{"start":1705518883258,"stop":1705518883258,"duration":0}},{"uid":"b9bb591b269fa1d6","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b9bb591b269fa1d6","status":"passed","time":{"start":1705502684109,"stop":1705502684109,"duration":0}}]},"tags":[]},"source":"57451d295c7d9fd9.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef02b49ed4037ed0","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":1706618959506,"stop":1706618959507,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4c0d206ac3a18353","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c0d206ac3a18353","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"tags":[]},"source":"ef02b49ed4037ed0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fc5b3f4e5e9c1501.json b/6291/data/test-cases/ef1038d78d281852.json similarity index 85% rename from 6266/data/test-cases/fc5b3f4e5e9c1501.json rename to 6291/data/test-cases/ef1038d78d281852.json index a392c45b9a4..3dbe6d47cde 100644 --- a/6266/data/test-cases/fc5b3f4e5e9c1501.json +++ b/6291/data/test-cases/ef1038d78d281852.json @@ -1 +1 @@ -{"uid":"fc5b3f4e5e9c1501","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":1706101723781,"stop":1706101723785,"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: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":"8eb374a55b29747b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/8eb374a55b29747b","status":"passed","time":{"start":1706101654456,"stop":1706101654456,"duration":0}},{"uid":"23b26c76c9ca334","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/23b26c76c9ca334","status":"passed","time":{"start":1706101537658,"stop":1706101537658,"duration":0}},{"uid":"19431e4de106d08","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/19431e4de106d08","status":"passed","time":{"start":1706100722877,"stop":1706100722877,"duration":0}},{"uid":"81ad0e213e69132","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/81ad0e213e69132","status":"passed","time":{"start":1706099290622,"stop":1706099290622,"duration":0}},{"uid":"dab8d187bb6a14dc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/dab8d187bb6a14dc","status":"passed","time":{"start":1705681678130,"stop":1705681678130,"duration":0}},{"uid":"9dfda59cc0aed415","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/9dfda59cc0aed415","status":"passed","time":{"start":1705680350528,"stop":1705680350529,"duration":1}},{"uid":"52568c2a8f9734d9","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/52568c2a8f9734d9","status":"passed","time":{"start":1705667092960,"stop":1705667092960,"duration":0}},{"uid":"7946ef2bef03a66a","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/7946ef2bef03a66a","status":"passed","time":{"start":1705527069387,"stop":1705527069387,"duration":0}},{"uid":"74e0cc82ba6204a5","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/74e0cc82ba6204a5","status":"passed","time":{"start":1705521327105,"stop":1705521327106,"duration":1}},{"uid":"fedc3bd3c351d917","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/fedc3bd3c351d917","status":"passed","time":{"start":1705520488388,"stop":1705520488389,"duration":1}},{"uid":"6fe33cc2e233c313","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6fe33cc2e233c313","status":"passed","time":{"start":1705518883236,"stop":1705518883236,"duration":0}},{"uid":"5d0bc6f4b54cd47b","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/5d0bc6f4b54cd47b","status":"passed","time":{"start":1705502684092,"stop":1705502684093,"duration":1}}]},"tags":[]},"source":"fc5b3f4e5e9c1501.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef1038d78d281852","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":1706618959480,"stop":1706618959480,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"63c0ccbb98f6ce6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63c0ccbb98f6ce6a","status":"passed","time":{"start":1706618735872,"stop":1706618735873,"duration":1}}]},"tags":[]},"source":"ef1038d78d281852.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ef5814c679e22bf8.json b/6291/data/test-cases/ef5814c679e22bf8.json new file mode 100644 index 00000000000..59cfda15df4 --- /dev/null +++ b/6291/data/test-cases/ef5814c679e22bf8.json @@ -0,0 +1 @@ +{"uid":"ef5814c679e22bf8","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":1706618396944,"stop":1706618396944,"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":2,"unknown":0,"total":2},"items":[{"uid":"86c3dec3ee708f94","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86c3dec3ee708f94","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"tags":[]},"source":"ef5814c679e22bf8.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/efff5ddc5775ffc0.json b/6291/data/test-cases/efff5ddc5775ffc0.json new file mode 100644 index 00000000000..caaf038c364 --- /dev/null +++ b/6291/data/test-cases/efff5ddc5775ffc0.json @@ -0,0 +1 @@ +{"uid":"efff5ddc5775ffc0","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":1706618687004,"stop":1706618687005,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"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":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"17d049a671a07287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d049a671a07287","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697337,"stop":1706618697338,"duration":1}}]},"tags":[]},"source":"efff5ddc5775ffc0.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f08bdc310f66f9f.json b/6291/data/test-cases/f08bdc310f66f9f.json new file mode 100644 index 00000000000..6ddecf3972f --- /dev/null +++ b/6291/data/test-cases/f08bdc310f66f9f.json @@ -0,0 +1 @@ +{"uid":"f08bdc310f66f9f","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":1706618388661,"stop":1706618388662,"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":2,"unknown":0,"total":2},"items":[{"uid":"ac22167ba556afcc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac22167ba556afcc","status":"passed","time":{"start":1706618179520,"stop":1706618179520,"duration":0}}]},"tags":[]},"source":"f08bdc310f66f9f.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f11fb31b1b07b846.json b/6291/data/test-cases/f11fb31b1b07b846.json new file mode 100644 index 00000000000..7e282b42d15 --- /dev/null +++ b/6291/data/test-cases/f11fb31b1b07b846.json @@ -0,0 +1 @@ +{"uid":"f11fb31b1b07b846","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":1706618959479,"stop":1706618959479,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"db36828067a409be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db36828067a409be","status":"passed","time":{"start":1706618735871,"stop":1706618735871,"duration":0}}]},"tags":[]},"source":"f11fb31b1b07b846.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f1d9438aee18e8d.json b/6291/data/test-cases/f1d9438aee18e8d.json new file mode 100644 index 00000000000..73bac892d57 --- /dev/null +++ b/6291/data/test-cases/f1d9438aee18e8d.json @@ -0,0 +1 @@ +{"uid":"f1d9438aee18e8d","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":1706618851398,"stop":1706618851399,"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":2,"unknown":0,"total":2},"items":[{"uid":"7d4d3285113ffe18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d4d3285113ffe18","status":"passed","time":{"start":1706618682315,"stop":1706618682315,"duration":0}}]},"tags":[]},"source":"f1d9438aee18e8d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/e3c3c9df3412f1ef.json b/6291/data/test-cases/f20a7c7de20ab0f4.json similarity index 53% rename from 6266/data/test-cases/e3c3c9df3412f1ef.json rename to 6291/data/test-cases/f20a7c7de20ab0f4.json index f8c1d88bbe6..c19df957261 100644 --- a/6266/data/test-cases/e3c3c9df3412f1ef.json +++ b/6291/data/test-cases/f20a7c7de20ab0f4.json @@ -1 +1 @@ -{"uid":"e3c3c9df3412f1ef","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":1706101214349,"stop":1706101214349,"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":108,"unknown":0,"total":108},"items":[{"uid":"2a2893d31e6fc2e5","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/2a2893d31e6fc2e5","status":"passed","time":{"start":1706101097995,"stop":1706101097996,"duration":1}},{"uid":"806ab2a6d76f8823","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/806ab2a6d76f8823","status":"passed","time":{"start":1706100993742,"stop":1706100993743,"duration":1}},{"uid":"e8e928ed4697c8f1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/e8e928ed4697c8f1","status":"passed","time":{"start":1706100835939,"stop":1706100835939,"duration":0}},{"uid":"2c6348a0d5f9e189","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2c6348a0d5f9e189","status":"passed","time":{"start":1706100195804,"stop":1706100195824,"duration":20}},{"uid":"397247014993ae90","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/397247014993ae90","status":"passed","time":{"start":1706099862711,"stop":1706099862712,"duration":1}},{"uid":"6745610521e1cb45","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6745610521e1cb45","status":"passed","time":{"start":1706098782053,"stop":1706098782059,"duration":6}},{"uid":"64756d9105325db8","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/64756d9105325db8","status":"passed","time":{"start":1706077596410,"stop":1706077596410,"duration":0}},{"uid":"c892f625bcc10cc5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/c892f625bcc10cc5","status":"passed","time":{"start":1706069680779,"stop":1706069680780,"duration":1}},{"uid":"adcaeb699811288b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/adcaeb699811288b","status":"passed","time":{"start":1705950391582,"stop":1705950391582,"duration":0}},{"uid":"a2b2b181be19cdf7","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a2b2b181be19cdf7","status":"passed","time":{"start":1705938203369,"stop":1705938203369,"duration":0}},{"uid":"ffd88d30b5558f01","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ffd88d30b5558f01","status":"passed","time":{"start":1705913327175,"stop":1705913327176,"duration":1}},{"uid":"fd364acb9f9df7ac","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/fd364acb9f9df7ac","status":"passed","time":{"start":1705912876919,"stop":1705912876919,"duration":0}},{"uid":"c994093585250d82","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c994093585250d82","status":"passed","time":{"start":1705912273799,"stop":1705912273799,"duration":0}},{"uid":"561595912231b653","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/561595912231b653","status":"passed","time":{"start":1705911446421,"stop":1705911446421,"duration":0}},{"uid":"a9763401fdd6d17f","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a9763401fdd6d17f","status":"passed","time":{"start":1705698651185,"stop":1705698651186,"duration":1}},{"uid":"1df043dc938d3450","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/1df043dc938d3450","status":"passed","time":{"start":1705687354895,"stop":1705687354896,"duration":1}},{"uid":"c079055dfaf18348","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c079055dfaf18348","status":"passed","time":{"start":1705687277698,"stop":1705687277698,"duration":0}},{"uid":"a6d3480f2d43445f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a6d3480f2d43445f","status":"passed","time":{"start":1705681150041,"stop":1705681150042,"duration":1}},{"uid":"5815ff9e833600cc","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5815ff9e833600cc","status":"passed","time":{"start":1705679898637,"stop":1705679898637,"duration":0}},{"uid":"de43ea1b5824feca","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/de43ea1b5824feca","status":"passed","time":{"start":1705677972788,"stop":1705677972789,"duration":1}}]},"tags":[]},"source":"e3c3c9df3412f1ef.json","parameterValues":[]} \ No newline at end of file +{"uid":"f20a7c7de20ab0f4","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":1706618424945,"stop":1706618424945,"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":2,"unknown":0,"total":2},"items":[{"uid":"92714d3316eec6b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92714d3316eec6b4","status":"passed","time":{"start":1706618216093,"stop":1706618216095,"duration":2}}]},"tags":[]},"source":"f20a7c7de20ab0f4.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f220894ca0b105c7.json b/6291/data/test-cases/f220894ca0b105c7.json new file mode 100644 index 00000000000..c3b7cc8ce9d --- /dev/null +++ b/6291/data/test-cases/f220894ca0b105c7.json @@ -0,0 +1 @@ +{"uid":"f220894ca0b105c7","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618739031,"stop":1706618739032,"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":2,"unknown":0,"total":2},"items":[{"uid":"102519c2e5b1a0e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/102519c2e5b1a0e7","status":"passed","time":{"start":1706618506571,"stop":1706618506572,"duration":1}}]},"tags":[]},"source":"f220894ca0b105c7.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4b2bc31fcda44d23.json b/6291/data/test-cases/f2b4f9e6cda045df.json similarity index 88% rename from 6266/data/test-cases/4b2bc31fcda44d23.json rename to 6291/data/test-cases/f2b4f9e6cda045df.json index c31a2c65290..2d7bc4e9615 100644 --- a/6266/data/test-cases/4b2bc31fcda44d23.json +++ b/6291/data/test-cases/f2b4f9e6cda045df.json @@ -1 +1 @@ -{"uid":"4b2bc31fcda44d23","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Chinese and receive message","historyId":"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401956,"stop":1706101401957,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"c516cee6c4901057","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c516cee6c4901057","status":"passed","time":{"start":1706101295299,"stop":1706101295299,"duration":0}},{"uid":"841786e65327dde5","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/841786e65327dde5","status":"passed","time":{"start":1706101187430,"stop":1706101187430,"duration":0}},{"uid":"a6bfa5f9ff395980","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a6bfa5f9ff395980","status":"passed","time":{"start":1706100397501,"stop":1706100397501,"duration":0}},{"uid":"9c1937124efde3ae","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9c1937124efde3ae","status":"passed","time":{"start":1706098985437,"stop":1706098985437,"duration":0}},{"uid":"97dbff2420eaedb7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/97dbff2420eaedb7","status":"passed","time":{"start":1705681341593,"stop":1705681341593,"duration":0}},{"uid":"2a684b1556e67257","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/2a684b1556e67257","status":"passed","time":{"start":1705680075497,"stop":1705680075497,"duration":0}},{"uid":"c3d42875c5a4250f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c3d42875c5a4250f","status":"passed","time":{"start":1705666818722,"stop":1705666818722,"duration":0}},{"uid":"f507aaa60a3b65c7","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f507aaa60a3b65c7","status":"passed","time":{"start":1705520251423,"stop":1705520251424,"duration":1}},{"uid":"f6a01dcdb0d05672","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f6a01dcdb0d05672","status":"passed","time":{"start":1705518481992,"stop":1705518481993,"duration":1}},{"uid":"5d549af60f1db8b2","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/5d549af60f1db8b2","status":"passed","time":{"start":1705502312551,"stop":1705502312551,"duration":0}}]},"tags":[]},"source":"4b2bc31fcda44d23.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2b4f9e6cda045df","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Chinese and receive message","historyId":"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"35eed45e0fc0ebe5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35eed45e0fc0ebe5","status":"passed","time":{"start":1706618460783,"stop":1706618460783,"duration":0}}]},"tags":[]},"source":"f2b4f9e6cda045df.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f2ff10a62cb23538.json b/6291/data/test-cases/f2ff10a62cb23538.json new file mode 100644 index 00000000000..d0e90dfd077 --- /dev/null +++ b/6291/data/test-cases/f2ff10a62cb23538.json @@ -0,0 +1 @@ +{"uid":"f2ff10a62cb23538","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":1706618372825,"stop":1706618372825,"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":2,"unknown":0,"total":2},"items":[{"uid":"ce855f023ba9425d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce855f023ba9425d","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"tags":[]},"source":"f2ff10a62cb23538.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f38d590cd94a56ad.json b/6291/data/test-cases/f38d590cd94a56ad.json new file mode 100644 index 00000000000..a79d62ae94e --- /dev/null +++ b/6291/data/test-cases/f38d590cd94a56ad.json @@ -0,0 +1 @@ +{"uid":"f38d590cd94a56ad","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":1706618496639,"stop":1706618496639,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"bf3b8d2c51f24602","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bf3b8d2c51f24602","status":"passed","time":{"start":1706618285305,"stop":1706618285305,"duration":0}}]},"tags":[]},"source":"f38d590cd94a56ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/c335fe9bcbc41ed1.json b/6291/data/test-cases/f3b1a53ce323252b.json similarity index 97% rename from 6266/data/test-cases/c335fe9bcbc41ed1.json rename to 6291/data/test-cases/f3b1a53ce323252b.json index f7bbfc3ec8a..4896bbfc117 100644 --- a/6266/data/test-cases/c335fe9bcbc41ed1.json +++ b/6291/data/test-cases/f3b1a53ce323252b.json @@ -1 +1 @@ -{"uid":"c335fe9bcbc41ed1","name":"Check received message with timestamp: 1706101190517 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1706101190517 ","historyId":"9985811d6795a56b9d0a477d0df2d9ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101723788,"stop":1706101723788,"duration":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":"c335fe9bcbc41ed1.json","parameterValues":[]} \ No newline at end of file +{"uid":"f3b1a53ce323252b","name":"Check received message with timestamp: 1706618413982 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1706618413982 ","historyId":"fb917c1d208db3d41c9ecf3e5cbb585b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618959481,"stop":1706618959481,"duration":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":"f3b1a53ce323252b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/45e1ba329f2db1db.json b/6291/data/test-cases/f3d1c38dabf857ba.json similarity index 56% rename from 6266/data/test-cases/45e1ba329f2db1db.json rename to 6291/data/test-cases/f3d1c38dabf857ba.json index 5c2b4c019e4..d2d67c6e411 100644 --- a/6266/data/test-cases/45e1ba329f2db1db.json +++ b/6291/data/test-cases/f3d1c38dabf857ba.json @@ -1 +1 @@ -{"uid":"45e1ba329f2db1db","name":"isConnected should return true after first peer connects","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > isConnected should return true after first peer connects","historyId":"65e53592edfa30e69fcd84fcf29743a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101227414,"stop":1706101227415,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","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":104,"unknown":0,"total":104},"items":[{"uid":"f746ae0072cfe277","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f746ae0072cfe277","status":"passed","time":{"start":1706101125145,"stop":1706101125146,"duration":1}},{"uid":"b50f39f5c4c87962","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/b50f39f5c4c87962","status":"passed","time":{"start":1706101015830,"stop":1706101015831,"duration":1}},{"uid":"d98cda25ec2f1d87","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/d98cda25ec2f1d87","status":"passed","time":{"start":1706100852803,"stop":1706100852804,"duration":1}},{"uid":"b19aff116a25c055","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b19aff116a25c055","status":"passed","time":{"start":1706100223319,"stop":1706100223320,"duration":1}},{"uid":"6af081a742e15a24","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/6af081a742e15a24","status":"passed","time":{"start":1706099883683,"stop":1706099883684,"duration":1}},{"uid":"ca5a27670b596f41","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ca5a27670b596f41","status":"passed","time":{"start":1706098811153,"stop":1706098811154,"duration":1}},{"uid":"8fff5d5abb18daf6","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/8fff5d5abb18daf6","status":"passed","time":{"start":1706077610800,"stop":1706077610800,"duration":0}},{"uid":"83595446a306c319","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/83595446a306c319","status":"passed","time":{"start":1706069699145,"stop":1706069699146,"duration":1}},{"uid":"95131fbd21db8eda","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/95131fbd21db8eda","status":"passed","time":{"start":1705950407393,"stop":1705950407393,"duration":0}},{"uid":"d1a2113b5c743b66","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d1a2113b5c743b66","status":"passed","time":{"start":1705938212316,"stop":1705938212317,"duration":1}},{"uid":"f02a05785d132a76","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f02a05785d132a76","status":"passed","time":{"start":1705913348499,"stop":1705913348500,"duration":1}},{"uid":"e0bed9367823779e","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e0bed9367823779e","status":"passed","time":{"start":1705912893444,"stop":1705912893444,"duration":0}},{"uid":"f949e2e7cdc31452","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f949e2e7cdc31452","status":"passed","time":{"start":1705912281004,"stop":1705912281005,"duration":1}},{"uid":"3089211c63e00bb0","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3089211c63e00bb0","status":"passed","time":{"start":1705911462870,"stop":1705911462871,"duration":1}},{"uid":"a5fcc26cfc17c707","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a5fcc26cfc17c707","status":"passed","time":{"start":1705698669793,"stop":1705698669793,"duration":0}},{"uid":"91832cf3de3b835f","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/91832cf3de3b835f","status":"passed","time":{"start":1705687379919,"stop":1705687379920,"duration":1}},{"uid":"c7929fadfa3d5155","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c7929fadfa3d5155","status":"passed","time":{"start":1705687301609,"stop":1705687301610,"duration":1}},{"uid":"8ede5d82471bfb6e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8ede5d82471bfb6e","status":"passed","time":{"start":1705681179658,"stop":1705681179658,"duration":0}},{"uid":"6b5b3a13ecc31fb1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6b5b3a13ecc31fb1","status":"passed","time":{"start":1705679931688,"stop":1705679931688,"duration":0}},{"uid":"ed645475c25c8e3b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ed645475c25c8e3b","status":"passed","time":{"start":1705677992183,"stop":1705677992183,"duration":0}}]},"tags":[]},"source":"45e1ba329f2db1db.json","parameterValues":[]} \ No newline at end of file +{"uid":"f3d1c38dabf857ba","name":"isConnected should return true after first peer connects","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Connection state > isConnected should return true after first peer connects","historyId":"65e53592edfa30e69fcd84fcf29743a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","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":2,"unknown":0,"total":2},"items":[{"uid":"a586625d40c1e098","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a586625d40c1e098","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"tags":[]},"source":"f3d1c38dabf857ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/fd18a88b7cfe0546.json b/6291/data/test-cases/f4990162bff3ae73.json similarity index 87% rename from 6266/data/test-cases/fd18a88b7cfe0546.json rename to 6291/data/test-cases/f4990162bff3ae73.json index 10e5a81a541..b5701219e5c 100644 --- a/6266/data/test-cases/fd18a88b7cfe0546.json +++ b/6291/data/test-cases/f4990162bff3ae73.json @@ -1 +1 @@ -{"uid":"fd18a88b7cfe0546","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":1706101792212,"stop":1706101792212,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"ea8776bdc59c461e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ea8776bdc59c461e","status":"passed","time":{"start":1706101709058,"stop":1706101709058,"duration":0}},{"uid":"fa6bc37e1f85b824","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/fa6bc37e1f85b824","status":"passed","time":{"start":1706101584044,"stop":1706101584044,"duration":0}},{"uid":"636d6e5494447452","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/636d6e5494447452","status":"passed","time":{"start":1706100800530,"stop":1706100800531,"duration":1}},{"uid":"e447bf1adb3a28ed","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/e447bf1adb3a28ed","status":"passed","time":{"start":1706099377043,"stop":1706099377043,"duration":0}},{"uid":"53e079390565d40c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/53e079390565d40c","status":"passed","time":{"start":1705681745204,"stop":1705681745204,"duration":0}},{"uid":"a1efbbab5a3f42d1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/a1efbbab5a3f42d1","status":"passed","time":{"start":1705680374208,"stop":1705680374208,"duration":0}},{"uid":"a5acb9ffd3abee04","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a5acb9ffd3abee04","status":"passed","time":{"start":1705667089479,"stop":1705667089480,"duration":1}},{"uid":"f4a6985dbb072cf","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/f4a6985dbb072cf","status":"passed","time":{"start":1705521364822,"stop":1705521364822,"duration":0}},{"uid":"88c3e3a5dadfaf39","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/88c3e3a5dadfaf39","status":"passed","time":{"start":1705520531871,"stop":1705520531872,"duration":1}},{"uid":"213cd33a90365633","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/213cd33a90365633","status":"passed","time":{"start":1705518661629,"stop":1705518661629,"duration":0}},{"uid":"897dd4dd1bc66602","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/897dd4dd1bc66602","status":"passed","time":{"start":1705502591733,"stop":1705502591733,"duration":0}}]},"tags":[]},"source":"fd18a88b7cfe0546.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4990162bff3ae73","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":1706619029130,"stop":1706619029130,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"d2412bb3d2c78079","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2412bb3d2c78079","status":"passed","time":{"start":1706618668741,"stop":1706618668742,"duration":1}}]},"tags":[]},"source":"f4990162bff3ae73.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/7dcfc7e10f2446a4.json b/6291/data/test-cases/f49ded8d8e8aaadc.json similarity index 94% rename from 6266/data/test-cases/7dcfc7e10f2446a4.json rename to 6291/data/test-cases/f49ded8d8e8aaadc.json index 822e814e1aa..7a0329e2067 100644 --- a/6266/data/test-cases/7dcfc7e10f2446a4.json +++ b/6291/data/test-cases/f49ded8d8e8aaadc.json @@ -1 +1 @@ -{"uid":"7dcfc7e10f2446a4","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":1706101757842,"stop":1706101757842,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ea17f16955b1d4ba","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ea17f16955b1d4ba","status":"passed","time":{"start":1706101680233,"stop":1706101680234,"duration":1}},{"uid":"d7179191d30d6b1c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/d7179191d30d6b1c","status":"passed","time":{"start":1706101549608,"stop":1706101549609,"duration":1}},{"uid":"f9e9ba7a880f6ee7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f9e9ba7a880f6ee7","status":"passed","time":{"start":1706100770605,"stop":1706100770606,"duration":1}},{"uid":"1c8d2d9832abd0b1","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1c8d2d9832abd0b1","status":"passed","time":{"start":1706099342677,"stop":1706099342677,"duration":0}},{"uid":"592399b54ae33535","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/592399b54ae33535","status":"passed","time":{"start":1705681713151,"stop":1705681713152,"duration":1}}]},"tags":[]},"source":"7dcfc7e10f2446a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"f49ded8d8e8aaadc","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":1706618996203,"stop":1706618996204,"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":2,"unknown":0,"total":2},"items":[{"uid":"5fb5838933d683e8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5fb5838933d683e8","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"tags":[]},"source":"f49ded8d8e8aaadc.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f55a2c59137dda0d.json b/6291/data/test-cases/f55a2c59137dda0d.json new file mode 100644 index 00000000000..f13e087b1ab --- /dev/null +++ b/6291/data/test-cases/f55a2c59137dda0d.json @@ -0,0 +1 @@ +{"uid":"f55a2c59137dda0d","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":1706618851395,"stop":1706618851396,"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":2,"unknown":0,"total":2},"items":[{"uid":"15852572303ef548","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/15852572303ef548","status":"passed","time":{"start":1706618682311,"stop":1706618682311,"duration":0}}]},"tags":[]},"source":"f55a2c59137dda0d.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/bca2f1d18009fe73.json b/6291/data/test-cases/f5c7a06166a38de4.json similarity index 92% rename from 6266/data/test-cases/bca2f1d18009fe73.json rename to 6291/data/test-cases/f5c7a06166a38de4.json index ad59a301797..d2ff2eb4305 100644 --- a/6266/data/test-cases/bca2f1d18009fe73.json +++ b/6291/data/test-cases/f5c7a06166a38de4.json @@ -1 +1 @@ -{"uid":"bca2f1d18009fe73","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":1706101594003,"stop":1706101594003,"duration":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":9,"unknown":0,"total":9},"items":[{"uid":"f983319bcc13a63b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f983319bcc13a63b","status":"passed","time":{"start":1706101499456,"stop":1706101499456,"duration":0}},{"uid":"81f68e8afd3e0697","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/81f68e8afd3e0697","status":"passed","time":{"start":1706101380154,"stop":1706101380154,"duration":0}},{"uid":"3c3cbf09e4afec41","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/3c3cbf09e4afec41","status":"passed","time":{"start":1706100623772,"stop":1706100623772,"duration":0}},{"uid":"c90d0eb17083aefc","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c90d0eb17083aefc","status":"passed","time":{"start":1706099176292,"stop":1706099176292,"duration":0}},{"uid":"d09ec0be72f1a6ff","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d09ec0be72f1a6ff","status":"passed","time":{"start":1705681544260,"stop":1705681544260,"duration":0}},{"uid":"1d2fe7e6afcefa1d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/1d2fe7e6afcefa1d","status":"passed","time":{"start":1705680158907,"stop":1705680158908,"duration":1}},{"uid":"6802c1b9967cba40","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/6802c1b9967cba40","status":"passed","time":{"start":1705666900228,"stop":1705666900229,"duration":1}},{"uid":"be8185e7905a4c11","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/be8185e7905a4c11","status":"passed","time":{"start":1705526887814,"stop":1705526887814,"duration":0}}]},"tags":[]},"source":"bca2f1d18009fe73.json","parameterValues":[]} \ No newline at end of file +{"uid":"f5c7a06166a38de4","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":1706618858025,"stop":1706618858025,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"4430005e7c44ae39","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4430005e7c44ae39","status":"passed","time":{"start":1706618636989,"stop":1706618636990,"duration":1}}]},"tags":[]},"source":"f5c7a06166a38de4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/260a93c90487702e.json b/6291/data/test-cases/f6d1a4d6248d854e.json similarity index 88% rename from 6266/data/test-cases/260a93c90487702e.json rename to 6291/data/test-cases/f6d1a4d6248d854e.json index 00a1a765fd4..1f09551ccd2 100644 --- a/6266/data/test-cases/260a93c90487702e.json +++ b/6291/data/test-cases/f6d1a4d6248d854e.json @@ -1 +1 @@ -{"uid":"260a93c90487702e","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing unicode special characters and receive message","historyId":"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706101401962,"stop":1706101401962,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"7aa63850c3abd568","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7aa63850c3abd568","status":"passed","time":{"start":1706101295304,"stop":1706101295304,"duration":0}},{"uid":"6cbc4c1b771c4ae1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6cbc4c1b771c4ae1","status":"passed","time":{"start":1706101187437,"stop":1706101187437,"duration":0}},{"uid":"e40c18623994031a","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e40c18623994031a","status":"passed","time":{"start":1706100397505,"stop":1706100397505,"duration":0}},{"uid":"7a8137da9fd9d78e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7a8137da9fd9d78e","status":"passed","time":{"start":1706098985441,"stop":1706098985442,"duration":1}},{"uid":"3cae084580701e00","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3cae084580701e00","status":"passed","time":{"start":1705681341598,"stop":1705681341598,"duration":0}},{"uid":"57f4a6be72f3901a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/57f4a6be72f3901a","status":"passed","time":{"start":1705680075503,"stop":1705680075503,"duration":0}},{"uid":"b7d9e991a7eeb345","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/b7d9e991a7eeb345","status":"passed","time":{"start":1705666818727,"stop":1705666818728,"duration":1}},{"uid":"60e46771d92417a8","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/60e46771d92417a8","status":"passed","time":{"start":1705520251428,"stop":1705520251428,"duration":0}},{"uid":"36b332192cefb503","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/36b332192cefb503","status":"passed","time":{"start":1705518481998,"stop":1705518481998,"duration":0}},{"uid":"9f4008bc4482ec96","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/9f4008bc4482ec96","status":"passed","time":{"start":1705502312556,"stop":1705502312556,"duration":0}}]},"tags":[]},"source":"260a93c90487702e.json","parameterValues":[]} \ No newline at end of file +{"uid":"f6d1a4d6248d854e","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing unicode special characters and receive message","historyId":"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618624537,"stop":1706618624537,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"5c08cb478dbda32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c08cb478dbda32","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"tags":[]},"source":"f6d1a4d6248d854e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f6e8493f63f76609.json b/6291/data/test-cases/f6e8493f63f76609.json new file mode 100644 index 00000000000..9190f6a8a4b --- /dev/null +++ b/6291/data/test-cases/f6e8493f63f76609.json @@ -0,0 +1 @@ +{"uid":"f6e8493f63f76609","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":1706618624271,"stop":1706618624271,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"9a8e4801daec4644","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8e4801daec4644","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"tags":[]},"source":"f6e8493f63f76609.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f6e9a20b4c92b86a.json b/6291/data/test-cases/f6e9a20b4c92b86a.json new file mode 100644 index 00000000000..da45a4e6170 --- /dev/null +++ b/6291/data/test-cases/f6e9a20b4c92b86a.json @@ -0,0 +1 @@ +{"uid":"f6e9a20b4c92b86a","name":"caches peers it previously fetched","fullName":"/src/dns.spec.ts: DNS Node Discovery > caches peers it previously fetched","historyId":"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618389061,"stop":1706618389061,"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":2,"unknown":0,"total":2},"items":[{"uid":"2f61377dab6d7c8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f61377dab6d7c8d","status":"passed","time":{"start":1706618179848,"stop":1706618179848,"duration":0}}]},"tags":[]},"source":"f6e9a20b4c92b86a.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/95afc8afdb905309.json b/6291/data/test-cases/f6ecbd8743d57519.json similarity index 88% rename from 6266/data/test-cases/95afc8afdb905309.json rename to 6291/data/test-cases/f6ecbd8743d57519.json index 010def3936a..2194fc6859e 100644 --- a/6266/data/test-cases/95afc8afdb905309.json +++ b/6291/data/test-cases/f6ecbd8743d57519.json @@ -1 +1 @@ -{"uid":"95afc8afdb905309","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":1706101401938,"stop":1706101401938,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"808fa42f5850fdc1","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/808fa42f5850fdc1","status":"passed","time":{"start":1706101295294,"stop":1706101295294,"duration":0}},{"uid":"e5c4a6a5885995dd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e5c4a6a5885995dd","status":"passed","time":{"start":1706101187421,"stop":1706101187421,"duration":0}},{"uid":"42de866f5aa537c9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/42de866f5aa537c9","status":"passed","time":{"start":1706100397496,"stop":1706100397496,"duration":0}},{"uid":"1d4b79c49d714526","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/1d4b79c49d714526","status":"passed","time":{"start":1706098985430,"stop":1706098985431,"duration":1}},{"uid":"31cf4d2301fb7093","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/31cf4d2301fb7093","status":"passed","time":{"start":1705681341589,"stop":1705681341589,"duration":0}},{"uid":"b3f18e064e23c6bb","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b3f18e064e23c6bb","status":"passed","time":{"start":1705680075492,"stop":1705680075493,"duration":1}},{"uid":"fad5e24175c10be8","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/fad5e24175c10be8","status":"passed","time":{"start":1705666818718,"stop":1705666818718,"duration":0}},{"uid":"b136554d8e0bede8","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/b136554d8e0bede8","status":"passed","time":{"start":1705520251411,"stop":1705520251411,"duration":0}},{"uid":"f29687de68f2638d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f29687de68f2638d","status":"passed","time":{"start":1705518481977,"stop":1705518481977,"duration":0}},{"uid":"eb3ae56949ba87f5","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/eb3ae56949ba87f5","status":"passed","time":{"start":1705502312545,"stop":1705502312545,"duration":0}}]},"tags":[]},"source":"95afc8afdb905309.json","parameterValues":[]} \ No newline at end of file +{"uid":"f6ecbd8743d57519","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":1706618624451,"stop":1706618624451,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"99a8117d9b33d2bf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/99a8117d9b33d2bf","status":"passed","time":{"start":1706618460773,"stop":1706618460774,"duration":1}}]},"tags":[]},"source":"f6ecbd8743d57519.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/60a456e26e2204e8.json b/6291/data/test-cases/f6ed0a8c904a43ae.json similarity index 88% rename from 6266/data/test-cases/60a456e26e2204e8.json rename to 6291/data/test-cases/f6ed0a8c904a43ae.json index ae97a937704..099f18988da 100644 --- a/6266/data/test-cases/60a456e26e2204e8.json +++ b/6291/data/test-cases/f6ed0a8c904a43ae.json @@ -1 +1 @@ -{"uid":"60a456e26e2204e8","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":1706101792224,"stop":1706101792224,"duration":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}],"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}],"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":10,"unknown":0,"total":10},"items":[{"uid":"7c7ce125f319989e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/7c7ce125f319989e","status":"passed","time":{"start":1706101709068,"stop":1706101709068,"duration":0}},{"uid":"dda7ee0039dd22f7","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/dda7ee0039dd22f7","status":"passed","time":{"start":1706101584053,"stop":1706101584054,"duration":1}},{"uid":"9bda7619396ef267","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9bda7619396ef267","status":"passed","time":{"start":1706100800541,"stop":1706100800542,"duration":1}},{"uid":"191994d199dd8389","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/191994d199dd8389","status":"passed","time":{"start":1706099377054,"stop":1706099377054,"duration":0}},{"uid":"446e7b12a8d6e1e5","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/446e7b12a8d6e1e5","status":"passed","time":{"start":1705681745213,"stop":1705681745213,"duration":0}},{"uid":"3bf6624ec10923db","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/3bf6624ec10923db","status":"passed","time":{"start":1705680374217,"stop":1705680374217,"duration":0}},{"uid":"cd1cfb5548384be2","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/cd1cfb5548384be2","status":"passed","time":{"start":1705521364833,"stop":1705521364833,"duration":0}},{"uid":"450b62aa1c5f328c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/450b62aa1c5f328c","status":"passed","time":{"start":1705520531883,"stop":1705520531883,"duration":0}},{"uid":"e5e5b387668e6cec","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e5e5b387668e6cec","status":"passed","time":{"start":1705502591747,"stop":1705502591747,"duration":0}}]},"tags":[]},"source":"60a456e26e2204e8.json","parameterValues":[]} \ No newline at end of file +{"uid":"f6ed0a8c904a43ae","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":1706619029146,"stop":1706619029146,"duration":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}],"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}],"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":[],"tags":[]},"source":"f6ed0a8c904a43ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9a3de1f7d56b3768.json b/6291/data/test-cases/f78a87da0f0f5888.json similarity index 88% rename from 6266/data/test-cases/9a3de1f7d56b3768.json rename to 6291/data/test-cases/f78a87da0f0f5888.json index 8b0dc29329a..9a084878ebd 100644 --- a/6266/data/test-cases/9a3de1f7d56b3768.json +++ b/6291/data/test-cases/f78a87da0f0f5888.json @@ -1 +1 @@ -{"uid":"9a3de1f7d56b3768","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":1706101792218,"stop":1706101792218,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"fee1fcf1729ec590","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/fee1fcf1729ec590","status":"passed","time":{"start":1706101709063,"stop":1706101709063,"duration":0}},{"uid":"be4db564935fa3a9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/be4db564935fa3a9","status":"passed","time":{"start":1706101584049,"stop":1706101584049,"duration":0}},{"uid":"86f66c96aed198f0","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/86f66c96aed198f0","status":"passed","time":{"start":1706100800536,"stop":1706100800536,"duration":0}},{"uid":"46019ff6224eb756","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/46019ff6224eb756","status":"passed","time":{"start":1706099377049,"stop":1706099377049,"duration":0}},{"uid":"371c8f6f448952cc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/371c8f6f448952cc","status":"passed","time":{"start":1705681745209,"stop":1705681745209,"duration":0}},{"uid":"7998305f6fabd02c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7998305f6fabd02c","status":"passed","time":{"start":1705680374213,"stop":1705680374213,"duration":0}},{"uid":"7bdb456b575938f3","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/7bdb456b575938f3","status":"passed","time":{"start":1705667089487,"stop":1705667089487,"duration":0}},{"uid":"f8de9809edda1859","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/f8de9809edda1859","status":"passed","time":{"start":1705521364828,"stop":1705521364828,"duration":0}},{"uid":"e8efa9935eb0edc3","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e8efa9935eb0edc3","status":"passed","time":{"start":1705520531877,"stop":1705520531878,"duration":1}},{"uid":"badb6ddb02ee243","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/badb6ddb02ee243","status":"passed","time":{"start":1705502591740,"stop":1705502591740,"duration":0}}]},"tags":[]},"source":"9a3de1f7d56b3768.json","parameterValues":[]} \ No newline at end of file +{"uid":"f78a87da0f0f5888","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":1706619029140,"stop":1706619029141,"duration":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}],"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}],"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":[],"tags":[]},"source":"f78a87da0f0f5888.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/9af551c306b24c06.json b/6291/data/test-cases/f802fe09e2777668.json similarity index 76% rename from 6266/data/test-cases/9af551c306b24c06.json rename to 6291/data/test-cases/f802fe09e2777668.json index 3772a668269..26baad15755 100644 --- a/6266/data/test-cases/9af551c306b24c06.json +++ b/6291/data/test-cases/f802fe09e2777668.json @@ -1 +1 @@ -{"uid":"9af551c306b24c06","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":1706101530703,"stop":1706101530704,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"d333381ea5c080e4","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d333381ea5c080e4","status":"passed","time":{"start":1706101419603,"stop":1706101419604,"duration":1}},{"uid":"7b6f22511f2ad85","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/7b6f22511f2ad85","status":"passed","time":{"start":1706101305313,"stop":1706101305313,"duration":0}},{"uid":"22455b1b6b674e8e","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/22455b1b6b674e8e","status":"passed","time":{"start":1706100931200,"stop":1706100931201,"duration":1}},{"uid":"a16af4ae4eca138","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a16af4ae4eca138","status":"passed","time":{"start":1706100510899,"stop":1706100510899,"duration":0}},{"uid":"b017b123d0eb4c02","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b017b123d0eb4c02","status":"passed","time":{"start":1706099960906,"stop":1706099960906,"duration":0}},{"uid":"ece7d6f3b268c13f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/ece7d6f3b268c13f","status":"passed","time":{"start":1706099096973,"stop":1706099096974,"duration":1}},{"uid":"63e3ed887d885268","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/63e3ed887d885268","status":"passed","time":{"start":1706077690005,"stop":1706077690005,"duration":0}},{"uid":"ad3d0da245865888","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/ad3d0da245865888","status":"passed","time":{"start":1706069780781,"stop":1706069780781,"duration":0}},{"uid":"72db4b095c0ec1f5","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/72db4b095c0ec1f5","status":"passed","time":{"start":1705950480125,"stop":1705950480127,"duration":2}},{"uid":"d1a2f4f97b6c567f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d1a2f4f97b6c567f","status":"passed","time":{"start":1705938289250,"stop":1705938289250,"duration":0}},{"uid":"c72bd3319bf60cb8","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/c72bd3319bf60cb8","status":"passed","time":{"start":1705913424146,"stop":1705913424146,"duration":0}},{"uid":"ced74effc5b246b5","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ced74effc5b246b5","status":"passed","time":{"start":1705912964608,"stop":1705912964608,"duration":0}},{"uid":"f1e3ef37488b70ed","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f1e3ef37488b70ed","status":"passed","time":{"start":1705912351015,"stop":1705912351015,"duration":0}},{"uid":"5182235f3dcb166b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/5182235f3dcb166b","status":"passed","time":{"start":1705911533353,"stop":1705911533354,"duration":1}},{"uid":"ef676e22a2bd9762","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/ef676e22a2bd9762","status":"passed","time":{"start":1705698747963,"stop":1705698747964,"duration":1}},{"uid":"13072de4f1495643","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/13072de4f1495643","status":"passed","time":{"start":1705687465942,"stop":1705687465943,"duration":1}},{"uid":"802139cb11ac50fe","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/802139cb11ac50fe","status":"passed","time":{"start":1705687367133,"stop":1705687367134,"duration":1}},{"uid":"6d89b888a0510667","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6d89b888a0510667","status":"passed","time":{"start":1705681459375,"stop":1705681459375,"duration":0}},{"uid":"d472dbf48b878a6c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/d472dbf48b878a6c","status":"passed","time":{"start":1705680122216,"stop":1705680122216,"duration":0}},{"uid":"42371ad1c85f7a12","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/42371ad1c85f7a12","status":"passed","time":{"start":1705678066190,"stop":1705678066191,"duration":1}}]},"tags":[]},"source":"9af551c306b24c06.json","parameterValues":[]} \ No newline at end of file +{"uid":"f802fe09e2777668","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":1706618865684,"stop":1706618865684,"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":2,"unknown":0,"total":2},"items":[{"uid":"af3b15e3086e8344","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af3b15e3086e8344","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"tags":[]},"source":"f802fe09e2777668.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f8af486e8f1078bb.json b/6291/data/test-cases/f8af486e8f1078bb.json new file mode 100644 index 00000000000..f94711faf2e --- /dev/null +++ b/6291/data/test-cases/f8af486e8f1078bb.json @@ -0,0 +1 @@ +{"uid":"f8af486e8f1078bb","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":1706618731299,"stop":1706618731299,"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":2,"unknown":0,"total":2},"items":[{"uid":"6fbccc94af3561f7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fbccc94af3561f7","status":"passed","time":{"start":1706618394347,"stop":1706618394347,"duration":0}}]},"tags":[]},"source":"f8af486e8f1078bb.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f8c32eb74dc3b7b5.json b/6291/data/test-cases/f8c32eb74dc3b7b5.json new file mode 100644 index 00000000000..6cb58d6d3f0 --- /dev/null +++ b/6291/data/test-cases/f8c32eb74dc3b7b5.json @@ -0,0 +1 @@ +{"uid":"f8c32eb74dc3b7b5","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":1706619008974,"stop":1706619008975,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"738188caae315898","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/738188caae315898","status":"passed","time":{"start":1706618775740,"stop":1706618775740,"duration":0}}]},"tags":[]},"source":"f8c32eb74dc3b7b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/f93539b24f610d77.json b/6291/data/test-cases/f93539b24f610d77.json new file mode 100644 index 00000000000..ba350797bd2 --- /dev/null +++ b/6291/data/test-cases/f93539b24f610d77.json @@ -0,0 +1 @@ +{"uid":"f93539b24f610d77","name":"should be called for bootstrap peers","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Dials > dialPeer method > For bootstrap peers > should be called for bootstrap peers","historyId":"7bf91de0ff7f91d8d8ca7253ff0f3260:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","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 \"ConnectionManager\"","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},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Dials"},{"name":"subSuite","value":"dialPeer method > 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":2,"unknown":0,"total":2},"items":[{"uid":"c6c8f0818c8cb292","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6c8f0818c8cb292","status":"passed","time":{"start":1706618246649,"stop":1706618246649,"duration":0}}]},"tags":[]},"source":"f93539b24f610d77.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/15c1b3da52cc2dff.json b/6291/data/test-cases/f9844a915e2aff7c.json similarity index 77% rename from 6266/data/test-cases/15c1b3da52cc2dff.json rename to 6291/data/test-cases/f9844a915e2aff7c.json index bf827150f29..f1352bae8db 100644 --- a/6266/data/test-cases/15c1b3da52cc2dff.json +++ b/6291/data/test-cases/f9844a915e2aff7c.json @@ -1 +1 @@ -{"uid":"15c1b3da52cc2dff","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":1706101369632,"stop":1706101369633,"duration":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":1,"skipped":0,"passed":63,"unknown":0,"total":64},"items":[{"uid":"890f12874689734b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/890f12874689734b","status":"passed","time":{"start":1706101264983,"stop":1706101264984,"duration":1}},{"uid":"2093fa296a08d4c","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/2093fa296a08d4c","status":"passed","time":{"start":1706101143279,"stop":1706101143279,"duration":0}},{"uid":"930bf2ce55d7f176","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/930bf2ce55d7f176","status":"passed","time":{"start":1706100932549,"stop":1706100932549,"duration":0}},{"uid":"b102a5238e1822b1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/b102a5238e1822b1","status":"passed","time":{"start":1706100355781,"stop":1706100355781,"duration":0}},{"uid":"bdca8a4adc118132","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/bdca8a4adc118132","status":"passed","time":{"start":1706099967119,"stop":1706099967119,"duration":0}},{"uid":"6ab0254baa2db57f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6ab0254baa2db57f","status":"passed","time":{"start":1706098945335,"stop":1706098945335,"duration":0}},{"uid":"706f513891bbdf81","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/706f513891bbdf81","status":"passed","time":{"start":1706077698152,"stop":1706077698152,"duration":0}},{"uid":"a68bcc39afe04401","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a68bcc39afe04401","status":"passed","time":{"start":1706069781885,"stop":1706069781885,"duration":0}},{"uid":"454e872102aea028","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/454e872102aea028","status":"passed","time":{"start":1705950488310,"stop":1705950488310,"duration":0}},{"uid":"f529b8c782d59d3b","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f529b8c782d59d3b","status":"passed","time":{"start":1705938293058,"stop":1705938293058,"duration":0}},{"uid":"209a2fa8add2a40e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/209a2fa8add2a40e","status":"passed","time":{"start":1705913430285,"stop":1705913430285,"duration":0}},{"uid":"f1c626e0c9f8fa1d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f1c626e0c9f8fa1d","status":"passed","time":{"start":1705912976203,"stop":1705912976204,"duration":1}},{"uid":"a18f3932772f8e8a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a18f3932772f8e8a","status":"passed","time":{"start":1705912363765,"stop":1705912363765,"duration":0}},{"uid":"b6eedcf228511a19","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b6eedcf228511a19","status":"passed","time":{"start":1705911543459,"stop":1705911543459,"duration":0}},{"uid":"d2ad63e986d1da4e","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d2ad63e986d1da4e","status":"passed","time":{"start":1705698753995,"stop":1705698753995,"duration":0}},{"uid":"bedfecce79b5eebc","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/bedfecce79b5eebc","status":"passed","time":{"start":1705687466248,"stop":1705687466249,"duration":1}},{"uid":"2d71ab8f648e1ea1","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/2d71ab8f648e1ea1","status":"passed","time":{"start":1705687381582,"stop":1705687381583,"duration":1}},{"uid":"80a77e524793ed4e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/80a77e524793ed4e","status":"passed","time":{"start":1705681326960,"stop":1705681326960,"duration":0}},{"uid":"7e740aed9b95633b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7e740aed9b95633b","status":"passed","time":{"start":1705678076941,"stop":1705678076942,"duration":1}},{"uid":"1bfe335c285427c2","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/1bfe335c285427c2","status":"passed","time":{"start":1705677999864,"stop":1705677999864,"duration":0}}]},"tags":[]},"source":"15c1b3da52cc2dff.json","parameterValues":[]} \ No newline at end of file +{"uid":"f9844a915e2aff7c","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":1706618580257,"stop":1706618580258,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"d97e5e4cd9de35ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d97e5e4cd9de35ab","status":"passed","time":{"start":1706618380673,"stop":1706618380674,"duration":1}}]},"tags":[]},"source":"f9844a915e2aff7c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3f0ad7a5ae2a1d4e.json b/6291/data/test-cases/f9a9c5be342d3067.json similarity index 95% rename from 6266/data/test-cases/3f0ad7a5ae2a1d4e.json rename to 6291/data/test-cases/f9a9c5be342d3067.json index cd2a4f47ff3..43caa9f0044 100644 --- a/6266/data/test-cases/3f0ad7a5ae2a1d4e.json +++ b/6291/data/test-cases/f9a9c5be342d3067.json @@ -1 +1 @@ -{"uid":"3f0ad7a5ae2a1d4e","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":1706101757825,"stop":1706101757826,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"1edb1539512eb43a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1edb1539512eb43a","status":"passed","time":{"start":1706101680227,"stop":1706101680227,"duration":0}},{"uid":"ee273d356f20fb11","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ee273d356f20fb11","status":"passed","time":{"start":1706101549599,"stop":1706101549599,"duration":0}},{"uid":"e1206ce305a43ad7","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/e1206ce305a43ad7","status":"passed","time":{"start":1706100770596,"stop":1706100770597,"duration":1}},{"uid":"705715607d3219cb","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/705715607d3219cb","status":"passed","time":{"start":1706099342670,"stop":1706099342670,"duration":0}},{"uid":"da44fb3ab4d784ba","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/da44fb3ab4d784ba","status":"passed","time":{"start":1705681713142,"stop":1705681713142,"duration":0}}]},"tags":[]},"source":"3f0ad7a5ae2a1d4e.json","parameterValues":[]} \ No newline at end of file +{"uid":"f9a9c5be342d3067","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":1706618996191,"stop":1706618996192,"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":2,"unknown":0,"total":2},"items":[{"uid":"2e69b5c7de1747e3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e69b5c7de1747e3","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"tags":[]},"source":"f9a9c5be342d3067.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fa176706ae4acb08.json b/6291/data/test-cases/fa176706ae4acb08.json new file mode 100644 index 00000000000..70d242de76b --- /dev/null +++ b/6291/data/test-cases/fa176706ae4acb08.json @@ -0,0 +1 @@ +{"uid":"fa176706ae4acb08","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":1706618395068,"stop":1706618395069,"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":2,"unknown":0,"total":2},"items":[{"uid":"5da389ac1e9074dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5da389ac1e9074dd","status":"passed","time":{"start":1706618185608,"stop":1706618185609,"duration":1}}]},"tags":[]},"source":"fa176706ae4acb08.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fa7e00f761c7f863.json b/6291/data/test-cases/fa7e00f761c7f863.json new file mode 100644 index 00000000000..020042f90ed --- /dev/null +++ b/6291/data/test-cases/fa7e00f761c7f863.json @@ -0,0 +1 @@ +{"uid":"fa7e00f761c7f863","name":"should emit `peer:connected:bootstrap` event when a peer is connected","fullName":"/tests/connection_manager.spec.ts: ConnectionManager > Events > peer:connect > should emit `peer:connected:bootstrap` event when a peer is connected","historyId":"1ecfe92e3f0bf4803adcc8048ac391ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706618454359,"stop":1706618454360,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ConnectionManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ConnectionManager"},{"name":"suite","value":"Events"},{"name":"subSuite","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":2,"unknown":0,"total":2},"items":[{"uid":"891b210582c675e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/891b210582c675e7","status":"passed","time":{"start":1706618246646,"stop":1706618246646,"duration":0}}]},"tags":[]},"source":"fa7e00f761c7f863.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fa8620e3a87fc6a4.json b/6291/data/test-cases/fa8620e3a87fc6a4.json new file mode 100644 index 00000000000..e3c0e541b26 --- /dev/null +++ b/6291/data/test-cases/fa8620e3a87fc6a4.json @@ -0,0 +1 @@ +{"uid":"fa8620e3a87fc6a4","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":1706618496642,"stop":1706618496642,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"38047ab9c2fb65b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38047ab9c2fb65b6","status":"passed","time":{"start":1706618285308,"stop":1706618285308,"duration":0}}]},"tags":[]},"source":"fa8620e3a87fc6a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/15ddc50e6cf1ce33.json b/6291/data/test-cases/fa9b2b5a3d9ac3c0.json similarity index 88% rename from 6266/data/test-cases/15ddc50e6cf1ce33.json rename to 6291/data/test-cases/fa9b2b5a3d9ac3c0.json index 8105d8396fc..23adc78be88 100644 --- a/6266/data/test-cases/15ddc50e6cf1ce33.json +++ b/6291/data/test-cases/fa9b2b5a3d9ac3c0.json @@ -1 +1 @@ -{"uid":"15ddc50e6cf1ce33","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":1706101792219,"stop":1706101792219,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"dc943a4039271636","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/dc943a4039271636","status":"passed","time":{"start":1706101709063,"stop":1706101709063,"duration":0}},{"uid":"263490e1026da119","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/263490e1026da119","status":"passed","time":{"start":1706101584049,"stop":1706101584049,"duration":0}},{"uid":"8259b75634ed82e9","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/8259b75634ed82e9","status":"passed","time":{"start":1706100800537,"stop":1706100800537,"duration":0}},{"uid":"f08f278a27026a9f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/f08f278a27026a9f","status":"passed","time":{"start":1706099377049,"stop":1706099377049,"duration":0}},{"uid":"2dcb70c46fae1bee","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/2dcb70c46fae1bee","status":"passed","time":{"start":1705681745209,"stop":1705681745209,"duration":0}},{"uid":"57a1033e14f938c1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/57a1033e14f938c1","status":"passed","time":{"start":1705680374213,"stop":1705680374213,"duration":0}},{"uid":"c005f75bbfd56afa","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c005f75bbfd56afa","status":"passed","time":{"start":1705667089487,"stop":1705667089487,"duration":0}},{"uid":"adfeb3a450cf542e","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/adfeb3a450cf542e","status":"passed","time":{"start":1705521364828,"stop":1705521364828,"duration":0}},{"uid":"1f7154ffcdfd1b54","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1f7154ffcdfd1b54","status":"passed","time":{"start":1705520531878,"stop":1705520531878,"duration":0}},{"uid":"ac4c614e575dc733","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/ac4c614e575dc733","status":"passed","time":{"start":1705502591740,"stop":1705502591740,"duration":0}}]},"tags":[]},"source":"15ddc50e6cf1ce33.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa9b2b5a3d9ac3c0","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":1706619029141,"stop":1706619029141,"duration":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}],"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}],"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":[],"tags":[]},"source":"fa9b2b5a3d9ac3c0.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/90296a5ccc1dd563.json b/6291/data/test-cases/fa9b4d8814bc063b.json similarity index 88% rename from 6266/data/test-cases/90296a5ccc1dd563.json rename to 6291/data/test-cases/fa9b4d8814bc063b.json index 2e39237a26e..b8e60aa25b2 100644 --- a/6266/data/test-cases/90296a5ccc1dd563.json +++ b/6291/data/test-cases/fa9b4d8814bc063b.json @@ -1 +1 @@ -{"uid":"90296a5ccc1dd563","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":1706101401937,"stop":1706101401937,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":11,"unknown":0,"total":11},"items":[{"uid":"84df30a930635147","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/84df30a930635147","status":"passed","time":{"start":1706101295292,"stop":1706101295293,"duration":1}},{"uid":"e5bfad7347dbcf58","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e5bfad7347dbcf58","status":"passed","time":{"start":1706101187415,"stop":1706101187416,"duration":1}},{"uid":"84c5e3e7a3d6ae18","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/84c5e3e7a3d6ae18","status":"passed","time":{"start":1706100397495,"stop":1706100397496,"duration":1}},{"uid":"a8f15ba75269b08a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a8f15ba75269b08a","status":"passed","time":{"start":1706098985429,"stop":1706098985430,"duration":1}},{"uid":"a3c3d864fbecbfe7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/a3c3d864fbecbfe7","status":"passed","time":{"start":1705681341586,"stop":1705681341587,"duration":1}},{"uid":"b9c71ab6b3fd3d8d","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b9c71ab6b3fd3d8d","status":"passed","time":{"start":1705680075491,"stop":1705680075492,"duration":1}},{"uid":"3a7d365f7fa149a9","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3a7d365f7fa149a9","status":"passed","time":{"start":1705666818716,"stop":1705666818716,"duration":0}},{"uid":"f0d65ebb0253889","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f0d65ebb0253889","status":"passed","time":{"start":1705520251410,"stop":1705520251410,"duration":0}},{"uid":"55ae30ea26c2f805","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/55ae30ea26c2f805","status":"passed","time":{"start":1705518481976,"stop":1705518481976,"duration":0}},{"uid":"4feff67920745fc2","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4feff67920745fc2","status":"passed","time":{"start":1705502312544,"stop":1705502312544,"duration":0}}]},"tags":[]},"source":"90296a5ccc1dd563.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa9b4d8814bc063b","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":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook 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":2,"unknown":0,"total":2},"items":[{"uid":"8225205a0cd971fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8225205a0cd971fa","status":"passed","time":{"start":1706618460771,"stop":1706618460772,"duration":1}}]},"tags":[]},"source":"fa9b4d8814bc063b.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/2036a0ff1f77182.json b/6291/data/test-cases/fad827e7c0d3e70.json similarity index 67% rename from 6266/data/test-cases/2036a0ff1f77182.json rename to 6291/data/test-cases/fad827e7c0d3e70.json index bcc8768e089..019d546fecc 100644 --- a/6266/data/test-cases/2036a0ff1f77182.json +++ b/6291/data/test-cases/fad827e7c0d3e70.json @@ -1 +1 @@ -{"uid":"2036a0ff1f77182","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":1706101792205,"stop":1706101792205,"duration":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}],"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}],"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":12,"unknown":0,"total":12},"items":[{"uid":"d02e5713e10c8d9a","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d02e5713e10c8d9a","status":"passed","time":{"start":1706101709051,"stop":1706101709051,"duration":0}},{"uid":"da30e9fc48f4eb39","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/da30e9fc48f4eb39","status":"passed","time":{"start":1706101584037,"stop":1706101584038,"duration":1}},{"uid":"a6ae1b1fb66f5740","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a6ae1b1fb66f5740","status":"passed","time":{"start":1706100800524,"stop":1706100800524,"duration":0}},{"uid":"86dba1ffda89e9ac","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/86dba1ffda89e9ac","status":"passed","time":{"start":1706099377035,"stop":1706099377036,"duration":1}},{"uid":"408138b82f1a4131","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/408138b82f1a4131","status":"passed","time":{"start":1705681745198,"stop":1705681745198,"duration":0}},{"uid":"ac452c3da07aec2a","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ac452c3da07aec2a","status":"passed","time":{"start":1705680374200,"stop":1705680374200,"duration":0}},{"uid":"3a1188eae9ae3beb","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/3a1188eae9ae3beb","status":"passed","time":{"start":1705667089463,"stop":1705667089463,"duration":0}},{"uid":"953b855044ac51bb","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/953b855044ac51bb","status":"passed","time":{"start":1705521364813,"stop":1705521364814,"duration":1}},{"uid":"cbed9b5f01a6bed7","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/cbed9b5f01a6bed7","status":"passed","time":{"start":1705520531863,"stop":1705520531864,"duration":1}},{"uid":"c488c533c6417143","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c488c533c6417143","status":"passed","time":{"start":1705518661622,"stop":1705518661622,"duration":0}},{"uid":"aecfad7f528ca386","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/aecfad7f528ca386","status":"passed","time":{"start":1705502591724,"stop":1705502591724,"duration":0}}]},"tags":[]},"source":"2036a0ff1f77182.json","parameterValues":[]} \ No newline at end of file +{"uid":"fad827e7c0d3e70","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":1706619029128,"stop":1706619029128,"duration":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}],"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}],"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":2,"unknown":0,"total":2},"items":[{"uid":"eae885fddbff623b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eae885fddbff623b","status":"passed","time":{"start":1706618668734,"stop":1706618668736,"duration":2}}]},"tags":[]},"source":"fad827e7c0d3e70.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/16324466d8d81dc5.json b/6291/data/test-cases/fb2bc7b288d6fdab.json similarity index 92% rename from 6266/data/test-cases/16324466d8d81dc5.json rename to 6291/data/test-cases/fb2bc7b288d6fdab.json index 537329c8577..a2398783e61 100644 --- a/6266/data/test-cases/16324466d8d81dc5.json +++ b/6291/data/test-cases/fb2bc7b288d6fdab.json @@ -1 +1 @@ -{"uid":"16324466d8d81dc5","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":1706101594002,"stop":1706101594003,"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":9,"unknown":0,"total":9},"items":[{"uid":"53ba63ab3df1c33b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/53ba63ab3df1c33b","status":"passed","time":{"start":1706101499455,"stop":1706101499456,"duration":1}},{"uid":"85dcb50fcaef596e","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/85dcb50fcaef596e","status":"passed","time":{"start":1706101380153,"stop":1706101380153,"duration":0}},{"uid":"2d1829a559bcb57d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/2d1829a559bcb57d","status":"passed","time":{"start":1706100623766,"stop":1706100623766,"duration":0}},{"uid":"c46b5913e15a8998","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/c46b5913e15a8998","status":"passed","time":{"start":1706099176292,"stop":1706099176292,"duration":0}},{"uid":"3b39df87622a59aa","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3b39df87622a59aa","status":"passed","time":{"start":1705681544259,"stop":1705681544259,"duration":0}},{"uid":"5d2799e10d85d20","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/5d2799e10d85d20","status":"passed","time":{"start":1705680158907,"stop":1705680158907,"duration":0}},{"uid":"8a9b3c0a38b57013","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/8a9b3c0a38b57013","status":"passed","time":{"start":1705666900228,"stop":1705666900228,"duration":0}},{"uid":"5ecb2e78e5ceccad","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/5ecb2e78e5ceccad","status":"passed","time":{"start":1705526887813,"stop":1705526887814,"duration":1}}]},"tags":[]},"source":"16324466d8d81dc5.json","parameterValues":[]} \ No newline at end of file +{"uid":"fb2bc7b288d6fdab","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":1706618858024,"stop":1706618858025,"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":2,"unknown":0,"total":2},"items":[{"uid":"7a01512317f62d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a01512317f62d9","status":"passed","time":{"start":1706618636989,"stop":1706618636989,"duration":0}}]},"tags":[]},"source":"fb2bc7b288d6fdab.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fba86fb5418ec476.json b/6291/data/test-cases/fba86fb5418ec476.json new file mode 100644 index 00000000000..adf7f571dc1 --- /dev/null +++ b/6291/data/test-cases/fba86fb5418ec476.json @@ -0,0 +1 @@ +{"uid":"fba86fb5418ec476","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":1706618731289,"stop":1706618731289,"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":2,"unknown":0,"total":2},"items":[{"uid":"24c6e9a53a03788","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24c6e9a53a03788","status":"passed","time":{"start":1706618394327,"stop":1706618394328,"duration":1}}]},"tags":[]},"source":"fba86fb5418ec476.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/3dbf91a5ad4be15.json b/6291/data/test-cases/fc47e23b90e7f74.json similarity index 52% rename from 6266/data/test-cases/3dbf91a5ad4be15.json rename to 6291/data/test-cases/fc47e23b90e7f74.json index 23852d976e3..d2d7e73ea98 100644 --- a/6266/data/test-cases/3dbf91a5ad4be15.json +++ b/6291/data/test-cases/fc47e23b90e7f74.json @@ -1 +1 @@ -{"uid":"3dbf91a5ad4be15","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":1706101214348,"stop":1706101214349,"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":108,"unknown":0,"total":108},"items":[{"uid":"48d0cf4f80add5f2","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/48d0cf4f80add5f2","status":"passed","time":{"start":1706101097993,"stop":1706101097994,"duration":1}},{"uid":"e674c91a95d676cd","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/e674c91a95d676cd","status":"passed","time":{"start":1706100993727,"stop":1706100993727,"duration":0}},{"uid":"12ff082424e4b4a1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/12ff082424e4b4a1","status":"passed","time":{"start":1706100835938,"stop":1706100835938,"duration":0}},{"uid":"82f6de445ac92aa8","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/82f6de445ac92aa8","status":"passed","time":{"start":1706100195803,"stop":1706100195804,"duration":1}},{"uid":"f405a3bec2de760a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f405a3bec2de760a","status":"passed","time":{"start":1706099862710,"stop":1706099862711,"duration":1}},{"uid":"17d91cda4b0bb68a","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/17d91cda4b0bb68a","status":"passed","time":{"start":1706098782051,"stop":1706098782053,"duration":2}},{"uid":"41ba3b32f4497647","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/41ba3b32f4497647","status":"passed","time":{"start":1706077596409,"stop":1706077596410,"duration":1}},{"uid":"9af1f430e6e95376","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/9af1f430e6e95376","status":"passed","time":{"start":1706069680772,"stop":1706069680776,"duration":4}},{"uid":"1313672b51e78e2f","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/1313672b51e78e2f","status":"passed","time":{"start":1705950391581,"stop":1705950391581,"duration":0}},{"uid":"1f457f8d27e47946","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1f457f8d27e47946","status":"passed","time":{"start":1705938203368,"stop":1705938203368,"duration":0}},{"uid":"a566b955c4627973","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a566b955c4627973","status":"passed","time":{"start":1705913327175,"stop":1705913327175,"duration":0}},{"uid":"1c499fba9a2df058","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1c499fba9a2df058","status":"passed","time":{"start":1705912876918,"stop":1705912876919,"duration":1}},{"uid":"fc595d62d9c6d988","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fc595d62d9c6d988","status":"passed","time":{"start":1705912273798,"stop":1705912273798,"duration":0}},{"uid":"1067fc965526ed6b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/1067fc965526ed6b","status":"passed","time":{"start":1705911446421,"stop":1705911446421,"duration":0}},{"uid":"701966b949f3c924","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/701966b949f3c924","status":"passed","time":{"start":1705698651185,"stop":1705698651185,"duration":0}},{"uid":"fcf61cc4e5cfa883","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/fcf61cc4e5cfa883","status":"passed","time":{"start":1705687354894,"stop":1705687354895,"duration":1}},{"uid":"a3f40685ba43e8e1","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/a3f40685ba43e8e1","status":"passed","time":{"start":1705687277696,"stop":1705687277697,"duration":1}},{"uid":"22ec43245a3e7b14","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/22ec43245a3e7b14","status":"passed","time":{"start":1705681150036,"stop":1705681150040,"duration":4}},{"uid":"b8cb36e4a713b213","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b8cb36e4a713b213","status":"passed","time":{"start":1705679898636,"stop":1705679898636,"duration":0}},{"uid":"81e37cc6cb04d262","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/81e37cc6cb04d262","status":"passed","time":{"start":1705677972787,"stop":1705677972788,"duration":1}}]},"tags":[]},"source":"3dbf91a5ad4be15.json","parameterValues":[]} \ No newline at end of file +{"uid":"fc47e23b90e7f74","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":1706618424944,"stop":1706618424944,"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":2,"unknown":0,"total":2},"items":[{"uid":"e93defc61a855147","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e93defc61a855147","status":"passed","time":{"start":1706618216092,"stop":1706618216093,"duration":1}}]},"tags":[]},"source":"fc47e23b90e7f74.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fc5a44f41bc6eca2.json b/6291/data/test-cases/fc5a44f41bc6eca2.json new file mode 100644 index 00000000000..1ff237e1a90 --- /dev/null +++ b/6291/data/test-cases/fc5a44f41bc6eca2.json @@ -0,0 +1 @@ +{"uid":"fc5a44f41bc6eca2","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":1706618851394,"stop":1706618851395,"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":2,"unknown":0,"total":2},"items":[{"uid":"f22a5246d34ed7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f22a5246d34ed7b1","status":"passed","time":{"start":1706618682309,"stop":1706618682310,"duration":1}}]},"tags":[]},"source":"fc5a44f41bc6eca2.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/234dbcdbdcfe881a.json b/6291/data/test-cases/fd25aee6c0ac9b4e.json similarity index 53% rename from 6266/data/test-cases/234dbcdbdcfe881a.json rename to 6291/data/test-cases/fd25aee6c0ac9b4e.json index a89cfec3987..4342a605180 100644 --- a/6266/data/test-cases/234dbcdbdcfe881a.json +++ b/6291/data/test-cases/fd25aee6c0ac9b4e.json @@ -1 +1 @@ -{"uid":"234dbcdbdcfe881a","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":1706101651749,"stop":1706101651749,"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":108,"unknown":0,"total":108},"items":[{"uid":"b9c61e0ae3f116","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/b9c61e0ae3f116","status":"passed","time":{"start":1706101566466,"stop":1706101566467,"duration":1}},{"uid":"85f414eae08a09b9","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/85f414eae08a09b9","status":"passed","time":{"start":1706101443417,"stop":1706101443417,"duration":0}},{"uid":"2dfb171b664fceaf","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2dfb171b664fceaf","status":"passed","time":{"start":1706100967019,"stop":1706100967020,"duration":1}},{"uid":"d125e1d048d2f2cf","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/d125e1d048d2f2cf","status":"passed","time":{"start":1706100676386,"stop":1706100676386,"duration":0}},{"uid":"a756e2e56236cc86","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a756e2e56236cc86","status":"passed","time":{"start":1706099994477,"stop":1706099994477,"duration":0}},{"uid":"956e0a26d33b0e62","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/956e0a26d33b0e62","status":"passed","time":{"start":1706099245146,"stop":1706099245147,"duration":1}},{"uid":"93e631871a1214be","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/93e631871a1214be","status":"passed","time":{"start":1706077725211,"stop":1706077725211,"duration":0}},{"uid":"89b6c6624879dffe","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/89b6c6624879dffe","status":"passed","time":{"start":1706069807624,"stop":1706069807625,"duration":1}},{"uid":"f5c5d17a6c2162c8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f5c5d17a6c2162c8","status":"passed","time":{"start":1705950519319,"stop":1705950519320,"duration":1}},{"uid":"704d7a5c7f505145","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/704d7a5c7f505145","status":"passed","time":{"start":1705938322626,"stop":1705938322627,"duration":1}},{"uid":"deca15407e9db0e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/deca15407e9db0e","status":"passed","time":{"start":1705913460663,"stop":1705913460664,"duration":1}},{"uid":"ce271972bffd598b","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ce271972bffd598b","status":"passed","time":{"start":1705913004758,"stop":1705913004759,"duration":1}},{"uid":"2f6a75cc569199a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/2f6a75cc569199a","status":"passed","time":{"start":1705912392783,"stop":1705912392783,"duration":0}},{"uid":"2ac5fd5a4d629190","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/2ac5fd5a4d629190","status":"passed","time":{"start":1705911569502,"stop":1705911569505,"duration":3}},{"uid":"d865c3b86e1100b7","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d865c3b86e1100b7","status":"passed","time":{"start":1705698780856,"stop":1705698780857,"duration":1}},{"uid":"850652232512edaa","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/850652232512edaa","status":"passed","time":{"start":1705687496036,"stop":1705687496036,"duration":0}},{"uid":"6bc4ed7a024ca6d1","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/6bc4ed7a024ca6d1","status":"passed","time":{"start":1705687412721,"stop":1705687412721,"duration":0}},{"uid":"e6e5c6cff0c56d31","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/e6e5c6cff0c56d31","status":"passed","time":{"start":1705681610294,"stop":1705681610295,"duration":1}},{"uid":"b0fad212c9a1a3fb","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/b0fad212c9a1a3fb","status":"passed","time":{"start":1705680179644,"stop":1705680179645,"duration":1}},{"uid":"f429ccba0a1df532","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/f429ccba0a1df532","status":"passed","time":{"start":1705678106532,"stop":1705678106533,"duration":1}}]},"tags":[]},"source":"234dbcdbdcfe881a.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd25aee6c0ac9b4e","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":1706618934695,"stop":1706618934696,"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":2,"unknown":0,"total":2},"items":[{"uid":"80aa3d9d85359c64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/80aa3d9d85359c64","status":"passed","time":{"start":1706618732536,"stop":1706618732536,"duration":0}}]},"tags":[]},"source":"fd25aee6c0ac9b4e.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fdbc17be043319db.json b/6291/data/test-cases/fdbc17be043319db.json new file mode 100644 index 00000000000..13c2600b912 --- /dev/null +++ b/6291/data/test-cases/fdbc17be043319db.json @@ -0,0 +1 @@ +{"uid":"fdbc17be043319db","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":1706618378924,"stop":1706618378924,"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":2,"unknown":0,"total":2},"items":[{"uid":"44d319252dea5052","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44d319252dea5052","status":"passed","time":{"start":1706618170164,"stop":1706618170165,"duration":1}}]},"tags":[]},"source":"fdbc17be043319db.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/4dcc9ac67bc1ccb6.json b/6291/data/test-cases/fdd0710bbc962d68.json similarity index 74% rename from 6266/data/test-cases/4dcc9ac67bc1ccb6.json rename to 6291/data/test-cases/fdd0710bbc962d68.json index c6a1b379485..23b2232ddc0 100644 --- a/6266/data/test-cases/4dcc9ac67bc1ccb6.json +++ b/6291/data/test-cases/fdd0710bbc962d68.json @@ -1 +1 @@ -{"uid":"4dcc9ac67bc1ccb6","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":1706101545982,"stop":1706101545982,"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":1,"skipped":0,"passed":105,"unknown":0,"total":106},"items":[{"uid":"d5805c358993b64","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d5805c358993b64","status":"passed","time":{"start":1706101432559,"stop":1706101432559,"duration":0}},{"uid":"ff96352cb46e6eb0","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ff96352cb46e6eb0","status":"passed","time":{"start":1706101317721,"stop":1706101317721,"duration":0}},{"uid":"a29c51d829efc8b1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a29c51d829efc8b1","status":"passed","time":{"start":1706100939727,"stop":1706100939727,"duration":0}},{"uid":"85c388ecefc1f790","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/85c388ecefc1f790","status":"passed","time":{"start":1706100525082,"stop":1706100525083,"duration":1}},{"uid":"b43128da6725268d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b43128da6725268d","status":"passed","time":{"start":1706099965694,"stop":1706099965694,"duration":0}},{"uid":"16f44243ad50b363","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/16f44243ad50b363","status":"passed","time":{"start":1706099111457,"stop":1706099111458,"duration":1}},{"uid":"f46406234de955dc","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f46406234de955dc","status":"passed","time":{"start":1706077695296,"stop":1706077695297,"duration":1}},{"uid":"a88ef24f668e6ca2","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a88ef24f668e6ca2","status":"passed","time":{"start":1706069776813,"stop":1706069776814,"duration":1}},{"uid":"c99f1379b1be837f","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c99f1379b1be837f","status":"passed","time":{"start":1705950492111,"stop":1705950492111,"duration":0}},{"uid":"3e5fb1fcf95a7911","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/3e5fb1fcf95a7911","status":"passed","time":{"start":1705938291947,"stop":1705938291947,"duration":0}},{"uid":"eda3ae9480cff8c0","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/eda3ae9480cff8c0","status":"passed","time":{"start":1705913434727,"stop":1705913434727,"duration":0}},{"uid":"13eb71199cd07d1c","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/13eb71199cd07d1c","status":"passed","time":{"start":1705912976671,"stop":1705912976671,"duration":0}},{"uid":"2f0a16bb46c6a47b","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/2f0a16bb46c6a47b","status":"passed","time":{"start":1705912362850,"stop":1705912362850,"duration":0}},{"uid":"9941203cd16fe6ab","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/9941203cd16fe6ab","status":"passed","time":{"start":1705911541680,"stop":1705911541680,"duration":0}},{"uid":"362eb3951254bf92","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/362eb3951254bf92","status":"passed","time":{"start":1705698743493,"stop":1705698743494,"duration":1}},{"uid":"391aa4d0c3b4beec","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/391aa4d0c3b4beec","status":"passed","time":{"start":1705687470588,"stop":1705687470588,"duration":0}},{"uid":"781b1b19e432466f","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/781b1b19e432466f","status":"passed","time":{"start":1705687378219,"stop":1705687378219,"duration":0}},{"uid":"9cddfafc4eea2931","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/9cddfafc4eea2931","status":"passed","time":{"start":1705681472177,"stop":1705681472177,"duration":0}},{"uid":"ed310b73671fbc68","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/ed310b73671fbc68","status":"passed","time":{"start":1705680122023,"stop":1705680122023,"duration":0}},{"uid":"633e1b133d22c144","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/633e1b133d22c144","status":"passed","time":{"start":1705678077108,"stop":1705678077119,"duration":11}}]},"tags":[]},"source":"4dcc9ac67bc1ccb6.json","parameterValues":[]} \ No newline at end of file +{"uid":"fdd0710bbc962d68","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":1706618871336,"stop":1706618871336,"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":2,"unknown":0,"total":2},"items":[{"uid":"5d9d762e861d778e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d9d762e861d778e","status":"passed","time":{"start":1706618685097,"stop":1706618685097,"duration":0}}]},"tags":[]},"source":"fdd0710bbc962d68.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fe11b744911c66f3.json b/6291/data/test-cases/fe11b744911c66f3.json new file mode 100644 index 00000000000..b5b97c2a671 --- /dev/null +++ b/6291/data/test-cases/fe11b744911c66f3.json @@ -0,0 +1 @@ +{"uid":"fe11b744911c66f3","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619021206,"stop":1706619021206,"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":2,"unknown":0,"total":2},"items":[{"uid":"cdf6cab41bcd338f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdf6cab41bcd338f","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"tags":[]},"source":"fe11b744911c66f3.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/167a47f1f88a321b.json b/6291/data/test-cases/fe11f44a3eac0a67.json similarity index 92% rename from 6266/data/test-cases/167a47f1f88a321b.json rename to 6291/data/test-cases/fe11f44a3eac0a67.json index 8893c585fd9..e919396f296 100644 --- a/6266/data/test-cases/167a47f1f88a321b.json +++ b/6291/data/test-cases/fe11f44a3eac0a67.json @@ -1 +1 @@ -{"uid":"167a47f1f88a321b","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":1706101594018,"stop":1706101594022,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ac016c79f09abdc1","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ac016c79f09abdc1","status":"passed","time":{"start":1706101499460,"stop":1706101499460,"duration":0}},{"uid":"c9324f4627cbef18","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/c9324f4627cbef18","status":"passed","time":{"start":1706101380159,"stop":1706101380159,"duration":0}},{"uid":"a00c5f4d8774a1d3","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a00c5f4d8774a1d3","status":"passed","time":{"start":1706100623775,"stop":1706100623775,"duration":0}},{"uid":"21f8aa5040cfe16f","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/21f8aa5040cfe16f","status":"passed","time":{"start":1706099176295,"stop":1706099176301,"duration":6}},{"uid":"82ba849219c207f7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/82ba849219c207f7","status":"passed","time":{"start":1705681544263,"stop":1705681544263,"duration":0}},{"uid":"c1e4760ab2d738","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c1e4760ab2d738","status":"passed","time":{"start":1705680158913,"stop":1705680158914,"duration":1}},{"uid":"7e45ed42d3dd3a3f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/7e45ed42d3dd3a3f","status":"passed","time":{"start":1705666900232,"stop":1705666900232,"duration":0}},{"uid":"a1999d99a77b6328","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/a1999d99a77b6328","status":"passed","time":{"start":1705526887818,"stop":1705526887818,"duration":0}}]},"tags":[]},"source":"167a47f1f88a321b.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe11f44a3eac0a67","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":1706618858028,"stop":1706618858028,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"c7c03cfa8885f445","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c7c03cfa8885f445","status":"passed","time":{"start":1706618636993,"stop":1706618636993,"duration":0}}]},"tags":[]},"source":"fe11f44a3eac0a67.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fe4f6d59708737c6.json b/6291/data/test-cases/fe4f6d59708737c6.json new file mode 100644 index 00000000000..ee876cd81b3 --- /dev/null +++ b/6291/data/test-cases/fe4f6d59708737c6.json @@ -0,0 +1 @@ +{"uid":"fe4f6d59708737c6","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":1706618731286,"stop":1706618731287,"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":2,"unknown":0,"total":2},"items":[{"uid":"6d2ef4e070f53a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d2ef4e070f53a1","status":"passed","time":{"start":1706618394320,"stop":1706618394320,"duration":0}}]},"tags":[]},"source":"fe4f6d59708737c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/fef42ec1a4002bde.json b/6291/data/test-cases/fef42ec1a4002bde.json new file mode 100644 index 00000000000..3d07c85ba4f --- /dev/null +++ b/6291/data/test-cases/fef42ec1a4002bde.json @@ -0,0 +1 @@ +{"uid":"fef42ec1a4002bde","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1706619044149,"stop":1706619044150,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"17f81b007a77eb2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17f81b007a77eb2c","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"tags":[]},"source":"fef42ec1a4002bde.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/f101244e14cb98e0.json b/6291/data/test-cases/ff28cd1e9467645c.json similarity index 88% rename from 6266/data/test-cases/f101244e14cb98e0.json rename to 6291/data/test-cases/ff28cd1e9467645c.json index 52041406511..22bd02568b3 100644 --- a/6266/data/test-cases/f101244e14cb98e0.json +++ b/6291/data/test-cases/ff28cd1e9467645c.json @@ -1 +1 @@ -{"uid":"f101244e14cb98e0","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":1706101792220,"stop":1706101792221,"duration":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}],"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}],"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":11,"unknown":0,"total":11},"items":[{"uid":"ab4a2ecd8fee8fcc","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/ab4a2ecd8fee8fcc","status":"passed","time":{"start":1706101709064,"stop":1706101709065,"duration":1}},{"uid":"61a44c3cc403c203","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/61a44c3cc403c203","status":"passed","time":{"start":1706101584050,"stop":1706101584050,"duration":0}},{"uid":"5d6af6752c6e5a60","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/5d6af6752c6e5a60","status":"passed","time":{"start":1706100800538,"stop":1706100800538,"duration":0}},{"uid":"6ee9dcd73d7648ec","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6ee9dcd73d7648ec","status":"passed","time":{"start":1706099377051,"stop":1706099377051,"duration":0}},{"uid":"d3cce7bd45ae13ff","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d3cce7bd45ae13ff","status":"passed","time":{"start":1705681745210,"stop":1705681745210,"duration":0}},{"uid":"d9e547c695ea13d1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/d9e547c695ea13d1","status":"passed","time":{"start":1705680374214,"stop":1705680374214,"duration":0}},{"uid":"bc9f506ee0e062bc","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/bc9f506ee0e062bc","status":"passed","time":{"start":1705667089489,"stop":1705667089490,"duration":1}},{"uid":"8247a32f6991ef96","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8247a32f6991ef96","status":"passed","time":{"start":1705521364830,"stop":1705521364830,"duration":0}},{"uid":"d9331306b9ff9550","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d9331306b9ff9550","status":"passed","time":{"start":1705520531879,"stop":1705520531880,"duration":1}},{"uid":"87aa321a8f30ac","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/87aa321a8f30ac","status":"passed","time":{"start":1705502591742,"stop":1705502591743,"duration":1}}]},"tags":[]},"source":"f101244e14cb98e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"ff28cd1e9467645c","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":1706619029142,"stop":1706619029143,"duration":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}],"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}],"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":[],"tags":[]},"source":"ff28cd1e9467645c.json","parameterValues":[]} \ No newline at end of file diff --git a/6266/data/test-cases/b5c558ca838b15b0.json b/6291/data/test-cases/ff83e7949d034562.json similarity index 95% rename from 6266/data/test-cases/b5c558ca838b15b0.json rename to 6291/data/test-cases/ff83e7949d034562.json index b4c28a3ecaa..70482e3381d 100644 --- a/6266/data/test-cases/b5c558ca838b15b0.json +++ b/6291/data/test-cases/ff83e7949d034562.json @@ -1 +1 @@ -{"uid":"b5c558ca838b15b0","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":1706101757854,"stop":1706101757855,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"a3d609948087995b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a3d609948087995b","status":"passed","time":{"start":1706101680234,"stop":1706101680235,"duration":1}},{"uid":"9c01632cc1a8a945","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9c01632cc1a8a945","status":"passed","time":{"start":1706101549609,"stop":1706101549610,"duration":1}},{"uid":"a8d11f65e4e0a986","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a8d11f65e4e0a986","status":"passed","time":{"start":1706100770606,"stop":1706100770606,"duration":0}},{"uid":"2b77c52b349374b8","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2b77c52b349374b8","status":"passed","time":{"start":1706099342678,"stop":1706099342678,"duration":0}},{"uid":"c486910001a63840","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/c486910001a63840","status":"passed","time":{"start":1705681713152,"stop":1705681713153,"duration":1}}]},"tags":[]},"source":"b5c558ca838b15b0.json","parameterValues":[]} \ No newline at end of file +{"uid":"ff83e7949d034562","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":1706618996204,"stop":1706618996204,"duration":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":2,"unknown":0,"total":2},"items":[{"uid":"28a6752b0ea2a2dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28a6752b0ea2a2dd","status":"passed","time":{"start":1706618797772,"stop":1706618797773,"duration":1}}]},"tags":[]},"source":"ff83e7949d034562.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ffa149227c8c5729.json b/6291/data/test-cases/ffa149227c8c5729.json new file mode 100644 index 00000000000..8b704a7031d --- /dev/null +++ b/6291/data/test-cases/ffa149227c8c5729.json @@ -0,0 +1 @@ +{"uid":"ffa149227c8c5729","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":1706618731297,"stop":1706618731298,"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":2,"unknown":0,"total":2},"items":[{"uid":"a0796ba0ea446c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0796ba0ea446c8c","status":"passed","time":{"start":1706618394342,"stop":1706618394342,"duration":0}}]},"tags":[]},"source":"ffa149227c8c5729.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/test-cases/ffeabd6e27d0fe44.json b/6291/data/test-cases/ffeabd6e27d0fe44.json new file mode 100644 index 00000000000..2701c801198 --- /dev/null +++ b/6291/data/test-cases/ffeabd6e27d0fe44.json @@ -0,0 +1 @@ +{"uid":"ffeabd6e27d0fe44","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":1706619044148,"stop":1706619044148,"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":2,"unknown":0,"total":2},"items":[{"uid":"e889e94f43351362","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e889e94f43351362","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"tags":[]},"source":"ffeabd6e27d0fe44.json","parameterValues":[]} \ No newline at end of file diff --git a/6291/data/timeline.json b/6291/data/timeline.json index f21551919f4..e10736208d5 100644 --- a/6291/data/timeline.json +++ b/6291/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"Relay - dialed first","uid":"b217a1f654127032","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"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":"e3e5c15d8f9a0e5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061220,"stop":1706529061221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"382495ec61ada9ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218506,"stop":1706529218507,"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":"865d8b84b5bd8d34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529165662,"stop":1706529165662,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"aede67ce7f835fac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"2f8d662b30402db1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367443,"stop":1706529367448,"duration":5},"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":"a911052426b262","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213427,"stop":1706529213436,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3dd87be5e3c6d2a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"5f4bde40a5e38f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333232,"stop":1706529333233,"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":"c575d5f25e12fad9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965684,"stop":1706528965684,"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":"d89f92432882ba9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365898,"stop":1706529365899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"d1c79568513c3c7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"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":"107ded564785277a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"bb4d5081e823f2da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965682,"stop":1706528965683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"bafc966f5536626f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"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":"1da6bc525017e3a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213423,"stop":1706529213424,"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":"32146574d3c9e9b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742088,"stop":1706528742089,"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":"a19200e64bc12a24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"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":"473dc6cd17ed934d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752633,"stop":1706528752633,"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":"b74ec45885e4ad63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395064,"stop":1706529395065,"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":"a53348585c4445ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"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":"caca9a108556a58f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"afcdfbacb68bac22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965685,"stop":1706528965685,"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":"72fa13ee143e079","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b0814570852d53ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965669,"stop":1706528965669,"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":"4eb6b5f8404a6875","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218517,"stop":1706529218518,"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":"15aa28d54a714a9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965683,"stop":1706528965684,"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":"1ca3d009a710cbd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"175ad5ff8380d0ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"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":"c56c84c115e70fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213442,"stop":1706529213442,"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":"db5d10dd0db8841f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986016,"stop":1706528986017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ff0c15ad3d445221","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218508,"stop":1706529218508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6ce7f27ec528e9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965681,"stop":1706528965682,"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":"1a998b3b75ee59db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"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":"ede2751ca1ca637d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ed21b9ec5322284","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092190,"stop":1706529092191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"804169b6df7577a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333253,"stop":1706529333254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1b5420961ad243a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"d22d61fc50144ff2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848466,"stop":1706528848466,"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":"9d17a12ee3481135","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232503,"stop":1706529232504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"5dc379dc724095f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729415,"stop":1706528729415,"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":"bf6ffe1d7e17b0db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986012,"stop":1706528986013,"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":"e9cd78fddc12da1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729416,"stop":1706528729417,"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":"4af9fd4b08000413","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528751475,"stop":1706528751476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"6658a4f5fee5b5fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"7af943144333e10a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528799362,"stop":1706528799362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"38d19582cc05e5fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528758832,"stop":1706528758833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"636931b5ec900bde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529167075,"stop":1706529167076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebdba5f509ee3a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367440,"stop":1706529367440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"1398704a46c00477","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"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":"a94e0ffa1437da2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"a1188f6e00c6c037","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528787512,"stop":1706528787515,"duration":3},"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":"e709341784b931ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"f5234d1d71ba8f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965670,"stop":1706528965670,"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":"3eeb14967367d0ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706529092197,"stop":1706529092197,"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":"e60e1ae3a455e953","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752255,"stop":1706528752256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1acc06c3feb4b6c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332314,"stop":1706529332316,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"4f637dc431849ef4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332308,"stop":1706529332309,"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":"cfc6d3b7f13d7f9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752254,"stop":1706528752254,"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":"f1d0486d9fa1db0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998596,"stop":1706528998597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"6d9a6e2617c04e82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742327,"stop":1706528742327,"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":"1aea214ba9119ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218525,"stop":1706529218525,"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":"ebae94bcf547ba33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333281,"stop":1706529333282,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"693e013db42d32e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"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":"c253b1ef5e6023c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986000,"stop":1706528986000,"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":"8f5674c9218acb73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218527,"stop":1706529218528,"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":"b5bd8eb61771058b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"562cd6ebc19c711c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752271,"stop":1706528752272,"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":"3d2060dfd5572c24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"a821c4b4c5d2a165","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c44f5b9c4379651f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"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":"1b75009a14d488","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735130,"stop":1706528735130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"20cf5557a0bdfc46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"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":"42f1de0adad9963f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985983,"stop":1706528985984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e3b3435c78f4fc22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218519,"stop":1706529218520,"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":"5da2ef567af5e8eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735134,"stop":1706528735134,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5d62cf493ecdf5f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529232498,"stop":1706529232499,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd2e9faccde7eba1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"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":"8c3ca957b100a607","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529382344,"stop":1706529382345,"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":"c3973ff5ad505f88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378214,"stop":1706529378215,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"5a2d386f8c5af0e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"356a22bd99f37b6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218515,"stop":1706529218516,"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":"63abe897a985c8dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1f87e9d829e03fc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965682,"stop":1706528965682,"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":"42b4066798e41dd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985984,"stop":1706528985985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"51c1be8c7f249b64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a492eb58553a6331","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"38f6b7bde4c0adfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333234,"stop":1706529333234,"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":"820678b1adf750c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367472,"stop":1706529367473,"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":"671cb51cfe416db6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367474,"stop":1706529367475,"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":"d9cb852ef66b17ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"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":"128041f51f63e93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"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":"84c68e872b08f437","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"7c359e8d8f880969","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e543e9ee95863cbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965679,"stop":1706528965679,"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":"30f666053f8f34dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857315,"stop":1706528857316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938 ","uid":"e49662b134a4048c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965681,"stop":1706528965681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532565833","uid":"7f80c38e8a7d42b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367483,"stop":1706529367484,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d5a1fdfd6951ea07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d24998a3a2b1b4f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"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":"ca7cf4a4da38bb91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857314,"stop":1706528857314,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3eaafd8958afd906","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"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":"3c51aa33fc185f40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528787522,"stop":1706528787522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a63fb37889b7da44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529364250,"stop":1706529364250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"47a8d57b38230603","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333237,"stop":1706529333241,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"407b70cd1351033e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"f4c29428322301e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528760735,"stop":1706528760736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"9196071e6fd84109","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395069,"stop":1706529395070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f4153596cc7d9c2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752296,"stop":1706528752297,"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":"4fd5a4192ab064","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398289,"stop":1706529398289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509000000 ","uid":"5c647b960894306d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333236,"stop":1706529333237,"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":"ed95009ace7d07f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"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":"d35dd700003ce281","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398290,"stop":1706529398291,"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":"cca9f76bacee72a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528851379,"stop":1706528851380,"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":"27b5a25f1489463a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7ec2a3f4cddc0c40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528812085,"stop":1706528812086,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d5c62daa1299f13c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"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":"e35a518f090114c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752632,"stop":1706528752632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fe20aaa29b91235","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092220,"stop":1706529092220,"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":"5837e9ef5a5636ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218531,"stop":1706529218532,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bb63b56fea3bb48e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528812084,"stop":1706528812085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"490ce9ee438cf33a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092204,"stop":1706529092204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"95e6e864d1a7d2ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"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":"f6a60979b168c007","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814969,"stop":1706528814970,"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":"642db85ec0cfe958","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857317,"stop":1706528857317,"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":"54da2162c35ad254","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cd49277081b8f6f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218509,"stop":1706529218509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8832fbed40d54b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736040,"stop":1706528736040,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"563fd2bd80d3dfe8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333241,"stop":1706529333241,"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":"1abdce6922089dc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367478,"stop":1706529367479,"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":"588704ac3b7e83f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232504,"stop":1706529232505,"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":"d025f7adad409243","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729419,"stop":1706528729419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"3e9b1ab36ded7df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333230,"stop":1706529333231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"af99f94c03390582","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218510,"stop":1706529218510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"5c37ebefa434c663","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528759261,"stop":1706528759261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"ceb401e390518a27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"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":"d7b323013b62c514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218536,"stop":1706529218537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"3abd95cdac6e4540","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223892,"stop":1706529223892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770565833","uid":"554f3ed2cf5101f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"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":"248f79113014946c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061221,"stop":1706529061222,"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":"7bedeb208072418f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752264,"stop":1706528752268,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1ae8d4387abb892d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"4e8603c2e8db2d48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"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":"859aa3ffc705045","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"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":"1325cb8c83927503","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"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":"ce4ef500b7291346","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218530,"stop":1706529218531,"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":"2d9fff4da38193f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367452,"stop":1706529367452,"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":"3dac03b9ebc0c76d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528985996,"stop":1706528985996,"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":"b4b0b5e6c9de5e36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814943,"stop":1706528814943,"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":"70cf085481dce6ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092206,"stop":1706529092207,"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":"e4e330b570c51884","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"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":"b33fcdb9a1518cea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729422,"stop":1706528729422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"1b90a1d281680d1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"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":"f0a951aeb5bfa40e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","uid":"31ec4bd2f7ae2d3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223898,"stop":1706529223898,"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":"19132d5cc3491587","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218520,"stop":1706529218521,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"161517fa80c19c84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"eeaba624bb711d04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333273,"stop":1706529333273,"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":"fd5e113511920df1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"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":"395cc8a743bcb45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"2e657224a20ea7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965674,"stop":1706528965675,"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":"8d002f21bbaaf54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"e855b8ef740b903f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061334,"stop":1706529061334,"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":"504e682b474d5ef6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"414f73b6fcd36a7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735265,"stop":1706528735265,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"423bca152c152f6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b1c85e1c5b11404c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"240d9a77aafcbf64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"38a637dfc09160c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752629,"stop":1706528752629,"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":"5917b26ef1b85c3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"88a15c5cf8d88768","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986020,"stop":1706528986020,"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":"cb250ee71f4e0259","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"d72c1754c5d62dee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332309,"stop":1706529332310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ad729e663cf3e82c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223892,"stop":1706529223893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"c446055690ca9377","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"fb68922335528ec2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092202,"stop":1706529092203,"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":"a6155f88e6fc4f3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752632,"stop":1706528752633,"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":"bbe8d54b5d839e16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378211,"stop":1706529378211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9677e5ec30d7a5c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965676,"stop":1706528965676,"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":"fad3575afb4ad184","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"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":"e5d1dde7cfdd1667","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528758829,"stop":1706528758830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae6e1ed5a42a0f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"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":"9281bc9d14d4792d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332318,"stop":1706529332319,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d939babceb8339ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"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":"bc073b7dd93bda6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332313,"stop":1706529332314,"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":"aaff90e7b6532780","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268051,"stop":1706529268051,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"cec670752ff9cc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218514,"stop":1706529218515,"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":"bde06057ec170701","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"9ea4325b1396efbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814915,"stop":1706528814917,"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":"15f7a7b5e35352be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814913,"stop":1706528814913,"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":"832bacd24e71e39c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729417,"stop":1706528729418,"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":"26391c9fc4251a28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395066,"stop":1706529395066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"1df82c2c46254784","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"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":"2eca231d48f51c53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529382346,"stop":1706529382346,"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":"197b983d2b7f5c2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729421,"stop":1706528729421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","uid":"8ea9e943f170ac02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223898,"stop":1706529223899,"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":"ad3787b18105f7c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367480,"stop":1706529367480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706532586384","uid":"6fcb0b75ef051897","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","uid":"baaa242a06f1c106","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"8fc8b4748bbede38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529198490,"stop":1706529198491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"5e1d1c7063004100","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"6ba333d7165864c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528759259,"stop":1706528759260,"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":"6fb714ca7f3b9fc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092207,"stop":1706529092208,"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":"95442c694ec0c263","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706529165668,"stop":1706529165669,"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":"6e6f82b63a88f098","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"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":"c97675192654e9bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"33f34ccc599a45aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"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":"54a05e53208e9b38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848469,"stop":1706528848470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"85d4338f406f93f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"cf0440fad4de312e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736036,"stop":1706528736036,"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":"64c19d00c26f6599","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092221,"stop":1706529092221,"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":"222ce8534866e393","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985990,"stop":1706528985991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a8a9702e2a1328c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528758831,"stop":1706528758832,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"6b9ef462812c3115","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333253,"stop":1706529333253,"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":"f835def9a0a31217","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529248592,"stop":1706529248597,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"52115153129a956e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367451,"stop":1706529367451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"d5eb1fa423605c4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"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 30 topics","uid":"adaf16e0dfc9d0ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403567,"stop":1706529403568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"8d484d2e18cb343e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218538,"stop":1706529218542,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"c4c8d71d50388e3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"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":"876c33477d2ceb54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735136,"stop":1706528735136,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"687c6c65d31793d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986006,"stop":1706528986007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e063b5f48b64237c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268050,"stop":1706529268051,"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":"fa8220330fc90506","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367468,"stop":1706529367469,"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":"8526f72b034747db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857320,"stop":1706528857321,"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":"40a871d78cf4b625","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985996,"stop":1706528985998,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"b9ccd062e192ac63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"bed6538d2086f160","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332310,"stop":1706529332313,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"5046052c01c552f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"51d494a40c15c395","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"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":"d950d1e384220a52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218510,"stop":1706529218514,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"aab2ae1e921f0a30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985986,"stop":1706528985990,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"f92d68c1ecd7ffbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528812085,"stop":1706528812085,"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":"6bb5389e4a297193","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092217,"stop":1706529092217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"c81eed9377f3b961","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367433,"stop":1706529367434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"cb81e7fec31e6ef9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"26c2a2a6fbcd3e16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"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":"400a93846f472cb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528787519,"stop":1706528787519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"2e2abbe9396e16d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"e6f5ce153c357237","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061222,"stop":1706529061222,"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":"b266f76384fcda53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"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":"2fa261925a780f5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"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":"cccae34cea79a07b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998597,"stop":1706528998597,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"6be5064577d8e4af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367435,"stop":1706529367436,"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":"ffdfdc724248d646","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814914,"stop":1706528814914,"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":"c83ac71e0beeaf8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814969,"stop":1706528814969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55f19e81b4f0ca32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965673,"stop":1706528965674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"c52de877bcf9daf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218503,"stop":1706529218504,"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":"3f63c99dc74a706f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729416,"stop":1706528729416,"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":"b7b95a169e16fb6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333233,"stop":1706529333233,"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":"3c72c5b4d991b5d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"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":"e8bc03813bf492fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965684,"stop":1706528965685,"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":"547d596e9225153f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986015,"stop":1706528986016,"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":"838fa825722553a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367451,"stop":1706529367452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"521629ae9af4b7e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528758831,"stop":1706528758831,"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":"94c14c1afcaf2e9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333244,"stop":1706529333250,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"a2baca29b29c4a34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729417,"stop":1706528729417,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"694fa5e4e6a85418","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528794128,"stop":1706528794129,"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":"c121b4e2cc71e2d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857319,"stop":1706528857320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"d226d1734c469d99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"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":"b4cf91902e3f19a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232504,"stop":1706529232504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"6582e1a6fb2ee34f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333277,"stop":1706529333277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"8620cc3859808691","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223894,"stop":1706529223894,"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":"c248fa769994a7eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403575,"stop":1706529403576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"b784477200b419fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223893,"stop":1706529223894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"ec182256362f6fe7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092204,"stop":1706529092205,"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":"f11ee59409ab6929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218537,"stop":1706529218538,"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":"127a0165f178de22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986015,"stop":1706528986015,"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":"4263881e51fee061","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528851376,"stop":1706528851377,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"cc5f96b3ab7dc52a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814919,"stop":1706528814919,"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":"120f40ab1e56efca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742087,"stop":1706528742088,"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":"867ab5f3719731e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752255,"stop":1706528752255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb8944d45d81e710","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333262,"stop":1706529333263,"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":"f0f0c08300a5a608","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"a7d63fff3dd3aab3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365900,"stop":1706529365900,"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":"678221f8d01549d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395068,"stop":1706529395069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"c4e4c71baad762bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529198491,"stop":1706529198492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"cb50980f8905478c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"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":"1fdf7464314848f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735135,"stop":1706528735136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"b3b34b7f19e503a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"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":"a4b88c8706558557","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218524,"stop":1706529218525,"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":"bd6e059f97b0d74d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529333252,"stop":1706529333253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"f16ee39d9782b13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529364249,"stop":1706529364250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c83982b940b45136","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223894,"stop":1706529223895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"efa0ec5613ca9fcb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332317,"stop":1706529332318,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"ada15d10c8dd207f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"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":"2fd8ee6fd4a1c5a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729421,"stop":1706528729421,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"65cedc1df1d8cb7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218516,"stop":1706529218517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"472c4edb1de77910","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"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":"38967c0d51fac91b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"1980ef70245d48d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528746045,"stop":1706528746046,"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":"25e52320eff3be14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378206,"stop":1706529378207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"eb2402260b66d4ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528760734,"stop":1706528760734,"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":"b3b1cce75252f812","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735126,"stop":1706528735128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"4df508e92085db9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"5c1d9505d9cbe8cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"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":"3d4afcbc9af8f72a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"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":"da46e6d8642fe751","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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":"d8ac4174f591c079","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218542,"stop":1706529218543,"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":"56ed719724ee46d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297071,"stop":1706529297071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"13f1f9617340ab20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"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":"ffbf9ebafe48640f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213444,"stop":1706529213445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"3a2346e54fa560f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6d92a10974840ab6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"79bfe583757a7752","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"e06e911412f2cb72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"941958abb07a6833","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6f1f3b79b51f3269","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986007,"stop":1706528986008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"997339a97b28036a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092206,"stop":1706529092206,"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":"c8250b40a99b14f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735135,"stop":1706528735135,"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":"4eaba42ebcd41af9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"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":"c3ae8f7084671bf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"b27dfdbf5750ea49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528741681,"stop":1706528741681,"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":"b6d80e43b4b09371","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"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":"1d2544911205b83f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365899,"stop":1706529365899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"5bbca26faf856724","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"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":"5b65fbbe08204a76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706529165665,"stop":1706529165666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a1fc773862de26e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365902,"stop":1706529365902,"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":"b95bf8312d67685e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528787517,"stop":1706528787518,"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":"4f35cadf773f0fbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367469,"stop":1706529367470,"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":"63b6767a9f5388f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b577b0b20f70f64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965676,"stop":1706528965677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"819ba0aeabec48f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333272,"stop":1706529333273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"f57ee4ec144aac84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367442,"stop":1706529367443,"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":"a499e5cc8e950587","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232498,"stop":1706529232498,"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":"e21bcaa67d49858b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"5c2c9957a4426011","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367471,"stop":1706529367472,"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":"e7e664a764917e51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752270,"stop":1706528752271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"f0efb4ca2907c628","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333231,"stop":1706529333232,"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":"b2345427f170d619","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223901,"stop":1706529223902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"33c3a96cf796690f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986017,"stop":1706528986018,"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":"4ad5b0775b9ffb32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"4721d449fd5c43c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"ec6363e6375f498b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529405491,"stop":1706529405491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b1b0cb2a24bc8075","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268050,"stop":1706529268050,"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":"219ab90655596dec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735133,"stop":1706528735134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"8b9b5103e16b6b12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223890,"stop":1706529223891,"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":"7014bab0fa3f866c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528851378,"stop":1706528851379,"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":"2aaa0221553a662b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998594,"stop":1706528998595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"f24223c8b74f0da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729253,"stop":1706528729253,"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":"93df6720ecfbc5cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"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":"8d5216d190b64a04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857316,"stop":1706528857316,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"84bea699b275d6b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"ba6c7791532dbf49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752628,"stop":1706528752629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"9e5a49c7941f0056","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"3189861ccede0335","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"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":"824a38c995622227","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"1ad22774b6165a91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365900,"stop":1706529365901,"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":"314987d2d2e24ada","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213446,"stop":1706529213446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ce29edf85a285fb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333254,"stop":1706529333254,"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":"c00184c1dd5f6f3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5220ee7ecaa48019","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"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":"be4cdebadc96075e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998597,"stop":1706528998598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"41489ea25945e0f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"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":"386945489f37932c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965685,"stop":1706528965686,"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":"7f511c355455e708","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218545,"stop":1706529218545,"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":"918446a1f8e73f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395067,"stop":1706529395067,"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":"8e801822c240701d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528758833,"stop":1706528758833,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"17c73dc91d19b850","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333227,"stop":1706529333228,"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":"68e97a9582ad7d05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092205,"stop":1706529092206,"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":"80beb778cfeabba6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814941,"stop":1706528814942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"f1d97d00eb51ed91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3322a3d9b6037712","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213426,"stop":1706529213427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"30285327508a5f59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735132,"stop":1706528735133,"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":"2e2704abbf1c252","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"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":"8b68ba642a70e604","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"2d7324ce1fc47b94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"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":"885dff02c8b7f527","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218535,"stop":1706529218536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"eed87ccf7f72308b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"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":"2b5ce5fa15b52f7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367473,"stop":1706529367474,"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":"97db4b276a1c5ae4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529407524,"stop":1706529407524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"60201bacbaaebf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061224,"stop":1706529061224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"254c40074837a049","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"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":"7497e6f7cc029066","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333242,"stop":1706529333243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c0c838ad63942646","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"4636cb6115b2d7a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"84286c56956ae208","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"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":"bcc501b29cc1c69f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998595,"stop":1706528998596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"2185f118b9b994c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"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":"1b8f7c167e34782e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"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":"92d1bbe0376c5d3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"22970bbc18ba5fc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742326,"stop":1706528742327,"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":"8b228aa1ec2e1c74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"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":"bbfc07501cf0ea4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528751472,"stop":1706528751474,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"e4d92de4e992721e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218502,"stop":1706529218503,"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":"d943c7514b2cc1ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528752633,"stop":1706528752634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"3c6a5a31a0fd8bec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529364250,"stop":1706529364251,"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":"9d29998c069a9c7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367470,"stop":1706529367470,"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":"9ab40b38f933557a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398287,"stop":1706529398288,"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":"a3601fbb5f4b3fa7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528787518,"stop":1706528787519,"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":"c4e4da1898d8c23c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213444,"stop":1706529213444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4559eb6e0ee839c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528759260,"stop":1706528759261,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"24f3fc411b99708c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410670,"stop":1706529410671,"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":"ac9bc7914326a294","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528741682,"stop":1706528741683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"7da9f33112f73e58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f9696e2b163fa4de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"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":"4876833b8fd4c033","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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":"41c4e4eaac66eb1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297072,"stop":1706529297072,"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":"79b6bf70d915643","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232506,"stop":1706529232506,"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":"9bbbb771c9e599a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"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":"4137c25b7370fe9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367479,"stop":1706529367479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9b7bcb10c6edc945","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333263,"stop":1706529333263,"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":"a1fad5ff77a35af7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365899,"stop":1706529365900,"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":"4fa4772bd504e033","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814944,"stop":1706528814944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"20722b7db0037e51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"3098dda3d77da082","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"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":"442e114eb022c00e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297071,"stop":1706529297072,"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":"befbd373c9887126","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965683,"stop":1706528965683,"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":"5f072cb10e599f83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752256,"stop":1706528752263,"duration":7},"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":"9f568b629cd43c1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528787516,"stop":1706528787517,"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":"e8cebfc8e38a8be1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367452,"stop":1706529367467,"duration":15},"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":"48d278000d377e54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092217,"stop":1706529092219,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"c19a6fe158cda167","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735131,"stop":1706528735132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"9bc5656f2c7c269d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1d8be24b10ef3676","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092191,"stop":1706529092191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"817fb6a563ed8fee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735299,"stop":1706528735300,"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":"3a3a4c6f5cdc05b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395069,"stop":1706529395069,"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":"54dc4983471767c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223901,"stop":1706529223901,"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":"3023b667b3ea9685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213425,"stop":1706529213425,"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":"b99c59edcc18541c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232500,"stop":1706529232501,"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":"a42321f61c631b1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528851378,"stop":1706528851378,"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":"bb15752567793f0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"c3e989d7533963a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092223,"stop":1706529092223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525386384","uid":"36cb04362392bbea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"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":"8ed4ecc6e4fa61d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"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":"e6714ef287276fcb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218523,"stop":1706529218524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"5fd369e10fb74f26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529198491,"stop":1706529198491,"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":"e93c71da3f4c3f53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333250,"stop":1706529333251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"528739c53d4a36e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"155d95e24d92e8e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528794130,"stop":1706528794130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"f479ea21854f3387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529167076,"stop":1706529167076,"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":"17f443c192f06866","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218529,"stop":1706529218530,"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":"c6923f624e367586","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"ed9ae4d00c481f2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367438,"stop":1706529367439,"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":"9cee1bfb9c7c91f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"188f15f5314c1b4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"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":"9fe616895e578ef5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9fd16a049848a108","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965680,"stop":1706528965680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"213b4246cb94cb03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410671,"stop":1706529410672,"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":"61373f58c4cf6594","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092200,"stop":1706529092202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"50414e2d85b2dbf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"fa4103d2c0f2f95f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395070,"stop":1706529395070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"306777f6734540cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333233,"stop":1706529333234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"b3e205b416a8c227","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092195,"stop":1706529092196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9b742e250f0a1313","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332307,"stop":1706529332307,"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":"3076797b8175193c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092222,"stop":1706529092222,"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":"7ffaa3c6d7728d6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857321,"stop":1706528857321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"6745382e4060f92d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528760734,"stop":1706528760735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"c06387ff943e62b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736047,"stop":1706528736048,"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":"3fac9aca5f0381c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529407525,"stop":1706529407525,"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":"130d94de004d4a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"a6670abe58f4f321","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378213,"stop":1706529378214,"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":"68cb625ff7e6a01f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b1270748216703b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"ff9de4cb5b897567","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410669,"stop":1706529410670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"c5fe3d1de78cc19b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367450,"stop":1706529367451,"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":"f61ddbe49ed87ee5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"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":"90e0b1e3f9c49c6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218521,"stop":1706529218522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"c92e3996814d8b74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223893,"stop":1706529223893,"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":"d623b2c04c2bf330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"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":"7fcd9f61e79bf2bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"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":"e34cd7b95c0e31d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092221,"stop":1706529092222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"cb7da9f1c75da288","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"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":"92fbeedaa534755e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333251,"stop":1706529333251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d2cdbd8c483e0e37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378204,"stop":1706529378206,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"31a02ffb227575c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965679,"stop":1706528965680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"7500e11ba6bc354d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848469,"stop":1706528848469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"87cec2179c116d48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332307,"stop":1706529332308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"3430ef714e8d6fee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"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":"4be27b50da3f4453","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528851380,"stop":1706528851381,"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":"7df475d377264fd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403568,"stop":1706529403569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"4584739d92159b7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223889,"stop":1706529223890,"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":"fcff4f177467085a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061226,"stop":1706529061226,"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":"91189ccd4e80e3b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"24bace481f82a6f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752295,"stop":1706528752295,"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":"a42e4418d080c2c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857316,"stop":1706528857317,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"ca484b51cd4d42f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367432,"stop":1706529367433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a57f86a01f204dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"45cfee4366998578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a533e4793261a8e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333255,"stop":1706529333255,"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":"a3e0530829b57af5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367448,"stop":1706529367449,"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":"61d0fda75d104c7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528851375,"stop":1706528851376,"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":"ccf36c4255ad9c59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"87e656dfbc3ff92a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"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":"133c2d0d4d52fb44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"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":"956c3b6eefb8f62f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"d8749bb73a0c417","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403574,"stop":1706529403575,"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":"d6a7711b24c727","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"8c0cab566b91274a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218507,"stop":1706529218508,"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":"99b353cda3dc837","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742089,"stop":1706528742089,"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":"15d5f19d8d13517b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"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":"54b1aab0235588e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268052,"stop":1706529268052,"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":"896f104956142892","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986018,"stop":1706528986019,"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":"593651d5011e593e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218534,"stop":1706529218535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"f7abdb4115863d6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333227,"stop":1706529333227,"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":"534565d0f29e9389","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729418,"stop":1706528729418,"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":"e54bbbab1f84e8be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"335216237561b736","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092200,"stop":1706529092200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776938000000 ","uid":"86dbbd96e8515666","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965680,"stop":1706528965681,"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":"9aafb4c08e076715","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"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":"1a69baf5c1d2850e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367479,"stop":1706529367480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"b88e07981de80d70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529098415,"stop":1706529098416,"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":"e7882f8c6ccda084","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061222,"stop":1706529061223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"10a5ea0fbd412f58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729414,"stop":1706528729415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"b10080814111bb64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"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":"db00aa05433ef34d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"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":"bc5663f57ab1aef7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"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":"66224d7a725ff40a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"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":"9a7b6eb6891e4670","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528787521,"stop":1706528787522,"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":"eea5df258b9fd8de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"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":"e27de8dd424631ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528787523,"stop":1706528787523,"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":"2c849b1c34c13945","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"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":"54dc849f98b41ef7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"da734a290c806ec5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378210,"stop":1706529378210,"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":"bfda1f04a559f947","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752631,"stop":1706528752632,"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":"614d0dc5b92138b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218522,"stop":1706529218523,"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":"848a90a44d352980","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403570,"stop":1706529403571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"8a9d367452822963","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"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":"e7a92877c5d488f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529248597,"stop":1706529248597,"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":"5f5ed3524782f286","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061224,"stop":1706529061226,"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":"25584f096b2d177a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"91b5b9e41328e186","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"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":"b5038bcc074cf3a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218528,"stop":1706529218529,"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":"ed68de3343969e96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"c6d1c4276bb8587b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528741620,"stop":1706528741622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"858eacff3415b9b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"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":"3138d35e533ec687","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706529092194,"stop":1706529092195,"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":"528f49eebd426394","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398286,"stop":1706529398287,"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":"4592dacf0c146c12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998598,"stop":1706528998599,"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":"c5fab43aef7d531e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403579,"stop":1706529403580,"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":"4020e80bc487ad3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"b50c0e8ab2217a92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"84cba2ba58211d0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528760735,"stop":1706528760735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"8f231957285d951e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528799363,"stop":1706528799363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"1ba272d28acce758","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223888,"stop":1706529223888,"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":"6ad2059569b2ad8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735129,"stop":1706528735130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5f81c2c5812bab65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848468,"stop":1706528848469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706525365833","uid":"4bf21be0622a236d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367482,"stop":1706529367483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"75dd8b8e6dfdeb6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398291,"stop":1706529398291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706528776509 ","uid":"97f9ab9676ded01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333276,"stop":1706529333277,"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":"e842953fd9095106","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742088,"stop":1706528742088,"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":"632d4f4a5f810c0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"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":"381c294e7dddc11c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529333252,"stop":1706529333252,"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":"9f64e2cd93501407","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"9b5eb109f20cdaa9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232496,"stop":1706529232496,"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":"a70b16e9bfcef02c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"7247602d9bd921af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332313,"stop":1706529332313,"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":"cd60f9d33bc0c8fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998593,"stop":1706528998593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"def0965b1c01be62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528965669,"stop":1706528965670,"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":"b410d2e734f6ad4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986019,"stop":1706528986020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"d689177574d32db6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333235,"stop":1706529333236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"56b282013d4545fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218503,"stop":1706529218503,"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":"f02a33a70629efe1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814937,"stop":1706528814938,"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":"5a502cf228361c79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"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":"f1285368b2d29016","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223896,"stop":1706529223897,"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":"aaa53b6299ed8475","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e8a337b6b2925bf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218504,"stop":1706529218506,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"75d4824c4ff4e696","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"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":"5c0eb9564d18dd39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218532,"stop":1706529218533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"5268aac17d1090fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218502,"stop":1706529218502,"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":"f70bf22de7cb7b09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232497,"stop":1706529232498,"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":"66a85663b73598aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814914,"stop":1706528814915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"cc6b415045f58d0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"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":"d844d3a307366f69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367471,"stop":1706529367471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"63696ac2358167b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232496,"stop":1706529232497,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"63dc16f1587ac716","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"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":"ccc6aca8070e978e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"90c380510b2cbc57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"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":"b53e7ad5e325ab81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735138,"stop":1706528735138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"92b1daa2adf57a92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218518,"stop":1706529218519,"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":"e1efc86dcbd98305","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"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":"a02e709859df094f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"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":"6c5549f1b75ae982","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752269,"stop":1706528752270,"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":"14b1ef234dda7bca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985993,"stop":1706528985994,"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":"da25cdab86657202","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857320,"stop":1706528857320,"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":"129ce1c5d88d51d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"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":"3c79f21cdde39437","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092220,"stop":1706529092221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"eef4cfbdc81c8c4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528794129,"stop":1706528794129,"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":"150c333f62415095","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"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":"ac102b3244e27286","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367475,"stop":1706529367476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7493401db8548612","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528787515,"stop":1706528787516,"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":"70abb889e8919767","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"c3f776913e277b9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367439,"stop":1706529367439,"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":"3e2dace59f155209","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985992,"stop":1706528985993,"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":"6755e473077cc206","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814944,"stop":1706528814945,"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":"b9501f65180ce72c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998599,"stop":1706528998599,"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":"6a314aad16d548b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814918,"stop":1706528814918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"3e265da06ddab88b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232495,"stop":1706529232495,"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":"ed630e4a124d8411","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528741681,"stop":1706528741682,"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":"eaabb071e78ed9b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223901,"stop":1706529223901,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"95cdf337f84852fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"2fd65e575dd873a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367436,"stop":1706529367437,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"30b9d10db9a9cc5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"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":"2d6fccf5e81a1e8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"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":"5ed6c331e0826a6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367476,"stop":1706529367478,"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 forward","uid":"2c75def7a72b80d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529382345,"stop":1706529382346,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"61af5c42900781ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232495,"stop":1706529232496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"83fdf79c12dc6982","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223890,"stop":1706529223890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"368e058aee907ab2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378206,"stop":1706529378206,"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":"8cfb40048a646a19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"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":"7d7b996b471ffe17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998592,"stop":1706528998593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"f8469aa4323137f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529098417,"stop":1706529098417,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"7ed33860d7f3e185","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"a348c507a91ce632","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529198490,"stop":1706529198490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"9b9779c9e57a1863","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736036,"stop":1706528736037,"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":"30f3f4a86db30a75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528787520,"stop":1706528787520,"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":"efb4e61dd1480232","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403578,"stop":1706529403579,"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":"54503a073c17050f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"e2cc73e01649cded","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529389607,"stop":1706529389607,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"33a8bcbbb42a6ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332316,"stop":1706529332317,"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":"880fc8604747eea6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223895,"stop":1706529223896,"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":"da051a3d634fd9ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735131,"stop":1706528735131,"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":"18643766430bc9bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735129,"stop":1706528735129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b71a978c10a47458","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"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":"83cacb478443116f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"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":"54f12c80c69bc2b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403580,"stop":1706529403581,"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":"2cd21f87c3c4b992","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"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":"9aeac5c04d6c484a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"fd8086bf8fb00ce2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333274,"stop":1706529333275,"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":"1c435a43592914fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"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":"e44434a53d47d69f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814917,"stop":1706528814917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"9788a3bc18c764a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"39e95692684888a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529332306,"stop":1706529332306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e9e709af187f5fba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"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":"82b0a39a398f69b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"54d8c4e38bf9b383","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333255,"stop":1706529333256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"62cdf4ddfea570c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528746047,"stop":1706528746047,"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":"90f1f2cf0596f13b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367467,"stop":1706529367468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"c3c868ca51668396","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268049,"stop":1706529268050,"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":"8b65c7cf6de0c6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218544,"stop":1706529218545,"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":"4f49e13e0286b8e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"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":"ce549d0bfd2641b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752264,"stop":1706528752264,"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":"7d2b27dc83dc91fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398288,"stop":1706529398289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5c39e4bfb9fdb34b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333234,"stop":1706529333235,"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":"76d51240993055c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297072,"stop":1706529297073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"58c00abc86c7c61a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378212,"stop":1706529378213,"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":"ef272f41a28603b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333235,"stop":1706529333235,"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":"b28931ba0c79910","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403572,"stop":1706529403573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"ca3a94a48f959c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729251,"stop":1706528729252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"83ff253c950a57f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529378209,"stop":1706529378210,"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":"ab39b10115065ac6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528857319,"stop":1706528857319,"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":"135976ed8e001e34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529268051,"stop":1706529268052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"150dc3da66a02acc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528985982,"stop":1706528985983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a1d1b92050ab6f85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"81dc29ddf2bb1792","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333260,"stop":1706529333262,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"e05f1f00fc2d4268","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528998598,"stop":1706528998598,"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":"4b26464a1eeb8d5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"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":"d091cb1eacbb4a23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529398287,"stop":1706529398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"6567dcc8af30a1af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729420,"stop":1706528729420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"13c3adde653fbb2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"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":"c7ba80d49de355e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986011,"stop":1706528986012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"3e2901af9f017ca3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735263,"stop":1706528735264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"519c449bb153725b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528759261,"stop":1706528759262,"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":"109edc0e0bfeec53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529395066,"stop":1706529395067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"4afacc0b8b36f34b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"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 30 topics","uid":"7e777a8449b5def4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"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":"4e34aaf695a2fa9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"bacf99caeda814af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529098501,"stop":1706529098501,"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":"6f64ab81925047ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"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":"92a9c3c3b5e2da7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092195,"stop":1706529092195,"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":"46e0f1c91919d45f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"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":"cc2b2366ecca8d40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218533,"stop":1706529218534,"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":"e5c3d618f197564d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"14ec21fcf1ba3649","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736044,"stop":1706528736045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"399409a6c51e5431","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529223896,"stop":1706529223896,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"87b7b7e0515727fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529365898,"stop":1706529365898,"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":"b55d8c61dea53f6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367484,"stop":1706529367486,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"b998303e857e130","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367486,"stop":1706529367487,"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":"97e9d20d480e8aa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"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":"be29ff972ab55f83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061223,"stop":1706529061224,"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":"a825ce2464224e99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"dee6dd708f9affa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"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":"22d54acd97b7c15a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528985999,"stop":1706528985999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675770586384","uid":"d8b707dcbc7a807","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"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":"604012385fbb36ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"759caedb3699e587","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"90de24622ad2c429","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"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":"39ea55602a155d68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528735132,"stop":1706528735132,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"de5135682168e35a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528736040,"stop":1706528736041,"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":"eb90dc452008b267","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706529092192,"stop":1706529092193,"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":"4c1a96872c4c8df1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529382345,"stop":1706529382345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"1a7249410b69e410","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529297076,"stop":1706529297076,"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":"dbf70a0a4cbc069f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232501,"stop":1706529232502,"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":"6e9c54c35d878910","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529218526,"stop":1706529218527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"18e17db211d1c559","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"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":"9439aa458c71e3ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528812086,"stop":1706528812086,"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":"51d3bc9631d4adc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706528752634,"stop":1706528752634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cb77b229d64c80a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529367437,"stop":1706529367438,"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":"81eb52f2c986da05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333279,"stop":1706529333280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c9585fb14534ea9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529333228,"stop":1706529333228,"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":"938501aa817dc442","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528729419,"stop":1706528729420,"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":"a558fb269ce038a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"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":"e7c2e7521ef9da08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528814912,"stop":1706528814913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"bd77b67d4ae73ca6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"60e2eaaa2a5291b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061335,"stop":1706529061335,"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":"e99a145d631084c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529248598,"stop":1706529248598,"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":"b62f4ff21f3575b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528760733,"stop":1706528760734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"5d39baba83f96e42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529061211,"stop":1706529061219,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"ab918ce955d13976","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529403577,"stop":1706529403578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bc41f85499256b97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528848468,"stop":1706528848468,"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":"764a3ddf1623802d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"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":"1786158c120ab754","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528986012,"stop":1706528986012,"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":"a262f29f607e20dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706528751476,"stop":1706528751477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"4f79feaccf798941","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029145,"stop":1706619029146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"478487ab98c9d6c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"f3b1a53ce323252b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"bb36946768c0bfa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959474,"stop":1706618959475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016000000 ","uid":"7dc1c5e147e4cd26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580255,"stop":1706618580256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"f8c32eb74dc3b7b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008974,"stop":1706619008975,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"733291b83aa211af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"5abf1dafb7089703","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619035798,"stop":1706619035798,"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":"5dc6a053545d98ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871330,"stop":1706618871330,"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":"9b34ca5eca6475eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"b3faddb299f79096","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871331,"stop":1706618871331,"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":"1f1eac41db44585e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619017483,"stop":1706619017484,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bea06cff7afd6dff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"95eb05e24782422d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044147,"stop":1706619044147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"83460c81e5d12220","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"406f98c0d76755d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"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":"6fd4d3f17b6eeef6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"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":"d73d95454d42566f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"5cb4199a425cb12f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004845,"stop":1706619004846,"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":"599164d2595c676","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"3dae58229fadad2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"7b22372d338fa89f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008975,"stop":1706619008976,"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":"211e1fb55aea6d82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580259,"stop":1706618580260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"284501093b08e9d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959495,"stop":1706618959496,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d50b23edc7507010","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580257,"stop":1706618580257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"d35e18e7dcb2dfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389058,"stop":1706618389059,"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":"e54ce121ba139718","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"965dc46e3a3fa392","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618799830,"stop":1706618799830,"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":"42cf9a4403cf190b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"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":"2afdf4d098d966f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618865693,"stop":1706618865694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"303dce01dbce0663","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731280,"stop":1706618731281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"1a37b49706a37c13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959471,"stop":1706618959472,"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":"2d40a183aea1fe1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624427,"stop":1706618624428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"edd1121e02ef78b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004846,"stop":1706619004846,"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 30 topics","uid":"e943116a54c4d0d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029138,"stop":1706619029139,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"3a0ebef080c4783b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366458,"stop":1706618366459,"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":"c24f019f6a90d677","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996190,"stop":1706618996191,"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":"eb8d570897fdd316","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"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":"66495729c8fc5775","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388584,"stop":1706618388585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5b225430347d014e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"59f435fdb60e90e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030047,"stop":1706619030048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"91b0fe0b69e1e3a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366256,"stop":1706618366258,"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 31 topics (old limit)","uid":"9cbe725c2d7f53c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"b5201f347738e0b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372811,"stop":1706618372812,"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":"8d897533e21ca293","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"747920aec35145b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"41e06f8a1c302c5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618489112,"stop":1706618489113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1145d47ad8b49ae7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5b8ade269780aa26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487715,"stop":1706618487715,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"2a3140f859dace8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996188,"stop":1706618996189,"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":"5c7cd74f27936d1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366457,"stop":1706618366458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"c7e9b2dc4f286d04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973546,"stop":1706618973547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ae74c09b8d6791e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618871330,"stop":1706618871331,"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":"7b6eec3f4123e1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"44d60b5253e04566","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858017,"stop":1706618858018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d734400327963a5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"1ff5812ca10189ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618834268,"stop":1706618834269,"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":"f38d590cd94a56ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496639,"stop":1706618496639,"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":"bd7e7651ee898d38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487714,"stop":1706618487714,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"e5e5345bcf96af6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"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":"65c25976b2f9e2db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7844607fcc97f073","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996200,"stop":1706618996200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"f802fe09e2777668","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"9c390234f6f238e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"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":"e98b782ef80ed3e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"b91fc2a56e3d862","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619035796,"stop":1706619035796,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"74ada2de576e0b38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372825,"stop":1706618372826,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e03527c4509ef2ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731283,"stop":1706618731283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"22cf55551e0b4ced","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619035798,"stop":1706619035799,"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":"97db4c7bde336149","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378315,"stop":1706618378316,"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":"9977fa459e23f747","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"ac29d1026baa1d0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871323,"stop":1706618871324,"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":"d11a02193c6fafdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624278,"stop":1706618624279,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"29e28a62c67f07ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858006,"stop":1706618858008,"duration":2},"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":"a571702ae007a13a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372810,"stop":1706618372811,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"5b11f0956833e69f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"d1a1f5c4f60174ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"8c980dba00d12e83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"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":"18a6a9285087fae0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934692,"stop":1706618934693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"b8d37ab48df04fac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959472,"stop":1706618959472,"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":"43daaf52ce4767a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"140c99429323c8b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"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":"d411eba45d26f902","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934690,"stop":1706618934691,"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":"d26433d23aa0a6fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496639,"stop":1706618496640,"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":"35dac324d7a05007","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"5328f6db879f10e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378927,"stop":1706618378927,"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":"91bd029a0386ff02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371921,"stop":1706618371922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"50bab4fa7b561fc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618738959,"stop":1706618738959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"e05c7d24c0a4e8ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"1d48ed147ef7b59f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618738958,"stop":1706618738958,"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":"d6079608c513b2aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366455,"stop":1706618366456,"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":"11eba147704c8b27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029131,"stop":1706619029131,"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":"92a6072d6a12e2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496641,"stop":1706618496641,"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":"77f200462c188092","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"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":"462243affcd380a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934691,"stop":1706618934692,"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":"9da25024750aff83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395072,"stop":1706618395072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"11d9c5ab18753781","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"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":"d6b434cb640f9db6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366456,"stop":1706618366456,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"113456a16c6a7fab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"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":"5e865dfd633ac35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"448e49e8badff8b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033643,"stop":1706619033644,"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":"d001ae67f9cfe20a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619039585,"stop":1706619039586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"df1330095d99a636","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029139,"stop":1706619029139,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"555d658ab3d113ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618865694,"stop":1706618865694,"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":"5b1d5fe5214f3034","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372811,"stop":1706618372811,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b78dbb6e0b5550bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"826a17d1293fe641","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"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":"70d1f36abe5e9f02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618489112,"stop":1706618489112,"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":"75d8aac2bd155649","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"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":"f2b4f9e6cda045df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"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":"ca800d3787394a80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618959486,"stop":1706618959487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"67a07916bdf1f196","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865681,"stop":1706618865682,"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":"37db8ae114555e34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"899c4c02e7cf3b94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"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":"1892e7e1ee57d29c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959506,"stop":1706618959506,"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":"8f60f307927ce3db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"e002ae72c3aff762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378871,"stop":1706618378872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"4db60570bd813248","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389059,"stop":1706618389059,"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":"4a0e59945537ce6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"68e1b4daa07d6066","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618959507,"stop":1706618959507,"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":"c0337153693f5e3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366461,"stop":1706618366461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6dcbd4d01bd8dfc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996206,"stop":1706618996206,"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":"f49ded8d8e8aaadc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996203,"stop":1706618996204,"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":"fa9b4d8814bc063b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6cec32f6937d472f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580247,"stop":1706618580247,"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":"b8d1c7f6c1819eaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624534,"stop":1706618624535,"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":"ab1e23df5753f165","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366456,"stop":1706618366457,"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":"d46090312c639f9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"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":"e1139d4a4a7a2a31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"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":"fba86fb5418ec476","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"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":"5a6a9be104b3c4a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"1c41b02a98617871","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687003,"stop":1706618687004,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"97bb736e5a4ad57c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687005,"stop":1706618687006,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"244daa6b9ccfe578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"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":"aeb55f1d3cc18458","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496638,"stop":1706618496638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"e4d8252d48a068fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858009,"stop":1706618858009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"7c2f4318c04739ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395556,"stop":1706618395557,"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":"628fe352059cb60e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959507,"stop":1706618959507,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"3b640cc3a61e6b29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372810,"stop":1706618372810,"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":"121447c8edc7276b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858012,"stop":1706618858012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7fb268bea906c53b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865685,"stop":1706618865686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"5e614e39c4360be4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"4ef841e3101369a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619002397,"stop":1706619002397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"55bb7522d00d174","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580248,"stop":1706618580249,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"2179f01a04776477","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"3be3b8e595d8c7fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909984,"stop":1706618909985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"13c94ebb5a111e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580249,"stop":1706618580250,"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":"6f18b30da2e53367","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371919,"stop":1706618371921,"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":"e2a191b8d32cae65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618624499,"stop":1706618624499,"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":"e93f911084003e41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496640,"stop":1706618496640,"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":"d806bd2dbb4719dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996192,"stop":1706618996193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"1278cbb822bc1a18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","uid":"1b22dd1bf18f5308","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"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":"cf32945dc64d9420","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454369,"stop":1706618454370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860180609","uid":"32e9dcc6370f7e05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996206,"stop":1706618996207,"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":"e4261de2e78f5ee5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496640,"stop":1706618496641,"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":"1768495f12dbb8c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624521,"stop":1706618624522,"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":"2aa039a37cab5a2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731273,"stop":1706618731274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9c5bdeb172e6c642","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008975,"stop":1706619008975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"23fb66157e2a76f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372079,"stop":1706618372079,"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":"2a9afbd722fb849a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"6dc9b6b8774c740","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"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":"3ad91fb117c1d342","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371935,"stop":1706618371935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"1f7ffc0da6d4b3c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871324,"stop":1706618871325,"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":"965c9e3fa15f83d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618686999,"stop":1706618687000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d0cbf360d22d3d31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580250,"stop":1706618580250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"54da178a737e6508","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580247,"stop":1706618580248,"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":"5d037492a124d401","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454372,"stop":1706618454372,"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":"26282bf1865a23dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"52aa3f9a0a34b2bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871329,"stop":1706618871329,"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":"55306030007f6c0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371936,"stop":1706618371937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"87a15e85ae2088a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618396942,"stop":1706618396942,"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":"4bcae3897e39094a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"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":"972a742f4f6cb7bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"ef1038d78d281852","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"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":"6b5c442f09aa176c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"bc24ec9960e67e9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618429313,"stop":1706618429314,"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":"46fcaf0d8a61f7e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"26deea821890e5b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996202,"stop":1706618996203,"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":"d70ef453bd2a0f88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"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":"df63106057844f34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618424947,"stop":1706618424947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"e157f2acfdcda1e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"dc0db2baf762af42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618424941,"stop":1706618424942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e42001a52c992ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959491,"stop":1706618959491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"6c3ebae770baf4ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618686998,"stop":1706618686999,"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":"878d3f45735a0d99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008974,"stop":1706619008974,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"47596903c4d5100e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"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":"46861912a66eee9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030045,"stop":1706619030046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"a8e97b6e228a0c57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"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":"5caeadbc4a454657","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371923,"stop":1706618371923,"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":"5ec01a51348e0c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624452,"stop":1706618624498,"duration":46},"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":"cbe73588fe33bb57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029122,"stop":1706619029123,"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":"2c1a8506ceb918e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1f2bf118147238a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996189,"stop":1706618996190,"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":"eae4bef80443c4e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"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":"b9b3ef713f9a077f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624536,"stop":1706618624536,"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":"fad827e7c0d3e70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"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":"f55a2c59137dda0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851395,"stop":1706618851396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3ab09303036c9874","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"b7433fa6d99b9de7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378312,"stop":1706618378314,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"4ebe234265ef378c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731298,"stop":1706618731299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a22a046ff0b89741","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"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":"529e47bbfb628763","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959504,"stop":1706618959505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"1c03b8baee2e198f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731271,"stop":1706618731272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"52799da972febf01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858008,"stop":1706618858008,"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":"62e0f09f36c9ae7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909987,"stop":1706618909988,"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":"c1c979de54ecc568","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851397,"stop":1706618851398,"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":"2673c5ad39105fe2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"a93c14c20bfc2c02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996188,"stop":1706618996188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"85b3d87b3851ca6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"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":"370dd7023a5d5fec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029143,"stop":1706619029144,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"d5d8f1beab2eed86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004846,"stop":1706619004847,"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":"c14a3598c98cc4e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619039584,"stop":1706619039584,"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":"3949404061efccac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"f220894ca0b105c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618739031,"stop":1706618739032,"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":"f6ed0a8c904a43ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"a3899f1ed2dd4bbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619002392,"stop":1706619002393,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"bbee2a8060f67063","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"82b8a7e8f92c15e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909985,"stop":1706618909985,"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":"3bc9fee6c46e22f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996201,"stop":1706618996202,"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":"40c9717867c19670","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"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":"44f688133f883de5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371922,"stop":1706618371922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"cc1db1249c1b84bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395069,"stop":1706618395069,"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":"ad3cc4b87da4e77e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"29450f8b43ec92e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996194,"stop":1706618996194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"2cfb0de5a13ac847","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378341,"stop":1706618378342,"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":"33605b0ff317c52b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"f6e8493f63f76609","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"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":"339e52495f5bcf4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618489111,"stop":1706618489112,"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":"9ce00cc4485769a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1c1932b8e659ef88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618431633,"stop":1706618431634,"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":"d51a8a7108e0ed08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1c899da4599acb38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ffa149227c8c5729","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731297,"stop":1706618731298,"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":"a0d578b371c5ba13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858019,"stop":1706618858022,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1675860224650","uid":"371c2ebbdb131422","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"376fd527142a549f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858005,"stop":1706618858005,"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":"f6ecbd8743d57519","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624451,"stop":1706618624451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"4ad85d9f94f1dc4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959474,"stop":1706618959474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"d72020188187aa21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"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":"d44ad7e4274e0e58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388588,"stop":1706618388588,"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":"f20a7c7de20ab0f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618424945,"stop":1706618424945,"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":"ff28cd1e9467645c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029142,"stop":1706619029143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"fe11b744911c66f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619021206,"stop":1706619021206,"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":"fa7e00f761c7f863","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454359,"stop":1706618454360,"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":"540b75fcb46ba5b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"a095e172dd9bcdd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959492,"stop":1706618959493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"42ef827610e156d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624420,"stop":1706618624421,"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":"67b6f11153a32cd6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"21e35dbb7de32b11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366460,"stop":1706618366460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"bae196d0e293986a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"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":"2ee45025fc2127eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029137,"stop":1706619029137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"42b8e41b00ae3336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"a3a9ff6957db0000","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619002393,"stop":1706619002393,"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":"232ce283dfbd49e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"abae4bad08daae59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366453,"stop":1706618366454,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9840ae91dd081dee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619021207,"stop":1706619021207,"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":"e7ffd332a521c75d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029127,"stop":1706619029128,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"45e359fea625011b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"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":"129be1af36ae3be5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c9bca376bd007030","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580243,"stop":1706618580244,"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":"908649f26a0a752d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"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":"3c39dbb9b7bea29b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618959507,"stop":1706618959518,"duration":11},"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":"fe4f6d59708737c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731286,"stop":1706618731287,"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":"f4990162bff3ae73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"3e2815122dcc8b62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618431633,"stop":1706618431633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6cd793ca3a535aba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"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":"d349e08097bdb61a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"787932ad13958096","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"6ec7de247067507b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366454,"stop":1706618366454,"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":"fa9b2b5a3d9ac3c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029141,"stop":1706619029141,"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":"b8e340021d693521","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454358,"stop":1706618454358,"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":"22ffcc2a11733a62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"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":"3c25efc7a75d8f07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731284,"stop":1706618731285,"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":"99561d27c674278a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731298,"stop":1706618731298,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"645ee93a653f35ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973544,"stop":1706618973544,"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":"cc9d09a56cd91b18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371935,"stop":1706618371936,"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":"653c39ec602d430d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371933,"stop":1706618371934,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7b6d47155bff1392","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580248,"stop":1706618580248,"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":"f5c7a06166a38de4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1861a13c623a966f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959490,"stop":1706618959490,"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":"e5f1e4f017cde250","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996208,"stop":1706618996208,"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":"214739989bcfd387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"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":"91f69803f3ccefb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ac74353d45e1aeff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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":"d81428f713a5f17c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996199,"stop":1706618996199,"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":"6eca3675d880af8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"f3d1c38dabf857ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"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":"3794ba9e6b4b171c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"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":"e405687b0aad631","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a532d3bc7dea6723","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580246,"stop":1706618580247,"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":"348975164994ddc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618396941,"stop":1706618396941,"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":"8acd390c34b793c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388585,"stop":1706618388586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"304cd2b0b8a4fe8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"3be329c425483ef2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372821,"stop":1706618372822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"ffeabd6e27d0fe44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"83a85c89293da8ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"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":"3c219e067d008f44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371923,"stop":1706618371924,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"bd0c94ef10f528c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618834267,"stop":1706618834268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"3fa9a5f3d1a9fb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366258,"stop":1706618366259,"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":"6f3bc82ae1510832","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618959486,"stop":1706618959486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics at once and receives messages","uid":"4a48ee55c09d596d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029123,"stop":1706619029124,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"63ca91af1698632b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7f12b89086933979","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580253,"stop":1706618580254,"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":"1eb084dd44a370cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496638,"stop":1706618496639,"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":"3df18e72c01868c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029143,"stop":1706619029143,"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":"b760757915532bbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624273,"stop":1706618624275,"duration":2},"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":"1ca636f272f53163","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618389064,"stop":1706618389064,"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":"457c81781e50cddf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618389064,"stop":1706618389065,"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":"216f4e48369049ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624535,"stop":1706618624535,"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":"63fe6c5509c673a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487716,"stop":1706618487717,"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":"e5a617912b614342","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"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":"d912e4a8cb24e6cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731282,"stop":1706618731283,"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":"901f9f46344ae0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618424943,"stop":1706618424943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"7583180226541bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619002398,"stop":1706619002399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"67535135d222636b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959499,"stop":1706618959499,"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":"4bc501c65a8a59a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"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":"a9b830f666a9ec38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996196,"stop":1706618996196,"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":"c78192106af17052","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624522,"stop":1706618624523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"694ea06b52f9c2c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865694,"stop":1706618865695,"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":"1c38ddd1773e53c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454360,"stop":1706618454361,"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":"6b1167c632df64a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871336,"stop":1706618871337,"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":"e6bbb5a390de8942","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624449,"stop":1706618624449,"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":"acac0b8ed1828939","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454371,"stop":1706618454371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"1957ea6036418b98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366596,"stop":1706618366596,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"fe11f44a3eac0a67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858028,"stop":1706618858028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"db31f7014b3d966e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580246,"stop":1706618580246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"f9a9c5be342d3067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996191,"stop":1706618996192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"c7d9912ce3fbb563","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618799829,"stop":1706618799829,"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":"ad5040ab0b3315c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996203,"stop":1706618996203,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"85c491275af14a9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871325,"stop":1706618871326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"3a842c85aef27b69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e3b62790e01999b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372812,"stop":1706618372812,"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":"3f8f2aa7238ed2a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580258,"stop":1706618580258,"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":"a06fa66836080859","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858022,"stop":1706618858022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"37c4470fa2c34b77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029121,"stop":1706619029121,"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":"8271f91bf7a89eb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"1e7adea0053c90cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"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":"ecc7d7c59c627065","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033641,"stop":1706619033641,"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":"cfd396c8e1d21630","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366460,"stop":1706618366461,"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":"c02aae4ccca436f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580258,"stop":1706618580259,"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":"39f82303cce122fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624270,"stop":1706618624270,"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":"37d9ec8a3d7098c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"146caefe1acba21b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619035796,"stop":1706619035797,"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":"bddcd936c889d57a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"7289657642f12c32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618834269,"stop":1706618834271,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"20fd2890c370b29f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865681,"stop":1706618865681,"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":"a886e22c992bff7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624276,"stop":1706618624277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"edd6d72f6151de95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996187,"stop":1706618996188,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3c7aa009c1f6be14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"3aed3134908bbe7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dc5e8a76644122f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959473,"stop":1706618959474,"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":"6ba55e602d59b22c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378315,"stop":1706618378315,"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":"2429e750af6177dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c6ec286b448bc96a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029139,"stop":1706619029140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"7e92cb4c1bf574c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454363,"stop":1706618454363,"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":"5e07dd12e010d4cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496637,"stop":1706618496638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","uid":"a4e852432ac421ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865689,"stop":1706618865690,"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":"2695d0fa9b816ca7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624535,"stop":1706618624536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"b36478b76d88c2b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389061,"stop":1706618389062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"1bda60727557650a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618431631,"stop":1706618431632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622180609","uid":"37ffa09465197047","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"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":"77affc9c082a9713","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871328,"stop":1706618871328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"fdbc17be043319db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378924,"stop":1706618378924,"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":"28a5e6b81638f76b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454361,"stop":1706618454361,"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":"f8af486e8f1078bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"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":"ef5814c679e22bf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618396944,"stop":1706618396944,"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":"e86e66f3252caa9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"1e1d545a6cafb5dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388589,"stop":1706618388590,"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":"8fe71991efdf9cf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624428,"stop":1706618624449,"duration":21},"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":"fa8620e3a87fc6a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a415e108cde12407","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959481,"stop":1706618959482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"617b65fe91747f1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"682e0a510969e1b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959476,"stop":1706618959476,"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":"54ad848439c1c93a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996195,"stop":1706618996196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"91d2bfc4296cde54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996190,"stop":1706618996190,"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":"91e840908c0272b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b7def98d55128c70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959495,"stop":1706618959495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"f9844a915e2aff7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580257,"stop":1706618580258,"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":"fb2bc7b288d6fdab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858024,"stop":1706618858025,"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":"dbbd9c4a47a8cc8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996205,"stop":1706618996206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"c2627e55fb72d356","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858004,"stop":1706618858005,"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":"cc8a65ad8899809c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"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":"6b414a2516eda0f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580254,"stop":1706618580254,"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":"6b9e5e9c1cad81d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"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":"c20869a476b5993c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580262,"stop":1706618580262,"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":"b8b9f63b2d2963e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619039584,"stop":1706619039585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ba3a42afcb55a13b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487712,"stop":1706618487713,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f11fb31b1b07b846","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"e3cf4af2e02ad24a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"748543f3b2e1b6bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618624451,"stop":1706618624452,"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":"c482c1d80a6c916a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959483,"stop":1706618959484,"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":"92558b19b5cde6b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618580263,"stop":1706618580263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e92dcccb37244ee8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"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":"a220aa1c810527a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580259,"stop":1706618580259,"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":"b250e85b0aacd555","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618387941,"stop":1706618387942,"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":"6588e0d76276a690","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"d280d430e93c97c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959482,"stop":1706618959482,"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":"efff5ddc5775ffc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687004,"stop":1706618687005,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"f2ff10a62cb23538","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"59eb7e815d5ade4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858009,"stop":1706618858010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"7c77566164dd574b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"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":"be64371ce74f026c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"33525b020537a123","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996186,"stop":1706618996187,"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":"9bf048ef15895383","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959505,"stop":1706618959505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1fe9af71913b1051","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973544,"stop":1706618973545,"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":"c097eb6ddf55129f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731281,"stop":1706618731281,"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":"526fadff81dfb922","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bc66ce2290cef0c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"54ebcce2b641c7b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"17373ad3f26a1841","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"70d4d5a2e9f53b03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"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":"a0beb8dcf4b7979d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"41ce5333c425af21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371924,"stop":1706618371930,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"38e1cde9489d21ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624277,"stop":1706618624277,"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":"654f619b18870d7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624537,"stop":1706618624538,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"8efde63dc51622ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934695,"stop":1706618934695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"25b18febf48192da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865682,"stop":1706618865683,"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":"7ddb1ec91196b94f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ed421c4d7606f2f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731269,"stop":1706618731270,"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":"593f99ff26f22b5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"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":"94ccb832a0c134a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454362,"stop":1706618454363,"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":"4fb04df76a0ba3d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"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":"a6200c2a4f74d6db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618489110,"stop":1706618489110,"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":"de62266ff1c1757","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"eac8a523d55570dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624519,"stop":1706618624520,"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":"561d735f4c0a273f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"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":"a7f2e485adc5ee62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858025,"stop":1706618858026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3950d70ed3007872","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487711,"stop":1706618487712,"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":"43316e2178a38f32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618489110,"stop":1706618489111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"2a4e1ada550c4b90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395557,"stop":1706618395557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5b4bdcea56f80d1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487715,"stop":1706618487716,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b0c922cff128f494","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973548,"stop":1706618973549,"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":"44aa0308c86f49e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624521,"stop":1706618624521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"3d15672ab2e6bf01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"887af16724d2cb54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395071,"stop":1706618395072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fd25aee6c0ac9b4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934695,"stop":1706618934696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c663e766f6fe8af6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865682,"stop":1706618865682,"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":"5efbecf033e90135","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865692,"stop":1706618865693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"395738e3b4bdcb58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"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":"29eafe7f31572330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731284,"stop":1706618731284,"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":"7e2df1fa3b0ea074","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"861d54c46dfce1f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"add1fd8579ad12a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"777432c76b2490d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959491,"stop":1706618959492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9ab60aed2425e0db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996187,"stop":1706618996187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3a274f31761a6638","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487713,"stop":1706618487714,"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":"af2f393b8e462e0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618886441,"stop":1706618886442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"73b4d4a281ba36d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996192,"stop":1706618996192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"113bf4bcf400b4e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"99a3463fff272dc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580244,"stop":1706618580244,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706615024650","uid":"3b1100522666c1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"bea174bf9a612b01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"a52864fe694cbb18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959489,"stop":1706618959490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d6199c16e753b91b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618487716,"stop":1706618487716,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"9566c8c0774d8ebe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865680,"stop":1706618865680,"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":"c1b7211d4df2a4af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580249,"stop":1706618580249,"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":"cd2c4727be1043a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029141,"stop":1706619029142,"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":"d4ad1a10f8773f9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"e932c14df170b02c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372078,"stop":1706618372079,"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":"de7031a1a31b7b7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029133,"stop":1706619029135,"duration":2},"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":"de966abc3832db49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"e1730d650440401d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618396941,"stop":1706618396942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"784c0c88308d81d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388660,"stop":1706618388660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1d37c0d8356d427a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"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":"573904aed2972bb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"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":"e35366ce8ff1092f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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":"35cb402b4ee5efa0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618424948,"stop":1706618424948,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"2c138c6b3f7a9a42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008976,"stop":1706619008977,"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":"b582d5115671a4c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624275,"stop":1706618624275,"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":"b2cf6b3190b0bfc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"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":"93aa5aa3e533e4e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496635,"stop":1706618496637,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"a0f94d9d260cc4d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371936,"stop":1706618371936,"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":"2abc118317c2af49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"87a5131dae447756","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"fa176706ae4acb08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395068,"stop":1706618395069,"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":"f1d9438aee18e8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851398,"stop":1706618851399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"14ad05adc38cd4b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"aa4588059954a092","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"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":"d8ef7cfc6a31310f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624536,"stop":1706618624537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"84558ecc4db96d19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"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":"ec0b63827bebf318","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731300,"stop":1706618731305,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"f78a87da0f0f5888","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029140,"stop":1706619029141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b00cb38287ee0d09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871326,"stop":1706618871327,"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":"b56c234b916d231e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"62bd1b0d41534a00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865680,"stop":1706618865681,"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":"99e1bd21f77da320","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454359,"stop":1706618454359,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"83a018fc2a3f8103","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"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":"dbbf65323eab0f47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"bf35fe7224166679","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618382596,"stop":1706618382597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a511eab67be8b2d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372812,"stop":1706618372813,"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":"4a3b6e7f60b3fb41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959494,"stop":1706618959495,"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":"a5bdd2142ec8ab1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"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":"3eeeac657e569c84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371931,"stop":1706618371932,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"7ff037fb10d91d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"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":"121244c19a576309","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996198,"stop":1706618996199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"9807a2b8c757ac2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044147,"stop":1706619044148,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"4ac50ad12bef13a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580261,"stop":1706618580262,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"618d7569c3956283","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959499,"stop":1706618959500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8f25ed4bc2f7b6a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004847,"stop":1706619004847,"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":"d9c85123b94df4ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"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":"caf24828bf0fbbb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959483,"stop":1706618959483,"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":"9b3c5f12651376b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624520,"stop":1706618624521,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"34ee82d6e62d35a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959472,"stop":1706618959473,"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":"3e7feb318159ef1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033644,"stop":1706619033644,"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":"ff83e7949d034562","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"665f6b31e38e4342","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378872,"stop":1706618378872,"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":"5989e77a21e4a4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865688,"stop":1706618865689,"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":"16312aa956ff57d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996199,"stop":1706618996200,"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":"c130f2bcc28c2542","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959485,"stop":1706618959486,"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":"89fd1dd9fd6dc46e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959484,"stop":1706618959485,"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":"77d99fcb5abdb32b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029135,"stop":1706619029136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706622224650","uid":"b1596086e3d4992d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858037,"stop":1706618858038,"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":"91767ca715ddc24c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389062,"stop":1706618389062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"99f7da1b3648e26e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"7c588163f37c4f8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378925,"stop":1706618378926,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"72426e4878d66032","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366596,"stop":1706618366597,"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":"5c1ce7e3a7bb159e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"b57f6b959f565694","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"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":"cb283d3fa4e57c29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"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":"6d12a9ceb2e2fc62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033642,"stop":1706619033642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"fef42ec1a4002bde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619044149,"stop":1706619044150,"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":"e318aa6edbabdebb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618396943,"stop":1706618396943,"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":"c375ee02f6b23018","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"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":"c7ace27834e980e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"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":"86dc39e585a91240","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"a3d838e4a1b8b6a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619021206,"stop":1706619021207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"b8811a38c7307243","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618382598,"stop":1706618382598,"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":"bc49267e10a31274","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"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":"c821d45c05b11647","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996201,"stop":1706618996201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"e2d3005a146e55f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996183,"stop":1706618996183,"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":"968e0db22895b0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033641,"stop":1706619033642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c0e49e23d80b43e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687106,"stop":1706618687106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"f08bdc310f66f9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388661,"stop":1706618388662,"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":"1e520d175f41bef1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618387944,"stop":1706618387944,"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":"53638d0e7a5ab37e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"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":"24b29dcdfb2141a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"1ed4a1787873b6aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e547751e92a6bfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395070,"stop":1706618395070,"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":"495c9da73bdf2716","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618580262,"stop":1706618580262,"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":"c944b878725a88b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858028,"stop":1706618858029,"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":"bec04a06599887d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"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":"722f6567fa07be16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1706614980609","uid":"998ea8534508a306","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"3af052694e6ee6b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996193,"stop":1706618996193,"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":"1f8b97999f0ccae0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618387943,"stop":1706618387943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"99304d2880ab66d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731292,"stop":1706618731293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"2f43116f52417796","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"d7b84aa287db7f7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619004843,"stop":1706619004843,"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":"fdd0710bbc962d68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"b299564d5c9769f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"f93539b24f610d77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d2687b5cab63fa17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"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":"464310d2e01cd9a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"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":"6a095cd6a99416c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"1f553d2786f94219","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366459,"stop":1706618366460,"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":"121f350a538db589","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"33808063b91b23c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"9d913b63743d6b1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580254,"stop":1706618580255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"7a8132394c076aec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"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":"508e3205d419847b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1ad7542fc5fe8ec7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624499,"stop":1706618624500,"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":"2a1c0039c4a0290","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395071,"stop":1706618395071,"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":"abdb211093992aca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371932,"stop":1706618371933,"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":"3727773489abe03b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"51ba23ec392573e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996186,"stop":1706618996186,"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":"6980cbab84b97914","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"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":"e1963ce1f40e0dd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"76ba2cfc67b95436","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"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":"4d25f1c253b5a404","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"6f2383b99a4268e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"a387e01d4e8ad010","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372824,"stop":1706618372825,"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":"ef02b49ed4037ed0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959506,"stop":1706618959507,"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":"48e472bc6de49652","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371934,"stop":1706618371934,"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":"53ca1d2fce43a36d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366458,"stop":1706618366458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"dd8b34fdca53fe24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618834268,"stop":1706618834268,"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":"aebcc15bf5c51737","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624538,"stop":1706618624538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5721e9b2c8baf761","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"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":"e24c8014de29a938","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"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":"49a45fd1755336b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865691,"stop":1706618865692,"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":"7ca702d5d2a1a38d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624280,"stop":1706618624281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5268fdb9f3417055","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618801297,"stop":1706618801297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3b90bc6e62ddbb6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618396942,"stop":1706618396943,"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":"9608f106375f94d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865692,"stop":1706618865692,"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":"5153296bde8262ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618424945,"stop":1706618424946,"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":"4d397cf7cf298dfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624520,"stop":1706618624520,"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":"bb5b5e83fb81f861","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"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":"e47cf5ff21cf72e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388590,"stop":1706618388590,"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":"eaecd7c5a56918c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"bc9158287dae591a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"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":"336f1706e62a77ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"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":"b3109acc120ea0eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618395066,"stop":1706618395068,"duration":2},"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":"bdea91ccf4f82a37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388586,"stop":1706618388586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"16a4c159caff33b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959490,"stop":1706618959491,"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":"9168dbdae3612f71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"91fb0d5e01db346f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618424939,"stop":1706618424941,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"f6e9a20b4c92b86a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389061,"stop":1706618389061,"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":"747b6b41c601980c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619017482,"stop":1706619017483,"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":"94e9b537cf8985f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"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":"c602341d3643dfc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959485,"stop":1706618959485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982000000 ","uid":"4c9cb9e0e5e1ebbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"78670b341534125b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389060,"stop":1706618389061,"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":"217edc81533541cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624272,"stop":1706618624272,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"e163278af51a654d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959504,"stop":1706618959504,"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":"98f47160e3e20be2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618909988,"stop":1706618909989,"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":"61a05b23a3685d73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"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":"6ace19f0b2179947","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865685,"stop":1706618865685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a83f8531c06e21c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"4f3a37b536d8805c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372822,"stop":1706618372823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1030bb60984ff60b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"625765bdead4e714","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618801296,"stop":1706618801297,"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":"c142bdc058b3335","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"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":"3b2e05eb5206b3f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"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":"5fe35d20a86ea711","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618414016 ","uid":"30fd9b219449fed1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580256,"stop":1706618580256,"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":"e1aef231bf1ee82a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624279,"stop":1706618624280,"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":"4e9fc5fed12c4921","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618886442,"stop":1706618886442,"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":"8f730f1996dad923","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"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":"c0c4c419549cc7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996195,"stop":1706618996195,"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":"9f1a9be5f0aa3725","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618389062,"stop":1706618389063,"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":"11de3e20d86dd1a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858023,"stop":1706618858024,"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":"110ca55b0e9fb498","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"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":"8b155a5b08afc9ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"475652234f08b6a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372080,"stop":1706618372080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"302769fcd6799018","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"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":"92d3dc44dc1bac29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1706618424947,"stop":1706618424948,"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":"164e9794ce6e1867","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618489111,"stop":1706618489111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"e47eca93ac7281d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618431632,"stop":1706618431633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"7b9ad9c8ba8d15f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378924,"stop":1706618378925,"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":"cb6e7d254756f6cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624534,"stop":1706618624534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"700c4e4bce08f471","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"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 30 topics","uid":"87bec6f64997faec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"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":"c6223bc753eb36d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029136,"stop":1706619029136,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"c3f210d341443278","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959482,"stop":1706618959483,"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":"27a139bf850e8935","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731293,"stop":1706618731294,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8a4b791243d6ced6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618396943,"stop":1706618396944,"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":"9d95b919c082d38b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"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":"93412407bd33ba1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996197,"stop":1706618996198,"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":"845a383706da58f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618454371,"stop":1706618454372,"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":"896c923e1c60068e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033642,"stop":1706619033643,"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":"9128a13d7951eb44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619017483,"stop":1706619017483,"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":"edf1b661f2085827","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"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":"7ce02450472183a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619039585,"stop":1706619039585,"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":"726684dd59fb7105","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618886441,"stop":1706618886441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b6adddb4bafdfcde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029132,"stop":1706619029133,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"675232daada65c3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"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":"44c751deabc7075d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"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":"e8b73c53071a5213","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996208,"stop":1706618996209,"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":"8af4ee43c08ae02e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996196,"stop":1706618996197,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"53fae0cd3a6c53b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"4ec4895009dbc99d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619002398,"stop":1706619002398,"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":"ab928789beecb37e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"37ad8e5e5bd2c538","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378925,"stop":1706618378925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5921a7fd118fac8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"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":"b48cafab14c8dcb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619017484,"stop":1706619017485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"e3dc35440362dbd7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618429313,"stop":1706618429313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"68be028a1e650cf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858014,"stop":1706618858016,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"22d3b2aaecd5f231","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687001,"stop":1706618687002,"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":"79b8f7518ab93b24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371937,"stop":1706618371937,"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":"fc5a44f41bc6eca2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851394,"stop":1706618851395,"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":"7e0b652e69ce3f37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618366454,"stop":1706618366455,"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":"492d095b0743e848","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"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":"cdb966e5c106595a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029133,"stop":1706619029133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"8ab50b77c80ce7d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996191,"stop":1706618996191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"8add4d174f31964a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959473,"stop":1706618959473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"ada9d20a0a42c97a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"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":"ae48d1c4f9f739f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"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":"77a0ee55d5e39574","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8e6992334313c049","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ae199278d309d5b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618851398,"stop":1706618851398,"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":"9e6a780dd73f926b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871327,"stop":1706618871327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"c68ad248c0eb2a4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372809,"stop":1706618372810,"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":"5aed16e28a757fd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618371931,"stop":1706618371931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1c945ca327773225","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996184,"stop":1706618996184,"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":"438cc16b964e6d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"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":"b62d9568c81501b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618496642,"stop":1706618496643,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"b0eaee25a7dcb4c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618429312,"stop":1706618429313,"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":"7efb26e4c150eb4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618687001,"stop":1706618687001,"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":"1e85e6f211a8e2e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"e000fe07737a731","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"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":"6e17adeafb7dc4ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624276,"stop":1706618624276,"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":"b5617f73964d0098","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580260,"stop":1706618580260,"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":"91db5b0d6331013","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619033644,"stop":1706619033645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"601ebbceede4eee1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618388586,"stop":1706618388587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"c203877b4d79ae79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618731283,"stop":1706618731284,"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":"e7117258cfe925e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959505,"stop":1706618959506,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"9fd218af77a87a52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580256,"stop":1706618580257,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1706618413982 ","uid":"a63d8be9df60a1a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"d95f8243e7f6541a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618580260,"stop":1706618580261,"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":"fc47e23b90e7f74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618424944,"stop":1706618424944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8e95e3901220248c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a6b1ced300464cbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"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":"b7f8b24585756f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618424942,"stop":1706618424943,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","uid":"210023c7dc3bd456","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618865689,"stop":1706618865689,"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":"10daa109de6aba6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618959484,"stop":1706618959484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"dcaff4d679ef4f16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"449625f3f31e51f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372819,"stop":1706618372820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"a5414818a21a685c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"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":"bc22db0edb09ae10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"8f52337cbb05b892","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"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":"f6d1a4d6248d854e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618624537,"stop":1706618624537,"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":"47fa094f760a3a41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"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":"33bbcb4fe5601790","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1706618996194,"stop":1706618996195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file diff --git a/6291/export/influxDbData.txt b/6291/export/influxDbData.txt index 20fa6e52d9f..aec600645c9 100644 --- a/6291/export/influxDbData.txt +++ b/6291/export/influxDbData.txt @@ -1,12 +1,12 @@ -launch_status failed=0 1706529422000000000 -launch_status broken=6 1706529422000000000 -launch_status passed=678 1706529422000000000 -launch_status skipped=17 1706529422000000000 -launch_status unknown=0 1706529422000000000 -launch_time duration=681421 1706529422000000000 -launch_time min_duration=0 1706529422000000000 -launch_time max_duration=15 1706529422000000000 -launch_time sum_duration=367 1706529422000000000 -launch_problems test_defects=6 1706529422000000000 -launch_retries retries=2 1706529422000000000 -launch_retries run=701 1706529422000000000 +launch_status failed=0 1706619056000000000 +launch_status broken=6 1706619056000000000 +launch_status passed=678 1706619056000000000 +launch_status skipped=17 1706619056000000000 +launch_status unknown=0 1706619056000000000 +launch_time duration=677894 1706619056000000000 +launch_time min_duration=0 1706619056000000000 +launch_time max_duration=46 1706619056000000000 +launch_time sum_duration=393 1706619056000000000 +launch_problems test_defects=6 1706619056000000000 +launch_retries retries=2 1706619056000000000 +launch_retries run=701 1706619056000000000 diff --git a/6291/export/prometheusData.txt b/6291/export/prometheusData.txt index 6e30ddb6be9..c43f4e5fd89 100644 --- a/6291/export/prometheusData.txt +++ b/6291/export/prometheusData.txt @@ -3,10 +3,10 @@ launch_status_broken 6 launch_status_passed 678 launch_status_skipped 17 launch_status_unknown 0 -launch_time_duration 681421 +launch_time_duration 677894 launch_time_min_duration 0 -launch_time_max_duration 15 -launch_time_sum_duration 367 +launch_time_max_duration 46 +launch_time_sum_duration 393 launch_problems_test_defects 6 launch_retries_retries 2 launch_retries_run 701 diff --git a/6291/history/categories-trend.json b/6291/history/categories-trend.json index 20b814d2400..17a58c0d615 100644 --- a/6291/history/categories-trend.json +++ b/6291/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"Test defects":6}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"Test defects":6}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"Test defects":5}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"Test defects":103}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"Test defects":101}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"Test defects":6}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"Test defects":6}},{"data":{}}] \ No newline at end of file diff --git a/6291/history/duration-trend.json b/6291/history/duration-trend.json index 06869b4375d..1a1c4f38bc1 100644 --- a/6291/history/duration-trend.json +++ b/6291/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"duration":681421}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"duration":678856}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"duration":613945}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"duration":638663}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"duration":645137}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"duration":660289}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"duration":639248}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"duration":665909}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"duration":648399}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"duration":651590}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"duration":639675}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"duration":364529}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"duration":328561}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"duration":637911}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{"duration":651014}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{"duration":649389}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{"duration":661864}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"duration":655134}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"duration":597076}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{"duration":666139}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"duration":677894}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"duration":696655}},{"data":{}}] \ No newline at end of file diff --git a/6291/history/history-trend.json b/6291/history/history-trend.json index 5fd4dfdbfab..ee96eda06cb 100644 --- a/6291/history/history-trend.json +++ b/6291/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":666,"unknown":0,"total":685}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":681,"unknown":0,"total":699}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":682,"unknown":0,"total":701}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"failed":0,"broken":5,"skipped":17,"passed":679,"unknown":0,"total":701}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":681,"unknown":0,"total":700}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":25,"passed":675,"unknown":0,"total":701}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"failed":0,"broken":103,"skipped":5,"passed":211,"unknown":0,"total":319}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"failed":0,"broken":101,"skipped":5,"passed":207,"unknown":0,"total":313}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":15,"passed":658,"unknown":0,"total":674}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":653,"unknown":0,"total":672}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":660,"unknown":0,"total":683}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6291/history/history.json b/6291/history/history.json index 7d1b696fefe..ea4e095df0b 100644 --- a/6291/history/history.json +++ b/6291/history/history.json @@ -1 +1 @@ -{"fa4ba2686fe2c3caefab0878572eb79f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56068d2d85e5cb2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/56068d2d85e5cb2","status":"passed","time":{"start":1706103332269,"stop":1706103332269,"duration":0}}]},"67c1140ca1a3d7f49fa81f02f9173386:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc0529e576e169af","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/dc0529e576e169af","status":"passed","time":{"start":1705666574086,"stop":1705666574087,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"ff0c15ad3d445221","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ff0c15ad3d445221","status":"passed","time":{"start":1706529218508,"stop":1706529218508,"duration":0}},{"uid":"4badc871b07ec298","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4badc871b07ec298","status":"passed","time":{"start":1706528190567,"stop":1706528190567,"duration":0}},{"uid":"79a2d8cbdb98bace","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/79a2d8cbdb98bace","status":"passed","time":{"start":1706527166746,"stop":1706527166746,"duration":0}},{"uid":"6e22ec3f0bf4dfce","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6e22ec3f0bf4dfce","status":"passed","time":{"start":1706526866874,"stop":1706526866875,"duration":1}},{"uid":"54308dbe337da807","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/54308dbe337da807","status":"passed","time":{"start":1706526763560,"stop":1706526763560,"duration":0}},{"uid":"6c0710e4345637d6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6c0710e4345637d6","status":"passed","time":{"start":1706526185676,"stop":1706526185676,"duration":0}},{"uid":"dc4aa4b7725b2532","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dc4aa4b7725b2532","status":"passed","time":{"start":1706525658967,"stop":1706525658971,"duration":4}},{"uid":"463fb25a87e976a0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/463fb25a87e976a0","status":"passed","time":{"start":1706525242371,"stop":1706525242371,"duration":0}},{"uid":"13ce9746f2f78848","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/13ce9746f2f78848","status":"passed","time":{"start":1706467906879,"stop":1706467906879,"duration":0}},{"uid":"eda64482719c58e3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/eda64482719c58e3","status":"passed","time":{"start":1706323273251,"stop":1706323273251,"duration":0}},{"uid":"76d2aeb3bee393fa","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/76d2aeb3bee393fa","status":"passed","time":{"start":1706321575854,"stop":1706321575858,"duration":4}},{"uid":"be19538edfff7cf8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/be19538edfff7cf8","status":"passed","time":{"start":1706115384047,"stop":1706115384048,"duration":1}},{"uid":"5732516dc1e71840","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5732516dc1e71840","status":"passed","time":{"start":1706114521919,"stop":1706114521919,"duration":0}},{"uid":"5428358ed7ae7c04","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5428358ed7ae7c04","status":"passed","time":{"start":1706112015256,"stop":1706112015256,"duration":0}},{"uid":"41bb0eb262fa12e3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/41bb0eb262fa12e3","status":"passed","time":{"start":1706111693399,"stop":1706111693400,"duration":1}},{"uid":"ec4f46132b298040","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ec4f46132b298040","status":"passed","time":{"start":1706109609728,"stop":1706109609729,"duration":1}},{"uid":"43a39f8b1d8f3610","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/43a39f8b1d8f3610","status":"passed","time":{"start":1706103393426,"stop":1706103393426,"duration":0}},{"uid":"5afc470d0dbf0c6a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5afc470d0dbf0c6a","status":"passed","time":{"start":1706103153297,"stop":1706103153298,"duration":1}},{"uid":"3ab887b6e16eefc","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3ab887b6e16eefc","status":"passed","time":{"start":1706102506992,"stop":1706102506993,"duration":1}},{"uid":"960504c955710993","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/960504c955710993","status":"passed","time":{"start":1706102385172,"stop":1706102385172,"duration":0}}]},"332e4dea8613abd92eab4d843aec058b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bafa1ee56777ab7","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/8bafa1ee56777ab7","status":"passed","time":{"start":1705670291750,"stop":1705670291751,"duration":1}}]},"f86e8240b471374f9073e08db368c5c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1176e20cb0efce26","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/1176e20cb0efce26","status":"passed","time":{"start":1706069781884,"stop":1706069781884,"duration":0}}]},"8cba837d4386676b81e04e71344bba1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"8271b4d78b3bd081","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/8271b4d78b3bd081","status":"passed","time":{"start":1705520842605,"stop":1705520842606,"duration":1}},{"uid":"599b5ae044506b0a","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/599b5ae044506b0a","status":"passed","time":{"start":1705518211227,"stop":1705518211227,"duration":0}},{"uid":"ef149f90cb3c488a","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/ef149f90cb3c488a","status":"passed","time":{"start":1705518105994,"stop":1705518105994,"duration":0}},{"uid":"e348e886c29aae95","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/e348e886c29aae95","status":"passed","time":{"start":1705517988195,"stop":1705517988195,"duration":0}},{"uid":"21f11580f5e0be6d","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/21f11580f5e0be6d","status":"passed","time":{"start":1705508655529,"stop":1705508655529,"duration":0}},{"uid":"96f394fb04253c6","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/96f394fb04253c6","status":"passed","time":{"start":1705506482101,"stop":1705506482102,"duration":1}},{"uid":"6acf71b3bd34dcf1","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/6acf71b3bd34dcf1","status":"passed","time":{"start":1705502939558,"stop":1705502939558,"duration":0}},{"uid":"e6f169e0e8c00838","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e6f169e0e8c00838","status":"passed","time":{"start":1705502479560,"stop":1705502479560,"duration":0}},{"uid":"a310e79efce3dbb3","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/a310e79efce3dbb3","status":"passed","time":{"start":1705494937950,"stop":1705494937950,"duration":0}},{"uid":"72a1f6d6ff4f5b3a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/72a1f6d6ff4f5b3a","status":"passed","time":{"start":1705494940965,"stop":1705494940965,"duration":0}},{"uid":"edc9444d6e24b66f","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/edc9444d6e24b66f","status":"passed","time":{"start":1705494895045,"stop":1705494895045,"duration":0}},{"uid":"415abc5ce9976125","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/415abc5ce9976125","status":"passed","time":{"start":1705493464933,"stop":1705493464933,"duration":0}},{"uid":"ce4c0abd6b1cd266","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/ce4c0abd6b1cd266","status":"passed","time":{"start":1705493422440,"stop":1705493422441,"duration":1}},{"uid":"b8e5c66ca6f70b9a","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/b8e5c66ca6f70b9a","status":"passed","time":{"start":1705485250493,"stop":1705485250493,"duration":0}},{"uid":"f990f93fee8c789e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/f990f93fee8c789e","status":"passed","time":{"start":1705485112226,"stop":1705485112226,"duration":0}},{"uid":"5cb2bfca703d9980","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5cb2bfca703d9980","status":"passed","time":{"start":1705484354905,"stop":1705484354905,"duration":0}},{"uid":"e0309ccdd1f20198","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e0309ccdd1f20198","status":"passed","time":{"start":1705469872232,"stop":1705469872232,"duration":0}},{"uid":"bffc006c44c20ac3","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/bffc006c44c20ac3","status":"passed","time":{"start":1705466939046,"stop":1705466939046,"duration":0}},{"uid":"b1e87d48a8fecbc3","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/b1e87d48a8fecbc3","status":"passed","time":{"start":1705435403990,"stop":1705435403990,"duration":0}},{"uid":"dc39b4c64830fa59","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/dc39b4c64830fa59","status":"passed","time":{"start":1705434864624,"stop":1705434864624,"duration":0}}]},"c453926496580e0ad4b7601776b0b609:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"490307fe670c1a7f","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/490307fe670c1a7f","status":"passed","time":{"start":1706100979767,"stop":1706100979768,"duration":1}},{"uid":"65a0f1bfea92c8a6","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/65a0f1bfea92c8a6","status":"passed","time":{"start":1706100012438,"stop":1706100012438,"duration":0}},{"uid":"ce2fb19d0ff739b7","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ce2fb19d0ff739b7","status":"passed","time":{"start":1706077739095,"stop":1706077739096,"duration":1}},{"uid":"698e7ee0fae3eb5d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/698e7ee0fae3eb5d","status":"passed","time":{"start":1706069827482,"stop":1706069827482,"duration":0}},{"uid":"8b4d2d5cfcd25cb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/8b4d2d5cfcd25cb","status":"passed","time":{"start":1705950521691,"stop":1705950521691,"duration":0}},{"uid":"c17db0ab85edbdc4","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c17db0ab85edbdc4","status":"passed","time":{"start":1705938343385,"stop":1705938343410,"duration":25}},{"uid":"16ae04fc745d5562","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/16ae04fc745d5562","status":"passed","time":{"start":1705913488243,"stop":1705913488244,"duration":1}},{"uid":"fd7b2295639915dd","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/fd7b2295639915dd","status":"passed","time":{"start":1705913034280,"stop":1705913034280,"duration":0}},{"uid":"3baa0216c8518352","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3baa0216c8518352","status":"passed","time":{"start":1705912407150,"stop":1705912407151,"duration":1}},{"uid":"740ce11519faaab9","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/740ce11519faaab9","status":"passed","time":{"start":1705911588807,"stop":1705911588813,"duration":6}},{"uid":"bab6075b31e38756","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/bab6075b31e38756","status":"passed","time":{"start":1705698799125,"stop":1705698799125,"duration":0}},{"uid":"30e2a433df2e3bd","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/30e2a433df2e3bd","status":"passed","time":{"start":1705687522381,"stop":1705687522381,"duration":0}},{"uid":"84449075261ac4","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/84449075261ac4","status":"passed","time":{"start":1705687430763,"stop":1705687430764,"duration":1}},{"uid":"aa21c4826a60b343","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/aa21c4826a60b343","status":"passed","time":{"start":1705678121501,"stop":1705678121502,"duration":1}},{"uid":"472a6dc471fb3eeb","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/472a6dc471fb3eeb","status":"passed","time":{"start":1705678046321,"stop":1705678046322,"duration":1}},{"uid":"bf80890274865757","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/bf80890274865757","status":"passed","time":{"start":1705677908057,"stop":1705677908058,"duration":1}},{"uid":"7f8fb3ea03f675cd","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/7f8fb3ea03f675cd","status":"passed","time":{"start":1705677463262,"stop":1705677463262,"duration":0}},{"uid":"54dfbe0e98651a61","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/54dfbe0e98651a61","status":"passed","time":{"start":1705676052724,"stop":1705676052725,"duration":1}},{"uid":"3a8eb3bb8fcb4371","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/3a8eb3bb8fcb4371","status":"passed","time":{"start":1705675474646,"stop":1705675474647,"duration":1}},{"uid":"177746ef2ee21067","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/177746ef2ee21067","status":"passed","time":{"start":1705670338398,"stop":1705670338398,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"d091cb1eacbb4a23","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d091cb1eacbb4a23","status":"passed","time":{"start":1706529398287,"stop":1706529398287,"duration":0}},{"uid":"11763e5ed62a4eab","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/11763e5ed62a4eab","status":"passed","time":{"start":1706528366392,"stop":1706528366392,"duration":0}},{"uid":"1e7efd66310e4c13","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1e7efd66310e4c13","status":"passed","time":{"start":1706527295404,"stop":1706527295404,"duration":0}},{"uid":"635bb64860ab3be6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/635bb64860ab3be6","status":"passed","time":{"start":1706527038706,"stop":1706527038706,"duration":0}},{"uid":"46928857be6ea8e3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/46928857be6ea8e3","status":"passed","time":{"start":1706526943973,"stop":1706526943974,"duration":1}},{"uid":"ad5ed12fa54c38ba","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ad5ed12fa54c38ba","status":"passed","time":{"start":1706526384541,"stop":1706526384542,"duration":1}},{"uid":"5622a9c476f8233c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5622a9c476f8233c","status":"passed","time":{"start":1706525843791,"stop":1706525843792,"duration":1}},{"uid":"b6a6ee5ae476702f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b6a6ee5ae476702f","status":"passed","time":{"start":1706525434349,"stop":1706525434349,"duration":0}},{"uid":"f75bfcbb6d6e7d03","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f75bfcbb6d6e7d03","status":"passed","time":{"start":1706468085172,"stop":1706468085172,"duration":0}},{"uid":"39a3e2cdade69740","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/39a3e2cdade69740","status":"passed","time":{"start":1706323452001,"stop":1706323452001,"duration":0}},{"uid":"db460f652a2f4342","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/db460f652a2f4342","status":"passed","time":{"start":1706321729210,"stop":1706321729211,"duration":1}},{"uid":"83109bfcc37e7495","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/83109bfcc37e7495","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012416,"stop":1706245012416,"duration":0}},{"uid":"280f2d2db90e8233","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/280f2d2db90e8233","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521959,"stop":1706242521959,"duration":0}},{"uid":"2bbea2644f8f4866","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2bbea2644f8f4866","status":"passed","time":{"start":1706115521925,"stop":1706115521926,"duration":1}},{"uid":"49fcc4988276f564","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/49fcc4988276f564","status":"passed","time":{"start":1706114703487,"stop":1706114703487,"duration":0}},{"uid":"357864fcddd396c2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/357864fcddd396c2","status":"passed","time":{"start":1706112175808,"stop":1706112175809,"duration":1}},{"uid":"3640bda883828047","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3640bda883828047","status":"passed","time":{"start":1706111874200,"stop":1706111874200,"duration":0}},{"uid":"a846a9a28e938f1c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a846a9a28e938f1c","status":"passed","time":{"start":1706109783972,"stop":1706109783972,"duration":0}},{"uid":"a4ae07199a667086","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a4ae07199a667086","status":"passed","time":{"start":1706103517615,"stop":1706103517616,"duration":1}},{"uid":"bd8b1003f7643ae8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bd8b1003f7643ae8","status":"passed","time":{"start":1706103336628,"stop":1706103336628,"duration":0}}]},"dce6a543403d3b01422150653a2f5c0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f4f60b91d22cc8e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1f4f60b91d22cc8e","status":"passed","time":{"start":1706112127514,"stop":1706112127514,"duration":0}}]},"8ce483b6671de171400a8b3c6911069e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d4d01034980d305","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/3d4d01034980d305","status":"passed","time":{"start":1705434889942,"stop":1705434889943,"duration":1}}]},"a8683f46c19f016ea3fef1d631f1525d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"a659dd1d01e3ab30","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a659dd1d01e3ab30","status":"passed","time":{"start":1706100942609,"stop":1706100942610,"duration":1}},{"uid":"e517e49030ebfe36","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e517e49030ebfe36","status":"passed","time":{"start":1706099973742,"stop":1706099973743,"duration":1}},{"uid":"e4fcb6f16298f0b2","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e4fcb6f16298f0b2","status":"passed","time":{"start":1706077701778,"stop":1706077701779,"duration":1}},{"uid":"466595c3c429697a","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/466595c3c429697a","status":"passed","time":{"start":1706069790724,"stop":1706069790725,"duration":1}},{"uid":"68a835ffd72a70b7","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/68a835ffd72a70b7","status":"passed","time":{"start":1705950495031,"stop":1705950495031,"duration":0}},{"uid":"b9069581b65a7979","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b9069581b65a7979","status":"passed","time":{"start":1705938302704,"stop":1705938302705,"duration":1}},{"uid":"400231848726820f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/400231848726820f","status":"passed","time":{"start":1705913446682,"stop":1705913446683,"duration":1}},{"uid":"d3fc390a2eb65f9a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d3fc390a2eb65f9a","status":"passed","time":{"start":1705912988123,"stop":1705912988124,"duration":1}},{"uid":"a468c2c682a385f2","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a468c2c682a385f2","status":"passed","time":{"start":1705912372213,"stop":1705912372213,"duration":0}},{"uid":"a41faea6a957cb0f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a41faea6a957cb0f","status":"passed","time":{"start":1705911551474,"stop":1705911551474,"duration":0}},{"uid":"320776527e547331","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/320776527e547331","status":"passed","time":{"start":1705698757752,"stop":1705698757752,"duration":0}},{"uid":"29a34cb4722ace1d","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/29a34cb4722ace1d","status":"passed","time":{"start":1705687467720,"stop":1705687467720,"duration":0}},{"uid":"4575f00623909cc9","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/4575f00623909cc9","status":"passed","time":{"start":1705687390786,"stop":1705687390786,"duration":0}},{"uid":"c6db6f1f5a119a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c6db6f1f5a119a","status":"passed","time":{"start":1705678077452,"stop":1705678077452,"duration":0}},{"uid":"5d6b22cd04173e58","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/5d6b22cd04173e58","status":"passed","time":{"start":1705678007028,"stop":1705678007028,"duration":0}},{"uid":"ccaadcf76ad1cdae","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/ccaadcf76ad1cdae","status":"passed","time":{"start":1705677873529,"stop":1705677873529,"duration":0}},{"uid":"31ae51f2c4b8cd74","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/31ae51f2c4b8cd74","status":"passed","time":{"start":1705677414834,"stop":1705677414834,"duration":0}},{"uid":"d3b686c252499a23","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/d3b686c252499a23","status":"passed","time":{"start":1705676004201,"stop":1705676004210,"duration":9}},{"uid":"6b5c928a1c7ff1da","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/6b5c928a1c7ff1da","status":"passed","time":{"start":1705675426973,"stop":1705675426974,"duration":1}},{"uid":"b749c49a522f51ba","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/b749c49a522f51ba","status":"passed","time":{"start":1705670299865,"stop":1705670299866,"duration":1}}]},"a4395593e6e721b4d8995cfa54ffdcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8490beb1cd30d8a0","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8490beb1cd30d8a0","status":"passed","time":{"start":1706100931216,"stop":1706100931216,"duration":0}}]},"5513fac5307a30f29e4f1cf2244b6e0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32f71b1e75e0809f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/32f71b1e75e0809f","status":"passed","time":{"start":1706526885801,"stop":1706526885801,"duration":0}}]},"88cb213ab2d35e29592b8515b063105c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75ee542e25c6dede","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/75ee542e25c6dede","status":"passed","time":{"start":1705677996974,"stop":1705677996974,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"d89f92432882ba9c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d89f92432882ba9c","status":"passed","time":{"start":1706529365898,"stop":1706529365899,"duration":1}},{"uid":"7b7f43bf9ac588ea","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7b7f43bf9ac588ea","status":"passed","time":{"start":1706528340608,"stop":1706528340608,"duration":0}},{"uid":"b5a2b19462f19132","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b5a2b19462f19132","status":"passed","time":{"start":1706527248973,"stop":1706527248973,"duration":0}},{"uid":"75e7eb010e2cf604","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/75e7eb010e2cf604","status":"passed","time":{"start":1706526997158,"stop":1706526997159,"duration":1}},{"uid":"9837c5e749f46115","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9837c5e749f46115","status":"passed","time":{"start":1706526893389,"stop":1706526893390,"duration":1}},{"uid":"746e25610d7ca602","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/746e25610d7ca602","status":"passed","time":{"start":1706526327163,"stop":1706526327164,"duration":1}},{"uid":"66cd7a0845c8d855","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/66cd7a0845c8d855","status":"passed","time":{"start":1706525781311,"stop":1706525781311,"duration":0}},{"uid":"698e59624075e708","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/698e59624075e708","status":"passed","time":{"start":1706525374253,"stop":1706525374254,"duration":1}},{"uid":"b8f50ec1977d5acb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b8f50ec1977d5acb","status":"passed","time":{"start":1706468039059,"stop":1706468039061,"duration":2}},{"uid":"b7c1d07c2db6213e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b7c1d07c2db6213e","status":"passed","time":{"start":1706323408014,"stop":1706323408015,"duration":1}},{"uid":"5cc738144a2d84ab","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5cc738144a2d84ab","status":"passed","time":{"start":1706321643575,"stop":1706321643576,"duration":1}},{"uid":"3569eb7e8c7e8f92","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3569eb7e8c7e8f92","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966348,"stop":1706244966348,"duration":0}},{"uid":"e5b79dd9f5ff7f09","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e5b79dd9f5ff7f09","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528804,"stop":1706242528804,"duration":0}},{"uid":"3512163f0f355abe","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3512163f0f355abe","status":"passed","time":{"start":1706115509979,"stop":1706115509979,"duration":0}},{"uid":"b4407d98025bef2d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b4407d98025bef2d","status":"passed","time":{"start":1706114658620,"stop":1706114658621,"duration":1}},{"uid":"13f86b2d4ce203d1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/13f86b2d4ce203d1","status":"passed","time":{"start":1706112139547,"stop":1706112139547,"duration":0}},{"uid":"49473ba4c5edaf0c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/49473ba4c5edaf0c","status":"passed","time":{"start":1706111828827,"stop":1706111828828,"duration":1}},{"uid":"77f088c2e020a8e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/77f088c2e020a8e","status":"passed","time":{"start":1706109750952,"stop":1706109750953,"duration":1}},{"uid":"a7c9b46a8dd9a6b8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a7c9b46a8dd9a6b8","status":"passed","time":{"start":1706103450436,"stop":1706103450437,"duration":1}},{"uid":"637df0a9436c908f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/637df0a9436c908f","status":"passed","time":{"start":1706103293558,"stop":1706103293558,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"ed9ae4d00c481f2a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ed9ae4d00c481f2a","status":"passed","time":{"start":1706529367438,"stop":1706529367439,"duration":1}},{"uid":"a6bfa5d111808d6f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a6bfa5d111808d6f","status":"passed","time":{"start":1706528339922,"stop":1706528339923,"duration":1}},{"uid":"4907459afbc06db2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4907459afbc06db2","status":"passed","time":{"start":1706527181537,"stop":1706527181537,"duration":0}},{"uid":"40cbeded6654d7d9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/40cbeded6654d7d9","status":"passed","time":{"start":1706527016289,"stop":1706527016289,"duration":0}},{"uid":"33d4c7d9bbd87936","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/33d4c7d9bbd87936","status":"passed","time":{"start":1706526929193,"stop":1706526929193,"duration":0}},{"uid":"c7863e280ffbb86e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c7863e280ffbb86e","status":"passed","time":{"start":1706526355565,"stop":1706526355565,"duration":0}},{"uid":"9afcb2aa1bfe688c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9afcb2aa1bfe688c","status":"passed","time":{"start":1706525825272,"stop":1706525825272,"duration":0}},{"uid":"e8011dc465127410","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e8011dc465127410","status":"passed","time":{"start":1706525414575,"stop":1706525414576,"duration":1}},{"uid":"2c9c27b6a1cf849a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2c9c27b6a1cf849a","status":"passed","time":{"start":1706468084953,"stop":1706468084954,"duration":1}},{"uid":"e390baafc8baa463","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e390baafc8baa463","status":"passed","time":{"start":1706323430963,"stop":1706323430964,"duration":1}},{"uid":"183ff35a0cebbd72","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/183ff35a0cebbd72","status":"passed","time":{"start":1706321743961,"stop":1706321743961,"duration":0}},{"uid":"84668248da48a29","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/84668248da48a29","status":"passed","time":{"start":1706115449525,"stop":1706115449525,"duration":0}},{"uid":"53cebb0123c6cd95","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/53cebb0123c6cd95","status":"passed","time":{"start":1706114706798,"stop":1706114706799,"duration":1}},{"uid":"585c6243c4336937","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/585c6243c4336937","status":"passed","time":{"start":1706112158251,"stop":1706112158251,"duration":0}},{"uid":"45381a205b355ee8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/45381a205b355ee8","status":"passed","time":{"start":1706111870558,"stop":1706111870559,"duration":1}},{"uid":"c917170d2f344993","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c917170d2f344993","status":"passed","time":{"start":1706109756246,"stop":1706109756246,"duration":0}},{"uid":"eb1c86a0e94ae0a7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/eb1c86a0e94ae0a7","status":"passed","time":{"start":1706103280823,"stop":1706103280824,"duration":1}},{"uid":"7c85563b58c3a2a2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7c85563b58c3a2a2","status":"passed","time":{"start":1706103332256,"stop":1706103332256,"duration":0}},{"uid":"39aec5edaffc3821","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/39aec5edaffc3821","status":"passed","time":{"start":1706102670251,"stop":1706102670251,"duration":0}},{"uid":"24aea43ad581913e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/24aea43ad581913e","status":"passed","time":{"start":1706102539180,"stop":1706102539180,"duration":0}}]},"3702a1853f5eb6845eceee3329b0a829:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7994fd987916ee52","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7994fd987916ee52","status":"passed","time":{"start":1706527264312,"stop":1706527264312,"duration":0}}]},"6e3de1b0127f572615f95c24c22e6f13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f475dae74a845c8d","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/f475dae74a845c8d","status":"passed","time":{"start":1705521316561,"stop":1705521316561,"duration":0}}]},"5dd2522566e652cec71adeffb3713b30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fba092cfd1504b67","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/fba092cfd1504b67","status":"passed","time":{"start":1705426247291,"stop":1705426247291,"duration":0}}]},"ad4feeb829ac42a957c84e8bb21051d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44f80295d6ae12cb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/44f80295d6ae12cb","status":"passed","time":{"start":1706111693414,"stop":1706111693414,"duration":0}}]},"7d864e0a6cfeb921f586f6cce25603d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73b4f700d5e73820","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/73b4f700d5e73820","status":"passed","time":{"start":1706101549617,"stop":1706101549618,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"848a90a44d352980","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/848a90a44d352980","status":"passed","time":{"start":1706529403570,"stop":1706529403571,"duration":1}},{"uid":"c1df42a65e1aa4dd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c1df42a65e1aa4dd","status":"passed","time":{"start":1706528357084,"stop":1706528357085,"duration":1}},{"uid":"1f723b1393d55fb0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1f723b1393d55fb0","status":"passed","time":{"start":1706527326689,"stop":1706527326689,"duration":0}},{"uid":"948398923c1b23a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/948398923c1b23a","status":"passed","time":{"start":1706527049793,"stop":1706527049794,"duration":1}},{"uid":"b23a1c61ff7b4920","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b23a1c61ff7b4920","status":"passed","time":{"start":1706526961438,"stop":1706526961439,"duration":1}},{"uid":"c0876cb992cb02bb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c0876cb992cb02bb","status":"passed","time":{"start":1706526404278,"stop":1706526404278,"duration":0}},{"uid":"8015b6a8224cdcf5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8015b6a8224cdcf5","status":"passed","time":{"start":1706525849953,"stop":1706525849953,"duration":0}},{"uid":"39536d7ed191e252","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/39536d7ed191e252","status":"passed","time":{"start":1706525432945,"stop":1706525432945,"duration":0}},{"uid":"131429f9a97ae357","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/131429f9a97ae357","status":"passed","time":{"start":1706468114345,"stop":1706468114345,"duration":0}},{"uid":"1f5b2e9a2df36b06","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1f5b2e9a2df36b06","status":"passed","time":{"start":1706323469646,"stop":1706323469646,"duration":0}},{"uid":"3317194fdcec9437","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3317194fdcec9437","status":"passed","time":{"start":1706321771787,"stop":1706321771788,"duration":1}},{"uid":"eb844c34952bbbd6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/eb844c34952bbbd6","status":"passed","time":{"start":1706115542394,"stop":1706115542394,"duration":0}},{"uid":"97f3a298d54e4d84","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/97f3a298d54e4d84","status":"passed","time":{"start":1706114725917,"stop":1706114725917,"duration":0}},{"uid":"b3198f433d094c93","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b3198f433d094c93","status":"passed","time":{"start":1706112199261,"stop":1706112199262,"duration":1}},{"uid":"b838a59c118f4795","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b838a59c118f4795","status":"passed","time":{"start":1706111893734,"stop":1706111893734,"duration":0}},{"uid":"fd37303cc17c94f3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fd37303cc17c94f3","status":"passed","time":{"start":1706109796550,"stop":1706109796550,"duration":0}},{"uid":"52d591f4dbf7c981","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/52d591f4dbf7c981","status":"passed","time":{"start":1706103557150,"stop":1706103557151,"duration":1}},{"uid":"ece9b6c389d0b75c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ece9b6c389d0b75c","status":"passed","time":{"start":1706103365801,"stop":1706103365801,"duration":0}},{"uid":"804d5b3cd3facfcd","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/804d5b3cd3facfcd","status":"passed","time":{"start":1706102701047,"stop":1706102701047,"duration":0}},{"uid":"1e0b657d720d0ab9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1e0b657d720d0ab9","status":"passed","time":{"start":1706102579555,"stop":1706102579556,"duration":1}}]},"f4e2c49e35c8e7e3e98224b1a62c9118:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92ed2f6790630a97","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/92ed2f6790630a97","status":"passed","time":{"start":1705508700820,"stop":1705508700820,"duration":0}}]},"06858cc4387139f94ac3b786efd937d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c3ae298ab50a7bf","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/9c3ae298ab50a7bf","status":"passed","time":{"start":1705426247292,"stop":1705426247293,"duration":1}}]},"5a1fd3f8c11edee1bd7bf01f47e35c3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9786cf1fc544349b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9786cf1fc544349b","status":"passed","time":{"start":1706101537659,"stop":1706101537659,"duration":0}}]},"962a34be89733264fa6ec6e53d792d42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbcb6c2019aa49aa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cbcb6c2019aa49aa","status":"passed","time":{"start":1706526129384,"stop":1706526129384,"duration":0}}]},"a5625a49686307eb336f4e1224c45979:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"2a9fbb453836b0fe","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2a9fbb453836b0fe","status":"passed","time":{"start":1706100979758,"stop":1706100979758,"duration":0}},{"uid":"b70db0151ba2758e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b70db0151ba2758e","status":"passed","time":{"start":1706100012428,"stop":1706100012428,"duration":0}},{"uid":"ae5bcb32cfb1a419","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ae5bcb32cfb1a419","status":"passed","time":{"start":1706077739085,"stop":1706077739085,"duration":0}},{"uid":"1499295569fdb904","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/1499295569fdb904","status":"passed","time":{"start":1706069827469,"stop":1706069827469,"duration":0}},{"uid":"c450b58b1096d1f6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c450b58b1096d1f6","status":"passed","time":{"start":1705950521666,"stop":1705950521667,"duration":1}},{"uid":"60c882651aeff684","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/60c882651aeff684","status":"passed","time":{"start":1705938343373,"stop":1705938343373,"duration":0}},{"uid":"c3377ca299d334ae","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/c3377ca299d334ae","status":"passed","time":{"start":1705913488226,"stop":1705913488227,"duration":1}},{"uid":"13bffdd80c0b719d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/13bffdd80c0b719d","status":"passed","time":{"start":1705913034274,"stop":1705913034275,"duration":1}},{"uid":"29ed52b7aad8a443","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/29ed52b7aad8a443","status":"passed","time":{"start":1705912407141,"stop":1705912407141,"duration":0}},{"uid":"3e8d19c164f8196b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3e8d19c164f8196b","status":"passed","time":{"start":1705911588795,"stop":1705911588795,"duration":0}},{"uid":"3be9ff157b70f08c","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/3be9ff157b70f08c","status":"passed","time":{"start":1705698799119,"stop":1705698799119,"duration":0}},{"uid":"8ebfac138e37e0ca","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/8ebfac138e37e0ca","status":"passed","time":{"start":1705687522367,"stop":1705687522368,"duration":1}},{"uid":"7fa95a143b5d4b88","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/7fa95a143b5d4b88","status":"passed","time":{"start":1705687430747,"stop":1705687430747,"duration":0}},{"uid":"cecdc03a8bbae445","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/cecdc03a8bbae445","status":"passed","time":{"start":1705678121470,"stop":1705678121478,"duration":8}},{"uid":"1c52062dcc2e94ac","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/1c52062dcc2e94ac","status":"passed","time":{"start":1705678046314,"stop":1705678046314,"duration":0}},{"uid":"8473a2b08bdef277","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/8473a2b08bdef277","status":"passed","time":{"start":1705677908051,"stop":1705677908052,"duration":1}},{"uid":"4d89fab5cfc17248","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/4d89fab5cfc17248","status":"passed","time":{"start":1705677463231,"stop":1705677463231,"duration":0}},{"uid":"c486c873737a9a92","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/c486c873737a9a92","status":"passed","time":{"start":1705676052700,"stop":1705676052701,"duration":1}},{"uid":"a2b6a134c84991a8","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/a2b6a134c84991a8","status":"passed","time":{"start":1705675474640,"stop":1705675474640,"duration":0}},{"uid":"f271ed5dbfd0b38d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/f271ed5dbfd0b38d","status":"passed","time":{"start":1705670338392,"stop":1705670338392,"duration":0}}]},"08d4e27052287efdd5e3075679405e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4d74103fc700e","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/dc4d74103fc700e","status":"passed","time":{"start":1705426463505,"stop":1705426463505,"duration":0}}]},"5581cff10acfaf8715a963a352c8ba87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"1a5868960d6ddd67","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1a5868960d6ddd67","status":"passed","time":{"start":1705521140305,"stop":1705521140305,"duration":0}},{"uid":"7ccdf2a527c05b5e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/7ccdf2a527c05b5e","status":"passed","time":{"start":1705520883420,"stop":1705520883420,"duration":0}},{"uid":"b25ff97c37587808","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/b25ff97c37587808","status":"passed","time":{"start":1705520300893,"stop":1705520300893,"duration":0}},{"uid":"1ef22f38b9084b78","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/1ef22f38b9084b78","status":"passed","time":{"start":1705518525966,"stop":1705518525967,"duration":1}},{"uid":"456f5ff8c6997b8a","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/456f5ff8c6997b8a","status":"passed","time":{"start":1705518246812,"stop":1705518246812,"duration":0}},{"uid":"c102f43389cd0f7b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/c102f43389cd0f7b","status":"passed","time":{"start":1705518140989,"stop":1705518140989,"duration":0}},{"uid":"7c88576c42cc176c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/7c88576c42cc176c","status":"passed","time":{"start":1705518032424,"stop":1705518032424,"duration":0}},{"uid":"cbad6c52ffd969cf","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/cbad6c52ffd969cf","status":"passed","time":{"start":1705508700816,"stop":1705508700816,"duration":0}},{"uid":"5b8da3d0fa644c73","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/5b8da3d0fa644c73","status":"passed","time":{"start":1705506512662,"stop":1705506512662,"duration":0}},{"uid":"315147d35e525f5e","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/315147d35e525f5e","status":"passed","time":{"start":1705502966520,"stop":1705502966521,"duration":1}},{"uid":"86aabba0731ad3fa","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/86aabba0731ad3fa","status":"passed","time":{"start":1705502370731,"stop":1705502370731,"duration":0}},{"uid":"79083b95a6a7df56","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/79083b95a6a7df56","status":"passed","time":{"start":1705502517775,"stop":1705502517776,"duration":1}},{"uid":"8bd65138e20a4039","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/8bd65138e20a4039","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321700,"stop":1705495321700,"duration":0}},{"uid":"8d0113a16e707562","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8d0113a16e707562","status":"passed","time":{"start":1705494975695,"stop":1705494975697,"duration":2}},{"uid":"526147f22e63b78a","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/526147f22e63b78a","status":"passed","time":{"start":1705494930763,"stop":1705494930763,"duration":0}},{"uid":"9e1caf09970ab5fc","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9e1caf09970ab5fc","status":"passed","time":{"start":1705493496371,"stop":1705493496371,"duration":0}},{"uid":"1ebc17104bd2c912","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/1ebc17104bd2c912","status":"passed","time":{"start":1705493451254,"stop":1705493451255,"duration":1}},{"uid":"3e88d791d05567a4","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/3e88d791d05567a4","status":"passed","time":{"start":1705485279309,"stop":1705485279309,"duration":0}},{"uid":"9416b62264f60306","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/9416b62264f60306","status":"passed","time":{"start":1705485136811,"stop":1705485136811,"duration":0}},{"uid":"465f7bb5b8d467c3","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/465f7bb5b8d467c3","status":"passed","time":{"start":1705484392938,"stop":1705484392938,"duration":0}}]},"b584b9af246e3307b407d6dbff5f67f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":36,"unknown":0,"total":39},"items":[{"uid":"7318d4ed56f33c4","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/7318d4ed56f33c4","status":"passed","time":{"start":1705520842595,"stop":1705520842595,"duration":0}},{"uid":"1c603cf8ae74a24","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/1c603cf8ae74a24","status":"passed","time":{"start":1705518211217,"stop":1705518211218,"duration":1}},{"uid":"895eebfb045cfc98","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/895eebfb045cfc98","status":"passed","time":{"start":1705518105978,"stop":1705518105979,"duration":1}},{"uid":"21be0308ccda9d43","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/21be0308ccda9d43","status":"passed","time":{"start":1705517988161,"stop":1705517988162,"duration":1}},{"uid":"9fa5d8f4c80e72b9","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/9fa5d8f4c80e72b9","status":"passed","time":{"start":1705508655503,"stop":1705508655503,"duration":0}},{"uid":"6bf7c472b9a053ce","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/6bf7c472b9a053ce","status":"passed","time":{"start":1705506482088,"stop":1705506482088,"duration":0}},{"uid":"4f595bee91550eb3","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/4f595bee91550eb3","status":"passed","time":{"start":1705502939548,"stop":1705502939548,"duration":0}},{"uid":"34ad5ea15b8a0ec","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/34ad5ea15b8a0ec","status":"passed","time":{"start":1705502479547,"stop":1705502479548,"duration":1}},{"uid":"64f7ec69496b03e","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/64f7ec69496b03e","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494937931,"stop":1705494937931,"duration":0}},{"uid":"afdf12b6eb477f35","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/afdf12b6eb477f35","status":"passed","time":{"start":1705494940948,"stop":1705494940949,"duration":1}},{"uid":"75587f36fb4134f","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/75587f36fb4134f","status":"passed","time":{"start":1705494895029,"stop":1705494895029,"duration":0}},{"uid":"86feba2f05f67df2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/86feba2f05f67df2","status":"passed","time":{"start":1705493464920,"stop":1705493464920,"duration":0}},{"uid":"638f4c43254479fc","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/638f4c43254479fc","status":"passed","time":{"start":1705493422428,"stop":1705493422428,"duration":0}},{"uid":"2611a7ff5e52a2c0","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/2611a7ff5e52a2c0","status":"passed","time":{"start":1705485250477,"stop":1705485250477,"duration":0}},{"uid":"c45ff2e174c88eaf","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/c45ff2e174c88eaf","status":"passed","time":{"start":1705485112215,"stop":1705485112216,"duration":1}},{"uid":"c52f356f05b9ccc4","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c52f356f05b9ccc4","status":"passed","time":{"start":1705484354896,"stop":1705484354896,"duration":0}},{"uid":"63de4cf8a8ed6dbb","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/63de4cf8a8ed6dbb","status":"passed","time":{"start":1705469872217,"stop":1705469872217,"duration":0}},{"uid":"2f8a38bcbf82ab5c","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/2f8a38bcbf82ab5c","status":"passed","time":{"start":1705466939033,"stop":1705466939034,"duration":1}},{"uid":"fe7a8412f4320a73","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/fe7a8412f4320a73","status":"passed","time":{"start":1705435403973,"stop":1705435403974,"duration":1}},{"uid":"1825bbe086545774","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/1825bbe086545774","status":"passed","time":{"start":1705434864613,"stop":1705434864614,"duration":1}}]},"d362bf5cd4f13f1f4500289eea1f8cd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"955301a6d0ce44be","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/955301a6d0ce44be","status":"passed","time":{"start":1705421336124,"stop":1705421336124,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1a69baf5c1d2850e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1a69baf5c1d2850e","status":"passed","time":{"start":1706529367479,"stop":1706529367480,"duration":1}},{"uid":"73e77dfb69cf922c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/73e77dfb69cf922c","status":"passed","time":{"start":1706528339936,"stop":1706528339937,"duration":1}},{"uid":"e727ad80a388000b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e727ad80a388000b","status":"passed","time":{"start":1706527016304,"stop":1706527016304,"duration":0}},{"uid":"b273df88dded5b75","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b273df88dded5b75","status":"passed","time":{"start":1706526929205,"stop":1706526929206,"duration":1}},{"uid":"e892681b87fe774","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e892681b87fe774","status":"passed","time":{"start":1706526355591,"stop":1706526355591,"duration":0}},{"uid":"cd17dc7ddf218774","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cd17dc7ddf218774","status":"passed","time":{"start":1706525825284,"stop":1706525825284,"duration":0}},{"uid":"db73c6b7233f8acb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/db73c6b7233f8acb","status":"passed","time":{"start":1706525414593,"stop":1706525414593,"duration":0}},{"uid":"4d6a463872d12b7c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4d6a463872d12b7c","status":"passed","time":{"start":1706468084980,"stop":1706468084980,"duration":0}},{"uid":"1a5495b67134d729","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1a5495b67134d729","status":"passed","time":{"start":1706323430977,"stop":1706323430978,"duration":1}},{"uid":"7f96e5ca839ca04b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7f96e5ca839ca04b","status":"passed","time":{"start":1706321743972,"stop":1706321743972,"duration":0}},{"uid":"40e28f17f0b19c9c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/40e28f17f0b19c9c","status":"passed","time":{"start":1706115449600,"stop":1706115449601,"duration":1}},{"uid":"a1f1b1cb763a0dc5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a1f1b1cb763a0dc5","status":"passed","time":{"start":1706114706816,"stop":1706114706816,"duration":0}},{"uid":"59ef43836785f615","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/59ef43836785f615","status":"passed","time":{"start":1706112158283,"stop":1706112158283,"duration":0}},{"uid":"da8fd8e547cec462","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/da8fd8e547cec462","status":"passed","time":{"start":1706111870570,"stop":1706111870570,"duration":0}},{"uid":"320ec35e2bb8a95","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/320ec35e2bb8a95","status":"passed","time":{"start":1706109756260,"stop":1706109756260,"duration":0}},{"uid":"75e75c028162ebc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/75e75c028162ebc","status":"passed","time":{"start":1706103332266,"stop":1706103332266,"duration":0}},{"uid":"8842e0c509261b3f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8842e0c509261b3f","status":"passed","time":{"start":1706102670272,"stop":1706102670273,"duration":1}},{"uid":"87d2a59a50b21595","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/87d2a59a50b21595","status":"passed","time":{"start":1706102539201,"stop":1706102539201,"duration":0}},{"uid":"ef2056833f63651e","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/ef2056833f63651e","status":"passed","time":{"start":1706102378583,"stop":1706102378583,"duration":0}},{"uid":"85c70b58c0c11d4d","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/85c70b58c0c11d4d","status":"passed","time":{"start":1706102131115,"stop":1706102131115,"duration":0}}]},"ddb719309725b5b5119b9de85af8085e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b549ebe3495551f7","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/b549ebe3495551f7","status":"passed","time":{"start":1705521327118,"stop":1705521327118,"duration":0}}]},"46cea704a70cbbce4565c20cd6d64ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"78fde7070624d8c5","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/78fde7070624d8c5","status":"broken","statusDetails":"Error subscribe all peers: ","time":{"start":1705527112773,"stop":1705527112773,"duration":0}}]},"9558b2769fcc7d90a8c158449cca2b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34cd395d20184196","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/34cd395d20184196","status":"passed","time":{"start":1705677999861,"stop":1705677999861,"duration":0}}]},"2df6413630482dd9d5d3715663f43a19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"146dc02c04cf6bd9","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/146dc02c04cf6bd9","status":"passed","time":{"start":1705666562502,"stop":1705666562502,"duration":0}}]},"94078c0a187db77aad02f3652f94c249:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b93122c007298359","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/b93122c007298359","status":"passed","time":{"start":1705466938640,"stop":1705466938640,"duration":0}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"3c6a5a31a0fd8bec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c6a5a31a0fd8bec","status":"passed","time":{"start":1706529364250,"stop":1706529364251,"duration":1}},{"uid":"c14d3480fc837e5d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c14d3480fc837e5d","status":"passed","time":{"start":1706528320795,"stop":1706528320796,"duration":1}},{"uid":"135346bf4d9a31d9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/135346bf4d9a31d9","status":"passed","time":{"start":1706527265204,"stop":1706527265204,"duration":0}},{"uid":"4b8446e5716b4d29","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4b8446e5716b4d29","status":"passed","time":{"start":1706527005560,"stop":1706527005560,"duration":0}},{"uid":"9c9570b7b9f7f079","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9c9570b7b9f7f079","status":"passed","time":{"start":1706526910757,"stop":1706526910757,"duration":0}},{"uid":"ba335ec909c651a0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ba335ec909c651a0","status":"passed","time":{"start":1706526356961,"stop":1706526356961,"duration":0}},{"uid":"c6898a59fd9f9aa1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c6898a59fd9f9aa1","status":"passed","time":{"start":1706525810738,"stop":1706525810739,"duration":1}},{"uid":"7f1142eb31a95fa8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7f1142eb31a95fa8","status":"passed","time":{"start":1706525387405,"stop":1706525387405,"duration":0}},{"uid":"43ef6c00700ced29","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/43ef6c00700ced29","status":"passed","time":{"start":1706468060689,"stop":1706468060689,"duration":0}},{"uid":"463830ef3a6a50bb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/463830ef3a6a50bb","status":"passed","time":{"start":1706323416164,"stop":1706323416164,"duration":0}},{"uid":"d7e2ca7b83c01302","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d7e2ca7b83c01302","status":"passed","time":{"start":1706321681957,"stop":1706321681957,"duration":0}},{"uid":"e7a8e88d8b32846d","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e7a8e88d8b32846d","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244888533,"stop":1706244888533,"duration":0}},{"uid":"f7e4b05f5ec1b07","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f7e4b05f5ec1b07","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242436642,"stop":1706242436642,"duration":0}},{"uid":"8ca2c3f8c3e644ae","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8ca2c3f8c3e644ae","status":"passed","time":{"start":1706115490242,"stop":1706115490243,"duration":1}},{"uid":"cfa6ff5b5ff31c84","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cfa6ff5b5ff31c84","status":"passed","time":{"start":1706114663126,"stop":1706114663126,"duration":0}},{"uid":"eb3133beb546f70b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eb3133beb546f70b","status":"passed","time":{"start":1706112139771,"stop":1706112139771,"duration":0}},{"uid":"a87cf099fabcce98","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a87cf099fabcce98","status":"passed","time":{"start":1706111836524,"stop":1706111836524,"duration":0}},{"uid":"e6685775224d50b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e6685775224d50b","status":"passed","time":{"start":1706109751254,"stop":1706109751255,"duration":1}},{"uid":"cf357190e0c7396c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cf357190e0c7396c","status":"passed","time":{"start":1706103464931,"stop":1706103464932,"duration":1}},{"uid":"e4676d339d61ea43","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e4676d339d61ea43","status":"passed","time":{"start":1706103267879,"stop":1706103267879,"duration":0}}]},"ccef7a14d710aeba3e48da6ff525b0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18f232640e6cc38d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/18f232640e6cc38d","status":"passed","time":{"start":1706528290453,"stop":1706528290454,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"4e34aaf695a2fa9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4e34aaf695a2fa9f","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"duration":0}},{"uid":"fa13c20c09b26138","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fa13c20c09b26138","status":"passed","time":{"start":1706528339926,"stop":1706528339927,"duration":1}},{"uid":"a79a8721808c7bea","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a79a8721808c7bea","status":"passed","time":{"start":1706527181550,"stop":1706527181551,"duration":1}},{"uid":"be5f31990c565e52","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/be5f31990c565e52","status":"passed","time":{"start":1706527016293,"stop":1706527016293,"duration":0}},{"uid":"4c8d241cd89679c9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4c8d241cd89679c9","status":"passed","time":{"start":1706526929197,"stop":1706526929198,"duration":1}},{"uid":"60851c56f4fa3bf2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/60851c56f4fa3bf2","status":"passed","time":{"start":1706526355568,"stop":1706526355569,"duration":1}},{"uid":"b77e58822448fdc0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b77e58822448fdc0","status":"passed","time":{"start":1706525825276,"stop":1706525825276,"duration":0}},{"uid":"8d5fbd49d70bfc31","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8d5fbd49d70bfc31","status":"passed","time":{"start":1706525414583,"stop":1706525414584,"duration":1}},{"uid":"eea752cf41567501","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/eea752cf41567501","status":"passed","time":{"start":1706468084958,"stop":1706468084961,"duration":3}},{"uid":"938ca800990a6e4f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/938ca800990a6e4f","status":"passed","time":{"start":1706323430968,"stop":1706323430969,"duration":1}},{"uid":"27893f2db4fd7a59","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/27893f2db4fd7a59","status":"passed","time":{"start":1706321743964,"stop":1706321743964,"duration":0}},{"uid":"7a4922cfa5ceac40","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7a4922cfa5ceac40","status":"passed","time":{"start":1706115449563,"stop":1706115449564,"duration":1}},{"uid":"b09ba34104f5a463","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b09ba34104f5a463","status":"passed","time":{"start":1706114706807,"stop":1706114706808,"duration":1}},{"uid":"d680135a99a31a27","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d680135a99a31a27","status":"passed","time":{"start":1706112158263,"stop":1706112158264,"duration":1}},{"uid":"5c0468b52a598dfd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5c0468b52a598dfd","status":"passed","time":{"start":1706111870562,"stop":1706111870562,"duration":0}},{"uid":"1687020ccdd0d214","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1687020ccdd0d214","status":"passed","time":{"start":1706109756249,"stop":1706109756249,"duration":0}},{"uid":"eedf92f0941c768a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/eedf92f0941c768a","status":"passed","time":{"start":1706103332259,"stop":1706103332259,"duration":0}},{"uid":"2b679a2a4a3c5559","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2b679a2a4a3c5559","status":"passed","time":{"start":1706102670261,"stop":1706102670261,"duration":0}},{"uid":"1aef3e0aec8e0489","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1aef3e0aec8e0489","status":"passed","time":{"start":1706102539192,"stop":1706102539192,"duration":0}},{"uid":"a20d8056ddc05a3","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/a20d8056ddc05a3","status":"passed","time":{"start":1706102378575,"stop":1706102378575,"duration":0}}]},"0722eef4208cd5c74ea6dacbade5a9e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1824f9aaa8c5ac36","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/1824f9aaa8c5ac36","status":"passed","time":{"start":1705391326694,"stop":1705391326695,"duration":1}}]},"8c0a81fa84b730dd579363ed99b4f003:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f034c4a5d77cb87","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/4f034c4a5d77cb87","status":"passed","time":{"start":1705584422494,"stop":1705584422495,"duration":1}}]},"bf87df89b90319f8dd5fa9a515f003a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f75e3eab2b88e17","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/6f75e3eab2b88e17","status":"passed","time":{"start":1705582552679,"stop":1705582552679,"duration":0}}]},"65e53592edfa30e69fcd84fcf29743a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"6755e473077cc206","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6755e473077cc206","status":"passed","time":{"start":1706528814944,"stop":1706528814945,"duration":1}},{"uid":"c4139cf87554c583","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c4139cf87554c583","status":"passed","time":{"start":1706527782656,"stop":1706527782656,"duration":0}},{"uid":"554fa32f5bce2739","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/554fa32f5bce2739","status":"passed","time":{"start":1706526799751,"stop":1706526799751,"duration":0}},{"uid":"a596deeca8343ab1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a596deeca8343ab1","status":"passed","time":{"start":1706526495783,"stop":1706526495783,"duration":0}},{"uid":"b5e8747807ff83e3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b5e8747807ff83e3","status":"passed","time":{"start":1706526404763,"stop":1706526404763,"duration":0}},{"uid":"a92d6ba1789531aa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a92d6ba1789531aa","status":"passed","time":{"start":1706525829658,"stop":1706525829659,"duration":1}},{"uid":"10a510e3413d94","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/10a510e3413d94","status":"passed","time":{"start":1706525298683,"stop":1706525298683,"duration":0}},{"uid":"5d427b5706738d51","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5d427b5706738d51","status":"passed","time":{"start":1706524857931,"stop":1706524857932,"duration":1}},{"uid":"4137868f49088179","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4137868f49088179","status":"passed","time":{"start":1706467552039,"stop":1706467552039,"duration":0}},{"uid":"3ca72f0186260298","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3ca72f0186260298","status":"passed","time":{"start":1706322904832,"stop":1706322904832,"duration":0}},{"uid":"d88f7aa99f9cf7bb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d88f7aa99f9cf7bb","status":"passed","time":{"start":1706321219428,"stop":1706321219429,"duration":1}},{"uid":"c5b1c7b66eaf0cbd","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c5b1c7b66eaf0cbd","status":"passed","time":{"start":1706244735448,"stop":1706244735449,"duration":1}},{"uid":"2783dc48b18952eb","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2783dc48b18952eb","status":"passed","time":{"start":1706242296413,"stop":1706242296418,"duration":5}},{"uid":"102c0698b3dbe022","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/102c0698b3dbe022","status":"passed","time":{"start":1706114989579,"stop":1706114989579,"duration":0}},{"uid":"358dcd3a5b9f984c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/358dcd3a5b9f984c","status":"passed","time":{"start":1706114161116,"stop":1706114161117,"duration":1}},{"uid":"b299e1a5431706cb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b299e1a5431706cb","status":"passed","time":{"start":1706111636991,"stop":1706111636991,"duration":0}},{"uid":"72cd16cbec15e823","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/72cd16cbec15e823","status":"passed","time":{"start":1706111323442,"stop":1706111323443,"duration":1}},{"uid":"77e5978e05d17ceb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/77e5978e05d17ceb","status":"passed","time":{"start":1706109231143,"stop":1706109231144,"duration":1}},{"uid":"eadd712cfa4f56d5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/eadd712cfa4f56d5","status":"passed","time":{"start":1706103046873,"stop":1706103046874,"duration":1}},{"uid":"f306f1efbf6e9b52","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f306f1efbf6e9b52","status":"passed","time":{"start":1706102784511,"stop":1706102784511,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"2e2abbe9396e16d4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2e2abbe9396e16d4","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0}},{"uid":"4965435115915a71","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4965435115915a71","status":"passed","time":{"start":1706528272360,"stop":1706528272361,"duration":1}},{"uid":"50061948df046d0d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/50061948df046d0d","status":"passed","time":{"start":1706527215982,"stop":1706527215982,"duration":0}},{"uid":"a286c586dc7507dc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a286c586dc7507dc","status":"passed","time":{"start":1706526930058,"stop":1706526930059,"duration":1}},{"uid":"35db8c3d9d850570","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/35db8c3d9d850570","status":"passed","time":{"start":1706526828486,"stop":1706526828487,"duration":1}},{"uid":"2d0e1cea45d1b543","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2d0e1cea45d1b543","status":"passed","time":{"start":1706526253884,"stop":1706526253884,"duration":0}},{"uid":"a62daf794f4f4e03","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a62daf794f4f4e03","status":"passed","time":{"start":1706525716611,"stop":1706525716611,"duration":0}},{"uid":"43f071214a6c0952","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/43f071214a6c0952","status":"passed","time":{"start":1706525305325,"stop":1706525305325,"duration":0}},{"uid":"ed56b34432f4afda","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ed56b34432f4afda","status":"passed","time":{"start":1706467969856,"stop":1706467969857,"duration":1}},{"uid":"7134f5ea8c29087f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7134f5ea8c29087f","status":"passed","time":{"start":1706323337222,"stop":1706323337222,"duration":0}},{"uid":"bd292777de7aa5c6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bd292777de7aa5c6","status":"passed","time":{"start":1706321555212,"stop":1706321555213,"duration":1}},{"uid":"24fbcb5367df0411","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/24fbcb5367df0411","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927239,"stop":1706244927239,"duration":0}},{"uid":"3d00c66fe613212a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3d00c66fe613212a","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486060,"stop":1706242486061,"duration":1}},{"uid":"b3cdf265475fcb9a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b3cdf265475fcb9a","status":"passed","time":{"start":1706115454689,"stop":1706115454690,"duration":1}},{"uid":"248ccf148bbce3cd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/248ccf148bbce3cd","status":"passed","time":{"start":1706114588212,"stop":1706114588212,"duration":0}},{"uid":"b923cd996d5da4c6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b923cd996d5da4c6","status":"passed","time":{"start":1706112067733,"stop":1706112067733,"duration":0}},{"uid":"f1a3f150f2ec2bef","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f1a3f150f2ec2bef","status":"passed","time":{"start":1706111759513,"stop":1706111759514,"duration":1}},{"uid":"a19ef2319173af7b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a19ef2319173af7b","status":"passed","time":{"start":1706109683582,"stop":1706109683582,"duration":0}},{"uid":"de9854206323e4ec","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/de9854206323e4ec","status":"passed","time":{"start":1706103380779,"stop":1706103380779,"duration":0}},{"uid":"e9d3de51deb83405","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e9d3de51deb83405","status":"passed","time":{"start":1706103218565,"stop":1706103218566,"duration":1}}]},"b43451d8b89be25536ba94814bd5a119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":71,"unknown":0,"total":71},"items":[{"uid":"74f6af168d5892ab","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/74f6af168d5892ab","status":"passed","time":{"start":1705670143449,"stop":1705670143449,"duration":0}},{"uid":"1f0b74eff5322e8e","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/1f0b74eff5322e8e","status":"passed","time":{"start":1705666593279,"stop":1705666593279,"duration":0}},{"uid":"eb092bfea6dd1589","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/eb092bfea6dd1589","status":"passed","time":{"start":1705666428276,"stop":1705666428276,"duration":0}},{"uid":"e7726229e75ce3dd","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/e7726229e75ce3dd","status":"passed","time":{"start":1705665763565,"stop":1705665763566,"duration":1}},{"uid":"79f4e2ce0dd9c94d","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/79f4e2ce0dd9c94d","status":"passed","time":{"start":1705665427185,"stop":1705665427185,"duration":0}},{"uid":"ae22bd7729e99fa","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/ae22bd7729e99fa","status":"passed","time":{"start":1705665308554,"stop":1705665308554,"duration":0}},{"uid":"b940c281c108ab3","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/b940c281c108ab3","status":"passed","time":{"start":1705664593774,"stop":1705664593775,"duration":1}},{"uid":"17345edc2f7669f9","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/17345edc2f7669f9","status":"passed","time":{"start":1705593259178,"stop":1705593259178,"duration":0}},{"uid":"d290120b24148334","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/d290120b24148334","status":"passed","time":{"start":1705590869982,"stop":1705590869982,"duration":0}},{"uid":"e3d5179742249f1","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/e3d5179742249f1","status":"passed","time":{"start":1705590810878,"stop":1705590810878,"duration":0}},{"uid":"533310f2622eb22b","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/533310f2622eb22b","status":"passed","time":{"start":1705588950557,"stop":1705588950557,"duration":0}},{"uid":"b10d933facc1b03a","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/b10d933facc1b03a","status":"passed","time":{"start":1705584278008,"stop":1705584278009,"duration":1}},{"uid":"915bfbd2eb941383","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/915bfbd2eb941383","status":"passed","time":{"start":1705582417475,"stop":1705582417476,"duration":1}},{"uid":"24e30fee07d9390a","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/24e30fee07d9390a","status":"passed","time":{"start":1705580220343,"stop":1705580220343,"duration":0}},{"uid":"c4b5e2df5e488a2f","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/c4b5e2df5e488a2f","status":"passed","time":{"start":1705577758338,"stop":1705577758338,"duration":0}},{"uid":"7991d5494a8f0bac","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/7991d5494a8f0bac","status":"passed","time":{"start":1705577574984,"stop":1705577574984,"duration":0}},{"uid":"190e3da3b745fc9b","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/190e3da3b745fc9b","status":"passed","time":{"start":1705577228435,"stop":1705577228436,"duration":1}},{"uid":"d23d7d440b01b6d8","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/d23d7d440b01b6d8","status":"passed","time":{"start":1705577122596,"stop":1705577122596,"duration":0}},{"uid":"6210bdbd94acda57","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/6210bdbd94acda57","status":"passed","time":{"start":1705572698342,"stop":1705572698342,"duration":0}},{"uid":"b6e7cdcc8c2fd6ad","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/b6e7cdcc8c2fd6ad","status":"passed","time":{"start":1705572506350,"stop":1705572506351,"duration":1}}]},"86fbfdd8ec581096d2f6609c21f69323:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b5336b758f549b7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9b5336b758f549b7","status":"passed","time":{"start":1706109370852,"stop":1706109370852,"duration":0}}]},"881c8cd5cd4fc31e87fa5045156c86a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37e9307cec5e84cd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/37e9307cec5e84cd","status":"passed","time":{"start":1706528204209,"stop":1706528204209,"duration":0}}]},"cde67359d4ce248deae38d5579232eb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ecf5377f7ba307","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/6ecf5377f7ba307","status":"passed","time":{"start":1705687465948,"stop":1705687465948,"duration":0}}]},"097b1a442a73bd755d0a9a78f26f87b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7aa3c69875355fbc","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/7aa3c69875355fbc","status":"passed","time":{"start":1705591017941,"stop":1705591017941,"duration":0}}]},"461fb8ae25daa19e8784580285e8e9b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43c3834855188425","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/43c3834855188425","status":"passed","time":{"start":1705391340876,"stop":1705391340877,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"91189ccd4e80e3b7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91189ccd4e80e3b7","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"duration":0}},{"uid":"b588759aebcd214f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b588759aebcd214f","status":"passed","time":{"start":1706528357092,"stop":1706528357092,"duration":0}},{"uid":"d22bd21abfa9c22a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d22bd21abfa9c22a","status":"passed","time":{"start":1706527326691,"stop":1706527326691,"duration":0}},{"uid":"5f408b53bf6f886e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5f408b53bf6f886e","status":"passed","time":{"start":1706527049795,"stop":1706527049795,"duration":0}},{"uid":"c69ba2e018fb31fa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c69ba2e018fb31fa","status":"passed","time":{"start":1706526961441,"stop":1706526961441,"duration":0}},{"uid":"ca5363c5e4f46492","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ca5363c5e4f46492","status":"passed","time":{"start":1706526404280,"stop":1706526404280,"duration":0}},{"uid":"48fff484340899b9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/48fff484340899b9","status":"passed","time":{"start":1706525849955,"stop":1706525849955,"duration":0}},{"uid":"f8587e0bf97af6d9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f8587e0bf97af6d9","status":"passed","time":{"start":1706525432947,"stop":1706525432947,"duration":0}},{"uid":"73a827ef20e8ba2d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/73a827ef20e8ba2d","status":"passed","time":{"start":1706468114347,"stop":1706468114347,"duration":0}},{"uid":"dfa92f32358df5a4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dfa92f32358df5a4","status":"passed","time":{"start":1706323469648,"stop":1706323469649,"duration":1}},{"uid":"a58ced764f595586","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a58ced764f595586","status":"passed","time":{"start":1706321771789,"stop":1706321771790,"duration":1}},{"uid":"fefa8058d25c3987","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fefa8058d25c3987","status":"passed","time":{"start":1706115542395,"stop":1706115542395,"duration":0}},{"uid":"db8e0a5eaa8d16f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/db8e0a5eaa8d16f","status":"passed","time":{"start":1706114725918,"stop":1706114725918,"duration":0}},{"uid":"d709fc29da1c3511","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d709fc29da1c3511","status":"passed","time":{"start":1706112199264,"stop":1706112199264,"duration":0}},{"uid":"ee8fa39e3c6d4d4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ee8fa39e3c6d4d4","status":"passed","time":{"start":1706111893736,"stop":1706111893736,"duration":0}},{"uid":"655b7fb9b9cf7102","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/655b7fb9b9cf7102","status":"passed","time":{"start":1706109796552,"stop":1706109796552,"duration":0}},{"uid":"321f9821b03fcb58","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/321f9821b03fcb58","status":"passed","time":{"start":1706103557153,"stop":1706103557153,"duration":0}},{"uid":"d4e6e79a0cbde961","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d4e6e79a0cbde961","status":"passed","time":{"start":1706103365803,"stop":1706103365803,"duration":0}},{"uid":"5513cd16f784433a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5513cd16f784433a","status":"passed","time":{"start":1706102701049,"stop":1706102701049,"duration":0}},{"uid":"4c6701633f8949d5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4c6701633f8949d5","status":"passed","time":{"start":1706102579557,"stop":1706102579558,"duration":1}}]},"de2cf4a06f928be5b8e2199183e87056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5251a9dbac0fe98b","reportUrl":"https://waku-org.github.io/js-waku/6173//#testresult/5251a9dbac0fe98b","status":"passed","time":{"start":1705432575482,"stop":1705432575482,"duration":0}}]},"eeccfe22cfced9e6c16d5ebad90cb497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"835bcd4f087e55f0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/835bcd4f087e55f0","status":"passed","time":{"start":1706321575899,"stop":1706321575900,"duration":1}}]},"e8a0d213e475383517c882de06b48849:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5393c3bfa8b182f2","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/5393c3bfa8b182f2","status":"passed","time":{"start":1706101964341,"stop":1706101964341,"duration":0}}]},"4e4845fa4561d31ee0980715fd9ddf57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4276ee72b63f6e3b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/4276ee72b63f6e3b","status":"passed","time":{"start":1705494930767,"stop":1705494930767,"duration":0}}]},"8d0079f35ed2f3143798b84a9c4433b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f3cf645a46d2f8f","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/6f3cf645a46d2f8f","status":"passed","time":{"start":1705421391561,"stop":1705421391563,"duration":2}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"d72c1754c5d62dee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d72c1754c5d62dee","status":"passed","time":{"start":1706529332309,"stop":1706529332310,"duration":1}},{"uid":"9956933077943ac3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9956933077943ac3","status":"passed","time":{"start":1706528291444,"stop":1706528291446,"duration":2}},{"uid":"994c3dde15fa971f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/994c3dde15fa971f","status":"passed","time":{"start":1706527236972,"stop":1706527236973,"duration":1}},{"uid":"9bae29c1feae4dcd","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9bae29c1feae4dcd","status":"passed","time":{"start":1706526962706,"stop":1706526962706,"duration":0}},{"uid":"7ff23fa3328c382f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7ff23fa3328c382f","status":"passed","time":{"start":1706526865898,"stop":1706526865898,"duration":0}},{"uid":"7b11809bb69476ad","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7b11809bb69476ad","status":"passed","time":{"start":1706526300412,"stop":1706526300412,"duration":0}},{"uid":"9bd834ff7d7404a6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9bd834ff7d7404a6","status":"passed","time":{"start":1706525759135,"stop":1706525759136,"duration":1}},{"uid":"8a3cc4840481568e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8a3cc4840481568e","status":"passed","time":{"start":1706525355447,"stop":1706525355448,"duration":1}},{"uid":"1f9e75b49070af7c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1f9e75b49070af7c","status":"passed","time":{"start":1706467982871,"stop":1706467982872,"duration":1}},{"uid":"7d8beb10f86d3ba7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7d8beb10f86d3ba7","status":"passed","time":{"start":1706323387504,"stop":1706323387504,"duration":0}},{"uid":"1e7b1cd57a7e3eea","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1e7b1cd57a7e3eea","status":"passed","time":{"start":1706321612871,"stop":1706321612872,"duration":1}},{"uid":"e94ee52a371206d6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e94ee52a371206d6","status":"passed","time":{"start":1706115462411,"stop":1706115462412,"duration":1}},{"uid":"3628e43abcbfb45a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3628e43abcbfb45a","status":"passed","time":{"start":1706114612177,"stop":1706114612178,"duration":1}},{"uid":"7dc77ac5b8388cfa","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7dc77ac5b8388cfa","status":"passed","time":{"start":1706112092778,"stop":1706112092791,"duration":13}},{"uid":"46b96851f3a330e6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/46b96851f3a330e6","status":"passed","time":{"start":1706111796126,"stop":1706111796126,"duration":0}},{"uid":"267b010bb622e04f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/267b010bb622e04f","status":"passed","time":{"start":1706109710119,"stop":1706109710119,"duration":0}},{"uid":"958fa9ae4e052f14","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/958fa9ae4e052f14","status":"passed","time":{"start":1706103427348,"stop":1706103427348,"duration":0}},{"uid":"e6441e2d74d7a122","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e6441e2d74d7a122","status":"passed","time":{"start":1706103228582,"stop":1706103228582,"duration":0}},{"uid":"c750a8141883b151","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c750a8141883b151","status":"passed","time":{"start":1706102603433,"stop":1706102603436,"duration":3}},{"uid":"5dfc5e6832331e15","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5dfc5e6832331e15","status":"passed","time":{"start":1706102474579,"stop":1706102474579,"duration":0}}]},"fa648b91be6f42c8748d19e3b615a3ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2232c3c1e02ea5f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d2232c3c1e02ea5f","status":"passed","time":{"start":1706115449606,"stop":1706115449607,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"4559eb6e0ee839c6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4559eb6e0ee839c6","status":"passed","time":{"start":1706528759260,"stop":1706528759261,"duration":1}},{"uid":"a2e3e9bc97908a7e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a2e3e9bc97908a7e","status":"passed","time":{"start":1706527727890,"stop":1706527727891,"duration":1}},{"uid":"6f5c33feab94574c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6f5c33feab94574c","status":"passed","time":{"start":1706526742699,"stop":1706526742700,"duration":1}},{"uid":"7df2a0447e5c8edd","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7df2a0447e5c8edd","status":"passed","time":{"start":1706526439383,"stop":1706526439383,"duration":0}},{"uid":"e0238b777c64f892","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e0238b777c64f892","status":"passed","time":{"start":1706526344611,"stop":1706526344612,"duration":1}},{"uid":"a82db25ae2d86945","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a82db25ae2d86945","status":"passed","time":{"start":1706525773631,"stop":1706525773632,"duration":1}},{"uid":"bbc4e1af440c5fd8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bbc4e1af440c5fd8","status":"passed","time":{"start":1706525240745,"stop":1706525240745,"duration":0}},{"uid":"cfef7262ef7ab03c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cfef7262ef7ab03c","status":"passed","time":{"start":1706524801894,"stop":1706524801895,"duration":1}},{"uid":"df8b9cdd7bf7caf7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/df8b9cdd7bf7caf7","status":"passed","time":{"start":1706467495726,"stop":1706467495726,"duration":0}},{"uid":"32ed81b46947cdae","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/32ed81b46947cdae","status":"passed","time":{"start":1706322848715,"stop":1706322848715,"duration":0}},{"uid":"75c18c7b9146f7c8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/75c18c7b9146f7c8","status":"passed","time":{"start":1706321161659,"stop":1706321161659,"duration":0}},{"uid":"161a9e01230f8c53","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/161a9e01230f8c53","status":"passed","time":{"start":1706244677914,"stop":1706244677915,"duration":1}},{"uid":"dd28178b3499d4a6","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/dd28178b3499d4a6","status":"passed","time":{"start":1706242246174,"stop":1706242246174,"duration":0}},{"uid":"7970836bff97594c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7970836bff97594c","status":"passed","time":{"start":1706114934608,"stop":1706114934609,"duration":1}},{"uid":"a6a50595ce33867b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a6a50595ce33867b","status":"passed","time":{"start":1706114105267,"stop":1706114105267,"duration":0}},{"uid":"6b9182531ec8f1e7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6b9182531ec8f1e7","status":"passed","time":{"start":1706111580033,"stop":1706111580034,"duration":1}},{"uid":"e8887a7ebad87021","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e8887a7ebad87021","status":"passed","time":{"start":1706111269581,"stop":1706111269582,"duration":1}},{"uid":"e4b4e8f3f2bc2b00","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e4b4e8f3f2bc2b00","status":"passed","time":{"start":1706109171956,"stop":1706109171957,"duration":1}},{"uid":"dd868704c12098c4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/dd868704c12098c4","status":"passed","time":{"start":1706102989928,"stop":1706102989928,"duration":0}},{"uid":"e54fb5f8b257ad6e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e54fb5f8b257ad6e","status":"passed","time":{"start":1706102729748,"stop":1706102729749,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"161517fa80c19c84","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/161517fa80c19c84","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0}},{"uid":"6a613ff4a351b080","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6a613ff4a351b080","status":"passed","time":{"start":1706528290444,"stop":1706528290444,"duration":0}},{"uid":"bc788f21f274aea7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bc788f21f274aea7","status":"passed","time":{"start":1706527264300,"stop":1706527264301,"duration":1}},{"uid":"c202eeca066ea793","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c202eeca066ea793","status":"passed","time":{"start":1706526976755,"stop":1706526976755,"duration":0}},{"uid":"78e45f193dae0cad","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/78e45f193dae0cad","status":"passed","time":{"start":1706526885796,"stop":1706526885796,"duration":0}},{"uid":"54ecad9c70e4cff1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/54ecad9c70e4cff1","status":"passed","time":{"start":1706526330085,"stop":1706526330085,"duration":0}},{"uid":"12ac702b07aeb0b5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/12ac702b07aeb0b5","status":"passed","time":{"start":1706525780713,"stop":1706525780713,"duration":0}},{"uid":"e4aa0efb320a9c68","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e4aa0efb320a9c68","status":"passed","time":{"start":1706525359475,"stop":1706525359476,"duration":1}},{"uid":"73129bd2b2d261a6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/73129bd2b2d261a6","status":"passed","time":{"start":1706468042624,"stop":1706468042624,"duration":0}},{"uid":"d57bcdcd01ff85dc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d57bcdcd01ff85dc","status":"passed","time":{"start":1706323386908,"stop":1706323386908,"duration":0}},{"uid":"fe1e352f9d395557","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fe1e352f9d395557","status":"passed","time":{"start":1706321713078,"stop":1706321713079,"duration":1}},{"uid":"34c069117cb192ad","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/34c069117cb192ad","status":"passed","time":{"start":1706115482599,"stop":1706115482599,"duration":0}},{"uid":"e530b5958eaf5bd5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e530b5958eaf5bd5","status":"passed","time":{"start":1706114635370,"stop":1706114635370,"duration":0}},{"uid":"b1cf58f0a7a3ee01","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b1cf58f0a7a3ee01","status":"passed","time":{"start":1706112127508,"stop":1706112127509,"duration":1}},{"uid":"a095ccccc2fe92e7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a095ccccc2fe92e7","status":"passed","time":{"start":1706111809248,"stop":1706111809248,"duration":0}},{"uid":"fba51c2e346e4651","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fba51c2e346e4651","status":"passed","time":{"start":1706109719509,"stop":1706109719510,"duration":1}},{"uid":"c898a5bc6aa6fa59","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c898a5bc6aa6fa59","status":"passed","time":{"start":1706103518425,"stop":1706103518426,"duration":1}},{"uid":"642dec09521385bd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/642dec09521385bd","status":"passed","time":{"start":1706103305142,"stop":1706103305142,"duration":0}},{"uid":"53597309075c58a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/53597309075c58a","status":"passed","time":{"start":1706102626842,"stop":1706102626842,"duration":0}},{"uid":"b8afebfe0824a48b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b8afebfe0824a48b","status":"passed","time":{"start":1706102491802,"stop":1706102491803,"duration":1}}]},"833ca832f0cb3d60fbd98330f2535c98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cbb5a98ed23c5b0","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/2cbb5a98ed23c5b0","status":"passed","time":{"start":1705469927238,"stop":1705469927238,"duration":0}}]},"1dfafeaead67808e706bfff116a83f46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d78e406cf33e052","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6d78e406cf33e052","status":"passed","time":{"start":1706109533630,"stop":1706109533630,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"4ebdba5f509ee3a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ebdba5f509ee3a2","status":"passed","time":{"start":1706529367440,"stop":1706529367440,"duration":0}},{"uid":"26395e90664c5604","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/26395e90664c5604","status":"passed","time":{"start":1706528339923,"stop":1706528339923,"duration":0}},{"uid":"b113f01fb6f039c8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b113f01fb6f039c8","status":"passed","time":{"start":1706527181543,"stop":1706527181544,"duration":1}},{"uid":"b8982971388a7e96","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b8982971388a7e96","status":"passed","time":{"start":1706527016290,"stop":1706527016290,"duration":0}},{"uid":"f32eabeb68b22e5b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f32eabeb68b22e5b","status":"passed","time":{"start":1706526929194,"stop":1706526929195,"duration":1}},{"uid":"9c5a84e96c5e7882","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9c5a84e96c5e7882","status":"passed","time":{"start":1706526355566,"stop":1706526355566,"duration":0}},{"uid":"4fa442cf6b0b60a8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4fa442cf6b0b60a8","status":"passed","time":{"start":1706525825273,"stop":1706525825273,"duration":0}},{"uid":"45237eead7a979c7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/45237eead7a979c7","status":"passed","time":{"start":1706525414577,"stop":1706525414578,"duration":1}},{"uid":"c4905a45c90b6221","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c4905a45c90b6221","status":"passed","time":{"start":1706468084954,"stop":1706468084955,"duration":1}},{"uid":"30967046c96b07c5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/30967046c96b07c5","status":"passed","time":{"start":1706323430964,"stop":1706323430964,"duration":0}},{"uid":"ed671fbda3ac80be","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ed671fbda3ac80be","status":"passed","time":{"start":1706321743962,"stop":1706321743962,"duration":0}},{"uid":"9d556fa46ebe9ae2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9d556fa46ebe9ae2","status":"passed","time":{"start":1706115449526,"stop":1706115449526,"duration":0}},{"uid":"23860de65e77457f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/23860de65e77457f","status":"passed","time":{"start":1706114706804,"stop":1706114706804,"duration":0}},{"uid":"49afa76e907f3572","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/49afa76e907f3572","status":"passed","time":{"start":1706112158252,"stop":1706112158252,"duration":0}},{"uid":"205f0f47f29362fb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/205f0f47f29362fb","status":"passed","time":{"start":1706111870559,"stop":1706111870560,"duration":1}},{"uid":"f0869968df99ef63","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f0869968df99ef63","status":"passed","time":{"start":1706109756246,"stop":1706109756247,"duration":1}},{"uid":"769d116be57a0046","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/769d116be57a0046","status":"passed","time":{"start":1706103280826,"stop":1706103280826,"duration":0}},{"uid":"6c4c3cee0d7e34c3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6c4c3cee0d7e34c3","status":"passed","time":{"start":1706103332256,"stop":1706103332257,"duration":1}},{"uid":"247f964477a2223c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/247f964477a2223c","status":"passed","time":{"start":1706102670252,"stop":1706102670252,"duration":0}},{"uid":"4557b6610680fa58","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4557b6610680fa58","status":"passed","time":{"start":1706102539181,"stop":1706102539181,"duration":0}}]},"283c57b98964bbd5a2fa3aa2d31e7952:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7b08ee5da5cb785","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b7b08ee5da5cb785","status":"passed","time":{"start":1706526129384,"stop":1706526129384,"duration":0}}]},"37938c109ad8c7e5b4475b206f3a6281:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff67c44d8b69ad18","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ff67c44d8b69ad18","status":"passed","time":{"start":1706111616742,"stop":1706111616742,"duration":0}}]},"ecb697c7f28407b929c44ebe59fb104b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"551046a9dc44ae0c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/551046a9dc44ae0c","status":"passed","time":{"start":1705950521697,"stop":1705950521699,"duration":2}}]},"c848dc506e7bbd90f56e97eb78079518:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7835a1fc3bc76fd2","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7835a1fc3bc76fd2","status":"passed","time":{"start":1705680122220,"stop":1705680122220,"duration":0}}]},"f86dd6a83df79459938d91614cf0e066:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b894a10db20d57b3","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/b894a10db20d57b3","status":"passed","time":{"start":1705429205097,"stop":1705429205097,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"f1285368b2d29016","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f1285368b2d29016","status":"passed","time":{"start":1706529223896,"stop":1706529223897,"duration":1}},{"uid":"7ccd5c656c74ed86","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7ccd5c656c74ed86","status":"passed","time":{"start":1706528204208,"stop":1706528204208,"duration":0}},{"uid":"667b911dd7bb95ad","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/667b911dd7bb95ad","status":"passed","time":{"start":1706527085315,"stop":1706527085315,"duration":0}},{"uid":"3ebc3126559cb9ec","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3ebc3126559cb9ec","status":"passed","time":{"start":1706526783366,"stop":1706526783366,"duration":0}},{"uid":"177df48238b27e9f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/177df48238b27e9f","status":"passed","time":{"start":1706526690273,"stop":1706526690273,"duration":0}},{"uid":"2e489d7af5286d2c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2e489d7af5286d2c","status":"passed","time":{"start":1706526129383,"stop":1706526129383,"duration":0}},{"uid":"f778e03aee75c9d5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f778e03aee75c9d5","status":"passed","time":{"start":1706525593260,"stop":1706525593261,"duration":1}},{"uid":"ce7744813567107b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ce7744813567107b","status":"passed","time":{"start":1706525226782,"stop":1706525226783,"duration":1}},{"uid":"1468770e77119f68","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1468770e77119f68","status":"passed","time":{"start":1706467837095,"stop":1706467837095,"duration":0}},{"uid":"82806a1cfb32b379","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/82806a1cfb32b379","status":"passed","time":{"start":1706323213974,"stop":1706323213974,"duration":0}},{"uid":"b265f113227aef65","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b265f113227aef65","status":"passed","time":{"start":1706321475554,"stop":1706321475554,"duration":0}},{"uid":"eb08bfa9d381fb7b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/eb08bfa9d381fb7b","status":"passed","time":{"start":1706115285530,"stop":1706115285530,"duration":0}},{"uid":"8245e03d6deb1592","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8245e03d6deb1592","status":"passed","time":{"start":1706114454511,"stop":1706114454511,"duration":0}},{"uid":"230f142cd60859e8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/230f142cd60859e8","status":"passed","time":{"start":1706111914143,"stop":1706111914143,"duration":0}},{"uid":"974310fd8ea7577d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/974310fd8ea7577d","status":"passed","time":{"start":1706111616741,"stop":1706111616741,"duration":0}},{"uid":"c77a64f66bee0362","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c77a64f66bee0362","status":"passed","time":{"start":1706109533629,"stop":1706109533629,"duration":0}},{"uid":"955b6a49fc6a619c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/955b6a49fc6a619c","status":"passed","time":{"start":1706103308662,"stop":1706103308663,"duration":1}},{"uid":"f48c85fdac390ee6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f48c85fdac390ee6","status":"passed","time":{"start":1706103054158,"stop":1706103054159,"duration":1}},{"uid":"22bc24d8e627234e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/22bc24d8e627234e","status":"passed","time":{"start":1706102435009,"stop":1706102435010,"duration":1}},{"uid":"31033ff2812e598e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/31033ff2812e598e","status":"passed","time":{"start":1706102331418,"stop":1706102331418,"duration":0}}]},"ac358c30198e25cb6dd7675c40c8f986:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c991122f480e3a3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1c991122f480e3a3","status":"passed","time":{"start":1706109756262,"stop":1706109756263,"duration":1}}]},"e9379f960a7329db7e3ca295c9535db7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3033fbdbf4d249af","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/3033fbdbf4d249af","status":"passed","time":{"start":1705577756067,"stop":1705577756068,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"54da2162c35ad254","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54da2162c35ad254","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"duration":0}},{"uid":"8faf1cbc096b55c1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8faf1cbc096b55c1","status":"passed","time":{"start":1706528357093,"stop":1706528357093,"duration":0}},{"uid":"41857b49e541b7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/41857b49e541b7","status":"passed","time":{"start":1706527326692,"stop":1706527326692,"duration":0}},{"uid":"37d6b699f2643cf9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/37d6b699f2643cf9","status":"passed","time":{"start":1706526961442,"stop":1706526961442,"duration":0}},{"uid":"e54e407a6b2e0e85","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e54e407a6b2e0e85","status":"passed","time":{"start":1706526404281,"stop":1706526404281,"duration":0}},{"uid":"dd7bdcdf237a9c37","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dd7bdcdf237a9c37","status":"passed","time":{"start":1706525849956,"stop":1706525849956,"duration":0}},{"uid":"80382af1747c9b78","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/80382af1747c9b78","status":"passed","time":{"start":1706525432947,"stop":1706525432947,"duration":0}},{"uid":"3adf1704254932a9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3adf1704254932a9","status":"passed","time":{"start":1706468114348,"stop":1706468114348,"duration":0}},{"uid":"6c1e1d88c6e6fdaa","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6c1e1d88c6e6fdaa","status":"passed","time":{"start":1706323469649,"stop":1706323469649,"duration":0}},{"uid":"5d0d0487f413ab56","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5d0d0487f413ab56","status":"passed","time":{"start":1706321771790,"stop":1706321771790,"duration":0}},{"uid":"990a26af0f01d220","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/990a26af0f01d220","status":"passed","time":{"start":1706115542396,"stop":1706115542396,"duration":0}},{"uid":"79106ac34477f070","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/79106ac34477f070","status":"passed","time":{"start":1706114725919,"stop":1706114725919,"duration":0}},{"uid":"7209076481f66be1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7209076481f66be1","status":"passed","time":{"start":1706112199265,"stop":1706112199265,"duration":0}},{"uid":"325f837f7a234bb1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/325f837f7a234bb1","status":"passed","time":{"start":1706111893736,"stop":1706111893737,"duration":1}},{"uid":"4e1b847a4dca8fc5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e1b847a4dca8fc5","status":"passed","time":{"start":1706109796552,"stop":1706109796553,"duration":1}},{"uid":"ef5f50e49dcf4466","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ef5f50e49dcf4466","status":"passed","time":{"start":1706103557153,"stop":1706103557153,"duration":0}},{"uid":"48a2a2f71f349efa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/48a2a2f71f349efa","status":"passed","time":{"start":1706103365804,"stop":1706103365804,"duration":0}},{"uid":"5ccec1f274a51cb6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5ccec1f274a51cb6","status":"passed","time":{"start":1706102701050,"stop":1706102701050,"duration":0}},{"uid":"eeda9c7363baf5a9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/eeda9c7363baf5a9","status":"passed","time":{"start":1706102579558,"stop":1706102579558,"duration":0}},{"uid":"6afd59c2c68062cd","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/6afd59c2c68062cd","status":"passed","time":{"start":1706102406542,"stop":1706102406543,"duration":1}}]},"7aafe096767a22e40258f6835f8d9d6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e685e5bdc192d62","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3e685e5bdc192d62","status":"passed","time":{"start":1706102626847,"stop":1706102626847,"duration":0}}]},"adcc20d3939041bf5da9fb6c8f7c8631:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce598a56e1298f05","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ce598a56e1298f05","status":"passed","time":{"start":1705678066195,"stop":1705678066196,"duration":1}}]},"0163c7fdf2b757f50a60892fdfc85edc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d048c1f7f2215a62","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/d048c1f7f2215a62","status":"passed","time":{"start":1705383187235,"stop":1705383187235,"duration":0}}]},"ca793a5bfbd0871b669d80722c67cc2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5166a08b589e8cee","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/5166a08b589e8cee","status":"passed","time":{"start":1705365585610,"stop":1705365585611,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"e6f5ce153c357237","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e6f5ce153c357237","status":"passed","time":{"start":1706529061222,"stop":1706529061222,"duration":0}},{"uid":"7c88008aa24c26da","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7c88008aa24c26da","status":"passed","time":{"start":1706528032695,"stop":1706528032696,"duration":1}},{"uid":"ebecd36052abbafd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ebecd36052abbafd","status":"passed","time":{"start":1706527032148,"stop":1706527032148,"duration":0}},{"uid":"be510e6bcde1cdf4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/be510e6bcde1cdf4","status":"passed","time":{"start":1706526728460,"stop":1706526728461,"duration":1}},{"uid":"b5b5d4427857698d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b5b5d4427857698d","status":"passed","time":{"start":1706526631863,"stop":1706526631863,"duration":0}},{"uid":"bb80fa622521be9d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bb80fa622521be9d","status":"passed","time":{"start":1706526058753,"stop":1706526058753,"duration":0}},{"uid":"f92e6dea235e5894","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f92e6dea235e5894","status":"passed","time":{"start":1706525527746,"stop":1706525527746,"duration":0}},{"uid":"8d8fa2e84089b0d6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8d8fa2e84089b0d6","status":"passed","time":{"start":1706525094623,"stop":1706525094623,"duration":0}},{"uid":"4801d18c5fb641c0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4801d18c5fb641c0","status":"passed","time":{"start":1706467780073,"stop":1706467780074,"duration":1}},{"uid":"dedbb2959bd2a175","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dedbb2959bd2a175","status":"passed","time":{"start":1706323147730,"stop":1706323147730,"duration":0}},{"uid":"554058e41fd4c487","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/554058e41fd4c487","status":"passed","time":{"start":1706321448925,"stop":1706321448925,"duration":0}},{"uid":"6e34910a091a73e0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/6e34910a091a73e0","status":"passed","time":{"start":1706244757739,"stop":1706244757739,"duration":0}},{"uid":"df876092660d6a42","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/df876092660d6a42","status":"passed","time":{"start":1706242322195,"stop":1706242322197,"duration":2}},{"uid":"a10a1eabf5565924","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a10a1eabf5565924","status":"passed","time":{"start":1706115232362,"stop":1706115232362,"duration":0}},{"uid":"3c2f5aad1392827d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3c2f5aad1392827d","status":"passed","time":{"start":1706114393723,"stop":1706114393723,"duration":0}},{"uid":"656499eb1ab27e27","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/656499eb1ab27e27","status":"passed","time":{"start":1706111855442,"stop":1706111855442,"duration":0}},{"uid":"3544d98f5cebd10e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3544d98f5cebd10e","status":"passed","time":{"start":1706111555054,"stop":1706111555054,"duration":0}},{"uid":"b515730fca4df29e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b515730fca4df29e","status":"passed","time":{"start":1706109464063,"stop":1706109464064,"duration":1}},{"uid":"d67afc7cf896e278","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d67afc7cf896e278","status":"passed","time":{"start":1706103282748,"stop":1706103282748,"duration":0}},{"uid":"fa47a09abce9de9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fa47a09abce9de9","status":"passed","time":{"start":1706103002604,"stop":1706103002604,"duration":0}}]},"e19d155a4e2f60ee3cf872944749ed56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"585f84fbe03768be","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/585f84fbe03768be","status":"passed","time":{"start":1706112158285,"stop":1706112158285,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ad3787b18105f7c6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ad3787b18105f7c6","status":"passed","time":{"start":1706529367480,"stop":1706529367480,"duration":0}},{"uid":"2baa8257e43df540","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2baa8257e43df540","status":"passed","time":{"start":1706528339937,"stop":1706528339937,"duration":0}},{"uid":"705366f6c4859971","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/705366f6c4859971","status":"passed","time":{"start":1706527016304,"stop":1706527016305,"duration":1}},{"uid":"520c2c43776d0f3d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/520c2c43776d0f3d","status":"passed","time":{"start":1706526929206,"stop":1706526929206,"duration":0}},{"uid":"9aacca161649a076","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9aacca161649a076","status":"passed","time":{"start":1706526355591,"stop":1706526355591,"duration":0}},{"uid":"6da5df3b7ab0c0d4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6da5df3b7ab0c0d4","status":"passed","time":{"start":1706525825285,"stop":1706525825285,"duration":0}},{"uid":"1e441543c2a7882","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1e441543c2a7882","status":"passed","time":{"start":1706525414593,"stop":1706525414594,"duration":1}},{"uid":"5ea753a5da89c05f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5ea753a5da89c05f","status":"passed","time":{"start":1706468084980,"stop":1706468084981,"duration":1}},{"uid":"cdb1f360cbb3fa40","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cdb1f360cbb3fa40","status":"passed","time":{"start":1706323430978,"stop":1706323430978,"duration":0}},{"uid":"3779304e7e531ac9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3779304e7e531ac9","status":"passed","time":{"start":1706321743972,"stop":1706321743973,"duration":1}},{"uid":"4118424cf62f1798","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4118424cf62f1798","status":"passed","time":{"start":1706115449601,"stop":1706115449602,"duration":1}},{"uid":"7e5d60eddca063fd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7e5d60eddca063fd","status":"passed","time":{"start":1706114706816,"stop":1706114706816,"duration":0}},{"uid":"16771b90ccb997ad","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/16771b90ccb997ad","status":"passed","time":{"start":1706112158283,"stop":1706112158283,"duration":0}},{"uid":"4189d338883d9758","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4189d338883d9758","status":"passed","time":{"start":1706111870570,"stop":1706111870570,"duration":0}},{"uid":"6153836cf90abfce","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6153836cf90abfce","status":"passed","time":{"start":1706109756260,"stop":1706109756261,"duration":1}},{"uid":"91502ab998b3da88","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/91502ab998b3da88","status":"passed","time":{"start":1706103332266,"stop":1706103332266,"duration":0}},{"uid":"5c122dad757b9bb5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5c122dad757b9bb5","status":"passed","time":{"start":1706102670273,"stop":1706102670273,"duration":0}},{"uid":"d5cf999b53d5232a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d5cf999b53d5232a","status":"passed","time":{"start":1706102539201,"stop":1706102539202,"duration":1}},{"uid":"87c77608e55eda52","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/87c77608e55eda52","status":"passed","time":{"start":1706102378583,"stop":1706102378584,"duration":1}},{"uid":"e843229f45ed1b19","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/e843229f45ed1b19","status":"passed","time":{"start":1706102131115,"stop":1706102131117,"duration":2}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"1980ef70245d48d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1980ef70245d48d0","status":"passed","time":{"start":1706528746045,"stop":1706528746046,"duration":1}},{"uid":"8489a458418cde86","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8489a458418cde86","status":"passed","time":{"start":1706527715057,"stop":1706527715058,"duration":1}},{"uid":"943b192f49e08e6a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/943b192f49e08e6a","status":"passed","time":{"start":1706526730125,"stop":1706526730127,"duration":2}},{"uid":"28b44a666fa9eeaf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/28b44a666fa9eeaf","status":"passed","time":{"start":1706526427013,"stop":1706526427014,"duration":1}},{"uid":"4fa35ce08296058a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4fa35ce08296058a","status":"passed","time":{"start":1706526332149,"stop":1706526332151,"duration":2}},{"uid":"5c4b669ed4366ec4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5c4b669ed4366ec4","status":"passed","time":{"start":1706525761210,"stop":1706525761211,"duration":1}},{"uid":"acbd2b5fe85ca1fe","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/acbd2b5fe85ca1fe","status":"passed","time":{"start":1706525228206,"stop":1706525228207,"duration":1}},{"uid":"9f4e68f85e917b78","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9f4e68f85e917b78","status":"passed","time":{"start":1706524789373,"stop":1706524789374,"duration":1}},{"uid":"da839c336a516db","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/da839c336a516db","status":"passed","time":{"start":1706467483334,"stop":1706467483335,"duration":1}},{"uid":"d4f108ccec734485","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d4f108ccec734485","status":"passed","time":{"start":1706322835885,"stop":1706322835887,"duration":2}},{"uid":"a28ceb28342a6601","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a28ceb28342a6601","status":"passed","time":{"start":1706321149212,"stop":1706321149213,"duration":1}},{"uid":"e0c7a80642aa0998","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e0c7a80642aa0998","status":"passed","time":{"start":1706244665258,"stop":1706244665259,"duration":1}},{"uid":"61da7e24002a201a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/61da7e24002a201a","status":"passed","time":{"start":1706242233562,"stop":1706242233563,"duration":1}},{"uid":"2f4b17e38237e65c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2f4b17e38237e65c","status":"passed","time":{"start":1706114921868,"stop":1706114921869,"duration":1}},{"uid":"8d4e6f3d00d7a2a1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8d4e6f3d00d7a2a1","status":"passed","time":{"start":1706114092616,"stop":1706114092617,"duration":1}},{"uid":"bc41f6da5a0ce4f8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bc41f6da5a0ce4f8","status":"passed","time":{"start":1706111567413,"stop":1706111567414,"duration":1}},{"uid":"1dbb939f1d3c13a9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1dbb939f1d3c13a9","status":"passed","time":{"start":1706111256882,"stop":1706111256884,"duration":2}},{"uid":"c0c127fe58b7cc6b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c0c127fe58b7cc6b","status":"passed","time":{"start":1706109159234,"stop":1706109159235,"duration":1}},{"uid":"7c9caca3f66ba27b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7c9caca3f66ba27b","status":"passed","time":{"start":1706102977424,"stop":1706102977425,"duration":1}},{"uid":"354d1bbcaa6ac648","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/354d1bbcaa6ac648","status":"passed","time":{"start":1706102717082,"stop":1706102717083,"duration":1}}]},"f4b3d97e83bb20eb9cebbef9d10fa077:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81b0b636882251f7","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/81b0b636882251f7","status":"passed","time":{"start":1705589084197,"stop":1705589084197,"duration":0}}]},"7bb7670ab20b2f1b57aa201cde06405c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99e795e23ad59e52","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/99e795e23ad59e52","status":"passed","time":{"start":1706525659018,"stop":1706525659018,"duration":0}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"60201bacbaaebf7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/60201bacbaaebf7","status":"passed","time":{"start":1706529061224,"stop":1706529061224,"duration":0}},{"uid":"9ed2eba281a61d88","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9ed2eba281a61d88","status":"passed","time":{"start":1706528032697,"stop":1706528032698,"duration":1}},{"uid":"bbbc64f418d2330d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bbbc64f418d2330d","status":"passed","time":{"start":1706527032149,"stop":1706527032150,"duration":1}},{"uid":"cbff6f32376e9fb6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cbff6f32376e9fb6","status":"passed","time":{"start":1706526728463,"stop":1706526728463,"duration":0}},{"uid":"94e3aec9f9b2ace1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/94e3aec9f9b2ace1","status":"passed","time":{"start":1706526631864,"stop":1706526631864,"duration":0}},{"uid":"eb3a3f6f1eda2abb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/eb3a3f6f1eda2abb","status":"passed","time":{"start":1706526058755,"stop":1706526058755,"duration":0}},{"uid":"d4c3fccc652f5ede","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d4c3fccc652f5ede","status":"passed","time":{"start":1706525527748,"stop":1706525527748,"duration":0}},{"uid":"7422de6872f888de","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7422de6872f888de","status":"passed","time":{"start":1706525094638,"stop":1706525094639,"duration":1}},{"uid":"6277fab5dfc5bada","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6277fab5dfc5bada","status":"passed","time":{"start":1706467780075,"stop":1706467780075,"duration":0}},{"uid":"10a399d5dfd14864","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/10a399d5dfd14864","status":"passed","time":{"start":1706323147731,"stop":1706323147732,"duration":1}},{"uid":"faf889e5ef0ca537","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/faf889e5ef0ca537","status":"passed","time":{"start":1706321448926,"stop":1706321448927,"duration":1}},{"uid":"ce9b5921f44306bb","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ce9b5921f44306bb","status":"passed","time":{"start":1706244757745,"stop":1706244757745,"duration":0}},{"uid":"804fcd93c9c3b412","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/804fcd93c9c3b412","status":"passed","time":{"start":1706242322198,"stop":1706242322198,"duration":0}},{"uid":"7aebdb96490e5e42","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7aebdb96490e5e42","status":"passed","time":{"start":1706115232371,"stop":1706115232371,"duration":0}},{"uid":"bbf283f788defb96","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bbf283f788defb96","status":"passed","time":{"start":1706114393725,"stop":1706114393725,"duration":0}},{"uid":"efc199c850d76475","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/efc199c850d76475","status":"passed","time":{"start":1706111855444,"stop":1706111855444,"duration":0}},{"uid":"c002998bc28038ef","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c002998bc28038ef","status":"passed","time":{"start":1706111555056,"stop":1706111555056,"duration":0}},{"uid":"73dc3da0c03155b6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/73dc3da0c03155b6","status":"passed","time":{"start":1706109464065,"stop":1706109464065,"duration":0}},{"uid":"74fc700455bb7dbf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/74fc700455bb7dbf","status":"passed","time":{"start":1706103282749,"stop":1706103282750,"duration":1}},{"uid":"6366098618b75fa0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6366098618b75fa0","status":"passed","time":{"start":1706103002605,"stop":1706103002605,"duration":0}}]},"00de8f018233026d5e4c012626e2fd68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c2c3fa0877c302","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/3c2c3fa0877c302","status":"passed","time":{"start":1705698747968,"stop":1705698747968,"duration":0}}]},"53829a7ab75cede15da10b9eff528a83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba465932a33c642d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ba465932a33c642d","status":"passed","time":{"start":1706114454513,"stop":1706114454514,"duration":1}}]},"7cd09a995e989689a7f1683163bc96c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b192dc3501e84c0","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/4b192dc3501e84c0","status":"passed","time":{"start":1705567331566,"stop":1705567331566,"duration":0}}]},"e084d32edd2d559f275a0ffbd87b1303:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"973cb3e86f1a0d82","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/973cb3e86f1a0d82","status":"passed","time":{"start":1705431033941,"stop":1705431033941,"duration":0}}]},"d75f5aa50034f6c646363f6e3f893878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb1163f22dcbf822","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/cb1163f22dcbf822","status":"passed","time":{"start":1705570444661,"stop":1705570444662,"duration":1}}]},"401903b1de7caa3cb5f8d35ad1d30289:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc307bcf75bcaeaf","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/cc307bcf75bcaeaf","status":"passed","time":{"start":1705494957582,"stop":1705494957582,"duration":0}}]},"57b5dc4a2c8c9c142f1727b0a9030573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71191d1b3732390f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/71191d1b3732390f","status":"passed","time":{"start":1706111693413,"stop":1706111693413,"duration":0}}]},"90ddfaf21757628d6c8aaac9558c12a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"327f1fe6fda50f51","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/327f1fe6fda50f51","status":"passed","time":{"start":1705494930768,"stop":1705494930770,"duration":2}}]},"e87240230978c1aeeb57ab2f32b01389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e09170349f9adb43","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e09170349f9adb43","status":"passed","time":{"start":1705698799127,"stop":1705698799127,"duration":0}}]},"137971dca7da425b985e1f0be383bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fdd8f56d423d40e","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/6fdd8f56d423d40e","status":"passed","time":{"start":1705424570317,"stop":1705424570317,"duration":0}}]},"e4b9c842ce07f7e0cf7ed76720f9ae31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9576045a9fb8d10","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a9576045a9fb8d10","status":"passed","time":{"start":1706114635445,"stop":1706114635446,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"b2345427f170d619","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b2345427f170d619","status":"passed","time":{"start":1706529223901,"stop":1706529223902,"duration":1}},{"uid":"91655b48b6e31f80","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/91655b48b6e31f80","status":"passed","time":{"start":1706528204211,"stop":1706528204212,"duration":1}},{"uid":"7dd38521d7a18055","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7dd38521d7a18055","status":"passed","time":{"start":1706527085319,"stop":1706527085320,"duration":1}},{"uid":"39b093344c32294c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/39b093344c32294c","status":"passed","time":{"start":1706526783371,"stop":1706526783371,"duration":0}},{"uid":"1b76c4bea28679ef","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1b76c4bea28679ef","status":"passed","time":{"start":1706526690282,"stop":1706526690283,"duration":1}},{"uid":"fdc3880ce278ecde","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fdc3880ce278ecde","status":"passed","time":{"start":1706526129393,"stop":1706526129393,"duration":0}},{"uid":"9db4b787168e35","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9db4b787168e35","status":"passed","time":{"start":1706525593277,"stop":1706525593277,"duration":0}},{"uid":"96bb336bcf004415","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/96bb336bcf004415","status":"passed","time":{"start":1706525226793,"stop":1706525226794,"duration":1}},{"uid":"3d54ab9fb2221104","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3d54ab9fb2221104","status":"passed","time":{"start":1706467837098,"stop":1706467837098,"duration":0}},{"uid":"7e8b0fb8def02a59","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7e8b0fb8def02a59","status":"passed","time":{"start":1706323213979,"stop":1706323213979,"duration":0}},{"uid":"ff481ffdae82af4b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ff481ffdae82af4b","status":"passed","time":{"start":1706321475557,"stop":1706321475557,"duration":0}},{"uid":"61b51aa2616480b9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/61b51aa2616480b9","status":"passed","time":{"start":1706115285542,"stop":1706115285543,"duration":1}},{"uid":"67a51eefd85ff869","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/67a51eefd85ff869","status":"passed","time":{"start":1706114454517,"stop":1706114454518,"duration":1}},{"uid":"96b65b5b82a0a3d6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/96b65b5b82a0a3d6","status":"passed","time":{"start":1706111914150,"stop":1706111914150,"duration":0}},{"uid":"fce2581f2e2fdfab","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fce2581f2e2fdfab","status":"passed","time":{"start":1706111616752,"stop":1706111616752,"duration":0}},{"uid":"98221b5b75f7779f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/98221b5b75f7779f","status":"passed","time":{"start":1706109533641,"stop":1706109533642,"duration":1}},{"uid":"946fa4350896d71b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/946fa4350896d71b","status":"passed","time":{"start":1706103308668,"stop":1706103308668,"duration":0}},{"uid":"21f5b9315c4ccfba","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/21f5b9315c4ccfba","status":"passed","time":{"start":1706103054173,"stop":1706103054177,"duration":4}},{"uid":"7e84560120a62cc0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7e84560120a62cc0","status":"passed","time":{"start":1706102435014,"stop":1706102435014,"duration":0}},{"uid":"e5587d1c69d682c1","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e5587d1c69d682c1","status":"passed","time":{"start":1706102331422,"stop":1706102331422,"duration":0}}]},"19f6044a31bc9695a85074576bd1460e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a466e769b60b1cb0","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/a466e769b60b1cb0","status":"passed","time":{"start":1705520488412,"stop":1705520488413,"duration":1}}]},"9731f115af224e04ac7227b55782dc41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a818809bb3ff8c0e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a818809bb3ff8c0e","status":"passed","time":{"start":1706103393476,"stop":1706103393476,"duration":0}}]},"a44faeebc1a5be3d2db78a78283e571a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9614ad82a060f0fa","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/9614ad82a060f0fa","status":"passed","time":{"start":1705391589815,"stop":1705391589816,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"107ded564785277a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/107ded564785277a","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"duration":0}},{"uid":"25720c2b01d77dcf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/25720c2b01d77dcf","status":"passed","time":{"start":1706527951712,"stop":1706527951712,"duration":0}},{"uid":"1e112f2b0c24daec","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1e112f2b0c24daec","status":"passed","time":{"start":1706526969214,"stop":1706526969214,"duration":0}},{"uid":"446194eaf910da23","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/446194eaf910da23","status":"passed","time":{"start":1706526675860,"stop":1706526675860,"duration":0}},{"uid":"c334861290e5542c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c334861290e5542c","status":"passed","time":{"start":1706526572369,"stop":1706526572370,"duration":1}},{"uid":"7c3857fa45dcfd1b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7c3857fa45dcfd1b","status":"passed","time":{"start":1706525997945,"stop":1706525997945,"duration":0}},{"uid":"b1493df91fbb524f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b1493df91fbb524f","status":"passed","time":{"start":1706525468261,"stop":1706525468262,"duration":1}},{"uid":"3ac93a7613d1a130","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3ac93a7613d1a130","status":"passed","time":{"start":1706525019723,"stop":1706525019723,"duration":0}},{"uid":"a6fb202b1f0821f1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a6fb202b1f0821f1","status":"passed","time":{"start":1706467721297,"stop":1706467721297,"duration":0}},{"uid":"b7e7b2cbbd0416f4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b7e7b2cbbd0416f4","status":"passed","time":{"start":1706323082570,"stop":1706323082570,"duration":0}},{"uid":"379a666e41d2cef5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/379a666e41d2cef5","status":"passed","time":{"start":1706321389974,"stop":1706321389975,"duration":1}},{"uid":"b4e53006e64db079","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b4e53006e64db079","status":"passed","time":{"start":1706115172659,"stop":1706115172659,"duration":0}},{"uid":"e85b9a894738a11c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e85b9a894738a11c","status":"passed","time":{"start":1706114335606,"stop":1706114335606,"duration":0}},{"uid":"838066fa9ce5f1ed","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/838066fa9ce5f1ed","status":"passed","time":{"start":1706111797815,"stop":1706111797815,"duration":0}},{"uid":"2524a1584e01c98f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2524a1584e01c98f","status":"passed","time":{"start":1706111496616,"stop":1706111496616,"duration":0}},{"uid":"f18a750bb378901d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f18a750bb378901d","status":"passed","time":{"start":1706109403549,"stop":1706109403549,"duration":0}},{"uid":"2a79375650464553","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2a79375650464553","status":"passed","time":{"start":1706103220677,"stop":1706103220677,"duration":0}},{"uid":"2b671e94400c3aa4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2b671e94400c3aa4","status":"passed","time":{"start":1706102943586,"stop":1706102943586,"duration":0}},{"uid":"360a9e9787d3beb4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/360a9e9787d3beb4","status":"passed","time":{"start":1706102315324,"stop":1706102315324,"duration":0}},{"uid":"cf20a55cd319257c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cf20a55cd319257c","status":"passed","time":{"start":1706102190052,"stop":1706102190052,"duration":0}}]},"7a5ce1d3aa5c71eb684062dc386d2ba9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6be286e3485b354","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/a6be286e3485b354","status":"passed","time":{"start":1705484392941,"stop":1705484392941,"duration":0}}]},"7b1c3cab71813212f8b4dba155260c29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb476c265b77f0d2","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/fb476c265b77f0d2","status":"passed","time":{"start":1705664773574,"stop":1705664773575,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":62,"unknown":0,"total":62},"items":[{"uid":"eea5df258b9fd8de","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eea5df258b9fd8de","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"duration":0}},{"uid":"9b9a7bc4c20c62e7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9b9a7bc4c20c62e7","status":"passed","time":{"start":1706527699171,"stop":1706527699171,"duration":0}},{"uid":"e792f50c57a6ec62","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e792f50c57a6ec62","status":"passed","time":{"start":1706526713039,"stop":1706526713040,"duration":1}},{"uid":"170caf0fe223a1bc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/170caf0fe223a1bc","status":"passed","time":{"start":1706526411515,"stop":1706526411515,"duration":0}},{"uid":"c2bc69e42e8501cb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c2bc69e42e8501cb","status":"passed","time":{"start":1706526316665,"stop":1706526316666,"duration":1}},{"uid":"96b0fec5f199164c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/96b0fec5f199164c","status":"passed","time":{"start":1706525744480,"stop":1706525744480,"duration":0}},{"uid":"9e03bf77b147dba8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9e03bf77b147dba8","status":"passed","time":{"start":1706525211344,"stop":1706525211344,"duration":0}},{"uid":"7929bdeeee597e51","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7929bdeeee597e51","status":"passed","time":{"start":1706524772508,"stop":1706524772508,"duration":0}},{"uid":"a8ceaa60c5f26b72","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a8ceaa60c5f26b72","status":"passed","time":{"start":1706467466426,"stop":1706467466427,"duration":1}},{"uid":"10379dbc5a58976a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/10379dbc5a58976a","status":"passed","time":{"start":1706322818547,"stop":1706322818547,"duration":0}},{"uid":"20b61607713fa112","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/20b61607713fa112","status":"passed","time":{"start":1706321132328,"stop":1706321132328,"duration":0}},{"uid":"d06f946225e3fd69","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d06f946225e3fd69","status":"passed","time":{"start":1706244648296,"stop":1706244648296,"duration":0}},{"uid":"be9e260569ca5fec","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/be9e260569ca5fec","status":"passed","time":{"start":1706242216515,"stop":1706242216515,"duration":0}},{"uid":"1544e90626e86b4f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1544e90626e86b4f","status":"passed","time":{"start":1706114904800,"stop":1706114904801,"duration":1}},{"uid":"84abc63be56b5afe","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/84abc63be56b5afe","status":"passed","time":{"start":1706114075356,"stop":1706114075356,"duration":0}},{"uid":"4bca0741fd78099d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4bca0741fd78099d","status":"passed","time":{"start":1706111550277,"stop":1706111550277,"duration":0}},{"uid":"5cc2626944bc5036","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5cc2626944bc5036","status":"passed","time":{"start":1706111239745,"stop":1706111239745,"duration":0}},{"uid":"8444e7a3aa8e9927","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8444e7a3aa8e9927","status":"passed","time":{"start":1706109141858,"stop":1706109141858,"duration":0}},{"uid":"d4e8b55191949b36","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d4e8b55191949b36","status":"passed","time":{"start":1706102960420,"stop":1706102960420,"duration":0}},{"uid":"ba28560d20917aeb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ba28560d20917aeb","status":"passed","time":{"start":1706102700221,"stop":1706102700221,"duration":0}}]},"5706a0e7136cb0b7f36006caccd63bad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4573ad1ebab14047","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4573ad1ebab14047","status":"passed","time":{"start":1706115449605,"stop":1706115449606,"duration":1}}]},"c44248996bf4181381040d26a058664a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef878294c3d66af9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/ef878294c3d66af9","status":"passed","time":{"start":1705950480135,"stop":1705950480135,"duration":0}}]},"3bb73b8cc7964678d90569a3e659ab8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"573c7e163604f956","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/573c7e163604f956","status":"passed","time":{"start":1706102435010,"stop":1706102435010,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"18643766430bc9bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/18643766430bc9bb","status":"passed","time":{"start":1706528735129,"stop":1706528735129,"duration":0}},{"uid":"997995260ffdea45","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/997995260ffdea45","status":"passed","time":{"start":1706527704553,"stop":1706527704553,"duration":0}},{"uid":"31172fc9d6664a52","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/31172fc9d6664a52","status":"passed","time":{"start":1706526720930,"stop":1706526720931,"duration":1}},{"uid":"bd89ea5fcb9df915","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bd89ea5fcb9df915","status":"passed","time":{"start":1706526416648,"stop":1706526416650,"duration":2}},{"uid":"76ca8ff18f81839","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/76ca8ff18f81839","status":"passed","time":{"start":1706526321786,"stop":1706526321787,"duration":1}},{"uid":"1e8776d8a5f0fa3c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1e8776d8a5f0fa3c","status":"passed","time":{"start":1706525751928,"stop":1706525751928,"duration":0}},{"uid":"e7c94e33255f7579","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e7c94e33255f7579","status":"passed","time":{"start":1706525218940,"stop":1706525218947,"duration":7}},{"uid":"8bcdfb764d107fe8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8bcdfb764d107fe8","status":"passed","time":{"start":1706524780135,"stop":1706524780135,"duration":0}},{"uid":"b5e96360d9efdf42","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b5e96360d9efdf42","status":"passed","time":{"start":1706467473996,"stop":1706467473997,"duration":1}},{"uid":"c05913cd35027ab3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c05913cd35027ab3","status":"passed","time":{"start":1706322826364,"stop":1706322826365,"duration":1}},{"uid":"568480a3aa46c335","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/568480a3aa46c335","status":"passed","time":{"start":1706321139950,"stop":1706321139951,"duration":1}},{"uid":"39ca49afef6d3ec6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/39ca49afef6d3ec6","status":"passed","time":{"start":1706244655876,"stop":1706244655877,"duration":1}},{"uid":"91a7a1c38baa0d5a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/91a7a1c38baa0d5a","status":"passed","time":{"start":1706242224325,"stop":1706242224325,"duration":0}},{"uid":"c1e6ead69d1e3b49","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c1e6ead69d1e3b49","status":"passed","time":{"start":1706114912524,"stop":1706114912525,"duration":1}},{"uid":"bcb0ac300aa3b941","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bcb0ac300aa3b941","status":"passed","time":{"start":1706114083265,"stop":1706114083266,"duration":1}},{"uid":"4252bfdbd4ac6ccd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4252bfdbd4ac6ccd","status":"passed","time":{"start":1706111557896,"stop":1706111557896,"duration":0}},{"uid":"6ba7435298a3e148","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6ba7435298a3e148","status":"passed","time":{"start":1706111247535,"stop":1706111247536,"duration":1}},{"uid":"d9feb60c7777a62c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d9feb60c7777a62c","status":"passed","time":{"start":1706109149770,"stop":1706109149771,"duration":1}},{"uid":"f5b16936efc7e18c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f5b16936efc7e18c","status":"passed","time":{"start":1706102968127,"stop":1706102968128,"duration":1}},{"uid":"d10710dd50c5915e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d10710dd50c5915e","status":"passed","time":{"start":1706102707866,"stop":1706102707866,"duration":0}}]},"e6ea155499e5023ca90f13c8f942a7f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a553e29d58fbaf7","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/5a553e29d58fbaf7","status":"passed","time":{"start":1706101730340,"stop":1706101730340,"duration":0}}]},"1f1baa1c232b4d3bd6c27c5154f6e888:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50c53ad0d88161c3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/50c53ad0d88161c3","status":"passed","time":{"start":1706525958164,"stop":1706525958165,"duration":1}}]},"0d3cb470e19b5eb3cfcecb23771be375:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3f15f328dc2c0ae","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a3f15f328dc2c0ae","status":"passed","time":{"start":1706528204208,"stop":1706528204208,"duration":0}}]},"1f05c9c3cdaab7474b0bb4d1bbe43dc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85e16eda898adbde","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/85e16eda898adbde","status":"passed","time":{"start":1705426509432,"stop":1705426509434,"duration":2}}]},"69d4ea2bc0c2d5ffa041c187e6b61210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dee9e3894445000f","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/dee9e3894445000f","status":"passed","time":{"start":1705670275178,"stop":1705670275179,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"9b742e250f0a1313","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b742e250f0a1313","status":"passed","time":{"start":1706529332307,"stop":1706529332307,"duration":0}},{"uid":"bfbf19c599f65810","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bfbf19c599f65810","status":"passed","time":{"start":1706528291441,"stop":1706528291442,"duration":1}},{"uid":"36e81c4e2eb0f83c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/36e81c4e2eb0f83c","status":"passed","time":{"start":1706527236971,"stop":1706527236971,"duration":0}},{"uid":"f595ca5cede2a36a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f595ca5cede2a36a","status":"passed","time":{"start":1706526962704,"stop":1706526962705,"duration":1}},{"uid":"df9b702297ea95df","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/df9b702297ea95df","status":"passed","time":{"start":1706526865896,"stop":1706526865896,"duration":0}},{"uid":"56ed2d3e4af5ea25","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/56ed2d3e4af5ea25","status":"passed","time":{"start":1706526300410,"stop":1706526300411,"duration":1}},{"uid":"f31f0ceddebd9d8e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f31f0ceddebd9d8e","status":"passed","time":{"start":1706525759134,"stop":1706525759134,"duration":0}},{"uid":"24d32273f7a4d2be","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/24d32273f7a4d2be","status":"passed","time":{"start":1706525355446,"stop":1706525355446,"duration":0}},{"uid":"2916de095c02e804","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2916de095c02e804","status":"passed","time":{"start":1706467982868,"stop":1706467982869,"duration":1}},{"uid":"77840a7e528f327d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/77840a7e528f327d","status":"passed","time":{"start":1706323387499,"stop":1706323387501,"duration":2}},{"uid":"a354360b62c9106b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a354360b62c9106b","status":"passed","time":{"start":1706321612868,"stop":1706321612869,"duration":1}},{"uid":"1d3f00fff8b6f00f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1d3f00fff8b6f00f","status":"passed","time":{"start":1706115462406,"stop":1706115462406,"duration":0}},{"uid":"2247c0dde091780b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2247c0dde091780b","status":"passed","time":{"start":1706114612155,"stop":1706114612156,"duration":1}},{"uid":"52d1953b0213fc8d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/52d1953b0213fc8d","status":"passed","time":{"start":1706112092776,"stop":1706112092776,"duration":0}},{"uid":"97ee59fa2ab4fa67","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/97ee59fa2ab4fa67","status":"passed","time":{"start":1706111796124,"stop":1706111796125,"duration":1}},{"uid":"76f51af9727b952b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/76f51af9727b952b","status":"passed","time":{"start":1706109710116,"stop":1706109710117,"duration":1}},{"uid":"924a55c8bb73f76b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/924a55c8bb73f76b","status":"passed","time":{"start":1706103427346,"stop":1706103427346,"duration":0}},{"uid":"cbeeb6bfba01404b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cbeeb6bfba01404b","status":"passed","time":{"start":1706103228581,"stop":1706103228581,"duration":0}},{"uid":"92e0f697e56d4463","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/92e0f697e56d4463","status":"passed","time":{"start":1706102603432,"stop":1706102603432,"duration":0}},{"uid":"80d2bfaa76f0020c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/80d2bfaa76f0020c","status":"passed","time":{"start":1706102474578,"stop":1706102474578,"duration":0}}]},"f48211438845562f74bd5571cb3ef8a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2939e5115bc974f6","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/2939e5115bc974f6","status":"passed","time":{"start":1705426869093,"stop":1705426869094,"duration":1}}]},"2ce32e3a417a26ff7346a79d95039770:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5f853640ce211d4","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/c5f853640ce211d4","status":"passed","time":{"start":1705508651535,"stop":1705508651535,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"3dd87be5e3c6d2a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3dd87be5e3c6d2a4","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"duration":0}},{"uid":"9de61e7bf00e8e5b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9de61e7bf00e8e5b","status":"passed","time":{"start":1706527711463,"stop":1706527711463,"duration":0}},{"uid":"71f9a304031d38ac","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/71f9a304031d38ac","status":"passed","time":{"start":1706526726551,"stop":1706526726551,"duration":0}},{"uid":"1fc2d4cb1c564ea2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1fc2d4cb1c564ea2","status":"passed","time":{"start":1706526423450,"stop":1706526423451,"duration":1}},{"uid":"afadbc4d42154a11","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/afadbc4d42154a11","status":"passed","time":{"start":1706526328560,"stop":1706526328561,"duration":1}},{"uid":"847ee343a0f66027","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/847ee343a0f66027","status":"passed","time":{"start":1706525757665,"stop":1706525757665,"duration":0}},{"uid":"d006404406b4dc81","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d006404406b4dc81","status":"passed","time":{"start":1706525224707,"stop":1706525224707,"duration":0}},{"uid":"78271d2c1eb79d30","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/78271d2c1eb79d30","status":"passed","time":{"start":1706524785822,"stop":1706524785822,"duration":0}},{"uid":"5c2ebcf7876817e9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5c2ebcf7876817e9","status":"passed","time":{"start":1706467479691,"stop":1706467479692,"duration":1}},{"uid":"b7fff48a02d71d26","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b7fff48a02d71d26","status":"passed","time":{"start":1706322832269,"stop":1706322832269,"duration":0}},{"uid":"afbbc5b4cfc744bf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/afbbc5b4cfc744bf","status":"passed","time":{"start":1706321145650,"stop":1706321145651,"duration":1}},{"uid":"46f035135b4daf27","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/46f035135b4daf27","status":"passed","time":{"start":1706244661670,"stop":1706244661670,"duration":0}},{"uid":"1c6d3cd681bc353b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1c6d3cd681bc353b","status":"passed","time":{"start":1706242230031,"stop":1706242230032,"duration":1}},{"uid":"f68db1b828b3486e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f68db1b828b3486e","status":"passed","time":{"start":1706114918307,"stop":1706114918307,"duration":0}},{"uid":"757d285353f97d27","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/757d285353f97d27","status":"passed","time":{"start":1706114089066,"stop":1706114089066,"duration":0}},{"uid":"8ae83c65f8a3d859","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8ae83c65f8a3d859","status":"passed","time":{"start":1706111563817,"stop":1706111563817,"duration":0}},{"uid":"ddc9e96285762499","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ddc9e96285762499","status":"passed","time":{"start":1706111253307,"stop":1706111253307,"duration":0}},{"uid":"7da71c6f9a70cde8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7da71c6f9a70cde8","status":"passed","time":{"start":1706109155545,"stop":1706109155546,"duration":1}},{"uid":"484d0700adc50aa","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/484d0700adc50aa","status":"passed","time":{"start":1706102973880,"stop":1706102973881,"duration":1}},{"uid":"b4653c6e1877ca5f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b4653c6e1877ca5f","status":"passed","time":{"start":1706102713465,"stop":1706102713465,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"858eacff3415b9b1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/858eacff3415b9b1","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0}},{"uid":"279525a1cb0e9856","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/279525a1cb0e9856","status":"passed","time":{"start":1706528339925,"stop":1706528339925,"duration":0}},{"uid":"cd061798f3fbc443","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cd061798f3fbc443","status":"passed","time":{"start":1706527181547,"stop":1706527181548,"duration":1}},{"uid":"8a667f826f4b827c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8a667f826f4b827c","status":"passed","time":{"start":1706527016292,"stop":1706527016292,"duration":0}},{"uid":"18ca8caf7fd41230","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/18ca8caf7fd41230","status":"passed","time":{"start":1706526929196,"stop":1706526929197,"duration":1}},{"uid":"ef7e3efda071dcb0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef7e3efda071dcb0","status":"passed","time":{"start":1706526355567,"stop":1706526355567,"duration":0}},{"uid":"55b061e15586a4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/55b061e15586a4","status":"passed","time":{"start":1706525825274,"stop":1706525825275,"duration":1}},{"uid":"df4d2ff157b29a61","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/df4d2ff157b29a61","status":"passed","time":{"start":1706525414581,"stop":1706525414581,"duration":0}},{"uid":"dadc9b4b4ac065d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dadc9b4b4ac065d","status":"passed","time":{"start":1706468084957,"stop":1706468084957,"duration":0}},{"uid":"2d10999aed7b8034","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2d10999aed7b8034","status":"passed","time":{"start":1706323430966,"stop":1706323430967,"duration":1}},{"uid":"d7b2522526985a55","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d7b2522526985a55","status":"passed","time":{"start":1706321743963,"stop":1706321743963,"duration":0}},{"uid":"376a40df7e4b4659","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/376a40df7e4b4659","status":"passed","time":{"start":1706115449528,"stop":1706115449528,"duration":0}},{"uid":"1d4459f16968e0a7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1d4459f16968e0a7","status":"passed","time":{"start":1706114706805,"stop":1706114706806,"duration":1}},{"uid":"4a6c4b91ce046d94","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4a6c4b91ce046d94","status":"passed","time":{"start":1706112158262,"stop":1706112158262,"duration":0}},{"uid":"76ddd908e5443e3c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/76ddd908e5443e3c","status":"passed","time":{"start":1706111870561,"stop":1706111870561,"duration":0}},{"uid":"265a0f6eab6783ba","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/265a0f6eab6783ba","status":"passed","time":{"start":1706109756248,"stop":1706109756248,"duration":0}},{"uid":"61256ad30719ad5c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/61256ad30719ad5c","status":"passed","time":{"start":1706103280828,"stop":1706103280828,"duration":0}},{"uid":"9a60dce0a4afbef6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9a60dce0a4afbef6","status":"passed","time":{"start":1706103332258,"stop":1706103332258,"duration":0}},{"uid":"f169aab1f9a59c1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f169aab1f9a59c1","status":"passed","time":{"start":1706102670259,"stop":1706102670260,"duration":1}},{"uid":"47306cd9739285ce","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/47306cd9739285ce","status":"passed","time":{"start":1706102539190,"stop":1706102539190,"duration":0}}]},"1034752bafed93fd331be5c184f4ac03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b76d6e5c9ad71a9","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/6b76d6e5c9ad71a9","status":"passed","time":{"start":1705494884683,"stop":1705494884684,"duration":1}}]},"31c534364640f0040909012da423b77c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"babcaba0e62224ad","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/babcaba0e62224ad","status":"passed","time":{"start":1705421352094,"stop":1705421352095,"duration":1}}]},"f9654afc99f69318a28d77c325727ed1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33305dffbba8e61","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/33305dffbba8e61","status":"passed","time":{"start":1705521819127,"stop":1705521819128,"duration":1}}]},"d950a148af95399db2133d4960202f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4fbbd12be67c4997","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/4fbbd12be67c4997","status":"passed","time":{"start":1705950521704,"stop":1705950521705,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"83fdf79c12dc6982","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83fdf79c12dc6982","status":"passed","time":{"start":1706529223890,"stop":1706529223890,"duration":0}},{"uid":"4fa27fcf2ebaf482","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4fa27fcf2ebaf482","status":"passed","time":{"start":1706528204203,"stop":1706528204203,"duration":0}},{"uid":"9e7ca03ba23de04e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9e7ca03ba23de04e","status":"passed","time":{"start":1706527085309,"stop":1706527085310,"duration":1}},{"uid":"59c3131099aa23e4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/59c3131099aa23e4","status":"passed","time":{"start":1706526783362,"stop":1706526783362,"duration":0}},{"uid":"d4b7c499b6420046","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d4b7c499b6420046","status":"passed","time":{"start":1706526690260,"stop":1706526690260,"duration":0}},{"uid":"4ec26e2547f154a1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4ec26e2547f154a1","status":"passed","time":{"start":1706526129368,"stop":1706526129368,"duration":0}},{"uid":"3ac765708f5f24a9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3ac765708f5f24a9","status":"passed","time":{"start":1706525593255,"stop":1706525593256,"duration":1}},{"uid":"63888b376c96f75","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/63888b376c96f75","status":"passed","time":{"start":1706525226777,"stop":1706525226777,"duration":0}},{"uid":"a603743468569193","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a603743468569193","status":"passed","time":{"start":1706467837082,"stop":1706467837084,"duration":2}},{"uid":"3132b5132be24d27","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3132b5132be24d27","status":"passed","time":{"start":1706323213968,"stop":1706323213968,"duration":0}},{"uid":"73988894adffbd1c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/73988894adffbd1c","status":"passed","time":{"start":1706321475547,"stop":1706321475548,"duration":1}},{"uid":"e7a34111a5c82a50","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e7a34111a5c82a50","status":"passed","time":{"start":1706115285525,"stop":1706115285525,"duration":0}},{"uid":"f125e69ea188b4ca","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f125e69ea188b4ca","status":"passed","time":{"start":1706114454504,"stop":1706114454505,"duration":1}},{"uid":"f3a2ddb5dfcfefa4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f3a2ddb5dfcfefa4","status":"passed","time":{"start":1706111914130,"stop":1706111914130,"duration":0}},{"uid":"1a23ae380db47f12","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1a23ae380db47f12","status":"passed","time":{"start":1706111616731,"stop":1706111616731,"duration":0}},{"uid":"72e5452e3216c49","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/72e5452e3216c49","status":"passed","time":{"start":1706109533623,"stop":1706109533623,"duration":0}},{"uid":"29af744839bf24af","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/29af744839bf24af","status":"passed","time":{"start":1706103308655,"stop":1706103308655,"duration":0}},{"uid":"af5fd029d8a16722","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/af5fd029d8a16722","status":"passed","time":{"start":1706103054144,"stop":1706103054145,"duration":1}},{"uid":"cf182073d8728a09","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/cf182073d8728a09","status":"passed","time":{"start":1706102435002,"stop":1706102435002,"duration":0}},{"uid":"41bc9341ca696e6a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/41bc9341ca696e6a","status":"passed","time":{"start":1706102331412,"stop":1706102331413,"duration":1}}]},"979d9517c18ea3a9f7f47b589d75a690:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d423ac6a336129c3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d423ac6a336129c3","status":"passed","time":{"start":1705493458481,"stop":1705493458481,"duration":0}}]},"14e7c920a45d30f1615d299d200cde6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa55fc7b124cde64","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fa55fc7b124cde64","status":"passed","time":{"start":1706321353344,"stop":1706321353345,"duration":1}}]},"9584e72c19ec714beae9a1b775156747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26d00074307fe696","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/26d00074307fe696","status":"passed","time":{"start":1706111809254,"stop":1706111809255,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"b3b1cce75252f812","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b3b1cce75252f812","status":"passed","time":{"start":1706528735126,"stop":1706528735128,"duration":2}},{"uid":"9106a56d3eea4bc8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9106a56d3eea4bc8","status":"passed","time":{"start":1706527704550,"stop":1706527704552,"duration":2}},{"uid":"5860218df694dc16","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5860218df694dc16","status":"passed","time":{"start":1706526720928,"stop":1706526720930,"duration":2}},{"uid":"eb9e37d260bf970b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/eb9e37d260bf970b","status":"passed","time":{"start":1706526416646,"stop":1706526416648,"duration":2}},{"uid":"ac0ee30272469ae4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ac0ee30272469ae4","status":"passed","time":{"start":1706526321783,"stop":1706526321786,"duration":3}},{"uid":"4b9783f1fce449b6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4b9783f1fce449b6","status":"passed","time":{"start":1706525751926,"stop":1706525751927,"duration":1}},{"uid":"8f83752621ad6db8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8f83752621ad6db8","status":"passed","time":{"start":1706525218938,"stop":1706525218940,"duration":2}},{"uid":"6c4401f27335c5e5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6c4401f27335c5e5","status":"passed","time":{"start":1706524780132,"stop":1706524780134,"duration":2}},{"uid":"260730f3154ab9f3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/260730f3154ab9f3","status":"passed","time":{"start":1706467473994,"stop":1706467473996,"duration":2}},{"uid":"449f2017601a6b53","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/449f2017601a6b53","status":"passed","time":{"start":1706322826361,"stop":1706322826364,"duration":3}},{"uid":"c0e9cbfced016c9c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c0e9cbfced016c9c","status":"passed","time":{"start":1706321139945,"stop":1706321139950,"duration":5}},{"uid":"81f839b7e12adda6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/81f839b7e12adda6","status":"passed","time":{"start":1706244655873,"stop":1706244655875,"duration":2}},{"uid":"d36437f68b2fd4f8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d36437f68b2fd4f8","status":"passed","time":{"start":1706242224324,"stop":1706242224325,"duration":1}},{"uid":"1a78788ab4829f93","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1a78788ab4829f93","status":"passed","time":{"start":1706114912522,"stop":1706114912524,"duration":2}},{"uid":"4ac27da8c869acd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4ac27da8c869acd","status":"passed","time":{"start":1706114083263,"stop":1706114083265,"duration":2}},{"uid":"8b40955692cf1069","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8b40955692cf1069","status":"passed","time":{"start":1706111557893,"stop":1706111557895,"duration":2}},{"uid":"8cfb876b25d3b64a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8cfb876b25d3b64a","status":"passed","time":{"start":1706111247532,"stop":1706111247535,"duration":3}},{"uid":"4d805fc72ba206d8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4d805fc72ba206d8","status":"passed","time":{"start":1706109149769,"stop":1706109149770,"duration":1}},{"uid":"7df39087a6c9ec75","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7df39087a6c9ec75","status":"passed","time":{"start":1706102968125,"stop":1706102968127,"duration":2}},{"uid":"c9d9efc5aee9f4f8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c9d9efc5aee9f4f8","status":"passed","time":{"start":1706102707863,"stop":1706102707865,"duration":2}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"a8a9702e2a1328c2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a8a9702e2a1328c2","status":"passed","time":{"start":1706528758831,"stop":1706528758832,"duration":1}},{"uid":"ad3ec1b4a28fc463","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ad3ec1b4a28fc463","status":"passed","time":{"start":1706527727370,"stop":1706527727371,"duration":1}},{"uid":"4b06ef2cbfecf435","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4b06ef2cbfecf435","status":"passed","time":{"start":1706526742229,"stop":1706526742230,"duration":1}},{"uid":"abb60cabee882f9e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/abb60cabee882f9e","status":"passed","time":{"start":1706526438952,"stop":1706526438952,"duration":0}},{"uid":"c220e429c5b5fbd2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c220e429c5b5fbd2","status":"passed","time":{"start":1706526344149,"stop":1706526344150,"duration":1}},{"uid":"997c283d2cd114aa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/997c283d2cd114aa","status":"passed","time":{"start":1706525773125,"stop":1706525773125,"duration":0}},{"uid":"9572ae229ef6a34f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9572ae229ef6a34f","status":"passed","time":{"start":1706525240158,"stop":1706525240159,"duration":1}},{"uid":"4fc4111e39345fe4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4fc4111e39345fe4","status":"passed","time":{"start":1706524801318,"stop":1706524801318,"duration":0}},{"uid":"1a37ae28591be000","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1a37ae28591be000","status":"passed","time":{"start":1706467495251,"stop":1706467495252,"duration":1}},{"uid":"8bb1f3ad25966db3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8bb1f3ad25966db3","status":"passed","time":{"start":1706322848195,"stop":1706322848196,"duration":1}},{"uid":"da9292b29c68c234","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/da9292b29c68c234","status":"passed","time":{"start":1706321161129,"stop":1706321161129,"duration":0}},{"uid":"2cc4917b1ef761dc","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2cc4917b1ef761dc","status":"passed","time":{"start":1706244677367,"stop":1706244677367,"duration":0}},{"uid":"c68974ad78d2a23e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c68974ad78d2a23e","status":"passed","time":{"start":1706242245764,"stop":1706242245765,"duration":1}},{"uid":"8dd94239714cb2ff","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8dd94239714cb2ff","status":"passed","time":{"start":1706114934111,"stop":1706114934112,"duration":1}},{"uid":"130a88a5ca99e76e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/130a88a5ca99e76e","status":"passed","time":{"start":1706114104721,"stop":1706114104722,"duration":1}},{"uid":"526aab6270534e53","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/526aab6270534e53","status":"passed","time":{"start":1706111579388,"stop":1706111579389,"duration":1}},{"uid":"f52ea9723d3fe345","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f52ea9723d3fe345","status":"passed","time":{"start":1706111268889,"stop":1706111268890,"duration":1}},{"uid":"f4b401440269ddab","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f4b401440269ddab","status":"passed","time":{"start":1706109171686,"stop":1706109171686,"duration":0}},{"uid":"f56148283bc60f7e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f56148283bc60f7e","status":"passed","time":{"start":1706102989362,"stop":1706102989362,"duration":0}},{"uid":"ff5443db80c7fa43","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ff5443db80c7fa43","status":"passed","time":{"start":1706102729217,"stop":1706102729217,"duration":0}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"13c3adde653fbb2c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/13c3adde653fbb2c","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"duration":0}},{"uid":"6a9bc1fe1835f16c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6a9bc1fe1835f16c","status":"passed","time":{"start":1706528204720,"stop":1706528204720,"duration":0}},{"uid":"2b80ba4f66d2bd67","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2b80ba4f66d2bd67","status":"passed","time":{"start":1706527099425,"stop":1706527099425,"duration":0}},{"uid":"ca22ca0485ef83f7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ca22ca0485ef83f7","status":"passed","time":{"start":1706526797233,"stop":1706526797234,"duration":1}},{"uid":"2ea1450773ec66ce","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2ea1450773ec66ce","status":"passed","time":{"start":1706526702307,"stop":1706526702307,"duration":0}},{"uid":"53819264ab0ce07d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/53819264ab0ce07d","status":"passed","time":{"start":1706526144647,"stop":1706526144647,"duration":0}},{"uid":"324a6b85a39fe713","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/324a6b85a39fe713","status":"passed","time":{"start":1706525605496,"stop":1706525605497,"duration":1}},{"uid":"d60f76dafae4577a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d60f76dafae4577a","status":"passed","time":{"start":1706525237524,"stop":1706525237524,"duration":0}},{"uid":"78bf3929825d13cf","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/78bf3929825d13cf","status":"passed","time":{"start":1706467847961,"stop":1706467847962,"duration":1}},{"uid":"48759ea1ad2b0fe3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/48759ea1ad2b0fe3","status":"passed","time":{"start":1706323224598,"stop":1706323224598,"duration":0}},{"uid":"b4932f0eaa43c6ad","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b4932f0eaa43c6ad","status":"passed","time":{"start":1706321490525,"stop":1706321490525,"duration":0}},{"uid":"c005584df948d976","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c005584df948d976","status":"passed","time":{"start":1706115297920,"stop":1706115297921,"duration":1}},{"uid":"40e1b7d8febfcaed","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/40e1b7d8febfcaed","status":"passed","time":{"start":1706114468916,"stop":1706114468917,"duration":1}},{"uid":"cbb01bcf29faa867","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cbb01bcf29faa867","status":"passed","time":{"start":1706111928726,"stop":1706111928726,"duration":0}},{"uid":"232b90c20627ce2d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/232b90c20627ce2d","status":"passed","time":{"start":1706111629333,"stop":1706111629333,"duration":0}},{"uid":"17a8e20e4a701370","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/17a8e20e4a701370","status":"passed","time":{"start":1706109548358,"stop":1706109548368,"duration":10}},{"uid":"5d45f91458c89348","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5d45f91458c89348","status":"passed","time":{"start":1706103319936,"stop":1706103319936,"duration":0}},{"uid":"a11e02a7d0a0d488","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a11e02a7d0a0d488","status":"passed","time":{"start":1706103066464,"stop":1706103066464,"duration":0}},{"uid":"2760c0a4a54c5f5b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2760c0a4a54c5f5b","status":"passed","time":{"start":1706102448472,"stop":1706102448473,"duration":1}},{"uid":"f95b753f32c04b99","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f95b753f32c04b99","status":"passed","time":{"start":1706102342948,"stop":1706102342949,"duration":1}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"ca3a94a48f959c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ca3a94a48f959c","status":"passed","time":{"start":1706528729251,"stop":1706528729252,"duration":1}},{"uid":"506a458fef0be8f8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/506a458fef0be8f8","status":"passed","time":{"start":1706527698761,"stop":1706527698763,"duration":2}},{"uid":"af004fce8aa6652","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/af004fce8aa6652","status":"passed","time":{"start":1706526712758,"stop":1706526712760,"duration":2}},{"uid":"498cba5faabd3d78","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/498cba5faabd3d78","status":"passed","time":{"start":1706526411141,"stop":1706526411143,"duration":2}},{"uid":"23f37f19fa007f6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/23f37f19fa007f6","status":"passed","time":{"start":1706526316316,"stop":1706526316318,"duration":2}},{"uid":"66a3210553e17a1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/66a3210553e17a1","status":"passed","time":{"start":1706525744002,"stop":1706525744004,"duration":2}},{"uid":"3cc010e36f12eca1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3cc010e36f12eca1","status":"passed","time":{"start":1706525210719,"stop":1706525210721,"duration":2}},{"uid":"b45bdeae286883ec","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b45bdeae286883ec","status":"passed","time":{"start":1706524772048,"stop":1706524772050,"duration":2}},{"uid":"59e3fe0b23060944","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/59e3fe0b23060944","status":"passed","time":{"start":1706467465960,"stop":1706467465961,"duration":1}},{"uid":"3117b07966a49e81","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3117b07966a49e81","status":"passed","time":{"start":1706322818069,"stop":1706322818070,"duration":1}},{"uid":"fb1690c731fa825c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fb1690c731fa825c","status":"passed","time":{"start":1706321132127,"stop":1706321132129,"duration":2}},{"uid":"190afd123e4283ec","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/190afd123e4283ec","status":"passed","time":{"start":1706244647893,"stop":1706244647894,"duration":1}},{"uid":"7954577cbefc5fc9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7954577cbefc5fc9","status":"passed","time":{"start":1706242215908,"stop":1706242215910,"duration":2}},{"uid":"c466fe021720f2ed","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c466fe021720f2ed","status":"passed","time":{"start":1706114904494,"stop":1706114904496,"duration":2}},{"uid":"d8d412f430fb8108","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d8d412f430fb8108","status":"passed","time":{"start":1706114074915,"stop":1706114074922,"duration":7}},{"uid":"323ae555c455ec64","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/323ae555c455ec64","status":"passed","time":{"start":1706111549886,"stop":1706111549888,"duration":2}},{"uid":"5a41ea505c77ede6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5a41ea505c77ede6","status":"passed","time":{"start":1706111239401,"stop":1706111239402,"duration":1}},{"uid":"e27130947a754ab5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e27130947a754ab5","status":"passed","time":{"start":1706109141427,"stop":1706109141428,"duration":1}},{"uid":"d93b4ef4c065b76f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d93b4ef4c065b76f","status":"passed","time":{"start":1706102960086,"stop":1706102960088,"duration":2}},{"uid":"d8b9adbbd3997dba","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d8b9adbbd3997dba","status":"passed","time":{"start":1706102699676,"stop":1706102699677,"duration":1}}]},"1bec512143a9a958d1026ed3f412db98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcc7e0e6f86df5da","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/fcc7e0e6f86df5da","status":"passed","time":{"start":1705687367140,"stop":1705687367140,"duration":0}}]},"9d3a10b032a7b44b7a8fb1a4baed709f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"673e1bbd4c9f482c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/673e1bbd4c9f482c","status":"passed","time":{"start":1706102435011,"stop":1706102435011,"duration":0}}]},"3753b7946aaeaa74cf84e835797080e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6b8212aa578883a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c6b8212aa578883a","status":"passed","time":{"start":1706114635377,"stop":1706114635377,"duration":0}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"222ce8534866e393","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/222ce8534866e393","status":"passed","time":{"start":1706528985990,"stop":1706528985991,"duration":1}},{"uid":"5aca851180e09bf2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5aca851180e09bf2","status":"passed","time":{"start":1706527951688,"stop":1706527951688,"duration":0}},{"uid":"eb9625c4aeb23576","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/eb9625c4aeb23576","status":"passed","time":{"start":1706526969197,"stop":1706526969198,"duration":1}},{"uid":"dbb44974122b5179","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dbb44974122b5179","status":"passed","time":{"start":1706526675842,"stop":1706526675842,"duration":0}},{"uid":"c21b48ea013c4016","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c21b48ea013c4016","status":"passed","time":{"start":1706526572348,"stop":1706526572349,"duration":1}},{"uid":"75fe469b844f917c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/75fe469b844f917c","status":"passed","time":{"start":1706525997930,"stop":1706525997931,"duration":1}},{"uid":"31aa22006e9cfb2b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/31aa22006e9cfb2b","status":"passed","time":{"start":1706525468224,"stop":1706525468225,"duration":1}},{"uid":"301261960050f889","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/301261960050f889","status":"passed","time":{"start":1706525019703,"stop":1706525019703,"duration":0}},{"uid":"72a2534ee32774bf","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/72a2534ee32774bf","status":"passed","time":{"start":1706467721287,"stop":1706467721287,"duration":0}},{"uid":"51348e72eec9124a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/51348e72eec9124a","status":"passed","time":{"start":1706323082560,"stop":1706323082560,"duration":0}},{"uid":"73b19b3ac15accf4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/73b19b3ac15accf4","status":"passed","time":{"start":1706321389962,"stop":1706321389963,"duration":1}},{"uid":"4d1f4eebd8dd7122","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4d1f4eebd8dd7122","status":"passed","time":{"start":1706115172634,"stop":1706115172634,"duration":0}},{"uid":"b666ec6bb51c375b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b666ec6bb51c375b","status":"passed","time":{"start":1706114335581,"stop":1706114335582,"duration":1}},{"uid":"c80432f26163d529","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c80432f26163d529","status":"passed","time":{"start":1706111797793,"stop":1706111797793,"duration":0}},{"uid":"1281533db3b119b5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1281533db3b119b5","status":"passed","time":{"start":1706111496581,"stop":1706111496582,"duration":1}},{"uid":"d3340eb7fcfd9b2b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d3340eb7fcfd9b2b","status":"passed","time":{"start":1706109403533,"stop":1706109403533,"duration":0}},{"uid":"75120f524a6dbad6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/75120f524a6dbad6","status":"passed","time":{"start":1706103220666,"stop":1706103220666,"duration":0}},{"uid":"e266183efcc07fa4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e266183efcc07fa4","status":"passed","time":{"start":1706102943570,"stop":1706102943571,"duration":1}},{"uid":"efd63f12dad87297","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/efd63f12dad87297","status":"passed","time":{"start":1706102315312,"stop":1706102315313,"duration":1}},{"uid":"2841e5acad2c6042","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2841e5acad2c6042","status":"passed","time":{"start":1706102190040,"stop":1706102190040,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ac102b3244e27286","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ac102b3244e27286","status":"passed","time":{"start":1706529367475,"stop":1706529367476,"duration":1}},{"uid":"fe252e1a2fb0f1d3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fe252e1a2fb0f1d3","status":"passed","time":{"start":1706528339934,"stop":1706528339935,"duration":1}},{"uid":"387e425c03d91585","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/387e425c03d91585","status":"passed","time":{"start":1706527016302,"stop":1706527016302,"duration":0}},{"uid":"6c2546872fd37e3a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6c2546872fd37e3a","status":"passed","time":{"start":1706526929203,"stop":1706526929203,"duration":0}},{"uid":"2be808ef9f0ddea2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2be808ef9f0ddea2","status":"passed","time":{"start":1706526355580,"stop":1706526355581,"duration":1}},{"uid":"d4a2c8b167da33c8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d4a2c8b167da33c8","status":"passed","time":{"start":1706525825282,"stop":1706525825283,"duration":1}},{"uid":"1ae28e9a8f316d62","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1ae28e9a8f316d62","status":"passed","time":{"start":1706525414591,"stop":1706525414591,"duration":0}},{"uid":"55a570b703a66695","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/55a570b703a66695","status":"passed","time":{"start":1706468084975,"stop":1706468084977,"duration":2}},{"uid":"1f500c37abf06c42","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1f500c37abf06c42","status":"passed","time":{"start":1706323430976,"stop":1706323430976,"duration":0}},{"uid":"b7bf66022d1ffa76","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b7bf66022d1ffa76","status":"passed","time":{"start":1706321743970,"stop":1706321743971,"duration":1}},{"uid":"ca4b6c04ac5e1d3b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ca4b6c04ac5e1d3b","status":"passed","time":{"start":1706115449593,"stop":1706115449596,"duration":3}},{"uid":"62803805fe68610","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/62803805fe68610","status":"passed","time":{"start":1706114706814,"stop":1706114706814,"duration":0}},{"uid":"59a6bf237b49c4d8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/59a6bf237b49c4d8","status":"passed","time":{"start":1706112158280,"stop":1706112158281,"duration":1}},{"uid":"7d5b74c4b35b30a2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7d5b74c4b35b30a2","status":"passed","time":{"start":1706111870568,"stop":1706111870569,"duration":1}},{"uid":"567ba9b9a5db31d3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/567ba9b9a5db31d3","status":"passed","time":{"start":1706109756256,"stop":1706109756256,"duration":0}},{"uid":"10c34b33836b7d7e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/10c34b33836b7d7e","status":"passed","time":{"start":1706103332265,"stop":1706103332265,"duration":0}},{"uid":"2317172ba681f9e7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2317172ba681f9e7","status":"passed","time":{"start":1706102670271,"stop":1706102670271,"duration":0}},{"uid":"6208349b27caa9e3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6208349b27caa9e3","status":"passed","time":{"start":1706102539199,"stop":1706102539199,"duration":0}},{"uid":"bfd61645158b03e1","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/bfd61645158b03e1","status":"passed","time":{"start":1706102378581,"stop":1706102378581,"duration":0}},{"uid":"e5d9847025e360f","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/e5d9847025e360f","status":"passed","time":{"start":1706102131112,"stop":1706102131112,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"ccc6aca8070e978e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ccc6aca8070e978e","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"duration":0}},{"uid":"8dd50c648f7dc502","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8dd50c648f7dc502","status":"passed","time":{"start":1706527970120,"stop":1706527970121,"duration":1}},{"uid":"fd9999343fe889fd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fd9999343fe889fd","status":"passed","time":{"start":1706526976586,"stop":1706526976587,"duration":1}},{"uid":"40e227e943d956c3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/40e227e943d956c3","status":"passed","time":{"start":1706526677706,"stop":1706526677707,"duration":1}},{"uid":"df4aaed8f66d43a6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/df4aaed8f66d43a6","status":"passed","time":{"start":1706526585225,"stop":1706526585225,"duration":0}},{"uid":"5cac5dedfbbaccc1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5cac5dedfbbaccc1","status":"passed","time":{"start":1706526011342,"stop":1706526011343,"duration":1}},{"uid":"c2c84b331417d0ff","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c2c84b331417d0ff","status":"passed","time":{"start":1706525481677,"stop":1706525481678,"duration":1}},{"uid":"bdebc285e34f6126","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bdebc285e34f6126","status":"passed","time":{"start":1706525034593,"stop":1706525034593,"duration":0}},{"uid":"25804c448061db2a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/25804c448061db2a","status":"passed","time":{"start":1706467723736,"stop":1706467723736,"duration":0}},{"uid":"621e515d442b240c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/621e515d442b240c","status":"passed","time":{"start":1706323095239,"stop":1706323095239,"duration":0}},{"uid":"69fecd842d843a5e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/69fecd842d843a5e","status":"passed","time":{"start":1706321394054,"stop":1706321394054,"duration":0}},{"uid":"2e7a4d1a287d38a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2e7a4d1a287d38a","status":"passed","time":{"start":1706115176946,"stop":1706115176947,"duration":1}},{"uid":"e3d3a23960dbddbe","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e3d3a23960dbddbe","status":"passed","time":{"start":1706114337387,"stop":1706114337388,"duration":1}},{"uid":"2843e239340d5d43","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2843e239340d5d43","status":"passed","time":{"start":1706111808830,"stop":1706111808830,"duration":0}},{"uid":"7be4b805fb8fc61","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7be4b805fb8fc61","status":"passed","time":{"start":1706111511403,"stop":1706111511403,"duration":0}},{"uid":"3aef39f842c7c502","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3aef39f842c7c502","status":"passed","time":{"start":1706109411595,"stop":1706109411595,"duration":0}},{"uid":"82d6e7155d3e223f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/82d6e7155d3e223f","status":"passed","time":{"start":1706103221761,"stop":1706103221762,"duration":1}},{"uid":"7a6deca05232f678","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7a6deca05232f678","status":"passed","time":{"start":1706102961388,"stop":1706102961388,"duration":0}},{"uid":"93b38927e5120f40","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/93b38927e5120f40","status":"passed","time":{"start":1706102333040,"stop":1706102333041,"duration":1}},{"uid":"27682f768cb45462","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/27682f768cb45462","status":"passed","time":{"start":1706102204588,"stop":1706102204588,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"5f5ed3524782f286","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5f5ed3524782f286","status":"passed","time":{"start":1706529061224,"stop":1706529061226,"duration":2}},{"uid":"9d0d66dc73557691","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9d0d66dc73557691","status":"passed","time":{"start":1706528032698,"stop":1706528032698,"duration":0}},{"uid":"1deef5c042681e78","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1deef5c042681e78","status":"passed","time":{"start":1706527032150,"stop":1706527032150,"duration":0}},{"uid":"76ea51079095f628","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/76ea51079095f628","status":"passed","time":{"start":1706526728463,"stop":1706526728464,"duration":1}},{"uid":"f45c076008272467","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f45c076008272467","status":"passed","time":{"start":1706526631864,"stop":1706526631865,"duration":1}},{"uid":"9b68ff3f0f2ee9a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9b68ff3f0f2ee9a","status":"passed","time":{"start":1706526058755,"stop":1706526058756,"duration":1}},{"uid":"6bd109afaebc41e7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6bd109afaebc41e7","status":"passed","time":{"start":1706525527748,"stop":1706525527749,"duration":1}},{"uid":"89219851ea1b8ffc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/89219851ea1b8ffc","status":"passed","time":{"start":1706525094639,"stop":1706525094639,"duration":0}},{"uid":"516d96b52b48d685","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/516d96b52b48d685","status":"passed","time":{"start":1706467780075,"stop":1706467780076,"duration":1}},{"uid":"628ff9540a1fb528","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/628ff9540a1fb528","status":"passed","time":{"start":1706323147732,"stop":1706323147732,"duration":0}},{"uid":"752d6e81f76ec825","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/752d6e81f76ec825","status":"passed","time":{"start":1706321448927,"stop":1706321448927,"duration":0}},{"uid":"fc2c807c68d2fb72","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/fc2c807c68d2fb72","status":"passed","time":{"start":1706244757745,"stop":1706244757746,"duration":1}},{"uid":"1e37fd62f1da2936","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1e37fd62f1da2936","status":"passed","time":{"start":1706242322199,"stop":1706242322199,"duration":0}},{"uid":"bcba8da6088e0bbb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bcba8da6088e0bbb","status":"passed","time":{"start":1706115232371,"stop":1706115232372,"duration":1}},{"uid":"3fc638366f83fe6f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3fc638366f83fe6f","status":"passed","time":{"start":1706114393725,"stop":1706114393725,"duration":0}},{"uid":"726ee5b004e7804","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/726ee5b004e7804","status":"passed","time":{"start":1706111855444,"stop":1706111855444,"duration":0}},{"uid":"746465079ab15d4c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/746465079ab15d4c","status":"passed","time":{"start":1706111555056,"stop":1706111555057,"duration":1}},{"uid":"7d3d38e670a8a222","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7d3d38e670a8a222","status":"passed","time":{"start":1706109464065,"stop":1706109464066,"duration":1}},{"uid":"86ace0fece4a10b0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/86ace0fece4a10b0","status":"passed","time":{"start":1706103282750,"stop":1706103282750,"duration":0}},{"uid":"9a2a6df2c5ee05fa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9a2a6df2c5ee05fa","status":"passed","time":{"start":1706103002605,"stop":1706103002605,"duration":0}}]},"79a181b5055300756e7b9695cdf9c1f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7892ec90eec3abf","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/e7892ec90eec3abf","status":"passed","time":{"start":1705521283605,"stop":1705521283605,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"671cb51cfe416db6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/671cb51cfe416db6","status":"passed","time":{"start":1706529367474,"stop":1706529367475,"duration":1}},{"uid":"ed2d4546ec4eab2a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ed2d4546ec4eab2a","status":"passed","time":{"start":1706528339934,"stop":1706528339934,"duration":0}},{"uid":"8f06e659f6a9439d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8f06e659f6a9439d","status":"passed","time":{"start":1706527016302,"stop":1706527016302,"duration":0}},{"uid":"1fa67f02b4cd277b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1fa67f02b4cd277b","status":"passed","time":{"start":1706526929203,"stop":1706526929203,"duration":0}},{"uid":"719127f56a5330e4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/719127f56a5330e4","status":"passed","time":{"start":1706526355580,"stop":1706526355580,"duration":0}},{"uid":"1d027ca6cd04771e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1d027ca6cd04771e","status":"passed","time":{"start":1706525825282,"stop":1706525825282,"duration":0}},{"uid":"eac705835e9bb9d1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/eac705835e9bb9d1","status":"passed","time":{"start":1706525414591,"stop":1706525414591,"duration":0}},{"uid":"db6b1d29fe9c3aff","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/db6b1d29fe9c3aff","status":"passed","time":{"start":1706468084974,"stop":1706468084975,"duration":1}},{"uid":"e85be126e54ee0fe","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e85be126e54ee0fe","status":"passed","time":{"start":1706323430976,"stop":1706323430976,"duration":0}},{"uid":"52b330cd236fe7e3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/52b330cd236fe7e3","status":"passed","time":{"start":1706321743970,"stop":1706321743970,"duration":0}},{"uid":"8026df8359705bca","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8026df8359705bca","status":"passed","time":{"start":1706115449592,"stop":1706115449593,"duration":1}},{"uid":"5041b272979ea92","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5041b272979ea92","status":"passed","time":{"start":1706114706814,"stop":1706114706814,"duration":0}},{"uid":"a0b4cd772ce9f475","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a0b4cd772ce9f475","status":"passed","time":{"start":1706112158279,"stop":1706112158280,"duration":1}},{"uid":"a2c21dd49eb67c1d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a2c21dd49eb67c1d","status":"passed","time":{"start":1706111870568,"stop":1706111870568,"duration":0}},{"uid":"d7e045dda6bd58f3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d7e045dda6bd58f3","status":"passed","time":{"start":1706109756255,"stop":1706109756255,"duration":0}},{"uid":"f1932e4d4dc2b3da","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f1932e4d4dc2b3da","status":"passed","time":{"start":1706103332264,"stop":1706103332264,"duration":0}},{"uid":"ce853ba97a36955d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ce853ba97a36955d","status":"passed","time":{"start":1706102670270,"stop":1706102670270,"duration":0}},{"uid":"b716ba0bc7350cdd","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b716ba0bc7350cdd","status":"passed","time":{"start":1706102539199,"stop":1706102539199,"duration":0}},{"uid":"964533cfce18fecf","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/964533cfce18fecf","status":"passed","time":{"start":1706102378581,"stop":1706102378581,"duration":0}},{"uid":"c4026976d07e9743","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/c4026976d07e9743","status":"passed","time":{"start":1706102131111,"stop":1706102131112,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"386945489f37932c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/386945489f37932c","status":"passed","time":{"start":1706528965685,"stop":1706528965686,"duration":1}},{"uid":"c1955f8ba4e4cee8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c1955f8ba4e4cee8","status":"passed","time":{"start":1706527923885,"stop":1706527923885,"duration":0}},{"uid":"fedba4b9eabd519e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fedba4b9eabd519e","status":"passed","time":{"start":1706526930867,"stop":1706526930868,"duration":1}},{"uid":"8ff90b9bb3a91b01","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8ff90b9bb3a91b01","status":"passed","time":{"start":1706526632106,"stop":1706526632107,"duration":1}},{"uid":"c530198b86c5d8be","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c530198b86c5d8be","status":"passed","time":{"start":1706526534079,"stop":1706526534080,"duration":1}},{"uid":"f0f85343fd91a514","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f0f85343fd91a514","status":"passed","time":{"start":1706525958173,"stop":1706525958174,"duration":1}},{"uid":"6c70ad7d2649d528","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6c70ad7d2649d528","status":"passed","time":{"start":1706525436725,"stop":1706525436725,"duration":0}},{"uid":"d700bf32f53d8d29","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d700bf32f53d8d29","status":"passed","time":{"start":1706524982436,"stop":1706524982436,"duration":0}},{"uid":"63412d33b7b64d54","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/63412d33b7b64d54","status":"passed","time":{"start":1706467678802,"stop":1706467678803,"duration":1}},{"uid":"8098c01f4b231a22","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8098c01f4b231a22","status":"passed","time":{"start":1706323040473,"stop":1706323040474,"duration":1}},{"uid":"2379dd1ca1e7aaf4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2379dd1ca1e7aaf4","status":"passed","time":{"start":1706321353353,"stop":1706321353354,"duration":1}},{"uid":"f22a3bd4a15c7d57","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f22a3bd4a15c7d57","status":"passed","time":{"start":1706114292385,"stop":1706114292385,"duration":0}},{"uid":"800f62408f1bc491","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/800f62408f1bc491","status":"passed","time":{"start":1706111780342,"stop":1706111780343,"duration":1}},{"uid":"cb7604bc6a4fd5a3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cb7604bc6a4fd5a3","status":"passed","time":{"start":1706111464022,"stop":1706111464023,"duration":1}},{"uid":"694cf38d2c88f204","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/694cf38d2c88f204","status":"passed","time":{"start":1706109370857,"stop":1706109370858,"duration":1}},{"uid":"4a7143d28bfd6e86","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4a7143d28bfd6e86","status":"passed","time":{"start":1706103179185,"stop":1706103179186,"duration":1}},{"uid":"d4ee4fab1112a94b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d4ee4fab1112a94b","status":"passed","time":{"start":1706102925545,"stop":1706102925546,"duration":1}},{"uid":"c89422ca4e9804d4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c89422ca4e9804d4","status":"passed","time":{"start":1706102273663,"stop":1706102273664,"duration":1}},{"uid":"8bcf43d146584dff","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8bcf43d146584dff","status":"passed","time":{"start":1706102152988,"stop":1706102152989,"duration":1}},{"uid":"88137603b5cb6c58","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/88137603b5cb6c58","status":"passed","time":{"start":1706101976584,"stop":1706101976584,"duration":0}}]},"2a7a42970968bc1ac2a267186700f33f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50f926269cb4b6da","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/50f926269cb4b6da","status":"passed","time":{"start":1705494925589,"stop":1705494925589,"duration":0}}]},"af6cc9ccbd525c46bbfe8b878a4a44d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3726ddb4d46e2757","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/3726ddb4d46e2757","status":"passed","time":{"start":1705383129853,"stop":1705383129853,"duration":0}}]},"6fd22d487c3e42bd487dad0e9deca0f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"849322c4c04eba49","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/849322c4c04eba49","status":"passed","time":{"start":1705520842596,"stop":1705520842596,"duration":0}},{"uid":"19a8a2e02dd0398a","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/19a8a2e02dd0398a","status":"passed","time":{"start":1705518211218,"stop":1705518211218,"duration":0}},{"uid":"b4fffe49a5ff4f89","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/b4fffe49a5ff4f89","status":"passed","time":{"start":1705518105980,"stop":1705518105981,"duration":1}},{"uid":"1fb0a50777e8e148","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/1fb0a50777e8e148","status":"passed","time":{"start":1705517988163,"stop":1705517988163,"duration":0}},{"uid":"e6744d3024b17e69","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/e6744d3024b17e69","status":"passed","time":{"start":1705508655504,"stop":1705508655505,"duration":1}},{"uid":"143c9c4e8a423f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/143c9c4e8a423f","status":"passed","time":{"start":1705506482089,"stop":1705506482090,"duration":1}},{"uid":"e8fe24bc8ad79999","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/e8fe24bc8ad79999","status":"passed","time":{"start":1705502939549,"stop":1705502939549,"duration":0}},{"uid":"7a1d4dbd1562f27b","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/7a1d4dbd1562f27b","status":"passed","time":{"start":1705502479549,"stop":1705502479549,"duration":0}},{"uid":"fe4e91be71909939","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/fe4e91be71909939","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494937935,"stop":1705494937936,"duration":1}},{"uid":"91ad690a556846e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/91ad690a556846e","status":"passed","time":{"start":1705494940949,"stop":1705494940950,"duration":1}},{"uid":"4f49d61be4cd04f5","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/4f49d61be4cd04f5","status":"passed","time":{"start":1705494895029,"stop":1705494895030,"duration":1}},{"uid":"efe4a1dae131a31a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/efe4a1dae131a31a","status":"passed","time":{"start":1705493464922,"stop":1705493464923,"duration":1}},{"uid":"1ae0322f817dcb12","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/1ae0322f817dcb12","status":"passed","time":{"start":1705493422429,"stop":1705493422429,"duration":0}},{"uid":"56cd6444cef6f037","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/56cd6444cef6f037","status":"passed","time":{"start":1705485250478,"stop":1705485250479,"duration":1}},{"uid":"b565492909d418cb","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/b565492909d418cb","status":"passed","time":{"start":1705485112216,"stop":1705485112216,"duration":0}},{"uid":"de3bc8e49f97fcf7","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/de3bc8e49f97fcf7","status":"passed","time":{"start":1705484354897,"stop":1705484354897,"duration":0}},{"uid":"76d7dc4408f4ec9f","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/76d7dc4408f4ec9f","status":"passed","time":{"start":1705469872219,"stop":1705469872219,"duration":0}},{"uid":"d7469b6758bade0","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/d7469b6758bade0","status":"passed","time":{"start":1705466939036,"stop":1705466939036,"duration":0}},{"uid":"b8734289977d59ff","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/b8734289977d59ff","status":"passed","time":{"start":1705435403977,"stop":1705435403977,"duration":0}},{"uid":"7c4d0e737a54b086","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/7c4d0e737a54b086","status":"passed","time":{"start":1705434864614,"stop":1705434864614,"duration":0}}]},"3242176ce4564b84aad4ef0b13a555ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edbe0264e9de0afe","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/edbe0264e9de0afe","status":"passed","time":{"start":1705667880819,"stop":1705667880819,"duration":0}}]},"ca71f0cf3300a2146d356140274d3852:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"626ccf931784f637","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/626ccf931784f637","status":"passed","time":{"start":1706111780333,"stop":1706111780333,"duration":0}}]},"892b5392163ca3c7fad3ad3c7abcf701:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcadf1b6b945cfdf","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/dcadf1b6b945cfdf","status":"passed","time":{"start":1705508651535,"stop":1705508651535,"duration":0}}]},"2dcaaeadb25f02f39520494a33a16632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7ac8e700f0b8d5","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7ac8e700f0b8d5","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'restore')","time":{"start":1706244739499,"stop":1706244739500,"duration":1}},{"uid":"b85cd4a6678b79e7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b85cd4a6678b79e7","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'restore')","time":{"start":1706242301030,"stop":1706242301030,"duration":0}},{"uid":"e63ce1b586e18407","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/e63ce1b586e18407","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'restore')","time":{"start":1705429173807,"stop":1705429173807,"duration":0}}]},"9daf37eb4f37cb13965e552eacf444ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"345e4a866dcef543","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/345e4a866dcef543","status":"passed","time":{"start":1705518032438,"stop":1705518032438,"duration":0}}]},"f9f2d5e6aa68d18435db0feaf95d82af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":45,"unknown":0,"total":46},"items":[{"uid":"594069398fe303d5","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/594069398fe303d5","status":"passed","time":{"start":1705521016430,"stop":1705521016430,"duration":0}},{"uid":"b06e1f656d78da38","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/b06e1f656d78da38","status":"passed","time":{"start":1705520810994,"stop":1705520810995,"duration":1}},{"uid":"24d5f2da4c52856a","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/24d5f2da4c52856a","status":"passed","time":{"start":1705520163974,"stop":1705520163975,"duration":1}},{"uid":"730db552d2246312","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/730db552d2246312","status":"passed","time":{"start":1705518395132,"stop":1705518395132,"duration":0}},{"uid":"8bdca3d5f3715225","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/8bdca3d5f3715225","status":"passed","time":{"start":1705518165814,"stop":1705518165815,"duration":1}},{"uid":"764344b11d68d6ab","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/764344b11d68d6ab","status":"passed","time":{"start":1705518062861,"stop":1705518062862,"duration":1}},{"uid":"c6abdca791514061","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c6abdca791514061","status":"passed","time":{"start":1705517955329,"stop":1705517955330,"duration":1}},{"uid":"e98c279204f7fb56","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/e98c279204f7fb56","status":"passed","time":{"start":1705508621269,"stop":1705508621270,"duration":1}},{"uid":"2870e3d7f24af3ff","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2870e3d7f24af3ff","status":"passed","time":{"start":1705506440923,"stop":1705506440924,"duration":1}},{"uid":"186dc67892385e8b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/186dc67892385e8b","status":"passed","time":{"start":1705502898668,"stop":1705502898668,"duration":0}},{"uid":"ea38091b65fcc49d","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/ea38091b65fcc49d","status":"passed","time":{"start":1705502231192,"stop":1705502231192,"duration":0}},{"uid":"e5dbadebbec1eb1a","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e5dbadebbec1eb1a","status":"passed","time":{"start":1705502434942,"stop":1705502434942,"duration":0}},{"uid":"fe75a14f681ffadd","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/fe75a14f681ffadd","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495384736,"stop":1705495384736,"duration":0}},{"uid":"325782bc95676bd7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/325782bc95676bd7","status":"passed","time":{"start":1705494891660,"stop":1705494891660,"duration":0}},{"uid":"35851d105ea99eab","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/35851d105ea99eab","status":"passed","time":{"start":1705494852279,"stop":1705494852279,"duration":0}},{"uid":"1adcba00a474c40c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/1adcba00a474c40c","status":"passed","time":{"start":1705493411431,"stop":1705493411432,"duration":1}},{"uid":"44dd8da801ffd5ae","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/44dd8da801ffd5ae","status":"passed","time":{"start":1705493382743,"stop":1705493382743,"duration":0}},{"uid":"78cd99532e528d9e","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/78cd99532e528d9e","status":"passed","time":{"start":1705485206006,"stop":1705485206007,"duration":1}},{"uid":"ef299ec51d25e878","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ef299ec51d25e878","status":"passed","time":{"start":1705485065031,"stop":1705485065031,"duration":0}},{"uid":"cb2fabc5e06d5aa6","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/cb2fabc5e06d5aa6","status":"passed","time":{"start":1705484311477,"stop":1705484311478,"duration":1}}]},"0d6e3eda1028185c44e704676d6bf248:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0ffe8144f4070a4","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/a0ffe8144f4070a4","status":"passed","time":{"start":1705485246698,"stop":1705485246698,"duration":0}}]},"810113c4f7e68e9855eb54348e4901bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f997446c0095d80a","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/f997446c0095d80a","status":"passed","time":{"start":1705584465043,"stop":1705584465043,"duration":0}}]},"8f3d2fc61e417f77abdbd640212b076c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7d62c972dd6894b","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/a7d62c972dd6894b","status":"passed","time":{"start":1705520488406,"stop":1705520488412,"duration":6}}]},"8033b38e6f7edd83197a34e4e5c8ff34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7489d45d00644c4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/7489d45d00644c4","status":"passed","time":{"start":1706102331419,"stop":1706102331419,"duration":0}}]},"ed3ec45e56ae455b663311b3f8603ea2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"850c33a98e140c49","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/850c33a98e140c49","status":"passed","time":{"start":1706103332269,"stop":1706103332269,"duration":0}}]},"8d4aa6f326d112609bb3fbaadfd4ce9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"d908a9a6fbff21d6","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/d908a9a6fbff21d6","status":"passed","time":{"start":1706100979758,"stop":1706100979759,"duration":1}},{"uid":"aad8a2a84ba252f","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/aad8a2a84ba252f","status":"passed","time":{"start":1706100012428,"stop":1706100012428,"duration":0}},{"uid":"7f6c859137b9ef09","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/7f6c859137b9ef09","status":"passed","time":{"start":1706077739086,"stop":1706077739086,"duration":0}},{"uid":"459a92a98e619743","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/459a92a98e619743","status":"passed","time":{"start":1706069827469,"stop":1706069827469,"duration":0}},{"uid":"a31f7d7c5d1ea1c6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a31f7d7c5d1ea1c6","status":"passed","time":{"start":1705950521667,"stop":1705950521667,"duration":0}},{"uid":"6227083aa5bb094","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6227083aa5bb094","status":"passed","time":{"start":1705938343373,"stop":1705938343373,"duration":0}},{"uid":"29e5fc793cf19e9","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/29e5fc793cf19e9","status":"passed","time":{"start":1705913488227,"stop":1705913488228,"duration":1}},{"uid":"c249c81a2a7d9247","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c249c81a2a7d9247","status":"passed","time":{"start":1705913034275,"stop":1705913034275,"duration":0}},{"uid":"674b986b176a807e","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/674b986b176a807e","status":"passed","time":{"start":1705912407141,"stop":1705912407142,"duration":1}},{"uid":"7b95379d1fc8ecc6","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7b95379d1fc8ecc6","status":"passed","time":{"start":1705911588795,"stop":1705911588795,"duration":0}},{"uid":"6783ff6530277864","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/6783ff6530277864","status":"passed","time":{"start":1705698799119,"stop":1705698799119,"duration":0}},{"uid":"1e509b127a19325b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/1e509b127a19325b","status":"passed","time":{"start":1705687522368,"stop":1705687522368,"duration":0}},{"uid":"82a8cfa5909f7466","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/82a8cfa5909f7466","status":"passed","time":{"start":1705687430747,"stop":1705687430747,"duration":0}},{"uid":"c155569d4d03016f","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c155569d4d03016f","status":"passed","time":{"start":1705678121478,"stop":1705678121478,"duration":0}},{"uid":"6ce6f794abf02bec","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/6ce6f794abf02bec","status":"passed","time":{"start":1705678046314,"stop":1705678046315,"duration":1}},{"uid":"2b55143164b9da38","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/2b55143164b9da38","status":"passed","time":{"start":1705677908052,"stop":1705677908052,"duration":0}},{"uid":"cf8e9155c318e284","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/cf8e9155c318e284","status":"passed","time":{"start":1705677463231,"stop":1705677463232,"duration":1}},{"uid":"a7ff48cd218c2510","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/a7ff48cd218c2510","status":"passed","time":{"start":1705676052701,"stop":1705676052701,"duration":0}},{"uid":"10ab8a3061d6e2d","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/10ab8a3061d6e2d","status":"passed","time":{"start":1705675474640,"stop":1705675474640,"duration":0}},{"uid":"2f677de05fb2109d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/2f677de05fb2109d","status":"passed","time":{"start":1705670338393,"stop":1705670338393,"duration":0}}]},"d5b382f2c2216aeb643deafe995546b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2690ef6aa2c438d","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/a2690ef6aa2c438d","status":"passed","time":{"start":1705666900234,"stop":1705666900234,"duration":0}}]},"b7c032939410b712b8e653fab5d4508e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"a5530565230e41b8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a5530565230e41b8","status":"passed","time":{"start":1706100942618,"stop":1706100942619,"duration":1}},{"uid":"1846974eb4ff37d2","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/1846974eb4ff37d2","status":"passed","time":{"start":1706099973761,"stop":1706099973761,"duration":0}},{"uid":"4a2988e4b518e482","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/4a2988e4b518e482","status":"passed","time":{"start":1706077701787,"stop":1706077701787,"duration":0}},{"uid":"68759b71c1e86f1d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/68759b71c1e86f1d","status":"passed","time":{"start":1706069790734,"stop":1706069790735,"duration":1}},{"uid":"a7b1334a02bd9d76","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a7b1334a02bd9d76","status":"passed","time":{"start":1705950495047,"stop":1705950495047,"duration":0}},{"uid":"c464a60c401a539b","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c464a60c401a539b","status":"passed","time":{"start":1705938302719,"stop":1705938302719,"duration":0}},{"uid":"d6b50bbdc3101e82","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/d6b50bbdc3101e82","status":"passed","time":{"start":1705913446709,"stop":1705913446709,"duration":0}},{"uid":"1add67fbee3dda99","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1add67fbee3dda99","status":"passed","time":{"start":1705912988134,"stop":1705912988135,"duration":1}},{"uid":"178817e536801011","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/178817e536801011","status":"passed","time":{"start":1705912372223,"stop":1705912372224,"duration":1}},{"uid":"d99266729f7d49d1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d99266729f7d49d1","status":"passed","time":{"start":1705911551484,"stop":1705911551484,"duration":0}},{"uid":"74b5c28693b58b8e","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/74b5c28693b58b8e","status":"passed","time":{"start":1705698757767,"stop":1705698757767,"duration":0}},{"uid":"9fff493b15632ac6","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9fff493b15632ac6","status":"passed","time":{"start":1705687467728,"stop":1705687467728,"duration":0}},{"uid":"697ab95d6389196d","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/697ab95d6389196d","status":"passed","time":{"start":1705687390801,"stop":1705687390801,"duration":0}},{"uid":"b8ab801bfc9fda39","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/b8ab801bfc9fda39","status":"passed","time":{"start":1705678077459,"stop":1705678077459,"duration":0}},{"uid":"3555a06f81d2cb79","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/3555a06f81d2cb79","status":"passed","time":{"start":1705678007046,"stop":1705678007046,"duration":0}},{"uid":"4bd361621c91adf7","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/4bd361621c91adf7","status":"passed","time":{"start":1705677873538,"stop":1705677873539,"duration":1}},{"uid":"f2fb963495e9a9c8","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/f2fb963495e9a9c8","status":"passed","time":{"start":1705677414845,"stop":1705677414846,"duration":1}},{"uid":"2db59b4d4f049f5","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/2db59b4d4f049f5","status":"passed","time":{"start":1705676004251,"stop":1705676004251,"duration":0}},{"uid":"ad772845d22254e5","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/ad772845d22254e5","status":"passed","time":{"start":1705675426983,"stop":1705675426983,"duration":0}},{"uid":"b58845d2261425d8","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/b58845d2261425d8","status":"passed","time":{"start":1705670299877,"stop":1705670299878,"duration":1}}]},"dd6f48141971892e2699c14cce359893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"21d63acc9b0c4587","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/21d63acc9b0c4587","status":"passed","time":{"start":1706100979756,"stop":1706100979757,"duration":1}},{"uid":"2672c90716bc6b79","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/2672c90716bc6b79","status":"passed","time":{"start":1706100012426,"stop":1706100012426,"duration":0}},{"uid":"c82afaa6ae6d88fe","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/c82afaa6ae6d88fe","status":"passed","time":{"start":1706077739083,"stop":1706077739083,"duration":0}},{"uid":"1070d445c4408c53","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/1070d445c4408c53","status":"passed","time":{"start":1706069827467,"stop":1706069827467,"duration":0}},{"uid":"3d7196ea0d84572a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3d7196ea0d84572a","status":"passed","time":{"start":1705950521664,"stop":1705950521665,"duration":1}},{"uid":"ba44f81d9c6c4099","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/ba44f81d9c6c4099","status":"passed","time":{"start":1705938343371,"stop":1705938343371,"duration":0}},{"uid":"64295a4b7ca7fbe6","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/64295a4b7ca7fbe6","status":"passed","time":{"start":1705913488222,"stop":1705913488223,"duration":1}},{"uid":"f648cef19274d7cf","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f648cef19274d7cf","status":"passed","time":{"start":1705913034272,"stop":1705913034272,"duration":0}},{"uid":"17d591c32041cf33","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/17d591c32041cf33","status":"passed","time":{"start":1705912407139,"stop":1705912407140,"duration":1}},{"uid":"907318403caa84de","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/907318403caa84de","status":"passed","time":{"start":1705911588793,"stop":1705911588793,"duration":0}},{"uid":"7e7eddbe0ad4340f","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/7e7eddbe0ad4340f","status":"passed","time":{"start":1705698799116,"stop":1705698799117,"duration":1}},{"uid":"85f691f94afe9f0b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/85f691f94afe9f0b","status":"passed","time":{"start":1705687522366,"stop":1705687522366,"duration":0}},{"uid":"fcc57659c446038a","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/fcc57659c446038a","status":"passed","time":{"start":1705687430745,"stop":1705687430745,"duration":0}},{"uid":"5bd1f54182fc5622","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/5bd1f54182fc5622","status":"passed","time":{"start":1705678121467,"stop":1705678121467,"duration":0}},{"uid":"bd8d00723cb25ca9","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/bd8d00723cb25ca9","status":"passed","time":{"start":1705678046312,"stop":1705678046312,"duration":0}},{"uid":"3eb81ffded810fb5","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/3eb81ffded810fb5","status":"passed","time":{"start":1705677908049,"stop":1705677908050,"duration":1}},{"uid":"b5438b8554c6c4dd","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/b5438b8554c6c4dd","status":"passed","time":{"start":1705677463217,"stop":1705677463217,"duration":0}},{"uid":"831b2577bda88484","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/831b2577bda88484","status":"passed","time":{"start":1705676052698,"stop":1705676052698,"duration":0}},{"uid":"d6ac5b3e504293e7","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/d6ac5b3e504293e7","status":"passed","time":{"start":1705675474638,"stop":1705675474639,"duration":1}},{"uid":"c394aeda34f48d6d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/c394aeda34f48d6d","status":"passed","time":{"start":1705670338391,"stop":1705670338391,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"cb50980f8905478c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb50980f8905478c","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"duration":0}},{"uid":"4fe022bf2156113a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4fe022bf2156113a","status":"passed","time":{"start":1706528357079,"stop":1706528357080,"duration":1}},{"uid":"abffd071bdbf5191","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/abffd071bdbf5191","status":"passed","time":{"start":1706527326686,"stop":1706527326686,"duration":0}},{"uid":"fd4a4492b71414fb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fd4a4492b71414fb","status":"passed","time":{"start":1706527049791,"stop":1706527049791,"duration":0}},{"uid":"68a9c0520bb34906","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/68a9c0520bb34906","status":"passed","time":{"start":1706526961435,"stop":1706526961435,"duration":0}},{"uid":"cd0c869fc3efdaf7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cd0c869fc3efdaf7","status":"passed","time":{"start":1706526404274,"stop":1706526404274,"duration":0}},{"uid":"7c13e25daec8b76f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7c13e25daec8b76f","status":"passed","time":{"start":1706525849950,"stop":1706525849950,"duration":0}},{"uid":"d473c22230c5b2cf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d473c22230c5b2cf","status":"passed","time":{"start":1706525432942,"stop":1706525432942,"duration":0}},{"uid":"225af373d388dde","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/225af373d388dde","status":"passed","time":{"start":1706468114341,"stop":1706468114341,"duration":0}},{"uid":"6725a718b952c75f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6725a718b952c75f","status":"passed","time":{"start":1706323469643,"stop":1706323469643,"duration":0}},{"uid":"4ac299d4b05a892f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4ac299d4b05a892f","status":"passed","time":{"start":1706321771784,"stop":1706321771785,"duration":1}},{"uid":"d406d7baab5f6a7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d406d7baab5f6a7","status":"passed","time":{"start":1706115542391,"stop":1706115542391,"duration":0}},{"uid":"20e2ade0620d3f2b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/20e2ade0620d3f2b","status":"passed","time":{"start":1706114725914,"stop":1706114725914,"duration":0}},{"uid":"d0c3a20a7d2dec06","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d0c3a20a7d2dec06","status":"passed","time":{"start":1706112199258,"stop":1706112199258,"duration":0}},{"uid":"636abbc23621a2f3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/636abbc23621a2f3","status":"passed","time":{"start":1706111893730,"stop":1706111893731,"duration":1}},{"uid":"7d464ddc98508e2f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7d464ddc98508e2f","status":"passed","time":{"start":1706109796548,"stop":1706109796548,"duration":0}},{"uid":"bd559296b4a8b911","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bd559296b4a8b911","status":"passed","time":{"start":1706103557148,"stop":1706103557148,"duration":0}},{"uid":"f74aa66d18554685","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f74aa66d18554685","status":"passed","time":{"start":1706103365797,"stop":1706103365797,"duration":0}},{"uid":"895cc4b4fca0bb7f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/895cc4b4fca0bb7f","status":"passed","time":{"start":1706102701044,"stop":1706102701044,"duration":0}},{"uid":"d2a966a0676daadc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d2a966a0676daadc","status":"passed","time":{"start":1706102579553,"stop":1706102579553,"duration":0}}]},"c52a1eb867b4f2f9ac0b8ce6c21b0ac2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40a4d4b2a1816aab","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/40a4d4b2a1816aab","status":"passed","time":{"start":1705494937610,"stop":1705494937611,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"b6ce7f27ec528e9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b6ce7f27ec528e9f","status":"passed","time":{"start":1706528965681,"stop":1706528965682,"duration":1}},{"uid":"6399dd7e5a920fc5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6399dd7e5a920fc5","status":"passed","time":{"start":1706527923879,"stop":1706527923880,"duration":1}},{"uid":"f3bcced08161bb67","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f3bcced08161bb67","status":"passed","time":{"start":1706526930855,"stop":1706526930855,"duration":0}},{"uid":"723025f8d3fb0bd9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/723025f8d3fb0bd9","status":"passed","time":{"start":1706526632086,"stop":1706526632087,"duration":1}},{"uid":"8e854c513f0b7f36","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8e854c513f0b7f36","status":"passed","time":{"start":1706526534075,"stop":1706526534076,"duration":1}},{"uid":"b5ffde4dc40ca636","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b5ffde4dc40ca636","status":"passed","time":{"start":1706525958166,"stop":1706525958167,"duration":1}},{"uid":"74882e7f84209c28","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/74882e7f84209c28","status":"passed","time":{"start":1706525436709,"stop":1706525436710,"duration":1}},{"uid":"2db35f7c399854f0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2db35f7c399854f0","status":"passed","time":{"start":1706524982428,"stop":1706524982429,"duration":1}},{"uid":"bbad5d6c9893d10d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bbad5d6c9893d10d","status":"passed","time":{"start":1706467678798,"stop":1706467678798,"duration":0}},{"uid":"27a56b02f309317b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/27a56b02f309317b","status":"passed","time":{"start":1706323040464,"stop":1706323040464,"duration":0}},{"uid":"76bf3f61ef9b336","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/76bf3f61ef9b336","status":"passed","time":{"start":1706321353345,"stop":1706321353346,"duration":1}},{"uid":"8f390817b682a84d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8f390817b682a84d","status":"passed","time":{"start":1706114292380,"stop":1706114292381,"duration":1}},{"uid":"a7fe995002dcfb44","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a7fe995002dcfb44","status":"passed","time":{"start":1706111780333,"stop":1706111780333,"duration":0}},{"uid":"ea730a9deca2dedb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ea730a9deca2dedb","status":"passed","time":{"start":1706111464019,"stop":1706111464019,"duration":0}},{"uid":"49b5939d6aa59dd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/49b5939d6aa59dd","status":"passed","time":{"start":1706109370852,"stop":1706109370853,"duration":1}},{"uid":"c64b87688166bac9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c64b87688166bac9","status":"passed","time":{"start":1706103179175,"stop":1706103179176,"duration":1}},{"uid":"8f07b82a55d27fb3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8f07b82a55d27fb3","status":"passed","time":{"start":1706102925540,"stop":1706102925541,"duration":1}},{"uid":"662601bf7dd4e0de","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/662601bf7dd4e0de","status":"passed","time":{"start":1706102273659,"stop":1706102273659,"duration":0}},{"uid":"2bc259ebf6ec395c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2bc259ebf6ec395c","status":"passed","time":{"start":1706102152980,"stop":1706102152980,"duration":0}},{"uid":"265f944d888f9438","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/265f944d888f9438","status":"passed","time":{"start":1706101976579,"stop":1706101976580,"duration":1}}]},"7721197aeb409d2048429e90d868de9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bec12a654741915f","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/bec12a654741915f","status":"passed","time":{"start":1705434889943,"stop":1705434889943,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"83cacb478443116f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83cacb478443116f","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0}},{"uid":"769d95df60ff4652","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/769d95df60ff4652","status":"passed","time":{"start":1706527711463,"stop":1706527711464,"duration":1}},{"uid":"d729d693ce952e5d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d729d693ce952e5d","status":"passed","time":{"start":1706526726552,"stop":1706526726552,"duration":0}},{"uid":"d5d7ed9b99421098","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d5d7ed9b99421098","status":"passed","time":{"start":1706526423451,"stop":1706526423451,"duration":0}},{"uid":"caf67a8abccd1801","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/caf67a8abccd1801","status":"passed","time":{"start":1706526328561,"stop":1706526328561,"duration":0}},{"uid":"e6962fefa0020464","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e6962fefa0020464","status":"passed","time":{"start":1706525757666,"stop":1706525757666,"duration":0}},{"uid":"dd011bc7d0eceab7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dd011bc7d0eceab7","status":"passed","time":{"start":1706525224707,"stop":1706525224707,"duration":0}},{"uid":"2fc24daf037048a8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2fc24daf037048a8","status":"passed","time":{"start":1706524785822,"stop":1706524785823,"duration":1}},{"uid":"1f8c376f6cd37f9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1f8c376f6cd37f9","status":"passed","time":{"start":1706467479692,"stop":1706467479692,"duration":0}},{"uid":"6b9894c70d44b1b8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6b9894c70d44b1b8","status":"passed","time":{"start":1706322832269,"stop":1706322832270,"duration":1}},{"uid":"ede7fad4e49251e7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ede7fad4e49251e7","status":"passed","time":{"start":1706321145651,"stop":1706321145651,"duration":0}},{"uid":"8f6da2947b0ddf56","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8f6da2947b0ddf56","status":"passed","time":{"start":1706244661671,"stop":1706244661671,"duration":0}},{"uid":"b4caf7de66ba8f58","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b4caf7de66ba8f58","status":"passed","time":{"start":1706242230032,"stop":1706242230032,"duration":0}},{"uid":"97ded5a63ef2097d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/97ded5a63ef2097d","status":"passed","time":{"start":1706114918307,"stop":1706114918308,"duration":1}},{"uid":"e3681f7746a50e62","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e3681f7746a50e62","status":"passed","time":{"start":1706114089066,"stop":1706114089067,"duration":1}},{"uid":"5084ceb1a3243fb4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5084ceb1a3243fb4","status":"passed","time":{"start":1706111563818,"stop":1706111563818,"duration":0}},{"uid":"37d09d705e94c5d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/37d09d705e94c5d","status":"passed","time":{"start":1706111253307,"stop":1706111253308,"duration":1}},{"uid":"d73f434e07f0c63b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d73f434e07f0c63b","status":"passed","time":{"start":1706109155546,"stop":1706109155546,"duration":0}},{"uid":"35bb16d23a297ed7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/35bb16d23a297ed7","status":"passed","time":{"start":1706102973881,"stop":1706102973881,"duration":0}},{"uid":"e4b5d6691acc30a9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e4b5d6691acc30a9","status":"passed","time":{"start":1706102713465,"stop":1706102713466,"duration":1}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":128,"unknown":0,"total":130},"items":[{"uid":"b266f76384fcda53","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b266f76384fcda53","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"duration":0}},{"uid":"4391af7998af2f1f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4391af7998af2f1f","status":"passed","time":{"start":1706528190999,"stop":1706528191000,"duration":1}},{"uid":"fc1ba101d6a38e00","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fc1ba101d6a38e00","status":"passed","time":{"start":1706527073927,"stop":1706527073927,"duration":0}},{"uid":"3752e9bbdc92c3a1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3752e9bbdc92c3a1","status":"passed","time":{"start":1706526771987,"stop":1706526771988,"duration":1}},{"uid":"92a7ba342b29b605","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/92a7ba342b29b605","status":"passed","time":{"start":1706526678879,"stop":1706526678879,"duration":0}},{"uid":"42de3d2d0ce80cd5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/42de3d2d0ce80cd5","status":"passed","time":{"start":1706526118988,"stop":1706526118988,"duration":0}},{"uid":"19b0dae9f7ba682","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/19b0dae9f7ba682","status":"passed","time":{"start":1706525578824,"stop":1706525578825,"duration":1}},{"uid":"8a4140b745ff5d58","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8a4140b745ff5d58","status":"passed","time":{"start":1706525215577,"stop":1706525215578,"duration":1}},{"uid":"3815ba588430bf6a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3815ba588430bf6a","status":"passed","time":{"start":1706467823858,"stop":1706467823859,"duration":1}},{"uid":"5759b6052a77fba2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5759b6052a77fba2","status":"passed","time":{"start":1706323200734,"stop":1706323200734,"duration":0}},{"uid":"cc483485195f5a3a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cc483485195f5a3a","status":"passed","time":{"start":1706321464244,"stop":1706321464245,"duration":1}},{"uid":"47839f37a61f9d39","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/47839f37a61f9d39","status":"passed","time":{"start":1706244759800,"stop":1706244759800,"duration":0}},{"uid":"bd1d178fd308c561","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/bd1d178fd308c561","status":"passed","time":{"start":1706242311080,"stop":1706242311081,"duration":1}},{"uid":"970b9aca8a21b14c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/970b9aca8a21b14c","status":"passed","time":{"start":1706115275218,"stop":1706115275218,"duration":0}},{"uid":"be3c2c5673f40b72","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/be3c2c5673f40b72","status":"passed","time":{"start":1706114443294,"stop":1706114443295,"duration":1}},{"uid":"fe7633b633122319","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fe7633b633122319","status":"passed","time":{"start":1706111903921,"stop":1706111903921,"duration":0}},{"uid":"2c931d8f70cd5755","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2c931d8f70cd5755","status":"passed","time":{"start":1706111606548,"stop":1706111606549,"duration":1}},{"uid":"a0dfdc260503244b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a0dfdc260503244b","status":"passed","time":{"start":1706109519397,"stop":1706109519398,"duration":1}},{"uid":"d92471eb7898d075","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d92471eb7898d075","status":"passed","time":{"start":1706103297425,"stop":1706103297425,"duration":0}},{"uid":"9fe29c815c3bba71","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9fe29c815c3bba71","status":"passed","time":{"start":1706103044802,"stop":1706103044802,"duration":0}}]},"269322efbdf21e57c17cf36afed88498:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b9acf0e2cad2b95","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/1b9acf0e2cad2b95","status":"passed","time":{"start":1706100722878,"stop":1706100722878,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"a2baca29b29c4a34","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a2baca29b29c4a34","status":"passed","time":{"start":1706528729417,"stop":1706528729417,"duration":0}},{"uid":"c68b8dc491c51db","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c68b8dc491c51db","status":"passed","time":{"start":1706527698863,"stop":1706527698863,"duration":0}},{"uid":"cdcde60627f68712","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cdcde60627f68712","status":"passed","time":{"start":1706526712947,"stop":1706526712947,"duration":0}},{"uid":"58f119aaafcc8d45","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/58f119aaafcc8d45","status":"passed","time":{"start":1706526411258,"stop":1706526411258,"duration":0}},{"uid":"d0b83ee6b56930a9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d0b83ee6b56930a9","status":"passed","time":{"start":1706526316474,"stop":1706526316474,"duration":0}},{"uid":"c92097f622724ff8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c92097f622724ff8","status":"passed","time":{"start":1706525744162,"stop":1706525744163,"duration":1}},{"uid":"b32672c5cb2e3c5f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b32672c5cb2e3c5f","status":"passed","time":{"start":1706525211108,"stop":1706525211109,"duration":1}},{"uid":"8f79eb0820e063c8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8f79eb0820e063c8","status":"passed","time":{"start":1706524772405,"stop":1706524772405,"duration":0}},{"uid":"6a421601df48d753","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6a421601df48d753","status":"passed","time":{"start":1706467466252,"stop":1706467466252,"duration":0}},{"uid":"4a1bac251115ae64","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4a1bac251115ae64","status":"passed","time":{"start":1706322818131,"stop":1706322818131,"duration":0}},{"uid":"890d128322a1fd3a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/890d128322a1fd3a","status":"passed","time":{"start":1706321132318,"stop":1706321132318,"duration":0}},{"uid":"116e753f4ac730cb","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/116e753f4ac730cb","status":"passed","time":{"start":1706244648265,"stop":1706244648265,"duration":0}},{"uid":"ea09c7b5e350597e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ea09c7b5e350597e","status":"passed","time":{"start":1706242216312,"stop":1706242216313,"duration":1}},{"uid":"8814c9c8c526067f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8814c9c8c526067f","status":"passed","time":{"start":1706114904749,"stop":1706114904750,"duration":1}},{"uid":"2ea0e74358bb9f7d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2ea0e74358bb9f7d","status":"passed","time":{"start":1706114075345,"stop":1706114075345,"duration":0}},{"uid":"4bb82bb13ad770b7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4bb82bb13ad770b7","status":"passed","time":{"start":1706111549896,"stop":1706111549896,"duration":0}},{"uid":"d8025082974cd21b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d8025082974cd21b","status":"passed","time":{"start":1706111239550,"stop":1706111239551,"duration":1}},{"uid":"fa41c899b640f3f7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fa41c899b640f3f7","status":"passed","time":{"start":1706109141781,"stop":1706109141782,"duration":1}},{"uid":"1b0fe3f74bafa6ba","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1b0fe3f74bafa6ba","status":"passed","time":{"start":1706102960254,"stop":1706102960255,"duration":1}},{"uid":"fc485b6ec9dc1eda","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fc485b6ec9dc1eda","status":"passed","time":{"start":1706102700181,"stop":1706102700182,"duration":1}}]},"18f4cf33919efc174565f1b2a72e61fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f964ae08d3f8295","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/8f964ae08d3f8295","status":"passed","time":{"start":1705391499151,"stop":1705391499152,"duration":1}}]},"aae99a6f9a99f295eaece8e52d291905:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2de83b93330f1cfa","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/2de83b93330f1cfa","status":"passed","time":{"start":1705698753994,"stop":1705698753994,"duration":0}}]},"e7c00c4f5ff29314adc011dd5d3d21d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37765f7fb65d7d2b","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/37765f7fb65d7d2b","status":"passed","time":{"start":1705526871961,"stop":1705526871961,"duration":0}}]},"c32216f9fd085a918fc2377cc5fc22d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5db422a2b8fb9e5","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/e5db422a2b8fb9e5","status":"passed","time":{"start":1705426869094,"stop":1705426869094,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"15aa28d54a714a9e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/15aa28d54a714a9e","status":"passed","time":{"start":1706528965683,"stop":1706528965684,"duration":1}},{"uid":"fced7a74cbb393b8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fced7a74cbb393b8","status":"passed","time":{"start":1706527923883,"stop":1706527923884,"duration":1}},{"uid":"b4e72a73b6ac6141","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b4e72a73b6ac6141","status":"passed","time":{"start":1706526930858,"stop":1706526930859,"duration":1}},{"uid":"6daf05004c0fb319","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6daf05004c0fb319","status":"passed","time":{"start":1706526632094,"stop":1706526632096,"duration":2}},{"uid":"689dfa539a492228","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/689dfa539a492228","status":"passed","time":{"start":1706526534078,"stop":1706526534078,"duration":0}},{"uid":"6b01a6983eff269","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6b01a6983eff269","status":"passed","time":{"start":1706525958170,"stop":1706525958171,"duration":1}},{"uid":"c492cdb76bf1972f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c492cdb76bf1972f","status":"passed","time":{"start":1706525436723,"stop":1706525436723,"duration":0}},{"uid":"14e424cf219ab972","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/14e424cf219ab972","status":"passed","time":{"start":1706524982432,"stop":1706524982433,"duration":1}},{"uid":"209e7599d57fe249","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/209e7599d57fe249","status":"passed","time":{"start":1706467678800,"stop":1706467678800,"duration":0}},{"uid":"1b79c8119efe7e09","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1b79c8119efe7e09","status":"passed","time":{"start":1706323040467,"stop":1706323040467,"duration":0}},{"uid":"9042603a23097cd5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9042603a23097cd5","status":"passed","time":{"start":1706321353350,"stop":1706321353350,"duration":0}},{"uid":"2d2aa52d2a796ce9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2d2aa52d2a796ce9","status":"passed","time":{"start":1706114292382,"stop":1706114292383,"duration":1}},{"uid":"94f3e545a8976149","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/94f3e545a8976149","status":"passed","time":{"start":1706111780335,"stop":1706111780335,"duration":0}},{"uid":"d603895730689139","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d603895730689139","status":"passed","time":{"start":1706111464020,"stop":1706111464021,"duration":1}},{"uid":"1a9d62a3e5865e24","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1a9d62a3e5865e24","status":"passed","time":{"start":1706109370854,"stop":1706109370855,"duration":1}},{"uid":"2a55815e66dd60a3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2a55815e66dd60a3","status":"passed","time":{"start":1706103179180,"stop":1706103179181,"duration":1}},{"uid":"1b8cf8ac9fdbffd7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1b8cf8ac9fdbffd7","status":"passed","time":{"start":1706102925542,"stop":1706102925543,"duration":1}},{"uid":"4c2555c8ced26c4c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4c2555c8ced26c4c","status":"passed","time":{"start":1706102273662,"stop":1706102273662,"duration":0}},{"uid":"865e5f85646d4e39","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/865e5f85646d4e39","status":"passed","time":{"start":1706102152987,"stop":1706102152987,"duration":0}},{"uid":"63624d0c8979afcd","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/63624d0c8979afcd","status":"passed","time":{"start":1706101976582,"stop":1706101976582,"duration":0}}]},"9f523a6c7ebc76b408ce16afa0cbd34b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da14bceac4d18eb8","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/da14bceac4d18eb8","status":"passed","time":{"start":1705525688847,"stop":1705525688847,"duration":0}}]},"18103436cc1a224b54cf08b0ba889064:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8ecef175293ee280","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/8ecef175293ee280","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433090198,"stop":1705433090198,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":132,"passed":0,"unknown":0,"total":132},"items":[{"uid":"3c51aa33fc185f40","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c51aa33fc185f40","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528787522,"stop":1706528787522,"duration":0}},{"uid":"f5a89206d72a84e0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f5a89206d72a84e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527760845,"stop":1706527760845,"duration":0}},{"uid":"60ee6ddffd4861f2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/60ee6ddffd4861f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526770937,"stop":1706526770937,"duration":0}},{"uid":"e813497b8937aa42","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e813497b8937aa42","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526471049,"stop":1706526471049,"duration":0}},{"uid":"6d2eaabcc8cb4639","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6d2eaabcc8cb4639","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526378823,"stop":1706526378824,"duration":1}},{"uid":"a36dc100d9e6c8f3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a36dc100d9e6c8f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525802348,"stop":1706525802349,"duration":1}},{"uid":"e40957f9ba1c1b1f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e40957f9ba1c1b1f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525269710,"stop":1706525269711,"duration":1}},{"uid":"213257537caae7b2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/213257537caae7b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706524832183,"stop":1706524832183,"duration":0}},{"uid":"5b9c6569d7c36d7b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5b9c6569d7c36d7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467526668,"stop":1706467526668,"duration":0}},{"uid":"5e537c5fd3259013","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5e537c5fd3259013","status":"skipped","statusDetails":"Test ignored","time":{"start":1706322876710,"stop":1706322876710,"duration":0}},{"uid":"97bb39a58d452f49","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/97bb39a58d452f49","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321192896,"stop":1706321192897,"duration":1}},{"uid":"765e7c3588d27ac5","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/765e7c3588d27ac5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706244711629,"stop":1706244711629,"duration":0}},{"uid":"86cfc797cb4219dd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/86cfc797cb4219dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1706242276200,"stop":1706242276200,"duration":0}},{"uid":"680e6e5b6f932700","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/680e6e5b6f932700","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114963444,"stop":1706114963444,"duration":0}},{"uid":"357e8f60d1d3b008","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/357e8f60d1d3b008","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114132504,"stop":1706114132505,"duration":1}},{"uid":"75f78aca6d0e3cc9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/75f78aca6d0e3cc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111608361,"stop":1706111608361,"duration":0}},{"uid":"d19aa6afb986ca6b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d19aa6afb986ca6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111301208,"stop":1706111301208,"duration":0}},{"uid":"7a42e87291762c15","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7a42e87291762c15","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109202178,"stop":1706109202179,"duration":1}},{"uid":"c695e9f03193c19d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c695e9f03193c19d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103019533,"stop":1706103019533,"duration":0}},{"uid":"384cafd88b9da448","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/384cafd88b9da448","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102766900,"stop":1706102766900,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"5c37ebefa434c663","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c37ebefa434c663","status":"passed","time":{"start":1706528759261,"stop":1706528759261,"duration":0}},{"uid":"dc7f303d47c8445e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/dc7f303d47c8445e","status":"passed","time":{"start":1706527727891,"stop":1706527727891,"duration":0}},{"uid":"42a3d4187c80b6eb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/42a3d4187c80b6eb","status":"passed","time":{"start":1706526742700,"stop":1706526742700,"duration":0}},{"uid":"ea4bddf66eaa2ff5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ea4bddf66eaa2ff5","status":"passed","time":{"start":1706526439383,"stop":1706526439384,"duration":1}},{"uid":"f7188c0767c13be3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f7188c0767c13be3","status":"passed","time":{"start":1706526344612,"stop":1706526344613,"duration":1}},{"uid":"771422da53ae6cdf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/771422da53ae6cdf","status":"passed","time":{"start":1706525773632,"stop":1706525773632,"duration":0}},{"uid":"34ba05b10a8db5dd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/34ba05b10a8db5dd","status":"passed","time":{"start":1706525240746,"stop":1706525240746,"duration":0}},{"uid":"6301b577336948a2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6301b577336948a2","status":"passed","time":{"start":1706524801895,"stop":1706524801895,"duration":0}},{"uid":"8c4727bd2f86a4e5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8c4727bd2f86a4e5","status":"passed","time":{"start":1706467495727,"stop":1706467495727,"duration":0}},{"uid":"795b1e9e7aadcf3b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/795b1e9e7aadcf3b","status":"passed","time":{"start":1706322848715,"stop":1706322848716,"duration":1}},{"uid":"e1406b58a17fba2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e1406b58a17fba2","status":"passed","time":{"start":1706321161660,"stop":1706321161660,"duration":0}},{"uid":"cfadd7b377e22bc1","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cfadd7b377e22bc1","status":"passed","time":{"start":1706244677915,"stop":1706244677916,"duration":1}},{"uid":"cfbf07bf79ae04d7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/cfbf07bf79ae04d7","status":"passed","time":{"start":1706242246175,"stop":1706242246177,"duration":2}},{"uid":"426f868d696a8da9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/426f868d696a8da9","status":"passed","time":{"start":1706114934609,"stop":1706114934609,"duration":0}},{"uid":"57f772fce865083a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/57f772fce865083a","status":"passed","time":{"start":1706114105268,"stop":1706114105268,"duration":0}},{"uid":"28ecf26d5c9867e6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/28ecf26d5c9867e6","status":"passed","time":{"start":1706111580034,"stop":1706111580034,"duration":0}},{"uid":"5399398eb2060c13","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5399398eb2060c13","status":"passed","time":{"start":1706111269582,"stop":1706111269582,"duration":0}},{"uid":"9893547a5017ca42","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9893547a5017ca42","status":"passed","time":{"start":1706109171957,"stop":1706109171957,"duration":0}},{"uid":"5e7a80ce3b619601","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5e7a80ce3b619601","status":"passed","time":{"start":1706102989928,"stop":1706102989929,"duration":1}},{"uid":"88a465fe23036121","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/88a465fe23036121","status":"passed","time":{"start":1706102729749,"stop":1706102729749,"duration":0}}]},"6eedf6c43faaf069d2e66d37e8f0cb48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13890f9d2af9b88b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/13890f9d2af9b88b","status":"passed","time":{"start":1706111870572,"stop":1706111870572,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":131,"unknown":0,"total":133},"items":[{"uid":"636931b5ec900bde","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/636931b5ec900bde","status":"passed","time":{"start":1706529167075,"stop":1706529167076,"duration":1}},{"uid":"27e1af282859b1e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/27e1af282859b1e","status":"passed","time":{"start":1706528143058,"stop":1706528143059,"duration":1}},{"uid":"c8dce4ece077e48a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c8dce4ece077e48a","status":"passed","time":{"start":1706527033496,"stop":1706527033496,"duration":0}},{"uid":"324b6d21a4ee51ec","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/324b6d21a4ee51ec","status":"passed","time":{"start":1706526733910,"stop":1706526733910,"duration":0}},{"uid":"c5a60482e87fe4aa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c5a60482e87fe4aa","status":"passed","time":{"start":1706526636415,"stop":1706526636416,"duration":1}},{"uid":"7b58dfc8de8a2749","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7b58dfc8de8a2749","status":"passed","time":{"start":1706526071609,"stop":1706526071610,"duration":1}},{"uid":"1c1e3807afbdd586","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1c1e3807afbdd586","status":"passed","time":{"start":1706525538315,"stop":1706525538316,"duration":1}},{"uid":"f55179c6035240ab","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f55179c6035240ab","status":"passed","time":{"start":1706525171685,"stop":1706525171685,"duration":0}},{"uid":"7fb5d2ed0a256001","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7fb5d2ed0a256001","status":"passed","time":{"start":1706467781379,"stop":1706467781380,"duration":1}},{"uid":"3baed17ef8314f72","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3baed17ef8314f72","status":"passed","time":{"start":1706323156136,"stop":1706323156136,"duration":0}},{"uid":"32a6d128e0862fe3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/32a6d128e0862fe3","status":"passed","time":{"start":1706321450504,"stop":1706321450504,"duration":0}},{"uid":"a3c8830abf95f29b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a3c8830abf95f29b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244750098,"stop":1706244750098,"duration":0}},{"uid":"797e9c9dab4463b8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/797e9c9dab4463b8","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242301702,"stop":1706242301703,"duration":1}},{"uid":"df4f8335fec256a1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/df4f8335fec256a1","status":"passed","time":{"start":1706115237090,"stop":1706115237090,"duration":0}},{"uid":"c46f0f74354da24d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c46f0f74354da24d","status":"passed","time":{"start":1706114395028,"stop":1706114395029,"duration":1}},{"uid":"d99bd35231e4d9e4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d99bd35231e4d9e4","status":"passed","time":{"start":1706111861152,"stop":1706111861153,"duration":1}},{"uid":"4acb0851a4d01767","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4acb0851a4d01767","status":"passed","time":{"start":1706111566037,"stop":1706111566038,"duration":1}},{"uid":"a494d8c1419ef550","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a494d8c1419ef550","status":"passed","time":{"start":1706109473098,"stop":1706109473099,"duration":1}},{"uid":"ccd23fb5e924698c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ccd23fb5e924698c","status":"passed","time":{"start":1706103284058,"stop":1706103284058,"duration":0}},{"uid":"a1b7302f95f23180","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a1b7302f95f23180","status":"passed","time":{"start":1706103006959,"stop":1706103006959,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"2c849b1c34c13945","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2c849b1c34c13945","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"duration":0}},{"uid":"4b35ec4d2ac95747","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4b35ec4d2ac95747","status":"passed","time":{"start":1706528057460,"stop":1706528057460,"duration":0}},{"uid":"44044f6df54c8a28","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/44044f6df54c8a28","status":"passed","time":{"start":1706526914779,"stop":1706526914780,"duration":1}},{"uid":"37330b8529816d51","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/37330b8529816d51","status":"passed","time":{"start":1706526612655,"stop":1706526612655,"duration":0}},{"uid":"82bdccb41a28ff83","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/82bdccb41a28ff83","status":"passed","time":{"start":1706526514770,"stop":1706526514770,"duration":0}},{"uid":"bf21b5687f34dc8c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bf21b5687f34dc8c","status":"passed","time":{"start":1706525945113,"stop":1706525945113,"duration":0}},{"uid":"21616ed5eac77afa","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/21616ed5eac77afa","status":"passed","time":{"start":1706525418829,"stop":1706525418830,"duration":1}},{"uid":"45aab8065538ae81","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/45aab8065538ae81","status":"passed","time":{"start":1706525116055,"stop":1706525116056,"duration":1}},{"uid":"9e05a764e7590e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9e05a764e7590e","status":"passed","time":{"start":1706467681214,"stop":1706467681214,"duration":0}},{"uid":"5a43f4b09ab1abfa","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5a43f4b09ab1abfa","status":"passed","time":{"start":1706323017127,"stop":1706323017127,"duration":0}},{"uid":"af42f0698abb3ac9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/af42f0698abb3ac9","status":"passed","time":{"start":1706321333767,"stop":1706321333767,"duration":0}},{"uid":"32bc7d195ad1fad4","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/32bc7d195ad1fad4","status":"passed","time":{"start":1706115157109,"stop":1706115157109,"duration":0}},{"uid":"ed2a3bfff808b884","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ed2a3bfff808b884","status":"passed","time":{"start":1706114292040,"stop":1706114292040,"duration":0}},{"uid":"a839e8d13330b88e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a839e8d13330b88e","status":"passed","time":{"start":1706111755023,"stop":1706111755024,"duration":1}},{"uid":"e55be7495a6fd730","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e55be7495a6fd730","status":"passed","time":{"start":1706111454545,"stop":1706111454546,"duration":1}},{"uid":"d8834de3e73f6ede","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d8834de3e73f6ede","status":"passed","time":{"start":1706109346668,"stop":1706109346668,"duration":0}},{"uid":"b0bb1f6340f9aac8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b0bb1f6340f9aac8","status":"passed","time":{"start":1706103153477,"stop":1706103153477,"duration":0}},{"uid":"98fb5e0f3b3f8034","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/98fb5e0f3b3f8034","status":"passed","time":{"start":1706102905542,"stop":1706102905542,"duration":0}},{"uid":"6462ec30dc2ffe22","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6462ec30dc2ffe22","status":"passed","time":{"start":1706102263611,"stop":1706102263611,"duration":0}},{"uid":"493f16784b9377af","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/493f16784b9377af","status":"passed","time":{"start":1706102127475,"stop":1706102127475,"duration":0}}]},"072208f09f2bd5b964e04a2ae1bb4043:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":71,"unknown":0,"total":71},"items":[{"uid":"a4427e8bb3225783","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/a4427e8bb3225783","status":"passed","time":{"start":1705670143450,"stop":1705670143450,"duration":0}},{"uid":"e1af6148c86936a6","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/e1af6148c86936a6","status":"passed","time":{"start":1705666593280,"stop":1705666593281,"duration":1}},{"uid":"abd976978b6aa618","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/abd976978b6aa618","status":"passed","time":{"start":1705666428277,"stop":1705666428277,"duration":0}},{"uid":"6f41c2c0670a68e7","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/6f41c2c0670a68e7","status":"passed","time":{"start":1705665763567,"stop":1705665763567,"duration":0}},{"uid":"1b1246d54f357277","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/1b1246d54f357277","status":"passed","time":{"start":1705665427186,"stop":1705665427186,"duration":0}},{"uid":"c548e3206876f0a1","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/c548e3206876f0a1","status":"passed","time":{"start":1705665308555,"stop":1705665308555,"duration":0}},{"uid":"7c84400ea0e79f08","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/7c84400ea0e79f08","status":"passed","time":{"start":1705664593776,"stop":1705664593776,"duration":0}},{"uid":"9e7be38a8e9d2156","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/9e7be38a8e9d2156","status":"passed","time":{"start":1705593259179,"stop":1705593259179,"duration":0}},{"uid":"dcb2cb63722cd219","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/dcb2cb63722cd219","status":"passed","time":{"start":1705590869983,"stop":1705590869983,"duration":0}},{"uid":"b6908710123b855c","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/b6908710123b855c","status":"passed","time":{"start":1705590810878,"stop":1705590810879,"duration":1}},{"uid":"eea80b9647ffac50","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/eea80b9647ffac50","status":"passed","time":{"start":1705588950558,"stop":1705588950558,"duration":0}},{"uid":"8822e4c932c45d95","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/8822e4c932c45d95","status":"passed","time":{"start":1705584278009,"stop":1705584278010,"duration":1}},{"uid":"78f45c307cf85a8","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/78f45c307cf85a8","status":"passed","time":{"start":1705582417476,"stop":1705582417477,"duration":1}},{"uid":"d8fc7104ece50e36","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/d8fc7104ece50e36","status":"passed","time":{"start":1705580220344,"stop":1705580220344,"duration":0}},{"uid":"da28211cb948d64f","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/da28211cb948d64f","status":"passed","time":{"start":1705577758339,"stop":1705577758339,"duration":0}},{"uid":"8330b33efddfa6b3","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/8330b33efddfa6b3","status":"passed","time":{"start":1705577574985,"stop":1705577574985,"duration":0}},{"uid":"5bca54f8c2928c24","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/5bca54f8c2928c24","status":"passed","time":{"start":1705577228436,"stop":1705577228437,"duration":1}},{"uid":"54d506959c762dd4","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/54d506959c762dd4","status":"passed","time":{"start":1705577122597,"stop":1705577122597,"duration":0}},{"uid":"d34c4e4d28222a98","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/d34c4e4d28222a98","status":"passed","time":{"start":1705572698343,"stop":1705572698343,"duration":0}},{"uid":"5380943c6a9fdeb6","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/5380943c6a9fdeb6","status":"passed","time":{"start":1705572506351,"stop":1705572506352,"duration":1}}]},"045b8b6851c1c033b1538f3cabc87be2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c0552cb933b359","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/3c0552cb933b359","status":"passed","time":{"start":1705525288820,"stop":1705525288821,"duration":1}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"bb4d5081e823f2da","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb4d5081e823f2da","status":"passed","time":{"start":1706528965682,"stop":1706528965683,"duration":1}},{"uid":"188a34c299a10909","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/188a34c299a10909","status":"passed","time":{"start":1706527923882,"stop":1706527923883,"duration":1}},{"uid":"88975213a5ca4f6f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/88975213a5ca4f6f","status":"passed","time":{"start":1706526930856,"stop":1706526930857,"duration":1}},{"uid":"b8b5e03dfa1d4ba8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b8b5e03dfa1d4ba8","status":"passed","time":{"start":1706526632088,"stop":1706526632088,"duration":0}},{"uid":"c0728426a409c59f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c0728426a409c59f","status":"passed","time":{"start":1706526534076,"stop":1706526534077,"duration":1}},{"uid":"e4c5723b4522e44a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e4c5723b4522e44a","status":"passed","time":{"start":1706525958168,"stop":1706525958169,"duration":1}},{"uid":"29d9182e158b8aa4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/29d9182e158b8aa4","status":"passed","time":{"start":1706525436710,"stop":1706525436722,"duration":12}},{"uid":"208a4e1ab41129b0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/208a4e1ab41129b0","status":"passed","time":{"start":1706524982431,"stop":1706524982431,"duration":0}},{"uid":"1f22925cecf6552","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1f22925cecf6552","status":"passed","time":{"start":1706467678799,"stop":1706467678799,"duration":0}},{"uid":"8629cc92d00ce14","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8629cc92d00ce14","status":"passed","time":{"start":1706323040465,"stop":1706323040466,"duration":1}},{"uid":"144425db48b729fd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/144425db48b729fd","status":"passed","time":{"start":1706321353349,"stop":1706321353349,"duration":0}},{"uid":"4a46ed2bbac343f4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4a46ed2bbac343f4","status":"passed","time":{"start":1706114292381,"stop":1706114292382,"duration":1}},{"uid":"59faf7a88fb0b659","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/59faf7a88fb0b659","status":"passed","time":{"start":1706111780334,"stop":1706111780334,"duration":0}},{"uid":"82a7da461577c734","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/82a7da461577c734","status":"passed","time":{"start":1706111464020,"stop":1706111464020,"duration":0}},{"uid":"1940dee9005ede8e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1940dee9005ede8e","status":"passed","time":{"start":1706109370853,"stop":1706109370854,"duration":1}},{"uid":"77cd842e237a6520","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/77cd842e237a6520","status":"passed","time":{"start":1706103179176,"stop":1706103179177,"duration":1}},{"uid":"90b6e3d5bb698ac6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/90b6e3d5bb698ac6","status":"passed","time":{"start":1706102925541,"stop":1706102925541,"duration":0}},{"uid":"89cee3db2e4ccd53","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/89cee3db2e4ccd53","status":"passed","time":{"start":1706102273661,"stop":1706102273661,"duration":0}},{"uid":"a5e60c20ef248933","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a5e60c20ef248933","status":"passed","time":{"start":1706102152986,"stop":1706102152986,"duration":0}},{"uid":"b9f22b3f0100d257","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/b9f22b3f0100d257","status":"passed","time":{"start":1706101976580,"stop":1706101976581,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"a57f86a01f204dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a57f86a01f204dc","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"duration":0}},{"uid":"e43931f3b5c8aca9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e43931f3b5c8aca9","status":"passed","time":{"start":1706528057459,"stop":1706528057459,"duration":0}},{"uid":"5decc96fa3c5e228","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5decc96fa3c5e228","status":"passed","time":{"start":1706526914775,"stop":1706526914775,"duration":0}},{"uid":"5e306d98074c8cef","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5e306d98074c8cef","status":"passed","time":{"start":1706526612653,"stop":1706526612654,"duration":1}},{"uid":"4431ae56966ebd78","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4431ae56966ebd78","status":"passed","time":{"start":1706526514768,"stop":1706526514768,"duration":0}},{"uid":"ac2ea3b3d8d4db9e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ac2ea3b3d8d4db9e","status":"passed","time":{"start":1706525945112,"stop":1706525945112,"duration":0}},{"uid":"813b745717ef25c4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/813b745717ef25c4","status":"passed","time":{"start":1706525418827,"stop":1706525418827,"duration":0}},{"uid":"2c3a9bc27095bb0b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2c3a9bc27095bb0b","status":"passed","time":{"start":1706525116054,"stop":1706525116054,"duration":0}},{"uid":"f09865829fabd71f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f09865829fabd71f","status":"passed","time":{"start":1706467681212,"stop":1706467681213,"duration":1}},{"uid":"facbdcdd064544a1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/facbdcdd064544a1","status":"passed","time":{"start":1706323017125,"stop":1706323017126,"duration":1}},{"uid":"88ccdb7ebe3e887d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/88ccdb7ebe3e887d","status":"passed","time":{"start":1706321333766,"stop":1706321333766,"duration":0}},{"uid":"74b7e816651419e3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/74b7e816651419e3","status":"passed","time":{"start":1706115157107,"stop":1706115157108,"duration":1}},{"uid":"fa4f72cc68244a9a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fa4f72cc68244a9a","status":"passed","time":{"start":1706114292038,"stop":1706114292039,"duration":1}},{"uid":"e5e9f4cf14355c20","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e5e9f4cf14355c20","status":"passed","time":{"start":1706111755019,"stop":1706111755020,"duration":1}},{"uid":"179e42048d87a6f8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/179e42048d87a6f8","status":"passed","time":{"start":1706111454536,"stop":1706111454537,"duration":1}},{"uid":"eb6ab1a9f8a7b2b8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/eb6ab1a9f8a7b2b8","status":"passed","time":{"start":1706109346666,"stop":1706109346667,"duration":1}},{"uid":"ba7714b3f6118c6a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ba7714b3f6118c6a","status":"passed","time":{"start":1706103153475,"stop":1706103153475,"duration":0}},{"uid":"7049691b0ab9ef33","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7049691b0ab9ef33","status":"passed","time":{"start":1706102905539,"stop":1706102905540,"duration":1}},{"uid":"b87106a69543347a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b87106a69543347a","status":"passed","time":{"start":1706102263609,"stop":1706102263609,"duration":0}},{"uid":"90e577d85a57ee42","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/90e577d85a57ee42","status":"passed","time":{"start":1706102127474,"stop":1706102127474,"duration":0}}]},"30c3c0fac136a848a6252c4e5a9966cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad9d88be81c37040","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ad9d88be81c37040","status":"passed","time":{"start":1706525436709,"stop":1706525436709,"duration":0}}]},"0f96a19881330fd3dc59dc54431d19c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d451ac2c4f5234","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/1d451ac2c4f5234","status":"passed","time":{"start":1705591007327,"stop":1705591007328,"duration":1}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"5f072cb10e599f83","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5f072cb10e599f83","status":"passed","time":{"start":1706528752256,"stop":1706528752263,"duration":7}},{"uid":"3950388c688f20ee","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3950388c688f20ee","status":"passed","time":{"start":1706527720931,"stop":1706527720932,"duration":1}},{"uid":"8f2cf36527852bd6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8f2cf36527852bd6","status":"passed","time":{"start":1706526735908,"stop":1706526735908,"duration":0}},{"uid":"68d5a0d0dfcf3af0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/68d5a0d0dfcf3af0","status":"passed","time":{"start":1706526432824,"stop":1706526432824,"duration":0}},{"uid":"ef334c44c19b0189","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ef334c44c19b0189","status":"passed","time":{"start":1706526337882,"stop":1706526337882,"duration":0}},{"uid":"57c50f5eb2123043","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/57c50f5eb2123043","status":"passed","time":{"start":1706525766997,"stop":1706525766998,"duration":1}},{"uid":"fe4af6e2250fafe3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fe4af6e2250fafe3","status":"passed","time":{"start":1706525233962,"stop":1706525233962,"duration":0}},{"uid":"97ebdedc8e6510e9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/97ebdedc8e6510e9","status":"passed","time":{"start":1706524795122,"stop":1706524795123,"duration":1}},{"uid":"ad15a61b637c0135","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ad15a61b637c0135","status":"passed","time":{"start":1706467489023,"stop":1706467489024,"duration":1}},{"uid":"340eba57e730799c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/340eba57e730799c","status":"passed","time":{"start":1706322841816,"stop":1706322841816,"duration":0}},{"uid":"b74dce79c631aaaa","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b74dce79c631aaaa","status":"passed","time":{"start":1706321154962,"stop":1706321154963,"duration":1}},{"uid":"1f01a41c067dd027","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1f01a41c067dd027","status":"passed","time":{"start":1706244671173,"stop":1706244671174,"duration":1}},{"uid":"4489f680ca766d7a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/4489f680ca766d7a","status":"passed","time":{"start":1706242239397,"stop":1706242239397,"duration":0}},{"uid":"500bdfa677b8eca0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/500bdfa677b8eca0","status":"passed","time":{"start":1706114927747,"stop":1706114927747,"duration":0}},{"uid":"80522a99353d3b2c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/80522a99353d3b2c","status":"passed","time":{"start":1706114098425,"stop":1706114098425,"duration":0}},{"uid":"1d86ef94ee365794","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1d86ef94ee365794","status":"passed","time":{"start":1706111573214,"stop":1706111573214,"duration":0}},{"uid":"9e42daf0a7b5b6a1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9e42daf0a7b5b6a1","status":"passed","time":{"start":1706111262803,"stop":1706111262803,"duration":0}},{"uid":"bfa0311f3c110562","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bfa0311f3c110562","status":"passed","time":{"start":1706109165167,"stop":1706109165167,"duration":0}},{"uid":"70d57a38d4ef00ab","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/70d57a38d4ef00ab","status":"passed","time":{"start":1706102983251,"stop":1706102983252,"duration":1}},{"uid":"a3291882c4a241c6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a3291882c4a241c6","status":"passed","time":{"start":1706102722920,"stop":1706102722920,"duration":0}}]},"e33c4f9ea2ac460da04adcbda6b8ee6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"c8b57adb52a2480e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/c8b57adb52a2480e","status":"passed","time":{"start":1705520842601,"stop":1705520842602,"duration":1}},{"uid":"4ab3ac8d91d3ede3","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4ab3ac8d91d3ede3","status":"passed","time":{"start":1705518211223,"stop":1705518211224,"duration":1}},{"uid":"7fcf8080925d171","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7fcf8080925d171","status":"passed","time":{"start":1705518105988,"stop":1705518105988,"duration":0}},{"uid":"9932e0e772b3245c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9932e0e772b3245c","status":"passed","time":{"start":1705517988190,"stop":1705517988190,"duration":0}},{"uid":"5ea25845c88d7b98","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/5ea25845c88d7b98","status":"passed","time":{"start":1705508655516,"stop":1705508655516,"duration":0}},{"uid":"e0063f98e9f42df8","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/e0063f98e9f42df8","status":"passed","time":{"start":1705506482096,"stop":1705506482096,"duration":0}},{"uid":"59a01924f3f39b65","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/59a01924f3f39b65","status":"passed","time":{"start":1705502939554,"stop":1705502939554,"duration":0}},{"uid":"e92c56eea0614add","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e92c56eea0614add","status":"passed","time":{"start":1705502479556,"stop":1705502479556,"duration":0}},{"uid":"6b71559468bd3600","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/6b71559468bd3600","status":"passed","time":{"start":1705494937946,"stop":1705494937946,"duration":0}},{"uid":"c2faa081a485b315","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c2faa081a485b315","status":"passed","time":{"start":1705494940956,"stop":1705494940956,"duration":0}},{"uid":"792611d7c351d2b4","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/792611d7c351d2b4","status":"passed","time":{"start":1705494895035,"stop":1705494895035,"duration":0}},{"uid":"3cc57251a306e9f9","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/3cc57251a306e9f9","status":"passed","time":{"start":1705493464928,"stop":1705493464928,"duration":0}},{"uid":"80d7ee01c26013","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/80d7ee01c26013","status":"passed","time":{"start":1705493422436,"stop":1705493422437,"duration":1}},{"uid":"4e8439b990250066","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4e8439b990250066","status":"passed","time":{"start":1705485250484,"stop":1705485250484,"duration":0}},{"uid":"4ff809d11fe4eaf9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/4ff809d11fe4eaf9","status":"passed","time":{"start":1705485112222,"stop":1705485112222,"duration":0}},{"uid":"f2402d9042798fb3","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/f2402d9042798fb3","status":"passed","time":{"start":1705484354901,"stop":1705484354901,"duration":0}},{"uid":"8d5c3b7aaeeb85fe","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/8d5c3b7aaeeb85fe","status":"passed","time":{"start":1705469872227,"stop":1705469872227,"duration":0}},{"uid":"354c5e0b800ddf78","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/354c5e0b800ddf78","status":"passed","time":{"start":1705466939042,"stop":1705466939042,"duration":0}},{"uid":"2d39b51bd2cc9e1a","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/2d39b51bd2cc9e1a","status":"passed","time":{"start":1705435403983,"stop":1705435403984,"duration":1}},{"uid":"f733a3910061f85a","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/f733a3910061f85a","status":"passed","time":{"start":1705434864619,"stop":1705434864620,"duration":1}}]},"d5b29af67221ac11558155893f34371a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26073224e94e3a49","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/26073224e94e3a49","status":"passed","time":{"start":1706101530732,"stop":1706101530732,"duration":0}}]},"d6f5e02e7597f43f72f2fb0b889ea52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db8a84d3bf908d7d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/db8a84d3bf908d7d","status":"passed","time":{"start":1705912976202,"stop":1705912976203,"duration":1}}]},"4c6566846e78076b2c9831604e227ece:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b676fa4f6a4087","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/5b676fa4f6a4087","status":"passed","time":{"start":1705526869425,"stop":1705526869426,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"79b6bf70d915643","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/79b6bf70d915643","status":"passed","time":{"start":1706529232506,"stop":1706529232506,"duration":0}},{"uid":"b8d683e9772a42cc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b8d683e9772a42cc","status":"passed","time":{"start":1706528204727,"stop":1706528204728,"duration":1}},{"uid":"bec95e91ac133576","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bec95e91ac133576","status":"passed","time":{"start":1706527099430,"stop":1706527099430,"duration":0}},{"uid":"ee5f551d5dd4cae1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ee5f551d5dd4cae1","status":"passed","time":{"start":1706526797238,"stop":1706526797238,"duration":0}},{"uid":"d2c86127568be412","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d2c86127568be412","status":"passed","time":{"start":1706526702311,"stop":1706526702312,"duration":1}},{"uid":"2b164081f54c6125","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2b164081f54c6125","status":"passed","time":{"start":1706526144652,"stop":1706526144652,"duration":0}},{"uid":"a66e3df203f46e3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a66e3df203f46e3","status":"passed","time":{"start":1706525605502,"stop":1706525605503,"duration":1}},{"uid":"dacc3d19df746a18","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/dacc3d19df746a18","status":"passed","time":{"start":1706525237528,"stop":1706525237528,"duration":0}},{"uid":"dbcaeb2ef6d77611","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dbcaeb2ef6d77611","status":"passed","time":{"start":1706467847965,"stop":1706467847965,"duration":0}},{"uid":"11f05820b3aa597","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/11f05820b3aa597","status":"passed","time":{"start":1706323224603,"stop":1706323224604,"duration":1}},{"uid":"bdc55b4376f6adaf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bdc55b4376f6adaf","status":"passed","time":{"start":1706321490529,"stop":1706321490529,"duration":0}},{"uid":"ee3f5a44e34e4b31","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ee3f5a44e34e4b31","status":"passed","time":{"start":1706115297924,"stop":1706115297924,"duration":0}},{"uid":"f57fc62664616126","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f57fc62664616126","status":"passed","time":{"start":1706114468920,"stop":1706114468921,"duration":1}},{"uid":"b5430a1b37041310","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b5430a1b37041310","status":"passed","time":{"start":1706111928730,"stop":1706111928730,"duration":0}},{"uid":"7c63258814cab509","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7c63258814cab509","status":"passed","time":{"start":1706111629340,"stop":1706111629341,"duration":1}},{"uid":"f7c354749d9fc45e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f7c354749d9fc45e","status":"passed","time":{"start":1706109548378,"stop":1706109548378,"duration":0}},{"uid":"1104b02627087d60","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1104b02627087d60","status":"passed","time":{"start":1706103319941,"stop":1706103319941,"duration":0}},{"uid":"ce047d54c4f6bec6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ce047d54c4f6bec6","status":"passed","time":{"start":1706103066489,"stop":1706103066490,"duration":1}},{"uid":"f780c8d09f388554","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f780c8d09f388554","status":"passed","time":{"start":1706102448478,"stop":1706102448478,"duration":0}},{"uid":"260572f4030f2cfd","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/260572f4030f2cfd","status":"passed","time":{"start":1706102342953,"stop":1706102342953,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"ebae94bcf547ba33","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ebae94bcf547ba33","status":"passed","time":{"start":1706529333281,"stop":1706529333282,"duration":1}},{"uid":"fdf6d6edcc89aaee","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fdf6d6edcc89aaee","status":"passed","time":{"start":1706528290497,"stop":1706528290497,"duration":0}},{"uid":"c5fd22b64d4c0c77","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c5fd22b64d4c0c77","status":"passed","time":{"start":1706527264393,"stop":1706527264394,"duration":1}},{"uid":"69093acb9181711d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/69093acb9181711d","status":"passed","time":{"start":1706526976789,"stop":1706526976789,"duration":0}},{"uid":"7f366511b1538f6b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7f366511b1538f6b","status":"passed","time":{"start":1706526885819,"stop":1706526885819,"duration":0}},{"uid":"6e9e11c43540894b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6e9e11c43540894b","status":"passed","time":{"start":1706526330117,"stop":1706526330117,"duration":0}},{"uid":"731038c8485cca52","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/731038c8485cca52","status":"passed","time":{"start":1706525780744,"stop":1706525780744,"duration":0}},{"uid":"c4f3a6b4afa4b316","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c4f3a6b4afa4b316","status":"passed","time":{"start":1706525359515,"stop":1706525359515,"duration":0}},{"uid":"8472f9e2576d3341","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8472f9e2576d3341","status":"passed","time":{"start":1706468042655,"stop":1706468042656,"duration":1}},{"uid":"dbfea8c87b33dd9a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dbfea8c87b33dd9a","status":"passed","time":{"start":1706323386953,"stop":1706323386953,"duration":0}},{"uid":"c6f5978e7097bd6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c6f5978e7097bd6","status":"passed","time":{"start":1706321713116,"stop":1706321713117,"duration":1}},{"uid":"ffaedcea73598ff2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ffaedcea73598ff2","status":"passed","time":{"start":1706115482640,"stop":1706115482640,"duration":0}},{"uid":"9c8411757eb58970","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9c8411757eb58970","status":"passed","time":{"start":1706114635454,"stop":1706114635455,"duration":1}},{"uid":"ecc93e1eeab6dbee","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ecc93e1eeab6dbee","status":"passed","time":{"start":1706112127590,"stop":1706112127591,"duration":1}},{"uid":"6bf320de8f7c1c73","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6bf320de8f7c1c73","status":"passed","time":{"start":1706111809295,"stop":1706111809295,"duration":0}},{"uid":"ceaeb5dad199254a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ceaeb5dad199254a","status":"passed","time":{"start":1706109719553,"stop":1706109719553,"duration":0}},{"uid":"a01c0ad9b67955d2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a01c0ad9b67955d2","status":"passed","time":{"start":1706103518445,"stop":1706103518445,"duration":0}},{"uid":"2303f5294f75e435","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2303f5294f75e435","status":"passed","time":{"start":1706103305186,"stop":1706103305186,"duration":0}},{"uid":"3f5c2852f0e627d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3f5c2852f0e627d","status":"passed","time":{"start":1706102626870,"stop":1706102626870,"duration":0}},{"uid":"1c4ac899f0f54f00","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1c4ac899f0f54f00","status":"passed","time":{"start":1706102491918,"stop":1706102491919,"duration":1}}]},"68dd90afd16ce95c2839c8b2ebcf8a6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"684fe715ee1ee710","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/684fe715ee1ee710","status":"passed","time":{"start":1706100623777,"stop":1706100623778,"duration":1}}]},"073632714a93ab86bd51493f30caedb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"531c32e8f6b8f1d6","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/531c32e8f6b8f1d6","status":"passed","time":{"start":1706102491907,"stop":1706102491907,"duration":0}}]},"1a4c701da0907887262040b264f4fc8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bb46cee07bc138e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4bb46cee07bc138e","status":"passed","time":{"start":1705502261921,"stop":1705502261922,"duration":1}}]},"0c6568179be5253aea31a9f26ef37815:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1315994cf717849","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a1315994cf717849","status":"passed","time":{"start":1706101499462,"stop":1706101499462,"duration":0}}]},"3f10aa1a3e34797ed82f0620906cf333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80dcd01bf4bed4fa","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/80dcd01bf4bed4fa","status":"passed","time":{"start":1705677999862,"stop":1705677999862,"duration":0}}]},"a667ae5c17b3f60b0d1c7113a8cc94c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7fa4a4e10c59738","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d7fa4a4e10c59738","status":"passed","time":{"start":1706102385199,"stop":1706102385199,"duration":0}}]},"1b5d9d7986708d06fd6c815e37e820d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0295b186d989ec1","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/b0295b186d989ec1","status":"passed","time":{"start":1706101537675,"stop":1706101537675,"duration":0}}]},"b1dc1a3aa8b454a86c02f36dd4f8b10d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ec8feeb3d967734","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5ec8feeb3d967734","status":"passed","time":{"start":1706102507036,"stop":1706102507037,"duration":1}}]},"7ad0128e00435f83c46756d4157f7009:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efddc2e0a82ce846","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/efddc2e0a82ce846","status":"passed","time":{"start":1705392790621,"stop":1705392790621,"duration":0}}]},"340d7eb5eb64536c21939a0b67e791a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c120c9a1c4b7779","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/2c120c9a1c4b7779","status":"passed","time":{"start":1706099096977,"stop":1706099096977,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"9b577b0b20f70f64","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b577b0b20f70f64","status":"passed","time":{"start":1706528965676,"stop":1706528965677,"duration":1}},{"uid":"8685230a0b8482e7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8685230a0b8482e7","status":"passed","time":{"start":1706527923872,"stop":1706527923873,"duration":1}},{"uid":"23e0b3e6031531e0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/23e0b3e6031531e0","status":"passed","time":{"start":1706526930844,"stop":1706526930850,"duration":6}},{"uid":"dbe1f44d1cecc6d5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dbe1f44d1cecc6d5","status":"passed","time":{"start":1706526632075,"stop":1706526632075,"duration":0}},{"uid":"8ade715f7305b45a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8ade715f7305b45a","status":"passed","time":{"start":1706526534071,"stop":1706526534072,"duration":1}},{"uid":"9b36271a6d0fc8dd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9b36271a6d0fc8dd","status":"passed","time":{"start":1706525958160,"stop":1706525958160,"duration":0}},{"uid":"c3912c39c3083b2e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c3912c39c3083b2e","status":"passed","time":{"start":1706525436699,"stop":1706525436699,"duration":0}},{"uid":"c07eb87d35d35367","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c07eb87d35d35367","status":"passed","time":{"start":1706524982421,"stop":1706524982421,"duration":0}},{"uid":"47ab21d4d4cab2be","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/47ab21d4d4cab2be","status":"passed","time":{"start":1706467678794,"stop":1706467678794,"duration":0}},{"uid":"4f8b520680cd300","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4f8b520680cd300","status":"passed","time":{"start":1706323040461,"stop":1706323040461,"duration":0}},{"uid":"2070f9a2be8b0e7d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2070f9a2be8b0e7d","status":"passed","time":{"start":1706321353339,"stop":1706321353340,"duration":1}},{"uid":"a062ad6bcb8141c6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a062ad6bcb8141c6","status":"passed","time":{"start":1706114292331,"stop":1706114292331,"duration":0}},{"uid":"c9780463ec3441f2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c9780463ec3441f2","status":"passed","time":{"start":1706111780330,"stop":1706111780330,"duration":0}},{"uid":"5a35dd2652c72f0d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5a35dd2652c72f0d","status":"passed","time":{"start":1706111464014,"stop":1706111464014,"duration":0}},{"uid":"24832d3d2a2ae3da","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/24832d3d2a2ae3da","status":"passed","time":{"start":1706109370845,"stop":1706109370846,"duration":1}},{"uid":"278dc94c217cb48b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/278dc94c217cb48b","status":"passed","time":{"start":1706103179157,"stop":1706103179163,"duration":6}},{"uid":"ec59f819471bbdd6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ec59f819471bbdd6","status":"passed","time":{"start":1706102925535,"stop":1706102925535,"duration":0}},{"uid":"3db38b6a3fcea457","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3db38b6a3fcea457","status":"passed","time":{"start":1706102273657,"stop":1706102273657,"duration":0}},{"uid":"b7710fedf63e63af","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b7710fedf63e63af","status":"passed","time":{"start":1706102152977,"stop":1706102152977,"duration":0}},{"uid":"a826a3b333f461c5","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/a826a3b333f461c5","status":"passed","time":{"start":1706101976575,"stop":1706101976576,"duration":1}}]},"1d1c1ff46ae7f0937e17dc6606909114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7641671deda72fb0","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/7641671deda72fb0","status":"passed","time":{"start":1705526871960,"stop":1705526871961,"duration":1}}]},"0d39d475e97e8f8280bc8c87aff29969:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e150c526ca47a65","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/5e150c526ca47a65","status":"passed","time":{"start":1706101757860,"stop":1706101757860,"duration":0}}]},"ee581775bff00176c048fd1315b82069:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54adec84cd885a3f","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/54adec84cd885a3f","status":"passed","time":{"start":1705687381581,"stop":1705687381581,"duration":0}}]},"fae5f90eecd59bd6cce53c5ca5a01332:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f156632c26adf705","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/f156632c26adf705","status":"passed","time":{"start":1705439349005,"stop":1705439349005,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"56ed719724ee46d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/56ed719724ee46d","status":"passed","time":{"start":1706529297071,"stop":1706529297071,"duration":0}},{"uid":"4a83a670a93ea27","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4a83a670a93ea27","status":"passed","time":{"start":1706528272357,"stop":1706528272357,"duration":0}},{"uid":"5e272c177d47afb5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5e272c177d47afb5","status":"passed","time":{"start":1706527215976,"stop":1706527215977,"duration":1}},{"uid":"454e11d69348aea3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/454e11d69348aea3","status":"passed","time":{"start":1706526930055,"stop":1706526930055,"duration":0}},{"uid":"ddad62f154e05d3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ddad62f154e05d3","status":"passed","time":{"start":1706526828478,"stop":1706526828478,"duration":0}},{"uid":"b4d3af55e918130e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b4d3af55e918130e","status":"passed","time":{"start":1706526253845,"stop":1706526253845,"duration":0}},{"uid":"eed836a12d5a341d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/eed836a12d5a341d","status":"passed","time":{"start":1706525716607,"stop":1706525716608,"duration":1}},{"uid":"2063adb23980de53","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2063adb23980de53","status":"passed","time":{"start":1706525305322,"stop":1706525305323,"duration":1}},{"uid":"8691e931c4b6a62a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8691e931c4b6a62a","status":"passed","time":{"start":1706467969853,"stop":1706467969853,"duration":0}},{"uid":"54f427600304f1c3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/54f427600304f1c3","status":"passed","time":{"start":1706323337217,"stop":1706323337218,"duration":1}},{"uid":"5211e3df2008a5b9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5211e3df2008a5b9","status":"passed","time":{"start":1706321555209,"stop":1706321555209,"duration":0}},{"uid":"259dd2963e581e39","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/259dd2963e581e39","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927226,"stop":1706244927226,"duration":0}},{"uid":"c7e2eb12690788c6","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c7e2eb12690788c6","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486034,"stop":1706242486034,"duration":0}},{"uid":"568aa365b7b54847","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/568aa365b7b54847","status":"passed","time":{"start":1706115454682,"stop":1706115454682,"duration":0}},{"uid":"f0dc53b42b2acf84","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f0dc53b42b2acf84","status":"passed","time":{"start":1706114588209,"stop":1706114588209,"duration":0}},{"uid":"3f39d4e47be3f481","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3f39d4e47be3f481","status":"passed","time":{"start":1706112067729,"stop":1706112067729,"duration":0}},{"uid":"2e49f5a4ea399779","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2e49f5a4ea399779","status":"passed","time":{"start":1706111759505,"stop":1706111759505,"duration":0}},{"uid":"4bdd02814f25fdc5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4bdd02814f25fdc5","status":"passed","time":{"start":1706109683579,"stop":1706109683579,"duration":0}},{"uid":"2bf53e85b41649b2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2bf53e85b41649b2","status":"passed","time":{"start":1706103380774,"stop":1706103380774,"duration":0}},{"uid":"b7e30345ab6d5b02","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b7e30345ab6d5b02","status":"passed","time":{"start":1706103218561,"stop":1706103218562,"duration":1}}]},"72eea1112e7621621be3820afea63121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe68018198bed72c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fe68018198bed72c","status":"passed","time":{"start":1706111464018,"stop":1706111464018,"duration":0}}]},"c964f303450bbafc97763cf2c6f41362:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":37,"unknown":0,"total":39},"items":[{"uid":"eaebebe4ff562471","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/eaebebe4ff562471","status":"passed","time":{"start":1705520815475,"stop":1705520815475,"duration":0}},{"uid":"e87881f24cc5cdab","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/e87881f24cc5cdab","status":"passed","time":{"start":1705518208990,"stop":1705518208990,"duration":0}},{"uid":"cdb54eee903681ea","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/cdb54eee903681ea","status":"passed","time":{"start":1705518112850,"stop":1705518112851,"duration":1}},{"uid":"116b5c3f4f9bf3b5","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/116b5c3f4f9bf3b5","status":"passed","time":{"start":1705517988382,"stop":1705517988382,"duration":0}},{"uid":"be8634b5a9980287","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/be8634b5a9980287","status":"passed","time":{"start":1705508651527,"stop":1705508651527,"duration":0}},{"uid":"5a3463b875fd69a1","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/5a3463b875fd69a1","status":"passed","time":{"start":1705506479141,"stop":1705506479142,"duration":1}},{"uid":"588da3371587c3c2","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/588da3371587c3c2","status":"passed","time":{"start":1705502938680,"stop":1705502938681,"duration":1}},{"uid":"634bc5f559de5c28","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/634bc5f559de5c28","status":"passed","time":{"start":1705502478102,"stop":1705502478103,"duration":1}},{"uid":"63fe61f8e0c39e1a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/63fe61f8e0c39e1a","status":"passed","time":{"start":1705494884675,"stop":1705494884675,"duration":0}},{"uid":"52808289f8338f2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/52808289f8338f2","status":"passed","time":{"start":1705494937591,"stop":1705494937592,"duration":1}},{"uid":"59ffd752c09268aa","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/59ffd752c09268aa","status":"passed","time":{"start":1705494894073,"stop":1705494894074,"duration":1}},{"uid":"f24d22b3df8367bc","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f24d22b3df8367bc","status":"passed","time":{"start":1705493458473,"stop":1705493458473,"duration":0}},{"uid":"ace661181a5c19bf","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/ace661181a5c19bf","status":"passed","time":{"start":1705493421077,"stop":1705493421078,"duration":1}},{"uid":"6ef8ae2ddcd429b2","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/6ef8ae2ddcd429b2","status":"passed","time":{"start":1705485246690,"stop":1705485246691,"duration":1}},{"uid":"92945eebd6153c17","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/92945eebd6153c17","status":"passed","time":{"start":1705485106617,"stop":1705485106618,"duration":1}},{"uid":"6a093a71c6c2693b","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/6a093a71c6c2693b","status":"passed","time":{"start":1705484353072,"stop":1705484353073,"duration":1}},{"uid":"c884ea76c2a3e809","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/c884ea76c2a3e809","status":"passed","time":{"start":1705469867092,"stop":1705469867092,"duration":0}},{"uid":"7848327e341687d2","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/7848327e341687d2","status":"passed","time":{"start":1705466933255,"stop":1705466933256,"duration":1}},{"uid":"65c1a7a3270962c","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/65c1a7a3270962c","status":"passed","time":{"start":1705435401892,"stop":1705435401892,"duration":0}},{"uid":"4a642b435b0e2f53","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/4a642b435b0e2f53","status":"passed","time":{"start":1705434866463,"stop":1705434866464,"duration":1}}]},"e27786fe8505279e83a63d954872a242:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"975061414e4ab0c8","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/975061414e4ab0c8","status":"passed","time":{"start":1705520842599,"stop":1705520842599,"duration":0}},{"uid":"d42c0f617e40c43c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/d42c0f617e40c43c","status":"passed","time":{"start":1705518211220,"stop":1705518211220,"duration":0}},{"uid":"8753b0423e1e07ed","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/8753b0423e1e07ed","status":"passed","time":{"start":1705518105985,"stop":1705518105986,"duration":1}},{"uid":"d079494cdbadf3d7","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d079494cdbadf3d7","status":"passed","time":{"start":1705517988165,"stop":1705517988165,"duration":0}},{"uid":"1cc261e2337763ac","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/1cc261e2337763ac","status":"passed","time":{"start":1705508655509,"stop":1705508655510,"duration":1}},{"uid":"2ec03305beede29","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2ec03305beede29","status":"passed","time":{"start":1705506482092,"stop":1705506482092,"duration":0}},{"uid":"7eb0930ccca8754d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/7eb0930ccca8754d","status":"passed","time":{"start":1705502939551,"stop":1705502939552,"duration":1}},{"uid":"bb9c8808505d73a2","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/bb9c8808505d73a2","status":"passed","time":{"start":1705502479552,"stop":1705502479552,"duration":0}},{"uid":"98f628145450266d","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/98f628145450266d","status":"passed","time":{"start":1705494937942,"stop":1705494937942,"duration":0}},{"uid":"efc20ab9db21b80d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/efc20ab9db21b80d","status":"passed","time":{"start":1705494940952,"stop":1705494940952,"duration":0}},{"uid":"83438f5d60185f2b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/83438f5d60185f2b","status":"passed","time":{"start":1705494895032,"stop":1705494895032,"duration":0}},{"uid":"f37caa78adde7bd1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f37caa78adde7bd1","status":"passed","time":{"start":1705493464925,"stop":1705493464925,"duration":0}},{"uid":"cea2441b2963424a","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/cea2441b2963424a","status":"passed","time":{"start":1705493422433,"stop":1705493422433,"duration":0}},{"uid":"f337ea76bfd65ab4","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/f337ea76bfd65ab4","status":"passed","time":{"start":1705485250480,"stop":1705485250481,"duration":1}},{"uid":"56253681ce426c70","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/56253681ce426c70","status":"passed","time":{"start":1705485112219,"stop":1705485112219,"duration":0}},{"uid":"9b156e4ea4d88f91","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/9b156e4ea4d88f91","status":"passed","time":{"start":1705484354898,"stop":1705484354898,"duration":0}},{"uid":"6d834b82b88652aa","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/6d834b82b88652aa","status":"passed","time":{"start":1705469872223,"stop":1705469872224,"duration":1}},{"uid":"44513f2e7d3281a2","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/44513f2e7d3281a2","status":"passed","time":{"start":1705466939039,"stop":1705466939039,"duration":0}},{"uid":"9156ae296a139d0d","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/9156ae296a139d0d","status":"passed","time":{"start":1705435403980,"stop":1705435403980,"duration":0}},{"uid":"2fee08ca3c92663f","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/2fee08ca3c92663f","status":"passed","time":{"start":1705434864616,"stop":1705434864616,"duration":0}}]},"fc17e442fa00ada5db080db309ad7f34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d770de10fa07eeed","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/d770de10fa07eeed","status":"passed","time":{"start":1705521838516,"stop":1705521838517,"duration":1}}]},"9a95479f149c773f8c618f4b50fbbb5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3aeaccf39274cd62","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/3aeaccf39274cd62","status":"passed","time":{"start":1705518246816,"stop":1705518246816,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"3a3a4c6f5cdc05b8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a3a4c6f5cdc05b8","status":"passed","time":{"start":1706529395069,"stop":1706529395069,"duration":0}},{"uid":"af73fc9df3aa4080","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/af73fc9df3aa4080","status":"passed","time":{"start":1706528358754,"stop":1706528358754,"duration":0}},{"uid":"129e1404fb02a769","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/129e1404fb02a769","status":"passed","time":{"start":1706527285975,"stop":1706527285976,"duration":1}},{"uid":"3a454788fff76250","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3a454788fff76250","status":"passed","time":{"start":1706527028625,"stop":1706527028626,"duration":1}},{"uid":"4aeb6c62b19f446","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4aeb6c62b19f446","status":"passed","time":{"start":1706526935250,"stop":1706526935250,"duration":0}},{"uid":"69d4745a61d49bdd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/69d4745a61d49bdd","status":"passed","time":{"start":1706526371060,"stop":1706526371060,"duration":0}},{"uid":"5d297a3445d7e0a3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5d297a3445d7e0a3","status":"passed","time":{"start":1706525823088,"stop":1706525823089,"duration":1}},{"uid":"38c1780c3ac4dc8a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/38c1780c3ac4dc8a","status":"passed","time":{"start":1706525412647,"stop":1706525412648,"duration":1}},{"uid":"ae2ca9b30dd5ccd0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ae2ca9b30dd5ccd0","status":"passed","time":{"start":1706468076201,"stop":1706468076202,"duration":1}},{"uid":"14dcf2e1cca1e76","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/14dcf2e1cca1e76","status":"passed","time":{"start":1706323445951,"stop":1706323445951,"duration":0}},{"uid":"ddff43473c24ca9a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ddff43473c24ca9a","status":"passed","time":{"start":1706321706183,"stop":1706321706184,"duration":1}},{"uid":"3368700b2ba43e2e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3368700b2ba43e2e","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932814,"stop":1706244932815,"duration":1}},{"uid":"b29c9ec2197e8ba5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b29c9ec2197e8ba5","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486094,"stop":1706242486095,"duration":1}},{"uid":"38bc47d217910c81","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/38bc47d217910c81","status":"passed","time":{"start":1706115514825,"stop":1706115514825,"duration":0}},{"uid":"1ad33fd2cecf5f23","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1ad33fd2cecf5f23","status":"passed","time":{"start":1706114699439,"stop":1706114699439,"duration":0}},{"uid":"9189224e56a21ad2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9189224e56a21ad2","status":"passed","time":{"start":1706112167448,"stop":1706112167448,"duration":0}},{"uid":"ba17eb59757a9389","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ba17eb59757a9389","status":"passed","time":{"start":1706111851848,"stop":1706111851853,"duration":5}},{"uid":"d48ab4803a4e0cd4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d48ab4803a4e0cd4","status":"passed","time":{"start":1706109770215,"stop":1706109770215,"duration":0}},{"uid":"fe361409564b933f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fe361409564b933f","status":"passed","time":{"start":1706103489249,"stop":1706103489249,"duration":0}},{"uid":"e954106a787f1787","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e954106a787f1787","status":"passed","time":{"start":1706103311683,"stop":1706103311684,"duration":1}}]},"ef554d727d1683580dd3cdd2027f2991:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83072c3bb03a36a7","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/83072c3bb03a36a7","status":"passed","time":{"start":1705435401901,"stop":1705435401901,"duration":0}}]},"27a79f689c0b2c7b7a0599d680f42804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db001f6af0f83a2a","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/db001f6af0f83a2a","status":"passed","time":{"start":1705526927159,"stop":1705526927160,"duration":1}}]},"fc693a97d52ca62c902b9f5eb1ffc155:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d41b649e2364da0c","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/d41b649e2364da0c","status":"passed","time":{"start":1706101369628,"stop":1706101369628,"duration":0}}]},"42b0f436f4529b917afb7ee5e0d7dc08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f84ad7c1da15b60","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/7f84ad7c1da15b60","status":"passed","time":{"start":1706101530738,"stop":1706101530738,"duration":0}}]},"8f3e5085f8e7b6740e36eac728164b14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54e0e68958517158","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/54e0e68958517158","status":"passed","time":{"start":1706111870572,"stop":1706111870572,"duration":0}}]},"d9e67f14f461ede79612496e8d8b6987:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dca15fa7c4a2ef1","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/6dca15fa7c4a2ef1","status":"passed","time":{"start":1706077690011,"stop":1706077690011,"duration":0}}]},"c880b8c7f69f23c177fb41c4528870a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b2ee92feb2df22f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9b2ee92feb2df22f","status":"passed","time":{"start":1706468042652,"stop":1706468042652,"duration":0}}]},"eff4bba6742ec7049c4d001916c16c65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"397cb59820e2e041","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/397cb59820e2e041","status":"passed","time":{"start":1705494957582,"stop":1705494957582,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"d844d3a307366f69","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d844d3a307366f69","status":"passed","time":{"start":1706529367471,"stop":1706529367471,"duration":0}},{"uid":"d4b6b0d16720c8c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d4b6b0d16720c8c","status":"passed","time":{"start":1706528339932,"stop":1706528339932,"duration":0}},{"uid":"6407c83d29535a4b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6407c83d29535a4b","status":"passed","time":{"start":1706527181584,"stop":1706527181584,"duration":0}},{"uid":"f5d930803de4d061","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f5d930803de4d061","status":"passed","time":{"start":1706527016300,"stop":1706527016300,"duration":0}},{"uid":"b6360c37dddeb04f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b6360c37dddeb04f","status":"passed","time":{"start":1706526929201,"stop":1706526929201,"duration":0}},{"uid":"45dd2ba5c643ef77","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/45dd2ba5c643ef77","status":"passed","time":{"start":1706526355578,"stop":1706526355579,"duration":1}},{"uid":"353a9371585dc964","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/353a9371585dc964","status":"passed","time":{"start":1706525825280,"stop":1706525825281,"duration":1}},{"uid":"ff50aa0ffd2a0fe7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ff50aa0ffd2a0fe7","status":"passed","time":{"start":1706525414588,"stop":1706525414589,"duration":1}},{"uid":"1c8ccc68101b6eb1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1c8ccc68101b6eb1","status":"passed","time":{"start":1706468084969,"stop":1706468084971,"duration":2}},{"uid":"89c1b41989c65733","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/89c1b41989c65733","status":"passed","time":{"start":1706323430974,"stop":1706323430974,"duration":0}},{"uid":"3b505f659f888769","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3b505f659f888769","status":"passed","time":{"start":1706321743968,"stop":1706321743969,"duration":1}},{"uid":"529fc99f8250ea9e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/529fc99f8250ea9e","status":"passed","time":{"start":1706115449588,"stop":1706115449589,"duration":1}},{"uid":"c36a072156737aee","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c36a072156737aee","status":"passed","time":{"start":1706114706812,"stop":1706114706812,"duration":0}},{"uid":"a41c110be4c74c90","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a41c110be4c74c90","status":"passed","time":{"start":1706112158275,"stop":1706112158276,"duration":1}},{"uid":"b8bcae1e4e3b55e8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b8bcae1e4e3b55e8","status":"passed","time":{"start":1706111870567,"stop":1706111870567,"duration":0}},{"uid":"c82558861b28b718","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c82558861b28b718","status":"passed","time":{"start":1706109756253,"stop":1706109756254,"duration":1}},{"uid":"8f0ed8baa8619cc8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8f0ed8baa8619cc8","status":"passed","time":{"start":1706103332263,"stop":1706103332263,"duration":0}},{"uid":"100c32117ad56525","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/100c32117ad56525","status":"passed","time":{"start":1706102670268,"stop":1706102670269,"duration":1}},{"uid":"ef87c234015cda47","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ef87c234015cda47","status":"passed","time":{"start":1706102539197,"stop":1706102539197,"duration":0}},{"uid":"42c490ed8911dbee","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/42c490ed8911dbee","status":"passed","time":{"start":1706102378579,"stop":1706102378579,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"442e114eb022c00e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/442e114eb022c00e","status":"passed","time":{"start":1706529297071,"stop":1706529297072,"duration":1}},{"uid":"9f60f3d7d2621468","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9f60f3d7d2621468","status":"passed","time":{"start":1706528272358,"stop":1706528272358,"duration":0}},{"uid":"68ad1d073cfa2d19","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/68ad1d073cfa2d19","status":"passed","time":{"start":1706527215977,"stop":1706527215978,"duration":1}},{"uid":"fd8b270362e999fe","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fd8b270362e999fe","status":"passed","time":{"start":1706526930055,"stop":1706526930056,"duration":1}},{"uid":"d78bc865465f8fa3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d78bc865465f8fa3","status":"passed","time":{"start":1706526828478,"stop":1706526828479,"duration":1}},{"uid":"feac257718c61d46","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/feac257718c61d46","status":"passed","time":{"start":1706526253846,"stop":1706526253878,"duration":32}},{"uid":"ea197e4d4ea15fc0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ea197e4d4ea15fc0","status":"passed","time":{"start":1706525716608,"stop":1706525716608,"duration":0}},{"uid":"39934101af2e82bf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/39934101af2e82bf","status":"passed","time":{"start":1706525305323,"stop":1706525305323,"duration":0}},{"uid":"b2bece5ab76b84ce","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b2bece5ab76b84ce","status":"passed","time":{"start":1706467969853,"stop":1706467969854,"duration":1}},{"uid":"d9675e1c0b08f5e1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d9675e1c0b08f5e1","status":"passed","time":{"start":1706323337218,"stop":1706323337219,"duration":1}},{"uid":"3eb02a14eccf63f8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3eb02a14eccf63f8","status":"passed","time":{"start":1706321555209,"stop":1706321555210,"duration":1}},{"uid":"3d6d73c5db4415d2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3d6d73c5db4415d2","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927228,"stop":1706244927229,"duration":1}},{"uid":"4a437fa8a7930620","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/4a437fa8a7930620","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486044,"stop":1706242486044,"duration":0}},{"uid":"920a8e72291afb75","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/920a8e72291afb75","status":"passed","time":{"start":1706115454683,"stop":1706115454684,"duration":1}},{"uid":"6bcc34cafdfb948","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6bcc34cafdfb948","status":"passed","time":{"start":1706114588209,"stop":1706114588209,"duration":0}},{"uid":"aed407cec336dc0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/aed407cec336dc0","status":"passed","time":{"start":1706112067729,"stop":1706112067730,"duration":1}},{"uid":"2c4b593ab9b618f4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2c4b593ab9b618f4","status":"passed","time":{"start":1706111759506,"stop":1706111759506,"duration":0}},{"uid":"fbb3c5a93f53d843","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fbb3c5a93f53d843","status":"passed","time":{"start":1706109683579,"stop":1706109683579,"duration":0}},{"uid":"2bc0bd6fe0073d5d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2bc0bd6fe0073d5d","status":"passed","time":{"start":1706103380774,"stop":1706103380776,"duration":2}},{"uid":"22d7f9a3171806be","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/22d7f9a3171806be","status":"passed","time":{"start":1706103218562,"stop":1706103218562,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":61,"unknown":0,"total":61},"items":[{"uid":"ed21b9ec5322284","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ed21b9ec5322284","status":"passed","time":{"start":1706529092190,"stop":1706529092191,"duration":1}},{"uid":"54ba4fe376a6c3d7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/54ba4fe376a6c3d7","status":"passed","time":{"start":1706528057412,"stop":1706528057413,"duration":1}},{"uid":"66a9e8a29ea98f7b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/66a9e8a29ea98f7b","status":"passed","time":{"start":1706526914748,"stop":1706526914749,"duration":1}},{"uid":"f026453895b521c5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f026453895b521c5","status":"passed","time":{"start":1706526612604,"stop":1706526612605,"duration":1}},{"uid":"50101d7cf66498f4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/50101d7cf66498f4","status":"passed","time":{"start":1706526514744,"stop":1706526514745,"duration":1}},{"uid":"66869d10c59bee34","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/66869d10c59bee34","status":"passed","time":{"start":1706525945092,"stop":1706525945092,"duration":0}},{"uid":"1a53e8e7c67daa7b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1a53e8e7c67daa7b","status":"passed","time":{"start":1706525418807,"stop":1706525418808,"duration":1}},{"uid":"9c3e99fb5cf86429","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9c3e99fb5cf86429","status":"passed","time":{"start":1706525116035,"stop":1706525116036,"duration":1}},{"uid":"487997f8254f637e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/487997f8254f637e","status":"passed","time":{"start":1706467681179,"stop":1706467681180,"duration":1}},{"uid":"56883f02105ad8a6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/56883f02105ad8a6","status":"passed","time":{"start":1706323017109,"stop":1706323017110,"duration":1}},{"uid":"c2ce50dc52b9ed0b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c2ce50dc52b9ed0b","status":"passed","time":{"start":1706321333732,"stop":1706321333734,"duration":2}},{"uid":"1838c72802def689","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1838c72802def689","status":"passed","time":{"start":1706244762203,"stop":1706244762203,"duration":0}},{"uid":"99b4ec30ed87065a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/99b4ec30ed87065a","status":"passed","time":{"start":1706242326830,"stop":1706242326831,"duration":1}},{"uid":"ca0c6ededb5c352c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ca0c6ededb5c352c","status":"passed","time":{"start":1706115157079,"stop":1706115157079,"duration":0}},{"uid":"8ab5d2ebcbb697d3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8ab5d2ebcbb697d3","status":"passed","time":{"start":1706114292015,"stop":1706114292015,"duration":0}},{"uid":"fc3652200a0a2563","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fc3652200a0a2563","status":"passed","time":{"start":1706111754953,"stop":1706111754953,"duration":0}},{"uid":"d2d880fa9712b06c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d2d880fa9712b06c","status":"passed","time":{"start":1706111454515,"stop":1706111454515,"duration":0}},{"uid":"8a9c356cb64dfb7f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8a9c356cb64dfb7f","status":"passed","time":{"start":1706109346646,"stop":1706109346647,"duration":1}},{"uid":"f92ab22c99019806","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f92ab22c99019806","status":"passed","time":{"start":1706103153451,"stop":1706103153452,"duration":1}},{"uid":"3368316a81bf5adc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3368316a81bf5adc","status":"passed","time":{"start":1706102905507,"stop":1706102905508,"duration":1}}]},"8882c4a1722b80b0baa87a51b8999ca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"275ee064a7c6269","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/275ee064a7c6269","status":"passed","time":{"start":1705677864492,"stop":1705677864493,"duration":1}}]},"23276e029d669b8790114675a2e66d06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcea9927d2187bb9","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/fcea9927d2187bb9","status":"passed","time":{"start":1705572638413,"stop":1705572638413,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"b95bf8312d67685e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b95bf8312d67685e","status":"passed","time":{"start":1706528787517,"stop":1706528787518,"duration":1}},{"uid":"5f83ec6209b9be46","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5f83ec6209b9be46","status":"passed","time":{"start":1706527760841,"stop":1706527760841,"duration":0}},{"uid":"e3e78d01963a4524","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e3e78d01963a4524","status":"passed","time":{"start":1706526770926,"stop":1706526770927,"duration":1}},{"uid":"dd26f48694fd62ce","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dd26f48694fd62ce","status":"passed","time":{"start":1706526471044,"stop":1706526471045,"duration":1}},{"uid":"49a199ba2e007a6c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/49a199ba2e007a6c","status":"passed","time":{"start":1706526378817,"stop":1706526378818,"duration":1}},{"uid":"b84d94fa1567ad9c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b84d94fa1567ad9c","status":"passed","time":{"start":1706525802342,"stop":1706525802343,"duration":1}},{"uid":"a050dc5c89dc19a6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a050dc5c89dc19a6","status":"passed","time":{"start":1706525269706,"stop":1706525269706,"duration":0}},{"uid":"1a4e95a7fc81e191","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1a4e95a7fc81e191","status":"passed","time":{"start":1706524832178,"stop":1706524832179,"duration":1}},{"uid":"4349115b5b5c2c4a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4349115b5b5c2c4a","status":"passed","time":{"start":1706467526664,"stop":1706467526664,"duration":0}},{"uid":"c3751d8cb280a248","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c3751d8cb280a248","status":"passed","time":{"start":1706322876705,"stop":1706322876706,"duration":1}},{"uid":"235c44421c65ea74","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/235c44421c65ea74","status":"passed","time":{"start":1706321192891,"stop":1706321192891,"duration":0}},{"uid":"2b65cdac02233554","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2b65cdac02233554","status":"passed","time":{"start":1706244711610,"stop":1706244711610,"duration":0}},{"uid":"d822701e05e825d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d822701e05e825d","status":"passed","time":{"start":1706242276197,"stop":1706242276197,"duration":0}},{"uid":"827c0e61e284d034","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/827c0e61e284d034","status":"passed","time":{"start":1706114963439,"stop":1706114963439,"duration":0}},{"uid":"1f598aad1360e017","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1f598aad1360e017","status":"passed","time":{"start":1706114132500,"stop":1706114132500,"duration":0}},{"uid":"b9cd571636ec715f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b9cd571636ec715f","status":"passed","time":{"start":1706111608351,"stop":1706111608352,"duration":1}},{"uid":"a5da2404b8b88c59","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a5da2404b8b88c59","status":"passed","time":{"start":1706111301203,"stop":1706111301203,"duration":0}},{"uid":"f514b28dea0b220a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f514b28dea0b220a","status":"passed","time":{"start":1706109202173,"stop":1706109202173,"duration":0}},{"uid":"bc2ef8698ee87743","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bc2ef8698ee87743","status":"passed","time":{"start":1706103019522,"stop":1706103019523,"duration":1}},{"uid":"e5d5e61299ceb57","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e5d5e61299ceb57","status":"passed","time":{"start":1706102766896,"stop":1706102766897,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"5c39e4bfb9fdb34b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c39e4bfb9fdb34b","status":"passed","time":{"start":1706529333234,"stop":1706529333235,"duration":1}},{"uid":"2ff626f69d25c633","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2ff626f69d25c633","status":"passed","time":{"start":1706528290452,"stop":1706528290452,"duration":0}},{"uid":"4e450cfd3d7fbbc1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4e450cfd3d7fbbc1","status":"passed","time":{"start":1706527264309,"stop":1706527264309,"duration":0}},{"uid":"972ffef6cad920e0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/972ffef6cad920e0","status":"passed","time":{"start":1706526976760,"stop":1706526976761,"duration":1}},{"uid":"5a36970f96b60b9c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5a36970f96b60b9c","status":"passed","time":{"start":1706526885799,"stop":1706526885800,"duration":1}},{"uid":"32cc777a2dcc979b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/32cc777a2dcc979b","status":"passed","time":{"start":1706526330089,"stop":1706526330090,"duration":1}},{"uid":"e355d208eac0af05","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e355d208eac0af05","status":"passed","time":{"start":1706525780716,"stop":1706525780717,"duration":1}},{"uid":"207d0136a9ccc1cd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/207d0136a9ccc1cd","status":"passed","time":{"start":1706525359483,"stop":1706525359484,"duration":1}},{"uid":"d2e471bda44c6edd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d2e471bda44c6edd","status":"passed","time":{"start":1706468042627,"stop":1706468042628,"duration":1}},{"uid":"8e3daefb69183e8a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8e3daefb69183e8a","status":"passed","time":{"start":1706323386912,"stop":1706323386913,"duration":1}},{"uid":"a09975c36fa71848","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a09975c36fa71848","status":"passed","time":{"start":1706321713084,"stop":1706321713086,"duration":2}},{"uid":"eb165f648e53e1d7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/eb165f648e53e1d7","status":"passed","time":{"start":1706115482602,"stop":1706115482603,"duration":1}},{"uid":"39f030da6791c44a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/39f030da6791c44a","status":"passed","time":{"start":1706114635374,"stop":1706114635374,"duration":0}},{"uid":"a8ce7c9dd60b0475","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a8ce7c9dd60b0475","status":"passed","time":{"start":1706112127512,"stop":1706112127512,"duration":0}},{"uid":"a46d0cbb8dc0f412","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a46d0cbb8dc0f412","status":"passed","time":{"start":1706111809252,"stop":1706111809253,"duration":1}},{"uid":"3f2025ab77123fa0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3f2025ab77123fa0","status":"passed","time":{"start":1706109719514,"stop":1706109719514,"duration":0}},{"uid":"281bad0aeda9b92e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/281bad0aeda9b92e","status":"passed","time":{"start":1706103518428,"stop":1706103518428,"duration":0}},{"uid":"8be210c4da813a5f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8be210c4da813a5f","status":"passed","time":{"start":1706103305148,"stop":1706103305149,"duration":1}},{"uid":"e43518646234537d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e43518646234537d","status":"passed","time":{"start":1706102626845,"stop":1706102626845,"duration":0}},{"uid":"4f1c5ab3f706df65","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4f1c5ab3f706df65","status":"passed","time":{"start":1706102491819,"stop":1706102491819,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"b1270748216703b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b1270748216703b2","status":"passed","time":{"start":1706529403568,"stop":1706529403568,"duration":0}},{"uid":"2435ac6b28a7dd4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2435ac6b28a7dd4","status":"passed","time":{"start":1706528357080,"stop":1706528357080,"duration":0}},{"uid":"e350e8447b547c1d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e350e8447b547c1d","status":"passed","time":{"start":1706527326686,"stop":1706527326687,"duration":1}},{"uid":"fe6310c652f734b6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fe6310c652f734b6","status":"passed","time":{"start":1706527049791,"stop":1706527049791,"duration":0}},{"uid":"215658e5b774fc3d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/215658e5b774fc3d","status":"passed","time":{"start":1706526961435,"stop":1706526961436,"duration":1}},{"uid":"15230f86335de065","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/15230f86335de065","status":"passed","time":{"start":1706526404274,"stop":1706526404274,"duration":0}},{"uid":"2024b1a327444420","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2024b1a327444420","status":"passed","time":{"start":1706525849950,"stop":1706525849950,"duration":0}},{"uid":"447dd7c48a655a98","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/447dd7c48a655a98","status":"passed","time":{"start":1706525432942,"stop":1706525432943,"duration":1}},{"uid":"a79916371d22e47f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a79916371d22e47f","status":"passed","time":{"start":1706468114341,"stop":1706468114342,"duration":1}},{"uid":"c978e10421ab5b98","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c978e10421ab5b98","status":"passed","time":{"start":1706323469643,"stop":1706323469643,"duration":0}},{"uid":"1653e04cd45aca6e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1653e04cd45aca6e","status":"passed","time":{"start":1706321771785,"stop":1706321771785,"duration":0}},{"uid":"b2323bfa33fdcd61","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b2323bfa33fdcd61","status":"passed","time":{"start":1706115542391,"stop":1706115542391,"duration":0}},{"uid":"85c9c4ad970447a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/85c9c4ad970447a","status":"passed","time":{"start":1706114725914,"stop":1706114725914,"duration":0}},{"uid":"fb5be3f95c566268","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fb5be3f95c566268","status":"passed","time":{"start":1706112199258,"stop":1706112199258,"duration":0}},{"uid":"402c680d2ec598c8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/402c680d2ec598c8","status":"passed","time":{"start":1706111893731,"stop":1706111893731,"duration":0}},{"uid":"73bec9089ba4c236","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/73bec9089ba4c236","status":"passed","time":{"start":1706109796548,"stop":1706109796548,"duration":0}},{"uid":"166b3d3fb1571bf7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/166b3d3fb1571bf7","status":"passed","time":{"start":1706103557148,"stop":1706103557148,"duration":0}},{"uid":"90390b8d21d60e4c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/90390b8d21d60e4c","status":"passed","time":{"start":1706103365797,"stop":1706103365798,"duration":1}},{"uid":"19054d4d106efea7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/19054d4d106efea7","status":"passed","time":{"start":1706102701044,"stop":1706102701045,"duration":1}},{"uid":"55ae33485e34f47f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/55ae33485e34f47f","status":"passed","time":{"start":1706102579553,"stop":1706102579553,"duration":0}}]},"b4e6cbf2c31465bf8f4689061e0aa571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f80c38e8a7d42b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7f80c38e8a7d42b4","status":"passed","time":{"start":1706529367483,"stop":1706529367484,"duration":1}}]},"5671912ebd923eb3443311c5c5c527f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ada9be5ef1d63e1c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ada9be5ef1d63e1c","status":"passed","time":{"start":1706102670275,"stop":1706102670275,"duration":0}}]},"5e34c1f72a4f5d32c8f7bf281ff39af3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1815d8372d68e26e","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/1815d8372d68e26e","status":"passed","time":{"start":1705439292952,"stop":1705439292953,"duration":1}}]},"7825b9f3c4319885c639b8a8ce3abc12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6ac8d42c924f155","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/d6ac8d42c924f155","status":"passed","time":{"start":1705421395626,"stop":1705421395629,"duration":3}}]},"03432a399b2c408d3cbed06bf4710fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"596cd60ce3c006fb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/596cd60ce3c006fb","status":"passed","time":{"start":1706111914145,"stop":1706111914146,"duration":1}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"6be5064577d8e4af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6be5064577d8e4af","status":"passed","time":{"start":1706529367435,"stop":1706529367436,"duration":1}},{"uid":"bf38af71b253ccf9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bf38af71b253ccf9","status":"passed","time":{"start":1706528339921,"stop":1706528339921,"duration":0}},{"uid":"71db12b0e2e66b4a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/71db12b0e2e66b4a","status":"passed","time":{"start":1706527181533,"stop":1706527181535,"duration":2}},{"uid":"5d750a7142ce7599","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5d750a7142ce7599","status":"passed","time":{"start":1706527016286,"stop":1706527016287,"duration":1}},{"uid":"1a24cc683bf8eb3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1a24cc683bf8eb3","status":"passed","time":{"start":1706526929192,"stop":1706526929192,"duration":0}},{"uid":"edeb228f57b82b1f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/edeb228f57b82b1f","status":"passed","time":{"start":1706526355563,"stop":1706526355563,"duration":0}},{"uid":"3dccd015a6c7b6cf","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3dccd015a6c7b6cf","status":"passed","time":{"start":1706525825271,"stop":1706525825271,"duration":0}},{"uid":"3d473b4fa944557f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3d473b4fa944557f","status":"passed","time":{"start":1706525414574,"stop":1706525414574,"duration":0}},{"uid":"f5746926a694f3ab","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f5746926a694f3ab","status":"passed","time":{"start":1706468084952,"stop":1706468084952,"duration":0}},{"uid":"d920a85261054f7b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d920a85261054f7b","status":"passed","time":{"start":1706323430961,"stop":1706323430962,"duration":1}},{"uid":"cf13096ef3ef8cb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cf13096ef3ef8cb","status":"passed","time":{"start":1706321743960,"stop":1706321743960,"duration":0}},{"uid":"1b565dded84fbaf","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1b565dded84fbaf","status":"passed","time":{"start":1706115449516,"stop":1706115449516,"duration":0}},{"uid":"5f6fb1c810e60f73","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5f6fb1c810e60f73","status":"passed","time":{"start":1706114706795,"stop":1706114706796,"duration":1}},{"uid":"902496ac6831b22b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/902496ac6831b22b","status":"passed","time":{"start":1706112158250,"stop":1706112158250,"duration":0}},{"uid":"416cbd1f08464d7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/416cbd1f08464d7","status":"passed","time":{"start":1706111870557,"stop":1706111870557,"duration":0}},{"uid":"142ab6c69e2ec09b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/142ab6c69e2ec09b","status":"passed","time":{"start":1706109756244,"stop":1706109756245,"duration":1}},{"uid":"1da7d7e2181b266","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1da7d7e2181b266","status":"passed","time":{"start":1706103280820,"stop":1706103280821,"duration":1}},{"uid":"ac9ba40d953b5d49","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ac9ba40d953b5d49","status":"passed","time":{"start":1706103332253,"stop":1706103332254,"duration":1}},{"uid":"a3d5d950c3edf58a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a3d5d950c3edf58a","status":"passed","time":{"start":1706102670249,"stop":1706102670249,"duration":0}},{"uid":"359ea4665345ee68","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/359ea4665345ee68","status":"passed","time":{"start":1706102539178,"stop":1706102539179,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"4f35cadf773f0fbc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4f35cadf773f0fbc","status":"passed","time":{"start":1706529367469,"stop":1706529367470,"duration":1}},{"uid":"ddf753d3935bb5dd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ddf753d3935bb5dd","status":"passed","time":{"start":1706528339931,"stop":1706528339932,"duration":1}},{"uid":"d7e11702788fd5a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d7e11702788fd5a","status":"passed","time":{"start":1706527181578,"stop":1706527181578,"duration":0}},{"uid":"b334d838958f899b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b334d838958f899b","status":"passed","time":{"start":1706527016299,"stop":1706527016299,"duration":0}},{"uid":"f908b65bbd873ed9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f908b65bbd873ed9","status":"passed","time":{"start":1706526929200,"stop":1706526929201,"duration":1}},{"uid":"c437cde5280bcda7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c437cde5280bcda7","status":"passed","time":{"start":1706526355572,"stop":1706526355577,"duration":5}},{"uid":"b863273d1c1fbd0f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b863273d1c1fbd0f","status":"passed","time":{"start":1706525825279,"stop":1706525825280,"duration":1}},{"uid":"fc52b6bb5d9393b7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fc52b6bb5d9393b7","status":"passed","time":{"start":1706525414587,"stop":1706525414588,"duration":1}},{"uid":"c337ae52740a478e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c337ae52740a478e","status":"passed","time":{"start":1706468084966,"stop":1706468084966,"duration":0}},{"uid":"2991da21eb06ff27","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2991da21eb06ff27","status":"passed","time":{"start":1706323430973,"stop":1706323430973,"duration":0}},{"uid":"2ecb4a5bd3f28199","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2ecb4a5bd3f28199","status":"passed","time":{"start":1706321743968,"stop":1706321743968,"duration":0}},{"uid":"f85255602b34c704","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f85255602b34c704","status":"passed","time":{"start":1706115449583,"stop":1706115449584,"duration":1}},{"uid":"3248d54bce578898","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3248d54bce578898","status":"passed","time":{"start":1706114706811,"stop":1706114706811,"duration":0}},{"uid":"9e775956d21a01fb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9e775956d21a01fb","status":"passed","time":{"start":1706112158273,"stop":1706112158274,"duration":1}},{"uid":"671a1d574c7c4011","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/671a1d574c7c4011","status":"passed","time":{"start":1706111870566,"stop":1706111870566,"duration":0}},{"uid":"ba96b757cafd915a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ba96b757cafd915a","status":"passed","time":{"start":1706109756252,"stop":1706109756253,"duration":1}},{"uid":"a9ccd3a30c849943","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a9ccd3a30c849943","status":"passed","time":{"start":1706103332262,"stop":1706103332262,"duration":0}},{"uid":"323cba4fb8acd411","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/323cba4fb8acd411","status":"passed","time":{"start":1706102670268,"stop":1706102670268,"duration":0}},{"uid":"71e1f76b7633761b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/71e1f76b7633761b","status":"passed","time":{"start":1706102539196,"stop":1706102539196,"duration":0}},{"uid":"c898bc7e25046196","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/c898bc7e25046196","status":"passed","time":{"start":1706102378578,"stop":1706102378578,"duration":0}}]},"4bc7cca2a571c5be7132cb4087aebb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbefc66c7d8d0c84","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cbefc66c7d8d0c84","status":"passed","time":{"start":1706526930853,"stop":1706526930854,"duration":1}}]},"96cbc2fe42b2859e5e3309fc6cd20a70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":37,"unknown":0,"total":37},"items":[{"uid":"370f08b197790937","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/370f08b197790937","status":"passed","time":{"start":1705518209006,"stop":1705518209007,"duration":1}},{"uid":"173483470ca15221","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/173483470ca15221","status":"passed","time":{"start":1705518112868,"stop":1705518112869,"duration":1}},{"uid":"686667aff0f9f18e","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/686667aff0f9f18e","status":"passed","time":{"start":1705517988396,"stop":1705517988396,"duration":0}},{"uid":"2250299408cf72a4","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/2250299408cf72a4","status":"passed","time":{"start":1705508651538,"stop":1705508651538,"duration":0}},{"uid":"8a06dec6f81d66c4","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/8a06dec6f81d66c4","status":"passed","time":{"start":1705506479156,"stop":1705506479157,"duration":1}},{"uid":"ef70e2d26ff67dd7","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/ef70e2d26ff67dd7","status":"passed","time":{"start":1705502938691,"stop":1705502938691,"duration":0}},{"uid":"bb97a734722d6e7d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/bb97a734722d6e7d","status":"passed","time":{"start":1705502478113,"stop":1705502478114,"duration":1}},{"uid":"d1594f0be77a94b8","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/d1594f0be77a94b8","status":"passed","time":{"start":1705494884686,"stop":1705494884687,"duration":1}},{"uid":"9cf0e4c7aa22516","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9cf0e4c7aa22516","status":"passed","time":{"start":1705494937616,"stop":1705494937617,"duration":1}},{"uid":"86a51cd275761ac5","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/86a51cd275761ac5","status":"passed","time":{"start":1705494894110,"stop":1705494894111,"duration":1}},{"uid":"80b6b4cb194f4ca2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/80b6b4cb194f4ca2","status":"passed","time":{"start":1705493458486,"stop":1705493458487,"duration":1}},{"uid":"cf81e446a0fd3285","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/cf81e446a0fd3285","status":"passed","time":{"start":1705493421109,"stop":1705493421109,"duration":0}},{"uid":"f27beca61a6af30f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/f27beca61a6af30f","status":"passed","time":{"start":1705485246701,"stop":1705485246701,"duration":0}},{"uid":"e1123197058a5377","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/e1123197058a5377","status":"passed","time":{"start":1705485106628,"stop":1705485106628,"duration":0}},{"uid":"ee2175278eaafa34","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ee2175278eaafa34","status":"passed","time":{"start":1705484353102,"stop":1705484353102,"duration":0}},{"uid":"e9d5cd5e924f3083","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e9d5cd5e924f3083","status":"passed","time":{"start":1705469867104,"stop":1705469867104,"duration":0}},{"uid":"e4903c0b6e825ca0","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/e4903c0b6e825ca0","status":"passed","time":{"start":1705466933279,"stop":1705466933279,"duration":0}},{"uid":"8b9dd34ec2dc20ec","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/8b9dd34ec2dc20ec","status":"passed","time":{"start":1705435401904,"stop":1705435401904,"duration":0}},{"uid":"c30671d66a4a3781","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/c30671d66a4a3781","status":"passed","time":{"start":1705434866489,"stop":1705434866489,"duration":0}},{"uid":"b898609bb04ecdc2","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/b898609bb04ecdc2","status":"passed","time":{"start":1705433200746,"stop":1705433200746,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"521629ae9af4b7e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/521629ae9af4b7e7","status":"passed","time":{"start":1706528758831,"stop":1706528758831,"duration":0}},{"uid":"81056b183d6ce188","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/81056b183d6ce188","status":"passed","time":{"start":1706527727370,"stop":1706527727370,"duration":0}},{"uid":"d270821d988f15f5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d270821d988f15f5","status":"passed","time":{"start":1706526742229,"stop":1706526742229,"duration":0}},{"uid":"cc4635580f3f2bfb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cc4635580f3f2bfb","status":"passed","time":{"start":1706526438951,"stop":1706526438952,"duration":1}},{"uid":"2f45436a5a561277","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2f45436a5a561277","status":"passed","time":{"start":1706526344149,"stop":1706526344149,"duration":0}},{"uid":"9248895da63aef5c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9248895da63aef5c","status":"passed","time":{"start":1706525773124,"stop":1706525773125,"duration":1}},{"uid":"8242882f13b2a29d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8242882f13b2a29d","status":"passed","time":{"start":1706525240158,"stop":1706525240158,"duration":0}},{"uid":"4a0724534b968260","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4a0724534b968260","status":"passed","time":{"start":1706524801317,"stop":1706524801317,"duration":0}},{"uid":"66629b51418fced9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/66629b51418fced9","status":"passed","time":{"start":1706467495251,"stop":1706467495251,"duration":0}},{"uid":"db4d4f10f81f7444","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/db4d4f10f81f7444","status":"passed","time":{"start":1706322848195,"stop":1706322848195,"duration":0}},{"uid":"c6c0a4c49658eedd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c6c0a4c49658eedd","status":"passed","time":{"start":1706321161128,"stop":1706321161129,"duration":1}},{"uid":"21c03254de362c05","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/21c03254de362c05","status":"passed","time":{"start":1706244677367,"stop":1706244677367,"duration":0}},{"uid":"259d55d38bbe7c49","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/259d55d38bbe7c49","status":"passed","time":{"start":1706242245764,"stop":1706242245764,"duration":0}},{"uid":"1596248319ed1271","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1596248319ed1271","status":"passed","time":{"start":1706114934111,"stop":1706114934111,"duration":0}},{"uid":"a4f6a5a12362028c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a4f6a5a12362028c","status":"passed","time":{"start":1706114104721,"stop":1706114104721,"duration":0}},{"uid":"a637fffb0845801f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a637fffb0845801f","status":"passed","time":{"start":1706111579388,"stop":1706111579388,"duration":0}},{"uid":"57ec0fdd00793a03","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/57ec0fdd00793a03","status":"passed","time":{"start":1706111268889,"stop":1706111268889,"duration":0}},{"uid":"886e7391ca7a0264","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/886e7391ca7a0264","status":"passed","time":{"start":1706109171685,"stop":1706109171686,"duration":1}},{"uid":"f25c0ed2b935ceeb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f25c0ed2b935ceeb","status":"passed","time":{"start":1706102989361,"stop":1706102989362,"duration":1}},{"uid":"78edfd3b1a754050","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/78edfd3b1a754050","status":"passed","time":{"start":1706102729216,"stop":1706102729217,"duration":1}}]},"f20a23a45511dd2e4b1d59247efb9908:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a627ed7c9e39d38f","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/a627ed7c9e39d38f","status":"passed","time":{"start":1705369251867,"stop":1705369251867,"duration":0}}]},"d06ab34814809276d04cabacbb197d88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5b7f888f948915b","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/e5b7f888f948915b","status":"passed","time":{"start":1705665564126,"stop":1705665564127,"duration":1}}]},"984df2909ef2335e54b1bd66189d3dc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"260f55c748b4c6be","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/260f55c748b4c6be","status":"passed","time":{"start":1705520842598,"stop":1705520842599,"duration":1}},{"uid":"fdbced9b44527d17","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/fdbced9b44527d17","status":"passed","time":{"start":1705518211220,"stop":1705518211220,"duration":0}},{"uid":"150389bb3eb00598","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/150389bb3eb00598","status":"passed","time":{"start":1705518105985,"stop":1705518105985,"duration":0}},{"uid":"d6ffb058ba9c92a4","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d6ffb058ba9c92a4","status":"passed","time":{"start":1705517988165,"stop":1705517988165,"duration":0}},{"uid":"e8f41685e8239e64","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/e8f41685e8239e64","status":"passed","time":{"start":1705508655509,"stop":1705508655509,"duration":0}},{"uid":"edf8a27e4f084f1d","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/edf8a27e4f084f1d","status":"passed","time":{"start":1705506482092,"stop":1705506482092,"duration":0}},{"uid":"85d8a0ce9a7c0b5a","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/85d8a0ce9a7c0b5a","status":"passed","time":{"start":1705502939550,"stop":1705502939551,"duration":1}},{"uid":"4a3ee9eee64927d3","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/4a3ee9eee64927d3","status":"passed","time":{"start":1705502479552,"stop":1705502479552,"duration":0}},{"uid":"760bfee68ed1dc78","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/760bfee68ed1dc78","status":"passed","time":{"start":1705494937941,"stop":1705494937942,"duration":1}},{"uid":"a43301e3af42dea4","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a43301e3af42dea4","status":"passed","time":{"start":1705494940951,"stop":1705494940952,"duration":1}},{"uid":"415655550e864840","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/415655550e864840","status":"passed","time":{"start":1705494895032,"stop":1705494895032,"duration":0}},{"uid":"62ff826cd00adf24","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/62ff826cd00adf24","status":"passed","time":{"start":1705493464924,"stop":1705493464925,"duration":1}},{"uid":"bb774d18803bbb44","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/bb774d18803bbb44","status":"passed","time":{"start":1705493422432,"stop":1705493422433,"duration":1}},{"uid":"921c75cff621b17d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/921c75cff621b17d","status":"passed","time":{"start":1705485250480,"stop":1705485250480,"duration":0}},{"uid":"eb5cb35207b4212d","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/eb5cb35207b4212d","status":"passed","time":{"start":1705485112218,"stop":1705485112218,"duration":0}},{"uid":"950acf511eb4dfc5","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/950acf511eb4dfc5","status":"passed","time":{"start":1705484354898,"stop":1705484354898,"duration":0}},{"uid":"1814c5d4ac2dbe37","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/1814c5d4ac2dbe37","status":"passed","time":{"start":1705469872222,"stop":1705469872222,"duration":0}},{"uid":"e801d9a3ef311931","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/e801d9a3ef311931","status":"passed","time":{"start":1705466939038,"stop":1705466939039,"duration":1}},{"uid":"22208d399ee1e226","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/22208d399ee1e226","status":"passed","time":{"start":1705435403979,"stop":1705435403979,"duration":0}},{"uid":"68748afbefb0c5e8","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/68748afbefb0c5e8","status":"passed","time":{"start":1705434864616,"stop":1705434864616,"duration":0}}]},"7100b8b8afdfb5694f4c13505a4f4c76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80015945ade4d33d","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/80015945ade4d33d","status":"passed","time":{"start":1705677869833,"stop":1705677869834,"duration":1}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"c248fa769994a7eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c248fa769994a7eb","status":"passed","time":{"start":1706529403575,"stop":1706529403576,"duration":1}},{"uid":"cc299fe2c502e9d4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cc299fe2c502e9d4","status":"passed","time":{"start":1706528357106,"stop":1706528357106,"duration":0}},{"uid":"943317eb0416f02d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/943317eb0416f02d","status":"passed","time":{"start":1706527326694,"stop":1706527326695,"duration":1}},{"uid":"d258dd05230941fa","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d258dd05230941fa","status":"passed","time":{"start":1706527049798,"stop":1706527049798,"duration":0}},{"uid":"f59d916e3c79235a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f59d916e3c79235a","status":"passed","time":{"start":1706526961445,"stop":1706526961445,"duration":0}},{"uid":"30456405425f3029","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/30456405425f3029","status":"passed","time":{"start":1706526404284,"stop":1706526404284,"duration":0}},{"uid":"6dcaaad7a2f58818","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6dcaaad7a2f58818","status":"passed","time":{"start":1706525849959,"stop":1706525849959,"duration":0}},{"uid":"d60b01c96d15acb4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d60b01c96d15acb4","status":"passed","time":{"start":1706525432950,"stop":1706525432950,"duration":0}},{"uid":"8140d8d7bc7ade1e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8140d8d7bc7ade1e","status":"passed","time":{"start":1706468114351,"stop":1706468114351,"duration":0}},{"uid":"96e93b24b8970ac1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/96e93b24b8970ac1","status":"passed","time":{"start":1706323469652,"stop":1706323469652,"duration":0}},{"uid":"46c0e863537b41f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/46c0e863537b41f","status":"passed","time":{"start":1706321771793,"stop":1706321771793,"duration":0}},{"uid":"48f929e2acc09394","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/48f929e2acc09394","status":"passed","time":{"start":1706115542398,"stop":1706115542398,"duration":0}},{"uid":"b12f8902b1cb0b5f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b12f8902b1cb0b5f","status":"passed","time":{"start":1706114725921,"stop":1706114725921,"duration":0}},{"uid":"3873ad1b26a215f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3873ad1b26a215f","status":"passed","time":{"start":1706112199268,"stop":1706112199268,"duration":0}},{"uid":"419aa4bdd03b344f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/419aa4bdd03b344f","status":"passed","time":{"start":1706111893739,"stop":1706111893740,"duration":1}},{"uid":"dacc606cd87bdb92","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dacc606cd87bdb92","status":"passed","time":{"start":1706109796555,"stop":1706109796555,"duration":0}},{"uid":"cd05c1a7e7c57439","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cd05c1a7e7c57439","status":"passed","time":{"start":1706103557156,"stop":1706103557156,"duration":0}},{"uid":"14ce09ed28418891","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/14ce09ed28418891","status":"passed","time":{"start":1706103365807,"stop":1706103365807,"duration":0}},{"uid":"b1d8dd230b2c1bda","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b1d8dd230b2c1bda","status":"passed","time":{"start":1706102701053,"stop":1706102701053,"duration":0}},{"uid":"c7b9e1197f6f51ef","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c7b9e1197f6f51ef","status":"passed","time":{"start":1706102579560,"stop":1706102579560,"duration":0}}]},"2e3afd6cc2ef951881c5a21dff0c9725:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":37,"unknown":0,"total":37},"items":[{"uid":"6f47c2f75e55e9f1","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/6f47c2f75e55e9f1","status":"passed","time":{"start":1705518209009,"stop":1705518209009,"duration":0}},{"uid":"bcb360dd37725a43","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/bcb360dd37725a43","status":"passed","time":{"start":1705518112872,"stop":1705518112873,"duration":1}},{"uid":"11a69be2ddfc329c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/11a69be2ddfc329c","status":"passed","time":{"start":1705517988420,"stop":1705517988420,"duration":0}},{"uid":"a8a9512f2ca88875","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a8a9512f2ca88875","status":"passed","time":{"start":1705508651540,"stop":1705508651540,"duration":0}},{"uid":"c88f8792bcf9ab37","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/c88f8792bcf9ab37","status":"passed","time":{"start":1705506479159,"stop":1705506479162,"duration":3}},{"uid":"779d9d426566cafd","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/779d9d426566cafd","status":"passed","time":{"start":1705502938693,"stop":1705502938693,"duration":0}},{"uid":"4ab41cc1f9755c7d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/4ab41cc1f9755c7d","status":"passed","time":{"start":1705502478116,"stop":1705502478116,"duration":0}},{"uid":"afb4d378224c9184","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/afb4d378224c9184","status":"passed","time":{"start":1705494884691,"stop":1705494884691,"duration":0}},{"uid":"9f7f60433b722ed2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9f7f60433b722ed2","status":"passed","time":{"start":1705494937623,"stop":1705494937623,"duration":0}},{"uid":"65cc1835b5d560a3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/65cc1835b5d560a3","status":"passed","time":{"start":1705494894119,"stop":1705494894120,"duration":1}},{"uid":"1c7fe8aabaf361b4","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/1c7fe8aabaf361b4","status":"passed","time":{"start":1705493458489,"stop":1705493458489,"duration":0}},{"uid":"fdbb17043c0b669c","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/fdbb17043c0b669c","status":"passed","time":{"start":1705493421114,"stop":1705493421114,"duration":0}},{"uid":"33752ad7d0821b41","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/33752ad7d0821b41","status":"passed","time":{"start":1705485246704,"stop":1705485246704,"duration":0}},{"uid":"cbf90c6e6e9d929e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/cbf90c6e6e9d929e","status":"passed","time":{"start":1705485106630,"stop":1705485106630,"duration":0}},{"uid":"bd87ed9378de869c","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/bd87ed9378de869c","status":"passed","time":{"start":1705484353104,"stop":1705484353104,"duration":0}},{"uid":"e9d28c2c48e7dbfb","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e9d28c2c48e7dbfb","status":"passed","time":{"start":1705469867106,"stop":1705469867107,"duration":1}},{"uid":"b02e12daec803bd1","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/b02e12daec803bd1","status":"passed","time":{"start":1705466933281,"stop":1705466933282,"duration":1}},{"uid":"6fac8fe860c019d0","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/6fac8fe860c019d0","status":"passed","time":{"start":1705435401906,"stop":1705435401906,"duration":0}},{"uid":"d9254da8ada7fd3e","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/d9254da8ada7fd3e","status":"passed","time":{"start":1705434866491,"stop":1705434866491,"duration":0}},{"uid":"742d0b57effb4475","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/742d0b57effb4475","status":"passed","time":{"start":1705433200748,"stop":1705433200748,"duration":0}}]},"770e3aa12cbb110a0c48c2b912fc57e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cdcd3ba00db2a96","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/8cdcd3ba00db2a96","status":"passed","time":{"start":1705520488390,"stop":1705520488390,"duration":0}}]},"5ae6b1bd8aa6efa85aa90eb6ba8f918a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3825284fcf814e30","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/3825284fcf814e30","status":"passed","time":{"start":1705518484218,"stop":1705518484218,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"42f1de0adad9963f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42f1de0adad9963f","status":"passed","time":{"start":1706528985983,"stop":1706528985984,"duration":1}},{"uid":"a499f65780b8c9e2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a499f65780b8c9e2","status":"passed","time":{"start":1706527951686,"stop":1706527951687,"duration":1}},{"uid":"56f8cc98151a5bf","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/56f8cc98151a5bf","status":"passed","time":{"start":1706526969195,"stop":1706526969196,"duration":1}},{"uid":"b519b88b8cea69ea","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b519b88b8cea69ea","status":"passed","time":{"start":1706526675840,"stop":1706526675840,"duration":0}},{"uid":"48d100b2c0974fe7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/48d100b2c0974fe7","status":"passed","time":{"start":1706526572347,"stop":1706526572347,"duration":0}},{"uid":"28ef0b552950a0dc","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/28ef0b552950a0dc","status":"passed","time":{"start":1706525997929,"stop":1706525997929,"duration":0}},{"uid":"500e0d0d878685c5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/500e0d0d878685c5","status":"passed","time":{"start":1706525468223,"stop":1706525468223,"duration":0}},{"uid":"ed6bfeadd745a63a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ed6bfeadd745a63a","status":"passed","time":{"start":1706525019701,"stop":1706525019701,"duration":0}},{"uid":"29eb1db111ce990d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/29eb1db111ce990d","status":"passed","time":{"start":1706467721282,"stop":1706467721284,"duration":2}},{"uid":"c0e069c07af2f9bf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c0e069c07af2f9bf","status":"passed","time":{"start":1706323082558,"stop":1706323082558,"duration":0}},{"uid":"76461d657790d1ee","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/76461d657790d1ee","status":"passed","time":{"start":1706321389961,"stop":1706321389961,"duration":0}},{"uid":"a22d972f34309c8b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a22d972f34309c8b","status":"passed","time":{"start":1706115172632,"stop":1706115172632,"duration":0}},{"uid":"5a13892037b2a4e3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5a13892037b2a4e3","status":"passed","time":{"start":1706114335578,"stop":1706114335578,"duration":0}},{"uid":"16dea54d814a02f1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/16dea54d814a02f1","status":"passed","time":{"start":1706111797790,"stop":1706111797790,"duration":0}},{"uid":"aa7ac023f2f8df9d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/aa7ac023f2f8df9d","status":"passed","time":{"start":1706111496580,"stop":1706111496580,"duration":0}},{"uid":"ee000b50aa1764be","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ee000b50aa1764be","status":"passed","time":{"start":1706109403529,"stop":1706109403529,"duration":0}},{"uid":"666885816b745876","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/666885816b745876","status":"passed","time":{"start":1706103220663,"stop":1706103220664,"duration":1}},{"uid":"82e91d59bb64c615","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/82e91d59bb64c615","status":"passed","time":{"start":1706102943568,"stop":1706102943568,"duration":0}},{"uid":"4a78a2d286087d74","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4a78a2d286087d74","status":"passed","time":{"start":1706102315310,"stop":1706102315311,"duration":1}},{"uid":"111efbb604d2ed13","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/111efbb604d2ed13","status":"passed","time":{"start":1706102190037,"stop":1706102190038,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1abdce6922089dc4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1abdce6922089dc4","status":"passed","time":{"start":1706529367478,"stop":1706529367479,"duration":1}},{"uid":"bf213fba03cdcc20","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bf213fba03cdcc20","status":"passed","time":{"start":1706528339935,"stop":1706528339936,"duration":1}},{"uid":"d04f2e0aed3b74fc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d04f2e0aed3b74fc","status":"passed","time":{"start":1706527016303,"stop":1706527016303,"duration":0}},{"uid":"9aaebe2fc1b7304e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9aaebe2fc1b7304e","status":"passed","time":{"start":1706526929204,"stop":1706526929205,"duration":1}},{"uid":"a2260bda137b0a4f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a2260bda137b0a4f","status":"passed","time":{"start":1706526355581,"stop":1706526355590,"duration":9}},{"uid":"8af034285a7fca91","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8af034285a7fca91","status":"passed","time":{"start":1706525825283,"stop":1706525825284,"duration":1}},{"uid":"617a726840ebfa97","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/617a726840ebfa97","status":"passed","time":{"start":1706525414592,"stop":1706525414592,"duration":0}},{"uid":"ce69fbd52c33b3cd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ce69fbd52c33b3cd","status":"passed","time":{"start":1706468084979,"stop":1706468084979,"duration":0}},{"uid":"a8ee13104add7734","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a8ee13104add7734","status":"passed","time":{"start":1706323430977,"stop":1706323430977,"duration":0}},{"uid":"3fbab4ff4550ad5f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3fbab4ff4550ad5f","status":"passed","time":{"start":1706321743971,"stop":1706321743971,"duration":0}},{"uid":"6d1d3f0f9b011d55","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6d1d3f0f9b011d55","status":"passed","time":{"start":1706115449597,"stop":1706115449598,"duration":1}},{"uid":"c1c819c979a8b72e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c1c819c979a8b72e","status":"passed","time":{"start":1706114706815,"stop":1706114706815,"duration":0}},{"uid":"f9f69d59aed6f694","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f9f69d59aed6f694","status":"passed","time":{"start":1706112158282,"stop":1706112158282,"duration":0}},{"uid":"af29ca578592571a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/af29ca578592571a","status":"passed","time":{"start":1706111870569,"stop":1706111870569,"duration":0}},{"uid":"25990bada77543ec","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/25990bada77543ec","status":"passed","time":{"start":1706109756256,"stop":1706109756257,"duration":1}},{"uid":"c5e600809b5ec193","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c5e600809b5ec193","status":"passed","time":{"start":1706103332265,"stop":1706103332266,"duration":1}},{"uid":"99b128975d67df38","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/99b128975d67df38","status":"passed","time":{"start":1706102670271,"stop":1706102670272,"duration":1}},{"uid":"2be25c45d93fe18a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2be25c45d93fe18a","status":"passed","time":{"start":1706102539200,"stop":1706102539200,"duration":0}},{"uid":"586097ba4328a446","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/586097ba4328a446","status":"passed","time":{"start":1706102378582,"stop":1706102378582,"duration":0}},{"uid":"311b4b474900570","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/311b4b474900570","status":"passed","time":{"start":1706102131113,"stop":1706102131113,"duration":0}}]},"182c716e05dc7549eeca2df3727bad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d58acfee96cf4cd","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/3d58acfee96cf4cd","status":"passed","time":{"start":1705392733984,"stop":1705392733984,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"1b90a1d281680d1e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1b90a1d281680d1e","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"duration":0}},{"uid":"464eb79b8761c29f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/464eb79b8761c29f","status":"passed","time":{"start":1706527729322,"stop":1706527729322,"duration":0}},{"uid":"3735ae6f7bc942bb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3735ae6f7bc942bb","status":"passed","time":{"start":1706526744073,"stop":1706526744073,"duration":0}},{"uid":"4d5c544bee4a9550","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4d5c544bee4a9550","status":"passed","time":{"start":1706526440822,"stop":1706526440823,"duration":1}},{"uid":"2deb2ad57670ba44","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2deb2ad57670ba44","status":"passed","time":{"start":1706526346097,"stop":1706526346097,"duration":0}},{"uid":"4b2e6c0653fedcf5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4b2e6c0653fedcf5","status":"passed","time":{"start":1706525774994,"stop":1706525774994,"duration":0}},{"uid":"c65fac7f253c0ff6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c65fac7f253c0ff6","status":"passed","time":{"start":1706525242002,"stop":1706525242003,"duration":1}},{"uid":"b7e97ebb6e2512ad","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b7e97ebb6e2512ad","status":"passed","time":{"start":1706524803171,"stop":1706524803171,"duration":0}},{"uid":"7abe0ca2cf03dc7d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7abe0ca2cf03dc7d","status":"passed","time":{"start":1706467497091,"stop":1706467497091,"duration":0}},{"uid":"5527cf83b4993efc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5527cf83b4993efc","status":"passed","time":{"start":1706322850087,"stop":1706322850087,"duration":0}},{"uid":"be2737e86f2dc72b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/be2737e86f2dc72b","status":"passed","time":{"start":1706321162962,"stop":1706321162962,"duration":0}},{"uid":"e4a3f9c6fd95d70a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e4a3f9c6fd95d70a","status":"passed","time":{"start":1706244679264,"stop":1706244679264,"duration":0}},{"uid":"709430f27e8b00e2","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/709430f27e8b00e2","status":"passed","time":{"start":1706242247535,"stop":1706242247535,"duration":0}},{"uid":"ca18207e439e5d3d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ca18207e439e5d3d","status":"passed","time":{"start":1706114935940,"stop":1706114935940,"duration":0}},{"uid":"6e2f468f6e0e2e4d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6e2f468f6e0e2e4d","status":"passed","time":{"start":1706114106562,"stop":1706114106562,"duration":0}},{"uid":"23027e8a564947d0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/23027e8a564947d0","status":"passed","time":{"start":1706111581217,"stop":1706111581217,"duration":0}},{"uid":"a7b54759ecb4060f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a7b54759ecb4060f","status":"passed","time":{"start":1706111270944,"stop":1706111270945,"duration":1}},{"uid":"30d68f1f3282984d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/30d68f1f3282984d","status":"passed","time":{"start":1706109173586,"stop":1706109173586,"duration":0}},{"uid":"c21e74a0c10cfb7a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c21e74a0c10cfb7a","status":"passed","time":{"start":1706102991308,"stop":1706102991308,"duration":0}},{"uid":"98a03e2023956577","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/98a03e2023956577","status":"passed","time":{"start":1706102731125,"stop":1706102731125,"duration":0}}]},"06962ddc8f17eadfa56d2cfa5114791d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3baa5e7b3ebf72d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3baa5e7b3ebf72d","status":"passed","time":{"start":1706527166806,"stop":1706527166806,"duration":0}}]},"ab2c8a608efba11235fb27cfc6a12dae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3202d4fc46a2b035","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3202d4fc46a2b035","status":"passed","time":{"start":1706111809288,"stop":1706111809289,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"838fa825722553a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/838fa825722553a2","status":"passed","time":{"start":1706529367451,"stop":1706529367452,"duration":1}},{"uid":"6cb46828577853cc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6cb46828577853cc","status":"passed","time":{"start":1706528339929,"stop":1706528339929,"duration":0}},{"uid":"40876927aff758c4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/40876927aff758c4","status":"passed","time":{"start":1706527181567,"stop":1706527181567,"duration":0}},{"uid":"52f834833cf2d669","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/52f834833cf2d669","status":"passed","time":{"start":1706527016294,"stop":1706527016295,"duration":1}},{"uid":"c551a1ed14d3d30","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c551a1ed14d3d30","status":"passed","time":{"start":1706526929199,"stop":1706526929199,"duration":0}},{"uid":"b5f15fd173974402","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b5f15fd173974402","status":"passed","time":{"start":1706526355570,"stop":1706526355570,"duration":0}},{"uid":"eb25790884132bfe","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/eb25790884132bfe","status":"passed","time":{"start":1706525825277,"stop":1706525825278,"duration":1}},{"uid":"53b6afa850f2fbac","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/53b6afa850f2fbac","status":"passed","time":{"start":1706525414585,"stop":1706525414585,"duration":0}},{"uid":"c7abec4a8ed564ee","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c7abec4a8ed564ee","status":"passed","time":{"start":1706468084963,"stop":1706468084964,"duration":1}},{"uid":"f07f0402c07c5cbd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f07f0402c07c5cbd","status":"passed","time":{"start":1706323430970,"stop":1706323430971,"duration":1}},{"uid":"e8d2b2aba5fff34b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e8d2b2aba5fff34b","status":"passed","time":{"start":1706321743965,"stop":1706321743966,"duration":1}},{"uid":"247d0c7ebddd2b4b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/247d0c7ebddd2b4b","status":"passed","time":{"start":1706115449565,"stop":1706115449565,"duration":0}},{"uid":"a403a800c7290ae0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a403a800c7290ae0","status":"passed","time":{"start":1706114706809,"stop":1706114706809,"duration":0}},{"uid":"a7ff5a8bb25015d8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a7ff5a8bb25015d8","status":"passed","time":{"start":1706112158266,"stop":1706112158266,"duration":0}},{"uid":"b48774aca33a0333","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b48774aca33a0333","status":"passed","time":{"start":1706111870563,"stop":1706111870564,"duration":1}},{"uid":"b6fb7a272aeff484","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b6fb7a272aeff484","status":"passed","time":{"start":1706109756250,"stop":1706109756250,"duration":0}},{"uid":"ad3ea96982364507","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ad3ea96982364507","status":"passed","time":{"start":1706103332260,"stop":1706103332260,"duration":0}},{"uid":"801917b9a5f8ce35","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/801917b9a5f8ce35","status":"passed","time":{"start":1706102670262,"stop":1706102670263,"duration":1}},{"uid":"a7b6c976d7ef319a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a7b6c976d7ef319a","status":"passed","time":{"start":1706102539194,"stop":1706102539194,"duration":0}},{"uid":"955ce604f52c93b0","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/955ce604f52c93b0","status":"passed","time":{"start":1706102378576,"stop":1706102378576,"duration":0}}]},"93d1836bccbdd07bde26628ef712b3be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73f59e4f5fe2e871","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/73f59e4f5fe2e871","status":"passed","time":{"start":1705521267316,"stop":1705521267317,"duration":1}}]},"9f109ae98107a08c7b4f878e5ccd1f50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"63ef5cce3a7f52c","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/63ef5cce3a7f52c","status":"passed","time":{"start":1705521140294,"stop":1705521140294,"duration":0}},{"uid":"e934c7a2f3fc33d","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/e934c7a2f3fc33d","status":"passed","time":{"start":1705520883405,"stop":1705520883405,"duration":0}},{"uid":"fe5cc83bbed34432","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/fe5cc83bbed34432","status":"passed","time":{"start":1705520300881,"stop":1705520300881,"duration":0}},{"uid":"976d30d2d519494a","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/976d30d2d519494a","status":"passed","time":{"start":1705518525954,"stop":1705518525955,"duration":1}},{"uid":"4c946e4bc969dc64","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4c946e4bc969dc64","status":"passed","time":{"start":1705518246800,"stop":1705518246801,"duration":1}},{"uid":"4c48ae9524653f64","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/4c48ae9524653f64","status":"passed","time":{"start":1705518140968,"stop":1705518140969,"duration":1}},{"uid":"c7f2d0fcfb5737d9","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c7f2d0fcfb5737d9","status":"passed","time":{"start":1705518032411,"stop":1705518032412,"duration":1}},{"uid":"bce3baf08846ce81","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/bce3baf08846ce81","status":"passed","time":{"start":1705508700802,"stop":1705508700803,"duration":1}},{"uid":"f206c371c1121f88","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f206c371c1121f88","status":"passed","time":{"start":1705506512635,"stop":1705506512635,"duration":0}},{"uid":"c65064884a5d99c8","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/c65064884a5d99c8","status":"passed","time":{"start":1705502966500,"stop":1705502966500,"duration":0}},{"uid":"b58e727ecde78231","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b58e727ecde78231","status":"passed","time":{"start":1705502370709,"stop":1705502370710,"duration":1}},{"uid":"86fb3f430c8f1aed","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/86fb3f430c8f1aed","status":"passed","time":{"start":1705502517763,"stop":1705502517763,"duration":0}},{"uid":"d0a0b75af163bbd5","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/d0a0b75af163bbd5","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321662,"stop":1705495321662,"duration":0}},{"uid":"e95e6e3ae8c2fca2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e95e6e3ae8c2fca2","status":"passed","time":{"start":1705494975680,"stop":1705494975681,"duration":1}},{"uid":"6a619134906fa2f5","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/6a619134906fa2f5","status":"passed","time":{"start":1705494930734,"stop":1705494930734,"duration":0}},{"uid":"52813d2d9295c8d5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/52813d2d9295c8d5","status":"passed","time":{"start":1705493496292,"stop":1705493496298,"duration":6}},{"uid":"fdb7a08d9c5b9836","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/fdb7a08d9c5b9836","status":"passed","time":{"start":1705493451243,"stop":1705493451243,"duration":0}},{"uid":"fe91b017cf7255b9","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/fe91b017cf7255b9","status":"passed","time":{"start":1705485279297,"stop":1705485279298,"duration":1}},{"uid":"9942e8c83be6637c","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/9942e8c83be6637c","status":"passed","time":{"start":1705485136797,"stop":1705485136798,"duration":1}},{"uid":"8ee42b1df71577e6","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/8ee42b1df71577e6","status":"passed","time":{"start":1705484392923,"stop":1705484392924,"duration":1}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"24bace481f82a6f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/24bace481f82a6f0","status":"passed","time":{"start":1706528752295,"stop":1706528752295,"duration":0}},{"uid":"b9cc0470c3efc24a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b9cc0470c3efc24a","status":"passed","time":{"start":1706527721043,"stop":1706527721043,"duration":0}},{"uid":"f949063f691faa45","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f949063f691faa45","status":"passed","time":{"start":1706526735945,"stop":1706526735946,"duration":1}},{"uid":"58663e1b596ba744","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/58663e1b596ba744","status":"passed","time":{"start":1706526432973,"stop":1706526432973,"duration":0}},{"uid":"3d8979cd0ab14645","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3d8979cd0ab14645","status":"passed","time":{"start":1706526337967,"stop":1706526337967,"duration":0}},{"uid":"7617c78c48671e18","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7617c78c48671e18","status":"passed","time":{"start":1706525767019,"stop":1706525767019,"duration":0}},{"uid":"5264e16896f5ae9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5264e16896f5ae9","status":"passed","time":{"start":1706525234002,"stop":1706525234002,"duration":0}},{"uid":"6c8a67905f85ba55","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6c8a67905f85ba55","status":"passed","time":{"start":1706524795154,"stop":1706524795154,"duration":0}},{"uid":"8a7a11d010c469","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8a7a11d010c469","status":"passed","time":{"start":1706467489083,"stop":1706467489083,"duration":0}},{"uid":"bd2e2401d9cc0378","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bd2e2401d9cc0378","status":"passed","time":{"start":1706322841923,"stop":1706322841924,"duration":1}},{"uid":"fa1e85e60df77b7c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fa1e85e60df77b7c","status":"passed","time":{"start":1706321155022,"stop":1706321155023,"duration":1}},{"uid":"b8599f03f9a7e5a4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b8599f03f9a7e5a4","status":"passed","time":{"start":1706244671326,"stop":1706244671327,"duration":1}},{"uid":"b7c9557d112627ff","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b7c9557d112627ff","status":"passed","time":{"start":1706242239387,"stop":1706242239388,"duration":1}},{"uid":"2de89ddbf3ac2e94","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2de89ddbf3ac2e94","status":"passed","time":{"start":1706114927808,"stop":1706114927809,"duration":1}},{"uid":"3e66e3df305e7884","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3e66e3df305e7884","status":"passed","time":{"start":1706114098595,"stop":1706114098595,"duration":0}},{"uid":"ccba76218125f95a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ccba76218125f95a","status":"passed","time":{"start":1706111573298,"stop":1706111573299,"duration":1}},{"uid":"b98952e9784f25b0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b98952e9784f25b0","status":"passed","time":{"start":1706111262812,"stop":1706111262812,"duration":0}},{"uid":"1f1deb1118d32769","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1f1deb1118d32769","status":"passed","time":{"start":1706109165246,"stop":1706109165247,"duration":1}},{"uid":"5aa4e606236ea84","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5aa4e606236ea84","status":"passed","time":{"start":1706102983451,"stop":1706102983452,"duration":1}},{"uid":"9ceafb8fc7f2a6ac","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9ceafb8fc7f2a6ac","status":"passed","time":{"start":1706102722987,"stop":1706102722987,"duration":0}}]},"b09eeb369d3adba1e42eb6ec4b1f5074:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":36,"unknown":0,"total":37},"items":[{"uid":"f27f281ed50e35b7","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/f27f281ed50e35b7","status":"passed","time":{"start":1705518209010,"stop":1705518209010,"duration":0}},{"uid":"e885f9860c0c4e44","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/e885f9860c0c4e44","status":"passed","time":{"start":1705518112873,"stop":1705518112874,"duration":1}},{"uid":"62fee31df3049eda","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/62fee31df3049eda","status":"passed","time":{"start":1705517988420,"stop":1705517988421,"duration":1}},{"uid":"e253c720d7b18cc0","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/e253c720d7b18cc0","status":"passed","time":{"start":1705508651540,"stop":1705508651541,"duration":1}},{"uid":"52464d675c3ed444","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/52464d675c3ed444","status":"passed","time":{"start":1705506479162,"stop":1705506479162,"duration":0}},{"uid":"fb4faad6983631ed","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/fb4faad6983631ed","status":"passed","time":{"start":1705502938694,"stop":1705502938696,"duration":2}},{"uid":"6e327655ef407ca","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/6e327655ef407ca","status":"passed","time":{"start":1705502478116,"stop":1705502478116,"duration":0}},{"uid":"5d34fb50d6325080","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/5d34fb50d6325080","status":"passed","time":{"start":1705494884691,"stop":1705494884692,"duration":1}},{"uid":"211cb0530d41d1fb","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/211cb0530d41d1fb","status":"passed","time":{"start":1705494937623,"stop":1705494937624,"duration":1}},{"uid":"c1f6d5cd83075082","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/c1f6d5cd83075082","status":"passed","time":{"start":1705494894120,"stop":1705494894122,"duration":2}},{"uid":"4403ddb7bf19578b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/4403ddb7bf19578b","status":"passed","time":{"start":1705493458489,"stop":1705493458489,"duration":0}},{"uid":"7c6e1a9d5624a50b","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/7c6e1a9d5624a50b","status":"passed","time":{"start":1705493421115,"stop":1705493421115,"duration":0}},{"uid":"83896c9604d081a8","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/83896c9604d081a8","status":"passed","time":{"start":1705485246704,"stop":1705485246704,"duration":0}},{"uid":"e902e2d851e73ddd","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/e902e2d851e73ddd","status":"passed","time":{"start":1705485106631,"stop":1705485106631,"duration":0}},{"uid":"27e6d8707bff4b9f","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/27e6d8707bff4b9f","status":"passed","time":{"start":1705484353104,"stop":1705484353105,"duration":1}},{"uid":"a0659623eb5040fc","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/a0659623eb5040fc","status":"passed","time":{"start":1705469867107,"stop":1705469867107,"duration":0}},{"uid":"9e63cc58afd7f1fd","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/9e63cc58afd7f1fd","status":"passed","time":{"start":1705466933282,"stop":1705466933282,"duration":0}},{"uid":"96710955b1080cf0","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/96710955b1080cf0","status":"passed","time":{"start":1705435401906,"stop":1705435401907,"duration":1}},{"uid":"ab3f6e55d61b6d9d","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/ab3f6e55d61b6d9d","status":"passed","time":{"start":1705434866491,"stop":1705434866492,"duration":1}},{"uid":"faea047c9c7733c","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/faea047c9c7733c","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433200749,"stop":1705433200749,"duration":0}}]},"20853fec92e7c87e5f1ef7391e6c47f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"63320b30580e4557","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/63320b30580e4557","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244711513,"stop":1706244711513,"duration":0}},{"uid":"54b3f0e2249a5c76","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/54b3f0e2249a5c76","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242276997,"stop":1706242276997,"duration":0}}]},"7a77386af6d764d8bc0f2a801ee73935:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80a2823096961ceb","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/80a2823096961ceb","status":"passed","time":{"start":1705580356184,"stop":1705580356184,"duration":0}}]},"78f6f1fa864a0dee01c25e140bc315c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68161f2f7c18e3f0","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/68161f2f7c18e3f0","status":"passed","time":{"start":1705593407341,"stop":1705593407341,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"a3e0530829b57af5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3e0530829b57af5","status":"passed","time":{"start":1706529367448,"stop":1706529367449,"duration":1}},{"uid":"428485672150f825","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/428485672150f825","status":"passed","time":{"start":1706528339924,"stop":1706528339925,"duration":1}},{"uid":"e9de5e71e5dc64be","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e9de5e71e5dc64be","status":"passed","time":{"start":1706527181546,"stop":1706527181547,"duration":1}},{"uid":"fbe83169dcb122d8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fbe83169dcb122d8","status":"passed","time":{"start":1706527016291,"stop":1706527016292,"duration":1}},{"uid":"2047c25fc10a47b5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2047c25fc10a47b5","status":"passed","time":{"start":1706526929196,"stop":1706526929196,"duration":0}},{"uid":"17450b82f28dfa4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/17450b82f28dfa4","status":"passed","time":{"start":1706526355567,"stop":1706526355567,"duration":0}},{"uid":"874c11f1319e93bb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/874c11f1319e93bb","status":"passed","time":{"start":1706525825274,"stop":1706525825274,"duration":0}},{"uid":"5100aee4f6d983b0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5100aee4f6d983b0","status":"passed","time":{"start":1706525414580,"stop":1706525414581,"duration":1}},{"uid":"b2a3dee22e32d0f6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b2a3dee22e32d0f6","status":"passed","time":{"start":1706468084956,"stop":1706468084957,"duration":1}},{"uid":"97d8fab147e1dd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/97d8fab147e1dd","status":"passed","time":{"start":1706323430966,"stop":1706323430966,"duration":0}},{"uid":"2a7de88f019c4259","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2a7de88f019c4259","status":"passed","time":{"start":1706321743962,"stop":1706321743963,"duration":1}},{"uid":"d85ffffdefea3a35","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d85ffffdefea3a35","status":"passed","time":{"start":1706115449527,"stop":1706115449528,"duration":1}},{"uid":"123f2f2a9e40606","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/123f2f2a9e40606","status":"passed","time":{"start":1706114706805,"stop":1706114706805,"duration":0}},{"uid":"513ce719811f74e6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/513ce719811f74e6","status":"passed","time":{"start":1706112158256,"stop":1706112158261,"duration":5}},{"uid":"e20baf4139faedde","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e20baf4139faedde","status":"passed","time":{"start":1706111870561,"stop":1706111870561,"duration":0}},{"uid":"36f5bf873795d162","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/36f5bf873795d162","status":"passed","time":{"start":1706109756248,"stop":1706109756248,"duration":0}},{"uid":"efe58bf91c52d6a4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/efe58bf91c52d6a4","status":"passed","time":{"start":1706103280827,"stop":1706103280828,"duration":1}},{"uid":"a642d5622ec3ee72","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a642d5622ec3ee72","status":"passed","time":{"start":1706103332257,"stop":1706103332258,"duration":1}},{"uid":"db90e3decd396e39","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/db90e3decd396e39","status":"passed","time":{"start":1706102670259,"stop":1706102670259,"duration":0}},{"uid":"a6635b86b467e2cc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a6635b86b467e2cc","status":"passed","time":{"start":1706102539190,"stop":1706102539190,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"1786158c120ab754","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1786158c120ab754","status":"passed","time":{"start":1706528986012,"stop":1706528986012,"duration":0}},{"uid":"5958ebeec2ce0e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5958ebeec2ce0e","status":"passed","time":{"start":1706527951701,"stop":1706527951701,"duration":0}},{"uid":"48e53b3e9d5c21e1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/48e53b3e9d5c21e1","status":"passed","time":{"start":1706526969203,"stop":1706526969205,"duration":2}},{"uid":"9a8168f70c3ca4d4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9a8168f70c3ca4d4","status":"passed","time":{"start":1706526675847,"stop":1706526675847,"duration":0}},{"uid":"226c7af246154c7d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/226c7af246154c7d","status":"passed","time":{"start":1706526572354,"stop":1706526572355,"duration":1}},{"uid":"578f8232d60be0bb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/578f8232d60be0bb","status":"passed","time":{"start":1706525997936,"stop":1706525997936,"duration":0}},{"uid":"7d554ba11ae0c768","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7d554ba11ae0c768","status":"passed","time":{"start":1706525468249,"stop":1706525468249,"duration":0}},{"uid":"4427d8635becd71d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4427d8635becd71d","status":"passed","time":{"start":1706525019709,"stop":1706525019709,"duration":0}},{"uid":"9e07a7e4196cfdb4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9e07a7e4196cfdb4","status":"passed","time":{"start":1706467721293,"stop":1706467721293,"duration":0}},{"uid":"80fd926ddbfb8c9e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/80fd926ddbfb8c9e","status":"passed","time":{"start":1706323082565,"stop":1706323082565,"duration":0}},{"uid":"99deeb1d5615405c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/99deeb1d5615405c","status":"passed","time":{"start":1706321389968,"stop":1706321389968,"duration":0}},{"uid":"f02867541ecad91d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f02867541ecad91d","status":"passed","time":{"start":1706115172649,"stop":1706115172649,"duration":0}},{"uid":"afa2d240d075d858","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/afa2d240d075d858","status":"passed","time":{"start":1706114335598,"stop":1706114335598,"duration":0}},{"uid":"2301b3d0566f1efb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2301b3d0566f1efb","status":"passed","time":{"start":1706111797803,"stop":1706111797804,"duration":1}},{"uid":"e7f600063a735e6b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e7f600063a735e6b","status":"passed","time":{"start":1706111496586,"stop":1706111496586,"duration":0}},{"uid":"73ca7042db1c1fd1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/73ca7042db1c1fd1","status":"passed","time":{"start":1706109403539,"stop":1706109403540,"duration":1}},{"uid":"8b39a04599763df1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8b39a04599763df1","status":"passed","time":{"start":1706103220670,"stop":1706103220671,"duration":1}},{"uid":"f0d9cbbb04a5765d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f0d9cbbb04a5765d","status":"passed","time":{"start":1706102943579,"stop":1706102943580,"duration":1}},{"uid":"9fa2ef03313e5de7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9fa2ef03313e5de7","status":"passed","time":{"start":1706102315317,"stop":1706102315317,"duration":0}},{"uid":"3597992882a9ab7e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3597992882a9ab7e","status":"passed","time":{"start":1706102190045,"stop":1706102190045,"duration":0}}]},"6edfb3c5a62788ac72467b5fab5cfedd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":42,"unknown":0,"total":46},"items":[{"uid":"75dc3564298771c","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/75dc3564298771c","status":"passed","time":{"start":1705521016434,"stop":1705521016435,"duration":1}},{"uid":"99fa546335f80eae","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/99fa546335f80eae","status":"passed","time":{"start":1705520811004,"stop":1705520811005,"duration":1}},{"uid":"b79bc0de033c6584","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/b79bc0de033c6584","status":"passed","time":{"start":1705520163979,"stop":1705520163979,"duration":0}},{"uid":"2fe365333c144d3","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/2fe365333c144d3","status":"passed","time":{"start":1705518395148,"stop":1705518395149,"duration":1}},{"uid":"b3b0f30482a428b5","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b3b0f30482a428b5","status":"passed","time":{"start":1705518165827,"stop":1705518165827,"duration":0}},{"uid":"da0533a10a672b7c","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/da0533a10a672b7c","status":"passed","time":{"start":1705518062865,"stop":1705518062865,"duration":0}},{"uid":"7844ac6b4ee7b9db","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/7844ac6b4ee7b9db","status":"passed","time":{"start":1705517955338,"stop":1705517955338,"duration":0}},{"uid":"70d203f3d2a585b4","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/70d203f3d2a585b4","status":"passed","time":{"start":1705508621280,"stop":1705508621281,"duration":1}},{"uid":"2250edcc14a8b8d0","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2250edcc14a8b8d0","status":"passed","time":{"start":1705506440932,"stop":1705506440932,"duration":0}},{"uid":"d3a2336512e12e36","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/d3a2336512e12e36","status":"passed","time":{"start":1705502898672,"stop":1705502898672,"duration":0}},{"uid":"e6ed0b902a5520a3","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e6ed0b902a5520a3","status":"passed","time":{"start":1705502231199,"stop":1705502231199,"duration":0}},{"uid":"17274895dc0ddf3d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/17274895dc0ddf3d","status":"passed","time":{"start":1705502434952,"stop":1705502434952,"duration":0}},{"uid":"d092c9834dbd3ad8","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/d092c9834dbd3ad8","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async 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/multiple_pubsub.node.spec.ts)","time":{"start":1705495384744,"stop":1705495384744,"duration":0}},{"uid":"980819bb07d07199","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/980819bb07d07199","status":"passed","time":{"start":1705494891664,"stop":1705494891665,"duration":1}},{"uid":"396f0458dc0736e3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/396f0458dc0736e3","status":"passed","time":{"start":1705494852282,"stop":1705494852283,"duration":1}},{"uid":"84065806e9b1f81e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/84065806e9b1f81e","status":"passed","time":{"start":1705493411435,"stop":1705493411436,"duration":1}},{"uid":"446e749de08d61ba","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/446e749de08d61ba","status":"passed","time":{"start":1705493382748,"stop":1705493382748,"duration":0}},{"uid":"d1c1aa9f685de66f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/d1c1aa9f685de66f","status":"passed","time":{"start":1705485206013,"stop":1705485206013,"duration":0}},{"uid":"ad4b7dd02ce61c36","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ad4b7dd02ce61c36","status":"passed","time":{"start":1705485065034,"stop":1705485065034,"duration":0}},{"uid":"bdaad39b33497d8","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/bdaad39b33497d8","status":"passed","time":{"start":1705484311482,"stop":1705484311482,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"84bea699b275d6b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/84bea699b275d6b4","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"duration":0}},{"uid":"48b2dd6f9771bb7a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/48b2dd6f9771bb7a","status":"passed","time":{"start":1706528057456,"stop":1706528057456,"duration":0}},{"uid":"3a314330f0e7e3d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3a314330f0e7e3d","status":"passed","time":{"start":1706526914772,"stop":1706526914772,"duration":0}},{"uid":"a450eeb622e90aee","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a450eeb622e90aee","status":"passed","time":{"start":1706526612643,"stop":1706526612644,"duration":1}},{"uid":"45df8eaeeb517b7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/45df8eaeeb517b7","status":"passed","time":{"start":1706526514765,"stop":1706526514766,"duration":1}},{"uid":"f367ea61152290a7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f367ea61152290a7","status":"passed","time":{"start":1706525945109,"stop":1706525945109,"duration":0}},{"uid":"2d07ee708fd1f50e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2d07ee708fd1f50e","status":"passed","time":{"start":1706525418822,"stop":1706525418822,"duration":0}},{"uid":"c786a0080dd52e33","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c786a0080dd52e33","status":"passed","time":{"start":1706525116051,"stop":1706525116051,"duration":0}},{"uid":"f1e9c3e29a18a56e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f1e9c3e29a18a56e","status":"passed","time":{"start":1706467681210,"stop":1706467681210,"duration":0}},{"uid":"aeea885ab9992e18","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/aeea885ab9992e18","status":"passed","time":{"start":1706323017123,"stop":1706323017123,"duration":0}},{"uid":"e4645d5cb2021a99","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e4645d5cb2021a99","status":"passed","time":{"start":1706321333763,"stop":1706321333764,"duration":1}},{"uid":"f91f771a25974a2b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f91f771a25974a2b","status":"passed","time":{"start":1706115157101,"stop":1706115157101,"duration":0}},{"uid":"f0b9444187aa0f84","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f0b9444187aa0f84","status":"passed","time":{"start":1706114292035,"stop":1706114292035,"duration":0}},{"uid":"b7972d34fbc4e70","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b7972d34fbc4e70","status":"passed","time":{"start":1706111755013,"stop":1706111755013,"duration":0}},{"uid":"58a45227305626fd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/58a45227305626fd","status":"passed","time":{"start":1706111454533,"stop":1706111454534,"duration":1}},{"uid":"6c49a6bda8873057","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6c49a6bda8873057","status":"passed","time":{"start":1706109346663,"stop":1706109346663,"duration":0}},{"uid":"55d48741f2e45039","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/55d48741f2e45039","status":"passed","time":{"start":1706103153470,"stop":1706103153471,"duration":1}},{"uid":"c8eea0d938dca801","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c8eea0d938dca801","status":"passed","time":{"start":1706102905533,"stop":1706102905534,"duration":1}},{"uid":"12fea8106c3cfb1f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/12fea8106c3cfb1f","status":"passed","time":{"start":1706102263604,"stop":1706102263605,"duration":1}},{"uid":"1278ba6d5fd0510a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1278ba6d5fd0510a","status":"passed","time":{"start":1706102127471,"stop":1706102127471,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"38f6b7bde4c0adfd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/38f6b7bde4c0adfd","status":"passed","time":{"start":1706529333234,"stop":1706529333234,"duration":0}},{"uid":"59ddce1c5ab97ebe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/59ddce1c5ab97ebe","status":"passed","time":{"start":1706528290451,"stop":1706528290451,"duration":0}},{"uid":"da34570719b0982b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/da34570719b0982b","status":"passed","time":{"start":1706527264309,"stop":1706527264309,"duration":0}},{"uid":"2b5f82d04e010ad","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2b5f82d04e010ad","status":"passed","time":{"start":1706526976758,"stop":1706526976759,"duration":1}},{"uid":"49d49c93037ed271","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/49d49c93037ed271","status":"passed","time":{"start":1706526885798,"stop":1706526885799,"duration":1}},{"uid":"8ecf644756b42c4e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8ecf644756b42c4e","status":"passed","time":{"start":1706526330089,"stop":1706526330089,"duration":0}},{"uid":"e01b206e975e00aa","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e01b206e975e00aa","status":"passed","time":{"start":1706525780716,"stop":1706525780716,"duration":0}},{"uid":"3b984e4eca3e2363","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3b984e4eca3e2363","status":"passed","time":{"start":1706525359482,"stop":1706525359483,"duration":1}},{"uid":"d9b8184b3afdcfdc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d9b8184b3afdcfdc","status":"passed","time":{"start":1706468042627,"stop":1706468042627,"duration":0}},{"uid":"16ebc60d78829837","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/16ebc60d78829837","status":"passed","time":{"start":1706323386910,"stop":1706323386912,"duration":2}},{"uid":"74058216d61818ae","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/74058216d61818ae","status":"passed","time":{"start":1706321713083,"stop":1706321713084,"duration":1}},{"uid":"f4b27b7427f14a00","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f4b27b7427f14a00","status":"passed","time":{"start":1706115482602,"stop":1706115482602,"duration":0}},{"uid":"a5a010c392e8f3b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a5a010c392e8f3b","status":"passed","time":{"start":1706114635373,"stop":1706114635374,"duration":1}},{"uid":"2d2290806d7f863a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2d2290806d7f863a","status":"passed","time":{"start":1706112127512,"stop":1706112127512,"duration":0}},{"uid":"4ded35ce8464b5d6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4ded35ce8464b5d6","status":"passed","time":{"start":1706111809252,"stop":1706111809252,"duration":0}},{"uid":"7a86ac9f1fce6391","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7a86ac9f1fce6391","status":"passed","time":{"start":1706109719513,"stop":1706109719513,"duration":0}},{"uid":"39351bec2edcd78a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/39351bec2edcd78a","status":"passed","time":{"start":1706103518428,"stop":1706103518428,"duration":0}},{"uid":"8769a7aa7b6a0eca","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8769a7aa7b6a0eca","status":"passed","time":{"start":1706103305148,"stop":1706103305148,"duration":0}},{"uid":"1ee4da6de6d139f5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1ee4da6de6d139f5","status":"passed","time":{"start":1706102626844,"stop":1706102626844,"duration":0}},{"uid":"f61fcca9aa70870e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f61fcca9aa70870e","status":"passed","time":{"start":1706102491818,"stop":1706102491818,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"d6a7711b24c727","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d6a7711b24c727","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"duration":0}},{"uid":"3ce5836eb1bf9241","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3ce5836eb1bf9241","status":"passed","time":{"start":1706528057468,"stop":1706528057468,"duration":0}},{"uid":"1da50f48c2efeda4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1da50f48c2efeda4","status":"passed","time":{"start":1706526914783,"stop":1706526914783,"duration":0}},{"uid":"b4c700bde3ca9ad1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b4c700bde3ca9ad1","status":"passed","time":{"start":1706526612656,"stop":1706526612656,"duration":0}},{"uid":"396e51fcdcd10c53","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/396e51fcdcd10c53","status":"passed","time":{"start":1706526514771,"stop":1706526514771,"duration":0}},{"uid":"4ad3ac9cb369c0e3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4ad3ac9cb369c0e3","status":"passed","time":{"start":1706525945114,"stop":1706525945115,"duration":1}},{"uid":"a8c6d02cc7acfd56","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a8c6d02cc7acfd56","status":"passed","time":{"start":1706525418832,"stop":1706525418833,"duration":1}},{"uid":"269d35f73f4949b2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/269d35f73f4949b2","status":"passed","time":{"start":1706525116057,"stop":1706525116057,"duration":0}},{"uid":"a1fcc7b0c478654c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a1fcc7b0c478654c","status":"passed","time":{"start":1706467681215,"stop":1706467681216,"duration":1}},{"uid":"8a4513b27cf17aa0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8a4513b27cf17aa0","status":"passed","time":{"start":1706323017128,"stop":1706323017129,"duration":1}},{"uid":"1f0fc64b98809389","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1f0fc64b98809389","status":"passed","time":{"start":1706321333769,"stop":1706321333769,"duration":0}},{"uid":"4dadbf0ddf7e16da","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4dadbf0ddf7e16da","status":"passed","time":{"start":1706115157113,"stop":1706115157113,"duration":0}},{"uid":"19c4c7ce0851bbe9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/19c4c7ce0851bbe9","status":"passed","time":{"start":1706114292041,"stop":1706114292042,"duration":1}},{"uid":"7268d7acab80d3a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7268d7acab80d3a","status":"passed","time":{"start":1706111755027,"stop":1706111755028,"duration":1}},{"uid":"b5443549444adc23","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b5443549444adc23","status":"passed","time":{"start":1706111454547,"stop":1706111454547,"duration":0}},{"uid":"8f21d25af69250ed","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8f21d25af69250ed","status":"passed","time":{"start":1706109346669,"stop":1706109346670,"duration":1}},{"uid":"4b1077f6cf862aae","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4b1077f6cf862aae","status":"passed","time":{"start":1706103153478,"stop":1706103153478,"duration":0}},{"uid":"d77024ddb3e3bfac","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d77024ddb3e3bfac","status":"passed","time":{"start":1706102905545,"stop":1706102905545,"duration":0}},{"uid":"14335a59d3aa2d9f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/14335a59d3aa2d9f","status":"passed","time":{"start":1706102263612,"stop":1706102263613,"duration":1}},{"uid":"f1acd031719648b8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f1acd031719648b8","status":"passed","time":{"start":1706102127477,"stop":1706102127480,"duration":3}}]},"0aa9a071af154726336ef8b1eea0ba25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d2766bb2961c906","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/1d2766bb2961c906","status":"passed","time":{"start":1705665460138,"stop":1705665460139,"duration":1}}]},"cd74405a82a9d75d998cf4296fe5c25a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1312dd45fb72c3c2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1312dd45fb72c3c2","status":"passed","time":{"start":1706112015270,"stop":1706112015270,"duration":0}}]},"ad2df079bb4392fba5ff767b7f7ffffa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bed7545e002ccdc","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/7bed7545e002ccdc","status":"passed","time":{"start":1705665612356,"stop":1705665612356,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"fcff4f177467085a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fcff4f177467085a","status":"passed","time":{"start":1706529061226,"stop":1706529061226,"duration":0}},{"uid":"334a7eccbe4e79bb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/334a7eccbe4e79bb","status":"passed","time":{"start":1706528032698,"stop":1706528032699,"duration":1}},{"uid":"913d67766756cf15","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/913d67766756cf15","status":"passed","time":{"start":1706527032150,"stop":1706527032151,"duration":1}},{"uid":"1d9d9371c8ca700f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1d9d9371c8ca700f","status":"passed","time":{"start":1706526728465,"stop":1706526728467,"duration":2}},{"uid":"3373fb6d7eec6afb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3373fb6d7eec6afb","status":"passed","time":{"start":1706526631865,"stop":1706526631865,"duration":0}},{"uid":"f979fcbe36ed8589","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f979fcbe36ed8589","status":"passed","time":{"start":1706526058756,"stop":1706526058756,"duration":0}},{"uid":"a57227ed2b056e75","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a57227ed2b056e75","status":"passed","time":{"start":1706525527749,"stop":1706525527749,"duration":0}},{"uid":"4fa2716a7027dc15","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4fa2716a7027dc15","status":"passed","time":{"start":1706525094639,"stop":1706525094640,"duration":1}},{"uid":"889f24403a5ebe39","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/889f24403a5ebe39","status":"passed","time":{"start":1706467780076,"stop":1706467780076,"duration":0}},{"uid":"611c8c19345c6a52","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/611c8c19345c6a52","status":"passed","time":{"start":1706323147732,"stop":1706323147732,"duration":0}},{"uid":"7e25724d9ce6b38d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7e25724d9ce6b38d","status":"passed","time":{"start":1706321448927,"stop":1706321448928,"duration":1}},{"uid":"1a76acbc5fdf1b67","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1a76acbc5fdf1b67","status":"passed","time":{"start":1706244757746,"stop":1706244757746,"duration":0}},{"uid":"e53e1bdbea83cc09","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e53e1bdbea83cc09","status":"passed","time":{"start":1706242322199,"stop":1706242322199,"duration":0}},{"uid":"8f347d36f75d685f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8f347d36f75d685f","status":"passed","time":{"start":1706115232372,"stop":1706115232372,"duration":0}},{"uid":"d379212339220728","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d379212339220728","status":"passed","time":{"start":1706114393725,"stop":1706114393725,"duration":0}},{"uid":"dfc0661c96b22d7c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/dfc0661c96b22d7c","status":"passed","time":{"start":1706111855444,"stop":1706111855445,"duration":1}},{"uid":"f0a534a42079a31c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f0a534a42079a31c","status":"passed","time":{"start":1706111555057,"stop":1706111555057,"duration":0}},{"uid":"eada6b930ee36d7c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/eada6b930ee36d7c","status":"passed","time":{"start":1706109464066,"stop":1706109464066,"duration":0}},{"uid":"bec3f462bbbf792","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bec3f462bbbf792","status":"passed","time":{"start":1706103282750,"stop":1706103282751,"duration":1}},{"uid":"266d6865f917448b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/266d6865f917448b","status":"passed","time":{"start":1706103002606,"stop":1706103002606,"duration":0}}]},"a13c056191ccaa90a416667881528a3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aaae886ee0527a58","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/aaae886ee0527a58","status":"passed","time":{"start":1705485095849,"stop":1705485095850,"duration":1}}]},"685fe74a133a3c8e641fbdfeedbd7243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"cd6c5a26585ab715","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/cd6c5a26585ab715","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883253,"stop":1705518883253,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":127,"unknown":0,"total":130},"items":[{"uid":"c4e4da1898d8c23c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c4e4da1898d8c23c","status":"passed","time":{"start":1706529213444,"stop":1706529213444,"duration":0}},{"uid":"cfa100d853df3777","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cfa100d853df3777","status":"passed","time":{"start":1706528191001,"stop":1706528191001,"duration":0}},{"uid":"9b62101bbfb91203","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9b62101bbfb91203","status":"passed","time":{"start":1706527073928,"stop":1706527073929,"duration":1}},{"uid":"2f6780da8bca11f5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2f6780da8bca11f5","status":"passed","time":{"start":1706526771988,"stop":1706526771989,"duration":1}},{"uid":"8ced005ba6d3febb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8ced005ba6d3febb","status":"passed","time":{"start":1706526678879,"stop":1706526678880,"duration":1}},{"uid":"30d1b906edf45439","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/30d1b906edf45439","status":"passed","time":{"start":1706526118989,"stop":1706526118989,"duration":0}},{"uid":"78be9d2d5a28951e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/78be9d2d5a28951e","status":"passed","time":{"start":1706525578825,"stop":1706525578826,"duration":1}},{"uid":"e5ca231759cd5bc0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e5ca231759cd5bc0","status":"passed","time":{"start":1706525215579,"stop":1706525215580,"duration":1}},{"uid":"9b48184359e68777","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9b48184359e68777","status":"passed","time":{"start":1706467823859,"stop":1706467823860,"duration":1}},{"uid":"e49fbc2b399f2323","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e49fbc2b399f2323","status":"passed","time":{"start":1706323200735,"stop":1706323200735,"duration":0}},{"uid":"c6a8418955afe3bd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c6a8418955afe3bd","status":"passed","time":{"start":1706321464245,"stop":1706321464246,"duration":1}},{"uid":"2a6d62fcba42918b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2a6d62fcba42918b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244759801,"stop":1706244759802,"duration":1}},{"uid":"c59db2eaa5111e4d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c59db2eaa5111e4d","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242311083,"stop":1706242311084,"duration":1}},{"uid":"727dc5c2eae929f9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/727dc5c2eae929f9","status":"passed","time":{"start":1706115275220,"stop":1706115275220,"duration":0}},{"uid":"978929f2b4ce7bb5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/978929f2b4ce7bb5","status":"passed","time":{"start":1706114443295,"stop":1706114443297,"duration":2}},{"uid":"8781b04605ee2795","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8781b04605ee2795","status":"passed","time":{"start":1706111903923,"stop":1706111903923,"duration":0}},{"uid":"77e2a917f51853ac","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/77e2a917f51853ac","status":"passed","time":{"start":1706111606550,"stop":1706111606553,"duration":3}},{"uid":"bb3580111df4ce96","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bb3580111df4ce96","status":"passed","time":{"start":1706109519404,"stop":1706109519404,"duration":0}},{"uid":"a0dff9bfe82e1ec8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a0dff9bfe82e1ec8","status":"passed","time":{"start":1706103297425,"stop":1706103297426,"duration":1}},{"uid":"d8a60684f38e732e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d8a60684f38e732e","status":"passed","time":{"start":1706103044805,"stop":1706103044805,"duration":0}}]},"878f72af923a7af14a907f0fa1eb1f2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"c125ba6f18c8d2d8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c125ba6f18c8d2d8","status":"passed","time":{"start":1706100979752,"stop":1706100979752,"duration":0}},{"uid":"8f9e82d556b9d30b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/8f9e82d556b9d30b","status":"passed","time":{"start":1706100012417,"stop":1706100012423,"duration":6}},{"uid":"b1928773db2c8f0f","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b1928773db2c8f0f","status":"passed","time":{"start":1706077739081,"stop":1706077739081,"duration":0}},{"uid":"afa6b6000fd86fcc","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/afa6b6000fd86fcc","status":"passed","time":{"start":1706069827465,"stop":1706069827465,"duration":0}},{"uid":"83a1e7446851c4fb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/83a1e7446851c4fb","status":"passed","time":{"start":1705950521663,"stop":1705950521663,"duration":0}},{"uid":"63833f36e69de6ae","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/63833f36e69de6ae","status":"passed","time":{"start":1705938343369,"stop":1705938343369,"duration":0}},{"uid":"b927dc39a9f82c3f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b927dc39a9f82c3f","status":"passed","time":{"start":1705913488219,"stop":1705913488219,"duration":0}},{"uid":"a4d19f47f34123e7","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/a4d19f47f34123e7","status":"passed","time":{"start":1705913034269,"stop":1705913034270,"duration":1}},{"uid":"12e07ccc65eae123","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/12e07ccc65eae123","status":"passed","time":{"start":1705912407135,"stop":1705912407135,"duration":0}},{"uid":"344b50dade88e579","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/344b50dade88e579","status":"passed","time":{"start":1705911588791,"stop":1705911588791,"duration":0}},{"uid":"67232cd377ae86d9","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/67232cd377ae86d9","status":"passed","time":{"start":1705698799106,"stop":1705698799106,"duration":0}},{"uid":"4ce255f2c5d39617","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4ce255f2c5d39617","status":"passed","time":{"start":1705687522363,"stop":1705687522364,"duration":1}},{"uid":"3c68e0ba2342a5ef","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/3c68e0ba2342a5ef","status":"passed","time":{"start":1705687430730,"stop":1705687430730,"duration":0}},{"uid":"5d3cd375415ee313","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/5d3cd375415ee313","status":"passed","time":{"start":1705678121466,"stop":1705678121466,"duration":0}},{"uid":"8653021b602a7654","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/8653021b602a7654","status":"passed","time":{"start":1705678046310,"stop":1705678046310,"duration":0}},{"uid":"b9dcbc32e1833125","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/b9dcbc32e1833125","status":"passed","time":{"start":1705677908048,"stop":1705677908048,"duration":0}},{"uid":"abec0d87ce00cbd8","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/abec0d87ce00cbd8","status":"passed","time":{"start":1705677463215,"stop":1705677463215,"duration":0}},{"uid":"791c528dfa9aab22","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/791c528dfa9aab22","status":"passed","time":{"start":1705676052696,"stop":1705676052696,"duration":0}},{"uid":"8a00b1d81fb514c9","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/8a00b1d81fb514c9","status":"passed","time":{"start":1705675474637,"stop":1705675474637,"duration":0}},{"uid":"bf72bc5c179b10f0","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/bf72bc5c179b10f0","status":"passed","time":{"start":1705670338388,"stop":1705670338389,"duration":1}}]},"6667a51505f8df2846e45e1a6a74f4a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9670c33fad3d269","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a9670c33fad3d269","status":"passed","time":{"start":1706526185701,"stop":1706526185701,"duration":0}}]},"f54d751703244580455ed8511a2d8653:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ffcd57bec2679e4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3ffcd57bec2679e4","status":"passed","time":{"start":1706102491906,"stop":1706102491907,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"befbd373c9887126","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/befbd373c9887126","status":"passed","time":{"start":1706528965683,"stop":1706528965683,"duration":0}},{"uid":"9d86cdb2024baabe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9d86cdb2024baabe","status":"passed","time":{"start":1706527923883,"stop":1706527923883,"duration":0}},{"uid":"24abbcc7dd9be2a9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/24abbcc7dd9be2a9","status":"passed","time":{"start":1706526930857,"stop":1706526930858,"duration":1}},{"uid":"e1c86018f6d3a66a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e1c86018f6d3a66a","status":"passed","time":{"start":1706526632089,"stop":1706526632094,"duration":5}},{"uid":"d0ba6a71490b4c7d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d0ba6a71490b4c7d","status":"passed","time":{"start":1706526534077,"stop":1706526534077,"duration":0}},{"uid":"c35c8ddcf872bd7b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c35c8ddcf872bd7b","status":"passed","time":{"start":1706525958169,"stop":1706525958170,"duration":1}},{"uid":"7aeed3263141e74c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7aeed3263141e74c","status":"passed","time":{"start":1706525436722,"stop":1706525436722,"duration":0}},{"uid":"5e17c125e9cc6400","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5e17c125e9cc6400","status":"passed","time":{"start":1706524982431,"stop":1706524982432,"duration":1}},{"uid":"353588fb777062a7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/353588fb777062a7","status":"passed","time":{"start":1706467678799,"stop":1706467678800,"duration":1}},{"uid":"8575782218f2f2ba","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8575782218f2f2ba","status":"passed","time":{"start":1706323040466,"stop":1706323040466,"duration":0}},{"uid":"e0094ad06b448b87","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e0094ad06b448b87","status":"passed","time":{"start":1706321353349,"stop":1706321353349,"duration":0}},{"uid":"977f0f52c6298799","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/977f0f52c6298799","status":"passed","time":{"start":1706114292382,"stop":1706114292382,"duration":0}},{"uid":"8076825a083ed2fd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8076825a083ed2fd","status":"passed","time":{"start":1706111780335,"stop":1706111780335,"duration":0}},{"uid":"d39c9bc4c9dca611","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d39c9bc4c9dca611","status":"passed","time":{"start":1706111464020,"stop":1706111464020,"duration":0}},{"uid":"e5b69f2da55d070e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e5b69f2da55d070e","status":"passed","time":{"start":1706109370854,"stop":1706109370854,"duration":0}},{"uid":"8e7b471f7b74ff38","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8e7b471f7b74ff38","status":"passed","time":{"start":1706103179177,"stop":1706103179180,"duration":3}},{"uid":"5e407993c65666d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5e407993c65666d","status":"passed","time":{"start":1706102925542,"stop":1706102925542,"duration":0}},{"uid":"199ca596d2425b5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/199ca596d2425b5","status":"passed","time":{"start":1706102273661,"stop":1706102273661,"duration":0}},{"uid":"c3e19463108f73c4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c3e19463108f73c4","status":"passed","time":{"start":1706102152986,"stop":1706102152987,"duration":1}},{"uid":"611667c2f54bbad","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/611667c2f54bbad","status":"passed","time":{"start":1706101976581,"stop":1706101976581,"duration":0}}]},"20b4863fd7a41a771302a22e207c4baa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"401883a6af73c3","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/401883a6af73c3","status":"passed","time":{"start":1705665612355,"stop":1705665612355,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"3e9b1ab36ded7df","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e9b1ab36ded7df","status":"passed","time":{"start":1706529333230,"stop":1706529333231,"duration":1}},{"uid":"54f264eef7afaf88","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/54f264eef7afaf88","status":"passed","time":{"start":1706528290444,"stop":1706528290445,"duration":1}},{"uid":"8d7116991d683d0d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8d7116991d683d0d","status":"passed","time":{"start":1706527264301,"stop":1706527264301,"duration":0}},{"uid":"4cc8b403cf3c0f60","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4cc8b403cf3c0f60","status":"passed","time":{"start":1706526976756,"stop":1706526976756,"duration":0}},{"uid":"b5ce1346e08b8bb8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b5ce1346e08b8bb8","status":"passed","time":{"start":1706526885796,"stop":1706526885796,"duration":0}},{"uid":"1d61dc51e064c614","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1d61dc51e064c614","status":"passed","time":{"start":1706526330086,"stop":1706526330086,"duration":0}},{"uid":"3a9b77784cf5bf4b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3a9b77784cf5bf4b","status":"passed","time":{"start":1706525780713,"stop":1706525780714,"duration":1}},{"uid":"e14fb751eb195cb9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e14fb751eb195cb9","status":"passed","time":{"start":1706525359476,"stop":1706525359477,"duration":1}},{"uid":"fad95fe53c5391db","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fad95fe53c5391db","status":"passed","time":{"start":1706468042625,"stop":1706468042625,"duration":0}},{"uid":"cdc86bff50437973","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cdc86bff50437973","status":"passed","time":{"start":1706323386908,"stop":1706323386909,"duration":1}},{"uid":"ed0a124935128ec3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ed0a124935128ec3","status":"passed","time":{"start":1706321713079,"stop":1706321713080,"duration":1}},{"uid":"baa7f39f8c35cab0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/baa7f39f8c35cab0","status":"passed","time":{"start":1706115482600,"stop":1706115482600,"duration":0}},{"uid":"cc34d446cd0d709","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cc34d446cd0d709","status":"passed","time":{"start":1706114635370,"stop":1706114635370,"duration":0}},{"uid":"14d4d3b2978fe14e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/14d4d3b2978fe14e","status":"passed","time":{"start":1706112127509,"stop":1706112127509,"duration":0}},{"uid":"4a42417515c46ef0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4a42417515c46ef0","status":"passed","time":{"start":1706111809248,"stop":1706111809248,"duration":0}},{"uid":"f41c9037d5e6b15f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f41c9037d5e6b15f","status":"passed","time":{"start":1706109719510,"stop":1706109719510,"duration":0}},{"uid":"8b1415cd9108f2f2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8b1415cd9108f2f2","status":"passed","time":{"start":1706103518426,"stop":1706103518426,"duration":0}},{"uid":"87b96792a51368b5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/87b96792a51368b5","status":"passed","time":{"start":1706103305142,"stop":1706103305143,"duration":1}},{"uid":"bef4332e51da108","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bef4332e51da108","status":"passed","time":{"start":1706102626842,"stop":1706102626842,"duration":0}},{"uid":"25866639ca058677","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/25866639ca058677","status":"passed","time":{"start":1706102491803,"stop":1706102491803,"duration":0}}]},"9ad43a3f3bbda803d172e6028f4f398a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"494a5c7d9a0ae720","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/494a5c7d9a0ae720","status":"passed","time":{"start":1705572136954,"stop":1705572136954,"duration":0}}]},"e49e02f0d7f1db7ad374f8d8b6069c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef2f4ae870df6c0","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/9ef2f4ae870df6c0","status":"passed","time":{"start":1705591007328,"stop":1705591007329,"duration":1}}]},"8e015f7bae869da90ca6cf2b2f2cc2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ac9bc7914326a294","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ac9bc7914326a294","status":"passed","time":{"start":1706528741682,"stop":1706528741683,"duration":1}},{"uid":"1603494eb3550e19","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1603494eb3550e19","status":"passed","time":{"start":1706527710881,"stop":1706527710882,"duration":1}},{"uid":"2ce7cc8eedaa141c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2ce7cc8eedaa141c","status":"passed","time":{"start":1706526422899,"stop":1706526422899,"duration":0}},{"uid":"e9f4c531aff46830","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e9f4c531aff46830","status":"passed","time":{"start":1706526328070,"stop":1706526328071,"duration":1}},{"uid":"a0108643eb6bd332","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/a0108643eb6bd332","status":"passed","time":{"start":1706101521535,"stop":1706101521536,"duration":1}},{"uid":"ef6e169403b17075","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ef6e169403b17075","status":"passed","time":{"start":1706099819413,"stop":1706099819414,"duration":1}}]},"c87357a6da4ad7d170ae1870720566af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"ff1638c5c30611c1","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/ff1638c5c30611c1","status":"passed","time":{"start":1705521140308,"stop":1705521140308,"duration":0}},{"uid":"35ae19caef20718e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/35ae19caef20718e","status":"passed","time":{"start":1705520883422,"stop":1705520883423,"duration":1}},{"uid":"c36729f523b708b7","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c36729f523b708b7","status":"passed","time":{"start":1705520300895,"stop":1705520300895,"duration":0}},{"uid":"56d8e63357a2333d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/56d8e63357a2333d","status":"passed","time":{"start":1705518525969,"stop":1705518525969,"duration":0}},{"uid":"59698f5ad2fe48b2","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/59698f5ad2fe48b2","status":"passed","time":{"start":1705518246815,"stop":1705518246815,"duration":0}},{"uid":"dc35b05d12364831","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/dc35b05d12364831","status":"passed","time":{"start":1705518140993,"stop":1705518140994,"duration":1}},{"uid":"d004b14bcfbfac37","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d004b14bcfbfac37","status":"passed","time":{"start":1705518032436,"stop":1705518032437,"duration":1}},{"uid":"c0fca9413fa3e30f","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/c0fca9413fa3e30f","status":"passed","time":{"start":1705508700818,"stop":1705508700818,"duration":0}},{"uid":"725317dab9543bcc","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/725317dab9543bcc","status":"passed","time":{"start":1705506512664,"stop":1705506512664,"duration":0}},{"uid":"10500836465e0d41","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/10500836465e0d41","status":"passed","time":{"start":1705502966524,"stop":1705502966524,"duration":0}},{"uid":"c339007210f74a68","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c339007210f74a68","status":"passed","time":{"start":1705502370734,"stop":1705502370734,"duration":0}},{"uid":"9cae4e63ef989445","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/9cae4e63ef989445","status":"passed","time":{"start":1705502517779,"stop":1705502517779,"duration":0}},{"uid":"e4d79bff917bea75","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e4d79bff917bea75","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1705495321705,"stop":1705495321705,"duration":0}},{"uid":"8537c1bfc05cb462","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8537c1bfc05cb462","status":"passed","time":{"start":1705494975700,"stop":1705494975700,"duration":0}},{"uid":"4385c47aff2a69ac","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/4385c47aff2a69ac","status":"passed","time":{"start":1705494930766,"stop":1705494930766,"duration":0}},{"uid":"677cf87376ab8cbc","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/677cf87376ab8cbc","status":"passed","time":{"start":1705493496391,"stop":1705493496392,"duration":1}},{"uid":"465ac00d8ad1f94b","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/465ac00d8ad1f94b","status":"passed","time":{"start":1705493451257,"stop":1705493451257,"duration":0}},{"uid":"883f4444c8bd7a8a","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/883f4444c8bd7a8a","status":"passed","time":{"start":1705485279310,"stop":1705485279311,"duration":1}},{"uid":"4faf8fc0d39379d3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/4faf8fc0d39379d3","status":"passed","time":{"start":1705485136813,"stop":1705485136814,"duration":1}},{"uid":"d7a500fbb1a84c3c","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/d7a500fbb1a84c3c","status":"passed","time":{"start":1705484392940,"stop":1705484392940,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"54a05e53208e9b38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54a05e53208e9b38","status":"passed","time":{"start":1706528848469,"stop":1706528848470,"duration":1}},{"uid":"c342ba652f464af7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c342ba652f464af7","status":"passed","time":{"start":1706527813608,"stop":1706527813608,"duration":0}},{"uid":"b9864147475af643","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b9864147475af643","status":"passed","time":{"start":1706526833448,"stop":1706526833448,"duration":0}},{"uid":"213a24b422bf2bc1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/213a24b422bf2bc1","status":"passed","time":{"start":1706526535581,"stop":1706526535582,"duration":1}},{"uid":"df46da1624740608","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/df46da1624740608","status":"passed","time":{"start":1706526432890,"stop":1706526432890,"duration":0}},{"uid":"4b59bc80073c7019","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4b59bc80073c7019","status":"passed","time":{"start":1706525863197,"stop":1706525863197,"duration":0}},{"uid":"9eee5136141b23c8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9eee5136141b23c8","status":"passed","time":{"start":1706525327039,"stop":1706525327040,"duration":1}},{"uid":"26e921554b215377","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/26e921554b215377","status":"passed","time":{"start":1706524890665,"stop":1706524890665,"duration":0}},{"uid":"2fc473ba6836fcad","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2fc473ba6836fcad","status":"passed","time":{"start":1706467585307,"stop":1706467585307,"duration":0}},{"uid":"84cc2d89a11b2b41","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/84cc2d89a11b2b41","status":"passed","time":{"start":1706322939538,"stop":1706322939538,"duration":0}},{"uid":"57fb4e69765ea8a1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/57fb4e69765ea8a1","status":"passed","time":{"start":1706321258432,"stop":1706321258432,"duration":0}},{"uid":"382eae71e28315a5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/382eae71e28315a5","status":"passed","time":{"start":1706115022329,"stop":1706115022329,"duration":0}},{"uid":"224672f65a5d828","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/224672f65a5d828","status":"passed","time":{"start":1706114199110,"stop":1706114199110,"duration":0}},{"uid":"b00c2178767556ec","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b00c2178767556ec","status":"passed","time":{"start":1706111666084,"stop":1706111666085,"duration":1}},{"uid":"fd43ed546efbfb59","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fd43ed546efbfb59","status":"passed","time":{"start":1706111361091,"stop":1706111361092,"duration":1}},{"uid":"58e2814ca1146eb1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/58e2814ca1146eb1","status":"passed","time":{"start":1706109262494,"stop":1706109262495,"duration":1}},{"uid":"376cc09fab2af564","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/376cc09fab2af564","status":"passed","time":{"start":1706103081167,"stop":1706103081168,"duration":1}},{"uid":"455ce0b8cae5527d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/455ce0b8cae5527d","status":"passed","time":{"start":1706102823301,"stop":1706102823302,"duration":1}},{"uid":"74d8cada727cf0c8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/74d8cada727cf0c8","status":"passed","time":{"start":1706102181352,"stop":1706102181352,"duration":0}},{"uid":"33086c8634aa48a8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/33086c8634aa48a8","status":"passed","time":{"start":1706102053781,"stop":1706102053781,"duration":0}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"7497e6f7cc029066","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7497e6f7cc029066","status":"passed","time":{"start":1706529333242,"stop":1706529333243,"duration":1}},{"uid":"bc663206700738c1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bc663206700738c1","status":"passed","time":{"start":1706528290458,"stop":1706528290458,"duration":0}},{"uid":"b2613103cd4a45d3","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b2613103cd4a45d3","status":"passed","time":{"start":1706527264336,"stop":1706527264337,"duration":1}},{"uid":"c09186b1facc64d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c09186b1facc64d","status":"passed","time":{"start":1706526976768,"stop":1706526976768,"duration":0}},{"uid":"bd19841581a346f7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bd19841581a346f7","status":"passed","time":{"start":1706526885803,"stop":1706526885803,"duration":0}},{"uid":"973050a69e41a022","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/973050a69e41a022","status":"passed","time":{"start":1706526330092,"stop":1706526330093,"duration":1}},{"uid":"7b0006db90a83b75","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7b0006db90a83b75","status":"passed","time":{"start":1706525780720,"stop":1706525780720,"duration":0}},{"uid":"255bc957ad5b66f2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/255bc957ad5b66f2","status":"passed","time":{"start":1706525359487,"stop":1706525359488,"duration":1}},{"uid":"39f20cdb75f92be","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/39f20cdb75f92be","status":"passed","time":{"start":1706468042630,"stop":1706468042630,"duration":0}},{"uid":"3117fde383472be","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3117fde383472be","status":"passed","time":{"start":1706323386924,"stop":1706323386924,"duration":0}},{"uid":"4b8c8e89e157e012","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4b8c8e89e157e012","status":"passed","time":{"start":1706321713092,"stop":1706321713093,"duration":1}},{"uid":"dde33729e8e7cbd7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/dde33729e8e7cbd7","status":"passed","time":{"start":1706115482607,"stop":1706115482607,"duration":0}},{"uid":"3bc9f555cb36ca08","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3bc9f555cb36ca08","status":"passed","time":{"start":1706114635402,"stop":1706114635402,"duration":0}},{"uid":"5b3b24803557739d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5b3b24803557739d","status":"passed","time":{"start":1706112127541,"stop":1706112127541,"duration":0}},{"uid":"a0626dcaac77091c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a0626dcaac77091c","status":"passed","time":{"start":1706111809263,"stop":1706111809270,"duration":7}},{"uid":"ce0df405d63a5f51","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ce0df405d63a5f51","status":"passed","time":{"start":1706109719517,"stop":1706109719518,"duration":1}},{"uid":"dcfea581fb938369","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/dcfea581fb938369","status":"passed","time":{"start":1706103518431,"stop":1706103518432,"duration":1}},{"uid":"bab6f9d77740ec69","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bab6f9d77740ec69","status":"passed","time":{"start":1706103305152,"stop":1706103305152,"duration":0}},{"uid":"1240f416a0841364","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1240f416a0841364","status":"passed","time":{"start":1706102626849,"stop":1706102626849,"duration":0}},{"uid":"90d83c22ebefd90b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/90d83c22ebefd90b","status":"passed","time":{"start":1706102491825,"stop":1706102491825,"duration":0}}]},"aed799053010849f38484db52af7fda8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f179b886b31cc596","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f179b886b31cc596","status":"passed","time":{"start":1705938293056,"stop":1705938293057,"duration":1}}]},"b465d63b85feeef77e92d5fcb13b5240:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e0df7d4eb8f4e0a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3e0df7d4eb8f4e0a","status":"passed","time":{"start":1706526866916,"stop":1706526866916,"duration":0}}]},"29a4bf02ea59c8d021b72e5ddd0b47d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae51ead6514227fe","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/ae51ead6514227fe","status":"passed","time":{"start":1705567331565,"stop":1705567331566,"duration":1}}]},"529fca7ed5e81bdad3a0bbeb69662831:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f6e2779075906ef","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/9f6e2779075906ef","status":"passed","time":{"start":1705502966525,"stop":1705502966525,"duration":0}}]},"c3267de5b2e5f16396847530bfc9dbd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"cb905f1ad2537305","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/cb905f1ad2537305","status":"passed","time":{"start":1705520815481,"stop":1705520815483,"duration":2}},{"uid":"a3d41c917f9e38d1","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a3d41c917f9e38d1","status":"passed","time":{"start":1705518208993,"stop":1705518208993,"duration":0}},{"uid":"59efa746171cebf","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/59efa746171cebf","status":"passed","time":{"start":1705518112857,"stop":1705518112857,"duration":0}},{"uid":"1c11caec1dff4773","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/1c11caec1dff4773","status":"passed","time":{"start":1705517988385,"stop":1705517988386,"duration":1}},{"uid":"6503b842c6e915c0","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/6503b842c6e915c0","status":"passed","time":{"start":1705508651530,"stop":1705508651530,"duration":0}},{"uid":"d7c1471296c38795","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/d7c1471296c38795","status":"passed","time":{"start":1705506479145,"stop":1705506479145,"duration":0}},{"uid":"80f43187d4b17ef2","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/80f43187d4b17ef2","status":"passed","time":{"start":1705502938684,"stop":1705502938684,"duration":0}},{"uid":"ad591f42119bc31","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/ad591f42119bc31","status":"passed","time":{"start":1705502478106,"stop":1705502478107,"duration":1}},{"uid":"edbee8139c89c864","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/edbee8139c89c864","status":"passed","time":{"start":1705494884678,"stop":1705494884679,"duration":1}},{"uid":"bdb24ef9cce3fff1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/bdb24ef9cce3fff1","status":"passed","time":{"start":1705494937598,"stop":1705494937599,"duration":1}},{"uid":"beebaf0c7c1cefe1","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/beebaf0c7c1cefe1","status":"passed","time":{"start":1705494894084,"stop":1705494894084,"duration":0}},{"uid":"ba84b8213a4bce52","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ba84b8213a4bce52","status":"passed","time":{"start":1705493458477,"stop":1705493458477,"duration":0}},{"uid":"5bdfcd796cbd9e16","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/5bdfcd796cbd9e16","status":"passed","time":{"start":1705493421085,"stop":1705493421086,"duration":1}},{"uid":"4e1f3f8a69482ca9","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4e1f3f8a69482ca9","status":"passed","time":{"start":1705485246694,"stop":1705485246694,"duration":0}},{"uid":"f64eda7971cc6082","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/f64eda7971cc6082","status":"passed","time":{"start":1705485106621,"stop":1705485106621,"duration":0}},{"uid":"eb7caf955f77ffa7","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/eb7caf955f77ffa7","status":"passed","time":{"start":1705484353079,"stop":1705484353080,"duration":1}},{"uid":"16ff27ee57457cbe","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/16ff27ee57457cbe","status":"passed","time":{"start":1705469867095,"stop":1705469867096,"duration":1}},{"uid":"b1e0e08d16fbf312","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/b1e0e08d16fbf312","status":"passed","time":{"start":1705466933259,"stop":1705466933260,"duration":1}},{"uid":"29c60c9e64727481","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/29c60c9e64727481","status":"passed","time":{"start":1705435401896,"stop":1705435401896,"duration":0}},{"uid":"8b25814cd58f86f7","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/8b25814cd58f86f7","status":"passed","time":{"start":1705434866481,"stop":1705434866481,"duration":0}}]},"dc25501502cec83a4c50572886dbf60c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea2f5e64edd14889","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/ea2f5e64edd14889","status":"passed","time":{"start":1705665950355,"stop":1705665950355,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"54d8c4e38bf9b383","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54d8c4e38bf9b383","status":"passed","time":{"start":1706529333255,"stop":1706529333256,"duration":1}},{"uid":"6c6e83aa0e66500a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6c6e83aa0e66500a","status":"passed","time":{"start":1706528290470,"stop":1706528290471,"duration":1}},{"uid":"15cd480d1b056e50","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/15cd480d1b056e50","status":"passed","time":{"start":1706527264358,"stop":1706527264359,"duration":1}},{"uid":"fe1f0fbd91dba425","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fe1f0fbd91dba425","status":"passed","time":{"start":1706526976775,"stop":1706526976776,"duration":1}},{"uid":"84d933d350783d5f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/84d933d350783d5f","status":"passed","time":{"start":1706526885809,"stop":1706526885809,"duration":0}},{"uid":"4f1b594f6944c111","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4f1b594f6944c111","status":"passed","time":{"start":1706526330101,"stop":1706526330102,"duration":1}},{"uid":"18a79ac894db890a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/18a79ac894db890a","status":"passed","time":{"start":1706525780727,"stop":1706525780727,"duration":0}},{"uid":"2df9ff955f2c1525","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2df9ff955f2c1525","status":"passed","time":{"start":1706525359496,"stop":1706525359496,"duration":0}},{"uid":"5485dcd8c6d9e9d5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5485dcd8c6d9e9d5","status":"passed","time":{"start":1706468042644,"stop":1706468042644,"duration":0}},{"uid":"1ecc9155ebbe75df","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1ecc9155ebbe75df","status":"passed","time":{"start":1706323386931,"stop":1706323386932,"duration":1}},{"uid":"46af1a93d3dbc1ae","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/46af1a93d3dbc1ae","status":"passed","time":{"start":1706321713102,"stop":1706321713102,"duration":0}},{"uid":"570876b4eab083b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/570876b4eab083b","status":"passed","time":{"start":1706115482614,"stop":1706115482614,"duration":0}},{"uid":"947cc0ed0377a6fa","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/947cc0ed0377a6fa","status":"passed","time":{"start":1706114635440,"stop":1706114635440,"duration":0}},{"uid":"19c29152f120a1ac","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/19c29152f120a1ac","status":"passed","time":{"start":1706112127564,"stop":1706112127564,"duration":0}},{"uid":"f0f3da8c39f349c8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f0f3da8c39f349c8","status":"passed","time":{"start":1706111809282,"stop":1706111809282,"duration":0}},{"uid":"ce331d085026a2de","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ce331d085026a2de","status":"passed","time":{"start":1706109719532,"stop":1706109719533,"duration":1}},{"uid":"73feb8545ee0c4ae","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/73feb8545ee0c4ae","status":"passed","time":{"start":1706103518437,"stop":1706103518437,"duration":0}},{"uid":"e9876e17c8a73f4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e9876e17c8a73f4","status":"passed","time":{"start":1706103305164,"stop":1706103305164,"duration":0}},{"uid":"508b7929cc23c7d9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/508b7929cc23c7d9","status":"passed","time":{"start":1706102626855,"stop":1706102626855,"duration":0}},{"uid":"bf6235773c86941d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bf6235773c86941d","status":"passed","time":{"start":1706102491850,"stop":1706102491851,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"26c2a2a6fbcd3e16","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/26c2a2a6fbcd3e16","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0}},{"uid":"ad04af1f1f13eb7f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ad04af1f1f13eb7f","status":"passed","time":{"start":1706527813604,"stop":1706527813605,"duration":1}},{"uid":"44dc425806bab1b5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/44dc425806bab1b5","status":"passed","time":{"start":1706526833438,"stop":1706526833442,"duration":4}},{"uid":"a236b707e40497c7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a236b707e40497c7","status":"passed","time":{"start":1706526535570,"stop":1706526535570,"duration":0}},{"uid":"62cf13601bfd892c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/62cf13601bfd892c","status":"passed","time":{"start":1706526432885,"stop":1706526432885,"duration":0}},{"uid":"4be3fac8d155f81a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4be3fac8d155f81a","status":"passed","time":{"start":1706525863191,"stop":1706525863192,"duration":1}},{"uid":"ec19240989a4ae3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ec19240989a4ae3","status":"passed","time":{"start":1706525327034,"stop":1706525327034,"duration":0}},{"uid":"65ee4bd256203afd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/65ee4bd256203afd","status":"passed","time":{"start":1706524890661,"stop":1706524890661,"duration":0}},{"uid":"41fe9bd87ac3168b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/41fe9bd87ac3168b","status":"passed","time":{"start":1706467585303,"stop":1706467585304,"duration":1}},{"uid":"94e726342551fb32","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/94e726342551fb32","status":"passed","time":{"start":1706322939535,"stop":1706322939535,"duration":0}},{"uid":"74f624a2fe0ba5ff","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/74f624a2fe0ba5ff","status":"passed","time":{"start":1706321258428,"stop":1706321258428,"duration":0}},{"uid":"ab559fb1ed911de5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ab559fb1ed911de5","status":"passed","time":{"start":1706115022303,"stop":1706115022305,"duration":2}},{"uid":"24f513b76d7582c4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/24f513b76d7582c4","status":"passed","time":{"start":1706114199106,"stop":1706114199107,"duration":1}},{"uid":"1132d594ab0e3fd6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1132d594ab0e3fd6","status":"passed","time":{"start":1706111666078,"stop":1706111666078,"duration":0}},{"uid":"a06f84cf842b5182","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a06f84cf842b5182","status":"passed","time":{"start":1706111361075,"stop":1706111361078,"duration":3}},{"uid":"fbff806ec2d21e9e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fbff806ec2d21e9e","status":"passed","time":{"start":1706109262491,"stop":1706109262491,"duration":0}},{"uid":"267bcb17af09b36f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/267bcb17af09b36f","status":"passed","time":{"start":1706103081164,"stop":1706103081165,"duration":1}},{"uid":"33d5597c2855d373","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/33d5597c2855d373","status":"passed","time":{"start":1706102823289,"stop":1706102823289,"duration":0}},{"uid":"e48f9fc584ca6f00","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e48f9fc584ca6f00","status":"passed","time":{"start":1706102181346,"stop":1706102181347,"duration":1}},{"uid":"ea3690dea9ee73b0","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ea3690dea9ee73b0","status":"passed","time":{"start":1706102053766,"stop":1706102053766,"duration":0}}]},"0a2365f8bb37e9c75be67b0dc8fe5353:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93f4f1946b776fbe","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/93f4f1946b776fbe","status":"passed","time":{"start":1705677403704,"stop":1705677403704,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"f9696e2b163fa4de","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f9696e2b163fa4de","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"duration":0}},{"uid":"fade69402dde125f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fade69402dde125f","status":"passed","time":{"start":1706527727373,"stop":1706527727373,"duration":0}},{"uid":"447afac83fc61864","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/447afac83fc61864","status":"passed","time":{"start":1706526742231,"stop":1706526742231,"duration":0}},{"uid":"5aeff84d9c439139","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5aeff84d9c439139","status":"passed","time":{"start":1706526438954,"stop":1706526438954,"duration":0}},{"uid":"d18ac82476612ab2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d18ac82476612ab2","status":"passed","time":{"start":1706526344152,"stop":1706526344152,"duration":0}},{"uid":"2387521521c08f35","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2387521521c08f35","status":"passed","time":{"start":1706525773127,"stop":1706525773127,"duration":0}},{"uid":"3698f1907ed4157","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3698f1907ed4157","status":"passed","time":{"start":1706525240161,"stop":1706525240161,"duration":0}},{"uid":"e4e1099da6bc9753","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e4e1099da6bc9753","status":"passed","time":{"start":1706524801320,"stop":1706524801321,"duration":1}},{"uid":"8bad9b8dec16898a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8bad9b8dec16898a","status":"passed","time":{"start":1706467495253,"stop":1706467495254,"duration":1}},{"uid":"d385b045efdf0f71","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d385b045efdf0f71","status":"passed","time":{"start":1706322848198,"stop":1706322848198,"duration":0}},{"uid":"b5fdea142764d850","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b5fdea142764d850","status":"passed","time":{"start":1706321161131,"stop":1706321161131,"duration":0}},{"uid":"9694a34329db218f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9694a34329db218f","status":"passed","time":{"start":1706244677370,"stop":1706244677370,"duration":0}},{"uid":"f162507573f924cc","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f162507573f924cc","status":"passed","time":{"start":1706242245767,"stop":1706242245767,"duration":0}},{"uid":"17ba08c3af383bc9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/17ba08c3af383bc9","status":"passed","time":{"start":1706114934113,"stop":1706114934114,"duration":1}},{"uid":"86cd32a4c5f9ee5c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/86cd32a4c5f9ee5c","status":"passed","time":{"start":1706114104724,"stop":1706114104724,"duration":0}},{"uid":"c071a6c5f94beebf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c071a6c5f94beebf","status":"passed","time":{"start":1706111579390,"stop":1706111579391,"duration":1}},{"uid":"562b5cbdb93dd63c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/562b5cbdb93dd63c","status":"passed","time":{"start":1706111268892,"stop":1706111268892,"duration":0}},{"uid":"db5b29dfe9f54a0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/db5b29dfe9f54a0","status":"passed","time":{"start":1706109171688,"stop":1706109171689,"duration":1}},{"uid":"9432112b8e56558c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9432112b8e56558c","status":"passed","time":{"start":1706102989364,"stop":1706102989364,"duration":0}},{"uid":"3bc5494fd1e63e9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3bc5494fd1e63e9","status":"passed","time":{"start":1706102729219,"stop":1706102729220,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"6fb714ca7f3b9fc1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6fb714ca7f3b9fc1","status":"passed","time":{"start":1706529092207,"stop":1706529092208,"duration":1}},{"uid":"bb0419342025c534","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bb0419342025c534","status":"passed","time":{"start":1706528057456,"stop":1706528057456,"duration":0}},{"uid":"6eb18c2ce48d6b26","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6eb18c2ce48d6b26","status":"passed","time":{"start":1706526914771,"stop":1706526914772,"duration":1}},{"uid":"ceedc0c414e0493a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ceedc0c414e0493a","status":"passed","time":{"start":1706526612636,"stop":1706526612643,"duration":7}},{"uid":"a4676e91bfa2c5be","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a4676e91bfa2c5be","status":"passed","time":{"start":1706526514764,"stop":1706526514764,"duration":0}},{"uid":"d910086cae306eaf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d910086cae306eaf","status":"passed","time":{"start":1706525945109,"stop":1706525945109,"duration":0}},{"uid":"69769053bb7feeaa","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/69769053bb7feeaa","status":"passed","time":{"start":1706525418821,"stop":1706525418821,"duration":0}},{"uid":"57a23c4b5511320c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/57a23c4b5511320c","status":"passed","time":{"start":1706525116051,"stop":1706525116051,"duration":0}},{"uid":"bd05639a182b9cd8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bd05639a182b9cd8","status":"passed","time":{"start":1706467681209,"stop":1706467681210,"duration":1}},{"uid":"ce475088150817ef","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ce475088150817ef","status":"passed","time":{"start":1706323017123,"stop":1706323017123,"duration":0}},{"uid":"f310079816e6f674","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f310079816e6f674","status":"passed","time":{"start":1706321333762,"stop":1706321333762,"duration":0}},{"uid":"b41651328846bc0f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b41651328846bc0f","status":"passed","time":{"start":1706115157100,"stop":1706115157100,"duration":0}},{"uid":"5a7dc73fcb0c4e05","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5a7dc73fcb0c4e05","status":"passed","time":{"start":1706114292034,"stop":1706114292034,"duration":0}},{"uid":"34a7c497e08aaa4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/34a7c497e08aaa4","status":"passed","time":{"start":1706111755009,"stop":1706111755012,"duration":3}},{"uid":"44089d9f165425da","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/44089d9f165425da","status":"passed","time":{"start":1706111454533,"stop":1706111454533,"duration":0}},{"uid":"c596c222cacf36d5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c596c222cacf36d5","status":"passed","time":{"start":1706109346662,"stop":1706109346662,"duration":0}},{"uid":"d3d16074b4915a20","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d3d16074b4915a20","status":"passed","time":{"start":1706103153470,"stop":1706103153470,"duration":0}},{"uid":"7a34c0ec7cf8005c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7a34c0ec7cf8005c","status":"passed","time":{"start":1706102905531,"stop":1706102905532,"duration":1}},{"uid":"4a4bc6ec365e5ffb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4a4bc6ec365e5ffb","status":"passed","time":{"start":1706102263604,"stop":1706102263604,"duration":0}},{"uid":"23a9b3f2953f9437","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/23a9b3f2953f9437","status":"passed","time":{"start":1706102127470,"stop":1706102127470,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"62cdf4ddfea570c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/62cdf4ddfea570c0","status":"passed","time":{"start":1706528746047,"stop":1706528746047,"duration":0}},{"uid":"76052c5f790af7ce","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/76052c5f790af7ce","status":"passed","time":{"start":1706527715059,"stop":1706527715059,"duration":0}},{"uid":"b96ff82be5082e9d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b96ff82be5082e9d","status":"passed","time":{"start":1706526730127,"stop":1706526730127,"duration":0}},{"uid":"6d18d9af6c63b3e9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6d18d9af6c63b3e9","status":"passed","time":{"start":1706526427014,"stop":1706526427015,"duration":1}},{"uid":"98e5fbba0c412647","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/98e5fbba0c412647","status":"passed","time":{"start":1706526332151,"stop":1706526332151,"duration":0}},{"uid":"bd6b4f1c25188f67","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bd6b4f1c25188f67","status":"passed","time":{"start":1706525761212,"stop":1706525761212,"duration":0}},{"uid":"272bd29f0c1b090c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/272bd29f0c1b090c","status":"passed","time":{"start":1706525228208,"stop":1706525228208,"duration":0}},{"uid":"bf6fd1729341cbb8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bf6fd1729341cbb8","status":"passed","time":{"start":1706524789375,"stop":1706524789375,"duration":0}},{"uid":"80f7a64327c233e9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/80f7a64327c233e9","status":"passed","time":{"start":1706467483335,"stop":1706467483336,"duration":1}},{"uid":"49a6074bc9feb706","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/49a6074bc9feb706","status":"passed","time":{"start":1706322835887,"stop":1706322835887,"duration":0}},{"uid":"456c809af8d692ea","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/456c809af8d692ea","status":"passed","time":{"start":1706321149214,"stop":1706321149214,"duration":0}},{"uid":"ad27375f863be2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ad27375f863be2","status":"passed","time":{"start":1706244665260,"stop":1706244665260,"duration":0}},{"uid":"d392ba3a11273fc3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d392ba3a11273fc3","status":"passed","time":{"start":1706242233564,"stop":1706242233564,"duration":0}},{"uid":"fc2834388325ec9b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fc2834388325ec9b","status":"passed","time":{"start":1706114921869,"stop":1706114921870,"duration":1}},{"uid":"1c4ebf6007f57b3d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1c4ebf6007f57b3d","status":"passed","time":{"start":1706114092618,"stop":1706114092618,"duration":0}},{"uid":"ac716e1e7629fad7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ac716e1e7629fad7","status":"passed","time":{"start":1706111567415,"stop":1706111567415,"duration":0}},{"uid":"c5f5335954889dfb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c5f5335954889dfb","status":"passed","time":{"start":1706111256884,"stop":1706111256884,"duration":0}},{"uid":"3c13de62d782df34","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3c13de62d782df34","status":"passed","time":{"start":1706109159236,"stop":1706109159236,"duration":0}},{"uid":"666e3049757748d2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/666e3049757748d2","status":"passed","time":{"start":1706102977425,"stop":1706102977426,"duration":1}},{"uid":"6393126a38c92bf4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6393126a38c92bf4","status":"passed","time":{"start":1706102717084,"stop":1706102717084,"duration":0}}]},"7a0791a9781110e53ef494103821310f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2aa9ed014657ce3","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/c2aa9ed014657ce3","status":"passed","time":{"start":1705391597404,"stop":1705391597406,"duration":2}}]},"d1255726a377d1988f3f285987e7f856:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d8eee4d80395d9","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/d4d8eee4d80395d9","status":"passed","time":{"start":1705677908060,"stop":1705677908060,"duration":0}}]},"f4f90fb9985a14af0492afbcdd9de962:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"9164a5ce4c9ac865","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/9164a5ce4c9ac865","status":"passed","time":{"start":1705520842603,"stop":1705520842604,"duration":1}},{"uid":"55307e8f1ee1fd7e","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/55307e8f1ee1fd7e","status":"passed","time":{"start":1705518211225,"stop":1705518211225,"duration":0}},{"uid":"cc0b9bf76ff60887","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/cc0b9bf76ff60887","status":"passed","time":{"start":1705518105992,"stop":1705518105992,"duration":0}},{"uid":"a763556a8dca814e","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/a763556a8dca814e","status":"passed","time":{"start":1705517988192,"stop":1705517988192,"duration":0}},{"uid":"5d0505e326877e16","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/5d0505e326877e16","status":"passed","time":{"start":1705508655523,"stop":1705508655523,"duration":0}},{"uid":"1642ceead516a036","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/1642ceead516a036","status":"passed","time":{"start":1705506482098,"stop":1705506482098,"duration":0}},{"uid":"a8c13a39b686aa7e","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/a8c13a39b686aa7e","status":"passed","time":{"start":1705502939556,"stop":1705502939556,"duration":0}},{"uid":"c0919753a710462b","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/c0919753a710462b","status":"passed","time":{"start":1705502479558,"stop":1705502479558,"duration":0}},{"uid":"907d0fcdb340f83b","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/907d0fcdb340f83b","status":"passed","time":{"start":1705494937948,"stop":1705494937948,"duration":0}},{"uid":"a19ed00129013a7a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a19ed00129013a7a","status":"passed","time":{"start":1705494940957,"stop":1705494940958,"duration":1}},{"uid":"dda8353f5ad3c796","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/dda8353f5ad3c796","status":"passed","time":{"start":1705494895041,"stop":1705494895041,"duration":0}},{"uid":"bbc24192de02dd93","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/bbc24192de02dd93","status":"passed","time":{"start":1705493464930,"stop":1705493464931,"duration":1}},{"uid":"34e7daf310aaca54","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/34e7daf310aaca54","status":"passed","time":{"start":1705493422438,"stop":1705493422438,"duration":0}},{"uid":"ca8e0d0199bfa563","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/ca8e0d0199bfa563","status":"passed","time":{"start":1705485250489,"stop":1705485250489,"duration":0}},{"uid":"91c1ea42107ba98e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/91c1ea42107ba98e","status":"passed","time":{"start":1705485112224,"stop":1705485112224,"duration":0}},{"uid":"1da6c38ca74ee9ad","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1da6c38ca74ee9ad","status":"passed","time":{"start":1705484354902,"stop":1705484354903,"duration":1}},{"uid":"e6c27230b132ed25","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e6c27230b132ed25","status":"passed","time":{"start":1705469872229,"stop":1705469872229,"duration":0}},{"uid":"f505c24f8e3a9d23","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/f505c24f8e3a9d23","status":"passed","time":{"start":1705466939044,"stop":1705466939044,"duration":0}},{"uid":"114bcfa216c6d4aa","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/114bcfa216c6d4aa","status":"passed","time":{"start":1705435403986,"stop":1705435403986,"duration":0}},{"uid":"d0b26032579d5530","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/d0b26032579d5530","status":"passed","time":{"start":1705434864621,"stop":1705434864621,"duration":0}}]},"13febf7212142004f9c88b9de4fbb59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ceb54ced9bdba9ba","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ceb54ced9bdba9ba","status":"passed","time":{"start":1706101305317,"stop":1706101305317,"duration":0}}]},"9398156533865662ebd1761f9e7d1b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21367a841730c041","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/21367a841730c041","status":"passed","time":{"start":1705421382766,"stop":1705421382766,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"7493401db8548612","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7493401db8548612","status":"passed","time":{"start":1706528787515,"stop":1706528787516,"duration":1}},{"uid":"437d4f22323ce4f0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/437d4f22323ce4f0","status":"passed","time":{"start":1706527760839,"stop":1706527760840,"duration":1}},{"uid":"ed4be7801685fa4e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ed4be7801685fa4e","status":"passed","time":{"start":1706526770925,"stop":1706526770925,"duration":0}},{"uid":"7a4b871beaf06d79","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7a4b871beaf06d79","status":"passed","time":{"start":1706526471043,"stop":1706526471044,"duration":1}},{"uid":"93e704fffaab404d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/93e704fffaab404d","status":"passed","time":{"start":1706526378815,"stop":1706526378816,"duration":1}},{"uid":"1950cc6f5cab2115","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1950cc6f5cab2115","status":"passed","time":{"start":1706525802340,"stop":1706525802341,"duration":1}},{"uid":"8f24d17cd7b4d2f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8f24d17cd7b4d2f","status":"passed","time":{"start":1706525269704,"stop":1706525269705,"duration":1}},{"uid":"f59b5a81261ad069","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f59b5a81261ad069","status":"passed","time":{"start":1706524832177,"stop":1706524832177,"duration":0}},{"uid":"a2f77782c933ba1d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a2f77782c933ba1d","status":"passed","time":{"start":1706467526662,"stop":1706467526663,"duration":1}},{"uid":"81b5e1ca04f74d96","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/81b5e1ca04f74d96","status":"passed","time":{"start":1706322876704,"stop":1706322876704,"duration":0}},{"uid":"407a2468176857b6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/407a2468176857b6","status":"passed","time":{"start":1706321192889,"stop":1706321192890,"duration":1}},{"uid":"53dd3ab5e6e28799","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/53dd3ab5e6e28799","status":"passed","time":{"start":1706244711592,"stop":1706244711592,"duration":0}},{"uid":"818e20d7c6969a1b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/818e20d7c6969a1b","status":"passed","time":{"start":1706242276196,"stop":1706242276196,"duration":0}},{"uid":"f60e59d55972977c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f60e59d55972977c","status":"passed","time":{"start":1706114963437,"stop":1706114963438,"duration":1}},{"uid":"d9bb8ee9632f2e82","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d9bb8ee9632f2e82","status":"passed","time":{"start":1706114132485,"stop":1706114132498,"duration":13}},{"uid":"e63d455a81f3e740","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e63d455a81f3e740","status":"passed","time":{"start":1706111608348,"stop":1706111608349,"duration":1}},{"uid":"24e75f8a3b2facb1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/24e75f8a3b2facb1","status":"passed","time":{"start":1706111301201,"stop":1706111301202,"duration":1}},{"uid":"72ad8b0706e79ef6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/72ad8b0706e79ef6","status":"passed","time":{"start":1706109202171,"stop":1706109202172,"duration":1}},{"uid":"185517fd9d56efef","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/185517fd9d56efef","status":"passed","time":{"start":1706103019519,"stop":1706103019520,"duration":1}},{"uid":"eb5eca45646432d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/eb5eca45646432d","status":"passed","time":{"start":1706102766895,"stop":1706102766896,"duration":1}}]},"2d8c66b3e8714c3f0e63bce9ca0fb2bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7ec7526a38bf9c0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/a7ec7526a38bf9c0","status":"passed","time":{"start":1705912964621,"stop":1705912964621,"duration":0}}]},"3e9cf3b41d0f4dcf82649eedd6ab5493:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e51bff87d7cdb440","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e51bff87d7cdb440","status":"passed","time":{"start":1705484336320,"stop":1705484336320,"duration":0}}]},"e40f48ffe1d8c9367c2b55e8fc6ef58b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"61c9a20963e6867d","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/61c9a20963e6867d","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433090196,"stop":1705433090196,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"13f1f9617340ab20","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/13f1f9617340ab20","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"duration":0}},{"uid":"590c235560d6107","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/590c235560d6107","status":"passed","time":{"start":1706528204213,"stop":1706528204213,"duration":0}},{"uid":"e2133d622e54c4a0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e2133d622e54c4a0","status":"passed","time":{"start":1706527085321,"stop":1706527085321,"duration":0}},{"uid":"33b4025554920a61","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/33b4025554920a61","status":"passed","time":{"start":1706526783372,"stop":1706526783372,"duration":0}},{"uid":"ae5867884d950926","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ae5867884d950926","status":"passed","time":{"start":1706526690284,"stop":1706526690285,"duration":1}},{"uid":"91c96af8384a269b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/91c96af8384a269b","status":"passed","time":{"start":1706526129395,"stop":1706526129395,"duration":0}},{"uid":"c1463069c7ed169f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c1463069c7ed169f","status":"passed","time":{"start":1706525593278,"stop":1706525593278,"duration":0}},{"uid":"c040fb7532d36c15","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c040fb7532d36c15","status":"passed","time":{"start":1706525226800,"stop":1706525226800,"duration":0}},{"uid":"3e1eedf5df52c3de","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3e1eedf5df52c3de","status":"passed","time":{"start":1706467837102,"stop":1706467837103,"duration":1}},{"uid":"3d645ce33740b26e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3d645ce33740b26e","status":"passed","time":{"start":1706323213980,"stop":1706323213980,"duration":0}},{"uid":"2da7085d96dd5d2c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2da7085d96dd5d2c","status":"passed","time":{"start":1706321475559,"stop":1706321475559,"duration":0}},{"uid":"9200deaf68ee1dbf","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9200deaf68ee1dbf","status":"passed","time":{"start":1706115285545,"stop":1706115285545,"duration":0}},{"uid":"b7e43fea26600f75","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b7e43fea26600f75","status":"passed","time":{"start":1706114454519,"stop":1706114454519,"duration":0}},{"uid":"4569afd0efbb528f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4569afd0efbb528f","status":"passed","time":{"start":1706111914154,"stop":1706111914154,"duration":0}},{"uid":"e434766998654b5d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e434766998654b5d","status":"passed","time":{"start":1706111616754,"stop":1706111616755,"duration":1}},{"uid":"86f6e34af583365","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/86f6e34af583365","status":"passed","time":{"start":1706109533643,"stop":1706109533643,"duration":0}},{"uid":"927e1feb3582fe43","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/927e1feb3582fe43","status":"passed","time":{"start":1706103308669,"stop":1706103308669,"duration":0}},{"uid":"2181e6f047fc373d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2181e6f047fc373d","status":"passed","time":{"start":1706103054178,"stop":1706103054178,"duration":0}},{"uid":"4e2893095bd3437b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4e2893095bd3437b","status":"passed","time":{"start":1706102435017,"stop":1706102435018,"duration":1}},{"uid":"66f7b1e3ea95d04f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/66f7b1e3ea95d04f","status":"passed","time":{"start":1706102331423,"stop":1706102331424,"duration":1}}]},"160c2615144ec008353462a3db4b8d64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc58b092f5807b69","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fc58b092f5807b69","status":"passed","time":{"start":1706526763578,"stop":1706526763579,"duration":1}}]},"0cd7d6c8bd989e2ea932c55f7dc40ee1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6082f921072e41c4","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/6082f921072e41c4","status":"passed","time":{"start":1705675474649,"stop":1705675474649,"duration":0}}]},"a343df185c6abd819bed2f424f245557:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86dbbd96e8515666","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/86dbbd96e8515666","status":"passed","time":{"start":1706528965680,"stop":1706528965681,"duration":1}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":33,"unknown":0,"total":34},"items":[{"uid":"b28931ba0c79910","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b28931ba0c79910","status":"passed","time":{"start":1706529403572,"stop":1706529403573,"duration":1}},{"uid":"f47cc70f29a3e667","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f47cc70f29a3e667","status":"passed","time":{"start":1706528357093,"stop":1706528357093,"duration":0}},{"uid":"a4b6743a8c5ca76e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a4b6743a8c5ca76e","status":"passed","time":{"start":1706527326691,"stop":1706527326692,"duration":1}},{"uid":"d1d78292ee917ee5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d1d78292ee917ee5","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":1706527049796,"stop":1706527049796,"duration":0}},{"uid":"4222a4aa1f54c6ce","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4222a4aa1f54c6ce","status":"passed","time":{"start":1706526961441,"stop":1706526961442,"duration":1}},{"uid":"58540f95a5e42ca4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/58540f95a5e42ca4","status":"passed","time":{"start":1706526404280,"stop":1706526404281,"duration":1}},{"uid":"570c14dcd3ec2b2b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/570c14dcd3ec2b2b","status":"passed","time":{"start":1706525849956,"stop":1706525849956,"duration":0}},{"uid":"880b158f93db958b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/880b158f93db958b","status":"passed","time":{"start":1706525432947,"stop":1706525432947,"duration":0}},{"uid":"494c4e9ad0a2fac6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/494c4e9ad0a2fac6","status":"passed","time":{"start":1706468114347,"stop":1706468114348,"duration":1}},{"uid":"db7aeb1f8354dc22","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/db7aeb1f8354dc22","status":"passed","time":{"start":1706323469649,"stop":1706323469649,"duration":0}},{"uid":"5341cfb5bcd916bc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5341cfb5bcd916bc","status":"passed","time":{"start":1706321771790,"stop":1706321771790,"duration":0}},{"uid":"3504a06334e5e4ff","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3504a06334e5e4ff","status":"passed","time":{"start":1706115542395,"stop":1706115542396,"duration":1}},{"uid":"52f04f15c5ea5260","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/52f04f15c5ea5260","status":"passed","time":{"start":1706114725919,"stop":1706114725919,"duration":0}},{"uid":"2acf7a63b1cb7e5a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2acf7a63b1cb7e5a","status":"passed","time":{"start":1706112199264,"stop":1706112199264,"duration":0}},{"uid":"1b496a839b57502","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1b496a839b57502","status":"passed","time":{"start":1706111893736,"stop":1706111893736,"duration":0}},{"uid":"8641606821afda3f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8641606821afda3f","status":"passed","time":{"start":1706109796552,"stop":1706109796552,"duration":0}},{"uid":"dbcff70c3e2ae5ae","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/dbcff70c3e2ae5ae","status":"passed","time":{"start":1706103557153,"stop":1706103557153,"duration":0}},{"uid":"bb8676a714011a05","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bb8676a714011a05","status":"passed","time":{"start":1706103365804,"stop":1706103365804,"duration":0}},{"uid":"11d816a6a9b0d6ae","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/11d816a6a9b0d6ae","status":"passed","time":{"start":1706102701050,"stop":1706102701050,"duration":0}},{"uid":"c18c505902562311","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c18c505902562311","status":"passed","time":{"start":1706102579558,"stop":1706102579558,"duration":0}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":129,"unknown":0,"total":130},"items":[{"uid":"54b1aab0235588e2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54b1aab0235588e2","status":"passed","time":{"start":1706529268052,"stop":1706529268052,"duration":0}},{"uid":"6d688968d28049a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6d688968d28049a","status":"passed","time":{"start":1706528227158,"stop":1706528227158,"duration":0}},{"uid":"28e0abb67f53be64","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/28e0abb67f53be64","status":"passed","time":{"start":1706527190763,"stop":1706527190763,"duration":0}},{"uid":"e26939d64b0221d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e26939d64b0221d","status":"passed","time":{"start":1706526900154,"stop":1706526900154,"duration":0}},{"uid":"b30e7ee6cac73b67","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b30e7ee6cac73b67","status":"passed","time":{"start":1706526805111,"stop":1706526805125,"duration":14}},{"uid":"7e51a86c11cedeb4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7e51a86c11cedeb4","status":"passed","time":{"start":1706526239678,"stop":1706526239679,"duration":1}},{"uid":"90bb00e307755dc2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/90bb00e307755dc2","status":"passed","time":{"start":1706525701053,"stop":1706525701054,"duration":1}},{"uid":"b149a49bf67e873a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b149a49bf67e873a","status":"passed","time":{"start":1706525290655,"stop":1706525290656,"duration":1}},{"uid":"c40904e77e40affc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c40904e77e40affc","status":"passed","time":{"start":1706467928030,"stop":1706467928030,"duration":0}},{"uid":"6a60fb2d08d8c681","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6a60fb2d08d8c681","status":"passed","time":{"start":1706323327240,"stop":1706323327241,"duration":1}},{"uid":"f6c5391d20caa3de","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f6c5391d20caa3de","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449220,"stop":1706321449220,"duration":0}},{"uid":"2ddbb7ee4826dddf","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2ddbb7ee4826dddf","status":"passed","time":{"start":1706115400176,"stop":1706115400176,"duration":0}},{"uid":"d8628ee80a0223a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d8628ee80a0223a","status":"passed","time":{"start":1706114546367,"stop":1706114546368,"duration":1}},{"uid":"87eba39c2f9f774","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/87eba39c2f9f774","status":"passed","time":{"start":1706112015691,"stop":1706112015691,"duration":0}},{"uid":"2936947b377c619b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2936947b377c619b","status":"passed","time":{"start":1706111736267,"stop":1706111736268,"duration":1}},{"uid":"de8e126b89dfb106","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/de8e126b89dfb106","status":"passed","time":{"start":1706109647600,"stop":1706109647601,"duration":1}},{"uid":"8996505aeb6a3289","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8996505aeb6a3289","status":"passed","time":{"start":1706103431923,"stop":1706103431923,"duration":0}},{"uid":"45046f026dbed5c0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/45046f026dbed5c0","status":"passed","time":{"start":1706103172412,"stop":1706103172412,"duration":0}},{"uid":"c312516b6b37e4a4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c312516b6b37e4a4","status":"passed","time":{"start":1706102539694,"stop":1706102539694,"duration":0}},{"uid":"e479b579c0ad7269","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e479b579c0ad7269","status":"passed","time":{"start":1706102412589,"stop":1706102412590,"duration":1}}]},"fb4102f22d24fde29e50918931ad431c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e49662b134a4048c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e49662b134a4048c","status":"passed","time":{"start":1706528965681,"stop":1706528965681,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":128,"unknown":0,"total":132},"items":[{"uid":"95442c694ec0c263","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/95442c694ec0c263","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706529165668,"stop":1706529165669,"duration":1}},{"uid":"39e2757d96256d15","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/39e2757d96256d15","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706528139560,"stop":1706528139560,"duration":0}},{"uid":"de9424c97fb19b38","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/de9424c97fb19b38","status":"passed","time":{"start":1706527014046,"stop":1706527014046,"duration":0}},{"uid":"5b6160b73339b4ed","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5b6160b73339b4ed","status":"passed","time":{"start":1706526726638,"stop":1706526726638,"duration":0}},{"uid":"b136260d4edff610","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b136260d4edff610","status":"passed","time":{"start":1706526627188,"stop":1706526627189,"duration":1}},{"uid":"62ef9806d594b893","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/62ef9806d594b893","status":"passed","time":{"start":1706526069144,"stop":1706526069144,"duration":0}},{"uid":"39c86afc9ef5d79a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/39c86afc9ef5d79a","status":"passed","time":{"start":1706525533705,"stop":1706525533705,"duration":0}},{"uid":"a59407544e17bf4b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a59407544e17bf4b","status":"broken","statusDetails":"unexpected end of input","time":{"start":1706525170232,"stop":1706525170233,"duration":1}},{"uid":"170b146ad27275a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/170b146ad27275a","status":"passed","time":{"start":1706467763449,"stop":1706467763450,"duration":1}},{"uid":"6e858f13dda7054e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6e858f13dda7054e","status":"passed","time":{"start":1706323148149,"stop":1706323148150,"duration":1}},{"uid":"5532d57c6ce538ff","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5532d57c6ce538ff","status":"passed","time":{"start":1706321442764,"stop":1706321442764,"duration":0}},{"uid":"e5ecd25d7ce6a17e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e5ecd25d7ce6a17e","status":"passed","time":{"start":1706244749755,"stop":1706244749755,"duration":0}},{"uid":"3eb19cb0f6f81526","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3eb19cb0f6f81526","status":"passed","time":{"start":1706242311822,"stop":1706242311822,"duration":0}},{"uid":"34b893a7b8c36fc7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/34b893a7b8c36fc7","status":"passed","time":{"start":1706115227541,"stop":1706115227541,"duration":0}},{"uid":"c37ad2680cb993d0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c37ad2680cb993d0","status":"passed","time":{"start":1706114371611,"stop":1706114371611,"duration":0}},{"uid":"2afa0d04dbe7ad8e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2afa0d04dbe7ad8e","status":"passed","time":{"start":1706111854293,"stop":1706111854294,"duration":1}},{"uid":"926edc69215ca84c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/926edc69215ca84c","status":"passed","time":{"start":1706111563523,"stop":1706111563523,"duration":0}},{"uid":"9e1cf53155830764","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9e1cf53155830764","status":"passed","time":{"start":1706109470865,"stop":1706109470866,"duration":1}},{"uid":"901e35f6ae61f797","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/901e35f6ae61f797","status":"passed","time":{"start":1706103275464,"stop":1706103275464,"duration":0}},{"uid":"a03673b33ba467fb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a03673b33ba467fb","status":"passed","time":{"start":1706102998342,"stop":1706102998343,"duration":1}}]},"7ce2777f838d5910dd33fa8b2f3fd7fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":42,"unknown":0,"total":47},"items":[{"uid":"96483de91a630497","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/96483de91a630497","status":"passed","time":{"start":1705521016431,"stop":1705521016431,"duration":0}},{"uid":"399b82ff2c3c0a03","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/399b82ff2c3c0a03","status":"passed","time":{"start":1705520810998,"stop":1705520810999,"duration":1}},{"uid":"43228ed4146fa407","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/43228ed4146fa407","status":"passed","time":{"start":1705520163976,"stop":1705520163976,"duration":0}},{"uid":"7759a92ef6fcf2df","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7759a92ef6fcf2df","status":"passed","time":{"start":1705518395134,"stop":1705518395135,"duration":1}},{"uid":"ba4b142dd5f672a0","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/ba4b142dd5f672a0","status":"passed","time":{"start":1705518165816,"stop":1705518165818,"duration":2}},{"uid":"7999e69be6915c3a","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7999e69be6915c3a","status":"passed","time":{"start":1705518062862,"stop":1705518062863,"duration":1}},{"uid":"ef9546ee4d4d7cd5","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ef9546ee4d4d7cd5","status":"passed","time":{"start":1705517955332,"stop":1705517955333,"duration":1}},{"uid":"ee53b44dcaa52aa","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/ee53b44dcaa52aa","status":"passed","time":{"start":1705508621275,"stop":1705508621276,"duration":1}},{"uid":"59891fd3b77c463a","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/59891fd3b77c463a","status":"passed","time":{"start":1705506440926,"stop":1705506440929,"duration":3}},{"uid":"ed602e7bfed4887b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/ed602e7bfed4887b","status":"passed","time":{"start":1705502898669,"stop":1705502898669,"duration":0}},{"uid":"61e573e43a9ed954","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/61e573e43a9ed954","status":"passed","time":{"start":1705502231193,"stop":1705502231193,"duration":0}},{"uid":"bd7ca712e52e2e8e","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/bd7ca712e52e2e8e","status":"passed","time":{"start":1705502434943,"stop":1705502434943,"duration":0}},{"uid":"60c0066f73c1f307","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/60c0066f73c1f307","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495384739,"stop":1705495384739,"duration":0}},{"uid":"163cc218cf77674a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/163cc218cf77674a","status":"passed","time":{"start":1705494891661,"stop":1705494891662,"duration":1}},{"uid":"1cdfa01d463a595a","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/1cdfa01d463a595a","status":"passed","time":{"start":1705494852280,"stop":1705494852280,"duration":0}},{"uid":"c44084827ac5d209","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c44084827ac5d209","status":"passed","time":{"start":1705493411433,"stop":1705493411433,"duration":0}},{"uid":"65eb7536c8b177b6","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/65eb7536c8b177b6","status":"passed","time":{"start":1705493382745,"stop":1705493382745,"duration":0}},{"uid":"41f5778050c24e14","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/41f5778050c24e14","status":"passed","time":{"start":1705485206008,"stop":1705485206010,"duration":2}},{"uid":"7f7235060a7064ad","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/7f7235060a7064ad","status":"passed","time":{"start":1705485065032,"stop":1705485065032,"duration":0}},{"uid":"8d1bdd83be3bad6e","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/8d1bdd83be3bad6e","status":"passed","time":{"start":1705484311479,"stop":1705484311479,"duration":0}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":131,"unknown":0,"total":132},"items":[{"uid":"9aeac5c04d6c484a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9aeac5c04d6c484a","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"duration":0}},{"uid":"f50ffad72adfd8b5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f50ffad72adfd8b5","status":"passed","time":{"start":1706528377238,"stop":1706528377238,"duration":0}},{"uid":"5d39365dd83d0610","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5d39365dd83d0610","status":"passed","time":{"start":1706527278654,"stop":1706527278654,"duration":0}},{"uid":"d164b9103f680f3d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d164b9103f680f3d","status":"passed","time":{"start":1706526988166,"stop":1706526988166,"duration":0}},{"uid":"6e82800c1038f434","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6e82800c1038f434","status":"passed","time":{"start":1706526879341,"stop":1706526879343,"duration":2}},{"uid":"5be9935073e8151f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5be9935073e8151f","status":"passed","time":{"start":1706526328850,"stop":1706526328851,"duration":1}},{"uid":"5f5a40e41104c599","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5f5a40e41104c599","status":"passed","time":{"start":1706525796643,"stop":1706525796643,"duration":0}},{"uid":"84ec1a684ee47b3e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/84ec1a684ee47b3e","status":"passed","time":{"start":1706525414161,"stop":1706525414161,"duration":0}},{"uid":"41f91fff756d22ab","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/41f91fff756d22ab","status":"passed","time":{"start":1706468022734,"stop":1706468022734,"duration":0}},{"uid":"e7b891e2e2b0cf68","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e7b891e2e2b0cf68","status":"passed","time":{"start":1706323404493,"stop":1706323404493,"duration":0}},{"uid":"c9bddd4fde5b0605","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c9bddd4fde5b0605","status":"passed","time":{"start":1706321660586,"stop":1706321660586,"duration":0}},{"uid":"4bf6db6acd340b95","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4bf6db6acd340b95","status":"passed","time":{"start":1706244922432,"stop":1706244922432,"duration":0}},{"uid":"9b359fcd3d5c38ae","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9b359fcd3d5c38ae","status":"passed","time":{"start":1706115474663,"stop":1706115474663,"duration":0}},{"uid":"db09c6f09f0c810e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/db09c6f09f0c810e","status":"passed","time":{"start":1706114655766,"stop":1706114655766,"duration":0}},{"uid":"97123c79360b0deb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/97123c79360b0deb","status":"passed","time":{"start":1706112108679,"stop":1706112108680,"duration":1}},{"uid":"c7dc6ba170dd5745","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c7dc6ba170dd5745","status":"passed","time":{"start":1706111802708,"stop":1706111802708,"duration":0}},{"uid":"4e6d523381f4627","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e6d523381f4627","status":"passed","time":{"start":1706109731519,"stop":1706109731520,"duration":1}},{"uid":"2999781f30946868","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2999781f30946868","status":"passed","time":{"start":1706103488248,"stop":1706103488249,"duration":1}},{"uid":"dfa778a1a7cc0483","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dfa778a1a7cc0483","status":"passed","time":{"start":1706103231431,"stop":1706103231432,"duration":1}},{"uid":"6f37e2e80a8cba46","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6f37e2e80a8cba46","status":"passed","time":{"start":1706102630032,"stop":1706102630033,"duration":1}}]},"425286fc7e4b389b504b13a5ffd09d7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7d7a77494eaec8c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f7d7a77494eaec8c","status":"passed","time":{"start":1705950480135,"stop":1705950480135,"duration":0}}]},"b5c55488cccb461c755a01c4c2de9d7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"617ba78716ff132f","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/617ba78716ff132f","status":"passed","time":{"start":1705466980104,"stop":1705466980104,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"97db4b276a1c5ae4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/97db4b276a1c5ae4","status":"passed","time":{"start":1706529407524,"stop":1706529407524,"duration":0}},{"uid":"9a38c5e0f5f0b56e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9a38c5e0f5f0b56e","status":"passed","time":{"start":1706528377238,"stop":1706528377239,"duration":1}},{"uid":"154d9cb32135e84a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/154d9cb32135e84a","status":"passed","time":{"start":1706527278654,"stop":1706527278655,"duration":1}},{"uid":"e12c6eba772a03ca","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e12c6eba772a03ca","status":"passed","time":{"start":1706526988166,"stop":1706526988167,"duration":1}},{"uid":"1bc425163774ee","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1bc425163774ee","status":"passed","time":{"start":1706526879343,"stop":1706526879343,"duration":0}},{"uid":"cc16575dd1bdb033","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cc16575dd1bdb033","status":"passed","time":{"start":1706526328851,"stop":1706526328852,"duration":1}},{"uid":"bec939c315986ef7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bec939c315986ef7","status":"passed","time":{"start":1706525796643,"stop":1706525796644,"duration":1}},{"uid":"568398b0e4a9cc0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/568398b0e4a9cc0","status":"passed","time":{"start":1706525414163,"stop":1706525414164,"duration":1}},{"uid":"d5ee5fa9ee4463e3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d5ee5fa9ee4463e3","status":"passed","time":{"start":1706468022737,"stop":1706468022737,"duration":0}},{"uid":"18949d01b2c4e9df","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/18949d01b2c4e9df","status":"passed","time":{"start":1706323404494,"stop":1706323404494,"duration":0}},{"uid":"f9f5ad08d1db3ae7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f9f5ad08d1db3ae7","status":"passed","time":{"start":1706321660588,"stop":1706321660588,"duration":0}},{"uid":"274c4d7082f7f403","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/274c4d7082f7f403","status":"passed","time":{"start":1706244922433,"stop":1706244922434,"duration":1}},{"uid":"72c5566b76344f1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/72c5566b76344f1","status":"passed","time":{"start":1706115474664,"stop":1706115474664,"duration":0}},{"uid":"19ef2739b3f1e841","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/19ef2739b3f1e841","status":"passed","time":{"start":1706114655767,"stop":1706114655767,"duration":0}},{"uid":"5061b9a2f6e68afb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5061b9a2f6e68afb","status":"passed","time":{"start":1706112108681,"stop":1706112108682,"duration":1}},{"uid":"1bb01291492150f2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1bb01291492150f2","status":"passed","time":{"start":1706111802709,"stop":1706111802709,"duration":0}},{"uid":"4b9f813249a1dace","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4b9f813249a1dace","status":"passed","time":{"start":1706109731520,"stop":1706109731520,"duration":0}},{"uid":"c6a47dc25caf2538","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c6a47dc25caf2538","status":"passed","time":{"start":1706103488249,"stop":1706103488250,"duration":1}},{"uid":"d4fff485d9117905","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d4fff485d9117905","status":"passed","time":{"start":1706103231433,"stop":1706103231433,"duration":0}},{"uid":"bb696e9937fe6875","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bb696e9937fe6875","status":"passed","time":{"start":1706102630033,"stop":1706102630034,"duration":1}}]},"2a56323f9d6bf5f02e08654a6dae9eeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"adaf16e0dfc9d0ad","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/adaf16e0dfc9d0ad","status":"passed","time":{"start":1706529403567,"stop":1706529403568,"duration":1}},{"uid":"34237ada19d0c6aa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/34237ada19d0c6aa","status":"passed","time":{"start":1706528357078,"stop":1706528357079,"duration":1}},{"uid":"f007aa0bc11ae73d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f007aa0bc11ae73d","status":"passed","time":{"start":1706527326686,"stop":1706527326686,"duration":0}},{"uid":"b5403e39e9575c5f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b5403e39e9575c5f","status":"passed","time":{"start":1706527049790,"stop":1706527049791,"duration":1}},{"uid":"afb60d7968b446a5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/afb60d7968b446a5","status":"passed","time":{"start":1706526961435,"stop":1706526961435,"duration":0}},{"uid":"8c71ab3194be3717","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8c71ab3194be3717","status":"passed","time":{"start":1706526404273,"stop":1706526404274,"duration":1}},{"uid":"47e0b38ec80bb5a8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/47e0b38ec80bb5a8","status":"passed","time":{"start":1706525849949,"stop":1706525849950,"duration":1}},{"uid":"e036c5295081094d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e036c5295081094d","status":"passed","time":{"start":1706525432942,"stop":1706525432942,"duration":0}},{"uid":"9ee727f91eac0aa5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9ee727f91eac0aa5","status":"passed","time":{"start":1706468114341,"stop":1706468114341,"duration":0}},{"uid":"5d5e09d2d8b07e2b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5d5e09d2d8b07e2b","status":"passed","time":{"start":1706323469642,"stop":1706323469643,"duration":1}},{"uid":"34d3790015cbed48","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/34d3790015cbed48","status":"passed","time":{"start":1706321771784,"stop":1706321771784,"duration":0}},{"uid":"4a560a8cae598cb0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4a560a8cae598cb0","status":"passed","time":{"start":1706115542390,"stop":1706115542391,"duration":1}},{"uid":"b3501197f0c68706","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b3501197f0c68706","status":"passed","time":{"start":1706114725913,"stop":1706114725913,"duration":0}},{"uid":"ef17e6802cf0990b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ef17e6802cf0990b","status":"passed","time":{"start":1706112199257,"stop":1706112199258,"duration":1}},{"uid":"89b75acaf08ef710","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/89b75acaf08ef710","status":"passed","time":{"start":1706111893730,"stop":1706111893730,"duration":0}},{"uid":"4d1000cccedb3916","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4d1000cccedb3916","status":"passed","time":{"start":1706109796547,"stop":1706109796547,"duration":0}},{"uid":"f3c75b3f4e50ecfa","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f3c75b3f4e50ecfa","status":"passed","time":{"start":1706103557147,"stop":1706103557147,"duration":0}},{"uid":"63d98b2bb4086bd8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/63d98b2bb4086bd8","status":"passed","time":{"start":1706103365797,"stop":1706103365797,"duration":0}},{"uid":"4974ff31b4c00d9b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4974ff31b4c00d9b","status":"passed","time":{"start":1706102701044,"stop":1706102701044,"duration":0}},{"uid":"2706f30f8cf35aac","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2706f30f8cf35aac","status":"passed","time":{"start":1706102579552,"stop":1706102579552,"duration":0}}]},"030b2743d9c1997e27e153d2fddd6d91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5f18396728a9ee9","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/a5f18396728a9ee9","status":"passed","time":{"start":1705593437649,"stop":1705593437649,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"1ca3d009a710cbd8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ca3d009a710cbd8","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"duration":0}},{"uid":"c7b1bbd4cd98d60","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c7b1bbd4cd98d60","status":"passed","time":{"start":1706527951705,"stop":1706527951706,"duration":1}},{"uid":"99251b32c9e8590f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/99251b32c9e8590f","status":"passed","time":{"start":1706526969209,"stop":1706526969210,"duration":1}},{"uid":"f5bde25f6341782a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f5bde25f6341782a","status":"passed","time":{"start":1706526675849,"stop":1706526675849,"duration":0}},{"uid":"4b10930593d0b685","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4b10930593d0b685","status":"passed","time":{"start":1706526572357,"stop":1706526572361,"duration":4}},{"uid":"dee5158ec3b6f374","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dee5158ec3b6f374","status":"passed","time":{"start":1706525997938,"stop":1706525997938,"duration":0}},{"uid":"527495d3456f3a72","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/527495d3456f3a72","status":"passed","time":{"start":1706525468252,"stop":1706525468252,"duration":0}},{"uid":"3cb4238328b2c2a0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3cb4238328b2c2a0","status":"passed","time":{"start":1706525019716,"stop":1706525019716,"duration":0}},{"uid":"9f16888c57d152ac","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9f16888c57d152ac","status":"passed","time":{"start":1706467721294,"stop":1706467721294,"duration":0}},{"uid":"939767979569b7bf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/939767979569b7bf","status":"passed","time":{"start":1706323082567,"stop":1706323082567,"duration":0}},{"uid":"54cabfead5393c6c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/54cabfead5393c6c","status":"passed","time":{"start":1706321389970,"stop":1706321389970,"duration":0}},{"uid":"c85b9aee3dba435c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c85b9aee3dba435c","status":"passed","time":{"start":1706115172650,"stop":1706115172651,"duration":1}},{"uid":"b01700829bd8161d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b01700829bd8161d","status":"passed","time":{"start":1706114335600,"stop":1706114335602,"duration":2}},{"uid":"f31e84fe6c3729a9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f31e84fe6c3729a9","status":"passed","time":{"start":1706111797807,"stop":1706111797807,"duration":0}},{"uid":"afcb1a3217573ff2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/afcb1a3217573ff2","status":"passed","time":{"start":1706111496591,"stop":1706111496592,"duration":1}},{"uid":"5d0d050414a24379","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5d0d050414a24379","status":"passed","time":{"start":1706109403544,"stop":1706109403544,"duration":0}},{"uid":"26f3111f1ec6499d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/26f3111f1ec6499d","status":"passed","time":{"start":1706103220672,"stop":1706103220672,"duration":0}},{"uid":"45d41dafc83ce2c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/45d41dafc83ce2c","status":"passed","time":{"start":1706102943581,"stop":1706102943581,"duration":0}},{"uid":"a42dfaf2528569f6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a42dfaf2528569f6","status":"passed","time":{"start":1706102315319,"stop":1706102315319,"duration":0}},{"uid":"8f45de57855aba2f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8f45de57855aba2f","status":"passed","time":{"start":1706102190047,"stop":1706102190047,"duration":0}}]},"e4d732c797199657a6ed360dd2fc92c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d891bd8ba795dfe","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/1d891bd8ba795dfe","status":"passed","time":{"start":1705572124804,"stop":1705572124805,"duration":1}}]},"6dd15ca49fb2b2305b0b30be7f34eb38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b84648145e8865e","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/1b84648145e8865e","status":"passed","time":{"start":1705434889950,"stop":1705434889951,"duration":1}}]},"a1e547ebda930816dfb34b6e6f698e41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"e758ead8eccf02c6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e758ead8eccf02c6","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244702756,"stop":1706244702757,"duration":1}},{"uid":"e66259c577a88cee","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e66259c577a88cee","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242267489,"stop":1706242267489,"duration":0}}]},"4e2bd293a6a8fe56229d9e6c9bd73c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c84e47a676c2fa7","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/7c84e47a676c2fa7","status":"passed","time":{"start":1705521140309,"stop":1705521140310,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"bb8944d45d81e710","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb8944d45d81e710","status":"passed","time":{"start":1706529333262,"stop":1706529333263,"duration":1}},{"uid":"377d69dc649c1874","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/377d69dc649c1874","status":"passed","time":{"start":1706528290471,"stop":1706528290472,"duration":1}},{"uid":"a95d43a94aa0200f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a95d43a94aa0200f","status":"passed","time":{"start":1706527264359,"stop":1706527264359,"duration":0}},{"uid":"358c0a77c656670d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/358c0a77c656670d","status":"passed","time":{"start":1706526976776,"stop":1706526976777,"duration":1}},{"uid":"a38e1e9cc731d32f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a38e1e9cc731d32f","status":"passed","time":{"start":1706526885810,"stop":1706526885810,"duration":0}},{"uid":"87e07dee6a42d5f5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/87e07dee6a42d5f5","status":"passed","time":{"start":1706526330102,"stop":1706526330102,"duration":0}},{"uid":"98d1ee68d4bea49","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/98d1ee68d4bea49","status":"passed","time":{"start":1706525780728,"stop":1706525780728,"duration":0}},{"uid":"abee2c552fdb2aa0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/abee2c552fdb2aa0","status":"passed","time":{"start":1706525359498,"stop":1706525359499,"duration":1}},{"uid":"d48e74c1700b5a5c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d48e74c1700b5a5c","status":"passed","time":{"start":1706468042647,"stop":1706468042647,"duration":0}},{"uid":"1bdae878c0ea8992","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1bdae878c0ea8992","status":"passed","time":{"start":1706323386933,"stop":1706323386933,"duration":0}},{"uid":"d4a07713f67ad58a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d4a07713f67ad58a","status":"passed","time":{"start":1706321713103,"stop":1706321713103,"duration":0}},{"uid":"c9a448e3621290","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c9a448e3621290","status":"passed","time":{"start":1706115482615,"stop":1706115482615,"duration":0}},{"uid":"e91901e0ba58641d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e91901e0ba58641d","status":"passed","time":{"start":1706114635441,"stop":1706114635441,"duration":0}},{"uid":"6ef5877fc14feffe","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6ef5877fc14feffe","status":"passed","time":{"start":1706112127565,"stop":1706112127565,"duration":0}},{"uid":"fde222d63d3f48f8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fde222d63d3f48f8","status":"passed","time":{"start":1706111809283,"stop":1706111809283,"duration":0}},{"uid":"7a459476ef8d7015","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7a459476ef8d7015","status":"passed","time":{"start":1706109719533,"stop":1706109719534,"duration":1}},{"uid":"f7448855b645d400","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f7448855b645d400","status":"passed","time":{"start":1706103518437,"stop":1706103518438,"duration":1}},{"uid":"c51edde2bd87effa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c51edde2bd87effa","status":"passed","time":{"start":1706103305165,"stop":1706103305165,"duration":0}},{"uid":"33696003ca5ad1a7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/33696003ca5ad1a7","status":"passed","time":{"start":1706102626856,"stop":1706102626856,"duration":0}},{"uid":"232832185dc852e8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/232832185dc852e8","status":"passed","time":{"start":1706102491857,"stop":1706102491857,"duration":0}}]},"2029119aae2757ab24e9a1d68746c212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2eed62c1748083bc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2eed62c1748083bc","status":"passed","time":{"start":1706323386921,"stop":1706323386921,"duration":0}}]},"d363d059b3a5363d22a5b7349710a856:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d31a57adb36a798","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5d31a57adb36a798","status":"passed","time":{"start":1706101143277,"stop":1706101143278,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"e3e5c15d8f9a0e5e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3e5c15d8f9a0e5e","status":"passed","time":{"start":1706529061220,"stop":1706529061221,"duration":1}},{"uid":"872edb372d869bee","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/872edb372d869bee","status":"passed","time":{"start":1706528032694,"stop":1706528032695,"duration":1}},{"uid":"c290f0906cb4d802","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c290f0906cb4d802","status":"passed","time":{"start":1706527032146,"stop":1706527032146,"duration":0}},{"uid":"9aeef6fba0611028","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9aeef6fba0611028","status":"passed","time":{"start":1706526728457,"stop":1706526728458,"duration":1}},{"uid":"6a4e9b738a8b1808","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6a4e9b738a8b1808","status":"passed","time":{"start":1706526631861,"stop":1706526631861,"duration":0}},{"uid":"516d36dcfd37d7d5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/516d36dcfd37d7d5","status":"passed","time":{"start":1706526058751,"stop":1706526058752,"duration":1}},{"uid":"dc1dbff1b1b3c8a9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dc1dbff1b1b3c8a9","status":"passed","time":{"start":1706525527741,"stop":1706525527743,"duration":2}},{"uid":"da71c4b5d8071c45","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/da71c4b5d8071c45","status":"passed","time":{"start":1706525094620,"stop":1706525094621,"duration":1}},{"uid":"67059aaece6f80d6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/67059aaece6f80d6","status":"passed","time":{"start":1706467780072,"stop":1706467780072,"duration":0}},{"uid":"dea87e8d48318fa4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dea87e8d48318fa4","status":"passed","time":{"start":1706323147729,"stop":1706323147729,"duration":0}},{"uid":"dcc573e9a7762909","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dcc573e9a7762909","status":"passed","time":{"start":1706321448923,"stop":1706321448923,"duration":0}},{"uid":"84abf831d6c68f89","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/84abf831d6c68f89","status":"passed","time":{"start":1706244757737,"stop":1706244757737,"duration":0}},{"uid":"3f0c0a0aad77fee9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3f0c0a0aad77fee9","status":"passed","time":{"start":1706242322189,"stop":1706242322193,"duration":4}},{"uid":"8a2253b37095d12c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8a2253b37095d12c","status":"passed","time":{"start":1706115232360,"stop":1706115232361,"duration":1}},{"uid":"8179568d663628cf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8179568d663628cf","status":"passed","time":{"start":1706114393722,"stop":1706114393722,"duration":0}},{"uid":"c07513286e28e414","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c07513286e28e414","status":"passed","time":{"start":1706111855441,"stop":1706111855441,"duration":0}},{"uid":"cd9c0f0f0c62fb1a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cd9c0f0f0c62fb1a","status":"passed","time":{"start":1706111555053,"stop":1706111555053,"duration":0}},{"uid":"738497a21299a924","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/738497a21299a924","status":"passed","time":{"start":1706109464062,"stop":1706109464063,"duration":1}},{"uid":"ecf4da36b68ff5a7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ecf4da36b68ff5a7","status":"passed","time":{"start":1706103282747,"stop":1706103282747,"duration":0}},{"uid":"8db08013edcf4098","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8db08013edcf4098","status":"passed","time":{"start":1706103002602,"stop":1706103002603,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"5a2d386f8c5af0e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5a2d386f8c5af0e7","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"duration":0}},{"uid":"5568099118893356","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5568099118893356","status":"passed","time":{"start":1706527704564,"stop":1706527704565,"duration":1}},{"uid":"dfb53bd9845c5e40","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dfb53bd9845c5e40","status":"passed","time":{"start":1706526720939,"stop":1706526720939,"duration":0}},{"uid":"40f470331e4e7457","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/40f470331e4e7457","status":"passed","time":{"start":1706526416662,"stop":1706526416663,"duration":1}},{"uid":"119cf17ec2a3fd29","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/119cf17ec2a3fd29","status":"passed","time":{"start":1706526321796,"stop":1706526321796,"duration":0}},{"uid":"a4e83dae394f68d2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a4e83dae394f68d2","status":"passed","time":{"start":1706525751938,"stop":1706525751938,"duration":0}},{"uid":"b176c38f88758014","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b176c38f88758014","status":"passed","time":{"start":1706525218973,"stop":1706525218973,"duration":0}},{"uid":"4d5425a01e093a4f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4d5425a01e093a4f","status":"passed","time":{"start":1706524780151,"stop":1706524780152,"duration":1}},{"uid":"28ad1fa13150f3fe","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/28ad1fa13150f3fe","status":"passed","time":{"start":1706467474005,"stop":1706467474005,"duration":0}},{"uid":"bab02b2305a1d47f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bab02b2305a1d47f","status":"passed","time":{"start":1706322826375,"stop":1706322826375,"duration":0}},{"uid":"9ca6edc40837278c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9ca6edc40837278c","status":"passed","time":{"start":1706321139959,"stop":1706321139959,"duration":0}},{"uid":"c99ec67a81287792","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c99ec67a81287792","status":"passed","time":{"start":1706244655888,"stop":1706244655889,"duration":1}},{"uid":"f9e7818bed57816d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f9e7818bed57816d","status":"passed","time":{"start":1706242224333,"stop":1706242224333,"duration":0}},{"uid":"c3d09fb0cc5de264","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c3d09fb0cc5de264","status":"passed","time":{"start":1706114912532,"stop":1706114912533,"duration":1}},{"uid":"fa49d3a35441d8f8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fa49d3a35441d8f8","status":"passed","time":{"start":1706114083277,"stop":1706114083278,"duration":1}},{"uid":"5d571bc055f68ef3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5d571bc055f68ef3","status":"passed","time":{"start":1706111557905,"stop":1706111557905,"duration":0}},{"uid":"cb192448ab47da7c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cb192448ab47da7c","status":"passed","time":{"start":1706111247552,"stop":1706111247553,"duration":1}},{"uid":"c943d50cbe7d22e3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c943d50cbe7d22e3","status":"passed","time":{"start":1706109149779,"stop":1706109149779,"duration":0}},{"uid":"bb031b608a8d82d6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bb031b608a8d82d6","status":"passed","time":{"start":1706102968135,"stop":1706102968136,"duration":1}},{"uid":"d035707c7b476e2d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d035707c7b476e2d","status":"passed","time":{"start":1706102707878,"stop":1706102707878,"duration":0}}]},"b2960ecc2390b4f3c73049f673577397:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbb74bd0d7ff3147","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fbb74bd0d7ff3147","status":"passed","time":{"start":1706111809254,"stop":1706111809254,"duration":0}}]},"15d18cdc71040e6c4a09e113530b40fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a69cb834d9c6f55e","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/a69cb834d9c6f55e","status":"passed","time":{"start":1705677996974,"stop":1705677996975,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"5c2c9957a4426011","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c2c9957a4426011","status":"passed","time":{"start":1706529367471,"stop":1706529367472,"duration":1}},{"uid":"bcd9f2473425a0cb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bcd9f2473425a0cb","status":"passed","time":{"start":1706528339933,"stop":1706528339933,"duration":0}},{"uid":"d5581a245352eea2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d5581a245352eea2","status":"passed","time":{"start":1706527181584,"stop":1706527181586,"duration":2}},{"uid":"bc1da34140f9e7db","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bc1da34140f9e7db","status":"passed","time":{"start":1706527016300,"stop":1706527016300,"duration":0}},{"uid":"bcd66fde3079cda0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bcd66fde3079cda0","status":"passed","time":{"start":1706526929201,"stop":1706526929202,"duration":1}},{"uid":"9a1fd5cad677a365","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9a1fd5cad677a365","status":"passed","time":{"start":1706526355579,"stop":1706526355579,"duration":0}},{"uid":"68c5bd682a88b11e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/68c5bd682a88b11e","status":"passed","time":{"start":1706525825281,"stop":1706525825281,"duration":0}},{"uid":"a92037353bb84492","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a92037353bb84492","status":"passed","time":{"start":1706525414589,"stop":1706525414589,"duration":0}},{"uid":"6c1140f0bbb5fd96","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6c1140f0bbb5fd96","status":"passed","time":{"start":1706468084971,"stop":1706468084972,"duration":1}},{"uid":"52c9e87d3e3df286","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/52c9e87d3e3df286","status":"passed","time":{"start":1706323430975,"stop":1706323430975,"duration":0}},{"uid":"7bc8c8dd33fdf0d2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7bc8c8dd33fdf0d2","status":"passed","time":{"start":1706321743969,"stop":1706321743969,"duration":0}},{"uid":"f5d2576ecd778aae","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f5d2576ecd778aae","status":"passed","time":{"start":1706115449589,"stop":1706115449590,"duration":1}},{"uid":"63c967e33f3d2cda","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/63c967e33f3d2cda","status":"passed","time":{"start":1706114706812,"stop":1706114706812,"duration":0}},{"uid":"466562eb44229cc5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/466562eb44229cc5","status":"passed","time":{"start":1706112158276,"stop":1706112158277,"duration":1}},{"uid":"418d00b403b73611","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/418d00b403b73611","status":"passed","time":{"start":1706111870567,"stop":1706111870567,"duration":0}},{"uid":"214aabaddf492504","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/214aabaddf492504","status":"passed","time":{"start":1706109756254,"stop":1706109756254,"duration":0}},{"uid":"acadadf6fecb72e7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/acadadf6fecb72e7","status":"passed","time":{"start":1706103332263,"stop":1706103332263,"duration":0}},{"uid":"7827b10b56e53803","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7827b10b56e53803","status":"passed","time":{"start":1706102670269,"stop":1706102670269,"duration":0}},{"uid":"242fdc1d43fb564c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/242fdc1d43fb564c","status":"passed","time":{"start":1706102539197,"stop":1706102539197,"duration":0}},{"uid":"4413cc69d9cff94a","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/4413cc69d9cff94a","status":"passed","time":{"start":1706102378579,"stop":1706102378580,"duration":1}}]},"a94ea3f4c35cb6e68850fd287422b921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c95bb714765f132","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/8c95bb714765f132","status":"passed","time":{"start":1705365596328,"stop":1705365596328,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"99b353cda3dc837","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99b353cda3dc837","status":"passed","time":{"start":1706528742089,"stop":1706528742089,"duration":0}},{"uid":"236677577bf0f216","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/236677577bf0f216","status":"passed","time":{"start":1706527711279,"stop":1706527711279,"duration":0}},{"uid":"3844c9f74eb8b411","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3844c9f74eb8b411","status":"passed","time":{"start":1706526726451,"stop":1706526726452,"duration":1}},{"uid":"80fded25cc407a63","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/80fded25cc407a63","status":"passed","time":{"start":1706526423301,"stop":1706526423302,"duration":1}},{"uid":"54574135db0f0de1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/54574135db0f0de1","status":"passed","time":{"start":1706526328421,"stop":1706526328421,"duration":0}},{"uid":"792a460495017a18","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/792a460495017a18","status":"passed","time":{"start":1706525757431,"stop":1706525757432,"duration":1}},{"uid":"cf38ada6b3a150ba","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cf38ada6b3a150ba","status":"passed","time":{"start":1706525224653,"stop":1706525224654,"duration":1}},{"uid":"8aee5c6f15b22880","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8aee5c6f15b22880","status":"passed","time":{"start":1706524785730,"stop":1706524785731,"duration":1}},{"uid":"e7742658c2de0abd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e7742658c2de0abd","status":"passed","time":{"start":1706467479707,"stop":1706467479707,"duration":0}},{"uid":"766fb44ca58f76ee","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/766fb44ca58f76ee","status":"passed","time":{"start":1706322831925,"stop":1706322831926,"duration":1}},{"uid":"46cf549a783ba9cf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/46cf549a783ba9cf","status":"passed","time":{"start":1706321145323,"stop":1706321145324,"duration":1}},{"uid":"6c134d26d14e0729","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/6c134d26d14e0729","status":"passed","time":{"start":1706244661661,"stop":1706244661661,"duration":0}},{"uid":"22909076fdefb853","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/22909076fdefb853","status":"passed","time":{"start":1706242229837,"stop":1706242229838,"duration":1}},{"uid":"812b5bee411d7ffb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/812b5bee411d7ffb","status":"passed","time":{"start":1706114918191,"stop":1706114918192,"duration":1}},{"uid":"b19e3f3bd200e5c8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b19e3f3bd200e5c8","status":"passed","time":{"start":1706114088844,"stop":1706114088845,"duration":1}},{"uid":"7ebeb7cd8b7cb5a2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7ebeb7cd8b7cb5a2","status":"passed","time":{"start":1706111563560,"stop":1706111563561,"duration":1}},{"uid":"1a1d1a82ca893777","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1a1d1a82ca893777","status":"passed","time":{"start":1706111253125,"stop":1706111253126,"duration":1}},{"uid":"61f69eaea0d295cb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/61f69eaea0d295cb","status":"passed","time":{"start":1706109155255,"stop":1706109155256,"duration":1}},{"uid":"12a2110c7ae65b16","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/12a2110c7ae65b16","status":"passed","time":{"start":1706102973690,"stop":1706102973690,"duration":0}},{"uid":"db78b2dd801dc083","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/db78b2dd801dc083","status":"passed","time":{"start":1706102713458,"stop":1706102713458,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e855b8ef740b903f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e855b8ef740b903f","status":"passed","time":{"start":1706529061334,"stop":1706529061334,"duration":0}},{"uid":"a5c5d172286aa635","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a5c5d172286aa635","status":"passed","time":{"start":1706528032772,"stop":1706528032772,"duration":0}},{"uid":"9442f11a3d8d40c5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9442f11a3d8d40c5","status":"passed","time":{"start":1706526976666,"stop":1706526976666,"duration":0}},{"uid":"a2a6332d1755cbfc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a2a6332d1755cbfc","status":"passed","time":{"start":1706526677761,"stop":1706526677762,"duration":1}},{"uid":"f13c455a0d86ba1a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f13c455a0d86ba1a","status":"passed","time":{"start":1706526585328,"stop":1706526585329,"duration":1}},{"uid":"2ee43d153ff158b1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2ee43d153ff158b1","status":"passed","time":{"start":1706526011512,"stop":1706526011512,"duration":0}},{"uid":"9b3b85d66dc395be","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9b3b85d66dc395be","status":"passed","time":{"start":1706525481770,"stop":1706525481771,"duration":1}},{"uid":"4b06ce67d7c8a99","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4b06ce67d7c8a99","status":"passed","time":{"start":1706525094754,"stop":1706525094755,"duration":1}},{"uid":"48f2cd14d7fa86f0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/48f2cd14d7fa86f0","status":"passed","time":{"start":1706467723856,"stop":1706467723856,"duration":0}},{"uid":"4add85d2153f6e1d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4add85d2153f6e1d","status":"passed","time":{"start":1706323095316,"stop":1706323095317,"duration":1}},{"uid":"539a827dc5782dc2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/539a827dc5782dc2","status":"passed","time":{"start":1706321394204,"stop":1706321394204,"duration":0}},{"uid":"eede717afbbe6230","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/eede717afbbe6230","status":"passed","time":{"start":1706244712975,"stop":1706244712975,"duration":0}},{"uid":"9d6f9da5facade97","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9d6f9da5facade97","status":"passed","time":{"start":1706242277790,"stop":1706242277791,"duration":1}},{"uid":"8c8a62d7d7d41f87","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8c8a62d7d7d41f87","status":"passed","time":{"start":1706115177012,"stop":1706115177013,"duration":1}},{"uid":"69a5815f693057b9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/69a5815f693057b9","status":"passed","time":{"start":1706114337626,"stop":1706114337626,"duration":0}},{"uid":"734db78b80c64e24","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/734db78b80c64e24","status":"passed","time":{"start":1706111809000,"stop":1706111809000,"duration":0}},{"uid":"a997102c08f4cd79","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a997102c08f4cd79","status":"passed","time":{"start":1706111511507,"stop":1706111511508,"duration":1}},{"uid":"7a19fe2af0666111","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7a19fe2af0666111","status":"passed","time":{"start":1706109411709,"stop":1706109411709,"duration":0}},{"uid":"a78a6a9ea5c8c539","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a78a6a9ea5c8c539","status":"passed","time":{"start":1706103221861,"stop":1706103221861,"duration":0}},{"uid":"29acc2450e8c9242","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/29acc2450e8c9242","status":"passed","time":{"start":1706102961462,"stop":1706102961462,"duration":0}}]},"494de510e3a162c600492924fe0bce8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"ef7778533b86bb55","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/ef7778533b86bb55","status":"passed","time":{"start":1705520774319,"stop":1705520774320,"duration":1}},{"uid":"6740a07df18f1657","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/6740a07df18f1657","status":"passed","time":{"start":1705518144858,"stop":1705518144864,"duration":6}},{"uid":"461945c3d1266265","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/461945c3d1266265","status":"passed","time":{"start":1705518037873,"stop":1705518037873,"duration":0}},{"uid":"5b02e453e795a5c0","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/5b02e453e795a5c0","status":"passed","time":{"start":1705517919613,"stop":1705517919613,"duration":0}},{"uid":"8e3f3bb63f7718af","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/8e3f3bb63f7718af","status":"passed","time":{"start":1705508581665,"stop":1705508581665,"duration":0}},{"uid":"c6de69715f0e923c","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/c6de69715f0e923c","status":"passed","time":{"start":1705506417946,"stop":1705506417947,"duration":1}},{"uid":"57a2f2274c86eee7","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/57a2f2274c86eee7","status":"passed","time":{"start":1705502873031,"stop":1705502873032,"duration":1}},{"uid":"fef2b7d24f73163d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/fef2b7d24f73163d","status":"passed","time":{"start":1705502411178,"stop":1705502411180,"duration":2}},{"uid":"3da6eab0e06b3215","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/3da6eab0e06b3215","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494913010,"stop":1705494913010,"duration":0}},{"uid":"8212746bd4145e10","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8212746bd4145e10","status":"passed","time":{"start":1705494867095,"stop":1705494867096,"duration":1}},{"uid":"6f3ea5385e356cb1","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/6f3ea5385e356cb1","status":"passed","time":{"start":1705494827839,"stop":1705494827840,"duration":1}},{"uid":"fa1dddb2e4e57995","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/fa1dddb2e4e57995","status":"passed","time":{"start":1705493385870,"stop":1705493385871,"duration":1}},{"uid":"65d051ef7520a36b","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/65d051ef7520a36b","status":"passed","time":{"start":1705493356818,"stop":1705493356818,"duration":0}},{"uid":"72780f8d9978d663","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/72780f8d9978d663","status":"passed","time":{"start":1705485181323,"stop":1705485181323,"duration":0}},{"uid":"ae6f5872ee8f7dbc","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ae6f5872ee8f7dbc","status":"passed","time":{"start":1705485039010,"stop":1705485039010,"duration":0}},{"uid":"3f1e271472f82b07","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/3f1e271472f82b07","status":"passed","time":{"start":1705484288888,"stop":1705484288889,"duration":1}},{"uid":"963ef556ca11cd0b","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/963ef556ca11cd0b","status":"passed","time":{"start":1705469804329,"stop":1705469804330,"duration":1}},{"uid":"eba51841faf827fc","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/eba51841faf827fc","status":"passed","time":{"start":1705466868864,"stop":1705466868864,"duration":0}},{"uid":"6a6c2137bfc54554","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/6a6c2137bfc54554","status":"passed","time":{"start":1705435336418,"stop":1705435336418,"duration":0}},{"uid":"6101b0cc186e6378","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/6101b0cc186e6378","status":"passed","time":{"start":1705434797361,"stop":1705434797362,"duration":1}}]},"d5cc52f49d3cadd0ddfa1127d16a7b28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"686e97c445a4cac3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/686e97c445a4cac3","status":"passed","time":{"start":1706100942621,"stop":1706100942621,"duration":0}},{"uid":"bf7a99f7c8482eb6","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/bf7a99f7c8482eb6","status":"passed","time":{"start":1706099973765,"stop":1706099973766,"duration":1}},{"uid":"a0d5160dd9fca95b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/a0d5160dd9fca95b","status":"passed","time":{"start":1706077701789,"stop":1706077701789,"duration":0}},{"uid":"76a9d6ff487eae49","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/76a9d6ff487eae49","status":"passed","time":{"start":1706069790736,"stop":1706069790737,"duration":1}},{"uid":"71801e6a734d6e5e","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/71801e6a734d6e5e","status":"passed","time":{"start":1705950495055,"stop":1705950495055,"duration":0}},{"uid":"ae34ae5c949cab26","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/ae34ae5c949cab26","status":"passed","time":{"start":1705938302722,"stop":1705938302722,"duration":0}},{"uid":"3d40b37c33c31047","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/3d40b37c33c31047","status":"passed","time":{"start":1705913446712,"stop":1705913446713,"duration":1}},{"uid":"b721c91c1c22bbb7","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/b721c91c1c22bbb7","status":"passed","time":{"start":1705912988148,"stop":1705912988150,"duration":2}},{"uid":"df0a415103cf1bab","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/df0a415103cf1bab","status":"passed","time":{"start":1705912372227,"stop":1705912372227,"duration":0}},{"uid":"a9c8e4e6edba835","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a9c8e4e6edba835","status":"passed","time":{"start":1705911551487,"stop":1705911551487,"duration":0}},{"uid":"91ec8d8a7e800ebb","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/91ec8d8a7e800ebb","status":"passed","time":{"start":1705698757769,"stop":1705698757769,"duration":0}},{"uid":"e59e4663e3e5df92","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e59e4663e3e5df92","status":"passed","time":{"start":1705687467730,"stop":1705687467730,"duration":0}},{"uid":"19152709b8a8608","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/19152709b8a8608","status":"passed","time":{"start":1705687390803,"stop":1705687390803,"duration":0}},{"uid":"cc3c5f027cabb9d7","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/cc3c5f027cabb9d7","status":"passed","time":{"start":1705678077461,"stop":1705678077461,"duration":0}},{"uid":"cb4f0376eb5e50a9","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/cb4f0376eb5e50a9","status":"passed","time":{"start":1705678007048,"stop":1705678007049,"duration":1}},{"uid":"a0d377dcd720b898","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/a0d377dcd720b898","status":"passed","time":{"start":1705677873542,"stop":1705677873542,"duration":0}},{"uid":"928cf66bf25ee448","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/928cf66bf25ee448","status":"passed","time":{"start":1705677414848,"stop":1705677414849,"duration":1}},{"uid":"7fc7a10dcf2c245b","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/7fc7a10dcf2c245b","status":"passed","time":{"start":1705676004254,"stop":1705676004255,"duration":1}},{"uid":"a124b648fe69adaf","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/a124b648fe69adaf","status":"passed","time":{"start":1705675426986,"stop":1705675426986,"duration":0}},{"uid":"cdebfce65722de85","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/cdebfce65722de85","status":"passed","time":{"start":1705670299884,"stop":1705670299884,"duration":0}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"f4153596cc7d9c2d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f4153596cc7d9c2d","status":"passed","time":{"start":1706528752296,"stop":1706528752297,"duration":1}},{"uid":"3e0a3afa1113bddb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3e0a3afa1113bddb","status":"passed","time":{"start":1706527721044,"stop":1706527721044,"duration":0}},{"uid":"8df02e9a3a61c4f4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8df02e9a3a61c4f4","status":"passed","time":{"start":1706526735947,"stop":1706526735947,"duration":0}},{"uid":"149a4e46f34c7f5b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/149a4e46f34c7f5b","status":"passed","time":{"start":1706526432974,"stop":1706526432974,"duration":0}},{"uid":"2e371fcac10536c4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2e371fcac10536c4","status":"passed","time":{"start":1706526337968,"stop":1706526337969,"duration":1}},{"uid":"49c6764eacf06257","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/49c6764eacf06257","status":"passed","time":{"start":1706525767020,"stop":1706525767021,"duration":1}},{"uid":"2098fde46d875e05","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2098fde46d875e05","status":"passed","time":{"start":1706525234003,"stop":1706525234004,"duration":1}},{"uid":"2732d118d71decdd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2732d118d71decdd","status":"passed","time":{"start":1706524795155,"stop":1706524795156,"duration":1}},{"uid":"424ebcee6191f95","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/424ebcee6191f95","status":"passed","time":{"start":1706467489085,"stop":1706467489085,"duration":0}},{"uid":"46d519c25ec5845","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/46d519c25ec5845","status":"passed","time":{"start":1706322841925,"stop":1706322841925,"duration":0}},{"uid":"1a49823bbd561c03","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1a49823bbd561c03","status":"passed","time":{"start":1706321155023,"stop":1706321155024,"duration":1}},{"uid":"40df1de0e1a225c9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/40df1de0e1a225c9","status":"passed","time":{"start":1706244671328,"stop":1706244671328,"duration":0}},{"uid":"adfd81142f145602","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/adfd81142f145602","status":"passed","time":{"start":1706242239389,"stop":1706242239389,"duration":0}},{"uid":"45b6c4561c201a86","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/45b6c4561c201a86","status":"passed","time":{"start":1706114927810,"stop":1706114927810,"duration":0}},{"uid":"23efacc0b1c79e00","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/23efacc0b1c79e00","status":"passed","time":{"start":1706114098596,"stop":1706114098597,"duration":1}},{"uid":"8105b9467cb9798e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8105b9467cb9798e","status":"passed","time":{"start":1706111573300,"stop":1706111573300,"duration":0}},{"uid":"27ecdb065ebd6692","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/27ecdb065ebd6692","status":"passed","time":{"start":1706111262813,"stop":1706111262813,"duration":0}},{"uid":"aa0bc682fb67ba96","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/aa0bc682fb67ba96","status":"passed","time":{"start":1706109165248,"stop":1706109165248,"duration":0}},{"uid":"cb3d9e7e0705b641","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cb3d9e7e0705b641","status":"passed","time":{"start":1706102983453,"stop":1706102983453,"duration":0}},{"uid":"61dfaf9571fe00c9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/61dfaf9571fe00c9","status":"passed","time":{"start":1706102722989,"stop":1706102722989,"duration":0}}]},"c43b48029a042663d65234e28aa83262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35a33e7a04ab9665","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/35a33e7a04ab9665","status":"passed","time":{"start":1706321713088,"stop":1706321713089,"duration":1}}]},"7d704340a8e5351f349e0bf4d0e35d30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11da471ece7b13ca","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/11da471ece7b13ca","status":"passed","time":{"start":1706102507037,"stop":1706102507037,"duration":0}}]},"f62d33aa19a2a285c4dc3a0d1c29f21a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"131abb212e8be2e6","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/131abb212e8be2e6","status":"passed","time":{"start":1705912351031,"stop":1705912351031,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":35,"passed":0,"unknown":0,"total":35},"items":[{"uid":"6e6f82b63a88f098","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6e6f82b63a88f098","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529333282,"stop":1706529333282,"duration":0}},{"uid":"6e6f05d6639c3b62","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6e6f05d6639c3b62","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528290498,"stop":1706528290498,"duration":0}},{"uid":"c8cb40c1afba7c3f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c8cb40c1afba7c3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527264394,"stop":1706527264394,"duration":0}},{"uid":"d9832f28ca5c913f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d9832f28ca5c913f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526976790,"stop":1706526976790,"duration":0}},{"uid":"a6c5452e30b2ee","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a6c5452e30b2ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526885820,"stop":1706526885821,"duration":1}},{"uid":"34f0ea85e02a92f4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/34f0ea85e02a92f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526330118,"stop":1706526330118,"duration":0}},{"uid":"5b13b993cd338887","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5b13b993cd338887","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525780745,"stop":1706525780745,"duration":0}},{"uid":"bf7b49432f2fa57c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bf7b49432f2fa57c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525359516,"stop":1706525359516,"duration":0}},{"uid":"92ecdc9a0215557b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/92ecdc9a0215557b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706468042656,"stop":1706468042656,"duration":0}},{"uid":"86af9fd4ec64d8cc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/86af9fd4ec64d8cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323386956,"stop":1706323386957,"duration":1}},{"uid":"9dc13ef50d21bb82","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9dc13ef50d21bb82","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321713118,"stop":1706321713118,"duration":0}},{"uid":"aef315efd566f08b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/aef315efd566f08b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115482641,"stop":1706115482641,"duration":0}},{"uid":"a2a569b6a9fe3cfe","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a2a569b6a9fe3cfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114635455,"stop":1706114635456,"duration":1}},{"uid":"2f2a9b246d22bf99","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2f2a9b246d22bf99","status":"skipped","statusDetails":"Test ignored","time":{"start":1706112127592,"stop":1706112127592,"duration":0}},{"uid":"9e8add762d28e44c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9e8add762d28e44c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111809296,"stop":1706111809297,"duration":1}},{"uid":"3abb20b7545610c9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3abb20b7545610c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109719553,"stop":1706109719554,"duration":1}},{"uid":"81f680a6cb8e2155","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/81f680a6cb8e2155","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103518446,"stop":1706103518446,"duration":0}},{"uid":"a4147a5247746b9e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a4147a5247746b9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103305187,"stop":1706103305187,"duration":0}},{"uid":"3c318d4b75dba1bb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3c318d4b75dba1bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102626871,"stop":1706102626871,"duration":0}},{"uid":"cbbbb293013292bd","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cbbbb293013292bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102491920,"stop":1706102491931,"duration":11}}]},"4583d6b3ef760f80486958a33e2e507d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f070b42eb889c417","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f070b42eb889c417","status":"passed","time":{"start":1705493458481,"stop":1705493458484,"duration":3}}]},"1f62e9acf9e7e31dbb67b50a15d3bae4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ea9e943f170ac02","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8ea9e943f170ac02","status":"passed","time":{"start":1706529223898,"stop":1706529223899,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"9d29998c069a9c7e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9d29998c069a9c7e","status":"passed","time":{"start":1706529367470,"stop":1706529367470,"duration":0}},{"uid":"bf631aee2b43bc23","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bf631aee2b43bc23","status":"passed","time":{"start":1706528339932,"stop":1706528339932,"duration":0}},{"uid":"9a1d5337c8878f53","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9a1d5337c8878f53","status":"passed","time":{"start":1706527181578,"stop":1706527181583,"duration":5}},{"uid":"4eab46b19f9320ec","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4eab46b19f9320ec","status":"passed","time":{"start":1706527016299,"stop":1706527016300,"duration":1}},{"uid":"7f956c2707313c39","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7f956c2707313c39","status":"passed","time":{"start":1706526929201,"stop":1706526929201,"duration":0}},{"uid":"7a7979fe8bf6284e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7a7979fe8bf6284e","status":"passed","time":{"start":1706526355577,"stop":1706526355578,"duration":1}},{"uid":"a9a81d9cbfefd8c4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a9a81d9cbfefd8c4","status":"passed","time":{"start":1706525825280,"stop":1706525825280,"duration":0}},{"uid":"faf36d7dca150548","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/faf36d7dca150548","status":"passed","time":{"start":1706525414588,"stop":1706525414588,"duration":0}},{"uid":"2718c3e8686314a8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2718c3e8686314a8","status":"passed","time":{"start":1706468084966,"stop":1706468084967,"duration":1}},{"uid":"41dc5cece975315f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/41dc5cece975315f","status":"passed","time":{"start":1706323430973,"stop":1706323430974,"duration":1}},{"uid":"70a1f52c916d540","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/70a1f52c916d540","status":"passed","time":{"start":1706321743968,"stop":1706321743968,"duration":0}},{"uid":"d9b941ab6327902d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d9b941ab6327902d","status":"passed","time":{"start":1706115449584,"stop":1706115449588,"duration":4}},{"uid":"9b856703d9cc5053","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9b856703d9cc5053","status":"passed","time":{"start":1706114706811,"stop":1706114706811,"duration":0}},{"uid":"ceb10cfcada2c6b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ceb10cfcada2c6b","status":"passed","time":{"start":1706112158274,"stop":1706112158275,"duration":1}},{"uid":"4438012697474aa8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4438012697474aa8","status":"passed","time":{"start":1706111870566,"stop":1706111870566,"duration":0}},{"uid":"b15a20b714a2c65b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b15a20b714a2c65b","status":"passed","time":{"start":1706109756253,"stop":1706109756253,"duration":0}},{"uid":"71fccbf379e1a032","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/71fccbf379e1a032","status":"passed","time":{"start":1706103332263,"stop":1706103332263,"duration":0}},{"uid":"6859c51a5f169c2e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6859c51a5f169c2e","status":"passed","time":{"start":1706102670268,"stop":1706102670268,"duration":0}},{"uid":"e36660213f150c6e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e36660213f150c6e","status":"passed","time":{"start":1706102539196,"stop":1706102539196,"duration":0}},{"uid":"544365ebf1321400","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/544365ebf1321400","status":"passed","time":{"start":1706102378578,"stop":1706102378579,"duration":1}}]},"8ab36bee2ab71fa143dc83df18a5fd35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d89766ea0fa626e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/5d89766ea0fa626e","status":"passed","time":{"start":1705913424150,"stop":1705913424150,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"56b282013d4545fe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/56b282013d4545fe","status":"passed","time":{"start":1706529218503,"stop":1706529218503,"duration":0}},{"uid":"8eb79ada8663e054","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8eb79ada8663e054","status":"passed","time":{"start":1706528190563,"stop":1706528190564,"duration":1}},{"uid":"1a6e69579d69cb0f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1a6e69579d69cb0f","status":"passed","time":{"start":1706527166734,"stop":1706527166734,"duration":0}},{"uid":"a7fa37874fbf9c36","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a7fa37874fbf9c36","status":"passed","time":{"start":1706526866853,"stop":1706526866853,"duration":0}},{"uid":"f805e75b05e9d08d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f805e75b05e9d08d","status":"passed","time":{"start":1706526763553,"stop":1706526763554,"duration":1}},{"uid":"f30d2691b5cd11c5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f30d2691b5cd11c5","status":"passed","time":{"start":1706526185670,"stop":1706526185671,"duration":1}},{"uid":"63865fdae20bdac8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/63865fdae20bdac8","status":"passed","time":{"start":1706525658957,"stop":1706525658964,"duration":7}},{"uid":"46b8261dc057f738","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/46b8261dc057f738","status":"passed","time":{"start":1706525242369,"stop":1706525242369,"duration":0}},{"uid":"94d7d0bcf961f217","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/94d7d0bcf961f217","status":"passed","time":{"start":1706467906875,"stop":1706467906876,"duration":1}},{"uid":"4226e2efc065d20","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4226e2efc065d20","status":"passed","time":{"start":1706323273240,"stop":1706323273241,"duration":1}},{"uid":"31921a605a2e8f7a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/31921a605a2e8f7a","status":"passed","time":{"start":1706321575852,"stop":1706321575852,"duration":0}},{"uid":"e2a22b4ff6b9c247","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e2a22b4ff6b9c247","status":"passed","time":{"start":1706115384044,"stop":1706115384045,"duration":1}},{"uid":"534a708d1999120a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/534a708d1999120a","status":"passed","time":{"start":1706114521913,"stop":1706114521914,"duration":1}},{"uid":"e45477c33257e8a9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e45477c33257e8a9","status":"passed","time":{"start":1706112015252,"stop":1706112015252,"duration":0}},{"uid":"3b64e27d714b7c17","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3b64e27d714b7c17","status":"passed","time":{"start":1706111693394,"stop":1706111693395,"duration":1}},{"uid":"d0df9433829d0672","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d0df9433829d0672","status":"passed","time":{"start":1706109609724,"stop":1706109609725,"duration":1}},{"uid":"119042fd9e10a44","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/119042fd9e10a44","status":"passed","time":{"start":1706103393424,"stop":1706103393424,"duration":0}},{"uid":"cd76bbefd31f3f6f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cd76bbefd31f3f6f","status":"passed","time":{"start":1706103153295,"stop":1706103153295,"duration":0}},{"uid":"fd4fe886b73bd309","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fd4fe886b73bd309","status":"passed","time":{"start":1706102506961,"stop":1706102506962,"duration":1}},{"uid":"6de9301cff245c0","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6de9301cff245c0","status":"passed","time":{"start":1706102385168,"stop":1706102385170,"duration":2}}]},"a4138aaabb2d4dc7d7ac16cd50afb32e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"e3650a1924ef9388","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e3650a1924ef9388","status":"passed","time":{"start":1705521140301,"stop":1705521140301,"duration":0}},{"uid":"721f4a61e59000a9","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/721f4a61e59000a9","status":"passed","time":{"start":1705520883416,"stop":1705520883417,"duration":1}},{"uid":"e9b51257180435c6","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e9b51257180435c6","status":"passed","time":{"start":1705520300888,"stop":1705520300889,"duration":1}},{"uid":"dbc550612f150ccf","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/dbc550612f150ccf","status":"passed","time":{"start":1705518525961,"stop":1705518525961,"duration":0}},{"uid":"4f2eae2800110e70","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4f2eae2800110e70","status":"passed","time":{"start":1705518246807,"stop":1705518246808,"duration":1}},{"uid":"45398d1167fa483b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/45398d1167fa483b","status":"passed","time":{"start":1705518140979,"stop":1705518140980,"duration":1}},{"uid":"4732d24d5ec2a106","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/4732d24d5ec2a106","status":"passed","time":{"start":1705518032418,"stop":1705518032418,"duration":0}},{"uid":"45f93ef239f8c090","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/45f93ef239f8c090","status":"passed","time":{"start":1705508700809,"stop":1705508700810,"duration":1}},{"uid":"2c72eee12cffd18c","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2c72eee12cffd18c","status":"passed","time":{"start":1705506512645,"stop":1705506512645,"duration":0}},{"uid":"45daf4fb090f2196","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/45daf4fb090f2196","status":"passed","time":{"start":1705502966509,"stop":1705502966510,"duration":1}},{"uid":"5a795a556f417b2f","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/5a795a556f417b2f","status":"passed","time":{"start":1705502370720,"stop":1705502370724,"duration":4}},{"uid":"58a3fa36c471f9ec","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/58a3fa36c471f9ec","status":"passed","time":{"start":1705502517770,"stop":1705502517771,"duration":1}},{"uid":"9c07e32f6ababf1c","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/9c07e32f6ababf1c","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321691,"stop":1705495321691,"duration":0}},{"uid":"cf1969f3d5deccb0","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/cf1969f3d5deccb0","status":"passed","time":{"start":1705494975688,"stop":1705494975689,"duration":1}},{"uid":"27564048e3b3cbb5","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/27564048e3b3cbb5","status":"passed","time":{"start":1705494930745,"stop":1705494930745,"duration":0}},{"uid":"1683918dda28dc8a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/1683918dda28dc8a","status":"passed","time":{"start":1705493496349,"stop":1705493496349,"duration":0}},{"uid":"46c37b268f7ce7cf","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/46c37b268f7ce7cf","status":"passed","time":{"start":1705493451250,"stop":1705493451250,"duration":0}},{"uid":"fdb35d9edbee048a","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/fdb35d9edbee048a","status":"passed","time":{"start":1705485279305,"stop":1705485279305,"duration":0}},{"uid":"95e70830ab059af4","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/95e70830ab059af4","status":"passed","time":{"start":1705485136804,"stop":1705485136805,"duration":1}},{"uid":"f5a780abdb8c34be","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/f5a780abdb8c34be","status":"passed","time":{"start":1705484392933,"stop":1705484392934,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"880fc8604747eea6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/880fc8604747eea6","status":"passed","time":{"start":1706529223895,"stop":1706529223896,"duration":1}},{"uid":"ce626c180ed4f6bd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ce626c180ed4f6bd","status":"passed","time":{"start":1706528204207,"stop":1706528204207,"duration":0}},{"uid":"bc9c18e9a49ae73d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bc9c18e9a49ae73d","status":"passed","time":{"start":1706527085314,"stop":1706527085314,"duration":0}},{"uid":"90bce7ec2008edf0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/90bce7ec2008edf0","status":"passed","time":{"start":1706526783365,"stop":1706526783365,"duration":0}},{"uid":"d348bf00ad0c5621","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d348bf00ad0c5621","status":"passed","time":{"start":1706526690272,"stop":1706526690272,"duration":0}},{"uid":"1737a5c52b27db4d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1737a5c52b27db4d","status":"passed","time":{"start":1706526129382,"stop":1706526129382,"duration":0}},{"uid":"dc5dcb360fb28696","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dc5dcb360fb28696","status":"passed","time":{"start":1706525593260,"stop":1706525593260,"duration":0}},{"uid":"1d412ce319e2a158","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1d412ce319e2a158","status":"passed","time":{"start":1706525226782,"stop":1706525226782,"duration":0}},{"uid":"1be019429666d5d1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1be019429666d5d1","status":"passed","time":{"start":1706467837094,"stop":1706467837094,"duration":0}},{"uid":"ebd65858ef08cf62","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ebd65858ef08cf62","status":"passed","time":{"start":1706323213973,"stop":1706323213973,"duration":0}},{"uid":"387fcdff8ed6b62a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/387fcdff8ed6b62a","status":"passed","time":{"start":1706321475553,"stop":1706321475553,"duration":0}},{"uid":"f38c6cf68a6cbec","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f38c6cf68a6cbec","status":"passed","time":{"start":1706115285529,"stop":1706115285530,"duration":1}},{"uid":"205310751932a006","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/205310751932a006","status":"passed","time":{"start":1706114454510,"stop":1706114454510,"duration":0}},{"uid":"5e8e77f242f114f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5e8e77f242f114f","status":"passed","time":{"start":1706111914141,"stop":1706111914141,"duration":0}},{"uid":"b1fcb02b3907bda0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b1fcb02b3907bda0","status":"passed","time":{"start":1706111616739,"stop":1706111616740,"duration":1}},{"uid":"d58480a167bcbb9f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d58480a167bcbb9f","status":"passed","time":{"start":1706109533628,"stop":1706109533628,"duration":0}},{"uid":"87c5710ebf7ce98a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/87c5710ebf7ce98a","status":"passed","time":{"start":1706103308661,"stop":1706103308662,"duration":1}},{"uid":"67b9c917fae131d5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/67b9c917fae131d5","status":"passed","time":{"start":1706103054158,"stop":1706103054158,"duration":0}},{"uid":"3a8967c659b1f319","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3a8967c659b1f319","status":"passed","time":{"start":1706102435007,"stop":1706102435007,"duration":0}},{"uid":"9006e2f893af7564","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9006e2f893af7564","status":"passed","time":{"start":1706102331417,"stop":1706102331417,"duration":0}}]},"70d407f787e9fc9aefcab480f5f0422d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a1755ee105cd17a","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/3a1755ee105cd17a","status":"passed","time":{"start":1705518032438,"stop":1705518032438,"duration":0}}]},"8e012e1b5bc146d9afe276a1cbb76dc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5dca3d557824c32e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5dca3d557824c32e","status":"passed","time":{"start":1706103308663,"stop":1706103308663,"duration":0}}]},"e6a4407a62a23a295a32c5d48e9ab038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dcd8a578131de96","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/8dcd8a578131de96","status":"passed","time":{"start":1705577727934,"stop":1705577727935,"duration":1}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"9bbbb771c9e599a8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9bbbb771c9e599a8","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"duration":0}},{"uid":"67ff2f952dfff5e8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/67ff2f952dfff5e8","status":"passed","time":{"start":1706527705428,"stop":1706527705428,"duration":0}},{"uid":"1ca2522d977a3377","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1ca2522d977a3377","status":"passed","time":{"start":1706526721660,"stop":1706526721660,"duration":0}},{"uid":"89086c90d83153b2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/89086c90d83153b2","status":"passed","time":{"start":1706526417564,"stop":1706526417564,"duration":0}},{"uid":"f3a0683208260ec4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f3a0683208260ec4","status":"passed","time":{"start":1706526322674,"stop":1706526322674,"duration":0}},{"uid":"7f4c710d2c1b13a4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7f4c710d2c1b13a4","status":"passed","time":{"start":1706525752768,"stop":1706525752768,"duration":0}},{"uid":"a8866d5b0442905d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a8866d5b0442905d","status":"broken","statusDetails":"expected [ …(5) ] to include '/ip4/127.0.0.1/tcp/8080'","time":{"start":1706525219897,"stop":1706525219897,"duration":0}},{"uid":"afe199000e05b90","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/afe199000e05b90","status":"broken","statusDetails":"expected [ …(5) ] to include '/ip4/127.0.0.1/tcp/8080'","time":{"start":1706524780929,"stop":1706524780930,"duration":1}},{"uid":"47fb64ef7c5f23c9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/47fb64ef7c5f23c9","status":"broken","statusDetails":"expected [ …(5) ] to include '/ip4/127.0.0.1/tcp/8080'","time":{"start":1706467474878,"stop":1706467474878,"duration":0}},{"uid":"184166cccb10d95a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/184166cccb10d95a","status":"passed","time":{"start":1706322827219,"stop":1706322827220,"duration":1}},{"uid":"d1a3b8f35727713c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d1a3b8f35727713c","status":"passed","time":{"start":1706321140682,"stop":1706321140682,"duration":0}},{"uid":"425993aae0ffa44","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/425993aae0ffa44","status":"passed","time":{"start":1706244656776,"stop":1706244656776,"duration":0}},{"uid":"1c8013c394942426","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1c8013c394942426","status":"passed","time":{"start":1706242225089,"stop":1706242225089,"duration":0}},{"uid":"b764236a46b017ee","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b764236a46b017ee","status":"passed","time":{"start":1706114913330,"stop":1706114913331,"duration":1}},{"uid":"1e18ba45d8b239a8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1e18ba45d8b239a8","status":"passed","time":{"start":1706114084092,"stop":1706114084092,"duration":0}},{"uid":"1e20937e7e480646","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1e20937e7e480646","status":"passed","time":{"start":1706111558879,"stop":1706111558879,"duration":0}},{"uid":"1fd11eb103e8bc2a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1fd11eb103e8bc2a","status":"passed","time":{"start":1706111248343,"stop":1706111248343,"duration":0}},{"uid":"4a103eaf6a994b47","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4a103eaf6a994b47","status":"passed","time":{"start":1706109150502,"stop":1706109150502,"duration":0}},{"uid":"3b047ab680f596f0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3b047ab680f596f0","status":"passed","time":{"start":1706102968922,"stop":1706102968922,"duration":0}},{"uid":"1756160bcc1a58d6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1756160bcc1a58d6","status":"passed","time":{"start":1706102708601,"stop":1706102708601,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"f4c29428322301e2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f4c29428322301e2","status":"passed","time":{"start":1706528760735,"stop":1706528760736,"duration":1}},{"uid":"833753bc2f66cbad","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/833753bc2f66cbad","status":"passed","time":{"start":1706527729321,"stop":1706527729321,"duration":0}},{"uid":"9d2cf619089284db","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9d2cf619089284db","status":"passed","time":{"start":1706526744072,"stop":1706526744073,"duration":1}},{"uid":"4938ef730b769260","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4938ef730b769260","status":"passed","time":{"start":1706526440822,"stop":1706526440822,"duration":0}},{"uid":"1f38fc478744631b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1f38fc478744631b","status":"passed","time":{"start":1706526346096,"stop":1706526346096,"duration":0}},{"uid":"d26cf8728e50759c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d26cf8728e50759c","status":"passed","time":{"start":1706525774993,"stop":1706525774994,"duration":1}},{"uid":"c4670bbda61bfffa","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c4670bbda61bfffa","status":"passed","time":{"start":1706525242002,"stop":1706525242002,"duration":0}},{"uid":"16cfa3bf1f8f61be","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/16cfa3bf1f8f61be","status":"passed","time":{"start":1706524803171,"stop":1706524803171,"duration":0}},{"uid":"af89e08fce115d4e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/af89e08fce115d4e","status":"passed","time":{"start":1706467497090,"stop":1706467497091,"duration":1}},{"uid":"d3222a52905000ed","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d3222a52905000ed","status":"passed","time":{"start":1706322850086,"stop":1706322850086,"duration":0}},{"uid":"e068310f25929eaf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e068310f25929eaf","status":"passed","time":{"start":1706321162961,"stop":1706321162961,"duration":0}},{"uid":"55ea675668acbc61","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/55ea675668acbc61","status":"passed","time":{"start":1706244679263,"stop":1706244679264,"duration":1}},{"uid":"9cf6f49ee25407db","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9cf6f49ee25407db","status":"passed","time":{"start":1706242247535,"stop":1706242247535,"duration":0}},{"uid":"ead082108fbfa271","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ead082108fbfa271","status":"passed","time":{"start":1706114935939,"stop":1706114935939,"duration":0}},{"uid":"95109d2e93d1b619","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/95109d2e93d1b619","status":"passed","time":{"start":1706114106561,"stop":1706114106561,"duration":0}},{"uid":"e3bae5e9ba613494","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e3bae5e9ba613494","status":"passed","time":{"start":1706111581216,"stop":1706111581216,"duration":0}},{"uid":"28e663d64682bb02","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/28e663d64682bb02","status":"passed","time":{"start":1706111270944,"stop":1706111270944,"duration":0}},{"uid":"ffc98c44061f3398","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ffc98c44061f3398","status":"passed","time":{"start":1706109173585,"stop":1706109173585,"duration":0}},{"uid":"1038e26a2a11859b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1038e26a2a11859b","status":"passed","time":{"start":1706102991307,"stop":1706102991308,"duration":1}},{"uid":"a454606cbe3af37a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a454606cbe3af37a","status":"passed","time":{"start":1706102731124,"stop":1706102731124,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":31,"unknown":0,"total":33},"items":[{"uid":"5268aac17d1090fa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5268aac17d1090fa","status":"passed","time":{"start":1706529218502,"stop":1706529218502,"duration":0}},{"uid":"8fb1f679a78e8eee","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8fb1f679a78e8eee","status":"passed","time":{"start":1706528190562,"stop":1706528190562,"duration":0}},{"uid":"608a51cd86be93a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/608a51cd86be93a","status":"passed","time":{"start":1706527166719,"stop":1706527166722,"duration":3}},{"uid":"a0a9b01bab34a88c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a0a9b01bab34a88c","status":"passed","time":{"start":1706526866852,"stop":1706526866852,"duration":0}},{"uid":"77a0dcd6195999a4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/77a0dcd6195999a4","status":"passed","time":{"start":1706526763551,"stop":1706526763552,"duration":1}},{"uid":"13f39bc0ea6eb6a9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/13f39bc0ea6eb6a9","status":"passed","time":{"start":1706526185668,"stop":1706526185669,"duration":1}},{"uid":"747583393dfdedfc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/747583393dfdedfc","status":"passed","time":{"start":1706525658956,"stop":1706525658957,"duration":1}},{"uid":"852022083356b9dc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/852022083356b9dc","status":"passed","time":{"start":1706525242368,"stop":1706525242368,"duration":0}},{"uid":"30b774ed8c7c14df","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/30b774ed8c7c14df","status":"passed","time":{"start":1706467906874,"stop":1706467906875,"duration":1}},{"uid":"8e2f18a33ec94acc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8e2f18a33ec94acc","status":"passed","time":{"start":1706323273237,"stop":1706323273238,"duration":1}},{"uid":"afc739cac783906c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/afc739cac783906c","status":"passed","time":{"start":1706321575849,"stop":1706321575850,"duration":1}},{"uid":"2b85edf3f805bce4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2b85edf3f805bce4","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244712919,"stop":1706244712920,"duration":1}},{"uid":"c0763428db0c6811","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c0763428db0c6811","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242277682,"stop":1706242277682,"duration":0}},{"uid":"616e463968c7e787","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/616e463968c7e787","status":"passed","time":{"start":1706115384043,"stop":1706115384044,"duration":1}},{"uid":"34ab92ac72b007be","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/34ab92ac72b007be","status":"passed","time":{"start":1706114521912,"stop":1706114521912,"duration":0}},{"uid":"34acd85a92365966","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/34acd85a92365966","status":"passed","time":{"start":1706112015246,"stop":1706112015250,"duration":4}},{"uid":"90dd315858da9919","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/90dd315858da9919","status":"passed","time":{"start":1706111693393,"stop":1706111693394,"duration":1}},{"uid":"6678a32e31c18bdd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6678a32e31c18bdd","status":"passed","time":{"start":1706109609723,"stop":1706109609723,"duration":0}},{"uid":"eeea86ea9b853564","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/eeea86ea9b853564","status":"passed","time":{"start":1706103393423,"stop":1706103393423,"duration":0}},{"uid":"8d251a9fab763284","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8d251a9fab763284","status":"passed","time":{"start":1706103153294,"stop":1706103153294,"duration":0}}]},"5efa8d32ea4d05ea0a50bcd790c12838:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9842d6393c93030","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/a9842d6393c93030","status":"passed","time":{"start":1705434866487,"stop":1705434866487,"duration":0}}]},"7b946e9975fede85359b204d999b4a8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"e57ebc652d019c2f","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/e57ebc652d019c2f","status":"passed","time":{"start":1705520815476,"stop":1705520815476,"duration":0}},{"uid":"cbccf0549ac395ee","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/cbccf0549ac395ee","status":"passed","time":{"start":1705518208991,"stop":1705518208991,"duration":0}},{"uid":"dfc79a685a4b5564","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/dfc79a685a4b5564","status":"passed","time":{"start":1705518112853,"stop":1705518112853,"duration":0}},{"uid":"15ef0a93315173c4","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/15ef0a93315173c4","status":"passed","time":{"start":1705517988383,"stop":1705517988383,"duration":0}},{"uid":"e14ec2c520c189ff","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/e14ec2c520c189ff","status":"passed","time":{"start":1705508651528,"stop":1705508651528,"duration":0}},{"uid":"2abe8e8d7534269f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2abe8e8d7534269f","status":"passed","time":{"start":1705506479142,"stop":1705506479142,"duration":0}},{"uid":"86c9cd2ae85a6e2e","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/86c9cd2ae85a6e2e","status":"passed","time":{"start":1705502938681,"stop":1705502938682,"duration":1}},{"uid":"8ca47fb84dfa464f","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8ca47fb84dfa464f","status":"passed","time":{"start":1705502478104,"stop":1705502478104,"duration":0}},{"uid":"a868d362609b62","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/a868d362609b62","status":"passed","time":{"start":1705494884676,"stop":1705494884676,"duration":0}},{"uid":"6ca5a697e6c1b7a7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/6ca5a697e6c1b7a7","status":"passed","time":{"start":1705494937593,"stop":1705494937594,"duration":1}},{"uid":"36031dd1bced0f85","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/36031dd1bced0f85","status":"passed","time":{"start":1705494894074,"stop":1705494894075,"duration":1}},{"uid":"94b9616bc1a90222","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/94b9616bc1a90222","status":"passed","time":{"start":1705493458474,"stop":1705493458475,"duration":1}},{"uid":"b82ac712e4030796","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/b82ac712e4030796","status":"passed","time":{"start":1705493421080,"stop":1705493421081,"duration":1}},{"uid":"9b6f958af857ebf3","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/9b6f958af857ebf3","status":"passed","time":{"start":1705485246691,"stop":1705485246692,"duration":1}},{"uid":"977e6b74dfc0ecbb","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/977e6b74dfc0ecbb","status":"passed","time":{"start":1705485106619,"stop":1705485106619,"duration":0}},{"uid":"94ef1d4bec78d6bd","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/94ef1d4bec78d6bd","status":"passed","time":{"start":1705484353074,"stop":1705484353075,"duration":1}},{"uid":"2e0487b875a24612","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/2e0487b875a24612","status":"passed","time":{"start":1705469867093,"stop":1705469867093,"duration":0}},{"uid":"1b82a2ab45e37830","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/1b82a2ab45e37830","status":"passed","time":{"start":1705466933256,"stop":1705466933257,"duration":1}},{"uid":"d6dc786ce28ec5f8","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/d6dc786ce28ec5f8","status":"passed","time":{"start":1705435401893,"stop":1705435401894,"duration":1}},{"uid":"c9976c6a062945f0","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/c9976c6a062945f0","status":"passed","time":{"start":1705434866473,"stop":1705434866479,"duration":6}}]},"4d78b6b170e89c94d00448d05afea639:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26286c60acacb485","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/26286c60acacb485","status":"passed","time":{"start":1705572844507,"stop":1705572844508,"duration":1}}]},"0e2859a4f17e7fd1c1dd5b20efc4918f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":45,"unknown":0,"total":47},"items":[{"uid":"cf4c362f279bd89a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/cf4c362f279bd89a","status":"passed","time":{"start":1705521016429,"stop":1705521016430,"duration":1}},{"uid":"23d244f420acbe56","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/23d244f420acbe56","status":"passed","time":{"start":1705520810993,"stop":1705520810994,"duration":1}},{"uid":"62fc98ae23a059e5","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/62fc98ae23a059e5","status":"passed","time":{"start":1705520163973,"stop":1705520163974,"duration":1}},{"uid":"1aaafafcc5b737d9","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/1aaafafcc5b737d9","status":"passed","time":{"start":1705518395131,"stop":1705518395132,"duration":1}},{"uid":"32d565609c10429c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/32d565609c10429c","status":"passed","time":{"start":1705518165813,"stop":1705518165814,"duration":1}},{"uid":"a8e23dc661c34c3b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/a8e23dc661c34c3b","status":"passed","time":{"start":1705518062861,"stop":1705518062861,"duration":0}},{"uid":"64d1cabcb1996560","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/64d1cabcb1996560","status":"passed","time":{"start":1705517955329,"stop":1705517955329,"duration":0}},{"uid":"44252ba763fcb23b","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/44252ba763fcb23b","status":"passed","time":{"start":1705508621268,"stop":1705508621269,"duration":1}},{"uid":"f46b675f638e3640","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f46b675f638e3640","status":"passed","time":{"start":1705506440922,"stop":1705506440923,"duration":1}},{"uid":"2a7328a0dca50442","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/2a7328a0dca50442","status":"passed","time":{"start":1705502898658,"stop":1705502898668,"duration":10}},{"uid":"4ffab4ef24a27a53","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4ffab4ef24a27a53","status":"passed","time":{"start":1705502231191,"stop":1705502231192,"duration":1}},{"uid":"adf93aab66a4bb3b","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/adf93aab66a4bb3b","status":"passed","time":{"start":1705502434941,"stop":1705502434942,"duration":1}},{"uid":"42c5bb5648a55d87","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/42c5bb5648a55d87","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495384735,"stop":1705495384735,"duration":0}},{"uid":"95ec430129417406","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/95ec430129417406","status":"passed","time":{"start":1705494891659,"stop":1705494891660,"duration":1}},{"uid":"190deede808bf0a3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/190deede808bf0a3","status":"passed","time":{"start":1705494852278,"stop":1705494852279,"duration":1}},{"uid":"c3f487c4033622e8","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c3f487c4033622e8","status":"passed","time":{"start":1705493411431,"stop":1705493411431,"duration":0}},{"uid":"cf64d8890b7516e0","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/cf64d8890b7516e0","status":"passed","time":{"start":1705493382743,"stop":1705493382743,"duration":0}},{"uid":"b53e4a6e63e5f7ce","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/b53e4a6e63e5f7ce","status":"passed","time":{"start":1705485206006,"stop":1705485206006,"duration":0}},{"uid":"8d9644166c7b6ac4","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/8d9644166c7b6ac4","status":"passed","time":{"start":1705485065030,"stop":1705485065030,"duration":0}},{"uid":"90f2a512b7eb72d7","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/90f2a512b7eb72d7","status":"passed","time":{"start":1705484311477,"stop":1705484311477,"duration":0}}]},"ff16c01f243c63e007a6dea4fd881929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69a7269f9e0a9a0b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/69a7269f9e0a9a0b","status":"passed","time":{"start":1706077690011,"stop":1706077690012,"duration":1}}]},"61cc8d3ab18c25c91b1f0216ea31fef2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0b0b61a2304b57d","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/c0b0b61a2304b57d","status":"passed","time":{"start":1705675996735,"stop":1705675996735,"duration":0}}]},"ec51a4f20a775c1832ed7854ed083c79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"634bff53296b0e37","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/634bff53296b0e37","status":"passed","time":{"start":1705506473776,"stop":1705506473777,"duration":1}}]},"77ee96a142a4e92c7836844886fb4864:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5770467ecafc546","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/a5770467ecafc546","status":"passed","time":{"start":1705521870396,"stop":1705521870396,"duration":0}}]},"5e91ac7dd0b30ca6c935bca5a8fffc23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"4c78e0b6aed6df82","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/4c78e0b6aed6df82","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321707,"stop":1705495321708,"duration":1}}]},"7f7d0376761c67219a7d56ac226f15c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e8f5a9be7af360","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/2e8f5a9be7af360","status":"passed","time":{"start":1705525340219,"stop":1705525340219,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":85,"unknown":0,"total":90},"items":[{"uid":"b0814570852d53ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b0814570852d53ac","status":"passed","time":{"start":1706528965669,"stop":1706528965669,"duration":0}},{"uid":"ee8eef0fc8d3c72b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ee8eef0fc8d3c72b","status":"passed","time":{"start":1706527923866,"stop":1706527923866,"duration":0}},{"uid":"96e6a6c5015d80dd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/96e6a6c5015d80dd","status":"passed","time":{"start":1706526930824,"stop":1706526930825,"duration":1}},{"uid":"438d6d980e8c3f47","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/438d6d980e8c3f47","status":"passed","time":{"start":1706526632038,"stop":1706526632052,"duration":14}},{"uid":"726ae9209cd5c649","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/726ae9209cd5c649","status":"passed","time":{"start":1706526534053,"stop":1706526534053,"duration":0}},{"uid":"4ec4203eb17eee0b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4ec4203eb17eee0b","status":"passed","time":{"start":1706525958153,"stop":1706525958154,"duration":1}},{"uid":"609ef5c5aac9e742","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/609ef5c5aac9e742","status":"passed","time":{"start":1706525436680,"stop":1706525436680,"duration":0}},{"uid":"ec58d3a1a97dc201","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ec58d3a1a97dc201","status":"passed","time":{"start":1706524982414,"stop":1706524982415,"duration":1}},{"uid":"443773863c723004","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/443773863c723004","status":"passed","time":{"start":1706467678780,"stop":1706467678781,"duration":1}},{"uid":"be786d1d0b08594e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/be786d1d0b08594e","status":"passed","time":{"start":1706323040448,"stop":1706323040448,"duration":0}},{"uid":"cf4d96e2231c7316","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cf4d96e2231c7316","status":"passed","time":{"start":1706321353330,"stop":1706321353331,"duration":1}},{"uid":"f414e79f6afa5703","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f414e79f6afa5703","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244703746,"stop":1706244703746,"duration":0}},{"uid":"189cbb25dc3dddc2","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/189cbb25dc3dddc2","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242268519,"stop":1706242268520,"duration":1}},{"uid":"c082a01505553a87","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c082a01505553a87","status":"passed","time":{"start":1706115009676,"stop":1706115009676,"duration":0}},{"uid":"212aa4b5821f7c22","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/212aa4b5821f7c22","status":"passed","time":{"start":1706114292324,"stop":1706114292324,"duration":0}},{"uid":"eb4938b2101aeae2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eb4938b2101aeae2","status":"passed","time":{"start":1706111780322,"stop":1706111780323,"duration":1}},{"uid":"7c968edf536d9788","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7c968edf536d9788","status":"passed","time":{"start":1706111463984,"stop":1706111463989,"duration":5}},{"uid":"2da9280ccd06cc27","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2da9280ccd06cc27","status":"passed","time":{"start":1706109370800,"stop":1706109370801,"duration":1}},{"uid":"89e59cd8daaf1d8e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/89e59cd8daaf1d8e","status":"passed","time":{"start":1706103179124,"stop":1706103179128,"duration":4}},{"uid":"b92a16b345e22113","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b92a16b345e22113","status":"passed","time":{"start":1706102925524,"stop":1706102925525,"duration":1}}]},"27738a09e82f2ab054261c6e321595d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1da023dfd3ba3e0","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/1da023dfd3ba3e0","status":"passed","time":{"start":1705429183895,"stop":1705429183895,"duration":0}}]},"42402aa9e64480e21385594f69b22edb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa2a7b757bf6b9ab","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aa2a7b757bf6b9ab","status":"passed","time":{"start":1706103393477,"stop":1706103393477,"duration":0}}]},"ee9bf0888808101f6c76cf65fd844528:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc665d9600a43f07","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/dc665d9600a43f07","status":"passed","time":{"start":1705485095850,"stop":1705485095850,"duration":0}}]},"1841daf2263137f387431a2779a944e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"a2911ec49f5cf67b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a2911ec49f5cf67b","status":"passed","time":{"start":1706100979768,"stop":1706100979768,"duration":0}},{"uid":"7ea33586b0a624f8","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/7ea33586b0a624f8","status":"passed","time":{"start":1706100012438,"stop":1706100012438,"duration":0}},{"uid":"3aea8dbe53896ae1","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/3aea8dbe53896ae1","status":"passed","time":{"start":1706077739096,"stop":1706077739096,"duration":0}},{"uid":"6c577d6fe1bb322e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/6c577d6fe1bb322e","status":"passed","time":{"start":1706069827482,"stop":1706069827483,"duration":1}},{"uid":"dbf53b5cf4836bc9","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/dbf53b5cf4836bc9","status":"passed","time":{"start":1705950521693,"stop":1705950521693,"duration":0}},{"uid":"34dc8786b3c70de7","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/34dc8786b3c70de7","status":"passed","time":{"start":1705938343410,"stop":1705938343410,"duration":0}},{"uid":"498dc8bcb64470c6","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/498dc8bcb64470c6","status":"passed","time":{"start":1705913488244,"stop":1705913488245,"duration":1}},{"uid":"aae72dd166b583","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/aae72dd166b583","status":"passed","time":{"start":1705913034280,"stop":1705913034280,"duration":0}},{"uid":"3547fa7839f28533","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/3547fa7839f28533","status":"passed","time":{"start":1705912407151,"stop":1705912407151,"duration":0}},{"uid":"a5466c130404eb8c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a5466c130404eb8c","status":"passed","time":{"start":1705911588813,"stop":1705911588813,"duration":0}},{"uid":"254639e6f7696693","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/254639e6f7696693","status":"passed","time":{"start":1705698799125,"stop":1705698799125,"duration":0}},{"uid":"f3e805caead9e5b4","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/f3e805caead9e5b4","status":"passed","time":{"start":1705687522381,"stop":1705687522381,"duration":0}},{"uid":"757f4df8b526bec2","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/757f4df8b526bec2","status":"passed","time":{"start":1705687430764,"stop":1705687430764,"duration":0}},{"uid":"f4c931def2018b34","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/f4c931def2018b34","status":"passed","time":{"start":1705678121502,"stop":1705678121503,"duration":1}},{"uid":"e79ed3e0acbfdfc3","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/e79ed3e0acbfdfc3","status":"passed","time":{"start":1705678046322,"stop":1705678046322,"duration":0}},{"uid":"f149a86a353030f0","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/f149a86a353030f0","status":"passed","time":{"start":1705677908058,"stop":1705677908058,"duration":0}},{"uid":"4cbff8ee9f06fc9a","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/4cbff8ee9f06fc9a","status":"passed","time":{"start":1705677463262,"stop":1705677463262,"duration":0}},{"uid":"78dfe738aa79d690","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/78dfe738aa79d690","status":"passed","time":{"start":1705676052725,"stop":1705676052725,"duration":0}},{"uid":"7869edd8d4104881","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/7869edd8d4104881","status":"passed","time":{"start":1705675474647,"stop":1705675474647,"duration":0}},{"uid":"37e9a69ac790a7dc","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/37e9a69ac790a7dc","status":"passed","time":{"start":1705670338398,"stop":1705670338399,"duration":1}}]},"d359b0a9ca11d488fff1aac91efbae52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99321d8353a2c2d3","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/99321d8353a2c2d3","status":"passed","time":{"start":1705485238756,"stop":1705485238756,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"3322a3d9b6037712","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3322a3d9b6037712","status":"passed","time":{"start":1706529213426,"stop":1706529213427,"duration":1}},{"uid":"ee523446805a7ba5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ee523446805a7ba5","status":"passed","time":{"start":1706528190995,"stop":1706528190996,"duration":1}},{"uid":"1f378ad3e82e69cc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1f378ad3e82e69cc","status":"passed","time":{"start":1706527073925,"stop":1706527073926,"duration":1}},{"uid":"e878e2d480121216","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e878e2d480121216","status":"passed","time":{"start":1706526771986,"stop":1706526771986,"duration":0}},{"uid":"3fd96921f30aa68a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3fd96921f30aa68a","status":"passed","time":{"start":1706526678869,"stop":1706526678869,"duration":0}},{"uid":"6b778318d220b221","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6b778318d220b221","status":"passed","time":{"start":1706526118987,"stop":1706526118987,"duration":0}},{"uid":"49e51d5e957926b3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/49e51d5e957926b3","status":"passed","time":{"start":1706525578823,"stop":1706525578823,"duration":0}},{"uid":"5559c6509bb37f4b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5559c6509bb37f4b","status":"passed","time":{"start":1706525215565,"stop":1706525215566,"duration":1}},{"uid":"dca1d6c5b21bce02","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dca1d6c5b21bce02","status":"passed","time":{"start":1706467823857,"stop":1706467823857,"duration":0}},{"uid":"a3c0e9ceef81344f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a3c0e9ceef81344f","status":"passed","time":{"start":1706323200731,"stop":1706323200731,"duration":0}},{"uid":"3713774925b26530","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3713774925b26530","status":"passed","time":{"start":1706321464243,"stop":1706321464243,"duration":0}},{"uid":"6e62eacae3d8d6df","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/6e62eacae3d8d6df","status":"passed","time":{"start":1706244759798,"stop":1706244759798,"duration":0}},{"uid":"235e26bc8e0bfebf","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/235e26bc8e0bfebf","status":"passed","time":{"start":1706242311077,"stop":1706242311077,"duration":0}},{"uid":"9338ba27c2f98bde","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9338ba27c2f98bde","status":"passed","time":{"start":1706115275217,"stop":1706115275217,"duration":0}},{"uid":"93c3f12da4317f70","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/93c3f12da4317f70","status":"passed","time":{"start":1706114443293,"stop":1706114443293,"duration":0}},{"uid":"eea14839a6722f76","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eea14839a6722f76","status":"passed","time":{"start":1706111903916,"stop":1706111903917,"duration":1}},{"uid":"b06d9bc87f30ffef","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b06d9bc87f30ffef","status":"passed","time":{"start":1706111606545,"stop":1706111606545,"duration":0}},{"uid":"36c2006f818ea730","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/36c2006f818ea730","status":"passed","time":{"start":1706109519396,"stop":1706109519396,"duration":0}},{"uid":"65aa3ba72b8019dd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/65aa3ba72b8019dd","status":"passed","time":{"start":1706103297422,"stop":1706103297423,"duration":1}},{"uid":"5941a506248fb96d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5941a506248fb96d","status":"passed","time":{"start":1706103044800,"stop":1706103044801,"duration":1}}]},"63e09eba6645b0167a164e98fc9b5ac5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"455801131f15d06e","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/455801131f15d06e","status":"passed","time":{"start":1705431083114,"stop":1705431083115,"duration":1}}]},"56f16f5e0bbe9e83e1b03a88e2f0dfda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13fcbf03b06a12a3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/13fcbf03b06a12a3","status":"passed","time":{"start":1706100012440,"stop":1706100012441,"duration":1}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":1,"passed":129,"unknown":0,"total":132},"items":[{"uid":"c3c868ca51668396","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c3c868ca51668396","status":"passed","time":{"start":1706529268049,"stop":1706529268050,"duration":1}},{"uid":"a65a1b7204e98169","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a65a1b7204e98169","status":"passed","time":{"start":1706528227155,"stop":1706528227155,"duration":0}},{"uid":"a964dab26bf07261","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a964dab26bf07261","status":"passed","time":{"start":1706527190760,"stop":1706527190760,"duration":0}},{"uid":"a737e136c3fd1833","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a737e136c3fd1833","status":"passed","time":{"start":1706526900149,"stop":1706526900150,"duration":1}},{"uid":"dbb0b3092cacbb24","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/dbb0b3092cacbb24","status":"passed","time":{"start":1706526805104,"stop":1706526805105,"duration":1}},{"uid":"34e19bae8b64342c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/34e19bae8b64342c","status":"passed","time":{"start":1706526239671,"stop":1706526239671,"duration":0}},{"uid":"548cc45ccf618a34","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/548cc45ccf618a34","status":"passed","time":{"start":1706525701050,"stop":1706525701051,"duration":1}},{"uid":"5ec7647bea37153f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5ec7647bea37153f","status":"passed","time":{"start":1706525290653,"stop":1706525290653,"duration":0}},{"uid":"dc40fc2e5bbd8478","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dc40fc2e5bbd8478","status":"passed","time":{"start":1706467928027,"stop":1706467928028,"duration":1}},{"uid":"fe185be5047e9098","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fe185be5047e9098","status":"passed","time":{"start":1706323327238,"stop":1706323327238,"duration":0}},{"uid":"ee7ef0dc3f5d81ba","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ee7ef0dc3f5d81ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449218,"stop":1706321449218,"duration":0}},{"uid":"3e22e38a8e620468","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3e22e38a8e620468","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244782753,"stop":1706244782753,"duration":0}},{"uid":"b1df990a6426e4e1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b1df990a6426e4e1","status":"passed","time":{"start":1706115400173,"stop":1706115400173,"duration":0}},{"uid":"60f2e7c4339df8ec","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/60f2e7c4339df8ec","status":"passed","time":{"start":1706114546365,"stop":1706114546365,"duration":0}},{"uid":"d5997103df9d938c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d5997103df9d938c","status":"passed","time":{"start":1706112015689,"stop":1706112015689,"duration":0}},{"uid":"8bdb4b8d80df60f0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8bdb4b8d80df60f0","status":"passed","time":{"start":1706111736265,"stop":1706111736265,"duration":0}},{"uid":"961b247c1777fa1a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/961b247c1777fa1a","status":"passed","time":{"start":1706109647596,"stop":1706109647596,"duration":0}},{"uid":"28572b9d3e36b44d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/28572b9d3e36b44d","status":"passed","time":{"start":1706103431918,"stop":1706103431919,"duration":1}},{"uid":"5a5aa638738f6d0f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5a5aa638738f6d0f","status":"passed","time":{"start":1706103172405,"stop":1706103172405,"duration":0}},{"uid":"a5482626e60d96d6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a5482626e60d96d6","status":"passed","time":{"start":1706102539676,"stop":1706102539677,"duration":1}}]},"5efabfa7b2ddbffd9a06446ba1eb9bee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":45,"unknown":0,"total":45},"items":[{"uid":"c138eabac5f0bc76","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c138eabac5f0bc76","status":"passed","time":{"start":1705521140307,"stop":1705521140307,"duration":0}},{"uid":"830de2b2380c2639","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/830de2b2380c2639","status":"passed","time":{"start":1705520883421,"stop":1705520883422,"duration":1}},{"uid":"719c7077de268a81","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/719c7077de268a81","status":"passed","time":{"start":1705520300894,"stop":1705520300895,"duration":1}},{"uid":"4e40fae2256ec301","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/4e40fae2256ec301","status":"passed","time":{"start":1705518525968,"stop":1705518525968,"duration":0}},{"uid":"d4e0c5127a31ed6d","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/d4e0c5127a31ed6d","status":"passed","time":{"start":1705518246814,"stop":1705518246814,"duration":0}},{"uid":"23f9d09f2cb97b27","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/23f9d09f2cb97b27","status":"passed","time":{"start":1705518140991,"stop":1705518140992,"duration":1}},{"uid":"467b0a3625f958b3","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/467b0a3625f958b3","status":"passed","time":{"start":1705518032432,"stop":1705518032432,"duration":0}},{"uid":"bc7b973c9150206b","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/bc7b973c9150206b","status":"passed","time":{"start":1705508700817,"stop":1705508700818,"duration":1}},{"uid":"bcae5c1ed2c4d1a3","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/bcae5c1ed2c4d1a3","status":"passed","time":{"start":1705506512663,"stop":1705506512664,"duration":1}},{"uid":"303f749f3862fb93","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/303f749f3862fb93","status":"passed","time":{"start":1705502966523,"stop":1705502966523,"duration":0}},{"uid":"a180434bdaf72643","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/a180434bdaf72643","status":"passed","time":{"start":1705502370733,"stop":1705502370734,"duration":1}},{"uid":"83eeb72e3adfb484","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/83eeb72e3adfb484","status":"passed","time":{"start":1705502517778,"stop":1705502517778,"duration":0}},{"uid":"f37ff5e6abc65cc0","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f37ff5e6abc65cc0","status":"passed","time":{"start":1705495321703,"stop":1705495321703,"duration":0}},{"uid":"2db21c92071fa0f7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/2db21c92071fa0f7","status":"passed","time":{"start":1705494975699,"stop":1705494975699,"duration":0}},{"uid":"be78e062356624d9","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/be78e062356624d9","status":"passed","time":{"start":1705494930765,"stop":1705494930765,"duration":0}},{"uid":"f02a15bfd2aac53f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f02a15bfd2aac53f","status":"passed","time":{"start":1705493496385,"stop":1705493496386,"duration":1}},{"uid":"358b8341276c85e8","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/358b8341276c85e8","status":"passed","time":{"start":1705493451256,"stop":1705493451256,"duration":0}},{"uid":"84568540b06a218f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/84568540b06a218f","status":"passed","time":{"start":1705485279310,"stop":1705485279310,"duration":0}},{"uid":"6423664d7dd87062","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6423664d7dd87062","status":"passed","time":{"start":1705485136812,"stop":1705485136813,"duration":1}},{"uid":"4555898af9d97d7c","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/4555898af9d97d7c","status":"passed","time":{"start":1705484392940,"stop":1705484392940,"duration":0}}]},"eef6a4998aaa39d987bfbd2a6dfa3861:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89958fe4deba6615","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/89958fe4deba6615","status":"passed","time":{"start":1705502928529,"stop":1705502928530,"duration":1}}]},"8cbc6f3d0a56834133af6ae38f85f005:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50a3b7957f662688","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/50a3b7957f662688","status":"passed","time":{"start":1705667880818,"stop":1705667880819,"duration":1}}]},"7fe11d43eb4ec55e6e32d41d0e4f1b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"286b3b321fad31a1","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/286b3b321fad31a1","status":"passed","time":{"start":1705584465045,"stop":1705584465046,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"50414e2d85b2dbf1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/50414e2d85b2dbf1","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"duration":0}},{"uid":"fa73890337ac23d4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fa73890337ac23d4","status":"passed","time":{"start":1706528357114,"stop":1706528357114,"duration":0}},{"uid":"247ed324e7156a25","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/247ed324e7156a25","status":"passed","time":{"start":1706527326699,"stop":1706527326699,"duration":0}},{"uid":"33b257147631ded0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/33b257147631ded0","status":"passed","time":{"start":1706527049801,"stop":1706527049801,"duration":0}},{"uid":"8470cfe43fdd4d8c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8470cfe43fdd4d8c","status":"passed","time":{"start":1706526961449,"stop":1706526961450,"duration":1}},{"uid":"49050f0526516792","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/49050f0526516792","status":"passed","time":{"start":1706526404288,"stop":1706526404288,"duration":0}},{"uid":"25097df9bb17a14c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/25097df9bb17a14c","status":"passed","time":{"start":1706525849963,"stop":1706525849964,"duration":1}},{"uid":"56741426b8c97dd8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/56741426b8c97dd8","status":"passed","time":{"start":1706525432955,"stop":1706525432955,"duration":0}},{"uid":"e4f89f2ca129488d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e4f89f2ca129488d","status":"passed","time":{"start":1706468114355,"stop":1706468114355,"duration":0}},{"uid":"fe1cf9c99e3f55a9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fe1cf9c99e3f55a9","status":"passed","time":{"start":1706323469656,"stop":1706323469656,"duration":0}},{"uid":"4ecbc577e45d66ad","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4ecbc577e45d66ad","status":"passed","time":{"start":1706321771798,"stop":1706321771798,"duration":0}},{"uid":"2fea5327f7ec705f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2fea5327f7ec705f","status":"passed","time":{"start":1706115542402,"stop":1706115542402,"duration":0}},{"uid":"dade79b2a43299ac","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dade79b2a43299ac","status":"passed","time":{"start":1706114725925,"stop":1706114725925,"duration":0}},{"uid":"453767c6acc99700","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/453767c6acc99700","status":"passed","time":{"start":1706112199272,"stop":1706112199272,"duration":0}},{"uid":"132a14e46a666ff0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/132a14e46a666ff0","status":"passed","time":{"start":1706111893744,"stop":1706111893744,"duration":0}},{"uid":"4c9c6a053a9342ec","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4c9c6a053a9342ec","status":"passed","time":{"start":1706109796558,"stop":1706109796558,"duration":0}},{"uid":"bc644fd0507a2a19","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bc644fd0507a2a19","status":"passed","time":{"start":1706103557159,"stop":1706103557159,"duration":0}},{"uid":"8138972bf8b6498c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8138972bf8b6498c","status":"passed","time":{"start":1706103365811,"stop":1706103365811,"duration":0}},{"uid":"93b10bde2c56d4ed","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/93b10bde2c56d4ed","status":"passed","time":{"start":1706102701057,"stop":1706102701057,"duration":0}},{"uid":"bfa7000bb9f6c31a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bfa7000bb9f6c31a","status":"passed","time":{"start":1706102579565,"stop":1706102579565,"duration":0}}]},"6dd5827641afb5db701b249ca5a79b7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3a09b74173808c5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e3a09b74173808c5","status":"passed","time":{"start":1706321713089,"stop":1706321713089,"duration":0}}]},"167d4c78a057d55890fe9053e50a6e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bf21be0622a236d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4bf21be0622a236d","status":"passed","time":{"start":1706529367482,"stop":1706529367483,"duration":1}}]},"d89525ab880f9a8db76d8c43b1e85cf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff15f8bedd5107ea","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/ff15f8bedd5107ea","status":"passed","time":{"start":1705525514772,"stop":1705525514773,"duration":1}}]},"eaba98e99860d7d4906798b2866037f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59f5373289458f63","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/59f5373289458f63","status":"passed","time":{"start":1706525825286,"stop":1706525825287,"duration":1}}]},"94f2e54e01ac48fc35b776e53e89a4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d27968e919fa6f0","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/6d27968e919fa6f0","status":"passed","time":{"start":1705678076936,"stop":1705678076937,"duration":1}}]},"47f6c6a98817ed31818641a1bf79dd98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8a3481fe0877399","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d8a3481fe0877399","status":"passed","time":{"start":1706528339940,"stop":1706528339941,"duration":1}}]},"3ac6cb12a2d234594ea660e3767f94ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2a69259a458149a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f2a69259a458149a","status":"passed","time":{"start":1706524982425,"stop":1706524982426,"duration":1}}]},"302f076633a97ebee5c311c43e027a16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2668c3a2c2ca448a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2668c3a2c2ca448a","status":"passed","time":{"start":1705912964619,"stop":1705912964620,"duration":1}}]},"f0baa0288482f26661d1a73fa91ef557:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"617ce6d27fe55a3","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/617ce6d27fe55a3","status":"passed","time":{"start":1705521327106,"stop":1705521327107,"duration":1}}]},"1f12862fa9ec1201d1b0a1b137bfcaec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9df3cc6ebfd5712","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/f9df3cc6ebfd5712","status":"passed","time":{"start":1705426906966,"stop":1705426906966,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"b74ec45885e4ad63","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b74ec45885e4ad63","status":"passed","time":{"start":1706529395064,"stop":1706529395065,"duration":1}},{"uid":"4c495feb7e0c8939","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4c495feb7e0c8939","status":"passed","time":{"start":1706528358750,"stop":1706528358751,"duration":1}},{"uid":"df9f1cac102f54f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/df9f1cac102f54f","status":"passed","time":{"start":1706527285973,"stop":1706527285973,"duration":0}},{"uid":"6fe93567e283052e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6fe93567e283052e","status":"passed","time":{"start":1706527028623,"stop":1706527028623,"duration":0}},{"uid":"389903c3ea43f5d3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/389903c3ea43f5d3","status":"passed","time":{"start":1706526935248,"stop":1706526935248,"duration":0}},{"uid":"ef32245ba641b7b9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef32245ba641b7b9","status":"passed","time":{"start":1706526371057,"stop":1706526371058,"duration":1}},{"uid":"9bbbd63ffebba465","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9bbbd63ffebba465","status":"passed","time":{"start":1706525823076,"stop":1706525823077,"duration":1}},{"uid":"f886c5995ee321ac","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f886c5995ee321ac","status":"passed","time":{"start":1706525412644,"stop":1706525412644,"duration":0}},{"uid":"7814f13d0fe44cd3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7814f13d0fe44cd3","status":"passed","time":{"start":1706468076198,"stop":1706468076199,"duration":1}},{"uid":"e356c4a68a4fd99","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e356c4a68a4fd99","status":"passed","time":{"start":1706323445947,"stop":1706323445948,"duration":1}},{"uid":"e2531b678431f69b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e2531b678431f69b","status":"passed","time":{"start":1706321706181,"stop":1706321706181,"duration":0}},{"uid":"a8bb371305ab7a51","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a8bb371305ab7a51","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932807,"stop":1706244932807,"duration":0}},{"uid":"e23d8900aefe31b3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e23d8900aefe31b3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486084,"stop":1706242486084,"duration":0}},{"uid":"23fe0135e00a3be7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/23fe0135e00a3be7","status":"passed","time":{"start":1706115514823,"stop":1706115514823,"duration":0}},{"uid":"fa38b6eab7ef4e53","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fa38b6eab7ef4e53","status":"passed","time":{"start":1706114699436,"stop":1706114699437,"duration":1}},{"uid":"647a36505bdd3032","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/647a36505bdd3032","status":"passed","time":{"start":1706112167445,"stop":1706112167446,"duration":1}},{"uid":"aa3af14ab146bfd8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/aa3af14ab146bfd8","status":"passed","time":{"start":1706111851818,"stop":1706111851822,"duration":4}},{"uid":"640e930dcbf82dbd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/640e930dcbf82dbd","status":"passed","time":{"start":1706109770211,"stop":1706109770212,"duration":1}},{"uid":"2c1e94e65c024f34","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2c1e94e65c024f34","status":"passed","time":{"start":1706103489246,"stop":1706103489247,"duration":1}},{"uid":"e461f96f1df4e1fb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e461f96f1df4e1fb","status":"passed","time":{"start":1706103311681,"stop":1706103311681,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":85,"unknown":0,"total":89},"items":[{"uid":"61d0fda75d104c7c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/61d0fda75d104c7c","status":"passed","time":{"start":1706528851375,"stop":1706528851376,"duration":1}},{"uid":"b4991a7ed4fb92b3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b4991a7ed4fb92b3","status":"passed","time":{"start":1706527824196,"stop":1706527824196,"duration":0}},{"uid":"dd6f4efd1183dcc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dd6f4efd1183dcc","status":"passed","time":{"start":1706526834957,"stop":1706526834958,"duration":1}},{"uid":"969c389240f978cc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/969c389240f978cc","status":"passed","time":{"start":1706526535008,"stop":1706526535009,"duration":1}},{"uid":"76962158a25eaaec","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/76962158a25eaaec","status":"passed","time":{"start":1706526444476,"stop":1706526444476,"duration":0}},{"uid":"23fb05b3fa289f17","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/23fb05b3fa289f17","status":"passed","time":{"start":1706525868576,"stop":1706525868576,"duration":0}},{"uid":"99b1083a19b1c5f9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/99b1083a19b1c5f9","status":"passed","time":{"start":1706525336014,"stop":1706525336015,"duration":1}},{"uid":"43b117188dac42f9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/43b117188dac42f9","status":"passed","time":{"start":1706524893163,"stop":1706524893164,"duration":1}},{"uid":"7660fe4cb1aab620","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7660fe4cb1aab620","status":"passed","time":{"start":1706467588094,"stop":1706467588094,"duration":0}},{"uid":"e67994bf19900372","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e67994bf19900372","status":"passed","time":{"start":1706322942290,"stop":1706322942292,"duration":2}},{"uid":"63730addf993dc81","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/63730addf993dc81","status":"passed","time":{"start":1706321258739,"stop":1706321258741,"duration":2}},{"uid":"c149d9e3c0aad2b6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c149d9e3c0aad2b6","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244704829,"stop":1706244704830,"duration":1}},{"uid":"de3cd050f5aa6545","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/de3cd050f5aa6545","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242269260,"stop":1706242269261,"duration":1}},{"uid":"f1e712b0e4027a4a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f1e712b0e4027a4a","status":"passed","time":{"start":1706115030712,"stop":1706115030713,"duration":1}},{"uid":"e050be907951f4eb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e050be907951f4eb","status":"passed","time":{"start":1706114200931,"stop":1706114200932,"duration":1}},{"uid":"2df94c6c0c0291b5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2df94c6c0c0291b5","status":"passed","time":{"start":1706111673817,"stop":1706111673817,"duration":0}},{"uid":"624ba58171c331a2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/624ba58171c331a2","status":"passed","time":{"start":1706111361506,"stop":1706111361507,"duration":1}},{"uid":"24195ebc65b3f552","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/24195ebc65b3f552","status":"passed","time":{"start":1706109265209,"stop":1706109265210,"duration":1}},{"uid":"ec3c3d762616ac28","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ec3c3d762616ac28","status":"passed","time":{"start":1706103084486,"stop":1706103084487,"duration":1}},{"uid":"74e8a0d3e3fcf69a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/74e8a0d3e3fcf69a","status":"passed","time":{"start":1706102823112,"stop":1706102823113,"duration":1}}]},"89f516ec224b925022dcc8339929c530:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"e9458428ca09b19b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/e9458428ca09b19b","status":"passed","time":{"start":1706100979749,"stop":1706100979749,"duration":0}},{"uid":"a2f172a7f63f10ce","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a2f172a7f63f10ce","status":"passed","time":{"start":1706100012409,"stop":1706100012409,"duration":0}},{"uid":"485ee98146e23aa9","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/485ee98146e23aa9","status":"passed","time":{"start":1706077739068,"stop":1706077739068,"duration":0}},{"uid":"ffbdbb5dcafaef64","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/ffbdbb5dcafaef64","status":"passed","time":{"start":1706069827460,"stop":1706069827461,"duration":1}},{"uid":"cf869be0b70e4cb4","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/cf869be0b70e4cb4","status":"passed","time":{"start":1705950521648,"stop":1705950521658,"duration":10}},{"uid":"2629a19b0f6b2708","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/2629a19b0f6b2708","status":"passed","time":{"start":1705938343365,"stop":1705938343365,"duration":0}},{"uid":"def11a3df6969b06","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/def11a3df6969b06","status":"passed","time":{"start":1705913488210,"stop":1705913488211,"duration":1}},{"uid":"55ccf8c53b736b63","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/55ccf8c53b736b63","status":"passed","time":{"start":1705913034258,"stop":1705913034259,"duration":1}},{"uid":"6175b05238be19f4","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6175b05238be19f4","status":"passed","time":{"start":1705912407118,"stop":1705912407118,"duration":0}},{"uid":"b11be0e46279e969","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b11be0e46279e969","status":"passed","time":{"start":1705911588786,"stop":1705911588786,"duration":0}},{"uid":"53d05b418743fc56","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/53d05b418743fc56","status":"passed","time":{"start":1705698799097,"stop":1705698799101,"duration":4}},{"uid":"773de2be7266340e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/773de2be7266340e","status":"passed","time":{"start":1705687522357,"stop":1705687522358,"duration":1}},{"uid":"1e6c54f284ddd866","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1e6c54f284ddd866","status":"passed","time":{"start":1705687430725,"stop":1705687430726,"duration":1}},{"uid":"4b8f3b3588609dc1","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4b8f3b3588609dc1","status":"passed","time":{"start":1705678121456,"stop":1705678121456,"duration":0}},{"uid":"540599b6d36ac022","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/540599b6d36ac022","status":"passed","time":{"start":1705678046301,"stop":1705678046302,"duration":1}},{"uid":"8c29144da0404f7","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/8c29144da0404f7","status":"passed","time":{"start":1705677908043,"stop":1705677908044,"duration":1}},{"uid":"8424c0a5ff1e1cea","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/8424c0a5ff1e1cea","status":"passed","time":{"start":1705677463209,"stop":1705677463209,"duration":0}},{"uid":"c1b9a4f5f62b1e10","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/c1b9a4f5f62b1e10","status":"passed","time":{"start":1705676052691,"stop":1705676052691,"duration":0}},{"uid":"61ba5bc1ca8f025d","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/61ba5bc1ca8f025d","status":"passed","time":{"start":1705675474632,"stop":1705675474632,"duration":0}},{"uid":"4f706b211511c9ac","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/4f706b211511c9ac","status":"passed","time":{"start":1705670338384,"stop":1705670338385,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"519c449bb153725b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/519c449bb153725b","status":"passed","time":{"start":1706528759261,"stop":1706528759262,"duration":1}},{"uid":"a1659a9a2ad282d6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a1659a9a2ad282d6","status":"passed","time":{"start":1706527727891,"stop":1706527727892,"duration":1}},{"uid":"ba8c249d1a8ffeeb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ba8c249d1a8ffeeb","status":"passed","time":{"start":1706526742700,"stop":1706526742701,"duration":1}},{"uid":"5fdebfd9b6bb5816","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5fdebfd9b6bb5816","status":"passed","time":{"start":1706526439384,"stop":1706526439384,"duration":0}},{"uid":"c9eeb0e12cdfe1ef","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c9eeb0e12cdfe1ef","status":"passed","time":{"start":1706526344613,"stop":1706526344613,"duration":0}},{"uid":"820e8c9ad6e31e4e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/820e8c9ad6e31e4e","status":"passed","time":{"start":1706525773633,"stop":1706525773633,"duration":0}},{"uid":"69ec0be1e9edbdfd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/69ec0be1e9edbdfd","status":"passed","time":{"start":1706525240746,"stop":1706525240747,"duration":1}},{"uid":"31de8c0ecb002267","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/31de8c0ecb002267","status":"passed","time":{"start":1706524801895,"stop":1706524801896,"duration":1}},{"uid":"4df24eebb8ce4c46","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4df24eebb8ce4c46","status":"passed","time":{"start":1706467495727,"stop":1706467495727,"duration":0}},{"uid":"c15afba30b7231a6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c15afba30b7231a6","status":"passed","time":{"start":1706322848716,"stop":1706322848716,"duration":0}},{"uid":"92ef8d8f23366a5b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/92ef8d8f23366a5b","status":"passed","time":{"start":1706321161660,"stop":1706321161660,"duration":0}},{"uid":"a3cf03a8942a5ee2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a3cf03a8942a5ee2","status":"passed","time":{"start":1706244677916,"stop":1706244677916,"duration":0}},{"uid":"dc4705592b8b3885","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/dc4705592b8b3885","status":"passed","time":{"start":1706242246178,"stop":1706242246178,"duration":0}},{"uid":"b39a64f2533d66d1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b39a64f2533d66d1","status":"passed","time":{"start":1706114934609,"stop":1706114934610,"duration":1}},{"uid":"6f23f54dcec381aa","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6f23f54dcec381aa","status":"passed","time":{"start":1706114105268,"stop":1706114105269,"duration":1}},{"uid":"552af399ac7c380","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/552af399ac7c380","status":"passed","time":{"start":1706111580034,"stop":1706111580035,"duration":1}},{"uid":"c27c4647f485483f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c27c4647f485483f","status":"passed","time":{"start":1706111269583,"stop":1706111269583,"duration":0}},{"uid":"ccf3b8c4ac8cb109","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ccf3b8c4ac8cb109","status":"passed","time":{"start":1706109171958,"stop":1706109171958,"duration":0}},{"uid":"fec6aba096fca22","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fec6aba096fca22","status":"passed","time":{"start":1706102989929,"stop":1706102989929,"duration":0}},{"uid":"550d1e8be5529ba4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/550d1e8be5529ba4","status":"passed","time":{"start":1706102729749,"stop":1706102729750,"duration":1}}]},"581857a8079d89ad8b601d730bb355a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d73882206aecbac5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d73882206aecbac5","status":"passed","time":{"start":1705687367140,"stop":1705687367140,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":88,"unknown":0,"total":89},"items":[{"uid":"7ec2a3f4cddc0c40","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ec2a3f4cddc0c40","status":"passed","time":{"start":1706528812085,"stop":1706528812086,"duration":1}},{"uid":"2ce8e1f263cbc963","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2ce8e1f263cbc963","status":"passed","time":{"start":1706527784297,"stop":1706527784298,"duration":1}},{"uid":"ededc45527bec5b8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ededc45527bec5b8","status":"passed","time":{"start":1706526795464,"stop":1706526795464,"duration":0}},{"uid":"6bd71f0708bb1437","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6bd71f0708bb1437","status":"passed","time":{"start":1706526493514,"stop":1706526493514,"duration":0}},{"uid":"3160e528fe75483a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3160e528fe75483a","status":"passed","time":{"start":1706526398846,"stop":1706526398846,"duration":0}},{"uid":"5c7d91bedbdd4682","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5c7d91bedbdd4682","status":"passed","time":{"start":1706525824438,"stop":1706525824438,"duration":0}},{"uid":"f686e5940eec8086","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f686e5940eec8086","status":"passed","time":{"start":1706525296098,"stop":1706525296099,"duration":1}},{"uid":"a885e1f38dd4bb66","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a885e1f38dd4bb66","status":"passed","time":{"start":1706524850482,"stop":1706524850482,"duration":0}},{"uid":"944b2643fbf5a8e0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/944b2643fbf5a8e0","status":"passed","time":{"start":1706467549224,"stop":1706467549225,"duration":1}},{"uid":"2fc24c554cf869d8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2fc24c554cf869d8","status":"passed","time":{"start":1706322907600,"stop":1706322907600,"duration":0}},{"uid":"7b35eef527ba56e0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7b35eef527ba56e0","status":"passed","time":{"start":1706321214828,"stop":1706321214828,"duration":0}},{"uid":"d424c28ef24f839c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d424c28ef24f839c","status":"passed","time":{"start":1706114983182,"stop":1706114983182,"duration":0}},{"uid":"4efa7cd7c073d9a0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4efa7cd7c073d9a0","status":"passed","time":{"start":1706114158945,"stop":1706114158946,"duration":1}},{"uid":"81d6356b569e4b36","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/81d6356b569e4b36","status":"passed","time":{"start":1706111630977,"stop":1706111630977,"duration":0}},{"uid":"1b4e44541cf6a870","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1b4e44541cf6a870","status":"passed","time":{"start":1706111322393,"stop":1706111322393,"duration":0}},{"uid":"7c24c4be2e54974b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7c24c4be2e54974b","status":"passed","time":{"start":1706109226572,"stop":1706109226573,"duration":1}},{"uid":"cd677162d3b2b6c4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cd677162d3b2b6c4","status":"passed","time":{"start":1706103040613,"stop":1706103040613,"duration":0}},{"uid":"7e894e493f3a9586","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7e894e493f3a9586","status":"passed","time":{"start":1706102783698,"stop":1706102783698,"duration":0}},{"uid":"33eb0811ae53451e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/33eb0811ae53451e","status":"passed","time":{"start":1706102142032,"stop":1706102142033,"duration":1}},{"uid":"c5ee4d4422a9a8c0","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c5ee4d4422a9a8c0","status":"passed","time":{"start":1706102015075,"stop":1706102015075,"duration":0}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"c4c8d71d50388e3f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c4c8d71d50388e3f","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0}},{"uid":"9f3b35e1b8e22139","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9f3b35e1b8e22139","status":"passed","time":{"start":1706527721483,"stop":1706527721483,"duration":0}},{"uid":"b09e2eaf9ce781bb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b09e2eaf9ce781bb","status":"passed","time":{"start":1706526736328,"stop":1706526736328,"duration":0}},{"uid":"5babad3a2887804f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5babad3a2887804f","status":"passed","time":{"start":1706526433120,"stop":1706526433120,"duration":0}},{"uid":"ad2ca71393f0993c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ad2ca71393f0993c","status":"passed","time":{"start":1706526338331,"stop":1706526338332,"duration":1}},{"uid":"df743a0a87cc3ef2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/df743a0a87cc3ef2","status":"passed","time":{"start":1706525767349,"stop":1706525767349,"duration":0}},{"uid":"db00253a6a5b5339","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/db00253a6a5b5339","status":"passed","time":{"start":1706525234333,"stop":1706525234333,"duration":0}},{"uid":"a2e3cb07d27e366c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a2e3cb07d27e366c","status":"passed","time":{"start":1706524795499,"stop":1706524795499,"duration":0}},{"uid":"c28e7f0080ddd129","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c28e7f0080ddd129","status":"passed","time":{"start":1706467489456,"stop":1706467489457,"duration":1}},{"uid":"ed8f66ce0470523b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ed8f66ce0470523b","status":"passed","time":{"start":1706322842263,"stop":1706322842263,"duration":0}},{"uid":"b85ab72afefabeee","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b85ab72afefabeee","status":"passed","time":{"start":1706321155285,"stop":1706321155286,"duration":1}},{"uid":"ae5762c3ff5b93e2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ae5762c3ff5b93e2","status":"passed","time":{"start":1706244671448,"stop":1706244671448,"duration":0}},{"uid":"5244fc33a678bf29","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5244fc33a678bf29","status":"passed","time":{"start":1706242239780,"stop":1706242239780,"duration":0}},{"uid":"3a6e2f07d31b51d6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3a6e2f07d31b51d6","status":"passed","time":{"start":1706114928160,"stop":1706114928161,"duration":1}},{"uid":"ead021c710cb55b8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ead021c710cb55b8","status":"passed","time":{"start":1706114098849,"stop":1706114098849,"duration":0}},{"uid":"9808bb7537a7b752","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9808bb7537a7b752","status":"passed","time":{"start":1706111573572,"stop":1706111573572,"duration":0}},{"uid":"51d74c187324e821","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/51d74c187324e821","status":"passed","time":{"start":1706111263114,"stop":1706111263114,"duration":0}},{"uid":"1f70c8a13c9ccc19","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1f70c8a13c9ccc19","status":"passed","time":{"start":1706109165545,"stop":1706109165545,"duration":0}},{"uid":"a3f67b582b6b1b3c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a3f67b582b6b1b3c","status":"passed","time":{"start":1706102983595,"stop":1706102983596,"duration":1}},{"uid":"d381cdf708999c66","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d381cdf708999c66","status":"passed","time":{"start":1706102723311,"stop":1706102723311,"duration":0}}]},"4a2d3c22e56d7f8970b0dbdcc7606ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f427977885b61154","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f427977885b61154","status":"passed","time":{"start":1706115482619,"stop":1706115482619,"duration":0}}]},"0eaa5bce3c31a14ad2ab81508ee21dff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0e1df9942a6786f","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/d0e1df9942a6786f","status":"passed","time":{"start":1705426292140,"stop":1705426292141,"duration":1}}]},"5e443064e6978c9e0ba59752e97d946a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"432dd61e5d372049","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/432dd61e5d372049","status":"passed","time":{"start":1705520778029,"stop":1705520778029,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"e93c71da3f4c3f53","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e93c71da3f4c3f53","status":"passed","time":{"start":1706529333250,"stop":1706529333251,"duration":1}},{"uid":"8472c5eba0a7741b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8472c5eba0a7741b","status":"passed","time":{"start":1706528290459,"stop":1706528290460,"duration":1}},{"uid":"bde829cea8b2baed","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bde829cea8b2baed","status":"passed","time":{"start":1706527264340,"stop":1706527264355,"duration":15}},{"uid":"9140a892ea5ec1e6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9140a892ea5ec1e6","status":"passed","time":{"start":1706526976770,"stop":1706526976770,"duration":0}},{"uid":"17dad1f68d61f411","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/17dad1f68d61f411","status":"passed","time":{"start":1706526885805,"stop":1706526885805,"duration":0}},{"uid":"b667ed3eaf26729b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b667ed3eaf26729b","status":"passed","time":{"start":1706526330095,"stop":1706526330095,"duration":0}},{"uid":"ef87d766a8b2f85d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ef87d766a8b2f85d","status":"passed","time":{"start":1706525780722,"stop":1706525780722,"duration":0}},{"uid":"d17fd504bcaae1ec","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d17fd504bcaae1ec","status":"passed","time":{"start":1706525359490,"stop":1706525359490,"duration":0}},{"uid":"7b62d47853413fa8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7b62d47853413fa8","status":"passed","time":{"start":1706468042635,"stop":1706468042636,"duration":1}},{"uid":"a3628fc583afee0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a3628fc583afee0","status":"passed","time":{"start":1706323386925,"stop":1706323386926,"duration":1}},{"uid":"9664d5be4370783d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9664d5be4370783d","status":"passed","time":{"start":1706321713096,"stop":1706321713099,"duration":3}},{"uid":"21bf2e0102eb6abf","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/21bf2e0102eb6abf","status":"passed","time":{"start":1706115482610,"stop":1706115482610,"duration":0}},{"uid":"864884d105f5a325","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/864884d105f5a325","status":"passed","time":{"start":1706114635404,"stop":1706114635404,"duration":0}},{"uid":"a480ba328beb8b82","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a480ba328beb8b82","status":"passed","time":{"start":1706112127544,"stop":1706112127555,"duration":11}},{"uid":"3352010e6e3df9c8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3352010e6e3df9c8","status":"passed","time":{"start":1706111809272,"stop":1706111809272,"duration":0}},{"uid":"ac5ccc887eeb12ea","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ac5ccc887eeb12ea","status":"passed","time":{"start":1706109719519,"stop":1706109719520,"duration":1}},{"uid":"8d8f8ae5f7fcf394","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8d8f8ae5f7fcf394","status":"passed","time":{"start":1706103518433,"stop":1706103518433,"duration":0}},{"uid":"5cbabdf4b91aa618","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5cbabdf4b91aa618","status":"passed","time":{"start":1706103305154,"stop":1706103305155,"duration":1}},{"uid":"fbf6df8ba1d47e01","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fbf6df8ba1d47e01","status":"passed","time":{"start":1706102626851,"stop":1706102626851,"duration":0}},{"uid":"80d523dd726b001a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/80d523dd726b001a","status":"passed","time":{"start":1706102491832,"stop":1706102491832,"duration":0}}]},"c0835762b9843aced1acc1f545ce8152:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62dcecef5e80419f","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/62dcecef5e80419f","status":"passed","time":{"start":1705391597407,"stop":1705391597408,"duration":1}}]},"08a31054e294bb0579789fe19c8598c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1e304f179deeaec","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a1e304f179deeaec","status":"passed","time":{"start":1706526330091,"stop":1706526330091,"duration":0}}]},"7bf91de0ff7f91d8d8ca7253ff0f3260:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"cc5f96b3ab7dc52a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc5f96b3ab7dc52a","status":"passed","time":{"start":1706528814919,"stop":1706528814919,"duration":0}},{"uid":"ff64f4465028b74b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ff64f4465028b74b","status":"passed","time":{"start":1706527782652,"stop":1706527782653,"duration":1}},{"uid":"b5cb716cb671deb3","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b5cb716cb671deb3","status":"passed","time":{"start":1706526799747,"stop":1706526799747,"duration":0}},{"uid":"d370ade65e515873","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d370ade65e515873","status":"passed","time":{"start":1706526495779,"stop":1706526495780,"duration":1}},{"uid":"878d6dd74b5c480a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/878d6dd74b5c480a","status":"passed","time":{"start":1706526404759,"stop":1706526404760,"duration":1}},{"uid":"2b7bb13d1fec1140","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2b7bb13d1fec1140","status":"passed","time":{"start":1706525829652,"stop":1706525829652,"duration":0}},{"uid":"a7aecf28f2b12dcf","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a7aecf28f2b12dcf","status":"passed","time":{"start":1706525298677,"stop":1706525298677,"duration":0}},{"uid":"1bfcf49d46da4c37","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1bfcf49d46da4c37","status":"passed","time":{"start":1706524857928,"stop":1706524857928,"duration":0}},{"uid":"aa30fa2ae27a9a24","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/aa30fa2ae27a9a24","status":"passed","time":{"start":1706467552035,"stop":1706467552035,"duration":0}},{"uid":"e20091d062d7ce06","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e20091d062d7ce06","status":"passed","time":{"start":1706322904828,"stop":1706322904829,"duration":1}},{"uid":"4b868d30c3b1bcc3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4b868d30c3b1bcc3","status":"passed","time":{"start":1706321219418,"stop":1706321219419,"duration":1}},{"uid":"d99d9f5bd83c226a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d99d9f5bd83c226a","status":"passed","time":{"start":1706244735442,"stop":1706244735443,"duration":1}},{"uid":"3bc287d533b6e7b2","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3bc287d533b6e7b2","status":"passed","time":{"start":1706242296405,"stop":1706242296405,"duration":0}},{"uid":"136ea372620a9066","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/136ea372620a9066","status":"passed","time":{"start":1706114989566,"stop":1706114989567,"duration":1}},{"uid":"7d98ccf236fd0de9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7d98ccf236fd0de9","status":"passed","time":{"start":1706114161110,"stop":1706114161111,"duration":1}},{"uid":"ba3454468189fe29","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ba3454468189fe29","status":"passed","time":{"start":1706111636977,"stop":1706111636977,"duration":0}},{"uid":"7915cad07046fe8f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7915cad07046fe8f","status":"passed","time":{"start":1706111323435,"stop":1706111323436,"duration":1}},{"uid":"c3b02f4674e2d28a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c3b02f4674e2d28a","status":"passed","time":{"start":1706109231137,"stop":1706109231138,"duration":1}},{"uid":"fa7672de920e1c6e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fa7672de920e1c6e","status":"passed","time":{"start":1706103046867,"stop":1706103046868,"duration":1}},{"uid":"6c62ce9320631ed1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6c62ce9320631ed1","status":"passed","time":{"start":1706102784508,"stop":1706102784508,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"90de24622ad2c429","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/90de24622ad2c429","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0}},{"uid":"8faa61112bc87502","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8faa61112bc87502","status":"passed","time":{"start":1706528290441,"stop":1706528290443,"duration":2}},{"uid":"bc9061474cc31539","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bc9061474cc31539","status":"passed","time":{"start":1706527264298,"stop":1706527264299,"duration":1}},{"uid":"5664e062e7b7f37","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5664e062e7b7f37","status":"passed","time":{"start":1706526976753,"stop":1706526976753,"duration":0}},{"uid":"77149b1f0fe0a69e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/77149b1f0fe0a69e","status":"passed","time":{"start":1706526885794,"stop":1706526885794,"duration":0}},{"uid":"d2477e3de6b78ab3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d2477e3de6b78ab3","status":"passed","time":{"start":1706526330083,"stop":1706526330083,"duration":0}},{"uid":"b39b1aab14c8cd0c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b39b1aab14c8cd0c","status":"passed","time":{"start":1706525780712,"stop":1706525780712,"duration":0}},{"uid":"eaa9ff3c16e4dd29","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/eaa9ff3c16e4dd29","status":"passed","time":{"start":1706525359472,"stop":1706525359473,"duration":1}},{"uid":"5f3c48d9df1bd5f6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5f3c48d9df1bd5f6","status":"passed","time":{"start":1706468042623,"stop":1706468042623,"duration":0}},{"uid":"9f284d883f1a93c1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9f284d883f1a93c1","status":"passed","time":{"start":1706323386906,"stop":1706323386906,"duration":0}},{"uid":"e95c596796d8ee07","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e95c596796d8ee07","status":"passed","time":{"start":1706321713076,"stop":1706321713076,"duration":0}},{"uid":"fbd2fdf9de77902b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fbd2fdf9de77902b","status":"passed","time":{"start":1706115482598,"stop":1706115482598,"duration":0}},{"uid":"75e094e6fe21021f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/75e094e6fe21021f","status":"passed","time":{"start":1706114635368,"stop":1706114635369,"duration":1}},{"uid":"32dd55186d303a2d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/32dd55186d303a2d","status":"passed","time":{"start":1706112127506,"stop":1706112127506,"duration":0}},{"uid":"a1e8ac43f4fb3759","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a1e8ac43f4fb3759","status":"passed","time":{"start":1706111809246,"stop":1706111809246,"duration":0}},{"uid":"1c64a2675d91da74","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1c64a2675d91da74","status":"passed","time":{"start":1706109719508,"stop":1706109719508,"duration":0}},{"uid":"1d9c90cf9bd9c1a5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1d9c90cf9bd9c1a5","status":"passed","time":{"start":1706103518424,"stop":1706103518424,"duration":0}},{"uid":"a01dc1b8cac3dc5d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a01dc1b8cac3dc5d","status":"passed","time":{"start":1706103305134,"stop":1706103305134,"duration":0}},{"uid":"3832c78e0aa1ca2e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3832c78e0aa1ca2e","status":"passed","time":{"start":1706102626840,"stop":1706102626841,"duration":1}},{"uid":"a4f1deced6eb39e3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a4f1deced6eb39e3","status":"passed","time":{"start":1706102491801,"stop":1706102491801,"duration":0}}]},"e75d605643605d69bcef8c5ed334fab9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee6ffebb668557c","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/ee6ffebb668557c","status":"passed","time":{"start":1705591048534,"stop":1705591048534,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"aaa53b6299ed8475","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aaa53b6299ed8475","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"duration":0}},{"uid":"cbb0ad51ae150dc5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cbb0ad51ae150dc5","status":"passed","time":{"start":1706528057455,"stop":1706528057455,"duration":0}},{"uid":"853bb3027e4e6c8c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/853bb3027e4e6c8c","status":"passed","time":{"start":1706526914771,"stop":1706526914771,"duration":0}},{"uid":"9dd5378ee595a338","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9dd5378ee595a338","status":"passed","time":{"start":1706526612636,"stop":1706526612636,"duration":0}},{"uid":"c2a17cad9caef9fb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c2a17cad9caef9fb","status":"passed","time":{"start":1706526514764,"stop":1706526514764,"duration":0}},{"uid":"f58799fc86230f68","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f58799fc86230f68","status":"passed","time":{"start":1706525945108,"stop":1706525945108,"duration":0}},{"uid":"72f2ade4b67690c8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/72f2ade4b67690c8","status":"passed","time":{"start":1706525418821,"stop":1706525418821,"duration":0}},{"uid":"fe9eb924cee03dc0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fe9eb924cee03dc0","status":"passed","time":{"start":1706525116050,"stop":1706525116050,"duration":0}},{"uid":"6de0d5db09789e9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6de0d5db09789e9","status":"passed","time":{"start":1706467681208,"stop":1706467681209,"duration":1}},{"uid":"3f279a6a65907dcb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3f279a6a65907dcb","status":"passed","time":{"start":1706323017122,"stop":1706323017122,"duration":0}},{"uid":"6893d4278f92d7cf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6893d4278f92d7cf","status":"passed","time":{"start":1706321333760,"stop":1706321333762,"duration":2}},{"uid":"199723da55ac403a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/199723da55ac403a","status":"passed","time":{"start":1706115157098,"stop":1706115157098,"duration":0}},{"uid":"5e8191a7e868b080","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5e8191a7e868b080","status":"passed","time":{"start":1706114292034,"stop":1706114292034,"duration":0}},{"uid":"23bb31346d943a3f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/23bb31346d943a3f","status":"passed","time":{"start":1706111755009,"stop":1706111755009,"duration":0}},{"uid":"5b72afa0320cbb5e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5b72afa0320cbb5e","status":"passed","time":{"start":1706111454532,"stop":1706111454533,"duration":1}},{"uid":"820c95fad85e8d03","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/820c95fad85e8d03","status":"passed","time":{"start":1706109346662,"stop":1706109346662,"duration":0}},{"uid":"ed77ade1b7a53ee4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ed77ade1b7a53ee4","status":"passed","time":{"start":1706103153469,"stop":1706103153470,"duration":1}},{"uid":"605904decc31785","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/605904decc31785","status":"passed","time":{"start":1706102905530,"stop":1706102905531,"duration":1}},{"uid":"15e7586c242747da","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/15e7586c242747da","status":"passed","time":{"start":1706102263603,"stop":1706102263604,"duration":1}},{"uid":"312cba77f1db08a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/312cba77f1db08a","status":"passed","time":{"start":1706102127470,"stop":1706102127470,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"4eb6b5f8404a6875","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4eb6b5f8404a6875","status":"passed","time":{"start":1706529218517,"stop":1706529218518,"duration":1}},{"uid":"31a5ee47a7f64c16","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/31a5ee47a7f64c16","status":"passed","time":{"start":1706528190571,"stop":1706528190571,"duration":0}},{"uid":"7fe7d093b1ea7707","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7fe7d093b1ea7707","status":"passed","time":{"start":1706527166749,"stop":1706527166750,"duration":1}},{"uid":"9862c36fce2b9a86","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9862c36fce2b9a86","status":"passed","time":{"start":1706526866895,"stop":1706526866895,"duration":0}},{"uid":"2da5fb3167664367","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2da5fb3167664367","status":"passed","time":{"start":1706526763566,"stop":1706526763566,"duration":0}},{"uid":"d85dcb130659538","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d85dcb130659538","status":"passed","time":{"start":1706526185680,"stop":1706526185680,"duration":0}},{"uid":"87e7a7e51fb71b19","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/87e7a7e51fb71b19","status":"passed","time":{"start":1706525658978,"stop":1706525658978,"duration":0}},{"uid":"d3597e07a813ec97","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d3597e07a813ec97","status":"passed","time":{"start":1706525242374,"stop":1706525242374,"duration":0}},{"uid":"5a15ad81ab59f24","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5a15ad81ab59f24","status":"passed","time":{"start":1706467906883,"stop":1706467906883,"duration":0}},{"uid":"6f8335fd645c6d60","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6f8335fd645c6d60","status":"passed","time":{"start":1706323273257,"stop":1706323273258,"duration":1}},{"uid":"e3f2a4bc75642156","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e3f2a4bc75642156","status":"passed","time":{"start":1706321575864,"stop":1706321575865,"duration":1}},{"uid":"7856b54b9435dd52","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7856b54b9435dd52","status":"passed","time":{"start":1706115384050,"stop":1706115384050,"duration":0}},{"uid":"7a596634792d160f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7a596634792d160f","status":"passed","time":{"start":1706114521922,"stop":1706114521922,"duration":0}},{"uid":"9cf27f2c7f2112af","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9cf27f2c7f2112af","status":"passed","time":{"start":1706112015259,"stop":1706112015260,"duration":1}},{"uid":"5f4dac82197053ff","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5f4dac82197053ff","status":"passed","time":{"start":1706111693403,"stop":1706111693403,"duration":0}},{"uid":"3a3528dc81f7c86a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3a3528dc81f7c86a","status":"passed","time":{"start":1706109609737,"stop":1706109609738,"duration":1}},{"uid":"ff8de53bc5d0c1ef","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ff8de53bc5d0c1ef","status":"passed","time":{"start":1706103393430,"stop":1706103393431,"duration":1}},{"uid":"7be40221fb4c4836","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7be40221fb4c4836","status":"passed","time":{"start":1706103153307,"stop":1706103153307,"duration":0}},{"uid":"6f7d19b3db357f84","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6f7d19b3db357f84","status":"passed","time":{"start":1706102507000,"stop":1706102507001,"duration":1}},{"uid":"88917c6ad5ac59e1","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/88917c6ad5ac59e1","status":"passed","time":{"start":1706102385183,"stop":1706102385184,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32},"items":[{"uid":"9f64e2cd93501407","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9f64e2cd93501407","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"duration":0}},{"uid":"a0a695e10a8999a3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a0a695e10a8999a3","status":"passed","time":{"start":1706528357116,"stop":1706528357116,"duration":0}},{"uid":"e058666634727c55","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e058666634727c55","status":"passed","time":{"start":1706527326701,"stop":1706527326701,"duration":0}},{"uid":"4ecf9af8ad6d4c5c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4ecf9af8ad6d4c5c","status":"passed","time":{"start":1706527049803,"stop":1706527049803,"duration":0}},{"uid":"c13a33cda97deff6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c13a33cda97deff6","status":"passed","time":{"start":1706526961452,"stop":1706526961452,"duration":0}},{"uid":"1ae690ea4b2609b8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1ae690ea4b2609b8","status":"passed","time":{"start":1706526404289,"stop":1706526404290,"duration":1}},{"uid":"ba9deca706a409e3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ba9deca706a409e3","status":"passed","time":{"start":1706525849966,"stop":1706525849966,"duration":0}},{"uid":"332a60358a5e65be","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/332a60358a5e65be","status":"passed","time":{"start":1706525432958,"stop":1706525432958,"duration":0}},{"uid":"656018379cafc9b0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/656018379cafc9b0","status":"passed","time":{"start":1706468114357,"stop":1706468114358,"duration":1}},{"uid":"e5dee81c35ef6802","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e5dee81c35ef6802","status":"passed","time":{"start":1706323469658,"stop":1706323469658,"duration":0}},{"uid":"d75fd22658fd63a5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d75fd22658fd63a5","status":"passed","time":{"start":1706321771800,"stop":1706321771801,"duration":1}},{"uid":"1b74fad42dea5333","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1b74fad42dea5333","status":"passed","time":{"start":1706115542403,"stop":1706115542404,"duration":1}},{"uid":"4e5c819e484172bf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4e5c819e484172bf","status":"passed","time":{"start":1706114725927,"stop":1706114725928,"duration":1}},{"uid":"cc6da9dd8e2c01d4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cc6da9dd8e2c01d4","status":"passed","time":{"start":1706112199273,"stop":1706112199274,"duration":1}},{"uid":"de72481780c8b693","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/de72481780c8b693","status":"passed","time":{"start":1706111893745,"stop":1706111893746,"duration":1}},{"uid":"ceadba6595533797","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ceadba6595533797","status":"passed","time":{"start":1706109796560,"stop":1706109796560,"duration":0}},{"uid":"5d81ed75676e1944","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5d81ed75676e1944","status":"passed","time":{"start":1706103557161,"stop":1706103557161,"duration":0}},{"uid":"cb8c09de0fc6a547","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cb8c09de0fc6a547","status":"passed","time":{"start":1706103365813,"stop":1706103365813,"duration":0}},{"uid":"d2d129c4e4ec8fc6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d2d129c4e4ec8fc6","status":"passed","time":{"start":1706102701059,"stop":1706102701059,"duration":0}},{"uid":"591cfbf2529ee33a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/591cfbf2529ee33a","status":"passed","time":{"start":1706102579567,"stop":1706102579567,"duration":0}}]},"05632031d66234a73dee4dcefb171d12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"b9cf9e67c922217c","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b9cf9e67c922217c","status":"passed","time":{"start":1706100942616,"stop":1706100942616,"duration":0}},{"uid":"ba290fef399dd67","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ba290fef399dd67","status":"passed","time":{"start":1706099973755,"stop":1706099973756,"duration":1}},{"uid":"c66886804da6505b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/c66886804da6505b","status":"passed","time":{"start":1706077701784,"stop":1706077701785,"duration":1}},{"uid":"8a97c0a4512ae5ed","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/8a97c0a4512ae5ed","status":"passed","time":{"start":1706069790732,"stop":1706069790732,"duration":0}},{"uid":"f164225b12f3303f","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f164225b12f3303f","status":"passed","time":{"start":1705950495038,"stop":1705950495038,"duration":0}},{"uid":"9fb97b8b95453c8f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/9fb97b8b95453c8f","status":"passed","time":{"start":1705938302715,"stop":1705938302715,"duration":0}},{"uid":"47cb8058e92a669a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/47cb8058e92a669a","status":"passed","time":{"start":1705913446694,"stop":1705913446695,"duration":1}},{"uid":"408e7367ea5e4992","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/408e7367ea5e4992","status":"passed","time":{"start":1705912988130,"stop":1705912988130,"duration":0}},{"uid":"9af458c02b154962","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/9af458c02b154962","status":"passed","time":{"start":1705912372220,"stop":1705912372221,"duration":1}},{"uid":"272430a7fafaf695","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/272430a7fafaf695","status":"passed","time":{"start":1705911551481,"stop":1705911551481,"duration":0}},{"uid":"cce29d61bc19278b","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/cce29d61bc19278b","status":"passed","time":{"start":1705698757763,"stop":1705698757763,"duration":0}},{"uid":"d24f2751dd113934","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/d24f2751dd113934","status":"passed","time":{"start":1705687467725,"stop":1705687467725,"duration":0}},{"uid":"a02ea2f20921976d","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/a02ea2f20921976d","status":"passed","time":{"start":1705687390797,"stop":1705687390799,"duration":2}},{"uid":"e05c4c17a985e229","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e05c4c17a985e229","status":"passed","time":{"start":1705678077456,"stop":1705678077456,"duration":0}},{"uid":"f441a55f1a5fa9a6","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/f441a55f1a5fa9a6","status":"passed","time":{"start":1705678007042,"stop":1705678007042,"duration":0}},{"uid":"950834842a0c8acf","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/950834842a0c8acf","status":"passed","time":{"start":1705677873534,"stop":1705677873534,"duration":0}},{"uid":"c8422de682a97cfb","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/c8422de682a97cfb","status":"passed","time":{"start":1705677414839,"stop":1705677414839,"duration":0}},{"uid":"18377eda159cb73c","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/18377eda159cb73c","status":"passed","time":{"start":1705676004243,"stop":1705676004244,"duration":1}},{"uid":"57376b07b263057b","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/57376b07b263057b","status":"passed","time":{"start":1705675426979,"stop":1705675426980,"duration":1}},{"uid":"14f9e0f704d9a3ef","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/14f9e0f704d9a3ef","status":"passed","time":{"start":1705670299873,"stop":1705670299874,"duration":1}}]},"9258a721eb64b6fc69fe2e011fcd31c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"248465de6b1f2549","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/248465de6b1f2549","status":"passed","time":{"start":1705525544606,"stop":1705525544606,"duration":0}}]},"7c08ee052ba0722516dcbdc154aabe40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a477bc9356d463c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/5a477bc9356d463c","status":"passed","time":{"start":1705911543458,"stop":1705911543458,"duration":0}}]},"65ca45b9bd59908a8029bf45e9563940:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"1fff2bbc1c13bc34","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1fff2bbc1c13bc34","status":"passed","time":{"start":1706100942611,"stop":1706100942611,"duration":0}},{"uid":"704c9beb1ccb2bc4","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/704c9beb1ccb2bc4","status":"passed","time":{"start":1706099973745,"stop":1706099973746,"duration":1}},{"uid":"61e2808292c324e8","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/61e2808292c324e8","status":"passed","time":{"start":1706077701780,"stop":1706077701780,"duration":0}},{"uid":"c078e6e3ebbb38de","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/c078e6e3ebbb38de","status":"passed","time":{"start":1706069790726,"stop":1706069790726,"duration":0}},{"uid":"1c3886d625ecd990","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/1c3886d625ecd990","status":"passed","time":{"start":1705950495032,"stop":1705950495033,"duration":1}},{"uid":"6cdfd3c34f0c04cd","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6cdfd3c34f0c04cd","status":"passed","time":{"start":1705938302706,"stop":1705938302706,"duration":0}},{"uid":"4789aee85c8a01d3","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/4789aee85c8a01d3","status":"passed","time":{"start":1705913446685,"stop":1705913446686,"duration":1}},{"uid":"198a57b31ca3ff4f","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/198a57b31ca3ff4f","status":"passed","time":{"start":1705912988125,"stop":1705912988125,"duration":0}},{"uid":"907d11874e655d38","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/907d11874e655d38","status":"passed","time":{"start":1705912372215,"stop":1705912372215,"duration":0}},{"uid":"6e819a9be7105bb9","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6e819a9be7105bb9","status":"passed","time":{"start":1705911551476,"stop":1705911551476,"duration":0}},{"uid":"f216c24e177cf4b4","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f216c24e177cf4b4","status":"passed","time":{"start":1705698757753,"stop":1705698757760,"duration":7}},{"uid":"21a341d1fa88d3ae","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/21a341d1fa88d3ae","status":"passed","time":{"start":1705687467722,"stop":1705687467722,"duration":0}},{"uid":"6436a14633cf281b","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/6436a14633cf281b","status":"passed","time":{"start":1705687390789,"stop":1705687390790,"duration":1}},{"uid":"99311f2d4174dc5c","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/99311f2d4174dc5c","status":"passed","time":{"start":1705678077453,"stop":1705678077453,"duration":0}},{"uid":"a5b9ac145156f527","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/a5b9ac145156f527","status":"passed","time":{"start":1705678007036,"stop":1705678007036,"duration":0}},{"uid":"b87837da800bdbec","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/b87837da800bdbec","status":"passed","time":{"start":1705677873531,"stop":1705677873532,"duration":1}},{"uid":"3e0b41542ea7387e","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/3e0b41542ea7387e","status":"passed","time":{"start":1705677414835,"stop":1705677414836,"duration":1}},{"uid":"469aee4c7dc8d3c","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/469aee4c7dc8d3c","status":"passed","time":{"start":1705676004216,"stop":1705676004218,"duration":2}},{"uid":"aafb84bc3c0afcfc","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/aafb84bc3c0afcfc","status":"passed","time":{"start":1705675426975,"stop":1705675426975,"duration":0}},{"uid":"5009a30e647ad939","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/5009a30e647ad939","status":"passed","time":{"start":1705670299868,"stop":1705670299868,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"8f231957285d951e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f231957285d951e","status":"passed","time":{"start":1706528799363,"stop":1706528799363,"duration":0}},{"uid":"3fc7ca3153ef2f7a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3fc7ca3153ef2f7a","status":"passed","time":{"start":1706527766128,"stop":1706527766129,"duration":1}},{"uid":"f93c33e83874428f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f93c33e83874428f","status":"passed","time":{"start":1706526777539,"stop":1706526777539,"duration":0}},{"uid":"26bb0c73943db6c1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/26bb0c73943db6c1","status":"passed","time":{"start":1706526475635,"stop":1706526475635,"duration":0}},{"uid":"6d38f32d51e4368a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6d38f32d51e4368a","status":"passed","time":{"start":1706526379291,"stop":1706526379291,"duration":0}},{"uid":"12973f1d2995e9f2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/12973f1d2995e9f2","status":"passed","time":{"start":1706525808442,"stop":1706525808443,"duration":1}},{"uid":"22f20047a1f3054a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/22f20047a1f3054a","status":"passed","time":{"start":1706525273862,"stop":1706525273862,"duration":0}},{"uid":"215a45ff3eb36f0a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/215a45ff3eb36f0a","status":"passed","time":{"start":1706524838021,"stop":1706524838021,"duration":0}},{"uid":"30bf9fa73e47adcc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/30bf9fa73e47adcc","status":"passed","time":{"start":1706467530998,"stop":1706467530999,"duration":1}},{"uid":"6f9cc9ee97533d1a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6f9cc9ee97533d1a","status":"passed","time":{"start":1706322888214,"stop":1706322888214,"duration":0}},{"uid":"53327cc8ebefeb53","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/53327cc8ebefeb53","status":"passed","time":{"start":1706321196730,"stop":1706321196731,"duration":1}},{"uid":"e8c49f2278139c27","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e8c49f2278139c27","status":"passed","time":{"start":1706114977823,"stop":1706114977824,"duration":1}},{"uid":"16ce96ada91a6de6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/16ce96ada91a6de6","status":"passed","time":{"start":1706114141329,"stop":1706114141330,"duration":1}},{"uid":"786963eefd3f1f4e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/786963eefd3f1f4e","status":"passed","time":{"start":1706111614974,"stop":1706111614975,"duration":1}},{"uid":"a7bf37a93825c425","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a7bf37a93825c425","status":"passed","time":{"start":1706111305998,"stop":1706111305999,"duration":1}},{"uid":"27f4f75041b29f59","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/27f4f75041b29f59","status":"passed","time":{"start":1706109213793,"stop":1706109213793,"duration":0}},{"uid":"e316c661003c443a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e316c661003c443a","status":"passed","time":{"start":1706103020254,"stop":1706103020254,"duration":0}},{"uid":"2a0a33d13f82d72b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2a0a33d13f82d72b","status":"passed","time":{"start":1706102764022,"stop":1706102764022,"duration":0}},{"uid":"c6a0e304e1166f2b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c6a0e304e1166f2b","status":"passed","time":{"start":1706102123464,"stop":1706102123464,"duration":0}},{"uid":"309ed10966860541","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/309ed10966860541","status":"passed","time":{"start":1706101995970,"stop":1706101995970,"duration":0}}]},"11f9c23180d4712f3b027efb386cb748:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d3da127fd01d82c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9d3da127fd01d82c","status":"passed","time":{"start":1706114454511,"stop":1706114454513,"duration":2}}]},"6001eaf552e6eca2c61e5853e6fcc018:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"136b90525dbf405c","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/136b90525dbf405c","status":"passed","time":{"start":1705521790752,"stop":1705521790752,"duration":0}}]},"cea5cb03086f147d54f5dd25b696fc3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a1be841c100a36e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6a1be841c100a36e","status":"passed","time":{"start":1706467906894,"stop":1706467906894,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"d8ac4174f591c079","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d8ac4174f591c079","status":"passed","time":{"start":1706529218542,"stop":1706529218543,"duration":1}},{"uid":"ca60b5011069bf2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ca60b5011069bf2","status":"passed","time":{"start":1706528190592,"stop":1706528190592,"duration":0}},{"uid":"88557f3e9f4be261","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/88557f3e9f4be261","status":"passed","time":{"start":1706527166804,"stop":1706527166804,"duration":0}},{"uid":"c0ee1f48c6992ae0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c0ee1f48c6992ae0","status":"passed","time":{"start":1706526866915,"stop":1706526866915,"duration":0}},{"uid":"8c4c621c683ab6b3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8c4c621c683ab6b3","status":"passed","time":{"start":1706526763578,"stop":1706526763578,"duration":0}},{"uid":"d724a77a2d5a5cce","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d724a77a2d5a5cce","status":"passed","time":{"start":1706526185699,"stop":1706526185700,"duration":1}},{"uid":"31aa9d62bceb4eff","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/31aa9d62bceb4eff","status":"passed","time":{"start":1706525659016,"stop":1706525659017,"duration":1}},{"uid":"d046e4726f00ba52","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d046e4726f00ba52","status":"passed","time":{"start":1706525242383,"stop":1706525242384,"duration":1}},{"uid":"bde6d4052ee09b64","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bde6d4052ee09b64","status":"passed","time":{"start":1706467906893,"stop":1706467906893,"duration":0}},{"uid":"3f8461cca016beb8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3f8461cca016beb8","status":"passed","time":{"start":1706323273292,"stop":1706323273292,"duration":0}},{"uid":"8b56f6146147c2fb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8b56f6146147c2fb","status":"passed","time":{"start":1706321575895,"stop":1706321575896,"duration":1}},{"uid":"d19c83e43374472d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d19c83e43374472d","status":"passed","time":{"start":1706115384061,"stop":1706115384062,"duration":1}},{"uid":"cb588cb3831910c7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cb588cb3831910c7","status":"passed","time":{"start":1706114521958,"stop":1706114521959,"duration":1}},{"uid":"5bcb52387e080366","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5bcb52387e080366","status":"passed","time":{"start":1706112015269,"stop":1706112015269,"duration":0}},{"uid":"2e74d58d645f8486","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2e74d58d645f8486","status":"passed","time":{"start":1706111693412,"stop":1706111693412,"duration":0}},{"uid":"211e6767fe3deedd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/211e6767fe3deedd","status":"passed","time":{"start":1706109609749,"stop":1706109609749,"duration":0}},{"uid":"35aebc6bb14c25a2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/35aebc6bb14c25a2","status":"passed","time":{"start":1706103393475,"stop":1706103393475,"duration":0}},{"uid":"bf3f5b033ce7fa2b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bf3f5b033ce7fa2b","status":"passed","time":{"start":1706103153324,"stop":1706103153324,"duration":0}},{"uid":"559db1cda8300146","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/559db1cda8300146","status":"passed","time":{"start":1706102507034,"stop":1706102507035,"duration":1}},{"uid":"f57f93e95fc13413","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f57f93e95fc13413","status":"passed","time":{"start":1706102385198,"stop":1706102385198,"duration":0}}]},"c25db25fa05244eb8c998f798260cdd6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1a500c76678bd7d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/d1a500c76678bd7d","status":"passed","time":{"start":1705913424150,"stop":1705913424150,"duration":0}}]},"55876e0db19ffb98f9d44cfd0eb0995a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"819ed7a1924682d5","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/819ed7a1924682d5","status":"passed","time":{"start":1706102095073,"stop":1706102095073,"duration":0}}]},"268a2f3e32e7f920ffc55830105a629d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"293bfcdcbf3a9b46","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/293bfcdcbf3a9b46","status":"passed","time":{"start":1705677403703,"stop":1705677403703,"duration":0}}]},"949a4acb4bd90d1ce8e5dca4c4c30c22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":37,"unknown":0,"total":39},"items":[{"uid":"5d0234bf44245ec7","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/5d0234bf44245ec7","status":"passed","time":{"start":1705520778355,"stop":1705520778356,"duration":1}},{"uid":"ff976bbfb4fe652f","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/ff976bbfb4fe652f","status":"passed","time":{"start":1705518147346,"stop":1705518147347,"duration":1}},{"uid":"6fad4de3418947ec","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/6fad4de3418947ec","status":"passed","time":{"start":1705518043729,"stop":1705518043731,"duration":2}},{"uid":"d1c026ebb17cc85e","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d1c026ebb17cc85e","status":"passed","time":{"start":1705517918809,"stop":1705517918809,"duration":0}},{"uid":"7e8c9bb8d9009c35","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/7e8c9bb8d9009c35","status":"passed","time":{"start":1705508582706,"stop":1705508582706,"duration":0}},{"uid":"44f0d5c7c9663fd9","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/44f0d5c7c9663fd9","status":"passed","time":{"start":1705506415877,"stop":1705506415877,"duration":0}},{"uid":"b1ad1c7e94450bb6","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/b1ad1c7e94450bb6","status":"passed","time":{"start":1705502881047,"stop":1705502881047,"duration":0}},{"uid":"8a0ff6e747b6a5e","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8a0ff6e747b6a5e","status":"passed","time":{"start":1705502413582,"stop":1705502413582,"duration":0}},{"uid":"7f12e8dfdca886c8","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/7f12e8dfdca886c8","status":"passed","time":{"start":1705494819394,"stop":1705494819394,"duration":0}},{"uid":"58f6708ab8146f67","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/58f6708ab8146f67","status":"passed","time":{"start":1705494869790,"stop":1705494869792,"duration":2}},{"uid":"f0fdec2e08d5f2d0","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/f0fdec2e08d5f2d0","status":"passed","time":{"start":1705494814427,"stop":1705494814428,"duration":1}},{"uid":"94d730a7144b4a46","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/94d730a7144b4a46","status":"passed","time":{"start":1705493391727,"stop":1705493391728,"duration":1}},{"uid":"259baba68c24e855","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/259baba68c24e855","status":"passed","time":{"start":1705493359303,"stop":1705493359303,"duration":0}},{"uid":"1180968dfb13c6fc","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/1180968dfb13c6fc","status":"passed","time":{"start":1705485182393,"stop":1705485182394,"duration":1}},{"uid":"d8a400ca2aaa54d","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/d8a400ca2aaa54d","status":"passed","time":{"start":1705485040823,"stop":1705485040823,"duration":0}},{"uid":"c8de479775618cc5","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c8de479775618cc5","status":"passed","time":{"start":1705484295603,"stop":1705484295604,"duration":1}},{"uid":"442973bd8015bdaf","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/442973bd8015bdaf","status":"passed","time":{"start":1705469807042,"stop":1705469807042,"duration":0}},{"uid":"742c2f007a6f76b4","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/742c2f007a6f76b4","status":"passed","time":{"start":1705466873100,"stop":1705466873101,"duration":1}},{"uid":"a4a6d545a46ee66d","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/a4a6d545a46ee66d","status":"passed","time":{"start":1705435339053,"stop":1705435339053,"duration":0}},{"uid":"cc6383988fc52e58","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/cc6383988fc52e58","status":"passed","time":{"start":1705434801909,"stop":1705434801910,"duration":1}}]},"538dc025c52d0e535460765aae1ad2ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12120528d722e4e3","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/12120528d722e4e3","status":"passed","time":{"start":1706100722910,"stop":1706100722910,"duration":0}}]},"ce8d4df1334db3df9d1cbf779fc72ab2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98823bbcc17d90ce","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/98823bbcc17d90ce","status":"passed","time":{"start":1705521819126,"stop":1705521819127,"duration":1}}]},"36ba779a5c03ce4980d9bf71d4c2b736:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":37,"unknown":0,"total":37},"items":[{"uid":"e524ba16ad6ec14b","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/e524ba16ad6ec14b","status":"passed","time":{"start":1705518209008,"stop":1705518209009,"duration":1}},{"uid":"36d5c5515c4a73d","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/36d5c5515c4a73d","status":"passed","time":{"start":1705518112871,"stop":1705518112872,"duration":1}},{"uid":"7bf991f64a77c9ab","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/7bf991f64a77c9ab","status":"passed","time":{"start":1705517988420,"stop":1705517988420,"duration":0}},{"uid":"41ec148a14379dc6","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/41ec148a14379dc6","status":"passed","time":{"start":1705508651540,"stop":1705508651540,"duration":0}},{"uid":"ff2a290e9896e497","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/ff2a290e9896e497","status":"passed","time":{"start":1705506479158,"stop":1705506479159,"duration":1}},{"uid":"80c693b1c38de7e8","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/80c693b1c38de7e8","status":"passed","time":{"start":1705502938693,"stop":1705502938693,"duration":0}},{"uid":"a3d75e5152800738","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/a3d75e5152800738","status":"passed","time":{"start":1705502478115,"stop":1705502478115,"duration":0}},{"uid":"7f19a6cf413f9e73","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/7f19a6cf413f9e73","status":"passed","time":{"start":1705494884691,"stop":1705494884691,"duration":0}},{"uid":"5be75efb775873ad","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5be75efb775873ad","status":"passed","time":{"start":1705494937620,"stop":1705494937622,"duration":2}},{"uid":"f21c446ae16416f7","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/f21c446ae16416f7","status":"passed","time":{"start":1705494894119,"stop":1705494894119,"duration":0}},{"uid":"90631a46d99d60c9","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/90631a46d99d60c9","status":"passed","time":{"start":1705493458488,"stop":1705493458489,"duration":1}},{"uid":"3287373bbd6f809c","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/3287373bbd6f809c","status":"passed","time":{"start":1705493421113,"stop":1705493421113,"duration":0}},{"uid":"6dc39e0c7aba228a","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/6dc39e0c7aba228a","status":"passed","time":{"start":1705485246703,"stop":1705485246703,"duration":0}},{"uid":"ebbc7883f5b75e59","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ebbc7883f5b75e59","status":"passed","time":{"start":1705485106629,"stop":1705485106629,"duration":0}},{"uid":"c45abca0dab55dff","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c45abca0dab55dff","status":"passed","time":{"start":1705484353103,"stop":1705484353104,"duration":1}},{"uid":"babd8cb8a35ea173","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/babd8cb8a35ea173","status":"passed","time":{"start":1705469867106,"stop":1705469867106,"duration":0}},{"uid":"f41253867868a365","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/f41253867868a365","status":"passed","time":{"start":1705466933280,"stop":1705466933281,"duration":1}},{"uid":"bf07ca5035d8b8c","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/bf07ca5035d8b8c","status":"passed","time":{"start":1705435401905,"stop":1705435401906,"duration":1}},{"uid":"a186daa18bfa8f57","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/a186daa18bfa8f57","status":"passed","time":{"start":1705434866491,"stop":1705434866491,"duration":0}},{"uid":"1ea19ccb2d032667","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/1ea19ccb2d032667","status":"passed","time":{"start":1705433200747,"stop":1705433200748,"duration":1}}]},"ea4a8f11d9b5c76a948bb9ae59604a53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":37,"unknown":0,"total":37},"items":[{"uid":"9e1ae54ef68a6687","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9e1ae54ef68a6687","status":"passed","time":{"start":1705518209005,"stop":1705518209006,"duration":1}},{"uid":"6962980f556149fa","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/6962980f556149fa","status":"passed","time":{"start":1705518112867,"stop":1705518112868,"duration":1}},{"uid":"540b06679a6a6982","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/540b06679a6a6982","status":"passed","time":{"start":1705517988396,"stop":1705517988396,"duration":0}},{"uid":"2803f48850180f4a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/2803f48850180f4a","status":"passed","time":{"start":1705508651537,"stop":1705508651538,"duration":1}},{"uid":"3960fe2687d2bdfb","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/3960fe2687d2bdfb","status":"passed","time":{"start":1705506479156,"stop":1705506479156,"duration":0}},{"uid":"45c2fbf993899566","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/45c2fbf993899566","status":"passed","time":{"start":1705502938691,"stop":1705502938691,"duration":0}},{"uid":"eb2b445a7a02e96d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/eb2b445a7a02e96d","status":"passed","time":{"start":1705502478113,"stop":1705502478113,"duration":0}},{"uid":"c5ce1b8a0669f845","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/c5ce1b8a0669f845","status":"passed","time":{"start":1705494884686,"stop":1705494884686,"duration":0}},{"uid":"d27d9a15f65e741c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d27d9a15f65e741c","status":"passed","time":{"start":1705494937615,"stop":1705494937616,"duration":1}},{"uid":"59ecc0fc4787be3b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/59ecc0fc4787be3b","status":"passed","time":{"start":1705494894109,"stop":1705494894110,"duration":1}},{"uid":"40149159905ed74b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/40149159905ed74b","status":"passed","time":{"start":1705493458485,"stop":1705493458486,"duration":1}},{"uid":"27fdf737d823c4c9","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/27fdf737d823c4c9","status":"passed","time":{"start":1705493421108,"stop":1705493421108,"duration":0}},{"uid":"488e62b9f739993d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/488e62b9f739993d","status":"passed","time":{"start":1705485246700,"stop":1705485246701,"duration":1}},{"uid":"6fadf8c880295e78","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6fadf8c880295e78","status":"passed","time":{"start":1705485106627,"stop":1705485106627,"duration":0}},{"uid":"c91c3d7d5573aa63","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c91c3d7d5573aa63","status":"passed","time":{"start":1705484353101,"stop":1705484353101,"duration":0}},{"uid":"7afca5dcee2bf338","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/7afca5dcee2bf338","status":"passed","time":{"start":1705469867104,"stop":1705469867104,"duration":0}},{"uid":"12aefb019e610185","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/12aefb019e610185","status":"passed","time":{"start":1705466933275,"stop":1705466933275,"duration":0}},{"uid":"18415f3e17a8fa99","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/18415f3e17a8fa99","status":"passed","time":{"start":1705435401903,"stop":1705435401904,"duration":1}},{"uid":"33c17f5270b62417","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/33c17f5270b62417","status":"passed","time":{"start":1705434866489,"stop":1705434866489,"duration":0}},{"uid":"466dc06fdacb6767","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/466dc06fdacb6767","status":"passed","time":{"start":1705433200746,"stop":1705433200746,"duration":0}}]},"155dc6746b0a0cba6c196e57bf136d19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c57365a0c14da1e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4c57365a0c14da1e","status":"passed","time":{"start":1706526330090,"stop":1706526330091,"duration":1}}]},"691f0ccc569b83a18d1334e444aa3336:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c63e2a234139de7a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c63e2a234139de7a","status":"passed","time":{"start":1706114292378,"stop":1706114292380,"duration":2}}]},"811987915bb9d2dcc1620d6b8cd02d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d92e04722a7caca0","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/d92e04722a7caca0","status":"passed","time":{"start":1706101723806,"stop":1706101723806,"duration":0}}]},"9483fc6d168065c5eeffe7aad7e5fe06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d718bd0b34a7068","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/5d718bd0b34a7068","status":"passed","time":{"start":1705520249085,"stop":1705520249085,"duration":0}}]},"65b43064149142d93012a2a63ef6200f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd169d4040c1582a","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/dd169d4040c1582a","status":"passed","time":{"start":1705435437440,"stop":1705435437440,"duration":0}}]},"19825dccc2da34251b2c895ca7375c51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"caa8e24f30cfa554","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/caa8e24f30cfa554","status":"passed","time":{"start":1705521140302,"stop":1705521140302,"duration":0}},{"uid":"50e6f04a4bbfba0a","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/50e6f04a4bbfba0a","status":"passed","time":{"start":1705520883417,"stop":1705520883418,"duration":1}},{"uid":"8e4a6b1e6ed3300c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/8e4a6b1e6ed3300c","status":"passed","time":{"start":1705520300889,"stop":1705520300890,"duration":1}},{"uid":"3c39bae0ae907599","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/3c39bae0ae907599","status":"passed","time":{"start":1705518525962,"stop":1705518525962,"duration":0}},{"uid":"9de22a653a0f4b9b","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9de22a653a0f4b9b","status":"passed","time":{"start":1705518246808,"stop":1705518246809,"duration":1}},{"uid":"77f8817a9f85351b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/77f8817a9f85351b","status":"passed","time":{"start":1705518140980,"stop":1705518140981,"duration":1}},{"uid":"5ae73df724dc7c23","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/5ae73df724dc7c23","status":"passed","time":{"start":1705518032419,"stop":1705518032420,"duration":1}},{"uid":"385792975037308c","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/385792975037308c","status":"passed","time":{"start":1705508700810,"stop":1705508700812,"duration":2}},{"uid":"293578867f68d4d6","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/293578867f68d4d6","status":"passed","time":{"start":1705506512645,"stop":1705506512646,"duration":1}},{"uid":"ba56ca29e130bcea","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/ba56ca29e130bcea","status":"passed","time":{"start":1705502966511,"stop":1705502966511,"duration":0}},{"uid":"d518720cc8289113","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/d518720cc8289113","status":"passed","time":{"start":1705502370725,"stop":1705502370726,"duration":1}},{"uid":"8cd2b02ffd17572c","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8cd2b02ffd17572c","status":"passed","time":{"start":1705502517772,"stop":1705502517772,"duration":0}},{"uid":"8845f7e782d12ab7","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/8845f7e782d12ab7","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321693,"stop":1705495321693,"duration":0}},{"uid":"aa9bbd2db30540ee","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/aa9bbd2db30540ee","status":"passed","time":{"start":1705494975689,"stop":1705494975689,"duration":0}},{"uid":"4f49f8e8786ef928","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/4f49f8e8786ef928","status":"passed","time":{"start":1705494930746,"stop":1705494930748,"duration":2}},{"uid":"98ff2351bfb92e9d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/98ff2351bfb92e9d","status":"passed","time":{"start":1705493496350,"stop":1705493496350,"duration":0}},{"uid":"c2ea7348bd03ca61","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/c2ea7348bd03ca61","status":"passed","time":{"start":1705493451251,"stop":1705493451251,"duration":0}},{"uid":"34b316104f9584a6","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/34b316104f9584a6","status":"passed","time":{"start":1705485279306,"stop":1705485279306,"duration":0}},{"uid":"d6f8f5f85ba760fc","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/d6f8f5f85ba760fc","status":"passed","time":{"start":1705485136805,"stop":1705485136806,"duration":1}},{"uid":"6ed71f303f37fc08","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/6ed71f303f37fc08","status":"passed","time":{"start":1705484392934,"stop":1705484392934,"duration":0}}]},"f31909d361db8d9f1a04dc44915b9392:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a1afe10db4c8198","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6a1afe10db4c8198","status":"passed","time":{"start":1706102539203,"stop":1706102539204,"duration":1}}]},"e04e70f51c047ae6936d6e9c4e5724af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b23e752cc55196c3","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/b23e752cc55196c3","status":"passed","time":{"start":1705572136953,"stop":1705572136953,"duration":0}}]},"f6fcc1cced3d158a5897dec2f767994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"52c0837fdbdfb3dd","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/52c0837fdbdfb3dd","status":"passed","time":{"start":1705520842600,"stop":1705520842600,"duration":0}},{"uid":"a590d52c5a6bbcd8","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a590d52c5a6bbcd8","status":"passed","time":{"start":1705518211222,"stop":1705518211222,"duration":0}},{"uid":"ae34b8124e6c49a9","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/ae34b8124e6c49a9","status":"passed","time":{"start":1705518105987,"stop":1705518105987,"duration":0}},{"uid":"fcfff2b144c2821","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/fcfff2b144c2821","status":"passed","time":{"start":1705517988176,"stop":1705517988176,"duration":0}},{"uid":"f1e13a2fef32af6a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/f1e13a2fef32af6a","status":"passed","time":{"start":1705508655514,"stop":1705508655514,"duration":0}},{"uid":"8d61563012c6fb52","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/8d61563012c6fb52","status":"passed","time":{"start":1705506482094,"stop":1705506482094,"duration":0}},{"uid":"181686b473e38bb4","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/181686b473e38bb4","status":"passed","time":{"start":1705502939553,"stop":1705502939553,"duration":0}},{"uid":"845ff2f03a4b1ffd","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/845ff2f03a4b1ffd","status":"passed","time":{"start":1705502479555,"stop":1705502479555,"duration":0}},{"uid":"e8a7eb8d63a29808","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e8a7eb8d63a29808","status":"passed","time":{"start":1705494937944,"stop":1705494937945,"duration":1}},{"uid":"9793d16b08f2ed55","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9793d16b08f2ed55","status":"passed","time":{"start":1705494940954,"stop":1705494940954,"duration":0}},{"uid":"b38a054415e6b23a","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/b38a054415e6b23a","status":"passed","time":{"start":1705494895034,"stop":1705494895034,"duration":0}},{"uid":"821bd2bc3d09c7c1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/821bd2bc3d09c7c1","status":"passed","time":{"start":1705493464927,"stop":1705493464927,"duration":0}},{"uid":"5643ab9cf5986081","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/5643ab9cf5986081","status":"passed","time":{"start":1705493422435,"stop":1705493422435,"duration":0}},{"uid":"79769cf872a51e98","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/79769cf872a51e98","status":"passed","time":{"start":1705485250482,"stop":1705485250483,"duration":1}},{"uid":"79440ae29ed05e1b","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/79440ae29ed05e1b","status":"passed","time":{"start":1705485112220,"stop":1705485112220,"duration":0}},{"uid":"2ad0c5c699f722b3","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/2ad0c5c699f722b3","status":"passed","time":{"start":1705484354900,"stop":1705484354900,"duration":0}},{"uid":"9cd7498fd684b139","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/9cd7498fd684b139","status":"passed","time":{"start":1705469872226,"stop":1705469872226,"duration":0}},{"uid":"faf35fb03c261739","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/faf35fb03c261739","status":"passed","time":{"start":1705466939041,"stop":1705466939041,"duration":0}},{"uid":"9372771b1909cdc5","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/9372771b1909cdc5","status":"passed","time":{"start":1705435403982,"stop":1705435403982,"duration":0}},{"uid":"757276925951bcbe","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/757276925951bcbe","status":"passed","time":{"start":1705434864618,"stop":1705434864618,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"52115153129a956e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/52115153129a956e","status":"passed","time":{"start":1706529367451,"stop":1706529367451,"duration":0}},{"uid":"50e06dedd39b0bf8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/50e06dedd39b0bf8","status":"passed","time":{"start":1706528339928,"stop":1706528339929,"duration":1}},{"uid":"3c706ca66be71fc7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3c706ca66be71fc7","status":"passed","time":{"start":1706527181561,"stop":1706527181562,"duration":1}},{"uid":"6248a437f0a97c38","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6248a437f0a97c38","status":"passed","time":{"start":1706527016294,"stop":1706527016294,"duration":0}},{"uid":"384e703bd48df390","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/384e703bd48df390","status":"passed","time":{"start":1706526929198,"stop":1706526929198,"duration":0}},{"uid":"cb0684e60e5fc8a1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cb0684e60e5fc8a1","status":"passed","time":{"start":1706526355569,"stop":1706526355570,"duration":1}},{"uid":"375ed03b5a524f71","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/375ed03b5a524f71","status":"passed","time":{"start":1706525825277,"stop":1706525825277,"duration":0}},{"uid":"dd77ad0c870f4e43","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/dd77ad0c870f4e43","status":"passed","time":{"start":1706525414585,"stop":1706525414585,"duration":0}},{"uid":"ff59c7b8a4092a8d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ff59c7b8a4092a8d","status":"passed","time":{"start":1706468084963,"stop":1706468084963,"duration":0}},{"uid":"3ef354918865b201","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3ef354918865b201","status":"passed","time":{"start":1706323430969,"stop":1706323430970,"duration":1}},{"uid":"ff80a29ff3946f16","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ff80a29ff3946f16","status":"passed","time":{"start":1706321743965,"stop":1706321743965,"duration":0}},{"uid":"ba8ae10e487fcbf7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ba8ae10e487fcbf7","status":"passed","time":{"start":1706115449565,"stop":1706115449565,"duration":0}},{"uid":"aba321f2c203182f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/aba321f2c203182f","status":"passed","time":{"start":1706114706808,"stop":1706114706809,"duration":1}},{"uid":"fee9bb00f306d05b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fee9bb00f306d05b","status":"passed","time":{"start":1706112158264,"stop":1706112158265,"duration":1}},{"uid":"beec6a3cf511deda","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/beec6a3cf511deda","status":"passed","time":{"start":1706111870563,"stop":1706111870563,"duration":0}},{"uid":"766cbe241a63532f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/766cbe241a63532f","status":"passed","time":{"start":1706109756250,"stop":1706109756250,"duration":0}},{"uid":"4172906ffd0674cd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4172906ffd0674cd","status":"passed","time":{"start":1706103332260,"stop":1706103332260,"duration":0}},{"uid":"e6bc679471c8f0c1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e6bc679471c8f0c1","status":"passed","time":{"start":1706102670262,"stop":1706102670262,"duration":0}},{"uid":"dc353c1578872f8a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/dc353c1578872f8a","status":"passed","time":{"start":1706102539193,"stop":1706102539193,"duration":0}},{"uid":"9c0720f52cdc5db3","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/9c0720f52cdc5db3","status":"passed","time":{"start":1706102378576,"stop":1706102378576,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"824a38c995622227","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/824a38c995622227","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"duration":0}},{"uid":"804221c307404056","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/804221c307404056","status":"passed","time":{"start":1706528357083,"stop":1706528357083,"duration":0}},{"uid":"e69e6ea239dc1f18","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e69e6ea239dc1f18","status":"passed","time":{"start":1706527326688,"stop":1706527326688,"duration":0}},{"uid":"e37fc18b088a15dc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e37fc18b088a15dc","status":"passed","time":{"start":1706527049793,"stop":1706527049793,"duration":0}},{"uid":"2e32af6ffe1906ab","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2e32af6ffe1906ab","status":"passed","time":{"start":1706526961437,"stop":1706526961437,"duration":0}},{"uid":"48bd2f8800a36819","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/48bd2f8800a36819","status":"passed","time":{"start":1706526404276,"stop":1706526404277,"duration":1}},{"uid":"c47da0a0bb5d73d9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c47da0a0bb5d73d9","status":"passed","time":{"start":1706525849952,"stop":1706525849952,"duration":0}},{"uid":"25c7585eeeae45a3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/25c7585eeeae45a3","status":"passed","time":{"start":1706525432944,"stop":1706525432944,"duration":0}},{"uid":"dee711da500d48b5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dee711da500d48b5","status":"passed","time":{"start":1706468114343,"stop":1706468114344,"duration":1}},{"uid":"648de0a7dd3de0f2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/648de0a7dd3de0f2","status":"passed","time":{"start":1706323469645,"stop":1706323469645,"duration":0}},{"uid":"11bb43dff3327b2b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/11bb43dff3327b2b","status":"passed","time":{"start":1706321771787,"stop":1706321771787,"duration":0}},{"uid":"a9d35e729cb68a18","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a9d35e729cb68a18","status":"passed","time":{"start":1706115542392,"stop":1706115542393,"duration":1}},{"uid":"fb240d24c742cbb1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fb240d24c742cbb1","status":"passed","time":{"start":1706114725915,"stop":1706114725916,"duration":1}},{"uid":"ddb464a7f1fd7050","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ddb464a7f1fd7050","status":"passed","time":{"start":1706112199260,"stop":1706112199260,"duration":0}},{"uid":"7c026d599326760a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7c026d599326760a","status":"passed","time":{"start":1706111893732,"stop":1706111893732,"duration":0}},{"uid":"baffe5b6db8d9f3f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/baffe5b6db8d9f3f","status":"passed","time":{"start":1706109796549,"stop":1706109796549,"duration":0}},{"uid":"a6393f6eef0ba1a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a6393f6eef0ba1a","status":"passed","time":{"start":1706103557150,"stop":1706103557150,"duration":0}},{"uid":"d8850d975cafbc1b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d8850d975cafbc1b","status":"passed","time":{"start":1706103365799,"stop":1706103365800,"duration":1}},{"uid":"39d6938799a49985","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/39d6938799a49985","status":"passed","time":{"start":1706102701046,"stop":1706102701046,"duration":0}},{"uid":"578e65a28a917eb0","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/578e65a28a917eb0","status":"passed","time":{"start":1706102579554,"stop":1706102579555,"duration":1}}]},"6610f4eec51d30ea460c36b1c0b8d2b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f55ce0a84757edc3","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/f55ce0a84757edc3","status":"passed","time":{"start":1705426421145,"stop":1705426421145,"duration":0}}]},"449c94dac84b6c9642870328fbd8e92b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"becc7b0d1122bc01","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/becc7b0d1122bc01","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883239,"stop":1705518883239,"duration":0}}]},"448e80c8acf6730c934ab8000a5dd1b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8465165eeb488e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/8465165eeb488e","status":"passed","time":{"start":1706069827485,"stop":1706069827485,"duration":0}}]},"951ed5495e9841e2439673bf4ff36738:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afe4e7edfc4a452c","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/afe4e7edfc4a452c","status":"passed","time":{"start":1705525312816,"stop":1705525312817,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"39e95692684888a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/39e95692684888a","status":"passed","time":{"start":1706529332306,"stop":1706529332306,"duration":0}},{"uid":"897337b1b0933d96","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/897337b1b0933d96","status":"passed","time":{"start":1706528291440,"stop":1706528291441,"duration":1}},{"uid":"6215625938b42fa9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6215625938b42fa9","status":"passed","time":{"start":1706527236970,"stop":1706527236971,"duration":1}},{"uid":"26737be517f3c4b7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/26737be517f3c4b7","status":"passed","time":{"start":1706526962704,"stop":1706526962704,"duration":0}},{"uid":"2ce14923962cbba8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2ce14923962cbba8","status":"passed","time":{"start":1706526865895,"stop":1706526865896,"duration":1}},{"uid":"232d524152ae449f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/232d524152ae449f","status":"passed","time":{"start":1706526300410,"stop":1706526300410,"duration":0}},{"uid":"45f7250348368f0c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/45f7250348368f0c","status":"passed","time":{"start":1706525759134,"stop":1706525759134,"duration":0}},{"uid":"5b2422910e92ddbf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5b2422910e92ddbf","status":"passed","time":{"start":1706525355445,"stop":1706525355445,"duration":0}},{"uid":"99a2481d8ff01aa4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/99a2481d8ff01aa4","status":"passed","time":{"start":1706467982866,"stop":1706467982868,"duration":2}},{"uid":"7131bff5970a156f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7131bff5970a156f","status":"passed","time":{"start":1706323387498,"stop":1706323387499,"duration":1}},{"uid":"e5bb51bab59693fa","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e5bb51bab59693fa","status":"passed","time":{"start":1706321612867,"stop":1706321612868,"duration":1}},{"uid":"71b9db97e65299dc","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/71b9db97e65299dc","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244765170,"stop":1706244765170,"duration":0}},{"uid":"deafaf3ca2fb66ea","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/deafaf3ca2fb66ea","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242325971,"stop":1706242325972,"duration":1}},{"uid":"57a0fb554293a599","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/57a0fb554293a599","status":"passed","time":{"start":1706115462405,"stop":1706115462405,"duration":0}},{"uid":"cd4416f1c31b3701","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cd4416f1c31b3701","status":"passed","time":{"start":1706114612155,"stop":1706114612155,"duration":0}},{"uid":"58cf63b5255871e9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/58cf63b5255871e9","status":"passed","time":{"start":1706112092775,"stop":1706112092775,"duration":0}},{"uid":"ef9de2e8b6e7b4ee","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ef9de2e8b6e7b4ee","status":"passed","time":{"start":1706111796124,"stop":1706111796124,"duration":0}},{"uid":"db6a7ef41fff537e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/db6a7ef41fff537e","status":"passed","time":{"start":1706109710115,"stop":1706109710116,"duration":1}},{"uid":"12e6dd3fa87367d5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/12e6dd3fa87367d5","status":"passed","time":{"start":1706103427346,"stop":1706103427346,"duration":0}},{"uid":"370afc1eeb6cf1a1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/370afc1eeb6cf1a1","status":"passed","time":{"start":1706103228577,"stop":1706103228581,"duration":4}}]},"71ecaf7e23f4ded6d9f80f37e67a3b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"fe26cd9646606c10","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/fe26cd9646606c10","status":"passed","time":{"start":1705521140298,"stop":1705521140299,"duration":1}},{"uid":"e5a34e4bc90329cc","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/e5a34e4bc90329cc","status":"passed","time":{"start":1705520883413,"stop":1705520883413,"duration":0}},{"uid":"70367f17606032cd","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/70367f17606032cd","status":"passed","time":{"start":1705520300885,"stop":1705520300885,"duration":0}},{"uid":"cbafc05ecb3d424b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/cbafc05ecb3d424b","status":"passed","time":{"start":1705518525958,"stop":1705518525959,"duration":1}},{"uid":"c7c76a51be76529d","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/c7c76a51be76529d","status":"passed","time":{"start":1705518246804,"stop":1705518246805,"duration":1}},{"uid":"53541fdeaedd5750","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/53541fdeaedd5750","status":"passed","time":{"start":1705518140976,"stop":1705518140976,"duration":0}},{"uid":"b65da30dd0bb1431","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/b65da30dd0bb1431","status":"passed","time":{"start":1705518032415,"stop":1705518032416,"duration":1}},{"uid":"a263b682869f3946","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a263b682869f3946","status":"passed","time":{"start":1705508700807,"stop":1705508700807,"duration":0}},{"uid":"1d444e28f7b581f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/1d444e28f7b581f","status":"passed","time":{"start":1705506512641,"stop":1705506512641,"duration":0}},{"uid":"78025364b00e80ed","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/78025364b00e80ed","status":"passed","time":{"start":1705502966505,"stop":1705502966506,"duration":1}},{"uid":"d38f1609da90fd5d","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/d38f1609da90fd5d","status":"passed","time":{"start":1705502370715,"stop":1705502370716,"duration":1}},{"uid":"efbd3b686c7fc3f0","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/efbd3b686c7fc3f0","status":"passed","time":{"start":1705502517767,"stop":1705502517768,"duration":1}},{"uid":"94b351eb8d910a01","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/94b351eb8d910a01","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321686,"stop":1705495321686,"duration":0}},{"uid":"b8994f70a8da9d50","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b8994f70a8da9d50","status":"passed","time":{"start":1705494975686,"stop":1705494975686,"duration":0}},{"uid":"b3083db4bfbc271b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/b3083db4bfbc271b","status":"passed","time":{"start":1705494930742,"stop":1705494930742,"duration":0}},{"uid":"3e7a09926d588dc3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/3e7a09926d588dc3","status":"passed","time":{"start":1705493496315,"stop":1705493496316,"duration":1}},{"uid":"bd2aad2b7676ea28","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/bd2aad2b7676ea28","status":"passed","time":{"start":1705493451247,"stop":1705493451247,"duration":0}},{"uid":"c3dc20305c27a668","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/c3dc20305c27a668","status":"passed","time":{"start":1705485279303,"stop":1705485279303,"duration":0}},{"uid":"a87793bc61386bad","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/a87793bc61386bad","status":"passed","time":{"start":1705485136802,"stop":1705485136802,"duration":0}},{"uid":"1c0fb44c17885353","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1c0fb44c17885353","status":"passed","time":{"start":1705484392929,"stop":1705484392929,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"fa4103d2c0f2f95f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa4103d2c0f2f95f","status":"passed","time":{"start":1706529395070,"stop":1706529395070,"duration":0}},{"uid":"65835532e5a75332","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/65835532e5a75332","status":"passed","time":{"start":1706528358754,"stop":1706528358755,"duration":1}},{"uid":"f2cc08b5992b4316","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f2cc08b5992b4316","status":"passed","time":{"start":1706527285977,"stop":1706527285977,"duration":0}},{"uid":"1a12d23ac09bf697","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1a12d23ac09bf697","status":"passed","time":{"start":1706527028626,"stop":1706527028627,"duration":1}},{"uid":"69797642947140f8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/69797642947140f8","status":"passed","time":{"start":1706526935251,"stop":1706526935251,"duration":0}},{"uid":"654c389d494533d7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/654c389d494533d7","status":"passed","time":{"start":1706526371061,"stop":1706526371061,"duration":0}},{"uid":"4842d60800c59c02","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4842d60800c59c02","status":"passed","time":{"start":1706525823089,"stop":1706525823090,"duration":1}},{"uid":"cbd2c6dec56093b9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cbd2c6dec56093b9","status":"passed","time":{"start":1706525412648,"stop":1706525412649,"duration":1}},{"uid":"8197bea9ea0cf0d6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8197bea9ea0cf0d6","status":"passed","time":{"start":1706468076206,"stop":1706468076207,"duration":1}},{"uid":"d47be9b77df6b433","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d47be9b77df6b433","status":"passed","time":{"start":1706323445951,"stop":1706323445952,"duration":1}},{"uid":"34683d4d95f51aca","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/34683d4d95f51aca","status":"passed","time":{"start":1706321706184,"stop":1706321706185,"duration":1}},{"uid":"e07187e8f98c082b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e07187e8f98c082b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932818,"stop":1706244932819,"duration":1}},{"uid":"bcf63bb3c4ffce5d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/bcf63bb3c4ffce5d","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486097,"stop":1706242486098,"duration":1}},{"uid":"84035b66a83dfb64","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/84035b66a83dfb64","status":"passed","time":{"start":1706115514826,"stop":1706115514826,"duration":0}},{"uid":"145323720a17ee4c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/145323720a17ee4c","status":"passed","time":{"start":1706114699440,"stop":1706114699440,"duration":0}},{"uid":"8bd9e0bd870d0746","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8bd9e0bd870d0746","status":"passed","time":{"start":1706112167449,"stop":1706112167449,"duration":0}},{"uid":"9756181f3e6ca55c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9756181f3e6ca55c","status":"passed","time":{"start":1706111851854,"stop":1706111851854,"duration":0}},{"uid":"b7479647dfac7162","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b7479647dfac7162","status":"passed","time":{"start":1706109770216,"stop":1706109770216,"duration":0}},{"uid":"bd09334b67d93c10","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bd09334b67d93c10","status":"passed","time":{"start":1706103489250,"stop":1706103489251,"duration":1}},{"uid":"c171810fc3ffb13a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c171810fc3ffb13a","status":"passed","time":{"start":1706103311684,"stop":1706103311684,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"84c68e872b08f437","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/84c68e872b08f437","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"duration":0}},{"uid":"6ada9b9d3be0cab1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6ada9b9d3be0cab1","status":"passed","time":{"start":1706528057458,"stop":1706528057458,"duration":0}},{"uid":"3c779661cae29278","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3c779661cae29278","status":"passed","time":{"start":1706526914774,"stop":1706526914774,"duration":0}},{"uid":"88cc19ce64d383a9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/88cc19ce64d383a9","status":"passed","time":{"start":1706526612653,"stop":1706526612653,"duration":0}},{"uid":"66c4d6f1322176bc","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/66c4d6f1322176bc","status":"passed","time":{"start":1706526514768,"stop":1706526514768,"duration":0}},{"uid":"181a2a31c5f865ea","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/181a2a31c5f865ea","status":"passed","time":{"start":1706525945111,"stop":1706525945111,"duration":0}},{"uid":"4cd85fec8f2ce3a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4cd85fec8f2ce3a","status":"passed","time":{"start":1706525418825,"stop":1706525418826,"duration":1}},{"uid":"4cf52f05d692cef1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4cf52f05d692cef1","status":"passed","time":{"start":1706525116053,"stop":1706525116054,"duration":1}},{"uid":"f6303a6f17bead91","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f6303a6f17bead91","status":"passed","time":{"start":1706467681212,"stop":1706467681212,"duration":0}},{"uid":"9dc4cee5bcae0711","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9dc4cee5bcae0711","status":"passed","time":{"start":1706323017125,"stop":1706323017125,"duration":0}},{"uid":"b957da8eeaebfc7f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b957da8eeaebfc7f","status":"passed","time":{"start":1706321333765,"stop":1706321333766,"duration":1}},{"uid":"f81c693fc73d4627","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f81c693fc73d4627","status":"passed","time":{"start":1706115157107,"stop":1706115157107,"duration":0}},{"uid":"91d62a0e6c76edaf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/91d62a0e6c76edaf","status":"passed","time":{"start":1706114292038,"stop":1706114292038,"duration":0}},{"uid":"1ff1a617fb309ee7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1ff1a617fb309ee7","status":"passed","time":{"start":1706111755015,"stop":1706111755018,"duration":3}},{"uid":"3b3b681efd4d4c4e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3b3b681efd4d4c4e","status":"passed","time":{"start":1706111454536,"stop":1706111454536,"duration":0}},{"uid":"5765d70eab69a6b0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5765d70eab69a6b0","status":"passed","time":{"start":1706109346666,"stop":1706109346666,"duration":0}},{"uid":"3f177a5bf67c59b5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3f177a5bf67c59b5","status":"passed","time":{"start":1706103153474,"stop":1706103153475,"duration":1}},{"uid":"da361ed5e0c539f5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/da361ed5e0c539f5","status":"passed","time":{"start":1706102905537,"stop":1706102905539,"duration":2}},{"uid":"c9ee398a223d0707","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c9ee398a223d0707","status":"passed","time":{"start":1706102263608,"stop":1706102263609,"duration":1}},{"uid":"555bb8e2fef334d9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/555bb8e2fef334d9","status":"passed","time":{"start":1706102127473,"stop":1706102127473,"duration":0}}]},"3869ffef8bd99616f1ed7af8114e08a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78e6352333e30c66","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/78e6352333e30c66","status":"passed","time":{"start":1706526783366,"stop":1706526783366,"duration":0}}]},"5ff2c256f5415fd655efcbdd55830f3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"620754c87956d395","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/620754c87956d395","status":"passed","time":{"start":1705435437441,"stop":1705435437441,"duration":0}}]},"007c14fe1d20de80712f3f39f8c70869:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bea74fbca3c3f3f","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/4bea74fbca3c3f3f","status":"passed","time":{"start":1705521870396,"stop":1705521870396,"duration":0}}]},"33e1a359c00802378a20df4b26ed37f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"ad037cb9649135f2","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/ad037cb9649135f2","status":"passed","time":{"start":1706100979766,"stop":1706100979766,"duration":0}},{"uid":"95da6f9ab3dcf15b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/95da6f9ab3dcf15b","status":"passed","time":{"start":1706100012436,"stop":1706100012436,"duration":0}},{"uid":"93301c5b22a96e75","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/93301c5b22a96e75","status":"passed","time":{"start":1706077739090,"stop":1706077739092,"duration":2}},{"uid":"b714324dbb3b30c0","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b714324dbb3b30c0","status":"passed","time":{"start":1706069827478,"stop":1706069827480,"duration":2}},{"uid":"92bfd483b9feb904","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/92bfd483b9feb904","status":"passed","time":{"start":1705950521688,"stop":1705950521688,"duration":0}},{"uid":"5359541eff54c9b9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5359541eff54c9b9","status":"passed","time":{"start":1705938343381,"stop":1705938343381,"duration":0}},{"uid":"fa70fcb67a778e8d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/fa70fcb67a778e8d","status":"passed","time":{"start":1705913488239,"stop":1705913488240,"duration":1}},{"uid":"434075fd357d3a1b","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/434075fd357d3a1b","status":"passed","time":{"start":1705913034278,"stop":1705913034279,"duration":1}},{"uid":"d63c940fc1e35e8d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/d63c940fc1e35e8d","status":"passed","time":{"start":1705912407149,"stop":1705912407149,"duration":0}},{"uid":"afeac889c5c52e66","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/afeac889c5c52e66","status":"passed","time":{"start":1705911588800,"stop":1705911588800,"duration":0}},{"uid":"598086716ea9b30c","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/598086716ea9b30c","status":"passed","time":{"start":1705698799123,"stop":1705698799123,"duration":0}},{"uid":"ba8dd96b45394cfb","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ba8dd96b45394cfb","status":"passed","time":{"start":1705687522375,"stop":1705687522376,"duration":1}},{"uid":"931b43c7f71bc964","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/931b43c7f71bc964","status":"passed","time":{"start":1705687430761,"stop":1705687430762,"duration":1}},{"uid":"9965ce1b174fb320","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9965ce1b174fb320","status":"passed","time":{"start":1705678121496,"stop":1705678121496,"duration":0}},{"uid":"9b635de6f01a667f","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/9b635de6f01a667f","status":"passed","time":{"start":1705678046318,"stop":1705678046318,"duration":0}},{"uid":"92538d74bc658ea3","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/92538d74bc658ea3","status":"passed","time":{"start":1705677908056,"stop":1705677908056,"duration":0}},{"uid":"1c5bee9668f35fca","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/1c5bee9668f35fca","status":"passed","time":{"start":1705677463260,"stop":1705677463260,"duration":0}},{"uid":"c51aaaa3bda9c6f5","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/c51aaaa3bda9c6f5","status":"passed","time":{"start":1705676052717,"stop":1705676052720,"duration":3}},{"uid":"1a71a0779918a97e","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/1a71a0779918a97e","status":"passed","time":{"start":1705675474645,"stop":1705675474645,"duration":0}},{"uid":"62e357e1774264a4","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/62e357e1774264a4","status":"passed","time":{"start":1705670338396,"stop":1705670338397,"duration":1}}]},"fa07f1eac4ac77b82460896c7dd3e590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"558705a6f7b99858","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/558705a6f7b99858","status":"passed","time":{"start":1705567294418,"stop":1705567294419,"duration":1}}]},"7ba556a18edeb6af25a603094830f6ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"755b523b2dd3dc99","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/755b523b2dd3dc99","status":"passed","time":{"start":1705913430283,"stop":1705913430283,"duration":0}}]},"102fce565774810933a7454c04028954:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40013d6be09bae05","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/40013d6be09bae05","status":"passed","time":{"start":1705577406163,"stop":1705577406164,"duration":1}}]},"11b859b3b18d7b778090440005ee0317:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"449ca7417466b0fe","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/449ca7417466b0fe","status":"passed","time":{"start":1706525958165,"stop":1706525958166,"duration":1}}]},"407ca0f2400b0374a3d7e4ee8af9dda6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d8f293d8427210f","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/9d8f293d8427210f","status":"passed","time":{"start":1705572124804,"stop":1705572124804,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"c3f776913e277b9a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c3f776913e277b9a","status":"passed","time":{"start":1706529367439,"stop":1706529367439,"duration":0}},{"uid":"e9ede2c55d1d7484","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e9ede2c55d1d7484","status":"passed","time":{"start":1706528339923,"stop":1706528339923,"duration":0}},{"uid":"485cf76f1d694842","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/485cf76f1d694842","status":"passed","time":{"start":1706527181542,"stop":1706527181543,"duration":1}},{"uid":"8e98da6adf988c6a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8e98da6adf988c6a","status":"passed","time":{"start":1706527016290,"stop":1706527016290,"duration":0}},{"uid":"bc3fceef0d0b55af","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bc3fceef0d0b55af","status":"passed","time":{"start":1706526929193,"stop":1706526929194,"duration":1}},{"uid":"90778fa2eb733254","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/90778fa2eb733254","status":"passed","time":{"start":1706526355565,"stop":1706526355565,"duration":0}},{"uid":"d97840eb01a2d30d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d97840eb01a2d30d","status":"passed","time":{"start":1706525825272,"stop":1706525825273,"duration":1}},{"uid":"4837594ad0e21dd5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4837594ad0e21dd5","status":"passed","time":{"start":1706525414576,"stop":1706525414577,"duration":1}},{"uid":"bf5f7c3dfdcc2419","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bf5f7c3dfdcc2419","status":"passed","time":{"start":1706468084954,"stop":1706468084954,"duration":0}},{"uid":"104b1d6e2d9aa2fe","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/104b1d6e2d9aa2fe","status":"passed","time":{"start":1706323430964,"stop":1706323430964,"duration":0}},{"uid":"e8740e8c92cf2962","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e8740e8c92cf2962","status":"passed","time":{"start":1706321743961,"stop":1706321743961,"duration":0}},{"uid":"ae6b66b624498c05","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ae6b66b624498c05","status":"passed","time":{"start":1706115449525,"stop":1706115449525,"duration":0}},{"uid":"840d5273b984740d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/840d5273b984740d","status":"passed","time":{"start":1706114706799,"stop":1706114706800,"duration":1}},{"uid":"8ff966435d2bbde0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8ff966435d2bbde0","status":"passed","time":{"start":1706112158252,"stop":1706112158252,"duration":0}},{"uid":"7d29aa62805a001c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7d29aa62805a001c","status":"passed","time":{"start":1706111870559,"stop":1706111870559,"duration":0}},{"uid":"e85907f1ed9f2bd5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e85907f1ed9f2bd5","status":"passed","time":{"start":1706109756246,"stop":1706109756246,"duration":0}},{"uid":"e59292c71feafd38","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e59292c71feafd38","status":"passed","time":{"start":1706103280824,"stop":1706103280825,"duration":1}},{"uid":"c62e8d60d3db8a8c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c62e8d60d3db8a8c","status":"passed","time":{"start":1706103332256,"stop":1706103332256,"duration":0}},{"uid":"db9b01085f3b83f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/db9b01085f3b83f","status":"passed","time":{"start":1706102670251,"stop":1706102670252,"duration":1}},{"uid":"a927ffb4bcb6c94e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a927ffb4bcb6c94e","status":"passed","time":{"start":1706102539180,"stop":1706102539180,"duration":0}}]},"9e2c5fec77bbe381beb2fcd273c6581d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"469f28c133298f00","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/469f28c133298f00","status":"passed","time":{"start":1705371412829,"stop":1705371412829,"duration":0}}]},"ff74bf925a26ec904feba860111a34dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84e803484be580bc","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/84e803484be580bc","status":"passed","time":{"start":1705666900234,"stop":1705666900235,"duration":1}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"efa0ec5613ca9fcb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/efa0ec5613ca9fcb","status":"passed","time":{"start":1706529332317,"stop":1706529332318,"duration":1}},{"uid":"340351e64ea53d16","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/340351e64ea53d16","status":"passed","time":{"start":1706528291481,"stop":1706528291481,"duration":0}},{"uid":"97113d30356775a8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/97113d30356775a8","status":"passed","time":{"start":1706527236975,"stop":1706527236976,"duration":1}},{"uid":"e0f424587fa9356f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e0f424587fa9356f","status":"passed","time":{"start":1706526962708,"stop":1706526962708,"duration":0}},{"uid":"ec92b5641f4520ea","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ec92b5641f4520ea","status":"passed","time":{"start":1706526865902,"stop":1706526865903,"duration":1}},{"uid":"96fdccfdf758850f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/96fdccfdf758850f","status":"passed","time":{"start":1706526300417,"stop":1706526300417,"duration":0}},{"uid":"c55fef6f1204c1b6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c55fef6f1204c1b6","status":"passed","time":{"start":1706525759138,"stop":1706525759138,"duration":0}},{"uid":"5fffb9dd8c435865","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5fffb9dd8c435865","status":"passed","time":{"start":1706525355450,"stop":1706525355450,"duration":0}},{"uid":"b9dbb7f3e25e9f92","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b9dbb7f3e25e9f92","status":"broken","statusDetails":"Expected at least 1 peer in each node. Got waku connections: 1 and nwaku: 0","time":{"start":1706467982875,"stop":1706467982875,"duration":0}},{"uid":"a51ee16e10b2563c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a51ee16e10b2563c","status":"passed","time":{"start":1706323387507,"stop":1706323387507,"duration":0}},{"uid":"3a43cb005e8fb883","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3a43cb005e8fb883","status":"passed","time":{"start":1706321612877,"stop":1706321612878,"duration":1}},{"uid":"7be9e9f5a1584064","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7be9e9f5a1584064","status":"passed","time":{"start":1706115462415,"stop":1706115462415,"duration":0}},{"uid":"338db98d5161093e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/338db98d5161093e","status":"passed","time":{"start":1706114612181,"stop":1706114612181,"duration":0}},{"uid":"c413f4aeb1d9ce8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c413f4aeb1d9ce8","status":"passed","time":{"start":1706112092793,"stop":1706112092794,"duration":1}},{"uid":"f61269f8fe682fd7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f61269f8fe682fd7","status":"passed","time":{"start":1706111796128,"stop":1706111796129,"duration":1}},{"uid":"46ebfac850f05449","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/46ebfac850f05449","status":"passed","time":{"start":1706109710122,"stop":1706109710122,"duration":0}},{"uid":"c98d6ab2ed4c7535","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c98d6ab2ed4c7535","status":"passed","time":{"start":1706103427350,"stop":1706103427351,"duration":1}},{"uid":"3beb762384a3e876","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3beb762384a3e876","status":"passed","time":{"start":1706103228585,"stop":1706103228585,"duration":0}},{"uid":"2a07b4abd78ea352","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2a07b4abd78ea352","status":"passed","time":{"start":1706102603450,"stop":1706102603450,"duration":0}},{"uid":"53bdbdb7bcaa4d4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/53bdbdb7bcaa4d4","status":"passed","time":{"start":1706102474584,"stop":1706102474584,"duration":0}}]},"54f04b02737afe7a62206c54e1797ecc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d51b0af2264a1706","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/d51b0af2264a1706","status":"passed","time":{"start":1705912407154,"stop":1705912407154,"duration":0}}]},"ddec30eeec38b6b7c2ed078adbcf40a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"775245f0c1140173","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/775245f0c1140173","status":"passed","time":{"start":1705525499037,"stop":1705525499037,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"4020e80bc487ad3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4020e80bc487ad3","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"duration":0}},{"uid":"b1dcfe0ae3414730","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b1dcfe0ae3414730","status":"passed","time":{"start":1706528204718,"stop":1706528204718,"duration":0}},{"uid":"967d8340c8088626","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/967d8340c8088626","status":"passed","time":{"start":1706527099422,"stop":1706527099423,"duration":1}},{"uid":"2899041cfdff5bfa","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2899041cfdff5bfa","status":"passed","time":{"start":1706526797230,"stop":1706526797231,"duration":1}},{"uid":"c75a16182dcf0f01","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c75a16182dcf0f01","status":"passed","time":{"start":1706526702304,"stop":1706526702304,"duration":0}},{"uid":"80310fb2c98f9964","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/80310fb2c98f9964","status":"passed","time":{"start":1706526144644,"stop":1706526144645,"duration":1}},{"uid":"a26f858237d1f4fb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a26f858237d1f4fb","status":"passed","time":{"start":1706525605488,"stop":1706525605489,"duration":1}},{"uid":"6ab8190f7f770958","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6ab8190f7f770958","status":"passed","time":{"start":1706525237521,"stop":1706525237522,"duration":1}},{"uid":"7fec7507462e3b0e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7fec7507462e3b0e","status":"passed","time":{"start":1706467847959,"stop":1706467847959,"duration":0}},{"uid":"d6d7be3b9dfef956","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d6d7be3b9dfef956","status":"passed","time":{"start":1706323224596,"stop":1706323224596,"duration":0}},{"uid":"b501f6254ecb16fb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b501f6254ecb16fb","status":"passed","time":{"start":1706321490519,"stop":1706321490519,"duration":0}},{"uid":"7b5b21379a2935b6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7b5b21379a2935b6","status":"passed","time":{"start":1706115297918,"stop":1706115297918,"duration":0}},{"uid":"ef198b5c4686aecf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ef198b5c4686aecf","status":"passed","time":{"start":1706114468911,"stop":1706114468912,"duration":1}},{"uid":"5b818243d049369a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5b818243d049369a","status":"passed","time":{"start":1706111928724,"stop":1706111928724,"duration":0}},{"uid":"3ba0dfe62f8b5c40","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3ba0dfe62f8b5c40","status":"passed","time":{"start":1706111629331,"stop":1706111629331,"duration":0}},{"uid":"eafeaed0dc69c8ce","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/eafeaed0dc69c8ce","status":"passed","time":{"start":1706109548355,"stop":1706109548355,"duration":0}},{"uid":"b5525e18dad828fc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b5525e18dad828fc","status":"passed","time":{"start":1706103319933,"stop":1706103319934,"duration":1}},{"uid":"8640424553a357fa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8640424553a357fa","status":"passed","time":{"start":1706103066459,"stop":1706103066459,"duration":0}},{"uid":"30c859f5ec1f5faf","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/30c859f5ec1f5faf","status":"passed","time":{"start":1706102448469,"stop":1706102448469,"duration":0}},{"uid":"51feae9bd6853ca9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/51feae9bd6853ca9","status":"passed","time":{"start":1706102342946,"stop":1706102342947,"duration":1}}]},"e653bf1f604dc61d6ed8e2076a4bd4f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"350403d4b4a1b20a","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/350403d4b4a1b20a","status":"passed","time":{"start":1705502370737,"stop":1705502370737,"duration":0}}]},"52647ff0f2a3c670415fd5f2c9c2a52f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6b6836d9e6aa66d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d6b6836d9e6aa66d","status":"passed","time":{"start":1706525593261,"stop":1706525593272,"duration":11}}]},"de65368ca8e04bf1ee9431b532096207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb32b6cf316ac774","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/fb32b6cf316ac774","status":"passed","time":{"start":1705432999902,"stop":1705432999902,"duration":0}}]},"825a41175ec987ac9a4efd55330af694:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ab764b7a46fcb81","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3ab764b7a46fcb81","status":"passed","time":{"start":1706528290478,"stop":1706528290478,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":85,"unknown":0,"total":85},"items":[{"uid":"7014bab0fa3f866c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7014bab0fa3f866c","status":"passed","time":{"start":1706528851378,"stop":1706528851379,"duration":1}},{"uid":"5668ece840fd6f25","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5668ece840fd6f25","status":"passed","time":{"start":1706527824197,"stop":1706527824198,"duration":1}},{"uid":"a3f7a85f7469799","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a3f7a85f7469799","status":"passed","time":{"start":1706526834959,"stop":1706526834960,"duration":1}},{"uid":"989c3c2a431d4034","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/989c3c2a431d4034","status":"passed","time":{"start":1706526535010,"stop":1706526535010,"duration":0}},{"uid":"ae20972d1a72f948","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ae20972d1a72f948","status":"passed","time":{"start":1706526444477,"stop":1706526444478,"duration":1}},{"uid":"f099802a5819c406","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f099802a5819c406","status":"passed","time":{"start":1706525868579,"stop":1706525868579,"duration":0}},{"uid":"264cfd7647b5c5fa","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/264cfd7647b5c5fa","status":"passed","time":{"start":1706525336016,"stop":1706525336016,"duration":0}},{"uid":"c9009077e274d031","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c9009077e274d031","status":"passed","time":{"start":1706524893166,"stop":1706524893166,"duration":0}},{"uid":"f285b33e13ce6af0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f285b33e13ce6af0","status":"passed","time":{"start":1706467588099,"stop":1706467588099,"duration":0}},{"uid":"378a54a9834283aa","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/378a54a9834283aa","status":"passed","time":{"start":1706322942307,"stop":1706322942308,"duration":1}},{"uid":"b73970037594aaa5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b73970037594aaa5","status":"passed","time":{"start":1706321258742,"stop":1706321258742,"duration":0}},{"uid":"d55624d007631a16","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d55624d007631a16","status":"passed","time":{"start":1706115030715,"stop":1706115030715,"duration":0}},{"uid":"fe153a08c033dbab","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fe153a08c033dbab","status":"passed","time":{"start":1706114200933,"stop":1706114200934,"duration":1}},{"uid":"96425171ec190060","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/96425171ec190060","status":"passed","time":{"start":1706111673818,"stop":1706111673819,"duration":1}},{"uid":"d5acc555d1f821","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d5acc555d1f821","status":"passed","time":{"start":1706111361508,"stop":1706111361508,"duration":0}},{"uid":"4c3e66cfcadc7a93","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4c3e66cfcadc7a93","status":"passed","time":{"start":1706109265211,"stop":1706109265212,"duration":1}},{"uid":"b8b55dd6315ad5a0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b8b55dd6315ad5a0","status":"passed","time":{"start":1706103084489,"stop":1706103084489,"duration":0}},{"uid":"a00f917183bd9fa6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a00f917183bd9fa6","status":"passed","time":{"start":1706102823115,"stop":1706102823115,"duration":0}},{"uid":"299010606366a6d7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/299010606366a6d7","status":"passed","time":{"start":1706102183493,"stop":1706102183493,"duration":0}},{"uid":"ecf8c366afb9d41f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ecf8c366afb9d41f","status":"passed","time":{"start":1706102054640,"stop":1706102054641,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e5d1dde7cfdd1667","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5d1dde7cfdd1667","status":"passed","time":{"start":1706528758829,"stop":1706528758830,"duration":1}},{"uid":"372e26dfa51aa00d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/372e26dfa51aa00d","status":"passed","time":{"start":1706527727368,"stop":1706527727369,"duration":1}},{"uid":"83f273d36fe6e535","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/83f273d36fe6e535","status":"passed","time":{"start":1706526742227,"stop":1706526742228,"duration":1}},{"uid":"1d962244e057accb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1d962244e057accb","status":"passed","time":{"start":1706526438949,"stop":1706526438951,"duration":2}},{"uid":"764ede189e58a615","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/764ede189e58a615","status":"passed","time":{"start":1706526344147,"stop":1706526344148,"duration":1}},{"uid":"3b1e69633a7f5bac","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3b1e69633a7f5bac","status":"passed","time":{"start":1706525773122,"stop":1706525773124,"duration":2}},{"uid":"e515c7b5e17d343a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e515c7b5e17d343a","status":"passed","time":{"start":1706525240156,"stop":1706525240157,"duration":1}},{"uid":"b79d06abaaa4528b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b79d06abaaa4528b","status":"passed","time":{"start":1706524801315,"stop":1706524801317,"duration":2}},{"uid":"9fc30ede9561388","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9fc30ede9561388","status":"passed","time":{"start":1706467495249,"stop":1706467495250,"duration":1}},{"uid":"f45bd600fdefa9d9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f45bd600fdefa9d9","status":"passed","time":{"start":1706322848193,"stop":1706322848194,"duration":1}},{"uid":"61c89d2b67811368","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/61c89d2b67811368","status":"passed","time":{"start":1706321161126,"stop":1706321161128,"duration":2}},{"uid":"84f38a38bdea0a38","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/84f38a38bdea0a38","status":"passed","time":{"start":1706244677365,"stop":1706244677366,"duration":1}},{"uid":"f18a77e154068eca","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f18a77e154068eca","status":"passed","time":{"start":1706242245762,"stop":1706242245763,"duration":1}},{"uid":"eef9d7cb41c270b8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/eef9d7cb41c270b8","status":"passed","time":{"start":1706114934109,"stop":1706114934110,"duration":1}},{"uid":"b079c819bf0ebe48","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b079c819bf0ebe48","status":"passed","time":{"start":1706114104718,"stop":1706114104720,"duration":2}},{"uid":"72d4a67b3c72b46c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/72d4a67b3c72b46c","status":"passed","time":{"start":1706111579386,"stop":1706111579387,"duration":1}},{"uid":"bb1481a92a79920e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bb1481a92a79920e","status":"passed","time":{"start":1706111268886,"stop":1706111268888,"duration":2}},{"uid":"593c7ab5db44cbb9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/593c7ab5db44cbb9","status":"passed","time":{"start":1706109171683,"stop":1706109171685,"duration":2}},{"uid":"7c95568f68f47db9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7c95568f68f47db9","status":"passed","time":{"start":1706102989359,"stop":1706102989361,"duration":2}},{"uid":"71249b9720345a86","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/71249b9720345a86","status":"passed","time":{"start":1706102729214,"stop":1706102729216,"duration":2}}]},"c2b348d4bb396b3cedc9fbb0f2638899:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0cf225bb807bf9e","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/e0cf225bb807bf9e","status":"passed","time":{"start":1705666613636,"stop":1705666613636,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"ec182256362f6fe7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ec182256362f6fe7","status":"passed","time":{"start":1706529092204,"stop":1706529092205,"duration":1}},{"uid":"314b907fb4a80777","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/314b907fb4a80777","status":"passed","time":{"start":1706528057434,"stop":1706528057435,"duration":1}},{"uid":"e391d3c4af1f8244","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e391d3c4af1f8244","status":"passed","time":{"start":1706526914762,"stop":1706526914762,"duration":0}},{"uid":"275f6061fc717ac","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/275f6061fc717ac","status":"passed","time":{"start":1706526612632,"stop":1706526612632,"duration":0}},{"uid":"f4b1dcf0370c7f1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f4b1dcf0370c7f1","status":"passed","time":{"start":1706526514759,"stop":1706526514760,"duration":1}},{"uid":"778cb959b6c43410","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/778cb959b6c43410","status":"passed","time":{"start":1706525945104,"stop":1706525945104,"duration":0}},{"uid":"15df02c368badfb9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/15df02c368badfb9","status":"passed","time":{"start":1706525418817,"stop":1706525418817,"duration":0}},{"uid":"312c0d84e7d0d237","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/312c0d84e7d0d237","status":"passed","time":{"start":1706525116047,"stop":1706525116047,"duration":0}},{"uid":"8fa1a1652d20e80a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8fa1a1652d20e80a","status":"passed","time":{"start":1706467681187,"stop":1706467681194,"duration":7}},{"uid":"fc01478df4fb3d72","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fc01478df4fb3d72","status":"passed","time":{"start":1706323017118,"stop":1706323017118,"duration":0}},{"uid":"9015c42f80d665fe","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9015c42f80d665fe","status":"passed","time":{"start":1706321333753,"stop":1706321333753,"duration":0}},{"uid":"3431d94ff25415e8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3431d94ff25415e8","status":"passed","time":{"start":1706115157089,"stop":1706115157093,"duration":4}},{"uid":"dd6ef4a9247f448c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dd6ef4a9247f448c","status":"passed","time":{"start":1706114292028,"stop":1706114292028,"duration":0}},{"uid":"b4a38266717dc1f1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b4a38266717dc1f1","status":"passed","time":{"start":1706111754998,"stop":1706111754999,"duration":1}},{"uid":"cbf95ac291b42fb6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cbf95ac291b42fb6","status":"passed","time":{"start":1706111454527,"stop":1706111454528,"duration":1}},{"uid":"a0ddb3788a9a1118","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a0ddb3788a9a1118","status":"passed","time":{"start":1706109346657,"stop":1706109346658,"duration":1}},{"uid":"f1a67f767dd3f032","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f1a67f767dd3f032","status":"passed","time":{"start":1706103153465,"stop":1706103153466,"duration":1}},{"uid":"7f03980d4bde063e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7f03980d4bde063e","status":"passed","time":{"start":1706102905521,"stop":1706102905521,"duration":0}},{"uid":"a063e34d37939ee2","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a063e34d37939ee2","status":"passed","time":{"start":1706102263599,"stop":1706102263599,"duration":0}},{"uid":"f95be9660fadadb6","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f95be9660fadadb6","status":"passed","time":{"start":1706102127466,"stop":1706102127467,"duration":1}}]},"f3195073493de38d5fbdea5738cdc4cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c489ce657a346343","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c489ce657a346343","status":"passed","time":{"start":1706102491821,"stop":1706102491821,"duration":0}}]},"0bc1b177113e93b34f20b6b7b9003085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3580252ddbbf85ca","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/3580252ddbbf85ca","status":"passed","time":{"start":1705421336123,"stop":1705421336123,"duration":0}}]},"affd6c44ed37b5281123874742d7f1f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"635a235d550b1871","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/635a235d550b1871","status":"passed","time":{"start":1705670338401,"stop":1705670338402,"duration":1}}]},"5bd82fa98c476ada5206ae07fba6c3e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eed59153edfd172b","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/eed59153edfd172b","status":"passed","time":{"start":1705570444661,"stop":1705570444661,"duration":0}}]},"24539d7f8a73f4c0b93b970b9a6b50a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d43286b3a7fb5b5f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d43286b3a7fb5b5f","status":"passed","time":{"start":1706111693413,"stop":1706111693414,"duration":1}}]},"27c823797e575a4ebd20a4858c4613b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f47cfd6dbbef7814","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f47cfd6dbbef7814","status":"passed","time":{"start":1706526866916,"stop":1706526866917,"duration":1}}]},"faabe96b520bd5238ca9708f53b8b116:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"530804b8b1d5b0fc","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/530804b8b1d5b0fc","status":"passed","time":{"start":1705681713155,"stop":1705681713156,"duration":1}}]},"2e50151489502a47ada33e238979f08c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1b983262111bd87","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/f1b983262111bd87","status":"passed","time":{"start":1705665564127,"stop":1705665564128,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"4636cb6115b2d7a8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4636cb6115b2d7a8","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0}},{"uid":"3f71c055b5d89e9c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3f71c055b5d89e9c","status":"passed","time":{"start":1706528353252,"stop":1706528353253,"duration":1}},{"uid":"2cd75d1fa057d96f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2cd75d1fa057d96f","status":"passed","time":{"start":1706527278813,"stop":1706527278814,"duration":1}},{"uid":"f9e0c2495ff2331","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f9e0c2495ff2331","status":"passed","time":{"start":1706527029246,"stop":1706527029246,"duration":0}},{"uid":"f643604de52f7f5a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f643604de52f7f5a","status":"passed","time":{"start":1706526928448,"stop":1706526928448,"duration":0}},{"uid":"675f69596acea612","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/675f69596acea612","status":"passed","time":{"start":1706526369755,"stop":1706526369756,"duration":1}},{"uid":"dcb3607e2618a98f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dcb3607e2618a98f","status":"passed","time":{"start":1706525831085,"stop":1706525831086,"duration":1}},{"uid":"a72d3e42047da94","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a72d3e42047da94","status":"passed","time":{"start":1706525422169,"stop":1706525422170,"duration":1}},{"uid":"f5a5eb10799b29e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f5a5eb10799b29e","status":"passed","time":{"start":1706468076433,"stop":1706468076433,"duration":0}},{"uid":"b00535a84d1d56b1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b00535a84d1d56b1","status":"passed","time":{"start":1706323442930,"stop":1706323442930,"duration":0}},{"uid":"325b3bd41b28f99d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/325b3bd41b28f99d","status":"passed","time":{"start":1706321711466,"stop":1706321711466,"duration":0}},{"uid":"7d3903dffae1e319","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7d3903dffae1e319","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244892050,"stop":1706244892050,"duration":0}},{"uid":"45c2bdf454b7048c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/45c2bdf454b7048c","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242420650,"stop":1706242420650,"duration":0}},{"uid":"a3cd6bfc4e65b5f4","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a3cd6bfc4e65b5f4","status":"passed","time":{"start":1706115514665,"stop":1706115514665,"duration":0}},{"uid":"1a333c2b30d6fe8d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1a333c2b30d6fe8d","status":"passed","time":{"start":1706114679496,"stop":1706114679497,"duration":1}},{"uid":"4a7e0800fa80d768","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4a7e0800fa80d768","status":"passed","time":{"start":1706112166159,"stop":1706112166159,"duration":0}},{"uid":"ca1cdd4c4142186","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ca1cdd4c4142186","status":"passed","time":{"start":1706111864523,"stop":1706111864524,"duration":1}},{"uid":"b4dcd5ec55b7b832","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b4dcd5ec55b7b832","status":"passed","time":{"start":1706109770034,"stop":1706109770034,"duration":0}},{"uid":"5f3edcbe5a209566","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5f3edcbe5a209566","status":"passed","time":{"start":1706103500626,"stop":1706103500626,"duration":0}},{"uid":"5e5cefd1d6f7028d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5e5cefd1d6f7028d","status":"passed","time":{"start":1706103320916,"stop":1706103320917,"duration":1}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"17f443c192f06866","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/17f443c192f06866","status":"passed","time":{"start":1706529218529,"stop":1706529218530,"duration":1}},{"uid":"d3f6bfe36357e84f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d3f6bfe36357e84f","status":"passed","time":{"start":1706528190586,"stop":1706528190586,"duration":0}},{"uid":"e55950185cbc4b06","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e55950185cbc4b06","status":"passed","time":{"start":1706527166765,"stop":1706527166766,"duration":1}},{"uid":"f9862c702488bdeb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f9862c702488bdeb","status":"passed","time":{"start":1706526866902,"stop":1706526866902,"duration":0}},{"uid":"e02f805aec97756","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e02f805aec97756","status":"passed","time":{"start":1706526763573,"stop":1706526763573,"duration":0}},{"uid":"af6fc771010036a8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/af6fc771010036a8","status":"passed","time":{"start":1706526185695,"stop":1706526185695,"duration":0}},{"uid":"3595369dd5330f27","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3595369dd5330f27","status":"passed","time":{"start":1706525658987,"stop":1706525658992,"duration":5}},{"uid":"a73c06444ad232f0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a73c06444ad232f0","status":"passed","time":{"start":1706525242379,"stop":1706525242379,"duration":0}},{"uid":"b6af35d148239a0a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b6af35d148239a0a","status":"passed","time":{"start":1706467906889,"stop":1706467906889,"duration":0}},{"uid":"f0b1a27d8809c3bd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f0b1a27d8809c3bd","status":"passed","time":{"start":1706323273284,"stop":1706323273285,"duration":1}},{"uid":"a27a29cda0ab8d4e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a27a29cda0ab8d4e","status":"passed","time":{"start":1706321575889,"stop":1706321575889,"duration":0}},{"uid":"dc28dd6263e8eb84","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/dc28dd6263e8eb84","status":"passed","time":{"start":1706115384057,"stop":1706115384057,"duration":0}},{"uid":"fc0d762d6ff4d82f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fc0d762d6ff4d82f","status":"passed","time":{"start":1706114521951,"stop":1706114521951,"duration":0}},{"uid":"1550c99864899f52","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1550c99864899f52","status":"passed","time":{"start":1706112015264,"stop":1706112015264,"duration":0}},{"uid":"4f6a0a26ec207d68","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4f6a0a26ec207d68","status":"passed","time":{"start":1706111693408,"stop":1706111693408,"duration":0}},{"uid":"d38c24e1c7a10f2f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d38c24e1c7a10f2f","status":"passed","time":{"start":1706109609745,"stop":1706109609745,"duration":0}},{"uid":"4b511e626422f5e7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4b511e626422f5e7","status":"passed","time":{"start":1706103393435,"stop":1706103393436,"duration":1}},{"uid":"f8b0e60271639905","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f8b0e60271639905","status":"passed","time":{"start":1706103153320,"stop":1706103153320,"duration":0}},{"uid":"504ac96f45c4e013","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/504ac96f45c4e013","status":"passed","time":{"start":1706102507029,"stop":1706102507029,"duration":0}},{"uid":"67efc766786f9330","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/67efc766786f9330","status":"passed","time":{"start":1706102385190,"stop":1706102385190,"duration":0}}]},"673addd416aaab74767328dd16d24deb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":20,"unknown":0,"total":21},"items":[{"uid":"dadf274e6bc87429","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/dadf274e6bc87429","status":"passed","time":{"start":1705591024959,"stop":1705591024959,"duration":0}},{"uid":"2036ecf09d774c30","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/2036ecf09d774c30","status":"passed","time":{"start":1705590970649,"stop":1705590970649,"duration":0}},{"uid":"b589a7c2fa37266b","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/b589a7c2fa37266b","status":"passed","time":{"start":1705577909068,"stop":1705577909068,"duration":0}},{"uid":"a248f97be4c79d17","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/a248f97be4c79d17","status":"passed","time":{"start":1705577728595,"stop":1705577728595,"duration":0}},{"uid":"8b550fd1b65c48bc","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/8b550fd1b65c48bc","status":"passed","time":{"start":1705577379110,"stop":1705577379110,"duration":0}},{"uid":"b5c16b5638ff1d28","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/b5c16b5638ff1d28","status":"passed","time":{"start":1705577276812,"stop":1705577276812,"duration":0}},{"uid":"be8fb47b893ca7bf","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/be8fb47b893ca7bf","status":"passed","time":{"start":1705572848048,"stop":1705572848049,"duration":1}},{"uid":"b9794dacfa252d68","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/b9794dacfa252d68","status":"passed","time":{"start":1705572663440,"stop":1705572663440,"duration":0}},{"uid":"ab04f2930ad7a459","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/ab04f2930ad7a459","status":"passed","time":{"start":1705572143615,"stop":1705572143616,"duration":1}},{"uid":"ee1293748fa05d76","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/ee1293748fa05d76","status":"passed","time":{"start":1705570457999,"stop":1705570457999,"duration":0}},{"uid":"7d06c9201ac62196","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/7d06c9201ac62196","status":"passed","time":{"start":1705567297117,"stop":1705567297117,"duration":0}},{"uid":"3dcde4dea2c0a50e","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/3dcde4dea2c0a50e","status":"passed","time":{"start":1705526867618,"stop":1705526867618,"duration":0}},{"uid":"95131fb64d18dc63","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/95131fb64d18dc63","status":"passed","time":{"start":1705525658712,"stop":1705525658712,"duration":0}},{"uid":"4d1997c8cb314b1f","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/4d1997c8cb314b1f","status":"passed","time":{"start":1705525515352,"stop":1705525515356,"duration":4}},{"uid":"bdd03a0686f8ad96","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/bdd03a0686f8ad96","status":"passed","time":{"start":1705525388025,"stop":1705525388039,"duration":14}},{"uid":"c0c2a8c04c69ebcb","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/c0c2a8c04c69ebcb","status":"passed","time":{"start":1705525317825,"stop":1705525317826,"duration":1}},{"uid":"fb2fac8336301553","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/fb2fac8336301553","status":"passed","time":{"start":1705521844341,"stop":1705521844342,"duration":1}},{"uid":"fc1804acd1612e9c","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/fc1804acd1612e9c","status":"passed","time":{"start":1705521768316,"stop":1705521768316,"duration":0}},{"uid":"86b6998a177915ef","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/86b6998a177915ef","status":"passed","time":{"start":1705521294963,"stop":1705521294964,"duration":1}},{"uid":"e2c52f4d84146a0d","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/e2c52f4d84146a0d","status":"passed","time":{"start":1705520774258,"stop":1705520774258,"duration":0}}]},"34b1d22b16d694d1153c0e00235678e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dddbbe35271c1f71","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/dddbbe35271c1f71","status":"passed","time":{"start":1705521267313,"stop":1705521267314,"duration":1}}]},"22aa2da9eee85afe086ee7d8f47b53de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97f8abf1731031a5","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/97f8abf1731031a5","status":"passed","time":{"start":1705439349005,"stop":1705439349006,"duration":1}}]},"43ae509cf2272d0e21d102dbe5d4183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de81d26f934d7420","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/de81d26f934d7420","status":"passed","time":{"start":1706100012441,"stop":1706100012441,"duration":0}}]},"6c0c5d8208a3cac7d896e88502083925:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83510a2f9e68cd28","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/83510a2f9e68cd28","status":"passed","time":{"start":1705938343413,"stop":1705938343413,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":127,"unknown":0,"total":127},"items":[{"uid":"96b2efa949df5b6f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/96b2efa949df5b6f","status":"passed","time":{"start":1706526715525,"stop":1706526715525,"duration":0}},{"uid":"113650eac66c8a76","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/113650eac66c8a76","status":"passed","time":{"start":1706525746906,"stop":1706525746906,"duration":0}},{"uid":"7ac39c8e7134918f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7ac39c8e7134918f","status":"passed","time":{"start":1706525213854,"stop":1706525213854,"duration":0}},{"uid":"9a66f140f5d745c0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9a66f140f5d745c0","status":"passed","time":{"start":1706524774994,"stop":1706524774994,"duration":0}},{"uid":"da87d36f36760773","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/da87d36f36760773","status":"passed","time":{"start":1706467468941,"stop":1706467468941,"duration":0}},{"uid":"c14b54326501eeb1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c14b54326501eeb1","status":"passed","time":{"start":1706322821112,"stop":1706322821112,"duration":0}},{"uid":"22c6dab23042936f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/22c6dab23042936f","status":"passed","time":{"start":1706321134773,"stop":1706321134774,"duration":1}},{"uid":"c75c370101ee8119","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c75c370101ee8119","status":"passed","time":{"start":1706244650763,"stop":1706244650763,"duration":0}},{"uid":"7ef11e6d3f636311","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7ef11e6d3f636311","status":"passed","time":{"start":1706242218997,"stop":1706242218997,"duration":0}},{"uid":"14e8b8216ec391e8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/14e8b8216ec391e8","status":"passed","time":{"start":1706114907315,"stop":1706114907315,"duration":0}},{"uid":"b1a52d45bc93a58c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b1a52d45bc93a58c","status":"passed","time":{"start":1706114077934,"stop":1706114077934,"duration":0}},{"uid":"1a35eff6e891fed2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1a35eff6e891fed2","status":"passed","time":{"start":1706111552872,"stop":1706111552872,"duration":0}},{"uid":"ff2428ce34725841","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ff2428ce34725841","status":"passed","time":{"start":1706111242328,"stop":1706111242328,"duration":0}},{"uid":"25099b7385decf62","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/25099b7385decf62","status":"passed","time":{"start":1706109144389,"stop":1706109144389,"duration":0}},{"uid":"a7547a5dabd1b30a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a7547a5dabd1b30a","status":"passed","time":{"start":1706102962897,"stop":1706102962898,"duration":1}},{"uid":"217acb5b67e25616","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/217acb5b67e25616","status":"passed","time":{"start":1706102702687,"stop":1706102702688,"duration":1}},{"uid":"ac758b24ee7bbdcd","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ac758b24ee7bbdcd","status":"passed","time":{"start":1706102062693,"stop":1706102062693,"duration":0}},{"uid":"ccd0a28ecafdefb9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ccd0a28ecafdefb9","status":"passed","time":{"start":1706101934278,"stop":1706101934278,"duration":0}},{"uid":"11e3c1571a5cb584","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/11e3c1571a5cb584","status":"passed","time":{"start":1706101759325,"stop":1706101759325,"duration":0}},{"uid":"54ce80cab1fe0003","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/54ce80cab1fe0003","status":"passed","time":{"start":1706101145133,"stop":1706101145133,"duration":0}}]},"66a86df5b2d6689d14d1c569e94e6d6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f5d50330343989","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/21f5d50330343989","status":"passed","time":{"start":1705424574635,"stop":1705424574635,"duration":0}}]},"e3c4e0598a0bf3e632f7ede9e1d770db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f95b939eb67a9465","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/f95b939eb67a9465","status":"passed","time":{"start":1705435394612,"stop":1705435394612,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"64c19d00c26f6599","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/64c19d00c26f6599","status":"passed","time":{"start":1706529092221,"stop":1706529092221,"duration":0}},{"uid":"6d2aafdf101da998","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6d2aafdf101da998","status":"passed","time":{"start":1706528057474,"stop":1706528057474,"duration":0}},{"uid":"b96fba637c6d8056","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b96fba637c6d8056","status":"passed","time":{"start":1706526914787,"stop":1706526914787,"duration":0}},{"uid":"afe4d7f63d3a8386","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/afe4d7f63d3a8386","status":"passed","time":{"start":1706526612680,"stop":1706526612683,"duration":3}},{"uid":"786c4f2ac0796f9e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/786c4f2ac0796f9e","status":"passed","time":{"start":1706526514774,"stop":1706526514775,"duration":1}},{"uid":"dcf48e882444af23","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dcf48e882444af23","status":"passed","time":{"start":1706525945120,"stop":1706525945121,"duration":1}},{"uid":"45e514774a61d7bd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/45e514774a61d7bd","status":"passed","time":{"start":1706525418837,"stop":1706525418838,"duration":1}},{"uid":"5027082bc55258ab","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5027082bc55258ab","status":"passed","time":{"start":1706525116059,"stop":1706525116060,"duration":1}},{"uid":"64f517ca19b07600","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/64f517ca19b07600","status":"passed","time":{"start":1706467681231,"stop":1706467681231,"duration":0}},{"uid":"77c200d5b821b7fc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/77c200d5b821b7fc","status":"passed","time":{"start":1706323017133,"stop":1706323017133,"duration":0}},{"uid":"b7b10c0d515e7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b7b10c0d515e7","status":"passed","time":{"start":1706321333778,"stop":1706321333778,"duration":0}},{"uid":"18bd4f46ddc79204","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/18bd4f46ddc79204","status":"passed","time":{"start":1706115157116,"stop":1706115157116,"duration":0}},{"uid":"a4ba1ffb0834e35c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a4ba1ffb0834e35c","status":"passed","time":{"start":1706114292044,"stop":1706114292045,"duration":1}},{"uid":"3b9068c973321083","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3b9068c973321083","status":"passed","time":{"start":1706111755035,"stop":1706111755036,"duration":1}},{"uid":"11fd36d13d0b3bc7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/11fd36d13d0b3bc7","status":"passed","time":{"start":1706111454559,"stop":1706111454563,"duration":4}},{"uid":"dc4974efa3a0e122","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dc4974efa3a0e122","status":"passed","time":{"start":1706109346678,"stop":1706109346679,"duration":1}},{"uid":"70904ebb1a72ff76","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/70904ebb1a72ff76","status":"passed","time":{"start":1706103153521,"stop":1706103153522,"duration":1}},{"uid":"e88210c1cb12c2ea","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e88210c1cb12c2ea","status":"passed","time":{"start":1706102905548,"stop":1706102905549,"duration":1}},{"uid":"1645f67505afdead","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1645f67505afdead","status":"passed","time":{"start":1706102263617,"stop":1706102263618,"duration":1}},{"uid":"d9e28cef2313c72d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d9e28cef2313c72d","status":"passed","time":{"start":1706102127490,"stop":1706102127491,"duration":1}}]},"040a49a33f49e2d78753a1f97ce36d97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"a1a41603f0b0fc6e","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/a1a41603f0b0fc6e","status":"passed","time":{"start":1705521140304,"stop":1705521140304,"duration":0}},{"uid":"2f29d0ae7beb7ec5","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/2f29d0ae7beb7ec5","status":"passed","time":{"start":1705520883420,"stop":1705520883420,"duration":0}},{"uid":"f9c99029f2044924","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f9c99029f2044924","status":"passed","time":{"start":1705520300892,"stop":1705520300892,"duration":0}},{"uid":"89e17061877ee9b1","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/89e17061877ee9b1","status":"passed","time":{"start":1705518525966,"stop":1705518525966,"duration":0}},{"uid":"b402784625f90cc7","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b402784625f90cc7","status":"passed","time":{"start":1705518246811,"stop":1705518246811,"duration":0}},{"uid":"8487626b0098b0ed","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/8487626b0098b0ed","status":"passed","time":{"start":1705518140987,"stop":1705518140988,"duration":1}},{"uid":"242829c5317fb63","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/242829c5317fb63","status":"passed","time":{"start":1705518032423,"stop":1705518032423,"duration":0}},{"uid":"6d518e78571097d3","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/6d518e78571097d3","status":"passed","time":{"start":1705508700815,"stop":1705508700815,"duration":0}},{"uid":"5f29269008eeee0f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/5f29269008eeee0f","status":"passed","time":{"start":1705506512661,"stop":1705506512661,"duration":0}},{"uid":"50742e278341e67c","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/50742e278341e67c","status":"passed","time":{"start":1705502966519,"stop":1705502966519,"duration":0}},{"uid":"d9f0f63844b3fdf","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/d9f0f63844b3fdf","status":"passed","time":{"start":1705502370730,"stop":1705502370730,"duration":0}},{"uid":"78a5190d09b2139","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/78a5190d09b2139","status":"passed","time":{"start":1705502517774,"stop":1705502517775,"duration":1}},{"uid":"d162b068caee5f11","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/d162b068caee5f11","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321699,"stop":1705495321699,"duration":0}},{"uid":"7c20f70d6832bee3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/7c20f70d6832bee3","status":"passed","time":{"start":1705494975694,"stop":1705494975694,"duration":0}},{"uid":"35951ff2a4df3394","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/35951ff2a4df3394","status":"passed","time":{"start":1705494930762,"stop":1705494930762,"duration":0}},{"uid":"932273b194d667f2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/932273b194d667f2","status":"passed","time":{"start":1705493496370,"stop":1705493496370,"duration":0}},{"uid":"6f56bba4abdcb81d","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/6f56bba4abdcb81d","status":"passed","time":{"start":1705493451254,"stop":1705493451254,"duration":0}},{"uid":"1622c595333eb13d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/1622c595333eb13d","status":"passed","time":{"start":1705485279308,"stop":1705485279308,"duration":0}},{"uid":"f674f93b0e10ef08","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/f674f93b0e10ef08","status":"passed","time":{"start":1705485136810,"stop":1705485136810,"duration":0}},{"uid":"cb80c2f29e524b0","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/cb80c2f29e524b0","status":"passed","time":{"start":1705484392937,"stop":1705484392937,"duration":0}}]},"fdc57f8b7425780571a300b46e7b835e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dc9bcd17803ef45","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/2dc9bcd17803ef45","status":"passed","time":{"start":1705502517780,"stop":1705502517780,"duration":0}}]},"1ba5e61a7e8fb3b1db95e49298a04456:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94dbc9ca263568ed","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/94dbc9ca263568ed","status":"passed","time":{"start":1705665574762,"stop":1705665574763,"duration":1}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"a558fb269ce038a6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a558fb269ce038a6","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"duration":0}},{"uid":"583f8326e55738fd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/583f8326e55738fd","status":"passed","time":{"start":1706528357086,"stop":1706528357086,"duration":0}},{"uid":"61d9ecd60e413257","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/61d9ecd60e413257","status":"passed","time":{"start":1706527326690,"stop":1706527326690,"duration":0}},{"uid":"c7f8935b00519070","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c7f8935b00519070","status":"passed","time":{"start":1706527049794,"stop":1706527049794,"duration":0}},{"uid":"f315a02de24fe9be","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f315a02de24fe9be","status":"passed","time":{"start":1706526961440,"stop":1706526961440,"duration":0}},{"uid":"de73600491383472","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/de73600491383472","status":"passed","time":{"start":1706526404279,"stop":1706526404279,"duration":0}},{"uid":"2f2e1bd0e0016371","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2f2e1bd0e0016371","status":"passed","time":{"start":1706525849954,"stop":1706525849954,"duration":0}},{"uid":"52e10d761b265065","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/52e10d761b265065","status":"passed","time":{"start":1706525432946,"stop":1706525432946,"duration":0}},{"uid":"6aa20dd0b1eb2fdd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6aa20dd0b1eb2fdd","status":"passed","time":{"start":1706468114346,"stop":1706468114346,"duration":0}},{"uid":"fde2f5e440d8c196","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fde2f5e440d8c196","status":"passed","time":{"start":1706323469647,"stop":1706323469647,"duration":0}},{"uid":"5bc292377b78f52e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5bc292377b78f52e","status":"passed","time":{"start":1706321771788,"stop":1706321771789,"duration":1}},{"uid":"5a979ee4dc893008","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5a979ee4dc893008","status":"passed","time":{"start":1706115542394,"stop":1706115542395,"duration":1}},{"uid":"aee3b2ddc399f636","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/aee3b2ddc399f636","status":"passed","time":{"start":1706114725917,"stop":1706114725918,"duration":1}},{"uid":"44e69a37a1b8d22e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/44e69a37a1b8d22e","status":"passed","time":{"start":1706112199263,"stop":1706112199263,"duration":0}},{"uid":"902c31e9bf1fa50c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/902c31e9bf1fa50c","status":"passed","time":{"start":1706111893735,"stop":1706111893735,"duration":0}},{"uid":"f2c89706b16120e8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f2c89706b16120e8","status":"passed","time":{"start":1706109796551,"stop":1706109796551,"duration":0}},{"uid":"4727bc3690433336","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4727bc3690433336","status":"passed","time":{"start":1706103557152,"stop":1706103557152,"duration":0}},{"uid":"4e36f4de99e6314c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4e36f4de99e6314c","status":"passed","time":{"start":1706103365802,"stop":1706103365802,"duration":0}},{"uid":"890305ab84aca22f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/890305ab84aca22f","status":"passed","time":{"start":1706102701048,"stop":1706102701048,"duration":0}},{"uid":"bbd6b56f6da91867","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bbd6b56f6da91867","status":"passed","time":{"start":1706102579557,"stop":1706102579557,"duration":0}}]},"e1913d14ed1aa2bd480ccfe283ea7994:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2e5e82f59066980","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/c2e5e82f59066980","status":"passed","time":{"start":1705913430283,"stop":1705913430284,"duration":1}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"1b75009a14d488","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1b75009a14d488","status":"passed","time":{"start":1706528735130,"stop":1706528735130,"duration":0}},{"uid":"5c0bc114e93b14b9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5c0bc114e93b14b9","status":"passed","time":{"start":1706527704554,"stop":1706527704555,"duration":1}},{"uid":"245acbcdec5914c1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/245acbcdec5914c1","status":"passed","time":{"start":1706526720932,"stop":1706526720932,"duration":0}},{"uid":"b2925f30d5447a5f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b2925f30d5447a5f","status":"passed","time":{"start":1706526416651,"stop":1706526416652,"duration":1}},{"uid":"b0824a3291dd8078","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b0824a3291dd8078","status":"passed","time":{"start":1706526321788,"stop":1706526321788,"duration":0}},{"uid":"df5ffacac050b8b7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/df5ffacac050b8b7","status":"passed","time":{"start":1706525751930,"stop":1706525751930,"duration":0}},{"uid":"79aee67d9a758439","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/79aee67d9a758439","status":"passed","time":{"start":1706525218948,"stop":1706525218948,"duration":0}},{"uid":"cdc5f381fbc9189b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cdc5f381fbc9189b","status":"passed","time":{"start":1706524780136,"stop":1706524780137,"duration":1}},{"uid":"7584a92d865632ac","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7584a92d865632ac","status":"passed","time":{"start":1706467473997,"stop":1706467473998,"duration":1}},{"uid":"455101c487fedd14","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/455101c487fedd14","status":"passed","time":{"start":1706322826366,"stop":1706322826367,"duration":1}},{"uid":"64eae4e036cf4cb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/64eae4e036cf4cb","status":"passed","time":{"start":1706321139952,"stop":1706321139952,"duration":0}},{"uid":"f3bb01bf2a6e27ac","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f3bb01bf2a6e27ac","status":"passed","time":{"start":1706244655878,"stop":1706244655879,"duration":1}},{"uid":"30c45f743803dd3f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/30c45f743803dd3f","status":"passed","time":{"start":1706242224326,"stop":1706242224327,"duration":1}},{"uid":"c69ca7caffd10055","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c69ca7caffd10055","status":"passed","time":{"start":1706114912526,"stop":1706114912526,"duration":0}},{"uid":"79f4a32cd31eb2c5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/79f4a32cd31eb2c5","status":"passed","time":{"start":1706114083267,"stop":1706114083267,"duration":0}},{"uid":"e5f700234de02f92","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e5f700234de02f92","status":"passed","time":{"start":1706111557897,"stop":1706111557898,"duration":1}},{"uid":"7ec02281fd993d6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7ec02281fd993d6","status":"passed","time":{"start":1706111247537,"stop":1706111247538,"duration":1}},{"uid":"a0f76200a0e9d05a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a0f76200a0e9d05a","status":"passed","time":{"start":1706109149772,"stop":1706109149772,"duration":0}},{"uid":"137a30508ae18d4e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/137a30508ae18d4e","status":"passed","time":{"start":1706102968129,"stop":1706102968129,"duration":0}},{"uid":"55abe218d8be63ec","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/55abe218d8be63ec","status":"passed","time":{"start":1706102707870,"stop":1706102707871,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":129,"unknown":0,"total":132},"items":[{"uid":"9196071e6fd84109","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9196071e6fd84109","status":"passed","time":{"start":1706529395069,"stop":1706529395070,"duration":1}},{"uid":"b08becccb5ca4d14","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b08becccb5ca4d14","status":"passed","time":{"start":1706528358754,"stop":1706528358754,"duration":0}},{"uid":"deb0aab37ea72813","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/deb0aab37ea72813","status":"passed","time":{"start":1706527285976,"stop":1706527285976,"duration":0}},{"uid":"54d827db454dc6ab","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/54d827db454dc6ab","status":"passed","time":{"start":1706527028626,"stop":1706527028626,"duration":0}},{"uid":"1f5a7af8c6f4a893","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1f5a7af8c6f4a893","status":"passed","time":{"start":1706526935250,"stop":1706526935251,"duration":1}},{"uid":"b63f0856cfbcf25e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b63f0856cfbcf25e","status":"passed","time":{"start":1706526371060,"stop":1706526371061,"duration":1}},{"uid":"e7705fa745033ecb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e7705fa745033ecb","status":"passed","time":{"start":1706525823089,"stop":1706525823089,"duration":0}},{"uid":"9521d617b90a9aa5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9521d617b90a9aa5","status":"passed","time":{"start":1706525412648,"stop":1706525412648,"duration":0}},{"uid":"4e48cb105cec60fd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4e48cb105cec60fd","status":"passed","time":{"start":1706468076204,"stop":1706468076206,"duration":2}},{"uid":"46296705fe7e438","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/46296705fe7e438","status":"passed","time":{"start":1706323445951,"stop":1706323445951,"duration":0}},{"uid":"8515e9666a9ac894","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8515e9666a9ac894","status":"passed","time":{"start":1706321706184,"stop":1706321706184,"duration":0}},{"uid":"8b19af63be090cf0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8b19af63be090cf0","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932817,"stop":1706244932817,"duration":0}},{"uid":"86a7c37c4ea9310c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/86a7c37c4ea9310c","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486096,"stop":1706242486096,"duration":0}},{"uid":"c383f1024624c0ce","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c383f1024624c0ce","status":"passed","time":{"start":1706115514826,"stop":1706115514826,"duration":0}},{"uid":"7ad7ae2a81860786","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7ad7ae2a81860786","status":"passed","time":{"start":1706114699439,"stop":1706114699439,"duration":0}},{"uid":"7f19434776a482e2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7f19434776a482e2","status":"passed","time":{"start":1706112167448,"stop":1706112167448,"duration":0}},{"uid":"25f6d7143cab8cbd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/25f6d7143cab8cbd","status":"passed","time":{"start":1706111851853,"stop":1706111851854,"duration":1}},{"uid":"edebd6c6abd66921","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/edebd6c6abd66921","status":"passed","time":{"start":1706109770215,"stop":1706109770216,"duration":1}},{"uid":"1a5649563309066e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1a5649563309066e","status":"passed","time":{"start":1706103489249,"stop":1706103489250,"duration":1}},{"uid":"8d768367dd31f24f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8d768367dd31f24f","status":"passed","time":{"start":1706103311684,"stop":1706103311684,"duration":0}}]},"e1d899d928a7ace5f0a223da30b0fd17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"ee5b64142738043b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/ee5b64142738043b","status":"passed","time":{"start":1706100979757,"stop":1706100979757,"duration":0}},{"uid":"d5907fe067cac9d9","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d5907fe067cac9d9","status":"passed","time":{"start":1706100012427,"stop":1706100012427,"duration":0}},{"uid":"15f42eb21bcbf30a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/15f42eb21bcbf30a","status":"passed","time":{"start":1706077739084,"stop":1706077739084,"duration":0}},{"uid":"e75a89c3242867a5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/e75a89c3242867a5","status":"passed","time":{"start":1706069827468,"stop":1706069827468,"duration":0}},{"uid":"1b581b602176b930","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/1b581b602176b930","status":"passed","time":{"start":1705950521665,"stop":1705950521666,"duration":1}},{"uid":"d9f39d85802f5b10","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d9f39d85802f5b10","status":"passed","time":{"start":1705938343372,"stop":1705938343372,"duration":0}},{"uid":"9f49d668895e6453","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9f49d668895e6453","status":"passed","time":{"start":1705913488224,"stop":1705913488225,"duration":1}},{"uid":"822dc902f322d8e1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/822dc902f322d8e1","status":"passed","time":{"start":1705913034273,"stop":1705913034274,"duration":1}},{"uid":"bc37cf0d2b86a15","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/bc37cf0d2b86a15","status":"passed","time":{"start":1705912407140,"stop":1705912407140,"duration":0}},{"uid":"1513518aa8d12f4e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/1513518aa8d12f4e","status":"passed","time":{"start":1705911588794,"stop":1705911588794,"duration":0}},{"uid":"dfed8f7617d8d486","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/dfed8f7617d8d486","status":"passed","time":{"start":1705698799118,"stop":1705698799118,"duration":0}},{"uid":"3a2cec0898567e04","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3a2cec0898567e04","status":"passed","time":{"start":1705687522366,"stop":1705687522367,"duration":1}},{"uid":"fb546755f3c7e1b2","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/fb546755f3c7e1b2","status":"passed","time":{"start":1705687430746,"stop":1705687430746,"duration":0}},{"uid":"df25e0cc8ebf4eda","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/df25e0cc8ebf4eda","status":"passed","time":{"start":1705678121468,"stop":1705678121468,"duration":0}},{"uid":"b9f8a4ebea1ce053","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/b9f8a4ebea1ce053","status":"passed","time":{"start":1705678046313,"stop":1705678046313,"duration":0}},{"uid":"906cc7d43acec792","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/906cc7d43acec792","status":"passed","time":{"start":1705677908050,"stop":1705677908051,"duration":1}},{"uid":"ff237e92cf2a5ddc","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/ff237e92cf2a5ddc","status":"passed","time":{"start":1705677463218,"stop":1705677463219,"duration":1}},{"uid":"b8b2da55b6f0a729","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/b8b2da55b6f0a729","status":"passed","time":{"start":1705676052699,"stop":1705676052700,"duration":1}},{"uid":"110b5b1a63655a3","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/110b5b1a63655a3","status":"passed","time":{"start":1705675474639,"stop":1705675474639,"duration":0}},{"uid":"b5d640bb5f26c0cc","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/b5d640bb5f26c0cc","status":"passed","time":{"start":1705670338391,"stop":1705670338392,"duration":1}}]},"8a655325fd6be571a8b3237b6409e7c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ce4f224e51f6639","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/9ce4f224e51f6639","status":"passed","time":{"start":1705678046327,"stop":1705678046328,"duration":1}}]},"6d8f165a33e43678d0b9ec771e86a7d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a62083620cf5d09b","reportUrl":"https://waku-org.github.io/js-waku/6205//#testresult/a62083620cf5d09b","status":"passed","time":{"start":1705525216467,"stop":1705525216467,"duration":0}}]},"ccd39435f00332c099ab6b1d2bad7ec8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"ff5a01fd5f64d23a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/ff5a01fd5f64d23a","status":"passed","time":{"start":1705521140307,"stop":1705521140308,"duration":1}},{"uid":"ff351132e799fd1c","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/ff351132e799fd1c","status":"passed","time":{"start":1705520883422,"stop":1705520883422,"duration":0}},{"uid":"6d859eadcfdcf633","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/6d859eadcfdcf633","status":"passed","time":{"start":1705520300895,"stop":1705520300895,"duration":0}},{"uid":"fee63a0ec9874565","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/fee63a0ec9874565","status":"passed","time":{"start":1705518525968,"stop":1705518525968,"duration":0}},{"uid":"b55c869cd7210127","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b55c869cd7210127","status":"passed","time":{"start":1705518246814,"stop":1705518246815,"duration":1}},{"uid":"6943978e7828d8b4","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/6943978e7828d8b4","status":"passed","time":{"start":1705518140992,"stop":1705518140993,"duration":1}},{"uid":"3e35ddaf5fefc5e2","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/3e35ddaf5fefc5e2","status":"passed","time":{"start":1705518032432,"stop":1705518032436,"duration":4}},{"uid":"fce805231a4125e0","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/fce805231a4125e0","status":"passed","time":{"start":1705508700818,"stop":1705508700818,"duration":0}},{"uid":"42f610b1819b67fd","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/42f610b1819b67fd","status":"passed","time":{"start":1705506512664,"stop":1705506512664,"duration":0}},{"uid":"a036fa753835159a","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/a036fa753835159a","status":"passed","time":{"start":1705502966523,"stop":1705502966524,"duration":1}},{"uid":"d378fa9300d4b04e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/d378fa9300d4b04e","status":"passed","time":{"start":1705502370734,"stop":1705502370734,"duration":0}},{"uid":"62aad86b521cd2be","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/62aad86b521cd2be","status":"passed","time":{"start":1705502517778,"stop":1705502517779,"duration":1}},{"uid":"fd992e19ad06debb","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/fd992e19ad06debb","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321704,"stop":1705495321704,"duration":0}},{"uid":"e5b612b5205b8448","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e5b612b5205b8448","status":"passed","time":{"start":1705494975699,"stop":1705494975699,"duration":0}},{"uid":"1d477fd10dd135f3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/1d477fd10dd135f3","status":"passed","time":{"start":1705494930766,"stop":1705494930766,"duration":0}},{"uid":"9ee56f29314332b0","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9ee56f29314332b0","status":"passed","time":{"start":1705493496386,"stop":1705493496386,"duration":0}},{"uid":"a2a137ca0114d05b","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/a2a137ca0114d05b","status":"passed","time":{"start":1705493451257,"stop":1705493451257,"duration":0}},{"uid":"e036dbbb032e3ced","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/e036dbbb032e3ced","status":"passed","time":{"start":1705485279310,"stop":1705485279310,"duration":0}},{"uid":"de3f9a4751865c46","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/de3f9a4751865c46","status":"passed","time":{"start":1705485136813,"stop":1705485136813,"duration":0}},{"uid":"6b269efde55f3e9c","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/6b269efde55f3e9c","status":"passed","time":{"start":1705484392940,"stop":1705484392940,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"1ad22774b6165a91","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ad22774b6165a91","status":"passed","time":{"start":1706529365900,"stop":1706529365901,"duration":1}},{"uid":"c2da974ecaa8a59","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c2da974ecaa8a59","status":"passed","time":{"start":1706528340609,"stop":1706528340610,"duration":1}},{"uid":"138b80f6c0c8d8cc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/138b80f6c0c8d8cc","status":"passed","time":{"start":1706527248977,"stop":1706527248978,"duration":1}},{"uid":"403643b66452284","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/403643b66452284","status":"passed","time":{"start":1706526997161,"stop":1706526997161,"duration":0}},{"uid":"7c07b7bed58e9dcd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7c07b7bed58e9dcd","status":"passed","time":{"start":1706526893391,"stop":1706526893391,"duration":0}},{"uid":"cf0f941750c56761","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cf0f941750c56761","status":"passed","time":{"start":1706526327166,"stop":1706526327167,"duration":1}},{"uid":"c2777ddf254722f9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c2777ddf254722f9","status":"passed","time":{"start":1706525781313,"stop":1706525781313,"duration":0}},{"uid":"9dc382f42fc6bc13","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9dc382f42fc6bc13","status":"passed","time":{"start":1706525374255,"stop":1706525374255,"duration":0}},{"uid":"e03cbd523a04ca75","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e03cbd523a04ca75","status":"passed","time":{"start":1706468039063,"stop":1706468039063,"duration":0}},{"uid":"4439ef1884b5d101","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4439ef1884b5d101","status":"passed","time":{"start":1706323408018,"stop":1706323408018,"duration":0}},{"uid":"5aad27305e9346db","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5aad27305e9346db","status":"passed","time":{"start":1706321643578,"stop":1706321643578,"duration":0}},{"uid":"dbea12b9061cb654","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/dbea12b9061cb654","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966360,"stop":1706244966361,"duration":1}},{"uid":"2d85f8c6dd49c956","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2d85f8c6dd49c956","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528808,"stop":1706242528808,"duration":0}},{"uid":"a4bc93d4a87d81d0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a4bc93d4a87d81d0","status":"passed","time":{"start":1706115509980,"stop":1706115509981,"duration":1}},{"uid":"e45ec6a4c27e20a9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e45ec6a4c27e20a9","status":"passed","time":{"start":1706114658623,"stop":1706114658623,"duration":0}},{"uid":"4728d0b7941d4998","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4728d0b7941d4998","status":"passed","time":{"start":1706112139548,"stop":1706112139548,"duration":0}},{"uid":"64beb625d0d53f26","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/64beb625d0d53f26","status":"passed","time":{"start":1706111828829,"stop":1706111828830,"duration":1}},{"uid":"46b8050f59061954","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/46b8050f59061954","status":"passed","time":{"start":1706109750955,"stop":1706109750955,"duration":0}},{"uid":"46f92e8e580df69","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/46f92e8e580df69","status":"passed","time":{"start":1706103450439,"stop":1706103450439,"duration":0}},{"uid":"2b11c2ceefac774","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2b11c2ceefac774","status":"passed","time":{"start":1706103293560,"stop":1706103293561,"duration":1}}]},"2924cf4ada9291c9291fafcde119c9d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bc29cdc2d06e578","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/4bc29cdc2d06e578","status":"passed","time":{"start":1705525387686,"stop":1705525387686,"duration":0}}]},"bff64100dc90a08cfca9d0272b34f719:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86962422ab4e473a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/86962422ab4e473a","status":"passed","time":{"start":1706112127513,"stop":1706112127514,"duration":1}}]},"b9271fbbdde0a6b4cedd08b803057100:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9346d28c01b35b8d","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/9346d28c01b35b8d","status":"passed","time":{"start":1705582566649,"stop":1705582566649,"duration":0}}]},"75868229144ae3f23ad3d426f83a17bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7839b18f9a35fd98","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/7839b18f9a35fd98","status":"passed","time":{"start":1705670291751,"stop":1705670291751,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":129,"unknown":0,"total":133},"items":[{"uid":"7af943144333e10a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7af943144333e10a","status":"passed","time":{"start":1706528799362,"stop":1706528799362,"duration":0}},{"uid":"c5ad2881ce3d864b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c5ad2881ce3d864b","status":"passed","time":{"start":1706527766127,"stop":1706527766128,"duration":1}},{"uid":"b5613a8f75ec27cf","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b5613a8f75ec27cf","status":"passed","time":{"start":1706526777538,"stop":1706526777539,"duration":1}},{"uid":"50ede787fc769514","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/50ede787fc769514","status":"passed","time":{"start":1706526475634,"stop":1706526475634,"duration":0}},{"uid":"93d5d58806599038","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/93d5d58806599038","status":"passed","time":{"start":1706526379290,"stop":1706526379290,"duration":0}},{"uid":"b8e8153147570a54","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b8e8153147570a54","status":"passed","time":{"start":1706525808442,"stop":1706525808442,"duration":0}},{"uid":"3bd36d9a2391c536","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3bd36d9a2391c536","status":"passed","time":{"start":1706525273861,"stop":1706525273861,"duration":0}},{"uid":"14b9e5b752dac0d0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/14b9e5b752dac0d0","status":"passed","time":{"start":1706524838020,"stop":1706524838021,"duration":1}},{"uid":"cbbb43fda08259f3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cbbb43fda08259f3","status":"passed","time":{"start":1706467530998,"stop":1706467530998,"duration":0}},{"uid":"1bff4f1cd2eac578","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1bff4f1cd2eac578","status":"passed","time":{"start":1706322888213,"stop":1706322888214,"duration":1}},{"uid":"2e121d27b7aaa4a1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2e121d27b7aaa4a1","status":"passed","time":{"start":1706321196729,"stop":1706321196730,"duration":1}},{"uid":"28ea91b43c4dcf0b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/28ea91b43c4dcf0b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244702064,"stop":1706244702066,"duration":2}},{"uid":"2c7540b2b75f32ee","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2c7540b2b75f32ee","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242265772,"stop":1706242265774,"duration":2}},{"uid":"427b53380f4b9735","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/427b53380f4b9735","status":"passed","time":{"start":1706114977823,"stop":1706114977823,"duration":0}},{"uid":"3042a56a4510996a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3042a56a4510996a","status":"passed","time":{"start":1706114141329,"stop":1706114141329,"duration":0}},{"uid":"860d570b7457eeec","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/860d570b7457eeec","status":"passed","time":{"start":1706111614974,"stop":1706111614974,"duration":0}},{"uid":"a424c6f59cc7c0ff","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a424c6f59cc7c0ff","status":"passed","time":{"start":1706111305998,"stop":1706111305998,"duration":0}},{"uid":"e34a024105ad875","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e34a024105ad875","status":"passed","time":{"start":1706109213792,"stop":1706109213793,"duration":1}},{"uid":"bd043881ff6b8f93","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bd043881ff6b8f93","status":"passed","time":{"start":1706103020253,"stop":1706103020254,"duration":1}},{"uid":"e1ac119850372292","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e1ac119850372292","status":"passed","time":{"start":1706102764021,"stop":1706102764021,"duration":0}}]},"f8b6d644f5608e93333c1223f5e60956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e47aa50e3768653d","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/e47aa50e3768653d","status":"passed","time":{"start":1706102131124,"stop":1706102131125,"duration":1}}]},"d23812e27ba5f5b0517cb2fdee8d3f23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5aefa5b556de1857","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/5aefa5b556de1857","status":"passed","time":{"start":1706098945332,"stop":1706098945333,"duration":1}}]},"ad857a9628de2c94064f539c091d4b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"493fbb94a087a14a","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/493fbb94a087a14a","status":"passed","time":{"start":1705681678163,"stop":1705681678164,"duration":1}}]},"d631c26b58cbd13076b3f239037a6c24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"328e42cbc99e259f","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/328e42cbc99e259f","status":"passed","time":{"start":1705577256959,"stop":1705577256959,"duration":0}}]},"2cc7575f4604f65522934fc74d60c3b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0f5e0327b03232f","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/b0f5e0327b03232f","status":"passed","time":{"start":1706101723787,"stop":1706101723788,"duration":1}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"b99c59edcc18541c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b99c59edcc18541c","status":"passed","time":{"start":1706529232500,"stop":1706529232501,"duration":1}},{"uid":"6f1547655a3bf425","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6f1547655a3bf425","status":"passed","time":{"start":1706528204719,"stop":1706528204719,"duration":0}},{"uid":"e0317fd946123ddb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e0317fd946123ddb","status":"passed","time":{"start":1706527099424,"stop":1706527099424,"duration":0}},{"uid":"5612db2e2de4b067","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5612db2e2de4b067","status":"passed","time":{"start":1706526797232,"stop":1706526797232,"duration":0}},{"uid":"7e2e589517ea3c67","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7e2e589517ea3c67","status":"passed","time":{"start":1706526702306,"stop":1706526702306,"duration":0}},{"uid":"b9b70f5f6b5076e9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b9b70f5f6b5076e9","status":"passed","time":{"start":1706526144646,"stop":1706526144646,"duration":0}},{"uid":"bf14298474f9f1a9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bf14298474f9f1a9","status":"passed","time":{"start":1706525605493,"stop":1706525605494,"duration":1}},{"uid":"905ade9dee2c64ae","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/905ade9dee2c64ae","status":"passed","time":{"start":1706525237523,"stop":1706525237523,"duration":0}},{"uid":"8a04387793136b94","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8a04387793136b94","status":"passed","time":{"start":1706467847960,"stop":1706467847961,"duration":1}},{"uid":"2f25d1ba7e3ae42b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2f25d1ba7e3ae42b","status":"passed","time":{"start":1706323224597,"stop":1706323224597,"duration":0}},{"uid":"709b2c22d52222","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/709b2c22d52222","status":"passed","time":{"start":1706321490522,"stop":1706321490524,"duration":2}},{"uid":"3b36d3a770e26d8c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3b36d3a770e26d8c","status":"passed","time":{"start":1706115297919,"stop":1706115297920,"duration":1}},{"uid":"b5298ad27717f0bf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b5298ad27717f0bf","status":"passed","time":{"start":1706114468914,"stop":1706114468915,"duration":1}},{"uid":"d3ca19c170bb9679","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d3ca19c170bb9679","status":"passed","time":{"start":1706111928725,"stop":1706111928725,"duration":0}},{"uid":"b28db49c07e62fc4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b28db49c07e62fc4","status":"passed","time":{"start":1706111629332,"stop":1706111629332,"duration":0}},{"uid":"6af0cd431c0763b3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6af0cd431c0763b3","status":"passed","time":{"start":1706109548357,"stop":1706109548358,"duration":1}},{"uid":"dc30fe57172e4b33","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/dc30fe57172e4b33","status":"passed","time":{"start":1706103319935,"stop":1706103319935,"duration":0}},{"uid":"200fb19b10faaa69","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/200fb19b10faaa69","status":"passed","time":{"start":1706103066463,"stop":1706103066463,"duration":0}},{"uid":"f09037ee4962c99c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f09037ee4962c99c","status":"passed","time":{"start":1706102448470,"stop":1706102448471,"duration":1}},{"uid":"a6d8dab616df581a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a6d8dab616df581a","status":"passed","time":{"start":1706102342947,"stop":1706102342948,"duration":1}}]},"a356b1180901b1f8d67b4ff76b7d68c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fdd6da6aff3ccdb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7fdd6da6aff3ccdb","status":"passed","time":{"start":1706109719515,"stop":1706109719515,"duration":0}}]},"0200227b8773f2d43a75ca6586f1fac7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9aabadeab6d56478","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/9aabadeab6d56478","status":"passed","time":{"start":1705567331566,"stop":1705567331566,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":131,"unknown":0,"total":133},"items":[{"uid":"423bca152c152f6f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/423bca152c152f6f","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"duration":0}},{"uid":"5134f3c73a96b91","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5134f3c73a96b91","status":"passed","time":{"start":1706528139542,"stop":1706528139543,"duration":1}},{"uid":"b595b483b242c62c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b595b483b242c62c","status":"passed","time":{"start":1706527014044,"stop":1706527014045,"duration":1}},{"uid":"437ece553d9df16d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/437ece553d9df16d","status":"passed","time":{"start":1706526726636,"stop":1706526726636,"duration":0}},{"uid":"b6c697da736a617","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b6c697da736a617","status":"passed","time":{"start":1706526627187,"stop":1706526627187,"duration":0}},{"uid":"1f8def963ff51253","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1f8def963ff51253","status":"passed","time":{"start":1706526069142,"stop":1706526069143,"duration":1}},{"uid":"386bbfd1d2cd63b8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/386bbfd1d2cd63b8","status":"passed","time":{"start":1706525533703,"stop":1706525533703,"duration":0}},{"uid":"52c84e4dd800e86c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/52c84e4dd800e86c","status":"passed","time":{"start":1706525170223,"stop":1706525170224,"duration":1}},{"uid":"6fc53485d14b317b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6fc53485d14b317b","status":"passed","time":{"start":1706467763447,"stop":1706467763448,"duration":1}},{"uid":"e9c549ac1de06d94","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e9c549ac1de06d94","status":"passed","time":{"start":1706323148147,"stop":1706323148147,"duration":0}},{"uid":"78dd585e5e43987d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/78dd585e5e43987d","status":"passed","time":{"start":1706321442763,"stop":1706321442763,"duration":0}},{"uid":"168641a136c25181","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/168641a136c25181","status":"passed","time":{"start":1706244749753,"stop":1706244749754,"duration":1}},{"uid":"844f249d3388b8af","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/844f249d3388b8af","status":"passed","time":{"start":1706242311820,"stop":1706242311821,"duration":1}},{"uid":"c8cf8d3e7d95330a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c8cf8d3e7d95330a","status":"passed","time":{"start":1706115227539,"stop":1706115227540,"duration":1}},{"uid":"705386276b89a1d0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/705386276b89a1d0","status":"passed","time":{"start":1706114371609,"stop":1706114371609,"duration":0}},{"uid":"b3e1affa125e8ee3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b3e1affa125e8ee3","status":"passed","time":{"start":1706111854289,"stop":1706111854289,"duration":0}},{"uid":"b59753787242b5e4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b59753787242b5e4","status":"passed","time":{"start":1706111563520,"stop":1706111563521,"duration":1}},{"uid":"f46e37f0fd5bdc60","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f46e37f0fd5bdc60","status":"passed","time":{"start":1706109470860,"stop":1706109470861,"duration":1}},{"uid":"96e2571a98eb757f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/96e2571a98eb757f","status":"passed","time":{"start":1706103275462,"stop":1706103275463,"duration":1}},{"uid":"75d3353662859a0b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/75d3353662859a0b","status":"passed","time":{"start":1706102998338,"stop":1706102998339,"duration":1}}]},"359b0d6419f01198412fa06b0ce7b315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"e9734e76961ded18","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e9734e76961ded18","status":"passed","time":{"start":1705521140300,"stop":1705521140300,"duration":0}},{"uid":"b45825cfb2fcab53","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/b45825cfb2fcab53","status":"passed","time":{"start":1705520883415,"stop":1705520883416,"duration":1}},{"uid":"1a1c738674f1aae4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1a1c738674f1aae4","status":"passed","time":{"start":1705520300887,"stop":1705520300888,"duration":1}},{"uid":"f45849f7c3025c80","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f45849f7c3025c80","status":"passed","time":{"start":1705518525960,"stop":1705518525960,"duration":0}},{"uid":"173592b4200be7ae","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/173592b4200be7ae","status":"passed","time":{"start":1705518246806,"stop":1705518246807,"duration":1}},{"uid":"90b25390dca59afd","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/90b25390dca59afd","status":"passed","time":{"start":1705518140979,"stop":1705518140979,"duration":0}},{"uid":"6e9f796f114ffd4f","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/6e9f796f114ffd4f","status":"passed","time":{"start":1705518032417,"stop":1705518032417,"duration":0}},{"uid":"89fa31e431bb1641","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/89fa31e431bb1641","status":"passed","time":{"start":1705508700809,"stop":1705508700809,"duration":0}},{"uid":"e5b0ae039572d158","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/e5b0ae039572d158","status":"passed","time":{"start":1705506512643,"stop":1705506512644,"duration":1}},{"uid":"26c0611664161c41","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/26c0611664161c41","status":"passed","time":{"start":1705502966508,"stop":1705502966508,"duration":0}},{"uid":"fdba3375e4649f54","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/fdba3375e4649f54","status":"passed","time":{"start":1705502370719,"stop":1705502370719,"duration":0}},{"uid":"8674a5efa08ec2ad","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8674a5efa08ec2ad","status":"passed","time":{"start":1705502517769,"stop":1705502517770,"duration":1}},{"uid":"b62d18d589b124b9","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/b62d18d589b124b9","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321689,"stop":1705495321689,"duration":0}},{"uid":"f14c95790b255159","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f14c95790b255159","status":"passed","time":{"start":1705494975687,"stop":1705494975688,"duration":1}},{"uid":"81bc1d38c9bd092","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/81bc1d38c9bd092","status":"passed","time":{"start":1705494930744,"stop":1705494930744,"duration":0}},{"uid":"8d43472e2e83f3c4","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8d43472e2e83f3c4","status":"passed","time":{"start":1705493496348,"stop":1705493496348,"duration":0}},{"uid":"7ae40a01aeb14d4","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/7ae40a01aeb14d4","status":"passed","time":{"start":1705493451249,"stop":1705493451249,"duration":0}},{"uid":"4a21bcbf56191dc3","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4a21bcbf56191dc3","status":"passed","time":{"start":1705485279304,"stop":1705485279304,"duration":0}},{"uid":"39401dc6c7833c50","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/39401dc6c7833c50","status":"passed","time":{"start":1705485136803,"stop":1705485136804,"duration":1}},{"uid":"c73478329e6718ea","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c73478329e6718ea","status":"passed","time":{"start":1705484392932,"stop":1705484392933,"duration":1}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"8b9b5103e16b6b12","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8b9b5103e16b6b12","status":"passed","time":{"start":1706529223890,"stop":1706529223891,"duration":1}},{"uid":"ee66779e29dca073","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ee66779e29dca073","status":"passed","time":{"start":1706528204203,"stop":1706528204204,"duration":1}},{"uid":"3ef8b2333f1e5648","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3ef8b2333f1e5648","status":"passed","time":{"start":1706527085310,"stop":1706527085310,"duration":0}},{"uid":"d49a8673f77ecc94","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d49a8673f77ecc94","status":"passed","time":{"start":1706526783362,"stop":1706526783362,"duration":0}},{"uid":"cd74c4c12c22e89b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cd74c4c12c22e89b","status":"passed","time":{"start":1706526690261,"stop":1706526690261,"duration":0}},{"uid":"e9675559fa6ca491","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e9675559fa6ca491","status":"passed","time":{"start":1706526129368,"stop":1706526129368,"duration":0}},{"uid":"8fc68084047f6983","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8fc68084047f6983","status":"passed","time":{"start":1706525593256,"stop":1706525593256,"duration":0}},{"uid":"bfa381580ecbc184","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bfa381580ecbc184","status":"passed","time":{"start":1706525226777,"stop":1706525226777,"duration":0}},{"uid":"44bea7e6615d41d2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/44bea7e6615d41d2","status":"passed","time":{"start":1706467837084,"stop":1706467837084,"duration":0}},{"uid":"6d40c4816655a8f0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6d40c4816655a8f0","status":"passed","time":{"start":1706323213968,"stop":1706323213969,"duration":1}},{"uid":"a5f920ca0939ce1e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a5f920ca0939ce1e","status":"passed","time":{"start":1706321475548,"stop":1706321475548,"duration":0}},{"uid":"88c8d14c43214238","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/88c8d14c43214238","status":"passed","time":{"start":1706115285525,"stop":1706115285526,"duration":1}},{"uid":"e68bb2691bd3a1ae","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e68bb2691bd3a1ae","status":"passed","time":{"start":1706114454505,"stop":1706114454505,"duration":0}},{"uid":"2b52bd89436ce132","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2b52bd89436ce132","status":"passed","time":{"start":1706111914130,"stop":1706111914130,"duration":0}},{"uid":"4d14a88a5099f01b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4d14a88a5099f01b","status":"passed","time":{"start":1706111616732,"stop":1706111616732,"duration":0}},{"uid":"2feee99fee9543fc","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2feee99fee9543fc","status":"passed","time":{"start":1706109533624,"stop":1706109533624,"duration":0}},{"uid":"b9990daa493388db","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b9990daa493388db","status":"passed","time":{"start":1706103308656,"stop":1706103308657,"duration":1}},{"uid":"fd624970e69bf72c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fd624970e69bf72c","status":"passed","time":{"start":1706103054145,"stop":1706103054146,"duration":1}},{"uid":"f250c7fcbbe13dd7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f250c7fcbbe13dd7","status":"passed","time":{"start":1706102435002,"stop":1706102435003,"duration":1}},{"uid":"79c8d5e0ab9e5639","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/79c8d5e0ab9e5639","status":"passed","time":{"start":1706102331413,"stop":1706102331413,"duration":0}}]},"aef60e8a4af001455f9e9a028b1a1613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2310aae3a78d51ec","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/2310aae3a78d51ec","status":"passed","time":{"start":1706101369627,"stop":1706101369627,"duration":0}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"d025f7adad409243","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d025f7adad409243","status":"passed","time":{"start":1706528729419,"stop":1706528729419,"duration":0}},{"uid":"645136f1cad6712","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/645136f1cad6712","status":"passed","time":{"start":1706527698864,"stop":1706527698865,"duration":1}},{"uid":"1d9171135201d044","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1d9171135201d044","status":"passed","time":{"start":1706526712949,"stop":1706526712949,"duration":0}},{"uid":"6dda025b436ee97e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6dda025b436ee97e","status":"passed","time":{"start":1706526411259,"stop":1706526411260,"duration":1}},{"uid":"2ff71fea4a8e4146","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2ff71fea4a8e4146","status":"passed","time":{"start":1706526316476,"stop":1706526316476,"duration":0}},{"uid":"260a3c98c8733c78","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/260a3c98c8733c78","status":"passed","time":{"start":1706525744164,"stop":1706525744164,"duration":0}},{"uid":"f4a233c04e8dd97d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f4a233c04e8dd97d","status":"passed","time":{"start":1706525211112,"stop":1706525211113,"duration":1}},{"uid":"7438c63e3e6b46b1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7438c63e3e6b46b1","status":"passed","time":{"start":1706524772407,"stop":1706524772407,"duration":0}},{"uid":"1faad0daaa4084a1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1faad0daaa4084a1","status":"passed","time":{"start":1706467466254,"stop":1706467466254,"duration":0}},{"uid":"cff2296024d60c10","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cff2296024d60c10","status":"passed","time":{"start":1706322818132,"stop":1706322818132,"duration":0}},{"uid":"3c18e92cc93a6991","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3c18e92cc93a6991","status":"passed","time":{"start":1706321132320,"stop":1706321132320,"duration":0}},{"uid":"838e9eeacc36c325","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/838e9eeacc36c325","status":"passed","time":{"start":1706244648267,"stop":1706244648267,"duration":0}},{"uid":"d94397cc12365e67","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d94397cc12365e67","status":"passed","time":{"start":1706242216314,"stop":1706242216315,"duration":1}},{"uid":"d69dec03b877b772","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d69dec03b877b772","status":"passed","time":{"start":1706114904753,"stop":1706114904754,"duration":1}},{"uid":"77f8e1402f258323","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/77f8e1402f258323","status":"passed","time":{"start":1706114075347,"stop":1706114075347,"duration":0}},{"uid":"4736712b7c755357","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4736712b7c755357","status":"passed","time":{"start":1706111549898,"stop":1706111549898,"duration":0}},{"uid":"5f3c578e305884cf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5f3c578e305884cf","status":"passed","time":{"start":1706111239552,"stop":1706111239553,"duration":1}},{"uid":"86038ff4a1ab2ea1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/86038ff4a1ab2ea1","status":"passed","time":{"start":1706109141783,"stop":1706109141783,"duration":0}},{"uid":"4c02668bbaf395a2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4c02668bbaf395a2","status":"passed","time":{"start":1706102960256,"stop":1706102960257,"duration":1}},{"uid":"114edc03eef11fff","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/114edc03eef11fff","status":"passed","time":{"start":1706102700183,"stop":1706102700184,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":129,"unknown":0,"total":132},"items":[{"uid":"4fd5a4192ab064","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4fd5a4192ab064","status":"passed","time":{"start":1706529398289,"stop":1706529398289,"duration":0}},{"uid":"ae09b88ebaa1d034","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ae09b88ebaa1d034","status":"passed","time":{"start":1706528366393,"stop":1706528366393,"duration":0}},{"uid":"512c9b2dd639d859","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/512c9b2dd639d859","status":"passed","time":{"start":1706527295405,"stop":1706527295405,"duration":0}},{"uid":"f8caf6350402a128","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f8caf6350402a128","status":"passed","time":{"start":1706527038707,"stop":1706527038707,"duration":0}},{"uid":"fc96007a75ac5c9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fc96007a75ac5c9","status":"passed","time":{"start":1706526943975,"stop":1706526943975,"duration":0}},{"uid":"b78df71d968ba811","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b78df71d968ba811","status":"passed","time":{"start":1706526384543,"stop":1706526384543,"duration":0}},{"uid":"d784f075c5cf7b04","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d784f075c5cf7b04","status":"passed","time":{"start":1706525843793,"stop":1706525843793,"duration":0}},{"uid":"70a76ddcd58aa801","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/70a76ddcd58aa801","status":"passed","time":{"start":1706525434350,"stop":1706525434350,"duration":0}},{"uid":"e3e9363a6b529cea","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e3e9363a6b529cea","status":"passed","time":{"start":1706468085174,"stop":1706468085174,"duration":0}},{"uid":"6d8f2ff8a906b032","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6d8f2ff8a906b032","status":"passed","time":{"start":1706323452003,"stop":1706323452003,"duration":0}},{"uid":"e81851c6736914cf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e81851c6736914cf","status":"passed","time":{"start":1706321729211,"stop":1706321729212,"duration":1}},{"uid":"df6f204920e21795","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/df6f204920e21795","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012418,"stop":1706245012418,"duration":0}},{"uid":"75f796a3bc2b0dbe","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/75f796a3bc2b0dbe","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521964,"stop":1706242521965,"duration":1}},{"uid":"3a837ffc47cf0549","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3a837ffc47cf0549","status":"passed","time":{"start":1706115521927,"stop":1706115521928,"duration":1}},{"uid":"86db14cfb518196e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/86db14cfb518196e","status":"passed","time":{"start":1706114703488,"stop":1706114703488,"duration":0}},{"uid":"c3d6ab577f8b841","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c3d6ab577f8b841","status":"passed","time":{"start":1706112175813,"stop":1706112175814,"duration":1}},{"uid":"705fc43c929b3acc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/705fc43c929b3acc","status":"passed","time":{"start":1706111874201,"stop":1706111874202,"duration":1}},{"uid":"91e06d207a5409ab","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/91e06d207a5409ab","status":"passed","time":{"start":1706109783973,"stop":1706109783974,"duration":1}},{"uid":"f7a7e58693eda8e4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f7a7e58693eda8e4","status":"passed","time":{"start":1706103517617,"stop":1706103517617,"duration":0}},{"uid":"c9a58ca20f29890e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c9a58ca20f29890e","status":"passed","time":{"start":1706103336629,"stop":1706103336630,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":131,"unknown":0,"total":131},"items":[{"uid":"f479ea21854f3387","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f479ea21854f3387","status":"passed","time":{"start":1706529167076,"stop":1706529167076,"duration":0}},{"uid":"79c977f7627ac6b4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/79c977f7627ac6b4","status":"passed","time":{"start":1706528143059,"stop":1706528143059,"duration":0}},{"uid":"6a7fa4a9a055c783","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6a7fa4a9a055c783","status":"passed","time":{"start":1706527033497,"stop":1706527033497,"duration":0}},{"uid":"b498c7e12a5a8c18","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b498c7e12a5a8c18","status":"passed","time":{"start":1706526733910,"stop":1706526733911,"duration":1}},{"uid":"4639100d2417071f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4639100d2417071f","status":"passed","time":{"start":1706526636416,"stop":1706526636417,"duration":1}},{"uid":"727e9247bb566e33","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/727e9247bb566e33","status":"passed","time":{"start":1706526071610,"stop":1706526071610,"duration":0}},{"uid":"118fe9b4f4ec7595","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/118fe9b4f4ec7595","status":"passed","time":{"start":1706525538316,"stop":1706525538316,"duration":0}},{"uid":"383ff9d2f98b4c18","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/383ff9d2f98b4c18","status":"passed","time":{"start":1706525171685,"stop":1706525171686,"duration":1}},{"uid":"b6e4b3332b7c6088","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b6e4b3332b7c6088","status":"passed","time":{"start":1706467781380,"stop":1706467781380,"duration":0}},{"uid":"d7ea8a21c9b4f6a7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d7ea8a21c9b4f6a7","status":"passed","time":{"start":1706323156136,"stop":1706323156136,"duration":0}},{"uid":"c8ab5435df9fdebd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c8ab5435df9fdebd","status":"passed","time":{"start":1706321450504,"stop":1706321450506,"duration":2}},{"uid":"7102001a36af6320","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7102001a36af6320","status":"passed","time":{"start":1706115237091,"stop":1706115237091,"duration":0}},{"uid":"5e120e72c64e2f26","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5e120e72c64e2f26","status":"passed","time":{"start":1706114395029,"stop":1706114395030,"duration":1}},{"uid":"cb473d3befbe55e3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cb473d3befbe55e3","status":"passed","time":{"start":1706111861153,"stop":1706111861153,"duration":0}},{"uid":"8e2ed97cb2700b13","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8e2ed97cb2700b13","status":"passed","time":{"start":1706111566039,"stop":1706111566039,"duration":0}},{"uid":"1315227619bdd74c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1315227619bdd74c","status":"passed","time":{"start":1706109473099,"stop":1706109473099,"duration":0}},{"uid":"7c6bc7d8b443b9f1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7c6bc7d8b443b9f1","status":"passed","time":{"start":1706103284059,"stop":1706103284059,"duration":0}},{"uid":"ff1dab320a94255","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ff1dab320a94255","status":"passed","time":{"start":1706103006959,"stop":1706103006959,"duration":0}},{"uid":"550fa7ba9b854e23","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/550fa7ba9b854e23","status":"passed","time":{"start":1706102381764,"stop":1706102381764,"duration":0}},{"uid":"9514cce43a56d7f4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9514cce43a56d7f4","status":"passed","time":{"start":1706102271502,"stop":1706102271502,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":128,"unknown":0,"total":131},"items":[{"uid":"75dd8b8e6dfdeb6b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/75dd8b8e6dfdeb6b","status":"passed","time":{"start":1706529398291,"stop":1706529398291,"duration":0}},{"uid":"a2823cad9a367c3a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a2823cad9a367c3a","status":"passed","time":{"start":1706528366395,"stop":1706528366395,"duration":0}},{"uid":"907104d07a0f1e0b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/907104d07a0f1e0b","status":"passed","time":{"start":1706527295413,"stop":1706527295413,"duration":0}},{"uid":"9b30e0a885374772","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9b30e0a885374772","status":"passed","time":{"start":1706527038708,"stop":1706527038709,"duration":1}},{"uid":"816250cfd42b38","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/816250cfd42b38","status":"passed","time":{"start":1706526943977,"stop":1706526943977,"duration":0}},{"uid":"e36bb6404a83eaaf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e36bb6404a83eaaf","status":"passed","time":{"start":1706526384545,"stop":1706526384545,"duration":0}},{"uid":"5c379355e891688a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5c379355e891688a","status":"passed","time":{"start":1706525843795,"stop":1706525843795,"duration":0}},{"uid":"ea816e65e4502214","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ea816e65e4502214","status":"passed","time":{"start":1706525434351,"stop":1706525434352,"duration":1}},{"uid":"3575c22030ecdc2e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3575c22030ecdc2e","status":"passed","time":{"start":1706468085176,"stop":1706468085176,"duration":0}},{"uid":"a520eca31949e38a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a520eca31949e38a","status":"passed","time":{"start":1706323452005,"stop":1706323452005,"duration":0}},{"uid":"9bc5aa57db56111c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9bc5aa57db56111c","status":"passed","time":{"start":1706321729214,"stop":1706321729216,"duration":2}},{"uid":"a90bfe41e7881392","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a90bfe41e7881392","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012422,"stop":1706245012422,"duration":0}},{"uid":"122fc0425d2ccb37","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/122fc0425d2ccb37","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521970,"stop":1706242521970,"duration":0}},{"uid":"f9e3cb176ce7663","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f9e3cb176ce7663","status":"passed","time":{"start":1706115521930,"stop":1706115521930,"duration":0}},{"uid":"d1114579194a6090","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d1114579194a6090","status":"passed","time":{"start":1706114703490,"stop":1706114703491,"duration":1}},{"uid":"543f6d37e51dbe","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/543f6d37e51dbe","status":"passed","time":{"start":1706112175816,"stop":1706112175816,"duration":0}},{"uid":"643da7da4db2e640","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/643da7da4db2e640","status":"passed","time":{"start":1706111874203,"stop":1706111874203,"duration":0}},{"uid":"ae06156945071ddd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ae06156945071ddd","status":"passed","time":{"start":1706109783975,"stop":1706109783975,"duration":0}},{"uid":"78bffb39a7fb8f74","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/78bffb39a7fb8f74","status":"passed","time":{"start":1706103517618,"stop":1706103517618,"duration":0}},{"uid":"ab2a2cf6776f6e7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ab2a2cf6776f6e7","status":"passed","time":{"start":1706103336631,"stop":1706103336631,"duration":0}}]},"f85b2d6e35ff8f037ea660b58ac0bccc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cfddd0aa7e895d","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/1cfddd0aa7e895d","status":"passed","time":{"start":1705664773574,"stop":1705664773574,"duration":0}}]},"b31497097c0a89e272c1eb65ce8ba2bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b888f0e600418e9f","reportUrl":"https://waku-org.github.io/js-waku/6171//#testresult/b888f0e600418e9f","status":"passed","time":{"start":1705431591293,"stop":1705431591293,"duration":0}}]},"6a1b9c166370e61de054a60440ce1883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"edcac5b22abcabb7","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/edcac5b22abcabb7","status":"passed","time":{"start":1706100942619,"stop":1706100942619,"duration":0}},{"uid":"1b61e7d0d7dcddd9","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/1b61e7d0d7dcddd9","status":"passed","time":{"start":1706099973762,"stop":1706099973763,"duration":1}},{"uid":"549822301c031e6d","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/549822301c031e6d","status":"passed","time":{"start":1706077701788,"stop":1706077701788,"duration":0}},{"uid":"ed7ad87c87d03637","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/ed7ad87c87d03637","status":"passed","time":{"start":1706069790735,"stop":1706069790735,"duration":0}},{"uid":"6c07bdd24a8530fd","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/6c07bdd24a8530fd","status":"passed","time":{"start":1705950495054,"stop":1705950495054,"duration":0}},{"uid":"1f295f124e12cb1","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1f295f124e12cb1","status":"passed","time":{"start":1705938302720,"stop":1705938302720,"duration":0}},{"uid":"5caf2b3f612286df","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/5caf2b3f612286df","status":"passed","time":{"start":1705913446711,"stop":1705913446711,"duration":0}},{"uid":"dcd8f290b31f255b","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/dcd8f290b31f255b","status":"passed","time":{"start":1705912988137,"stop":1705912988143,"duration":6}},{"uid":"8a2a4bc3a523dea5","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8a2a4bc3a523dea5","status":"passed","time":{"start":1705912372225,"stop":1705912372226,"duration":1}},{"uid":"8757737a0361de66","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/8757737a0361de66","status":"passed","time":{"start":1705911551485,"stop":1705911551486,"duration":1}},{"uid":"e4dd41d10b60f055","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e4dd41d10b60f055","status":"passed","time":{"start":1705698757768,"stop":1705698757768,"duration":0}},{"uid":"c837ec086cf8aa34","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c837ec086cf8aa34","status":"passed","time":{"start":1705687467729,"stop":1705687467729,"duration":0}},{"uid":"c1fa5da8fefcd7d2","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c1fa5da8fefcd7d2","status":"passed","time":{"start":1705687390802,"stop":1705687390802,"duration":0}},{"uid":"90759878fbf81dfd","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/90759878fbf81dfd","status":"passed","time":{"start":1705678077460,"stop":1705678077460,"duration":0}},{"uid":"3e070e4c43613e98","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/3e070e4c43613e98","status":"passed","time":{"start":1705678007047,"stop":1705678007047,"duration":0}},{"uid":"6afe3ae1c747941d","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/6afe3ae1c747941d","status":"passed","time":{"start":1705677873539,"stop":1705677873539,"duration":0}},{"uid":"87ce5af343ee23c7","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/87ce5af343ee23c7","status":"passed","time":{"start":1705677414846,"stop":1705677414847,"duration":1}},{"uid":"175041b2e16bb2c1","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/175041b2e16bb2c1","status":"passed","time":{"start":1705676004251,"stop":1705676004252,"duration":1}},{"uid":"44f2f0953bd53eb9","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/44f2f0953bd53eb9","status":"passed","time":{"start":1705675426984,"stop":1705675426985,"duration":1}},{"uid":"a6fd5039d2b10920","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/a6fd5039d2b10920","status":"passed","time":{"start":1705670299882,"stop":1705670299883,"duration":1}}]},"8069a0eeed247239d05651e537b3ed49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d7551f71171f920","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/2d7551f71171f920","status":"passed","time":{"start":1705426292141,"stop":1705426292141,"duration":0}}]},"ebf4ce5cd6827e224dcab3684fe5e960:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60a70a9f3612e828","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/60a70a9f3612e828","status":"passed","time":{"start":1705435401901,"stop":1705435401902,"duration":1}}]},"7ed044b837d63bbcfc6e19afe25cbdfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31d409f6c6200499","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/31d409f6c6200499","status":"passed","time":{"start":1705572844506,"stop":1705572844507,"duration":1}}]},"8ace2e9653a70845636e385a3298a1d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"946decd64e37aaa8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/946decd64e37aaa8","status":"passed","time":{"start":1706100942612,"stop":1706100942612,"duration":0}},{"uid":"fc6991d9c409a953","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/fc6991d9c409a953","status":"passed","time":{"start":1706099973747,"stop":1706099973748,"duration":1}},{"uid":"6f9f29a9f91578b0","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/6f9f29a9f91578b0","status":"passed","time":{"start":1706077701781,"stop":1706077701781,"duration":0}},{"uid":"be97bca49e80834e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/be97bca49e80834e","status":"passed","time":{"start":1706069790727,"stop":1706069790727,"duration":0}},{"uid":"9cd996d7d030bf2b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/9cd996d7d030bf2b","status":"passed","time":{"start":1705950495033,"stop":1705950495034,"duration":1}},{"uid":"a6890346914233c8","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/a6890346914233c8","status":"passed","time":{"start":1705938302709,"stop":1705938302710,"duration":1}},{"uid":"a9461b8b9ee5c5cc","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a9461b8b9ee5c5cc","status":"passed","time":{"start":1705913446687,"stop":1705913446687,"duration":0}},{"uid":"e8f1981e609e29c7","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e8f1981e609e29c7","status":"passed","time":{"start":1705912988126,"stop":1705912988126,"duration":0}},{"uid":"2702e48daa329762","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/2702e48daa329762","status":"passed","time":{"start":1705912372216,"stop":1705912372216,"duration":0}},{"uid":"73b3cb2629250164","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/73b3cb2629250164","status":"passed","time":{"start":1705911551477,"stop":1705911551477,"duration":0}},{"uid":"13d65f3d26763a11","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/13d65f3d26763a11","status":"passed","time":{"start":1705698757760,"stop":1705698757761,"duration":1}},{"uid":"672ae7f80d6122eb","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/672ae7f80d6122eb","status":"passed","time":{"start":1705687467722,"stop":1705687467723,"duration":1}},{"uid":"914504b27244c329","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/914504b27244c329","status":"passed","time":{"start":1705687390791,"stop":1705687390792,"duration":1}},{"uid":"59d23a1f2b83cdc0","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/59d23a1f2b83cdc0","status":"passed","time":{"start":1705678077454,"stop":1705678077454,"duration":0}},{"uid":"815703feff56816f","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/815703feff56816f","status":"passed","time":{"start":1705678007039,"stop":1705678007040,"duration":1}},{"uid":"a50bb08a0899ffcc","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/a50bb08a0899ffcc","status":"passed","time":{"start":1705677873532,"stop":1705677873532,"duration":0}},{"uid":"b4f6fcc271e3d0b6","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/b4f6fcc271e3d0b6","status":"passed","time":{"start":1705677414836,"stop":1705677414836,"duration":0}},{"uid":"35422daa2c32fecf","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/35422daa2c32fecf","status":"passed","time":{"start":1705676004221,"stop":1705676004222,"duration":1}},{"uid":"67bb7f23de0d540","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/67bb7f23de0d540","status":"passed","time":{"start":1705675426976,"stop":1705675426976,"duration":0}},{"uid":"c7a758c18c883bdd","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/c7a758c18c883bdd","status":"passed","time":{"start":1705670299869,"stop":1705670299870,"duration":1}}]},"d92391273245e62ed844ed4cb5efb19d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f336cd3c8f651e58","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f336cd3c8f651e58","status":"passed","time":{"start":1706069827484,"stop":1706069827484,"duration":0}}]},"7bcd079dada051c03c8a213bd8cfe286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5547174a53056c52","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/5547174a53056c52","status":"passed","time":{"start":1705698799128,"stop":1705698799128,"duration":0}}]},"466c5518aee9535e2b56a848f913cc9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ee82a6d064472fb","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/8ee82a6d064472fb","status":"passed","time":{"start":1705517988394,"stop":1705517988394,"duration":0}}]},"244c87392358abc79020ed8cb554cbcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8595abcb3cbcb7c","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/c8595abcb3cbcb7c","status":"passed","time":{"start":1705590994432,"stop":1705590994433,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"e2cc73e01649cded","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e2cc73e01649cded","status":"passed","time":{"start":1706529389607,"stop":1706529389607,"duration":0}},{"uid":"2a4cc0066fb22357","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2a4cc0066fb22357","status":"passed","time":{"start":1706528353253,"stop":1706528353254,"duration":1}},{"uid":"34f9123ce6796eb0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/34f9123ce6796eb0","status":"passed","time":{"start":1706527278815,"stop":1706527278815,"duration":0}},{"uid":"473187ef55bbd4a5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/473187ef55bbd4a5","status":"passed","time":{"start":1706527029247,"stop":1706527029247,"duration":0}},{"uid":"54c6dbac7e1ede31","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/54c6dbac7e1ede31","status":"passed","time":{"start":1706526928449,"stop":1706526928449,"duration":0}},{"uid":"58b22320ac526093","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/58b22320ac526093","status":"passed","time":{"start":1706526369757,"stop":1706526369757,"duration":0}},{"uid":"19d5971b988b1ddf","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/19d5971b988b1ddf","status":"passed","time":{"start":1706525831086,"stop":1706525831087,"duration":1}},{"uid":"5f697743e6c565f1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5f697743e6c565f1","status":"passed","time":{"start":1706525422171,"stop":1706525422172,"duration":1}},{"uid":"377ef09266da7029","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/377ef09266da7029","status":"passed","time":{"start":1706468076434,"stop":1706468076434,"duration":0}},{"uid":"8f2f7e9034065183","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8f2f7e9034065183","status":"passed","time":{"start":1706323442931,"stop":1706323442931,"duration":0}},{"uid":"d662d021f0ff626c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d662d021f0ff626c","status":"passed","time":{"start":1706321711467,"stop":1706321711468,"duration":1}},{"uid":"917f35d03237978c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/917f35d03237978c","status":"passed","time":{"start":1706115514666,"stop":1706115514666,"duration":0}},{"uid":"bbf0ae008b6bc9d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bbf0ae008b6bc9d","status":"passed","time":{"start":1706114679497,"stop":1706114679498,"duration":1}},{"uid":"3981ed353cf0be93","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3981ed353cf0be93","status":"passed","time":{"start":1706112166160,"stop":1706112166160,"duration":0}},{"uid":"20aa96a4e0d1ea9f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/20aa96a4e0d1ea9f","status":"passed","time":{"start":1706111864526,"stop":1706111864526,"duration":0}},{"uid":"778fc989658215f6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/778fc989658215f6","status":"passed","time":{"start":1706109770035,"stop":1706109770035,"duration":0}},{"uid":"b693c4e2f3f01df3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b693c4e2f3f01df3","status":"passed","time":{"start":1706103500627,"stop":1706103500627,"duration":0}},{"uid":"9f61e5eb1655145f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9f61e5eb1655145f","status":"passed","time":{"start":1706103320917,"stop":1706103320918,"duration":1}},{"uid":"84b6f1b0cbf6bedf","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/84b6f1b0cbf6bedf","status":"passed","time":{"start":1706102675066,"stop":1706102675067,"duration":1}},{"uid":"4938dabd2a74e0e2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4938dabd2a74e0e2","status":"passed","time":{"start":1706102539859,"stop":1706102539860,"duration":1}}]},"e984787937fd9c16fb14494fb470c5fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48841d812e83be9","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/48841d812e83be9","status":"passed","time":{"start":1706102203646,"stop":1706102203647,"duration":1}}]},"a44dca8ca20ea561b54282ce7ab9e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1ce82449775f6f0","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/d1ce82449775f6f0","status":"passed","time":{"start":1705525653692,"stop":1705525653692,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"55f19e81b4f0ca32","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/55f19e81b4f0ca32","status":"passed","time":{"start":1706528965673,"stop":1706528965674,"duration":1}},{"uid":"3bd0c1b67c95f5ad","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3bd0c1b67c95f5ad","status":"passed","time":{"start":1706527923870,"stop":1706527923870,"duration":0}},{"uid":"5205ed75682cb5bd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5205ed75682cb5bd","status":"passed","time":{"start":1706526930841,"stop":1706526930842,"duration":1}},{"uid":"4f5671563ff0a553","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4f5671563ff0a553","status":"passed","time":{"start":1706526632071,"stop":1706526632072,"duration":1}},{"uid":"707deacfb740d8ad","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/707deacfb740d8ad","status":"passed","time":{"start":1706526534069,"stop":1706526534069,"duration":0}},{"uid":"f93e70f194c3566d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f93e70f194c3566d","status":"passed","time":{"start":1706525958159,"stop":1706525958159,"duration":0}},{"uid":"f0da1dbe61d869df","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f0da1dbe61d869df","status":"passed","time":{"start":1706525436693,"stop":1706525436697,"duration":4}},{"uid":"5d05a96ac921c8af","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5d05a96ac921c8af","status":"passed","time":{"start":1706524982420,"stop":1706524982420,"duration":0}},{"uid":"fc0fe1e5394887a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fc0fe1e5394887a","status":"passed","time":{"start":1706467678792,"stop":1706467678792,"duration":0}},{"uid":"ff4352a4f2d6a56b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ff4352a4f2d6a56b","status":"passed","time":{"start":1706323040460,"stop":1706323040460,"duration":0}},{"uid":"2b8f4e40a2432a93","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2b8f4e40a2432a93","status":"passed","time":{"start":1706321353336,"stop":1706321353337,"duration":1}},{"uid":"991faf03dbe1f5e8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/991faf03dbe1f5e8","status":"passed","time":{"start":1706114292330,"stop":1706114292330,"duration":0}},{"uid":"169b26d1dc0711af","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/169b26d1dc0711af","status":"passed","time":{"start":1706111780328,"stop":1706111780328,"duration":0}},{"uid":"56cb2f51fb316139","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/56cb2f51fb316139","status":"passed","time":{"start":1706111464012,"stop":1706111464012,"duration":0}},{"uid":"9c80f131c39b1945","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9c80f131c39b1945","status":"passed","time":{"start":1706109370830,"stop":1706109370841,"duration":11}},{"uid":"791316ab06d031dd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/791316ab06d031dd","status":"passed","time":{"start":1706103179150,"stop":1706103179155,"duration":5}},{"uid":"f81e7d6285c4ba5a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f81e7d6285c4ba5a","status":"passed","time":{"start":1706102925533,"stop":1706102925533,"duration":0}},{"uid":"70720794afe05cd3","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/70720794afe05cd3","status":"passed","time":{"start":1706102273656,"stop":1706102273656,"duration":0}},{"uid":"51cdb25d4b9e3e97","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/51cdb25d4b9e3e97","status":"passed","time":{"start":1706102152975,"stop":1706102152976,"duration":1}},{"uid":"39be1d62d12e1b7f","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/39be1d62d12e1b7f","status":"passed","time":{"start":1706101976573,"stop":1706101976574,"duration":1}}]},"1e0b5eae505b18695ebff7a07232f82f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5287f0af9e309e15","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/5287f0af9e309e15","status":"passed","time":{"start":1705912363763,"stop":1705912363763,"duration":0}}]},"83377b6a2c827fa5a6d96c5f4770cfb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58def1c4d6d92560","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/58def1c4d6d92560","status":"passed","time":{"start":1705911533363,"stop":1705911533364,"duration":1}}]},"7af817fb086d67ba203792d1ab9f45a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec6fad835b4f833f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ec6fad835b4f833f","status":"passed","time":{"start":1706112127573,"stop":1706112127576,"duration":3}}]},"196ae382341759e50c39c0b8047db30e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef5d00f4bdcb746e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ef5d00f4bdcb746e","status":"passed","time":{"start":1706526690274,"stop":1706526690275,"duration":1}}]},"c235c915b965fedbea88227751b296f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"898e0f2769a3a305","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/898e0f2769a3a305","status":"passed","time":{"start":1705502467834,"stop":1705502467834,"duration":0}}]},"4159d2ca3888ea246630a74189c8e512:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"260ed67ed5c6b936","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/260ed67ed5c6b936","status":"passed","time":{"start":1705391340872,"stop":1705391340872,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"5d39baba83f96e42","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5d39baba83f96e42","status":"passed","time":{"start":1706529061211,"stop":1706529061219,"duration":8}},{"uid":"eeca957132a21a2c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/eeca957132a21a2c","status":"passed","time":{"start":1706528032694,"stop":1706528032694,"duration":0}},{"uid":"11c013a87161fc30","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/11c013a87161fc30","status":"passed","time":{"start":1706527032145,"stop":1706527032146,"duration":1}},{"uid":"fb6da8e7df31422","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fb6da8e7df31422","status":"passed","time":{"start":1706526728456,"stop":1706526728457,"duration":1}},{"uid":"fa71ea10b3a3a10d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fa71ea10b3a3a10d","status":"passed","time":{"start":1706526631860,"stop":1706526631860,"duration":0}},{"uid":"dcd8993fd141f103","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dcd8993fd141f103","status":"passed","time":{"start":1706526058751,"stop":1706526058751,"duration":0}},{"uid":"969d3f27407d80fc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/969d3f27407d80fc","status":"passed","time":{"start":1706525527738,"stop":1706525527741,"duration":3}},{"uid":"824c5e38649ba235","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/824c5e38649ba235","status":"passed","time":{"start":1706525094618,"stop":1706525094620,"duration":2}},{"uid":"e978fb537de69342","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e978fb537de69342","status":"passed","time":{"start":1706467780071,"stop":1706467780072,"duration":1}},{"uid":"49fbff1bc0147fb5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/49fbff1bc0147fb5","status":"passed","time":{"start":1706323147729,"stop":1706323147729,"duration":0}},{"uid":"c681e1e713a3aad7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c681e1e713a3aad7","status":"passed","time":{"start":1706321448922,"stop":1706321448922,"duration":0}},{"uid":"afff6fe4fcf695fe","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/afff6fe4fcf695fe","status":"passed","time":{"start":1706244757736,"stop":1706244757736,"duration":0}},{"uid":"36f4c4cb1feb9dd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/36f4c4cb1feb9dd","status":"passed","time":{"start":1706242322187,"stop":1706242322188,"duration":1}},{"uid":"78feedca5a73f6e3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/78feedca5a73f6e3","status":"passed","time":{"start":1706115232360,"stop":1706115232360,"duration":0}},{"uid":"301feec4ef8da757","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/301feec4ef8da757","status":"passed","time":{"start":1706114393721,"stop":1706114393722,"duration":1}},{"uid":"391d0833eacb1adf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/391d0833eacb1adf","status":"passed","time":{"start":1706111855439,"stop":1706111855440,"duration":1}},{"uid":"5b140d8479901b46","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5b140d8479901b46","status":"passed","time":{"start":1706111555052,"stop":1706111555053,"duration":1}},{"uid":"ce5dbd5adda129c3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ce5dbd5adda129c3","status":"passed","time":{"start":1706109464061,"stop":1706109464061,"duration":0}},{"uid":"f3dfd194edced23e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f3dfd194edced23e","status":"passed","time":{"start":1706103282746,"stop":1706103282746,"duration":0}},{"uid":"5b6df4670266725c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5b6df4670266725c","status":"passed","time":{"start":1706103002601,"stop":1706103002602,"duration":1}}]},"1c33e6b298f7b7a2d7d1af9abc79bfd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":71,"unknown":0,"total":71},"items":[{"uid":"54da59017234fcae","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/54da59017234fcae","status":"passed","time":{"start":1705670143450,"stop":1705670143450,"duration":0}},{"uid":"f4836b2fefe0af94","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/f4836b2fefe0af94","status":"passed","time":{"start":1705666593280,"stop":1705666593280,"duration":0}},{"uid":"c4ac259670d269e8","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/c4ac259670d269e8","status":"passed","time":{"start":1705666428276,"stop":1705666428277,"duration":1}},{"uid":"9ee4d187a5dab9f","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/9ee4d187a5dab9f","status":"passed","time":{"start":1705665763566,"stop":1705665763566,"duration":0}},{"uid":"8c13534e4e4c5ee2","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/8c13534e4e4c5ee2","status":"passed","time":{"start":1705665427186,"stop":1705665427186,"duration":0}},{"uid":"168112be05b24c83","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/168112be05b24c83","status":"passed","time":{"start":1705665308555,"stop":1705665308555,"duration":0}},{"uid":"5f601c7ab9d0fa1f","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/5f601c7ab9d0fa1f","status":"passed","time":{"start":1705664593775,"stop":1705664593775,"duration":0}},{"uid":"d1de11b34244f920","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/d1de11b34244f920","status":"passed","time":{"start":1705593259178,"stop":1705593259179,"duration":1}},{"uid":"af90c94cecf82892","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/af90c94cecf82892","status":"passed","time":{"start":1705590869983,"stop":1705590869983,"duration":0}},{"uid":"5b7cde29e40f8929","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/5b7cde29e40f8929","status":"passed","time":{"start":1705590810878,"stop":1705590810878,"duration":0}},{"uid":"b65092bcc74a70e6","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/b65092bcc74a70e6","status":"passed","time":{"start":1705588950557,"stop":1705588950558,"duration":1}},{"uid":"f5ca0dc4722bb39c","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/f5ca0dc4722bb39c","status":"passed","time":{"start":1705584278009,"stop":1705584278009,"duration":0}},{"uid":"7ed9d9dcf3bac960","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/7ed9d9dcf3bac960","status":"passed","time":{"start":1705582417476,"stop":1705582417476,"duration":0}},{"uid":"e457e67cf0cdb6ae","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/e457e67cf0cdb6ae","status":"passed","time":{"start":1705580220344,"stop":1705580220344,"duration":0}},{"uid":"e008648e5d79580f","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/e008648e5d79580f","status":"passed","time":{"start":1705577758338,"stop":1705577758339,"duration":1}},{"uid":"d09cb79fe5ba0c04","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/d09cb79fe5ba0c04","status":"passed","time":{"start":1705577574985,"stop":1705577574985,"duration":0}},{"uid":"2bb16a28fb2a9fec","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/2bb16a28fb2a9fec","status":"passed","time":{"start":1705577228436,"stop":1705577228436,"duration":0}},{"uid":"bbe5e00d7b096519","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/bbe5e00d7b096519","status":"passed","time":{"start":1705577122596,"stop":1705577122596,"duration":0}},{"uid":"46d0111491be0aa0","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/46d0111491be0aa0","status":"passed","time":{"start":1705572698343,"stop":1705572698343,"duration":0}},{"uid":"dc6014714ecb664c","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/dc6014714ecb664c","status":"passed","time":{"start":1705572506351,"stop":1705572506351,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":128,"unknown":0,"total":132},"items":[{"uid":"c3973ff5ad505f88","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c3973ff5ad505f88","status":"passed","time":{"start":1706529378214,"stop":1706529378215,"duration":1}},{"uid":"e4473c8b288eac8c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e4473c8b288eac8c","status":"passed","time":{"start":1706528340466,"stop":1706528340467,"duration":1}},{"uid":"71f3e0baffcbfa8c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/71f3e0baffcbfa8c","status":"passed","time":{"start":1706527263031,"stop":1706527263031,"duration":0}},{"uid":"ac7cc87ae3256572","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ac7cc87ae3256572","status":"passed","time":{"start":1706527018365,"stop":1706527018366,"duration":1}},{"uid":"3709cd4e84541ebf","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3709cd4e84541ebf","status":"passed","time":{"start":1706526921009,"stop":1706526921009,"duration":0}},{"uid":"f97cd90cd6237a93","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f97cd90cd6237a93","status":"passed","time":{"start":1706526364931,"stop":1706526364932,"duration":1}},{"uid":"197b7f0ef3399e54","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/197b7f0ef3399e54","status":"passed","time":{"start":1706525815788,"stop":1706525815796,"duration":8}},{"uid":"542a3a5044cd2ccc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/542a3a5044cd2ccc","status":"passed","time":{"start":1706525403295,"stop":1706525403295,"duration":0}},{"uid":"4deb483fea0ddaf3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4deb483fea0ddaf3","status":"passed","time":{"start":1706468037080,"stop":1706468037080,"duration":0}},{"uid":"7afe5f7b588353fe","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7afe5f7b588353fe","status":"passed","time":{"start":1706323438328,"stop":1706323438329,"duration":1}},{"uid":"9b55b301cc96bc60","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9b55b301cc96bc60","status":"passed","time":{"start":1706321670404,"stop":1706321670404,"duration":0}},{"uid":"8fc238c495be98d2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8fc238c495be98d2","status":"passed","time":{"start":1706244806941,"stop":1706244806941,"duration":0}},{"uid":"665b8d71feae8d53","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/665b8d71feae8d53","status":"passed","time":{"start":1706242366096,"stop":1706242366097,"duration":1}},{"uid":"976c6a699d51e0fb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/976c6a699d51e0fb","status":"passed","time":{"start":1706115502863,"stop":1706115502865,"duration":2}},{"uid":"3cf52ed09ef292a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3cf52ed09ef292a","status":"passed","time":{"start":1706114665330,"stop":1706114665330,"duration":0}},{"uid":"3079214ded0171a6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3079214ded0171a6","status":"passed","time":{"start":1706112151709,"stop":1706112151710,"duration":1}},{"uid":"286f4c8ea9c8f331","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/286f4c8ea9c8f331","status":"passed","time":{"start":1706111851591,"stop":1706111851591,"duration":0}},{"uid":"b9a7337341c1d58f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b9a7337341c1d58f","status":"passed","time":{"start":1706109762371,"stop":1706109762371,"duration":0}},{"uid":"53fccedf57b60b29","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/53fccedf57b60b29","status":"passed","time":{"start":1706103476623,"stop":1706103476624,"duration":1}},{"uid":"5a14aeaa4f672fd4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5a14aeaa4f672fd4","status":"passed","time":{"start":1706103287627,"stop":1706103287627,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"5dc379dc724095f9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5dc379dc724095f9","status":"passed","time":{"start":1706528729415,"stop":1706528729415,"duration":0}},{"uid":"2a88819d91bbdedd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2a88819d91bbdedd","status":"passed","time":{"start":1706527698861,"stop":1706527698861,"duration":0}},{"uid":"67d62322bf5b3a34","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/67d62322bf5b3a34","status":"passed","time":{"start":1706526712946,"stop":1706526712946,"duration":0}},{"uid":"8436f3edc6bbbb8c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8436f3edc6bbbb8c","status":"passed","time":{"start":1706526411256,"stop":1706526411257,"duration":1}},{"uid":"cb0809d7296806f6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cb0809d7296806f6","status":"passed","time":{"start":1706526316472,"stop":1706526316473,"duration":1}},{"uid":"ff738c601a1b1c7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ff738c601a1b1c7","status":"passed","time":{"start":1706525744160,"stop":1706525744161,"duration":1}},{"uid":"b14fa9c022630fb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b14fa9c022630fb","status":"passed","time":{"start":1706525211105,"stop":1706525211106,"duration":1}},{"uid":"53358aa38bf63d89","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/53358aa38bf63d89","status":"passed","time":{"start":1706524772403,"stop":1706524772403,"duration":0}},{"uid":"6f8c5c13e4fdd502","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6f8c5c13e4fdd502","status":"passed","time":{"start":1706467466250,"stop":1706467466251,"duration":1}},{"uid":"b89a14b1a252ce4d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b89a14b1a252ce4d","status":"passed","time":{"start":1706322818129,"stop":1706322818129,"duration":0}},{"uid":"38a773931b1190c3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/38a773931b1190c3","status":"passed","time":{"start":1706321132316,"stop":1706321132317,"duration":1}},{"uid":"ec979df2b1b3571a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ec979df2b1b3571a","status":"passed","time":{"start":1706244648264,"stop":1706244648264,"duration":0}},{"uid":"f3bb944a6e0980f9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f3bb944a6e0980f9","status":"passed","time":{"start":1706242216310,"stop":1706242216311,"duration":1}},{"uid":"e7737899e0b953d3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e7737899e0b953d3","status":"passed","time":{"start":1706114904746,"stop":1706114904747,"duration":1}},{"uid":"6bff6651abfa45c9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6bff6651abfa45c9","status":"passed","time":{"start":1706114075343,"stop":1706114075344,"duration":1}},{"uid":"b456773415576ae1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b456773415576ae1","status":"passed","time":{"start":1706111549894,"stop":1706111549895,"duration":1}},{"uid":"f56496e92140b7c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f56496e92140b7c","status":"passed","time":{"start":1706111239549,"stop":1706111239549,"duration":0}},{"uid":"bb10afb413dbcddd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bb10afb413dbcddd","status":"passed","time":{"start":1706109141779,"stop":1706109141780,"duration":1}},{"uid":"ac40eee0cd93fc19","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ac40eee0cd93fc19","status":"passed","time":{"start":1706102960252,"stop":1706102960253,"duration":1}},{"uid":"274851b928b33fb5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/274851b928b33fb5","status":"passed","time":{"start":1706102700180,"stop":1706102700180,"duration":0}}]},"37877f4e13731df3206397b589159249:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50f96b091b55a97c","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/50f96b091b55a97c","status":"passed","time":{"start":1705502928530,"stop":1705502928530,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"a3601fbb5f4b3fa7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3601fbb5f4b3fa7","status":"passed","time":{"start":1706528787518,"stop":1706528787519,"duration":1}},{"uid":"9ae813feb41ab1ab","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9ae813feb41ab1ab","status":"passed","time":{"start":1706527760841,"stop":1706527760842,"duration":1}},{"uid":"18f23ff57ec12edb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/18f23ff57ec12edb","status":"passed","time":{"start":1706526770927,"stop":1706526770928,"duration":1}},{"uid":"71ec3d3e985be99a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/71ec3d3e985be99a","status":"passed","time":{"start":1706526471045,"stop":1706526471046,"duration":1}},{"uid":"5ba71a4ca0952042","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5ba71a4ca0952042","status":"passed","time":{"start":1706526378818,"stop":1706526378818,"duration":0}},{"uid":"81eb5ceab7b9dc79","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/81eb5ceab7b9dc79","status":"passed","time":{"start":1706525802343,"stop":1706525802344,"duration":1}},{"uid":"c4cbb758626af9d5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c4cbb758626af9d5","status":"passed","time":{"start":1706525269706,"stop":1706525269707,"duration":1}},{"uid":"6e9ca10af37a3f65","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6e9ca10af37a3f65","status":"passed","time":{"start":1706524832179,"stop":1706524832179,"duration":0}},{"uid":"1d89ac0bf541828b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1d89ac0bf541828b","status":"passed","time":{"start":1706467526664,"stop":1706467526665,"duration":1}},{"uid":"ed3ab2bdb8707445","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ed3ab2bdb8707445","status":"passed","time":{"start":1706322876706,"stop":1706322876707,"duration":1}},{"uid":"b5cd0dac1e1f93ba","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b5cd0dac1e1f93ba","status":"passed","time":{"start":1706321192892,"stop":1706321192892,"duration":0}},{"uid":"aa0ef1eae3fde12","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/aa0ef1eae3fde12","status":"passed","time":{"start":1706244711610,"stop":1706244711611,"duration":1}},{"uid":"6461be70a2b767bd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6461be70a2b767bd","status":"passed","time":{"start":1706242276197,"stop":1706242276198,"duration":1}},{"uid":"7524ac5193146624","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7524ac5193146624","status":"passed","time":{"start":1706114963440,"stop":1706114963440,"duration":0}},{"uid":"3fb8d8a0b0a29319","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3fb8d8a0b0a29319","status":"passed","time":{"start":1706114132501,"stop":1706114132501,"duration":0}},{"uid":"9bc8a9007788bd92","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9bc8a9007788bd92","status":"passed","time":{"start":1706111608352,"stop":1706111608356,"duration":4}},{"uid":"9fd5dfc16f52306d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9fd5dfc16f52306d","status":"passed","time":{"start":1706111301203,"stop":1706111301204,"duration":1}},{"uid":"7aadb42b12d8ba23","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7aadb42b12d8ba23","status":"passed","time":{"start":1706109202173,"stop":1706109202174,"duration":1}},{"uid":"912774e54e5749a4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/912774e54e5749a4","status":"passed","time":{"start":1706103019523,"stop":1706103019524,"duration":1}},{"uid":"8d2f6d937c9a517","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8d2f6d937c9a517","status":"passed","time":{"start":1706102766897,"stop":1706102766897,"duration":0}}]},"06e418a8d96eb85d155a5f28c0a2e50e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c4c5887f8ab163e","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/4c4c5887f8ab163e","status":"passed","time":{"start":1705469859227,"stop":1705469859227,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":127,"unknown":0,"total":130},"items":[{"uid":"1ba272d28acce758","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ba272d28acce758","status":"passed","time":{"start":1706529223888,"stop":1706529223888,"duration":0}},{"uid":"4a95e09a3455c1e0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4a95e09a3455c1e0","status":"passed","time":{"start":1706528204197,"stop":1706528204197,"duration":0}},{"uid":"796b9ed8e6c92471","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/796b9ed8e6c92471","status":"passed","time":{"start":1706527085307,"stop":1706527085308,"duration":1}},{"uid":"bc76225bf5ed4450","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bc76225bf5ed4450","status":"passed","time":{"start":1706526783360,"stop":1706526783360,"duration":0}},{"uid":"c0eb972e82b7bdf9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c0eb972e82b7bdf9","status":"passed","time":{"start":1706526690248,"stop":1706526690249,"duration":1}},{"uid":"7ac223816044e0f2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7ac223816044e0f2","status":"passed","time":{"start":1706526129363,"stop":1706526129364,"duration":1}},{"uid":"a97c2cee6748f618","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a97c2cee6748f618","status":"passed","time":{"start":1706525593251,"stop":1706525593252,"duration":1}},{"uid":"ea5ecefe78bf26c0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ea5ecefe78bf26c0","status":"passed","time":{"start":1706525226775,"stop":1706525226775,"duration":0}},{"uid":"cba902e5ced26427","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cba902e5ced26427","status":"passed","time":{"start":1706467837080,"stop":1706467837080,"duration":0}},{"uid":"c455522a4f6bd537","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c455522a4f6bd537","status":"passed","time":{"start":1706323213966,"stop":1706323213966,"duration":0}},{"uid":"115c6d17303be16c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/115c6d17303be16c","status":"passed","time":{"start":1706321475544,"stop":1706321475544,"duration":0}},{"uid":"43597ed33fdbf2b0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/43597ed33fdbf2b0","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244753044,"stop":1706244753044,"duration":0}},{"uid":"2f541853251851e3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2f541853251851e3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242311319,"stop":1706242311319,"duration":0}},{"uid":"767be159f83774d3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/767be159f83774d3","status":"passed","time":{"start":1706115285524,"stop":1706115285524,"duration":0}},{"uid":"3ca4263fb06a1e74","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3ca4263fb06a1e74","status":"passed","time":{"start":1706114454502,"stop":1706114454503,"duration":1}},{"uid":"35ed020e19027d1c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/35ed020e19027d1c","status":"passed","time":{"start":1706111914126,"stop":1706111914126,"duration":0}},{"uid":"6647734d96e09379","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6647734d96e09379","status":"passed","time":{"start":1706111616729,"stop":1706111616730,"duration":1}},{"uid":"a4a11855156dbd97","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a4a11855156dbd97","status":"passed","time":{"start":1706109533620,"stop":1706109533621,"duration":1}},{"uid":"3a42dc352d8d267","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3a42dc352d8d267","status":"passed","time":{"start":1706103308652,"stop":1706103308652,"duration":0}},{"uid":"a11386db3873a355","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a11386db3873a355","status":"passed","time":{"start":1706103054131,"stop":1706103054143,"duration":12}}]},"fd7cf3bd504e74387453f05bb86063cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"165c09f81c05dc4e","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/165c09f81c05dc4e","status":"passed","time":{"start":1705577714523,"stop":1705577714523,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"db00aa05433ef34d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/db00aa05433ef34d","status":"passed","time":{"start":1706529092216,"stop":1706529092216,"duration":0}},{"uid":"d1fed5bb81f1e8b6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d1fed5bb81f1e8b6","status":"passed","time":{"start":1706528057468,"stop":1706528057468,"duration":0}},{"uid":"4ce209c53080b142","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4ce209c53080b142","status":"passed","time":{"start":1706526914784,"stop":1706526914784,"duration":0}},{"uid":"a5fee6687476197f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a5fee6687476197f","status":"passed","time":{"start":1706526612657,"stop":1706526612657,"duration":0}},{"uid":"df067ee4ecda9bcb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/df067ee4ecda9bcb","status":"passed","time":{"start":1706526514772,"stop":1706526514772,"duration":0}},{"uid":"2bb42af7eb1346f2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2bb42af7eb1346f2","status":"passed","time":{"start":1706525945115,"stop":1706525945115,"duration":0}},{"uid":"8373c140e32c5da1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8373c140e32c5da1","status":"passed","time":{"start":1706525418833,"stop":1706525418833,"duration":0}},{"uid":"ca27162d83d685f2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ca27162d83d685f2","status":"passed","time":{"start":1706525116057,"stop":1706525116057,"duration":0}},{"uid":"8b1e702a365659ed","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8b1e702a365659ed","status":"passed","time":{"start":1706467681216,"stop":1706467681216,"duration":0}},{"uid":"95a68af4365a4c87","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/95a68af4365a4c87","status":"passed","time":{"start":1706323017129,"stop":1706323017129,"duration":0}},{"uid":"3b0e3f43fba2651","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3b0e3f43fba2651","status":"passed","time":{"start":1706321333769,"stop":1706321333769,"duration":0}},{"uid":"d9a45ce8257476d7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d9a45ce8257476d7","status":"passed","time":{"start":1706115157113,"stop":1706115157113,"duration":0}},{"uid":"3738f72593f1148c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3738f72593f1148c","status":"passed","time":{"start":1706114292042,"stop":1706114292042,"duration":0}},{"uid":"6c650f4ecf5a2ff4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6c650f4ecf5a2ff4","status":"passed","time":{"start":1706111755028,"stop":1706111755029,"duration":1}},{"uid":"567896aa8d738590","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/567896aa8d738590","status":"passed","time":{"start":1706111454547,"stop":1706111454548,"duration":1}},{"uid":"c0128e6181dee4d4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c0128e6181dee4d4","status":"passed","time":{"start":1706109346670,"stop":1706109346670,"duration":0}},{"uid":"a3975c3753dde15a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a3975c3753dde15a","status":"passed","time":{"start":1706103153481,"stop":1706103153482,"duration":1}},{"uid":"97900b41795f58c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/97900b41795f58c","status":"passed","time":{"start":1706102905545,"stop":1706102905545,"duration":0}},{"uid":"b04a80f50082b2c8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b04a80f50082b2c8","status":"passed","time":{"start":1706102263613,"stop":1706102263613,"duration":0}},{"uid":"b04d39523c2121bf","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b04d39523c2121bf","status":"passed","time":{"start":1706102127480,"stop":1706102127481,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":89,"unknown":0,"total":89},"items":[{"uid":"9439aa458c71e3ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9439aa458c71e3ab","status":"passed","time":{"start":1706528812086,"stop":1706528812086,"duration":0}},{"uid":"b790a9d352a1c35c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b790a9d352a1c35c","status":"passed","time":{"start":1706527784298,"stop":1706527784299,"duration":1}},{"uid":"7365288f60623f93","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7365288f60623f93","status":"passed","time":{"start":1706526795464,"stop":1706526795465,"duration":1}},{"uid":"33b2399bef22d9a4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/33b2399bef22d9a4","status":"passed","time":{"start":1706526493515,"stop":1706526493515,"duration":0}},{"uid":"b110ff9f818f661a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b110ff9f818f661a","status":"passed","time":{"start":1706526398846,"stop":1706526398846,"duration":0}},{"uid":"380aae8141d6030e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/380aae8141d6030e","status":"passed","time":{"start":1706525824439,"stop":1706525824439,"duration":0}},{"uid":"8a82f55e4e5204e8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8a82f55e4e5204e8","status":"passed","time":{"start":1706525296099,"stop":1706525296099,"duration":0}},{"uid":"c24858b743a75060","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c24858b743a75060","status":"passed","time":{"start":1706524850482,"stop":1706524850482,"duration":0}},{"uid":"f36b537ff0b94b85","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f36b537ff0b94b85","status":"passed","time":{"start":1706467549225,"stop":1706467549225,"duration":0}},{"uid":"4497bd3fe70a1254","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4497bd3fe70a1254","status":"passed","time":{"start":1706322907600,"stop":1706322907601,"duration":1}},{"uid":"dec4aea2f72ce69a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dec4aea2f72ce69a","status":"passed","time":{"start":1706321214829,"stop":1706321214829,"duration":0}},{"uid":"f2e5752a4d4476a3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f2e5752a4d4476a3","status":"passed","time":{"start":1706114983182,"stop":1706114983183,"duration":1}},{"uid":"f812d26991effe53","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f812d26991effe53","status":"passed","time":{"start":1706114158947,"stop":1706114158947,"duration":0}},{"uid":"77ff03c53c0f47af","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/77ff03c53c0f47af","status":"passed","time":{"start":1706111630977,"stop":1706111630978,"duration":1}},{"uid":"5febec6e9d0f7b7c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5febec6e9d0f7b7c","status":"passed","time":{"start":1706111322394,"stop":1706111322394,"duration":0}},{"uid":"d4624d763e36da06","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d4624d763e36da06","status":"passed","time":{"start":1706109226573,"stop":1706109226574,"duration":1}},{"uid":"bc52d3b28389ae11","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bc52d3b28389ae11","status":"passed","time":{"start":1706103040614,"stop":1706103040614,"duration":0}},{"uid":"26dedff4d594a287","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/26dedff4d594a287","status":"passed","time":{"start":1706102783698,"stop":1706102783699,"duration":1}},{"uid":"3ddfcbb5640c988f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3ddfcbb5640c988f","status":"passed","time":{"start":1706102142033,"stop":1706102142033,"duration":0}},{"uid":"f19a2f8d111c012a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f19a2f8d111c012a","status":"passed","time":{"start":1706102015076,"stop":1706102015076,"duration":0}}]},"57353c43da463eef5074d9e2f31386bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c9b598248629c7f","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/8c9b598248629c7f","status":"passed","time":{"start":1705365638327,"stop":1705365638327,"duration":0}}]},"fc854898853e9c1817f40a3c2b90870a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bcea9ca53368c03","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2bcea9ca53368c03","status":"passed","time":{"start":1706527923877,"stop":1706527923879,"duration":2}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"fb68922335528ec2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fb68922335528ec2","status":"passed","time":{"start":1706529092202,"stop":1706529092203,"duration":1}},{"uid":"9843fabd852d0162","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9843fabd852d0162","status":"passed","time":{"start":1706528057430,"stop":1706528057431,"duration":1}},{"uid":"eefb794f4329d065","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/eefb794f4329d065","status":"passed","time":{"start":1706526914760,"stop":1706526914760,"duration":0}},{"uid":"dc7e6f6becab35dc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dc7e6f6becab35dc","status":"passed","time":{"start":1706526612629,"stop":1706526612630,"duration":1}},{"uid":"29ed353a9e0bd4bf","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/29ed353a9e0bd4bf","status":"passed","time":{"start":1706526514757,"stop":1706526514758,"duration":1}},{"uid":"44e0c2ffb4d50db7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/44e0c2ffb4d50db7","status":"passed","time":{"start":1706525945102,"stop":1706525945102,"duration":0}},{"uid":"bf3b4f5fb6525177","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bf3b4f5fb6525177","status":"passed","time":{"start":1706525418815,"stop":1706525418815,"duration":0}},{"uid":"d9e5387c7b8ce93f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d9e5387c7b8ce93f","status":"passed","time":{"start":1706525116045,"stop":1706525116045,"duration":0}},{"uid":"ed4f0af15971e512","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ed4f0af15971e512","status":"passed","time":{"start":1706467681185,"stop":1706467681185,"duration":0}},{"uid":"a05d63d388062551","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a05d63d388062551","status":"passed","time":{"start":1706323017115,"stop":1706323017116,"duration":1}},{"uid":"eb3a0fa85c1a7c39","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/eb3a0fa85c1a7c39","status":"passed","time":{"start":1706321333751,"stop":1706321333751,"duration":0}},{"uid":"b5c33da5b4785435","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b5c33da5b4785435","status":"passed","time":{"start":1706115157086,"stop":1706115157087,"duration":1}},{"uid":"1214875e75f80eb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1214875e75f80eb","status":"passed","time":{"start":1706114292021,"stop":1706114292022,"duration":1}},{"uid":"bd24ab3866cabdab","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bd24ab3866cabdab","status":"passed","time":{"start":1706111754990,"stop":1706111754990,"duration":0}},{"uid":"49ef876510e6a43f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/49ef876510e6a43f","status":"passed","time":{"start":1706111454521,"stop":1706111454522,"duration":1}},{"uid":"926a23723346ff48","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/926a23723346ff48","status":"passed","time":{"start":1706109346653,"stop":1706109346653,"duration":0}},{"uid":"1b2fccf88679ab69","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1b2fccf88679ab69","status":"passed","time":{"start":1706103153459,"stop":1706103153459,"duration":0}},{"uid":"12f74fb9c70da715","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/12f74fb9c70da715","status":"passed","time":{"start":1706102905518,"stop":1706102905518,"duration":0}},{"uid":"9e37615f6229b933","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9e37615f6229b933","status":"passed","time":{"start":1706102263597,"stop":1706102263597,"duration":0}},{"uid":"54fc3f26a6d3400e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/54fc3f26a6d3400e","status":"passed","time":{"start":1706102127462,"stop":1706102127463,"duration":1}}]},"07f80c6cfd3c435cf57ca4e54239d042:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"69da5efad52907d2","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/69da5efad52907d2","status":"passed","time":{"start":1705520778357,"stop":1705520778357,"duration":0}},{"uid":"db50cccbfec4a3e7","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/db50cccbfec4a3e7","status":"passed","time":{"start":1705518147347,"stop":1705518147347,"duration":0}},{"uid":"3be862e1c0f42512","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/3be862e1c0f42512","status":"passed","time":{"start":1705518043731,"stop":1705518043732,"duration":1}},{"uid":"3e03233313587f8","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/3e03233313587f8","status":"passed","time":{"start":1705517918810,"stop":1705517918810,"duration":0}},{"uid":"985125d09422feb0","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/985125d09422feb0","status":"passed","time":{"start":1705508582706,"stop":1705508582707,"duration":1}},{"uid":"36df40de89701aa1","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/36df40de89701aa1","status":"passed","time":{"start":1705506415878,"stop":1705506415878,"duration":0}},{"uid":"11e10336cce9ceae","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/11e10336cce9ceae","status":"passed","time":{"start":1705502881049,"stop":1705502881050,"duration":1}},{"uid":"422af6c39f209777","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/422af6c39f209777","status":"passed","time":{"start":1705502413582,"stop":1705502413582,"duration":0}},{"uid":"b4ea7b0337c7025","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/b4ea7b0337c7025","status":"passed","time":{"start":1705494819395,"stop":1705494819395,"duration":0}},{"uid":"715e39c085ee0cce","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/715e39c085ee0cce","status":"passed","time":{"start":1705494869794,"stop":1705494869795,"duration":1}},{"uid":"219f6a390c3d866b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/219f6a390c3d866b","status":"passed","time":{"start":1705494814428,"stop":1705494814429,"duration":1}},{"uid":"73e737122ef19df1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/73e737122ef19df1","status":"passed","time":{"start":1705493391728,"stop":1705493391728,"duration":0}},{"uid":"5a5e42610b86303e","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/5a5e42610b86303e","status":"passed","time":{"start":1705493359303,"stop":1705493359304,"duration":1}},{"uid":"992b34ec71514ff0","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/992b34ec71514ff0","status":"passed","time":{"start":1705485182394,"stop":1705485182394,"duration":0}},{"uid":"5e98fff66f7b3481","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/5e98fff66f7b3481","status":"passed","time":{"start":1705485040824,"stop":1705485040824,"duration":0}},{"uid":"7ba10920015913fa","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/7ba10920015913fa","status":"passed","time":{"start":1705484295604,"stop":1705484295605,"duration":1}},{"uid":"5431cd4b79af6222","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/5431cd4b79af6222","status":"passed","time":{"start":1705469807042,"stop":1705469807042,"duration":0}},{"uid":"e95c3d91f348427d","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/e95c3d91f348427d","status":"passed","time":{"start":1705466873101,"stop":1705466873101,"duration":0}},{"uid":"4e54928ce228e839","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/4e54928ce228e839","status":"passed","time":{"start":1705435339053,"stop":1705435339054,"duration":1}},{"uid":"ce6d89bc99672ebd","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/ce6d89bc99672ebd","status":"passed","time":{"start":1705434801910,"stop":1705434801911,"duration":1}}]},"0e63e419c2201e6324a1ec990eb91f10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b44e786eb5ea77b0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b44e786eb5ea77b0","status":"passed","time":{"start":1706525825287,"stop":1706525825287,"duration":0}}]},"7d2f970f292b38565bca8b5ec3119cb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"665fb51063dffa09","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/665fb51063dffa09","status":"passed","time":{"start":1705681326956,"stop":1705681326957,"duration":1}}]},"a17f28cff8d3610f0757edcd7223e591:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30177969b2be03fd","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/30177969b2be03fd","status":"passed","time":{"start":1705678121505,"stop":1705678121505,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e21bcaa67d49858b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e21bcaa67d49858b","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"duration":0}},{"uid":"ea501895331e0651","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ea501895331e0651","status":"passed","time":{"start":1706527705429,"stop":1706527705429,"duration":0}},{"uid":"36f08d64e89668fc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/36f08d64e89668fc","status":"passed","time":{"start":1706526721661,"stop":1706526721661,"duration":0}},{"uid":"f1bae810fcafaf01","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f1bae810fcafaf01","status":"passed","time":{"start":1706526417565,"stop":1706526417565,"duration":0}},{"uid":"a3a7333810f778ab","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a3a7333810f778ab","status":"passed","time":{"start":1706526322675,"stop":1706526322675,"duration":0}},{"uid":"d717962e064b5d69","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d717962e064b5d69","status":"passed","time":{"start":1706525752769,"stop":1706525752769,"duration":0}},{"uid":"4b117f3f7dbc98c3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4b117f3f7dbc98c3","status":"passed","time":{"start":1706525219898,"stop":1706525219898,"duration":0}},{"uid":"15860af8b3b50d75","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/15860af8b3b50d75","status":"passed","time":{"start":1706524780930,"stop":1706524780930,"duration":0}},{"uid":"70cb84f162292015","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/70cb84f162292015","status":"passed","time":{"start":1706467474879,"stop":1706467474879,"duration":0}},{"uid":"630563cf3bd223cc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/630563cf3bd223cc","status":"passed","time":{"start":1706322827220,"stop":1706322827220,"duration":0}},{"uid":"832556e2b1fcbf29","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/832556e2b1fcbf29","status":"passed","time":{"start":1706321140682,"stop":1706321140682,"duration":0}},{"uid":"581e335aba3b6d8a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/581e335aba3b6d8a","status":"passed","time":{"start":1706244656777,"stop":1706244656777,"duration":0}},{"uid":"80f910acf4defc60","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/80f910acf4defc60","status":"passed","time":{"start":1706242225090,"stop":1706242225090,"duration":0}},{"uid":"f7eb0a1cdec93508","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f7eb0a1cdec93508","status":"passed","time":{"start":1706114913331,"stop":1706114913331,"duration":0}},{"uid":"dee447563a7174d5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dee447563a7174d5","status":"passed","time":{"start":1706114084093,"stop":1706114084093,"duration":0}},{"uid":"9c8c2fdd77361ae6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9c8c2fdd77361ae6","status":"passed","time":{"start":1706111558879,"stop":1706111558879,"duration":0}},{"uid":"eee43edfd64f425c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/eee43edfd64f425c","status":"passed","time":{"start":1706111248344,"stop":1706111248344,"duration":0}},{"uid":"ebd08b3318d94ba5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ebd08b3318d94ba5","status":"passed","time":{"start":1706109150503,"stop":1706109150503,"duration":0}},{"uid":"ceb4cf53abf36f9c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ceb4cf53abf36f9c","status":"passed","time":{"start":1706102968922,"stop":1706102968923,"duration":1}},{"uid":"e8b421112b41c4ae","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e8b421112b41c4ae","status":"passed","time":{"start":1706102708602,"stop":1706102708602,"duration":0}}]},"446a03448b9e3dc79850df9524f99614:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32690aea65ba9ba8","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/32690aea65ba9ba8","status":"passed","time":{"start":1705371412828,"stop":1705371412828,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"1df82c2c46254784","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1df82c2c46254784","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"duration":0}},{"uid":"cfb4b8749ca71a20","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cfb4b8749ca71a20","status":"passed","time":{"start":1706527705427,"stop":1706527705428,"duration":1}},{"uid":"8704e979c823cd62","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8704e979c823cd62","status":"passed","time":{"start":1706526721660,"stop":1706526721660,"duration":0}},{"uid":"e097fb6e3a70d808","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e097fb6e3a70d808","status":"passed","time":{"start":1706526417563,"stop":1706526417564,"duration":1}},{"uid":"1f02a5eb0106f39e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1f02a5eb0106f39e","status":"passed","time":{"start":1706526322674,"stop":1706526322674,"duration":0}},{"uid":"667ab9f1bc564b46","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/667ab9f1bc564b46","status":"passed","time":{"start":1706525752767,"stop":1706525752767,"duration":0}},{"uid":"3c7bceab5f3fd8ed","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3c7bceab5f3fd8ed","status":"passed","time":{"start":1706525219896,"stop":1706525219896,"duration":0}},{"uid":"4206b7f9d4d41f33","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4206b7f9d4d41f33","status":"passed","time":{"start":1706524780929,"stop":1706524780929,"duration":0}},{"uid":"871800841e98e549","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/871800841e98e549","status":"passed","time":{"start":1706467474877,"stop":1706467474877,"duration":0}},{"uid":"b821e074c7c07979","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b821e074c7c07979","status":"passed","time":{"start":1706322827219,"stop":1706322827219,"duration":0}},{"uid":"3b23a27c1eda6a37","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3b23a27c1eda6a37","status":"passed","time":{"start":1706321140681,"stop":1706321140681,"duration":0}},{"uid":"400451009edc62af","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/400451009edc62af","status":"passed","time":{"start":1706244656776,"stop":1706244656776,"duration":0}},{"uid":"5d20f89c02d01e84","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5d20f89c02d01e84","status":"passed","time":{"start":1706242225089,"stop":1706242225089,"duration":0}},{"uid":"b7e3743f1ffa1ce7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b7e3743f1ffa1ce7","status":"passed","time":{"start":1706114913330,"stop":1706114913330,"duration":0}},{"uid":"158c31c565caae53","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/158c31c565caae53","status":"passed","time":{"start":1706114084091,"stop":1706114084091,"duration":0}},{"uid":"25443e71a79665e8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25443e71a79665e8","status":"passed","time":{"start":1706111558878,"stop":1706111558878,"duration":0}},{"uid":"25d3fc90c52a48ef","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/25d3fc90c52a48ef","status":"passed","time":{"start":1706111248342,"stop":1706111248343,"duration":1}},{"uid":"e96c6b51cf1d9881","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e96c6b51cf1d9881","status":"passed","time":{"start":1706109150501,"stop":1706109150502,"duration":1}},{"uid":"bccd90cb8e46b17c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bccd90cb8e46b17c","status":"passed","time":{"start":1706102968921,"stop":1706102968921,"duration":0}},{"uid":"c8556880529fba2d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c8556880529fba2d","status":"passed","time":{"start":1706102708601,"stop":1706102708601,"duration":0}}]},"19bb836e92c5382e896ecd393f2b29d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":37,"unknown":0,"total":37},"items":[{"uid":"fca50e84d3e42a91","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/fca50e84d3e42a91","status":"passed","time":{"start":1705518209007,"stop":1705518209007,"duration":0}},{"uid":"2b0487b4cc697f25","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/2b0487b4cc697f25","status":"passed","time":{"start":1705518112869,"stop":1705518112870,"duration":1}},{"uid":"a3ea69dc4fdf5029","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/a3ea69dc4fdf5029","status":"passed","time":{"start":1705517988396,"stop":1705517988397,"duration":1}},{"uid":"878fec467296f34a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/878fec467296f34a","status":"passed","time":{"start":1705508651538,"stop":1705508651538,"duration":0}},{"uid":"67f38568f6ccdc25","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/67f38568f6ccdc25","status":"passed","time":{"start":1705506479157,"stop":1705506479157,"duration":0}},{"uid":"c475b9ba5579e025","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/c475b9ba5579e025","status":"passed","time":{"start":1705502938691,"stop":1705502938692,"duration":1}},{"uid":"1e4f5aa2997e6842","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1e4f5aa2997e6842","status":"passed","time":{"start":1705502478114,"stop":1705502478114,"duration":0}},{"uid":"48cd8399f660459a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/48cd8399f660459a","status":"passed","time":{"start":1705494884687,"stop":1705494884687,"duration":0}},{"uid":"24a2f84a9d15dc90","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/24a2f84a9d15dc90","status":"passed","time":{"start":1705494937617,"stop":1705494937618,"duration":1}},{"uid":"356aa2665e1c716","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/356aa2665e1c716","status":"passed","time":{"start":1705494894115,"stop":1705494894116,"duration":1}},{"uid":"903e32183d8266f9","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/903e32183d8266f9","status":"passed","time":{"start":1705493458487,"stop":1705493458487,"duration":0}},{"uid":"87a80c9ae785fe5f","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/87a80c9ae785fe5f","status":"passed","time":{"start":1705493421110,"stop":1705493421111,"duration":1}},{"uid":"4ae922523070692c","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4ae922523070692c","status":"passed","time":{"start":1705485246702,"stop":1705485246702,"duration":0}},{"uid":"449abc8e863cd94f","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/449abc8e863cd94f","status":"passed","time":{"start":1705485106628,"stop":1705485106628,"duration":0}},{"uid":"29e182b83930add5","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/29e182b83930add5","status":"passed","time":{"start":1705484353102,"stop":1705484353102,"duration":0}},{"uid":"17b04589abe368d7","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/17b04589abe368d7","status":"passed","time":{"start":1705469867105,"stop":1705469867105,"duration":0}},{"uid":"d29ffcd48c5c295a","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/d29ffcd48c5c295a","status":"passed","time":{"start":1705466933279,"stop":1705466933279,"duration":0}},{"uid":"1beea53759c1874e","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/1beea53759c1874e","status":"passed","time":{"start":1705435401904,"stop":1705435401904,"duration":0}},{"uid":"9247bc4ac50396eb","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/9247bc4ac50396eb","status":"passed","time":{"start":1705434866490,"stop":1705434866490,"duration":0}},{"uid":"96fb79ccee26cb3f","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/96fb79ccee26cb3f","status":"passed","time":{"start":1705433200747,"stop":1705433200747,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":129,"unknown":0,"total":130},"items":[{"uid":"135976ed8e001e34","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/135976ed8e001e34","status":"passed","time":{"start":1706529268051,"stop":1706529268052,"duration":1}},{"uid":"fb3b752719b7c2e7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fb3b752719b7c2e7","status":"passed","time":{"start":1706528227157,"stop":1706528227157,"duration":0}},{"uid":"8b8629647484c293","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8b8629647484c293","status":"passed","time":{"start":1706527190762,"stop":1706527190762,"duration":0}},{"uid":"b8b2ddbc31a2c2c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b8b2ddbc31a2c2c","status":"passed","time":{"start":1706526900154,"stop":1706526900154,"duration":0}},{"uid":"d181f6550b2be861","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d181f6550b2be861","status":"passed","time":{"start":1706526805110,"stop":1706526805111,"duration":1}},{"uid":"6ecd096cd05ddb75","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6ecd096cd05ddb75","status":"passed","time":{"start":1706526239675,"stop":1706526239675,"duration":0}},{"uid":"a26f91d296f7338c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a26f91d296f7338c","status":"passed","time":{"start":1706525701053,"stop":1706525701053,"duration":0}},{"uid":"eef063c1ab788e48","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/eef063c1ab788e48","status":"passed","time":{"start":1706525290655,"stop":1706525290655,"duration":0}},{"uid":"367a6e8b15d2d535","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/367a6e8b15d2d535","status":"passed","time":{"start":1706467928030,"stop":1706467928030,"duration":0}},{"uid":"7b4bebdd15a5e918","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7b4bebdd15a5e918","status":"passed","time":{"start":1706323327240,"stop":1706323327240,"duration":0}},{"uid":"33cb642dcbe297f8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/33cb642dcbe297f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449220,"stop":1706321449220,"duration":0}},{"uid":"d407a52ac33bb8bd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d407a52ac33bb8bd","status":"passed","time":{"start":1706115400175,"stop":1706115400175,"duration":0}},{"uid":"86b5501e9b69a36f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/86b5501e9b69a36f","status":"passed","time":{"start":1706114546367,"stop":1706114546367,"duration":0}},{"uid":"31483b19826edce7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/31483b19826edce7","status":"passed","time":{"start":1706112015691,"stop":1706112015691,"duration":0}},{"uid":"da9c1fa7b5b33f3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/da9c1fa7b5b33f3","status":"passed","time":{"start":1706111736267,"stop":1706111736267,"duration":0}},{"uid":"c9b0c73f1bff6558","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c9b0c73f1bff6558","status":"passed","time":{"start":1706109647600,"stop":1706109647600,"duration":0}},{"uid":"3eb7a2bc78444aa8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3eb7a2bc78444aa8","status":"passed","time":{"start":1706103431921,"stop":1706103431921,"duration":0}},{"uid":"a1456950465d72ae","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a1456950465d72ae","status":"passed","time":{"start":1706103172407,"stop":1706103172408,"duration":1}},{"uid":"35e12c69ae705b27","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/35e12c69ae705b27","status":"passed","time":{"start":1706102539693,"stop":1706102539694,"duration":1}},{"uid":"6c687b699f001482","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6c687b699f001482","status":"passed","time":{"start":1706102412589,"stop":1706102412589,"duration":0}}]},"8dbd1d1c0d9028001b3060b31b9470e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e625ecb8e511de4","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/2e625ecb8e511de4","status":"passed","time":{"start":1706099967115,"stop":1706099967115,"duration":0}}]},"413c0416e63f9ee796bb057c88674cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"492243fcdbd497c7","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/492243fcdbd497c7","status":"passed","time":{"start":1705369239037,"stop":1705369239037,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"127a0165f178de22","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/127a0165f178de22","status":"passed","time":{"start":1706528986015,"stop":1706528986015,"duration":0}},{"uid":"f23a481a9193df2c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f23a481a9193df2c","status":"passed","time":{"start":1706527951707,"stop":1706527951708,"duration":1}},{"uid":"d2f913a0d983e0b9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d2f913a0d983e0b9","status":"passed","time":{"start":1706526969210,"stop":1706526969211,"duration":1}},{"uid":"1ca071b17ce61e4b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1ca071b17ce61e4b","status":"passed","time":{"start":1706526675852,"stop":1706526675856,"duration":4}},{"uid":"66f6c0a0253feec0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/66f6c0a0253feec0","status":"passed","time":{"start":1706526572365,"stop":1706526572365,"duration":0}},{"uid":"f6ceccd58b4328f2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f6ceccd58b4328f2","status":"passed","time":{"start":1706525997939,"stop":1706525997939,"duration":0}},{"uid":"96d64f40489c3af3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/96d64f40489c3af3","status":"passed","time":{"start":1706525468254,"stop":1706525468254,"duration":0}},{"uid":"35fa650c8ee3fe33","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/35fa650c8ee3fe33","status":"passed","time":{"start":1706525019717,"stop":1706525019719,"duration":2}},{"uid":"bbdd93c34663c9c2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bbdd93c34663c9c2","status":"passed","time":{"start":1706467721295,"stop":1706467721295,"duration":0}},{"uid":"6dc5dd844bf87528","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6dc5dd844bf87528","status":"passed","time":{"start":1706323082568,"stop":1706323082568,"duration":0}},{"uid":"59259b630140455a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/59259b630140455a","status":"passed","time":{"start":1706321389971,"stop":1706321389971,"duration":0}},{"uid":"8b4d5bc49a2fb825","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8b4d5bc49a2fb825","status":"passed","time":{"start":1706115172651,"stop":1706115172651,"duration":0}},{"uid":"9fe472031f7b9a1d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9fe472031f7b9a1d","status":"passed","time":{"start":1706114335602,"stop":1706114335603,"duration":1}},{"uid":"126de5449e92c737","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/126de5449e92c737","status":"passed","time":{"start":1706111797808,"stop":1706111797809,"duration":1}},{"uid":"a18618cc93d17ee2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a18618cc93d17ee2","status":"passed","time":{"start":1706111496594,"stop":1706111496597,"duration":3}},{"uid":"d3069cc936c91501","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d3069cc936c91501","status":"passed","time":{"start":1706109403545,"stop":1706109403545,"duration":0}},{"uid":"2593b9029ac71ee2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2593b9029ac71ee2","status":"passed","time":{"start":1706103220673,"stop":1706103220674,"duration":1}},{"uid":"337ee5a1d24ea1cf","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/337ee5a1d24ea1cf","status":"passed","time":{"start":1706102943582,"stop":1706102943582,"duration":0}},{"uid":"1feb680b2a930718","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1feb680b2a930718","status":"passed","time":{"start":1706102315320,"stop":1706102315320,"duration":0}},{"uid":"90c60f49cf638858","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/90c60f49cf638858","status":"passed","time":{"start":1706102190048,"stop":1706102190048,"duration":0}}]},"39f61402ace42e4eddeb0f90d37fd819:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"864200f0937bb363","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/864200f0937bb363","status":"passed","time":{"start":1705484353091,"stop":1705484353092,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":62,"unknown":0,"total":62},"items":[{"uid":"a821c4b4c5d2a165","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a821c4b4c5d2a165","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"duration":0}},{"uid":"4ba1217eb376b531","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4ba1217eb376b531","status":"passed","time":{"start":1706527699170,"stop":1706527699171,"duration":1}},{"uid":"ea5f598575d21c09","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ea5f598575d21c09","status":"passed","time":{"start":1706526713038,"stop":1706526713039,"duration":1}},{"uid":"1542b24e2b74f1ea","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1542b24e2b74f1ea","status":"passed","time":{"start":1706526411514,"stop":1706526411514,"duration":0}},{"uid":"a551556f8b397c11","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a551556f8b397c11","status":"passed","time":{"start":1706526316664,"stop":1706526316665,"duration":1}},{"uid":"48b0ecfcbf9daac3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/48b0ecfcbf9daac3","status":"passed","time":{"start":1706525744479,"stop":1706525744480,"duration":1}},{"uid":"32532609b1d2ef80","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/32532609b1d2ef80","status":"passed","time":{"start":1706525211343,"stop":1706525211343,"duration":0}},{"uid":"1b2a4f60a7dc52bd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1b2a4f60a7dc52bd","status":"passed","time":{"start":1706524772507,"stop":1706524772508,"duration":1}},{"uid":"41175a09f2eb38cb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/41175a09f2eb38cb","status":"passed","time":{"start":1706467466425,"stop":1706467466426,"duration":1}},{"uid":"e51e035949c0ffa4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e51e035949c0ffa4","status":"passed","time":{"start":1706322818546,"stop":1706322818546,"duration":0}},{"uid":"48fe49c2d0d56330","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/48fe49c2d0d56330","status":"passed","time":{"start":1706321132327,"stop":1706321132327,"duration":0}},{"uid":"3f495d80f6905c1e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3f495d80f6905c1e","status":"passed","time":{"start":1706244648295,"stop":1706244648295,"duration":0}},{"uid":"dacdbd7a0e775a3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/dacdbd7a0e775a3","status":"passed","time":{"start":1706242216514,"stop":1706242216514,"duration":0}},{"uid":"f8c6ade7a5971827","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f8c6ade7a5971827","status":"passed","time":{"start":1706114904800,"stop":1706114904800,"duration":0}},{"uid":"e96efbfdd7e93b16","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e96efbfdd7e93b16","status":"passed","time":{"start":1706114075355,"stop":1706114075355,"duration":0}},{"uid":"7ddb5fb016da297e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7ddb5fb016da297e","status":"passed","time":{"start":1706111550276,"stop":1706111550276,"duration":0}},{"uid":"6a1d359f98018bfe","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6a1d359f98018bfe","status":"passed","time":{"start":1706111239744,"stop":1706111239744,"duration":0}},{"uid":"4274e337047d77d2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4274e337047d77d2","status":"passed","time":{"start":1706109141857,"stop":1706109141857,"duration":0}},{"uid":"cd864742f5f9ef39","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cd864742f5f9ef39","status":"passed","time":{"start":1706102960419,"stop":1706102960420,"duration":1}},{"uid":"e3dc757fab2fc5b2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e3dc757fab2fc5b2","status":"passed","time":{"start":1706102700220,"stop":1706102700221,"duration":1}}]},"b04b99b61a279fba62e3d07e2e5d61cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e0e9e36632e7faf","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/4e0e9e36632e7faf","status":"passed","time":{"start":1705525370188,"stop":1705525370188,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":90,"unknown":0,"total":91},"items":[{"uid":"ca7cf4a4da38bb91","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ca7cf4a4da38bb91","status":"passed","time":{"start":1706528857314,"stop":1706528857314,"duration":0}},{"uid":"92ef909cf6f7e156","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/92ef909cf6f7e156","status":"passed","time":{"start":1706527827578,"stop":1706527827578,"duration":0}},{"uid":"601835c8b8227a99","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/601835c8b8227a99","status":"passed","time":{"start":1706526836994,"stop":1706526836995,"duration":1}},{"uid":"649602e20fc7dc71","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/649602e20fc7dc71","status":"passed","time":{"start":1706526533882,"stop":1706526533883,"duration":1}},{"uid":"fdb6d987b7a28fe6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fdb6d987b7a28fe6","status":"passed","time":{"start":1706526441876,"stop":1706526441876,"duration":0}},{"uid":"e6ccae6c35f68b20","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e6ccae6c35f68b20","status":"passed","time":{"start":1706525866023,"stop":1706525866024,"duration":1}},{"uid":"59a8f714ee2c11f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/59a8f714ee2c11f","status":"passed","time":{"start":1706525332944,"stop":1706525332944,"duration":0}},{"uid":"582b41d693c7f080","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/582b41d693c7f080","status":"passed","time":{"start":1706524895843,"stop":1706524895844,"duration":1}},{"uid":"8bc7a43a452c16d6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8bc7a43a452c16d6","status":"passed","time":{"start":1706467592265,"stop":1706467592266,"duration":1}},{"uid":"86db45be4f5398e7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/86db45be4f5398e7","status":"passed","time":{"start":1706322942349,"stop":1706322942349,"duration":0}},{"uid":"d882355ce56635f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d882355ce56635f","status":"passed","time":{"start":1706321253057,"stop":1706321253057,"duration":0}},{"uid":"8c5a60b22e907195","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8c5a60b22e907195","status":"passed","time":{"start":1706244761411,"stop":1706244761412,"duration":1}},{"uid":"77f9dde4defadb39","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/77f9dde4defadb39","status":"passed","time":{"start":1706242323584,"stop":1706242323585,"duration":1}},{"uid":"fad46013a1b8b8d5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fad46013a1b8b8d5","status":"passed","time":{"start":1706115032882,"stop":1706115032883,"duration":1}},{"uid":"b5ef84b0cf68f3bc","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b5ef84b0cf68f3bc","status":"passed","time":{"start":1706114198056,"stop":1706114198057,"duration":1}},{"uid":"43279c10c087bd17","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/43279c10c087bd17","status":"passed","time":{"start":1706111672942,"stop":1706111672944,"duration":2}},{"uid":"b5fdda438351f277","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b5fdda438351f277","status":"passed","time":{"start":1706111369248,"stop":1706111369250,"duration":2}},{"uid":"8cd1248b45055f7a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8cd1248b45055f7a","status":"passed","time":{"start":1706109273517,"stop":1706109273519,"duration":2}},{"uid":"9e133175d26fa3f8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9e133175d26fa3f8","status":"passed","time":{"start":1706103083958,"stop":1706103083958,"duration":0}},{"uid":"cac142ddc9d9771c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cac142ddc9d9771c","status":"passed","time":{"start":1706102826541,"stop":1706102826543,"duration":2}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"c83982b940b45136","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c83982b940b45136","status":"passed","time":{"start":1706529223894,"stop":1706529223895,"duration":1}},{"uid":"1a5932849d40b89c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1a5932849d40b89c","status":"passed","time":{"start":1706528204206,"stop":1706528204207,"duration":1}},{"uid":"adb8ac25e5bb9679","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/adb8ac25e5bb9679","status":"passed","time":{"start":1706527085313,"stop":1706527085314,"duration":1}},{"uid":"9dfd400a3243a46","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9dfd400a3243a46","status":"passed","time":{"start":1706526783365,"stop":1706526783365,"duration":0}},{"uid":"c123e83791521b74","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c123e83791521b74","status":"passed","time":{"start":1706526690272,"stop":1706526690272,"duration":0}},{"uid":"642d4fc0c982f9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/642d4fc0c982f9","status":"passed","time":{"start":1706526129382,"stop":1706526129382,"duration":0}},{"uid":"4ad1be79b8a28381","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4ad1be79b8a28381","status":"passed","time":{"start":1706525593259,"stop":1706525593259,"duration":0}},{"uid":"444aec6f69e3f29e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/444aec6f69e3f29e","status":"passed","time":{"start":1706525226781,"stop":1706525226781,"duration":0}},{"uid":"826c0e24216c09f1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/826c0e24216c09f1","status":"passed","time":{"start":1706467837092,"stop":1706467837094,"duration":2}},{"uid":"5996f4287b6d2cf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5996f4287b6d2cf","status":"passed","time":{"start":1706323213973,"stop":1706323213973,"duration":0}},{"uid":"3c5c3b3d3201df9a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3c5c3b3d3201df9a","status":"passed","time":{"start":1706321475552,"stop":1706321475552,"duration":0}},{"uid":"102c0c9622fab545","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/102c0c9622fab545","status":"passed","time":{"start":1706115285528,"stop":1706115285529,"duration":1}},{"uid":"e80e31ff7473449","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e80e31ff7473449","status":"passed","time":{"start":1706114454509,"stop":1706114454510,"duration":1}},{"uid":"c3bfc0f0291bcbfe","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c3bfc0f0291bcbfe","status":"passed","time":{"start":1706111914140,"stop":1706111914141,"duration":1}},{"uid":"266284ad6594266b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/266284ad6594266b","status":"passed","time":{"start":1706111616739,"stop":1706111616739,"duration":0}},{"uid":"e0251e1a3becf6ce","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e0251e1a3becf6ce","status":"passed","time":{"start":1706109533628,"stop":1706109533628,"duration":0}},{"uid":"2540e31ccfb8e652","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2540e31ccfb8e652","status":"passed","time":{"start":1706103308661,"stop":1706103308661,"duration":0}},{"uid":"22f9b51932896070","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/22f9b51932896070","status":"passed","time":{"start":1706103054157,"stop":1706103054157,"duration":0}},{"uid":"2d78f0813265336b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2d78f0813265336b","status":"passed","time":{"start":1706102435006,"stop":1706102435007,"duration":1}},{"uid":"a08d0b5dad79b840","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a08d0b5dad79b840","status":"passed","time":{"start":1706102331417,"stop":1706102331417,"duration":0}}]},"f64e5ba59536ea224a7553978a6c7ec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"870273147885498e","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/870273147885498e","status":"passed","time":{"start":1705582607495,"stop":1705582607496,"duration":1}}]},"0ad4fbb3f90cd6aba58799c203fe00a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a835da471155a1e1","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/a835da471155a1e1","status":"passed","time":{"start":1705485136814,"stop":1705485136814,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"547d596e9225153f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/547d596e9225153f","status":"passed","time":{"start":1706528986015,"stop":1706528986016,"duration":1}},{"uid":"cbcfbd58c0f79a1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cbcfbd58c0f79a1","status":"passed","time":{"start":1706527951708,"stop":1706527951709,"duration":1}},{"uid":"f17bd91c5519ee6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f17bd91c5519ee6","status":"passed","time":{"start":1706526969211,"stop":1706526969211,"duration":0}},{"uid":"c36831ceffed3f7d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c36831ceffed3f7d","status":"passed","time":{"start":1706526675856,"stop":1706526675857,"duration":1}},{"uid":"1635cb99009c5308","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1635cb99009c5308","status":"passed","time":{"start":1706526572365,"stop":1706526572366,"duration":1}},{"uid":"eef8857475a355cb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/eef8857475a355cb","status":"passed","time":{"start":1706525997939,"stop":1706525997939,"duration":0}},{"uid":"bffd64b7864f30c9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bffd64b7864f30c9","status":"passed","time":{"start":1706525468254,"stop":1706525468254,"duration":0}},{"uid":"28a8c80426169ee8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/28a8c80426169ee8","status":"passed","time":{"start":1706525019719,"stop":1706525019719,"duration":0}},{"uid":"45532d3ef14b4191","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/45532d3ef14b4191","status":"passed","time":{"start":1706467721295,"stop":1706467721295,"duration":0}},{"uid":"a339a4c45fa54766","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a339a4c45fa54766","status":"passed","time":{"start":1706323082568,"stop":1706323082568,"duration":0}},{"uid":"2e761347855b868e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2e761347855b868e","status":"passed","time":{"start":1706321389971,"stop":1706321389972,"duration":1}},{"uid":"5d335c8e740340f2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5d335c8e740340f2","status":"passed","time":{"start":1706115172652,"stop":1706115172652,"duration":0}},{"uid":"a6ae4d0032fe68b7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a6ae4d0032fe68b7","status":"passed","time":{"start":1706114335603,"stop":1706114335603,"duration":0}},{"uid":"b721344d269a7169","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b721344d269a7169","status":"passed","time":{"start":1706111797809,"stop":1706111797810,"duration":1}},{"uid":"df9b78e5ebb18fae","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/df9b78e5ebb18fae","status":"passed","time":{"start":1706111496598,"stop":1706111496599,"duration":1}},{"uid":"4bcf745d29c72f0c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4bcf745d29c72f0c","status":"passed","time":{"start":1706109403545,"stop":1706109403546,"duration":1}},{"uid":"2e056b718fdac194","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2e056b718fdac194","status":"passed","time":{"start":1706103220674,"stop":1706103220674,"duration":0}},{"uid":"884dede21253de7b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/884dede21253de7b","status":"passed","time":{"start":1706102943582,"stop":1706102943583,"duration":1}},{"uid":"af9cedac4058f10c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/af9cedac4058f10c","status":"passed","time":{"start":1706102315320,"stop":1706102315321,"duration":1}},{"uid":"3dd59423dcb6f178","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3dd59423dcb6f178","status":"passed","time":{"start":1706102190049,"stop":1706102190049,"duration":0}}]},"b200d87d0952967419f467c9d671adad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9266f373c74e480f","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9266f373c74e480f","status":"passed","time":{"start":1706101680237,"stop":1706101680237,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"b53e7ad5e325ab81","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b53e7ad5e325ab81","status":"passed","time":{"start":1706528735138,"stop":1706528735138,"duration":0}},{"uid":"f44b9d9231d9f0aa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f44b9d9231d9f0aa","status":"passed","time":{"start":1706527704565,"stop":1706527704565,"duration":0}},{"uid":"486aa7382ec7115d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/486aa7382ec7115d","status":"passed","time":{"start":1706526720939,"stop":1706526720939,"duration":0}},{"uid":"67be34861f9ec5a7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/67be34861f9ec5a7","status":"passed","time":{"start":1706526416663,"stop":1706526416663,"duration":0}},{"uid":"684ba6f56bd2d75c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/684ba6f56bd2d75c","status":"passed","time":{"start":1706526321796,"stop":1706526321797,"duration":1}},{"uid":"98e494d007aa699","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/98e494d007aa699","status":"passed","time":{"start":1706525751938,"stop":1706525751939,"duration":1}},{"uid":"c7b28d6a911c4cd2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c7b28d6a911c4cd2","status":"passed","time":{"start":1706525218974,"stop":1706525218974,"duration":0}},{"uid":"f6432c45d99b566c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f6432c45d99b566c","status":"passed","time":{"start":1706524780152,"stop":1706524780152,"duration":0}},{"uid":"95a8a8aa99f53481","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/95a8a8aa99f53481","status":"passed","time":{"start":1706467474005,"stop":1706467474006,"duration":1}},{"uid":"59d0b37a1fdf17a6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/59d0b37a1fdf17a6","status":"passed","time":{"start":1706322826375,"stop":1706322826376,"duration":1}},{"uid":"67c356f56d81571c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/67c356f56d81571c","status":"passed","time":{"start":1706321139960,"stop":1706321139960,"duration":0}},{"uid":"e3de8d49833262fd","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e3de8d49833262fd","status":"passed","time":{"start":1706244655889,"stop":1706244655889,"duration":0}},{"uid":"7b6066d038d787b6","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7b6066d038d787b6","status":"passed","time":{"start":1706242224333,"stop":1706242224334,"duration":1}},{"uid":"98fb34f18625141c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/98fb34f18625141c","status":"passed","time":{"start":1706114912533,"stop":1706114912533,"duration":0}},{"uid":"271e8bc143af7760","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/271e8bc143af7760","status":"passed","time":{"start":1706114083278,"stop":1706114083279,"duration":1}},{"uid":"28601bda547299f8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/28601bda547299f8","status":"passed","time":{"start":1706111557905,"stop":1706111557906,"duration":1}},{"uid":"148159160245b3ae","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/148159160245b3ae","status":"passed","time":{"start":1706111247553,"stop":1706111247554,"duration":1}},{"uid":"94715057ff5f5ebb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/94715057ff5f5ebb","status":"passed","time":{"start":1706109149780,"stop":1706109149780,"duration":0}},{"uid":"c596fa3a67816464","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c596fa3a67816464","status":"passed","time":{"start":1706102968136,"stop":1706102968136,"duration":0}},{"uid":"1d8be770cae66dfa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1d8be770cae66dfa","status":"passed","time":{"start":1706102707878,"stop":1706102707879,"duration":1}}]},"f06bd9bf31d84bd834913452b5a49927:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19b1274c08627bcf","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/19b1274c08627bcf","status":"passed","time":{"start":1706101530732,"stop":1706101530733,"duration":1}}]},"f2af5b6f6c3f584111a24fda13751c17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"581eb28491814673","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/581eb28491814673","status":"passed","time":{"start":1706114706819,"stop":1706114706819,"duration":0}}]},"6f98b27dda779b186d8c994b6e84e094:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"1f6c7cd0e416df40","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1f6c7cd0e416df40","status":"passed","time":{"start":1705521140293,"stop":1705521140294,"duration":1}},{"uid":"3f817507cf4b8c23","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/3f817507cf4b8c23","status":"passed","time":{"start":1705520883404,"stop":1705520883404,"duration":0}},{"uid":"3808c6c5038994ad","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/3808c6c5038994ad","status":"passed","time":{"start":1705520300880,"stop":1705520300881,"duration":1}},{"uid":"f74393e84d45501f","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f74393e84d45501f","status":"passed","time":{"start":1705518525954,"stop":1705518525954,"duration":0}},{"uid":"9968f6fe27cf8db6","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9968f6fe27cf8db6","status":"passed","time":{"start":1705518246800,"stop":1705518246800,"duration":0}},{"uid":"7a76872e8d334666","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7a76872e8d334666","status":"passed","time":{"start":1705518140966,"stop":1705518140968,"duration":2}},{"uid":"c02a4b729f6fdb4e","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c02a4b729f6fdb4e","status":"passed","time":{"start":1705518032411,"stop":1705518032411,"duration":0}},{"uid":"94614fb4cd691244","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/94614fb4cd691244","status":"passed","time":{"start":1705508700802,"stop":1705508700802,"duration":0}},{"uid":"265acc6d829b9cd1","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/265acc6d829b9cd1","status":"passed","time":{"start":1705506512633,"stop":1705506512634,"duration":1}},{"uid":"97bc1dc8d8f5f8b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/97bc1dc8d8f5f8b","status":"passed","time":{"start":1705502966500,"stop":1705502966500,"duration":0}},{"uid":"b22ec60c68dd6c7","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b22ec60c68dd6c7","status":"passed","time":{"start":1705502370708,"stop":1705502370709,"duration":1}},{"uid":"2a6c4820d7e8c7d9","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/2a6c4820d7e8c7d9","status":"passed","time":{"start":1705502517762,"stop":1705502517763,"duration":1}},{"uid":"ebd7d492ce7e7b00","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/ebd7d492ce7e7b00","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321660,"stop":1705495321660,"duration":0}},{"uid":"992c995cc0f8dcd7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/992c995cc0f8dcd7","status":"passed","time":{"start":1705494975680,"stop":1705494975680,"duration":0}},{"uid":"9c7ca362146bea5c","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/9c7ca362146bea5c","status":"passed","time":{"start":1705494930729,"stop":1705494930734,"duration":5}},{"uid":"e6a42800d8d9d34d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e6a42800d8d9d34d","status":"passed","time":{"start":1705493496292,"stop":1705493496292,"duration":0}},{"uid":"168fb4551372fe20","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/168fb4551372fe20","status":"passed","time":{"start":1705493451242,"stop":1705493451243,"duration":1}},{"uid":"9d2d1c7085d3ad23","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/9d2d1c7085d3ad23","status":"passed","time":{"start":1705485279296,"stop":1705485279297,"duration":1}},{"uid":"cf2b14bcf133c30b","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/cf2b14bcf133c30b","status":"passed","time":{"start":1705485136796,"stop":1705485136797,"duration":1}},{"uid":"d0a5aaed3f9a40d2","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/d0a5aaed3f9a40d2","status":"passed","time":{"start":1705484392922,"stop":1705484392923,"duration":1}}]},"22768b36e2120054008add0eb0935abf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ad39c4e4c2167da","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/4ad39c4e4c2167da","status":"passed","time":{"start":1705665574762,"stop":1705665574762,"duration":0}}]},"7909afdb7c08d0489daa58bbcfab8106:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"658c89ebe953f9dc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/658c89ebe953f9dc","status":"passed","time":{"start":1706321475554,"stop":1706321475554,"duration":0}}]},"fe19273f1a4c8225cfdc1e5b07190ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4178fa7f103dfdf4","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/4178fa7f103dfdf4","status":"passed","time":{"start":1706100931216,"stop":1706100931217,"duration":1}}]},"12b600290e8ac31ef46dd4612cfa7e41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef3e1b9304be488","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9ef3e1b9304be488","status":"passed","time":{"start":1706102435010,"stop":1706102435011,"duration":1}}]},"cd24ed5caac01ef1f3a0c6872b753d20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"87ff9fdf572e4e81","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/87ff9fdf572e4e81","status":"passed","time":{"start":1705520842608,"stop":1705520842609,"duration":1}},{"uid":"f55a23c6af880aab","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/f55a23c6af880aab","status":"passed","time":{"start":1705518211228,"stop":1705518211228,"duration":0}},{"uid":"83ec5aae27468c15","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/83ec5aae27468c15","status":"passed","time":{"start":1705518105995,"stop":1705518105995,"duration":0}},{"uid":"c35d554d8c19f4b3","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c35d554d8c19f4b3","status":"passed","time":{"start":1705517988196,"stop":1705517988196,"duration":0}},{"uid":"6af4b5d9cd7420e2","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/6af4b5d9cd7420e2","status":"passed","time":{"start":1705508655535,"stop":1705508655536,"duration":1}},{"uid":"7e95342279bde9ef","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/7e95342279bde9ef","status":"passed","time":{"start":1705506482111,"stop":1705506482113,"duration":2}},{"uid":"e45ed25ad9da86c0","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/e45ed25ad9da86c0","status":"passed","time":{"start":1705502939559,"stop":1705502939559,"duration":0}},{"uid":"d481d4bd6e3d259c","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/d481d4bd6e3d259c","status":"passed","time":{"start":1705502479562,"stop":1705502479562,"duration":0}},{"uid":"83e777474c737467","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/83e777474c737467","status":"passed","time":{"start":1705494937951,"stop":1705494937952,"duration":1}},{"uid":"f3e1d81ca08e6737","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f3e1d81ca08e6737","status":"passed","time":{"start":1705494940966,"stop":1705494940966,"duration":0}},{"uid":"70cc46f01c505ae","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/70cc46f01c505ae","status":"passed","time":{"start":1705494895047,"stop":1705494895047,"duration":0}},{"uid":"85e0eabb97c46d1e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/85e0eabb97c46d1e","status":"passed","time":{"start":1705493464935,"stop":1705493464935,"duration":0}},{"uid":"d849d8a8723b365","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/d849d8a8723b365","status":"passed","time":{"start":1705493422442,"stop":1705493422442,"duration":0}},{"uid":"a5d8ee4ed4f75c5e","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/a5d8ee4ed4f75c5e","status":"passed","time":{"start":1705485250494,"stop":1705485250495,"duration":1}},{"uid":"6a24bf5a2a04bfbf","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6a24bf5a2a04bfbf","status":"passed","time":{"start":1705485112227,"stop":1705485112227,"duration":0}},{"uid":"5492076f9925ec6f","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5492076f9925ec6f","status":"passed","time":{"start":1705484354906,"stop":1705484354906,"duration":0}},{"uid":"73eac1ed5b6ca35b","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/73eac1ed5b6ca35b","status":"passed","time":{"start":1705469872233,"stop":1705469872234,"duration":1}},{"uid":"c0696f950d71598","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/c0696f950d71598","status":"passed","time":{"start":1705466939048,"stop":1705466939048,"duration":0}},{"uid":"37ffff2d597855f2","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/37ffff2d597855f2","status":"passed","time":{"start":1705435403991,"stop":1705435403992,"duration":1}},{"uid":"b51e73eab6463918","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/b51e73eab6463918","status":"passed","time":{"start":1705434864625,"stop":1705434864625,"duration":0}}]},"5eb8c959a9df5f0a501efda8944eeb31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd14e31f8a1d4246","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/fd14e31f8a1d4246","status":"passed","time":{"start":1705525499037,"stop":1705525499038,"duration":1}}]},"319e4d87cd08399f51951153655e5f7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c61e0c4aa3c97cec","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/c61e0c4aa3c97cec","status":"passed","time":{"start":1705525288819,"stop":1705525288820,"duration":1}}]},"44ac4834bbe983115fe9a17967e64366:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"698b0707386277b9","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/698b0707386277b9","status":"passed","time":{"start":1705521140305,"stop":1705521140306,"duration":1}},{"uid":"a7c0a8e64edcc477","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/a7c0a8e64edcc477","status":"passed","time":{"start":1705520883421,"stop":1705520883421,"duration":0}},{"uid":"589c39ae0b37a722","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/589c39ae0b37a722","status":"passed","time":{"start":1705520300893,"stop":1705520300893,"duration":0}},{"uid":"660b60c47f0426f0","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/660b60c47f0426f0","status":"passed","time":{"start":1705518525967,"stop":1705518525967,"duration":0}},{"uid":"35d2da444d9cc7b5","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/35d2da444d9cc7b5","status":"passed","time":{"start":1705518246812,"stop":1705518246813,"duration":1}},{"uid":"dd74e412b6f6fb89","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/dd74e412b6f6fb89","status":"passed","time":{"start":1705518140989,"stop":1705518140990,"duration":1}},{"uid":"8da44d483eb179d3","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/8da44d483eb179d3","status":"passed","time":{"start":1705518032424,"stop":1705518032430,"duration":6}},{"uid":"bfb6dd3c403bfa2a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/bfb6dd3c403bfa2a","status":"passed","time":{"start":1705508700816,"stop":1705508700816,"duration":0}},{"uid":"b3a103d52d4a0d0f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/b3a103d52d4a0d0f","status":"passed","time":{"start":1705506512662,"stop":1705506512662,"duration":0}},{"uid":"8e955476fc798f49","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/8e955476fc798f49","status":"passed","time":{"start":1705502966521,"stop":1705502966521,"duration":0}},{"uid":"bbe9524d2c3fc1b8","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/bbe9524d2c3fc1b8","status":"passed","time":{"start":1705502370732,"stop":1705502370732,"duration":0}},{"uid":"8e1e3e1e3dee15de","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8e1e3e1e3dee15de","status":"passed","time":{"start":1705502517776,"stop":1705502517776,"duration":0}},{"uid":"40c66f2bd7c53ff4","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/40c66f2bd7c53ff4","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321701,"stop":1705495321701,"duration":0}},{"uid":"c182a952679c8e72","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c182a952679c8e72","status":"passed","time":{"start":1705494975697,"stop":1705494975698,"duration":1}},{"uid":"fafbf90861ffab6a","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/fafbf90861ffab6a","status":"passed","time":{"start":1705494930764,"stop":1705494930764,"duration":0}},{"uid":"17e584e6b1a4adcd","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/17e584e6b1a4adcd","status":"passed","time":{"start":1705493496371,"stop":1705493496371,"duration":0}},{"uid":"ce2270e726a2d563","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/ce2270e726a2d563","status":"passed","time":{"start":1705493451255,"stop":1705493451255,"duration":0}},{"uid":"d18ade598f46d7be","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/d18ade598f46d7be","status":"passed","time":{"start":1705485279309,"stop":1705485279309,"duration":0}},{"uid":"597d25ef64a1fd16","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/597d25ef64a1fd16","status":"passed","time":{"start":1705485136811,"stop":1705485136812,"duration":1}},{"uid":"557af72c1d8ec51","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/557af72c1d8ec51","status":"passed","time":{"start":1705484392938,"stop":1705484392939,"duration":1}}]},"7e9733a8fbe3f245d901db37ff22aee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"b11fd9ca35cc96a6","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/b11fd9ca35cc96a6","status":"passed","time":{"start":1705520815490,"stop":1705520815490,"duration":0}},{"uid":"6a5a02dde4aa9c2e","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/6a5a02dde4aa9c2e","status":"passed","time":{"start":1705518208996,"stop":1705518208997,"duration":1}},{"uid":"28c0cf8141b9f416","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/28c0cf8141b9f416","status":"passed","time":{"start":1705518112862,"stop":1705518112862,"duration":0}},{"uid":"d53a35ac59713236","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d53a35ac59713236","status":"passed","time":{"start":1705517988393,"stop":1705517988393,"duration":0}},{"uid":"31797080da2ecd51","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/31797080da2ecd51","status":"passed","time":{"start":1705508651534,"stop":1705508651534,"duration":0}},{"uid":"a57d14e5c2562baf","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/a57d14e5c2562baf","status":"passed","time":{"start":1705506479148,"stop":1705506479150,"duration":2}},{"uid":"371471fbb577a7b8","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/371471fbb577a7b8","status":"passed","time":{"start":1705502938687,"stop":1705502938687,"duration":0}},{"uid":"e1602b7c5ac8d48f","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e1602b7c5ac8d48f","status":"passed","time":{"start":1705502478110,"stop":1705502478110,"duration":0}},{"uid":"1387fe16a5e5a319","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1387fe16a5e5a319","status":"passed","time":{"start":1705494884682,"stop":1705494884683,"duration":1}},{"uid":"badfc15663f1d213","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/badfc15663f1d213","status":"passed","time":{"start":1705494937607,"stop":1705494937608,"duration":1}},{"uid":"ce0998b4f3107edb","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/ce0998b4f3107edb","status":"passed","time":{"start":1705494894095,"stop":1705494894095,"duration":0}},{"uid":"225bb935b2692042","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/225bb935b2692042","status":"passed","time":{"start":1705493458480,"stop":1705493458480,"duration":0}},{"uid":"25a1ed4442009ec7","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/25a1ed4442009ec7","status":"passed","time":{"start":1705493421093,"stop":1705493421094,"duration":1}},{"uid":"84f90d677e0da3f2","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/84f90d677e0da3f2","status":"passed","time":{"start":1705485246697,"stop":1705485246697,"duration":0}},{"uid":"fda3f1003cf46dbd","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/fda3f1003cf46dbd","status":"passed","time":{"start":1705485106624,"stop":1705485106625,"duration":1}},{"uid":"dd6d673165a91a8f","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/dd6d673165a91a8f","status":"passed","time":{"start":1705484353090,"stop":1705484353090,"duration":0}},{"uid":"4f457af2f45d4d26","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/4f457af2f45d4d26","status":"passed","time":{"start":1705469867098,"stop":1705469867099,"duration":1}},{"uid":"46a3af0ab2517f27","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/46a3af0ab2517f27","status":"passed","time":{"start":1705466933269,"stop":1705466933269,"duration":0}},{"uid":"926c5ec3d245885b","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/926c5ec3d245885b","status":"passed","time":{"start":1705435401900,"stop":1705435401900,"duration":0}},{"uid":"5a404444bfdbb0d8","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/5a404444bfdbb0d8","status":"passed","time":{"start":1705434866485,"stop":1705434866486,"duration":1}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":33,"unknown":0,"total":35},"items":[{"uid":"d1c79568513c3c7f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d1c79568513c3c7f","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"duration":0}},{"uid":"445fecf933c47e10","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/445fecf933c47e10","status":"passed","time":{"start":1706528290490,"stop":1706528290494,"duration":4}},{"uid":"2a9c55778005207","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2a9c55778005207","status":"passed","time":{"start":1706527264374,"stop":1706527264374,"duration":0}},{"uid":"939ac3d5de6f74ad","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/939ac3d5de6f74ad","status":"passed","time":{"start":1706526976786,"stop":1706526976786,"duration":0}},{"uid":"fb5018e84e59144d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fb5018e84e59144d","status":"passed","time":{"start":1706526885816,"stop":1706526885816,"duration":0}},{"uid":"b7ec69efa5422a37","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b7ec69efa5422a37","status":"passed","time":{"start":1706526330114,"stop":1706526330114,"duration":0}},{"uid":"480595746a719be5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/480595746a719be5","status":"passed","time":{"start":1706525780741,"stop":1706525780741,"duration":0}},{"uid":"d21753c3e05637fb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d21753c3e05637fb","status":"passed","time":{"start":1706525359512,"stop":1706525359512,"duration":0}},{"uid":"f8b2925b02ec31e4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f8b2925b02ec31e4","status":"passed","time":{"start":1706468042653,"stop":1706468042653,"duration":0}},{"uid":"28f4abdc207038c7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/28f4abdc207038c7","status":"passed","time":{"start":1706323386948,"stop":1706323386948,"duration":0}},{"uid":"595f2f590b092700","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/595f2f590b092700","status":"passed","time":{"start":1706321713109,"stop":1706321713110,"duration":1}},{"uid":"af3ca850862e2f93","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/af3ca850862e2f93","status":"passed","time":{"start":1706115482634,"stop":1706115482635,"duration":1}},{"uid":"833734d13102cbde","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/833734d13102cbde","status":"passed","time":{"start":1706114635447,"stop":1706114635447,"duration":0}},{"uid":"28bea113abd939e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/28bea113abd939e","status":"passed","time":{"start":1706112127577,"stop":1706112127577,"duration":0}},{"uid":"c4a3c7a4427aa46e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c4a3c7a4427aa46e","status":"passed","time":{"start":1706111809291,"stop":1706111809291,"duration":0}},{"uid":"71185be00fe4df56","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/71185be00fe4df56","status":"passed","time":{"start":1706109719545,"stop":1706109719545,"duration":0}},{"uid":"a17d12e1ad80ddeb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a17d12e1ad80ddeb","status":"passed","time":{"start":1706103518443,"stop":1706103518443,"duration":0}},{"uid":"b20c9b444430fad1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b20c9b444430fad1","status":"passed","time":{"start":1706103305182,"stop":1706103305183,"duration":1}},{"uid":"a969b80d50dbcce","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a969b80d50dbcce","status":"passed","time":{"start":1706102626867,"stop":1706102626868,"duration":1}},{"uid":"d3b62ac048c512d5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d3b62ac048c512d5","status":"passed","time":{"start":1706102491913,"stop":1706102491913,"duration":0}}]},"f7c9b0033162c1da6854501d9072b7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24e5db24ad7262b2","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/24e5db24ad7262b2","status":"passed","time":{"start":1705426421145,"stop":1705426421146,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":129,"unknown":0,"total":132},"items":[{"uid":"a6670abe58f4f321","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a6670abe58f4f321","status":"passed","time":{"start":1706529378213,"stop":1706529378214,"duration":1}},{"uid":"d3648a17c079746c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d3648a17c079746c","status":"passed","time":{"start":1706528340465,"stop":1706528340466,"duration":1}},{"uid":"1de573e7469f1859","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1de573e7469f1859","status":"passed","time":{"start":1706527263031,"stop":1706527263031,"duration":0}},{"uid":"d317b7c5b94bfc52","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d317b7c5b94bfc52","status":"passed","time":{"start":1706527018365,"stop":1706527018365,"duration":0}},{"uid":"cc9030b705f43c4c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cc9030b705f43c4c","status":"passed","time":{"start":1706526921008,"stop":1706526921009,"duration":1}},{"uid":"1f803f590132fa3e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1f803f590132fa3e","status":"passed","time":{"start":1706526364931,"stop":1706526364931,"duration":0}},{"uid":"f0c343874e14cba","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f0c343874e14cba","status":"passed","time":{"start":1706525815787,"stop":1706525815788,"duration":1}},{"uid":"74908c1897951a7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/74908c1897951a7","status":"passed","time":{"start":1706525403294,"stop":1706525403295,"duration":1}},{"uid":"d28d10662c1908be","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d28d10662c1908be","status":"passed","time":{"start":1706468037079,"stop":1706468037080,"duration":1}},{"uid":"795d95635ceb965d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/795d95635ceb965d","status":"passed","time":{"start":1706323438327,"stop":1706323438327,"duration":0}},{"uid":"7454a7ef10a411be","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7454a7ef10a411be","status":"passed","time":{"start":1706321670404,"stop":1706321670404,"duration":0}},{"uid":"75232d8da2bf3d0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/75232d8da2bf3d0","status":"passed","time":{"start":1706244806940,"stop":1706244806941,"duration":1}},{"uid":"6b779859c4cf8328","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6b779859c4cf8328","status":"passed","time":{"start":1706242366095,"stop":1706242366096,"duration":1}},{"uid":"209b922f47d58446","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/209b922f47d58446","status":"passed","time":{"start":1706115502862,"stop":1706115502863,"duration":1}},{"uid":"35d8c589e0d11b21","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/35d8c589e0d11b21","status":"passed","time":{"start":1706114665329,"stop":1706114665329,"duration":0}},{"uid":"cf0d82260b98fbac","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cf0d82260b98fbac","status":"passed","time":{"start":1706112151709,"stop":1706112151709,"duration":0}},{"uid":"5e9b8681910a160f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5e9b8681910a160f","status":"passed","time":{"start":1706111851591,"stop":1706111851591,"duration":0}},{"uid":"fd766c1d0677dfdc","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fd766c1d0677dfdc","status":"passed","time":{"start":1706109762359,"stop":1706109762367,"duration":8}},{"uid":"7d34c86285903d53","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7d34c86285903d53","status":"passed","time":{"start":1706103476623,"stop":1706103476623,"duration":0}},{"uid":"1a20de9cd452353c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1a20de9cd452353c","status":"passed","time":{"start":1706103287626,"stop":1706103287627,"duration":1}}]},"99945f2ee24f4b190b2122f9dfa1118a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f0664809026078","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/9f0664809026078","status":"passed","time":{"start":1706101730341,"stop":1706101730341,"duration":0}}]},"dccbaff2917d56cadc5784c70bcdf3c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9f6df8465cbdf52","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f9f6df8465cbdf52","status":"passed","time":{"start":1705912407155,"stop":1705912407155,"duration":0}}]},"0d442695dd05453c4c355c81ef9164cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"80beb778cfeabba6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/80beb778cfeabba6","status":"passed","time":{"start":1706528814941,"stop":1706528814942,"duration":1}},{"uid":"97678c23fc233571","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/97678c23fc233571","status":"passed","time":{"start":1706527782654,"stop":1706527782654,"duration":0}},{"uid":"4ca6d58109e8a5c5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4ca6d58109e8a5c5","status":"passed","time":{"start":1706526799749,"stop":1706526799749,"duration":0}},{"uid":"3ac2e99f3808425","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3ac2e99f3808425","status":"passed","time":{"start":1706526495780,"stop":1706526495781,"duration":1}},{"uid":"cb287e503be8276e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cb287e503be8276e","status":"passed","time":{"start":1706526404761,"stop":1706526404761,"duration":0}},{"uid":"10eea9c2714aa697","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/10eea9c2714aa697","status":"passed","time":{"start":1706525829653,"stop":1706525829654,"duration":1}},{"uid":"73955acc31419ac6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/73955acc31419ac6","status":"passed","time":{"start":1706525298680,"stop":1706525298681,"duration":1}},{"uid":"efa614ffb283cfdc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/efa614ffb283cfdc","status":"passed","time":{"start":1706524857929,"stop":1706524857930,"duration":1}},{"uid":"18c82e2446f4e09b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/18c82e2446f4e09b","status":"passed","time":{"start":1706467552036,"stop":1706467552037,"duration":1}},{"uid":"3305ff0e1109f555","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3305ff0e1109f555","status":"passed","time":{"start":1706322904830,"stop":1706322904830,"duration":0}},{"uid":"45948775a98a72d7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/45948775a98a72d7","status":"passed","time":{"start":1706321219425,"stop":1706321219425,"duration":0}},{"uid":"4fe69495b9f6bfc7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4fe69495b9f6bfc7","status":"passed","time":{"start":1706244735444,"stop":1706244735444,"duration":0}},{"uid":"ac6515fd63c877e4","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ac6515fd63c877e4","status":"passed","time":{"start":1706242296411,"stop":1706242296411,"duration":0}},{"uid":"b7cd868b7d110fd1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b7cd868b7d110fd1","status":"passed","time":{"start":1706114989568,"stop":1706114989569,"duration":1}},{"uid":"d56189086d729fb8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d56189086d729fb8","status":"passed","time":{"start":1706114161114,"stop":1706114161114,"duration":0}},{"uid":"a03c5f5fa8dd0972","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a03c5f5fa8dd0972","status":"passed","time":{"start":1706111636981,"stop":1706111636982,"duration":1}},{"uid":"88b1a1d6cab9f08e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/88b1a1d6cab9f08e","status":"passed","time":{"start":1706111323438,"stop":1706111323439,"duration":1}},{"uid":"3f1055eb076a3c82","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3f1055eb076a3c82","status":"passed","time":{"start":1706109231139,"stop":1706109231141,"duration":2}},{"uid":"2f2a0a4723e65a40","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2f2a0a4723e65a40","status":"passed","time":{"start":1706103046869,"stop":1706103046870,"duration":1}},{"uid":"7aa470a8f8c6de20","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7aa470a8f8c6de20","status":"passed","time":{"start":1706102784509,"stop":1706102784509,"duration":0}}]},"07d8abda1f62071de76b0dafc1e1872c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":37,"passed":0,"unknown":0,"total":37},"items":[{"uid":"96495336ec32860c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/96495336ec32860c","status":"skipped","statusDetails":"Test ignored","time":{"start":1705518209010,"stop":1705518209010,"duration":0}},{"uid":"ca89ff075943d87","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/ca89ff075943d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1705518112875,"stop":1705518112875,"duration":0}},{"uid":"1c77fbe70b9bb367","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/1c77fbe70b9bb367","status":"skipped","statusDetails":"Test ignored","time":{"start":1705517988421,"stop":1705517988421,"duration":0}},{"uid":"110cf828105efae3","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/110cf828105efae3","status":"skipped","statusDetails":"Test ignored","time":{"start":1705508651541,"stop":1705508651541,"duration":0}},{"uid":"f5ae4ee8f0e3569","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f5ae4ee8f0e3569","status":"skipped","statusDetails":"Test ignored","time":{"start":1705506479162,"stop":1705506479163,"duration":1}},{"uid":"aaa40f977ea5dc","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/aaa40f977ea5dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1705502938696,"stop":1705502938696,"duration":0}},{"uid":"735fdb3bf813c63a","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/735fdb3bf813c63a","status":"skipped","statusDetails":"Test ignored","time":{"start":1705502478117,"stop":1705502478117,"duration":0}},{"uid":"8c53abd514331d19","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/8c53abd514331d19","status":"skipped","statusDetails":"Test ignored","time":{"start":1705494884692,"stop":1705494884693,"duration":1}},{"uid":"28c969eeb72a6420","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/28c969eeb72a6420","status":"skipped","statusDetails":"Test ignored","time":{"start":1705494937625,"stop":1705494937625,"duration":0}},{"uid":"f41def5fe6457ccd","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/f41def5fe6457ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1705494894122,"stop":1705494894122,"duration":0}},{"uid":"e1f51b2be4e1ce79","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e1f51b2be4e1ce79","status":"skipped","statusDetails":"Test ignored","time":{"start":1705493458490,"stop":1705493458490,"duration":0}},{"uid":"8d5c45bdb2a2432d","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/8d5c45bdb2a2432d","status":"skipped","statusDetails":"Test ignored","time":{"start":1705493421116,"stop":1705493421116,"duration":0}},{"uid":"208d266187416a6f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/208d266187416a6f","status":"skipped","statusDetails":"Test ignored","time":{"start":1705485246704,"stop":1705485246707,"duration":3}},{"uid":"69396d55d1ca11a9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/69396d55d1ca11a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1705485106632,"stop":1705485106632,"duration":0}},{"uid":"f42b033533e9e3ba","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/f42b033533e9e3ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1705484353105,"stop":1705484353105,"duration":0}},{"uid":"5d209e289a76f3","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/5d209e289a76f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1705469867107,"stop":1705469867107,"duration":0}},{"uid":"20c6192a54105fa8","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/20c6192a54105fa8","status":"skipped","statusDetails":"Test ignored","time":{"start":1705466933282,"stop":1705466933283,"duration":1}},{"uid":"cc098d8d047bf4bd","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/cc098d8d047bf4bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1705435401907,"stop":1705435401907,"duration":0}},{"uid":"5ffe9bdc49be9254","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/5ffe9bdc49be9254","status":"skipped","statusDetails":"Test ignored","time":{"start":1705434866492,"stop":1705434866492,"duration":0}},{"uid":"93092c3b4f52e887","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/93092c3b4f52e887","status":"skipped","statusDetails":"Test ignored","time":{"start":1705433200749,"stop":1705433200749,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"4f49e13e0286b8e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4f49e13e0286b8e6","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"duration":0}},{"uid":"84efac3795598a91","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/84efac3795598a91","status":"passed","time":{"start":1706528204209,"stop":1706528204210,"duration":1}},{"uid":"828c24ae72be7952","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/828c24ae72be7952","status":"passed","time":{"start":1706527085318,"stop":1706527085318,"duration":0}},{"uid":"db47d3e23f840441","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/db47d3e23f840441","status":"passed","time":{"start":1706526783369,"stop":1706526783369,"duration":0}},{"uid":"d7b918f457b3d49a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d7b918f457b3d49a","status":"passed","time":{"start":1706526690275,"stop":1706526690275,"duration":0}},{"uid":"53bc1a1fa83c625f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/53bc1a1fa83c625f","status":"passed","time":{"start":1706526129386,"stop":1706526129387,"duration":1}},{"uid":"3e3f02dc2851b391","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3e3f02dc2851b391","status":"passed","time":{"start":1706525593274,"stop":1706525593274,"duration":0}},{"uid":"8f3ac78898858cea","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8f3ac78898858cea","status":"passed","time":{"start":1706525226787,"stop":1706525226789,"duration":2}},{"uid":"da81addf9cac1eba","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/da81addf9cac1eba","status":"passed","time":{"start":1706467837097,"stop":1706467837097,"duration":0}},{"uid":"bfce1edd4d086422","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bfce1edd4d086422","status":"passed","time":{"start":1706323213976,"stop":1706323213976,"duration":0}},{"uid":"9d6abc051a37f0ff","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9d6abc051a37f0ff","status":"passed","time":{"start":1706321475556,"stop":1706321475556,"duration":0}},{"uid":"5ab312c40042c0bd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5ab312c40042c0bd","status":"passed","time":{"start":1706115285538,"stop":1706115285539,"duration":1}},{"uid":"b0a0c3545f5ad4a9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b0a0c3545f5ad4a9","status":"passed","time":{"start":1706114454514,"stop":1706114454515,"duration":1}},{"uid":"416fb50f06d4fc24","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/416fb50f06d4fc24","status":"passed","time":{"start":1706111914148,"stop":1706111914148,"duration":0}},{"uid":"12170eb58a5f64b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/12170eb58a5f64b","status":"passed","time":{"start":1706111616744,"stop":1706111616744,"duration":0}},{"uid":"5184401d498415ab","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5184401d498415ab","status":"passed","time":{"start":1706109533632,"stop":1706109533633,"duration":1}},{"uid":"d7592101ca7a2060","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d7592101ca7a2060","status":"passed","time":{"start":1706103308665,"stop":1706103308665,"duration":0}},{"uid":"69281e7adf03fb53","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/69281e7adf03fb53","status":"passed","time":{"start":1706103054165,"stop":1706103054165,"duration":0}},{"uid":"3f0f9d0523cb68cf","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3f0f9d0523cb68cf","status":"passed","time":{"start":1706102435012,"stop":1706102435012,"duration":0}},{"uid":"4f42b8a19d08ffd","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4f42b8a19d08ffd","status":"passed","time":{"start":1706102331420,"stop":1706102331420,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"20cf5557a0bdfc46","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/20cf5557a0bdfc46","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0}},{"uid":"3a483fbe4535152e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3a483fbe4535152e","status":"passed","time":{"start":1706527766130,"stop":1706527766131,"duration":1}},{"uid":"96c0e0228aa0ccd4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/96c0e0228aa0ccd4","status":"passed","time":{"start":1706526777541,"stop":1706526777541,"duration":0}},{"uid":"da059edb66f4d11","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/da059edb66f4d11","status":"passed","time":{"start":1706526475636,"stop":1706526475636,"duration":0}},{"uid":"aec415b755774c0e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/aec415b755774c0e","status":"passed","time":{"start":1706526379292,"stop":1706526379292,"duration":0}},{"uid":"a688065eceb07847","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a688065eceb07847","status":"passed","time":{"start":1706525808443,"stop":1706525808444,"duration":1}},{"uid":"72e45c3ee26046fc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/72e45c3ee26046fc","status":"passed","time":{"start":1706525273863,"stop":1706525273863,"duration":0}},{"uid":"d323da13fb1ef7fc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d323da13fb1ef7fc","status":"passed","time":{"start":1706524838025,"stop":1706524838026,"duration":1}},{"uid":"55329c54ffdcf145","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/55329c54ffdcf145","status":"passed","time":{"start":1706467530999,"stop":1706467530999,"duration":0}},{"uid":"ec7e8d19c5b6c4cb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ec7e8d19c5b6c4cb","status":"passed","time":{"start":1706322888215,"stop":1706322888215,"duration":0}},{"uid":"19d67962cf64c05c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/19d67962cf64c05c","status":"passed","time":{"start":1706321196731,"stop":1706321196732,"duration":1}},{"uid":"8458f0f362cf2af0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8458f0f362cf2af0","status":"passed","time":{"start":1706114977824,"stop":1706114977825,"duration":1}},{"uid":"c9f6e9c3721a8506","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c9f6e9c3721a8506","status":"passed","time":{"start":1706114141335,"stop":1706114141336,"duration":1}},{"uid":"4a3ee79b600e3496","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4a3ee79b600e3496","status":"passed","time":{"start":1706111614976,"stop":1706111614976,"duration":0}},{"uid":"4a48411dfa7a93d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4a48411dfa7a93d","status":"passed","time":{"start":1706111306000,"stop":1706111306001,"duration":1}},{"uid":"cc93194454e085d6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cc93194454e085d6","status":"passed","time":{"start":1706109213794,"stop":1706109213795,"duration":1}},{"uid":"2ee2446be961c186","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2ee2446be961c186","status":"passed","time":{"start":1706103020255,"stop":1706103020255,"duration":0}},{"uid":"c6dcbdda5d13d0c7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c6dcbdda5d13d0c7","status":"passed","time":{"start":1706102764023,"stop":1706102764026,"duration":3}},{"uid":"824d80025e63eb19","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/824d80025e63eb19","status":"passed","time":{"start":1706102123465,"stop":1706102123465,"duration":0}},{"uid":"b304534841ed309f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b304534841ed309f","status":"passed","time":{"start":1706101995971,"stop":1706101995971,"duration":0}}]},"c9d6b27ce0ae529a5d3b1792272cd6d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b44f2faef3f30d1c","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/b44f2faef3f30d1c","status":"passed","time":{"start":1706101885507,"stop":1706101885507,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"a63fb37889b7da44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a63fb37889b7da44","status":"passed","time":{"start":1706529364250,"stop":1706529364250,"duration":0}},{"uid":"94b0b300cae14ca5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/94b0b300cae14ca5","status":"passed","time":{"start":1706528320795,"stop":1706528320795,"duration":0}},{"uid":"d7c5490ce72b646d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d7c5490ce72b646d","status":"passed","time":{"start":1706527265203,"stop":1706527265204,"duration":1}},{"uid":"9a35f5e27180347e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9a35f5e27180347e","status":"passed","time":{"start":1706527005559,"stop":1706527005560,"duration":1}},{"uid":"fb81ca9ca1b1d3c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fb81ca9ca1b1d3c","status":"passed","time":{"start":1706526910749,"stop":1706526910757,"duration":8}},{"uid":"f377d8c45d244bc4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f377d8c45d244bc4","status":"passed","time":{"start":1706526356960,"stop":1706526356961,"duration":1}},{"uid":"bb7a4a2cba1e5ed1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bb7a4a2cba1e5ed1","status":"passed","time":{"start":1706525810738,"stop":1706525810738,"duration":0}},{"uid":"c3c96a7a6db8958b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c3c96a7a6db8958b","status":"passed","time":{"start":1706525387404,"stop":1706525387405,"duration":1}},{"uid":"652fe24a1bfc5d46","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/652fe24a1bfc5d46","status":"passed","time":{"start":1706468060689,"stop":1706468060689,"duration":0}},{"uid":"b240d17c02d88610","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b240d17c02d88610","status":"passed","time":{"start":1706323416163,"stop":1706323416164,"duration":1}},{"uid":"b45b77a712b2bf55","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b45b77a712b2bf55","status":"passed","time":{"start":1706321681956,"stop":1706321681956,"duration":0}},{"uid":"4a105abd4745d50","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4a105abd4745d50","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244888531,"stop":1706244888532,"duration":1}},{"uid":"868bf2f6bcca32f1","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/868bf2f6bcca32f1","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242436640,"stop":1706242436641,"duration":1}},{"uid":"e1a2df250e68d521","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e1a2df250e68d521","status":"passed","time":{"start":1706115490242,"stop":1706115490242,"duration":0}},{"uid":"ee01662cdb1d7815","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ee01662cdb1d7815","status":"passed","time":{"start":1706114663125,"stop":1706114663126,"duration":1}},{"uid":"7d4f0cbbe25d6815","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7d4f0cbbe25d6815","status":"passed","time":{"start":1706112139770,"stop":1706112139771,"duration":1}},{"uid":"ba1dac5c268bd361","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ba1dac5c268bd361","status":"passed","time":{"start":1706111836523,"stop":1706111836524,"duration":1}},{"uid":"4e10e2012ea57fbb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e10e2012ea57fbb","status":"passed","time":{"start":1706109751253,"stop":1706109751254,"duration":1}},{"uid":"f0967d80f1500f30","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f0967d80f1500f30","status":"passed","time":{"start":1706103464931,"stop":1706103464931,"duration":0}},{"uid":"27883aad903c2b8f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/27883aad903c2b8f","status":"passed","time":{"start":1706103267878,"stop":1706103267879,"duration":1}}]},"175322bf399a9b720b4b6068b0f26a56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"7db5d34ef3e4b5ba","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/7db5d34ef3e4b5ba","status":"passed","time":{"start":1706100942610,"stop":1706100942611,"duration":1}},{"uid":"95d435666a951938","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/95d435666a951938","status":"passed","time":{"start":1706099973744,"stop":1706099973745,"duration":1}},{"uid":"311dce743894bd57","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/311dce743894bd57","status":"passed","time":{"start":1706077701779,"stop":1706077701780,"duration":1}},{"uid":"b8dbb521de507765","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b8dbb521de507765","status":"passed","time":{"start":1706069790726,"stop":1706069790726,"duration":0}},{"uid":"d9b5e53dcf4c65dc","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/d9b5e53dcf4c65dc","status":"passed","time":{"start":1705950495032,"stop":1705950495032,"duration":0}},{"uid":"ed288fd038360a6b","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/ed288fd038360a6b","status":"passed","time":{"start":1705938302705,"stop":1705938302706,"duration":1}},{"uid":"c6d1e6b5f7590a6c","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/c6d1e6b5f7590a6c","status":"passed","time":{"start":1705913446685,"stop":1705913446685,"duration":0}},{"uid":"1e7670688705426d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1e7670688705426d","status":"passed","time":{"start":1705912988125,"stop":1705912988125,"duration":0}},{"uid":"bd98770b9d891024","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/bd98770b9d891024","status":"passed","time":{"start":1705912372214,"stop":1705912372214,"duration":0}},{"uid":"12e73602892e9a50","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/12e73602892e9a50","status":"passed","time":{"start":1705911551475,"stop":1705911551476,"duration":1}},{"uid":"10c29c123d4d86d7","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/10c29c123d4d86d7","status":"passed","time":{"start":1705698757753,"stop":1705698757753,"duration":0}},{"uid":"a21d263346f47627","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a21d263346f47627","status":"passed","time":{"start":1705687467721,"stop":1705687467721,"duration":0}},{"uid":"ef4bb858c9bbb389","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ef4bb858c9bbb389","status":"passed","time":{"start":1705687390788,"stop":1705687390789,"duration":1}},{"uid":"9e355e49487f4b14","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9e355e49487f4b14","status":"passed","time":{"start":1705678077453,"stop":1705678077453,"duration":0}},{"uid":"1f562d8bccd3d570","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/1f562d8bccd3d570","status":"passed","time":{"start":1705678007035,"stop":1705678007036,"duration":1}},{"uid":"3991205ef1c772be","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/3991205ef1c772be","status":"passed","time":{"start":1705677873531,"stop":1705677873531,"duration":0}},{"uid":"61be73267deb8f52","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/61be73267deb8f52","status":"passed","time":{"start":1705677414835,"stop":1705677414835,"duration":0}},{"uid":"4a9ef42462cc474d","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/4a9ef42462cc474d","status":"passed","time":{"start":1705676004214,"stop":1705676004215,"duration":1}},{"uid":"f812079ddcc50a69","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/f812079ddcc50a69","status":"passed","time":{"start":1705675426975,"stop":1705675426975,"duration":0}},{"uid":"af4617470596772a","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/af4617470596772a","status":"passed","time":{"start":1705670299867,"stop":1705670299868,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"3d2060dfd5572c24","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3d2060dfd5572c24","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"duration":0}},{"uid":"27e99c4142bb5bc6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/27e99c4142bb5bc6","status":"passed","time":{"start":1706528204721,"stop":1706528204723,"duration":2}},{"uid":"9e76f836bd78df3b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9e76f836bd78df3b","status":"passed","time":{"start":1706527099426,"stop":1706527099426,"duration":0}},{"uid":"f26526690108eec0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f26526690108eec0","status":"passed","time":{"start":1706526797234,"stop":1706526797235,"duration":1}},{"uid":"77972fbb10ebb301","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/77972fbb10ebb301","status":"passed","time":{"start":1706526702308,"stop":1706526702308,"duration":0}},{"uid":"d76328e851ee1b3f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d76328e851ee1b3f","status":"passed","time":{"start":1706526144648,"stop":1706526144649,"duration":1}},{"uid":"55caae36898f9ff9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/55caae36898f9ff9","status":"passed","time":{"start":1706525605498,"stop":1706525605499,"duration":1}},{"uid":"e1deebf397e6da11","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e1deebf397e6da11","status":"passed","time":{"start":1706525237525,"stop":1706525237525,"duration":0}},{"uid":"b47b1a8daaf9e74e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b47b1a8daaf9e74e","status":"passed","time":{"start":1706467847962,"stop":1706467847962,"duration":0}},{"uid":"1a7d03f7fdede259","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1a7d03f7fdede259","status":"passed","time":{"start":1706323224599,"stop":1706323224599,"duration":0}},{"uid":"f40aefd81a95aab5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f40aefd81a95aab5","status":"passed","time":{"start":1706321490526,"stop":1706321490526,"duration":0}},{"uid":"2cc18619b3d0e066","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2cc18619b3d0e066","status":"passed","time":{"start":1706115297921,"stop":1706115297921,"duration":0}},{"uid":"25f846b5a50a4b4b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/25f846b5a50a4b4b","status":"passed","time":{"start":1706114468917,"stop":1706114468917,"duration":0}},{"uid":"b5355d0f4e8e2f67","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b5355d0f4e8e2f67","status":"passed","time":{"start":1706111928728,"stop":1706111928728,"duration":0}},{"uid":"14851f37623c0d6a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/14851f37623c0d6a","status":"passed","time":{"start":1706111629335,"stop":1706111629335,"duration":0}},{"uid":"3ff99d4066d0338c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3ff99d4066d0338c","status":"passed","time":{"start":1706109548372,"stop":1706109548372,"duration":0}},{"uid":"48920f5d78c5ae08","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/48920f5d78c5ae08","status":"passed","time":{"start":1706103319937,"stop":1706103319937,"duration":0}},{"uid":"b04fa3a1d540d4de","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b04fa3a1d540d4de","status":"passed","time":{"start":1706103066464,"stop":1706103066465,"duration":1}},{"uid":"4d3d780c23201c1b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4d3d780c23201c1b","status":"passed","time":{"start":1706102448474,"stop":1706102448474,"duration":0}},{"uid":"16a4c2446324a87f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/16a4c2446324a87f","status":"passed","time":{"start":1706102342949,"stop":1706102342950,"duration":1}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":85,"passed":0,"unknown":0,"total":85},"items":[{"uid":"3d4afcbc9af8f72a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3d4afcbc9af8f72a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528965687,"stop":1706528965687,"duration":0}},{"uid":"75ad83d1787a251b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/75ad83d1787a251b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527923887,"stop":1706527923887,"duration":0}},{"uid":"2bb3c8ddfaf61efe","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2bb3c8ddfaf61efe","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526930871,"stop":1706526930871,"duration":0}},{"uid":"e4257ece77d62d9a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e4257ece77d62d9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526632113,"stop":1706526632113,"duration":0}},{"uid":"4a29f8b6cdd36d41","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4a29f8b6cdd36d41","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526534081,"stop":1706526534082,"duration":1}},{"uid":"60ecdd2628082758","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/60ecdd2628082758","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525958175,"stop":1706525958175,"duration":0}},{"uid":"7332b52d26f10e04","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7332b52d26f10e04","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525436726,"stop":1706525436726,"duration":0}},{"uid":"6b388231d3ddf8b4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6b388231d3ddf8b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706524982438,"stop":1706524982438,"duration":0}},{"uid":"51c283ff437ee2fd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/51c283ff437ee2fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467678804,"stop":1706467678804,"duration":0}},{"uid":"9e1e8f563f3abc17","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9e1e8f563f3abc17","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323040475,"stop":1706323040475,"duration":0}},{"uid":"d1e389d7a26dab9c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d1e389d7a26dab9c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321353357,"stop":1706321353357,"duration":0}},{"uid":"fd84ac09dfb66229","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fd84ac09dfb66229","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114292398,"stop":1706114292398,"duration":0}},{"uid":"9c498fd3a7593df0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9c498fd3a7593df0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111780344,"stop":1706111780344,"duration":0}},{"uid":"ab7578eb5ab0ebdf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ab7578eb5ab0ebdf","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111464026,"stop":1706111464026,"duration":0}},{"uid":"a4a934dc48449663","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a4a934dc48449663","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109370859,"stop":1706109370859,"duration":0}},{"uid":"86c3aab1b8867239","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/86c3aab1b8867239","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103179187,"stop":1706103179187,"duration":0}},{"uid":"ca0101b245fbfd1b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ca0101b245fbfd1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102925547,"stop":1706102925547,"duration":0}},{"uid":"7f175bbc795e40b1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7f175bbc795e40b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102273665,"stop":1706102273665,"duration":0}},{"uid":"44708f927615e57a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/44708f927615e57a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102152990,"stop":1706102152991,"duration":1}},{"uid":"a03c12d24c3e3865","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/a03c12d24c3e3865","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101976585,"stop":1706101976585,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"f24223c8b74f0da","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f24223c8b74f0da","status":"passed","time":{"start":1706528729253,"stop":1706528729253,"duration":0}},{"uid":"ccd9f703667bb208","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ccd9f703667bb208","status":"passed","time":{"start":1706527698763,"stop":1706527698764,"duration":1}},{"uid":"f4b3548cf9905e13","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f4b3548cf9905e13","status":"passed","time":{"start":1706526712760,"stop":1706526712761,"duration":1}},{"uid":"a72e81dd441dd4f5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a72e81dd441dd4f5","status":"passed","time":{"start":1706526411143,"stop":1706526411144,"duration":1}},{"uid":"f09bae2430845448","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f09bae2430845448","status":"passed","time":{"start":1706526316318,"stop":1706526316319,"duration":1}},{"uid":"e0df91a66904b0b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e0df91a66904b0b","status":"passed","time":{"start":1706525744004,"stop":1706525744005,"duration":1}},{"uid":"6c26523055c3a4ef","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6c26523055c3a4ef","status":"passed","time":{"start":1706525210721,"stop":1706525210721,"duration":0}},{"uid":"9d3288b51615a972","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9d3288b51615a972","status":"passed","time":{"start":1706524772051,"stop":1706524772051,"duration":0}},{"uid":"b00f5a118d7d35bb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b00f5a118d7d35bb","status":"passed","time":{"start":1706467465962,"stop":1706467465962,"duration":0}},{"uid":"4b41769f0765169e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4b41769f0765169e","status":"passed","time":{"start":1706322818071,"stop":1706322818071,"duration":0}},{"uid":"d14aad5644240cdb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d14aad5644240cdb","status":"passed","time":{"start":1706321132130,"stop":1706321132130,"duration":0}},{"uid":"8437cce117f78d9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8437cce117f78d9","status":"passed","time":{"start":1706244647895,"stop":1706244647895,"duration":0}},{"uid":"93086126ad28f1c3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/93086126ad28f1c3","status":"passed","time":{"start":1706242215910,"stop":1706242215911,"duration":1}},{"uid":"50cae679b70264ba","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/50cae679b70264ba","status":"passed","time":{"start":1706114904497,"stop":1706114904497,"duration":0}},{"uid":"7eb6a8a8ffcbbc3e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7eb6a8a8ffcbbc3e","status":"passed","time":{"start":1706114074923,"stop":1706114074923,"duration":0}},{"uid":"51cb81f82ff5f10c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/51cb81f82ff5f10c","status":"passed","time":{"start":1706111549888,"stop":1706111549889,"duration":1}},{"uid":"58a69b68ab427bb1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/58a69b68ab427bb1","status":"passed","time":{"start":1706111239403,"stop":1706111239403,"duration":0}},{"uid":"a02650f8f52aa946","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a02650f8f52aa946","status":"passed","time":{"start":1706109141429,"stop":1706109141429,"duration":0}},{"uid":"8b6929671aac8281","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8b6929671aac8281","status":"passed","time":{"start":1706102960089,"stop":1706102960089,"duration":0}},{"uid":"95dc958418858edd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/95dc958418858edd","status":"passed","time":{"start":1706102699678,"stop":1706102699678,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":132,"passed":0,"unknown":0,"total":132},"items":[{"uid":"e27de8dd424631ce","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e27de8dd424631ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528787523,"stop":1706528787523,"duration":0}},{"uid":"26f6f097f4771ef","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/26f6f097f4771ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527760845,"stop":1706527760845,"duration":0}},{"uid":"7f30fc0f7a61b760","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7f30fc0f7a61b760","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526770938,"stop":1706526770938,"duration":0}},{"uid":"fa65cfa87d6ad6ad","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fa65cfa87d6ad6ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526471050,"stop":1706526471050,"duration":0}},{"uid":"696ca1f89fafe3b1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/696ca1f89fafe3b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526378824,"stop":1706526378824,"duration":0}},{"uid":"6794eb2ed1b18c17","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6794eb2ed1b18c17","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525802350,"stop":1706525802350,"duration":0}},{"uid":"d15a3025fbd6499f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d15a3025fbd6499f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525269711,"stop":1706525269711,"duration":0}},{"uid":"3641c254531bf22c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3641c254531bf22c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706524832183,"stop":1706524832184,"duration":1}},{"uid":"b141f1cbdd080bf7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b141f1cbdd080bf7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467526669,"stop":1706467526669,"duration":0}},{"uid":"9c41cf6bd100d277","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9c41cf6bd100d277","status":"skipped","statusDetails":"Test ignored","time":{"start":1706322876711,"stop":1706322876711,"duration":0}},{"uid":"86c738348b6b0340","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/86c738348b6b0340","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321192897,"stop":1706321192897,"duration":0}},{"uid":"b634b6c0ad8e320b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b634b6c0ad8e320b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706244711631,"stop":1706244711631,"duration":0}},{"uid":"beef1340d4afdb82","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/beef1340d4afdb82","status":"skipped","statusDetails":"Test ignored","time":{"start":1706242276200,"stop":1706242276201,"duration":1}},{"uid":"8bf32910941b0f56","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8bf32910941b0f56","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114963444,"stop":1706114963445,"duration":1}},{"uid":"f3961a0c969cb240","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f3961a0c969cb240","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114132505,"stop":1706114132506,"duration":1}},{"uid":"6a5f02413210c760","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6a5f02413210c760","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111608362,"stop":1706111608362,"duration":0}},{"uid":"bc99fc5427861954","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bc99fc5427861954","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111301208,"stop":1706111301209,"duration":1}},{"uid":"508d464f77676bfe","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/508d464f77676bfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109202179,"stop":1706109202179,"duration":0}},{"uid":"17eaf52abf70230b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/17eaf52abf70230b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103019534,"stop":1706103019535,"duration":1}},{"uid":"d67be454a4a5032f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d67be454a4a5032f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102766900,"stop":1706102766900,"duration":0}}]},"a2a6cdb10607599017cd112a3ea33994:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73e1d3a74468eabe","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/73e1d3a74468eabe","status":"passed","time":{"start":1706114454513,"stop":1706114454513,"duration":0}}]},"852014702d48ed03590f11def73c41f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"873a0d9d99d8c6d5","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/873a0d9d99d8c6d5","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883252,"stop":1705518883252,"duration":0}}]},"7f459a9c2c2ae8cdd6dae86f5536d210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e9e1cde88b0406","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/9e9e1cde88b0406","status":"passed","time":{"start":1705518096813,"stop":1705518096813,"duration":0}}]},"dec5782cd55cbe5d151e64829c5fbc66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87a2630705ee9d1e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/87a2630705ee9d1e","status":"passed","time":{"start":1706102925540,"stop":1706102925540,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":35,"unknown":0,"total":37},"items":[{"uid":"d22d61fc50144ff2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d22d61fc50144ff2","status":"passed","time":{"start":1706528848466,"stop":1706528848466,"duration":0}},{"uid":"30d9f6c89135d2d7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/30d9f6c89135d2d7","status":"passed","time":{"start":1706527813604,"stop":1706527813604,"duration":0}},{"uid":"87a64d0230175b05","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/87a64d0230175b05","status":"passed","time":{"start":1706526833437,"stop":1706526833438,"duration":1}},{"uid":"2b7f00e887ad1661","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2b7f00e887ad1661","status":"passed","time":{"start":1706526535569,"stop":1706526535569,"duration":0}},{"uid":"d2b1ca436d1fb760","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d2b1ca436d1fb760","status":"passed","time":{"start":1706526432884,"stop":1706526432885,"duration":1}},{"uid":"5f5a82468e37a87a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5f5a82468e37a87a","status":"passed","time":{"start":1706525863190,"stop":1706525863191,"duration":1}},{"uid":"823930f81c93734b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/823930f81c93734b","status":"passed","time":{"start":1706525327032,"stop":1706525327033,"duration":1}},{"uid":"72e3fee9f369d4f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/72e3fee9f369d4f","status":"passed","time":{"start":1706524890660,"stop":1706524890661,"duration":1}},{"uid":"9b5e96a7a666cc4f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9b5e96a7a666cc4f","status":"passed","time":{"start":1706467585303,"stop":1706467585303,"duration":0}},{"uid":"366635ea2c84d078","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/366635ea2c84d078","status":"passed","time":{"start":1706322939534,"stop":1706322939535,"duration":1}},{"uid":"5323ed3978972006","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5323ed3978972006","status":"passed","time":{"start":1706321258427,"stop":1706321258427,"duration":0}},{"uid":"bc2d936e54dbfd46","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bc2d936e54dbfd46","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244702756,"stop":1706244702756,"duration":0}},{"uid":"bb90ad8d083aa6cb","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/bb90ad8d083aa6cb","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242267488,"stop":1706242267488,"duration":0}},{"uid":"21d8f2b4232d472e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/21d8f2b4232d472e","status":"passed","time":{"start":1706115022296,"stop":1706115022297,"duration":1}},{"uid":"439db9b24ec5d067","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/439db9b24ec5d067","status":"passed","time":{"start":1706114199104,"stop":1706114199106,"duration":2}},{"uid":"86ede791b9a8a9f4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/86ede791b9a8a9f4","status":"passed","time":{"start":1706111666077,"stop":1706111666078,"duration":1}},{"uid":"2675f306aab0a0a2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2675f306aab0a0a2","status":"passed","time":{"start":1706111361067,"stop":1706111361074,"duration":7}},{"uid":"5b945b5dbfb2a73","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5b945b5dbfb2a73","status":"passed","time":{"start":1706109262490,"stop":1706109262491,"duration":1}},{"uid":"714c84af0c41fcd1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/714c84af0c41fcd1","status":"passed","time":{"start":1706103081164,"stop":1706103081164,"duration":0}},{"uid":"da58afce0135b85b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/da58afce0135b85b","status":"passed","time":{"start":1706102823288,"stop":1706102823289,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"c9585fb14534ea9e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c9585fb14534ea9e","status":"passed","time":{"start":1706529333228,"stop":1706529333228,"duration":0}},{"uid":"96ba8e45e60d0b26","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/96ba8e45e60d0b26","status":"passed","time":{"start":1706528290441,"stop":1706528290441,"duration":0}},{"uid":"7f91c47fbdffbd76","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7f91c47fbdffbd76","status":"passed","time":{"start":1706527264285,"stop":1706527264286,"duration":1}},{"uid":"320ebf9ad0fd515b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/320ebf9ad0fd515b","status":"passed","time":{"start":1706526976752,"stop":1706526976752,"duration":0}},{"uid":"dd7cb99c2f4c79de","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/dd7cb99c2f4c79de","status":"passed","time":{"start":1706526885793,"stop":1706526885794,"duration":1}},{"uid":"7096941ed481886d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7096941ed481886d","status":"passed","time":{"start":1706526330082,"stop":1706526330083,"duration":1}},{"uid":"5e8d5b98b3cc6604","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5e8d5b98b3cc6604","status":"passed","time":{"start":1706525780711,"stop":1706525780712,"duration":1}},{"uid":"52efdc9c4d241faf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/52efdc9c4d241faf","status":"passed","time":{"start":1706525359471,"stop":1706525359472,"duration":1}},{"uid":"df7840ee09e7905b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/df7840ee09e7905b","status":"passed","time":{"start":1706468042622,"stop":1706468042623,"duration":1}},{"uid":"75d9baef4b3fbae2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/75d9baef4b3fbae2","status":"passed","time":{"start":1706323386905,"stop":1706323386906,"duration":1}},{"uid":"8770365b6a0f1958","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8770365b6a0f1958","status":"passed","time":{"start":1706321713075,"stop":1706321713075,"duration":0}},{"uid":"c665e992e28b682","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c665e992e28b682","status":"passed","time":{"start":1706115482597,"stop":1706115482597,"duration":0}},{"uid":"6f3496d7440bc092","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6f3496d7440bc092","status":"passed","time":{"start":1706114635368,"stop":1706114635368,"duration":0}},{"uid":"b3d3bef30b627b7a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b3d3bef30b627b7a","status":"passed","time":{"start":1706112127506,"stop":1706112127506,"duration":0}},{"uid":"42b8baf1ba5cec0d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/42b8baf1ba5cec0d","status":"passed","time":{"start":1706111809245,"stop":1706111809246,"duration":1}},{"uid":"9982fe799735a372","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9982fe799735a372","status":"passed","time":{"start":1706109719508,"stop":1706109719508,"duration":0}},{"uid":"d2913582fea0120d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d2913582fea0120d","status":"passed","time":{"start":1706103518424,"stop":1706103518424,"duration":0}},{"uid":"faa983b29c85d02c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/faa983b29c85d02c","status":"passed","time":{"start":1706103305133,"stop":1706103305134,"duration":1}},{"uid":"723dc4b719696ec5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/723dc4b719696ec5","status":"passed","time":{"start":1706102626839,"stop":1706102626840,"duration":1}},{"uid":"8e8ef500cf71c6c8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8e8ef500cf71c6c8","status":"passed","time":{"start":1706102491800,"stop":1706102491801,"duration":1}}]},"69a35dc9be44c15b9ed92d5f1e1e5bf5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f26c843ddfeb2fca","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f26c843ddfeb2fca","status":"passed","time":{"start":1706525414596,"stop":1706525414596,"duration":0}}]},"557c321fa338e1673a676dc13999c44f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cee96b44655eb43","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/9cee96b44655eb43","status":"passed","time":{"start":1705572658718,"stop":1705572658718,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"2fd65e575dd873a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2fd65e575dd873a0","status":"passed","time":{"start":1706529367436,"stop":1706529367437,"duration":1}},{"uid":"33154d276b6ff84a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/33154d276b6ff84a","status":"passed","time":{"start":1706528339921,"stop":1706528339922,"duration":1}},{"uid":"ea7ef71c5fd27f1d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ea7ef71c5fd27f1d","status":"passed","time":{"start":1706527181535,"stop":1706527181536,"duration":1}},{"uid":"23e509a6150b2c21","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/23e509a6150b2c21","status":"passed","time":{"start":1706527016287,"stop":1706527016287,"duration":0}},{"uid":"decb4499cb2b417f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/decb4499cb2b417f","status":"passed","time":{"start":1706526929192,"stop":1706526929192,"duration":0}},{"uid":"71929ba7b6fce4ae","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/71929ba7b6fce4ae","status":"passed","time":{"start":1706526355563,"stop":1706526355564,"duration":1}},{"uid":"b36aaf4a78f98c04","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b36aaf4a78f98c04","status":"passed","time":{"start":1706525825271,"stop":1706525825272,"duration":1}},{"uid":"8b7f1e0b137a06b1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8b7f1e0b137a06b1","status":"passed","time":{"start":1706525414574,"stop":1706525414574,"duration":0}},{"uid":"3039ca06717199ac","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3039ca06717199ac","status":"passed","time":{"start":1706468084953,"stop":1706468084953,"duration":0}},{"uid":"e720d8601c8939f2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e720d8601c8939f2","status":"passed","time":{"start":1706323430962,"stop":1706323430963,"duration":1}},{"uid":"24c9d6f0ace0cf6e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/24c9d6f0ace0cf6e","status":"passed","time":{"start":1706321743960,"stop":1706321743961,"duration":1}},{"uid":"d795ebc8679f6fae","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d795ebc8679f6fae","status":"passed","time":{"start":1706115449516,"stop":1706115449523,"duration":7}},{"uid":"2d67affd6ee021a5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2d67affd6ee021a5","status":"passed","time":{"start":1706114706796,"stop":1706114706797,"duration":1}},{"uid":"2c55691489082441","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2c55691489082441","status":"passed","time":{"start":1706112158250,"stop":1706112158250,"duration":0}},{"uid":"13d43b484f785ba4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/13d43b484f785ba4","status":"passed","time":{"start":1706111870557,"stop":1706111870558,"duration":1}},{"uid":"6cfcc9b2e6ee1c6e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6cfcc9b2e6ee1c6e","status":"passed","time":{"start":1706109756245,"stop":1706109756245,"duration":0}},{"uid":"bf13522ba1713973","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bf13522ba1713973","status":"passed","time":{"start":1706103280822,"stop":1706103280822,"duration":0}},{"uid":"d04ffe7e8e55a5a8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d04ffe7e8e55a5a8","status":"passed","time":{"start":1706103332254,"stop":1706103332255,"duration":1}},{"uid":"7edaa86601c3cbba","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7edaa86601c3cbba","status":"passed","time":{"start":1706102670250,"stop":1706102670250,"duration":0}},{"uid":"59fd407dd6b19fc9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/59fd407dd6b19fc9","status":"passed","time":{"start":1706102539179,"stop":1706102539179,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"819ba0aeabec48f7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/819ba0aeabec48f7","status":"passed","time":{"start":1706529333272,"stop":1706529333273,"duration":1}},{"uid":"8529b12b33108fbe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8529b12b33108fbe","status":"passed","time":{"start":1706528290472,"stop":1706528290472,"duration":0}},{"uid":"6e870b964fa4998f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6e870b964fa4998f","status":"passed","time":{"start":1706527264360,"stop":1706527264365,"duration":5}},{"uid":"daada5be68458148","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/daada5be68458148","status":"passed","time":{"start":1706526976777,"stop":1706526976777,"duration":0}},{"uid":"a69feedc076c327a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a69feedc076c327a","status":"passed","time":{"start":1706526885810,"stop":1706526885811,"duration":1}},{"uid":"5a207b1e258742e6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5a207b1e258742e6","status":"passed","time":{"start":1706526330103,"stop":1706526330103,"duration":0}},{"uid":"b7c904a4335806ff","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b7c904a4335806ff","status":"passed","time":{"start":1706525780730,"stop":1706525780731,"duration":1}},{"uid":"e61b06deaab489e1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e61b06deaab489e1","status":"passed","time":{"start":1706525359500,"stop":1706525359501,"duration":1}},{"uid":"5254c870962b7834","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5254c870962b7834","status":"passed","time":{"start":1706468042648,"stop":1706468042648,"duration":0}},{"uid":"c0398900b424f576","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c0398900b424f576","status":"passed","time":{"start":1706323386934,"stop":1706323386934,"duration":0}},{"uid":"c9e3a7e7f520020f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c9e3a7e7f520020f","status":"passed","time":{"start":1706321713104,"stop":1706321713104,"duration":0}},{"uid":"ec30195a4091ecb3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ec30195a4091ecb3","status":"passed","time":{"start":1706115482616,"stop":1706115482616,"duration":0}},{"uid":"837fdcd1857ee2bf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/837fdcd1857ee2bf","status":"passed","time":{"start":1706114635442,"stop":1706114635442,"duration":0}},{"uid":"48b6d2e146985573","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/48b6d2e146985573","status":"passed","time":{"start":1706112127566,"stop":1706112127566,"duration":0}},{"uid":"d60c32aff0a7c91f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d60c32aff0a7c91f","status":"passed","time":{"start":1706111809284,"stop":1706111809284,"duration":0}},{"uid":"10eff1224be62cff","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/10eff1224be62cff","status":"passed","time":{"start":1706109719534,"stop":1706109719540,"duration":6}},{"uid":"35fef4672251594a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/35fef4672251594a","status":"passed","time":{"start":1706103518439,"stop":1706103518439,"duration":0}},{"uid":"1b2c4b87e3550b1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1b2c4b87e3550b1","status":"passed","time":{"start":1706103305166,"stop":1706103305166,"duration":0}},{"uid":"7f3d06d009c65ad1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7f3d06d009c65ad1","status":"passed","time":{"start":1706102626856,"stop":1706102626857,"duration":1}},{"uid":"b9ab63329c009068","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b9ab63329c009068","status":"passed","time":{"start":1706102491858,"stop":1706102491858,"duration":0}}]},"8d1db7e7b45e6a5ccd3dbbe619976c76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a935a7173807d387","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a935a7173807d387","status":"passed","time":{"start":1705494975700,"stop":1705494975701,"duration":1}}]},"c1e6452044349ea19067569e5657ca54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7955ca62f613af7b","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/7955ca62f613af7b","status":"passed","time":{"start":1706102131120,"stop":1706102131124,"duration":4}}]},"6faeb47e31c8803b53d42b69cb4bc320:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1b5db97a4de937a","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/e1b5db97a4de937a","status":"passed","time":{"start":1705429166896,"stop":1705429166897,"duration":1}}]},"4ce61273bfca1a8d7bf10d07c5781fa8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"302f85f7777127be","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/302f85f7777127be","status":"passed","time":{"start":1706111914146,"stop":1706111914147,"duration":1}}]},"0453a3bbc11caf6e61aaf1080060fd57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a43f4a55bbc8c9","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/3a43f4a55bbc8c9","status":"passed","time":{"start":1705383129852,"stop":1705383129853,"duration":1}}]},"b351b4799493210b7b7394acee737861:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"287d914434975164","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/287d914434975164","status":"passed","time":{"start":1705494925589,"stop":1705494925589,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"867ab5f3719731e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/867ab5f3719731e6","status":"passed","time":{"start":1706528752255,"stop":1706528752255,"duration":0}},{"uid":"b0e2b72a1c8cdc24","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b0e2b72a1c8cdc24","status":"passed","time":{"start":1706527720930,"stop":1706527720931,"duration":1}},{"uid":"e4a0c9d2846eddb7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e4a0c9d2846eddb7","status":"passed","time":{"start":1706526735907,"stop":1706526735907,"duration":0}},{"uid":"fe1c6bb486838b6c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fe1c6bb486838b6c","status":"passed","time":{"start":1706526432823,"stop":1706526432823,"duration":0}},{"uid":"4dd589305f2d0553","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4dd589305f2d0553","status":"passed","time":{"start":1706526337881,"stop":1706526337881,"duration":0}},{"uid":"fc972174f5e3f762","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fc972174f5e3f762","status":"passed","time":{"start":1706525766996,"stop":1706525766997,"duration":1}},{"uid":"39e9a3de6d734746","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/39e9a3de6d734746","status":"passed","time":{"start":1706525233960,"stop":1706525233961,"duration":1}},{"uid":"89c36929b07bd821","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/89c36929b07bd821","status":"passed","time":{"start":1706524795121,"stop":1706524795122,"duration":1}},{"uid":"4bb9ddf8c38ebf53","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4bb9ddf8c38ebf53","status":"passed","time":{"start":1706467489021,"stop":1706467489022,"duration":1}},{"uid":"d48b6b127def6f29","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d48b6b127def6f29","status":"passed","time":{"start":1706322841815,"stop":1706322841815,"duration":0}},{"uid":"5a597c2206f46ce2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5a597c2206f46ce2","status":"passed","time":{"start":1706321154961,"stop":1706321154962,"duration":1}},{"uid":"7535cab69cb3e6cd","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7535cab69cb3e6cd","status":"passed","time":{"start":1706244671172,"stop":1706244671173,"duration":1}},{"uid":"56570c1416b11bb5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/56570c1416b11bb5","status":"passed","time":{"start":1706242239396,"stop":1706242239396,"duration":0}},{"uid":"9111921d1f14a384","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9111921d1f14a384","status":"passed","time":{"start":1706114927745,"stop":1706114927746,"duration":1}},{"uid":"80de98b4e05dea62","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/80de98b4e05dea62","status":"passed","time":{"start":1706114098423,"stop":1706114098424,"duration":1}},{"uid":"a924ec25401a962d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a924ec25401a962d","status":"passed","time":{"start":1706111573213,"stop":1706111573214,"duration":1}},{"uid":"dccb6f3454dd0bca","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/dccb6f3454dd0bca","status":"passed","time":{"start":1706111262802,"stop":1706111262802,"duration":0}},{"uid":"fdccc99fe315ab84","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fdccc99fe315ab84","status":"passed","time":{"start":1706109165165,"stop":1706109165166,"duration":1}},{"uid":"960796a3ac0bb956","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/960796a3ac0bb956","status":"passed","time":{"start":1706102983250,"stop":1706102983251,"duration":1}},{"uid":"e2f3a5dcbacb5591","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e2f3a5dcbacb5591","status":"passed","time":{"start":1706102722918,"stop":1706102722919,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"19132d5cc3491587","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/19132d5cc3491587","status":"passed","time":{"start":1706529218520,"stop":1706529218521,"duration":1}},{"uid":"fd2e25ced8781de2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fd2e25ced8781de2","status":"passed","time":{"start":1706528190572,"stop":1706528190573,"duration":1}},{"uid":"13bc2fe6b764011a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/13bc2fe6b764011a","status":"passed","time":{"start":1706527166753,"stop":1706527166754,"duration":1}},{"uid":"f9b21c87026ce6e0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f9b21c87026ce6e0","status":"passed","time":{"start":1706526866896,"stop":1706526866897,"duration":1}},{"uid":"401a1636284b7c07","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/401a1636284b7c07","status":"passed","time":{"start":1706526763568,"stop":1706526763568,"duration":0}},{"uid":"8c2d45be68c05003","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8c2d45be68c05003","status":"passed","time":{"start":1706526185681,"stop":1706526185682,"duration":1}},{"uid":"989d3f74947662e7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/989d3f74947662e7","status":"passed","time":{"start":1706525658979,"stop":1706525658980,"duration":1}},{"uid":"bc3422b0c3718468","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bc3422b0c3718468","status":"passed","time":{"start":1706525242375,"stop":1706525242375,"duration":0}},{"uid":"dcad6e09b8229382","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dcad6e09b8229382","status":"passed","time":{"start":1706467906884,"stop":1706467906884,"duration":0}},{"uid":"dfdb6858b5291a71","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dfdb6858b5291a71","status":"passed","time":{"start":1706323273260,"stop":1706323273261,"duration":1}},{"uid":"bf07b510f685b668","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bf07b510f685b668","status":"passed","time":{"start":1706321575879,"stop":1706321575879,"duration":0}},{"uid":"51ff696f049033de","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/51ff696f049033de","status":"passed","time":{"start":1706115384051,"stop":1706115384052,"duration":1}},{"uid":"2bd76aa2962cb9b2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2bd76aa2962cb9b2","status":"passed","time":{"start":1706114521923,"stop":1706114521927,"duration":4}},{"uid":"97925840134e5040","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/97925840134e5040","status":"passed","time":{"start":1706112015260,"stop":1706112015261,"duration":1}},{"uid":"b091116cea88e018","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b091116cea88e018","status":"passed","time":{"start":1706111693404,"stop":1706111693404,"duration":0}},{"uid":"4f5ebf1190fe439e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4f5ebf1190fe439e","status":"passed","time":{"start":1706109609740,"stop":1706109609741,"duration":1}},{"uid":"aea4863b0691a779","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aea4863b0691a779","status":"passed","time":{"start":1706103393432,"stop":1706103393432,"duration":0}},{"uid":"74b2867c819cd8d2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/74b2867c819cd8d2","status":"passed","time":{"start":1706103153308,"stop":1706103153309,"duration":1}},{"uid":"abde6d34a98149df","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/abde6d34a98149df","status":"passed","time":{"start":1706102507002,"stop":1706102507002,"duration":0}},{"uid":"3d6576220e55d0df","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3d6576220e55d0df","status":"passed","time":{"start":1706102385185,"stop":1706102385185,"duration":0}}]},"d491e9ef05b284cbbb94b9c6833829c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bf031d5349790c3","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/8bf031d5349790c3","status":"passed","time":{"start":1705391597406,"stop":1705391597407,"duration":1}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"95cdf337f84852fa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/95cdf337f84852fa","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0}},{"uid":"56692581042a27ad","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/56692581042a27ad","status":"passed","time":{"start":1706528320797,"stop":1706528320797,"duration":0}},{"uid":"5b5f31f3a7e256f8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5b5f31f3a7e256f8","status":"passed","time":{"start":1706527265205,"stop":1706527265205,"duration":0}},{"uid":"2091cfbcd195388c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2091cfbcd195388c","status":"passed","time":{"start":1706527005561,"stop":1706527005561,"duration":0}},{"uid":"534653f5825106a2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/534653f5825106a2","status":"passed","time":{"start":1706526910759,"stop":1706526910759,"duration":0}},{"uid":"a7a987fce499ba9d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a7a987fce499ba9d","status":"passed","time":{"start":1706526356962,"stop":1706526356962,"duration":0}},{"uid":"a01e0a5413cc26d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a01e0a5413cc26d","status":"passed","time":{"start":1706525810740,"stop":1706525810740,"duration":0}},{"uid":"9df3cac89b6016c0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9df3cac89b6016c0","status":"passed","time":{"start":1706525387406,"stop":1706525387407,"duration":1}},{"uid":"e3ca7a14d5da1545","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e3ca7a14d5da1545","status":"passed","time":{"start":1706468060690,"stop":1706468060693,"duration":3}},{"uid":"980f9640459d5af8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/980f9640459d5af8","status":"passed","time":{"start":1706323416165,"stop":1706323416165,"duration":0}},{"uid":"9394ef965c390257","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9394ef965c390257","status":"passed","time":{"start":1706321681959,"stop":1706321681960,"duration":1}},{"uid":"7c8716e933f3be8a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7c8716e933f3be8a","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244888539,"stop":1706244888539,"duration":0}},{"uid":"ec4ba20db8fc35b6","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ec4ba20db8fc35b6","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242436652,"stop":1706242436652,"duration":0}},{"uid":"45d01965f6bbe7c7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/45d01965f6bbe7c7","status":"passed","time":{"start":1706115490244,"stop":1706115490244,"duration":0}},{"uid":"18620903a0c66624","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/18620903a0c66624","status":"passed","time":{"start":1706114663128,"stop":1706114663129,"duration":1}},{"uid":"82a036eeb5d34251","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/82a036eeb5d34251","status":"passed","time":{"start":1706112139772,"stop":1706112139772,"duration":0}},{"uid":"df9d8739c87d242d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/df9d8739c87d242d","status":"passed","time":{"start":1706111836528,"stop":1706111836529,"duration":1}},{"uid":"838eb7ee0f052ac","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/838eb7ee0f052ac","status":"passed","time":{"start":1706109751256,"stop":1706109751256,"duration":0}},{"uid":"151ade9f1b87775e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/151ade9f1b87775e","status":"passed","time":{"start":1706103464933,"stop":1706103464933,"duration":0}},{"uid":"36682d407b9ff71f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/36682d407b9ff71f","status":"passed","time":{"start":1706103267880,"stop":1706103267880,"duration":0}}]},"97efb51f8cf09bace9150ac4bf7ff04a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"174f47820c08c548","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/174f47820c08c548","status":"passed","time":{"start":1706109719516,"stop":1706109719516,"duration":0}}]},"42ac40672dfcb496a97edc6012662841:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c767eba38dd72e9","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/1c767eba38dd72e9","status":"passed","time":{"start":1705666613632,"stop":1705666613633,"duration":1}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"90c380510b2cbc57","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/90c380510b2cbc57","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0}},{"uid":"d60983d8f4885ebf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d60983d8f4885ebf","status":"passed","time":{"start":1706527705414,"stop":1706527705414,"duration":0}},{"uid":"9aa07b40511d059b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9aa07b40511d059b","status":"passed","time":{"start":1706526721656,"stop":1706526721656,"duration":0}},{"uid":"2475496eb8c77d57","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2475496eb8c77d57","status":"passed","time":{"start":1706526417559,"stop":1706526417560,"duration":1}},{"uid":"43c00163d189071a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/43c00163d189071a","status":"passed","time":{"start":1706526322665,"stop":1706526322665,"duration":0}},{"uid":"6b3b6600929e4b8e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6b3b6600929e4b8e","status":"passed","time":{"start":1706525752762,"stop":1706525752763,"duration":1}},{"uid":"ecfa07c2e1aab0c5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ecfa07c2e1aab0c5","status":"passed","time":{"start":1706525219891,"stop":1706525219891,"duration":0}},{"uid":"6ce0d431dd4cb551","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6ce0d431dd4cb551","status":"passed","time":{"start":1706524780917,"stop":1706524780917,"duration":0}},{"uid":"376258060d57e64e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/376258060d57e64e","status":"passed","time":{"start":1706467474866,"stop":1706467474866,"duration":0}},{"uid":"4cb6759ee2bc2755","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4cb6759ee2bc2755","status":"passed","time":{"start":1706322827214,"stop":1706322827214,"duration":0}},{"uid":"eafbe066784ccebd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/eafbe066784ccebd","status":"passed","time":{"start":1706321140669,"stop":1706321140669,"duration":0}},{"uid":"8fb42dec9f449da9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8fb42dec9f449da9","status":"passed","time":{"start":1706244656772,"stop":1706244656772,"duration":0}},{"uid":"11fda40fa256ede7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/11fda40fa256ede7","status":"passed","time":{"start":1706242225085,"stop":1706242225085,"duration":0}},{"uid":"2e95ddc35d4b050f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2e95ddc35d4b050f","status":"passed","time":{"start":1706114913324,"stop":1706114913325,"duration":1}},{"uid":"9c282a332d025512","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9c282a332d025512","status":"passed","time":{"start":1706114084086,"stop":1706114084086,"duration":0}},{"uid":"f16642d3d87b365f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f16642d3d87b365f","status":"passed","time":{"start":1706111558873,"stop":1706111558873,"duration":0}},{"uid":"3d5b42d86e821e53","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3d5b42d86e821e53","status":"passed","time":{"start":1706111248337,"stop":1706111248338,"duration":1}},{"uid":"ecaeb3be5d72279f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ecaeb3be5d72279f","status":"passed","time":{"start":1706109150497,"stop":1706109150498,"duration":1}},{"uid":"5ec954e009b4846f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5ec954e009b4846f","status":"passed","time":{"start":1706102968912,"stop":1706102968912,"duration":0}},{"uid":"ceadbfcb394b5060","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ceadbfcb394b5060","status":"passed","time":{"start":1706102708596,"stop":1706102708597,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"f0a951aeb5bfa40e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f0a951aeb5bfa40e","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"duration":0}},{"uid":"f896d097e49f0fb1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f896d097e49f0fb1","status":"passed","time":{"start":1706527951704,"stop":1706527951704,"duration":0}},{"uid":"17c00543460ba7d5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/17c00543460ba7d5","status":"passed","time":{"start":1706526969209,"stop":1706526969209,"duration":0}},{"uid":"e43ff7dfdbf65875","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e43ff7dfdbf65875","status":"passed","time":{"start":1706526675849,"stop":1706526675849,"duration":0}},{"uid":"a219cd6eeb71a161","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a219cd6eeb71a161","status":"passed","time":{"start":1706526572356,"stop":1706526572356,"duration":0}},{"uid":"c272dee7333a053e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c272dee7333a053e","status":"passed","time":{"start":1706525997937,"stop":1706525997938,"duration":1}},{"uid":"9536aa8286fdf1ac","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9536aa8286fdf1ac","status":"passed","time":{"start":1706525468252,"stop":1706525468252,"duration":0}},{"uid":"51689a7d67377a74","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/51689a7d67377a74","status":"passed","time":{"start":1706525019710,"stop":1706525019710,"duration":0}},{"uid":"a291fe68750b5d27","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a291fe68750b5d27","status":"passed","time":{"start":1706467721293,"stop":1706467721294,"duration":1}},{"uid":"33e6b3cdc61ec586","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/33e6b3cdc61ec586","status":"passed","time":{"start":1706323082567,"stop":1706323082567,"duration":0}},{"uid":"8b7933fc60f6f12","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8b7933fc60f6f12","status":"passed","time":{"start":1706321389969,"stop":1706321389969,"duration":0}},{"uid":"2f925aaa20ae6cc8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2f925aaa20ae6cc8","status":"passed","time":{"start":1706115172650,"stop":1706115172650,"duration":0}},{"uid":"dbde73b76c0c733b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dbde73b76c0c733b","status":"passed","time":{"start":1706114335600,"stop":1706114335600,"duration":0}},{"uid":"9100b8a736146ed2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9100b8a736146ed2","status":"passed","time":{"start":1706111797806,"stop":1706111797806,"duration":0}},{"uid":"85fe4d3340c07a46","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/85fe4d3340c07a46","status":"passed","time":{"start":1706111496588,"stop":1706111496589,"duration":1}},{"uid":"7a11d931d5524619","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7a11d931d5524619","status":"passed","time":{"start":1706109403544,"stop":1706109403544,"duration":0}},{"uid":"95b25dcca91063c6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/95b25dcca91063c6","status":"passed","time":{"start":1706103220672,"stop":1706103220672,"duration":0}},{"uid":"4dba787a1975fbbd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4dba787a1975fbbd","status":"passed","time":{"start":1706102943581,"stop":1706102943581,"duration":0}},{"uid":"c221a1263e031d20","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c221a1263e031d20","status":"passed","time":{"start":1706102315318,"stop":1706102315319,"duration":1}},{"uid":"725a092f3293863c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/725a092f3293863c","status":"passed","time":{"start":1706102190046,"stop":1706102190047,"duration":1}}]},"1f6a83daa8be884d759be8b778fdb465:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed3cbef55994859a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ed3cbef55994859a","status":"passed","time":{"start":1706468084982,"stop":1706468084982,"duration":0}}]},"199732fc664f244a7487a02734ffb14d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91c28d97e418e7b8","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/91c28d97e418e7b8","status":"passed","time":{"start":1705667092961,"stop":1705667092961,"duration":0}}]},"30edb5b5c81127b211ab6ae960136830:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4325a8b86ee9c35e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/4325a8b86ee9c35e","status":"passed","time":{"start":1706099342680,"stop":1706099342680,"duration":0}}]},"bbe305903694ad2904898a5fdc8fd64a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"dbbb9023484513aa","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/dbbb9023484513aa","status":"passed","time":{"start":1706100979752,"stop":1706100979752,"duration":0}},{"uid":"36715b5baa4dd6ea","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/36715b5baa4dd6ea","status":"passed","time":{"start":1706100012416,"stop":1706100012417,"duration":1}},{"uid":"630858864a5f055e","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/630858864a5f055e","status":"passed","time":{"start":1706077739080,"stop":1706077739080,"duration":0}},{"uid":"494b9f63d4bb53b6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/494b9f63d4bb53b6","status":"passed","time":{"start":1706069827464,"stop":1706069827465,"duration":1}},{"uid":"3d7e38ec6cc3dd01","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3d7e38ec6cc3dd01","status":"passed","time":{"start":1705950521662,"stop":1705950521662,"duration":0}},{"uid":"c8a4db2a3fb9c896","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c8a4db2a3fb9c896","status":"passed","time":{"start":1705938343369,"stop":1705938343369,"duration":0}},{"uid":"f6aede44ced71d1d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f6aede44ced71d1d","status":"passed","time":{"start":1705913488218,"stop":1705913488218,"duration":0}},{"uid":"266b2c3cf5a3b022","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/266b2c3cf5a3b022","status":"passed","time":{"start":1705913034269,"stop":1705913034269,"duration":0}},{"uid":"4c32d97a8d37ba70","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/4c32d97a8d37ba70","status":"passed","time":{"start":1705912407133,"stop":1705912407135,"duration":2}},{"uid":"96b7f02be575a776","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/96b7f02be575a776","status":"passed","time":{"start":1705911588791,"stop":1705911588791,"duration":0}},{"uid":"f49a255082f4dfde","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f49a255082f4dfde","status":"passed","time":{"start":1705698799105,"stop":1705698799105,"duration":0}},{"uid":"a3ada2fead946550","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a3ada2fead946550","status":"passed","time":{"start":1705687522363,"stop":1705687522363,"duration":0}},{"uid":"154c305c51db9fb5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/154c305c51db9fb5","status":"passed","time":{"start":1705687430729,"stop":1705687430730,"duration":1}},{"uid":"57871c30e6f2b297","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/57871c30e6f2b297","status":"passed","time":{"start":1705678121465,"stop":1705678121465,"duration":0}},{"uid":"93f3b57b6400e28a","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/93f3b57b6400e28a","status":"passed","time":{"start":1705678046309,"stop":1705678046309,"duration":0}},{"uid":"ecc58b6f1b1b9f3b","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/ecc58b6f1b1b9f3b","status":"passed","time":{"start":1705677908047,"stop":1705677908048,"duration":1}},{"uid":"7be127c0bf09ce3","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/7be127c0bf09ce3","status":"passed","time":{"start":1705677463214,"stop":1705677463215,"duration":1}},{"uid":"d727ae42d706914b","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/d727ae42d706914b","status":"passed","time":{"start":1705676052695,"stop":1705676052696,"duration":1}},{"uid":"fc8a07dd426b0f33","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/fc8a07dd426b0f33","status":"passed","time":{"start":1705675474636,"stop":1705675474636,"duration":0}},{"uid":"a2c24d7e7f4b5f5b","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/a2c24d7e7f4b5f5b","status":"passed","time":{"start":1705670338388,"stop":1705670338388,"duration":0}}]},"f3522558b1c7661b1a79525a00b4196e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd598c56ce02785f","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/cd598c56ce02785f","status":"passed","time":{"start":1705518525970,"stop":1705518525970,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"76d51240993055c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/76d51240993055c4","status":"passed","time":{"start":1706529297072,"stop":1706529297073,"duration":1}},{"uid":"69cfe39e389b5d14","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/69cfe39e389b5d14","status":"passed","time":{"start":1706528272359,"stop":1706528272359,"duration":0}},{"uid":"ea29b73c1bc30565","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ea29b73c1bc30565","status":"passed","time":{"start":1706527215980,"stop":1706527215980,"duration":0}},{"uid":"4adfe7f9ad0023cf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4adfe7f9ad0023cf","status":"passed","time":{"start":1706526930056,"stop":1706526930057,"duration":1}},{"uid":"adb8e962a704e363","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/adb8e962a704e363","status":"passed","time":{"start":1706526828479,"stop":1706526828480,"duration":1}},{"uid":"2132717d3cc89ae9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2132717d3cc89ae9","status":"passed","time":{"start":1706526253882,"stop":1706526253882,"duration":0}},{"uid":"f8d032b84f853d03","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f8d032b84f853d03","status":"passed","time":{"start":1706525716609,"stop":1706525716609,"duration":0}},{"uid":"199aeef726c076ab","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/199aeef726c076ab","status":"passed","time":{"start":1706525305324,"stop":1706525305324,"duration":0}},{"uid":"a5d2bc5dd6af4e3d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a5d2bc5dd6af4e3d","status":"passed","time":{"start":1706467969854,"stop":1706467969855,"duration":1}},{"uid":"71aa105830147a69","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/71aa105830147a69","status":"passed","time":{"start":1706323337220,"stop":1706323337220,"duration":0}},{"uid":"a754267ba0a4790b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a754267ba0a4790b","status":"passed","time":{"start":1706321555210,"stop":1706321555211,"duration":1}},{"uid":"c274970c02fd3c63","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c274970c02fd3c63","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927232,"stop":1706244927232,"duration":0}},{"uid":"254531fc0ef889df","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/254531fc0ef889df","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486050,"stop":1706242486052,"duration":2}},{"uid":"606a256fe1c1c8e6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/606a256fe1c1c8e6","status":"passed","time":{"start":1706115454685,"stop":1706115454686,"duration":1}},{"uid":"17f2541e74af9664","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/17f2541e74af9664","status":"passed","time":{"start":1706114588210,"stop":1706114588210,"duration":0}},{"uid":"79e125a60f51dd01","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/79e125a60f51dd01","status":"passed","time":{"start":1706112067731,"stop":1706112067731,"duration":0}},{"uid":"e66356ee48fc010e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e66356ee48fc010e","status":"passed","time":{"start":1706111759507,"stop":1706111759507,"duration":0}},{"uid":"d9e538c896f8ee4f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d9e538c896f8ee4f","status":"passed","time":{"start":1706109683580,"stop":1706109683580,"duration":0}},{"uid":"3905fc05dd83e70d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3905fc05dd83e70d","status":"passed","time":{"start":1706103380777,"stop":1706103380777,"duration":0}},{"uid":"7535e92a4112806a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7535e92a4112806a","status":"passed","time":{"start":1706103218563,"stop":1706103218563,"duration":0}}]},"54ac40e3f466c47cff51dd4655471e75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ab3c4e0101ff1bf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2ab3c4e0101ff1bf","status":"passed","time":{"start":1706526632085,"stop":1706526632086,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"1acc06c3feb4b6c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1acc06c3feb4b6c7","status":"passed","time":{"start":1706529332314,"stop":1706529332316,"duration":2}},{"uid":"8793150da3195e6d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8793150da3195e6d","status":"passed","time":{"start":1706528291453,"stop":1706528291454,"duration":1}},{"uid":"6c55fe24dd21b40a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6c55fe24dd21b40a","status":"passed","time":{"start":1706527236974,"stop":1706527236975,"duration":1}},{"uid":"3ef7827f8ba8276e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3ef7827f8ba8276e","status":"passed","time":{"start":1706526962707,"stop":1706526962708,"duration":1}},{"uid":"a219fbe24f05a2b9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a219fbe24f05a2b9","status":"passed","time":{"start":1706526865900,"stop":1706526865901,"duration":1}},{"uid":"8505d2cb25ae3add","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8505d2cb25ae3add","status":"passed","time":{"start":1706526300416,"stop":1706526300416,"duration":0}},{"uid":"532c119fc804bdb6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/532c119fc804bdb6","status":"passed","time":{"start":1706525759137,"stop":1706525759138,"duration":1}},{"uid":"1735f4883b14e67a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1735f4883b14e67a","status":"passed","time":{"start":1706525355449,"stop":1706525355449,"duration":0}},{"uid":"ac34dae56ade9c88","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ac34dae56ade9c88","status":"passed","time":{"start":1706467982874,"stop":1706467982874,"duration":0}},{"uid":"3a737ef8cd563545","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3a737ef8cd563545","status":"passed","time":{"start":1706323387506,"stop":1706323387507,"duration":1}},{"uid":"ecaaf104ab78c672","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ecaaf104ab78c672","status":"passed","time":{"start":1706321612875,"stop":1706321612876,"duration":1}},{"uid":"b583b9c6083c6ffa","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b583b9c6083c6ffa","status":"passed","time":{"start":1706115462414,"stop":1706115462414,"duration":0}},{"uid":"c21511a9f17364c8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c21511a9f17364c8","status":"passed","time":{"start":1706114612179,"stop":1706114612180,"duration":1}},{"uid":"c6fa22498c537613","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c6fa22498c537613","status":"passed","time":{"start":1706112092792,"stop":1706112092793,"duration":1}},{"uid":"a800542fea13e267","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a800542fea13e267","status":"passed","time":{"start":1706111796127,"stop":1706111796128,"duration":1}},{"uid":"ff2a2574f3931e28","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ff2a2574f3931e28","status":"passed","time":{"start":1706109710121,"stop":1706109710121,"duration":0}},{"uid":"f81a3e6815e4c8b5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f81a3e6815e4c8b5","status":"passed","time":{"start":1706103427350,"stop":1706103427350,"duration":0}},{"uid":"9273a8ec55231b91","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9273a8ec55231b91","status":"passed","time":{"start":1706103228584,"stop":1706103228584,"duration":0}},{"uid":"d9731ff18ed8cf7f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d9731ff18ed8cf7f","status":"passed","time":{"start":1706102603439,"stop":1706102603446,"duration":7}},{"uid":"e78b7c77e993ed5a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e78b7c77e993ed5a","status":"passed","time":{"start":1706102474581,"stop":1706102474581,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"cc6b415045f58d0f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc6b415045f58d0f","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0}},{"uid":"e5a1be16d9a7d3b8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e5a1be16d9a7d3b8","status":"passed","time":{"start":1706527721483,"stop":1706527721483,"duration":0}},{"uid":"de3b6c1635cc4d73","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/de3b6c1635cc4d73","status":"passed","time":{"start":1706526736328,"stop":1706526736328,"duration":0}},{"uid":"72ff68cb10acf565","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/72ff68cb10acf565","status":"passed","time":{"start":1706526433120,"stop":1706526433120,"duration":0}},{"uid":"c95e64b3f6503f6c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c95e64b3f6503f6c","status":"passed","time":{"start":1706526338332,"stop":1706526338332,"duration":0}},{"uid":"dcf5647ce6e65015","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dcf5647ce6e65015","status":"passed","time":{"start":1706525767349,"stop":1706525767349,"duration":0}},{"uid":"ab9e84a593ca46e1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ab9e84a593ca46e1","status":"passed","time":{"start":1706525234333,"stop":1706525234333,"duration":0}},{"uid":"eaf9ef7d156c5d62","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/eaf9ef7d156c5d62","status":"passed","time":{"start":1706524795499,"stop":1706524795499,"duration":0}},{"uid":"44a7c420fad1d9aa","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/44a7c420fad1d9aa","status":"passed","time":{"start":1706467489457,"stop":1706467489457,"duration":0}},{"uid":"a15d396be604a076","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a15d396be604a076","status":"passed","time":{"start":1706322842264,"stop":1706322842264,"duration":0}},{"uid":"c1e09ddbbaef53d5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c1e09ddbbaef53d5","status":"passed","time":{"start":1706321155286,"stop":1706321155286,"duration":0}},{"uid":"344c308a37094db8","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/344c308a37094db8","status":"passed","time":{"start":1706244671448,"stop":1706244671449,"duration":1}},{"uid":"7d2dd46d3de535b4","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7d2dd46d3de535b4","status":"passed","time":{"start":1706242239780,"stop":1706242239780,"duration":0}},{"uid":"a881ee0668d70f9c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a881ee0668d70f9c","status":"passed","time":{"start":1706114928161,"stop":1706114928161,"duration":0}},{"uid":"a158d4cd5fe85356","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a158d4cd5fe85356","status":"passed","time":{"start":1706114098849,"stop":1706114098849,"duration":0}},{"uid":"6a8c68454ba4d1bf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6a8c68454ba4d1bf","status":"passed","time":{"start":1706111573572,"stop":1706111573573,"duration":1}},{"uid":"7ff669da9e780a4d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7ff669da9e780a4d","status":"passed","time":{"start":1706111263114,"stop":1706111263114,"duration":0}},{"uid":"f33ce388ac7cc88c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f33ce388ac7cc88c","status":"passed","time":{"start":1706109165545,"stop":1706109165545,"duration":0}},{"uid":"447f65edffbbb4d0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/447f65edffbbb4d0","status":"passed","time":{"start":1706102983596,"stop":1706102983596,"duration":0}},{"uid":"da64f5a00f1ed921","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/da64f5a00f1ed921","status":"passed","time":{"start":1706102723311,"stop":1706102723312,"duration":1}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"2f8d662b30402db1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2f8d662b30402db1","status":"passed","time":{"start":1706529367443,"stop":1706529367448,"duration":5}},{"uid":"162a9cb77f743b03","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/162a9cb77f743b03","status":"passed","time":{"start":1706528339924,"stop":1706528339924,"duration":0}},{"uid":"16f9e1a96b325f31","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/16f9e1a96b325f31","status":"passed","time":{"start":1706527181545,"stop":1706527181546,"duration":1}},{"uid":"e72240b0dc74630b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e72240b0dc74630b","status":"passed","time":{"start":1706527016291,"stop":1706527016291,"duration":0}},{"uid":"d64e6a498564b42a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d64e6a498564b42a","status":"passed","time":{"start":1706526929195,"stop":1706526929195,"duration":0}},{"uid":"d557e299d1b61454","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d557e299d1b61454","status":"passed","time":{"start":1706526355566,"stop":1706526355567,"duration":1}},{"uid":"6376176586901f25","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6376176586901f25","status":"passed","time":{"start":1706525825273,"stop":1706525825274,"duration":1}},{"uid":"12f34cbe8b950d19","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/12f34cbe8b950d19","status":"passed","time":{"start":1706525414579,"stop":1706525414580,"duration":1}},{"uid":"92c27a3f7d0be982","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/92c27a3f7d0be982","status":"passed","time":{"start":1706468084955,"stop":1706468084955,"duration":0}},{"uid":"a5b814e662b5a8e1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a5b814e662b5a8e1","status":"passed","time":{"start":1706323430965,"stop":1706323430965,"duration":0}},{"uid":"649b1d70ead67147","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/649b1d70ead67147","status":"passed","time":{"start":1706321743962,"stop":1706321743962,"duration":0}},{"uid":"b03b802ea7f6dbd7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b03b802ea7f6dbd7","status":"passed","time":{"start":1706115449526,"stop":1706115449527,"duration":1}},{"uid":"86dada96dd6b8890","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/86dada96dd6b8890","status":"passed","time":{"start":1706114706805,"stop":1706114706805,"duration":0}},{"uid":"9c02216b0e7d97d1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9c02216b0e7d97d1","status":"passed","time":{"start":1706112158255,"stop":1706112158256,"duration":1}},{"uid":"3b2fd19986cc82b9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3b2fd19986cc82b9","status":"passed","time":{"start":1706111870560,"stop":1706111870560,"duration":0}},{"uid":"fb9d99d98ee90564","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fb9d99d98ee90564","status":"passed","time":{"start":1706109756247,"stop":1706109756247,"duration":0}},{"uid":"a05b707f37a20423","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a05b707f37a20423","status":"passed","time":{"start":1706103280827,"stop":1706103280827,"duration":0}},{"uid":"1dbddf1712023e43","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1dbddf1712023e43","status":"passed","time":{"start":1706103332257,"stop":1706103332257,"duration":0}},{"uid":"903551935db2f9a6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/903551935db2f9a6","status":"passed","time":{"start":1706102670258,"stop":1706102670259,"duration":1}},{"uid":"108e9f7f17ddb488","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/108e9f7f17ddb488","status":"passed","time":{"start":1706102539182,"stop":1706102539189,"duration":7}}]},"9b81761092ff6fc76f37e7c55953bf61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d227128a1940a04","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1d227128a1940a04","status":"passed","time":{"start":1705502467836,"stop":1705502467836,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":31,"unknown":0,"total":33},"items":[{"uid":"f1d0486d9fa1db0c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f1d0486d9fa1db0c","status":"passed","time":{"start":1706528998596,"stop":1706528998597,"duration":1}},{"uid":"9bfe141066f7ff53","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9bfe141066f7ff53","status":"passed","time":{"start":1706527970124,"stop":1706527970124,"duration":0}},{"uid":"41bd0b2b3663830f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/41bd0b2b3663830f","status":"passed","time":{"start":1706526976588,"stop":1706526976589,"duration":1}},{"uid":"f0a042539ac3be12","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f0a042539ac3be12","status":"passed","time":{"start":1706526677708,"stop":1706526677709,"duration":1}},{"uid":"7ead06f5113a52ce","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7ead06f5113a52ce","status":"passed","time":{"start":1706526585227,"stop":1706526585227,"duration":0}},{"uid":"558a0d984db2fb06","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/558a0d984db2fb06","status":"passed","time":{"start":1706526011344,"stop":1706526011344,"duration":0}},{"uid":"6019c432b594c079","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6019c432b594c079","status":"passed","time":{"start":1706525481686,"stop":1706525481687,"duration":1}},{"uid":"aa7e7051db2c3a9e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/aa7e7051db2c3a9e","status":"passed","time":{"start":1706525034595,"stop":1706525034595,"duration":0}},{"uid":"e42f203fce86e90b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e42f203fce86e90b","status":"passed","time":{"start":1706467723738,"stop":1706467723739,"duration":1}},{"uid":"ec6a1842304716e0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ec6a1842304716e0","status":"passed","time":{"start":1706323095242,"stop":1706323095242,"duration":0}},{"uid":"89f72ac8952d8383","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/89f72ac8952d8383","status":"passed","time":{"start":1706321394056,"stop":1706321394056,"duration":0}},{"uid":"414e9acdc520cbf3","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/414e9acdc520cbf3","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244709515,"stop":1706244709516,"duration":1}},{"uid":"13a178738cbcee6f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/13a178738cbcee6f","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242274756,"stop":1706242274756,"duration":0}},{"uid":"46ee8d9840060cf2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/46ee8d9840060cf2","status":"passed","time":{"start":1706115176948,"stop":1706115176948,"duration":0}},{"uid":"d081c80a5fa4d342","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d081c80a5fa4d342","status":"passed","time":{"start":1706114337389,"stop":1706114337390,"duration":1}},{"uid":"f8442b5ea370e681","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f8442b5ea370e681","status":"passed","time":{"start":1706111808837,"stop":1706111808838,"duration":1}},{"uid":"b161f28ef90f3916","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b161f28ef90f3916","status":"passed","time":{"start":1706111511404,"stop":1706111511405,"duration":1}},{"uid":"26b9b9d69d68ebe1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/26b9b9d69d68ebe1","status":"passed","time":{"start":1706109411597,"stop":1706109411598,"duration":1}},{"uid":"c9f019eb6f5b262f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c9f019eb6f5b262f","status":"passed","time":{"start":1706103221763,"stop":1706103221763,"duration":0}},{"uid":"acd014c863d30c12","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/acd014c863d30c12","status":"passed","time":{"start":1706102961390,"stop":1706102961391,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"8f5674c9218acb73","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f5674c9218acb73","status":"passed","time":{"start":1706529218527,"stop":1706529218528,"duration":1}},{"uid":"d2aab62cc4974e01","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d2aab62cc4974e01","status":"passed","time":{"start":1706528190576,"stop":1706528190576,"duration":0}},{"uid":"eb844a56488194b0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/eb844a56488194b0","status":"passed","time":{"start":1706527166763,"stop":1706527166764,"duration":1}},{"uid":"1fa40e81158691e3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1fa40e81158691e3","status":"passed","time":{"start":1706526866901,"stop":1706526866901,"duration":0}},{"uid":"707f1773e9d9d408","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/707f1773e9d9d408","status":"passed","time":{"start":1706526763572,"stop":1706526763572,"duration":0}},{"uid":"7073d22a214a4d63","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7073d22a214a4d63","status":"passed","time":{"start":1706526185694,"stop":1706526185694,"duration":0}},{"uid":"5f2016d6f20cf206","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5f2016d6f20cf206","status":"passed","time":{"start":1706525658982,"stop":1706525658982,"duration":0}},{"uid":"ec9220f9efe12aa4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ec9220f9efe12aa4","status":"passed","time":{"start":1706525242378,"stop":1706525242378,"duration":0}},{"uid":"727a9f64b51ded46","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/727a9f64b51ded46","status":"passed","time":{"start":1706467906888,"stop":1706467906888,"duration":0}},{"uid":"193c4049598ce490","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/193c4049598ce490","status":"passed","time":{"start":1706323273281,"stop":1706323273283,"duration":2}},{"uid":"792a4a42821e7da8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/792a4a42821e7da8","status":"passed","time":{"start":1706321575888,"stop":1706321575888,"duration":0}},{"uid":"3700c21d73227033","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3700c21d73227033","status":"passed","time":{"start":1706115384056,"stop":1706115384056,"duration":0}},{"uid":"cb2b96b8fce3760f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cb2b96b8fce3760f","status":"passed","time":{"start":1706114521949,"stop":1706114521950,"duration":1}},{"uid":"b6b31243ecfaecd4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b6b31243ecfaecd4","status":"passed","time":{"start":1706112015263,"stop":1706112015264,"duration":1}},{"uid":"6c27fef92e425de6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6c27fef92e425de6","status":"passed","time":{"start":1706111693407,"stop":1706111693408,"duration":1}},{"uid":"b25f303071b34c2b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b25f303071b34c2b","status":"passed","time":{"start":1706109609744,"stop":1706109609744,"duration":0}},{"uid":"5ca8be421e70714b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5ca8be421e70714b","status":"passed","time":{"start":1706103393435,"stop":1706103393435,"duration":0}},{"uid":"ca3b5dfe27d55cdd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ca3b5dfe27d55cdd","status":"passed","time":{"start":1706103153319,"stop":1706103153319,"duration":0}},{"uid":"b9cffcda11eb07d0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b9cffcda11eb07d0","status":"passed","time":{"start":1706102507028,"stop":1706102507029,"duration":1}},{"uid":"1af88e461360c70c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1af88e461360c70c","status":"passed","time":{"start":1706102385189,"stop":1706102385189,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"2185f118b9b994c2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2185f118b9b994c2","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"duration":0}},{"uid":"4eec8931b96e5eb2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4eec8931b96e5eb2","status":"passed","time":{"start":1706528204209,"stop":1706528204209,"duration":0}},{"uid":"dc49bb1503d535a9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dc49bb1503d535a9","status":"passed","time":{"start":1706527085317,"stop":1706527085317,"duration":0}},{"uid":"495765cbd33dc7ec","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/495765cbd33dc7ec","status":"passed","time":{"start":1706526783367,"stop":1706526783369,"duration":2}},{"uid":"c062d4ec818bc7b6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c062d4ec818bc7b6","status":"passed","time":{"start":1706526690275,"stop":1706526690275,"duration":0}},{"uid":"966e3cbbdca215b6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/966e3cbbdca215b6","status":"passed","time":{"start":1706526129385,"stop":1706526129385,"duration":0}},{"uid":"ad8a171fa0ffb6c4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ad8a171fa0ffb6c4","status":"passed","time":{"start":1706525593274,"stop":1706525593274,"duration":0}},{"uid":"41b24e4ac690b9c5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/41b24e4ac690b9c5","status":"passed","time":{"start":1706525226786,"stop":1706525226787,"duration":1}},{"uid":"b0a2767557ad672b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b0a2767557ad672b","status":"passed","time":{"start":1706467837096,"stop":1706467837097,"duration":1}},{"uid":"bc2c5e1eecdef225","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bc2c5e1eecdef225","status":"passed","time":{"start":1706323213976,"stop":1706323213976,"duration":0}},{"uid":"1d7d5bf0d6e8d22e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1d7d5bf0d6e8d22e","status":"passed","time":{"start":1706321475555,"stop":1706321475556,"duration":1}},{"uid":"92fd3caf279f1c66","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/92fd3caf279f1c66","status":"passed","time":{"start":1706115285537,"stop":1706115285538,"duration":1}},{"uid":"b97cf660e27ec4b3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b97cf660e27ec4b3","status":"passed","time":{"start":1706114454514,"stop":1706114454514,"duration":0}},{"uid":"7eb313ba61ede4c3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7eb313ba61ede4c3","status":"passed","time":{"start":1706111914147,"stop":1706111914148,"duration":1}},{"uid":"99020239aa0cdbda","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/99020239aa0cdbda","status":"passed","time":{"start":1706111616743,"stop":1706111616743,"duration":0}},{"uid":"21fee00086bf998e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/21fee00086bf998e","status":"passed","time":{"start":1706109533631,"stop":1706109533632,"duration":1}},{"uid":"bf60cc674eef9079","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bf60cc674eef9079","status":"passed","time":{"start":1706103308665,"stop":1706103308665,"duration":0}},{"uid":"af0d1ac40b53cb03","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/af0d1ac40b53cb03","status":"passed","time":{"start":1706103054164,"stop":1706103054164,"duration":0}},{"uid":"41149fbe76b9b1fc","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/41149fbe76b9b1fc","status":"passed","time":{"start":1706102435011,"stop":1706102435012,"duration":1}},{"uid":"33eabe0c75c197cb","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/33eabe0c75c197cb","status":"passed","time":{"start":1706102331420,"stop":1706102331420,"duration":0}}]},"2936824b7d00ff78f3ef9ecf2a61a075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea0182fea3eb6364","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/ea0182fea3eb6364","status":"passed","time":{"start":1705426869093,"stop":1705426869093,"duration":0}}]},"ab95727c624b8c88f554ee8ff0e2eefe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b6d5d5d92531647","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/6b6d5d5d92531647","status":"passed","time":{"start":1706099096977,"stop":1706099096977,"duration":0}}]},"18d38ddb4d5383bb983379fa433186dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"990e762ea28f4cb4","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/990e762ea28f4cb4","status":"passed","time":{"start":1705577933371,"stop":1705577933372,"duration":1}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"d5eb1fa423605c4d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d5eb1fa423605c4d","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0}},{"uid":"a3ca8f8a4e5c48e4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a3ca8f8a4e5c48e4","status":"passed","time":{"start":1706528377614,"stop":1706528377615,"duration":1}},{"uid":"c7ef515ebc426842","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c7ef515ebc426842","status":"passed","time":{"start":1706527306306,"stop":1706527306306,"duration":0}},{"uid":"b944ec06d5806f18","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b944ec06d5806f18","status":"passed","time":{"start":1706527046992,"stop":1706527046992,"duration":0}},{"uid":"e359ac0093c921d3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e359ac0093c921d3","status":"passed","time":{"start":1706526952000,"stop":1706526952000,"duration":0}},{"uid":"998ee01c61a15c5f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/998ee01c61a15c5f","status":"passed","time":{"start":1706526389839,"stop":1706526389839,"duration":0}},{"uid":"540f62f8ee624276","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/540f62f8ee624276","status":"passed","time":{"start":1706525847949,"stop":1706525847950,"duration":1}},{"uid":"8d4167f2ac6b09b4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8d4167f2ac6b09b4","status":"passed","time":{"start":1706525437954,"stop":1706525437955,"duration":1}},{"uid":"d68acf8c6f1a533d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d68acf8c6f1a533d","status":"passed","time":{"start":1706468095742,"stop":1706468095743,"duration":1}},{"uid":"8a9d3edbed9cac1d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8a9d3edbed9cac1d","status":"passed","time":{"start":1706323461754,"stop":1706323461754,"duration":0}},{"uid":"dfcf6908acc6e6f4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dfcf6908acc6e6f4","status":"passed","time":{"start":1706321743322,"stop":1706321743322,"duration":0}},{"uid":"b78944ec6a1b5ed3","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b78944ec6a1b5ed3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010801,"stop":1706245010802,"duration":1}},{"uid":"f970532d5bf8604c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f970532d5bf8604c","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544441,"stop":1706242544441,"duration":0}},{"uid":"d17fc6a4954861e9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d17fc6a4954861e9","status":"passed","time":{"start":1706115531606,"stop":1706115531606,"duration":0}},{"uid":"ae9f5cd4cfd0fef5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ae9f5cd4cfd0fef5","status":"passed","time":{"start":1706114715197,"stop":1706114715197,"duration":0}},{"uid":"9874d7bfd1ff36a1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9874d7bfd1ff36a1","status":"passed","time":{"start":1706112185139,"stop":1706112185140,"duration":1}},{"uid":"900de801a89be27f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/900de801a89be27f","status":"passed","time":{"start":1706111901262,"stop":1706111901262,"duration":0}},{"uid":"24766e25506ad2d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/24766e25506ad2d","status":"passed","time":{"start":1706109791590,"stop":1706109791590,"duration":0}},{"uid":"ec6ebf9929cddbca","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ec6ebf9929cddbca","status":"passed","time":{"start":1706103523183,"stop":1706103523183,"duration":0}},{"uid":"a41b58b21342327a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a41b58b21342327a","status":"passed","time":{"start":1706103343825,"stop":1706103343825,"duration":0}}]},"96c3328f02304e92019350bd2be30bf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd29be995acce088","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dd29be995acce088","status":"passed","time":{"start":1706321575897,"stop":1706321575898,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"150c333f62415095","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/150c333f62415095","status":"passed","time":{"start":1706529403573,"stop":1706529403573,"duration":0}},{"uid":"3f088fbf7647e253","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3f088fbf7647e253","status":"passed","time":{"start":1706528357093,"stop":1706528357104,"duration":11}},{"uid":"341497defadaf597","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/341497defadaf597","status":"passed","time":{"start":1706527326692,"stop":1706527326692,"duration":0}},{"uid":"8b8260417b99d8f7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8b8260417b99d8f7","status":"passed","time":{"start":1706526961442,"stop":1706526961442,"duration":0}},{"uid":"3fd12c71b2334678","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3fd12c71b2334678","status":"passed","time":{"start":1706526404281,"stop":1706526404281,"duration":0}},{"uid":"7100c6a20269e5f8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7100c6a20269e5f8","status":"passed","time":{"start":1706525849956,"stop":1706525849957,"duration":1}},{"uid":"fbd7c2c66ef01cb7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fbd7c2c66ef01cb7","status":"passed","time":{"start":1706525432948,"stop":1706525432948,"duration":0}},{"uid":"8b4cbe13bece9152","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8b4cbe13bece9152","status":"passed","time":{"start":1706468114348,"stop":1706468114348,"duration":0}},{"uid":"9d7f4baea71716a6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9d7f4baea71716a6","status":"passed","time":{"start":1706323469649,"stop":1706323469650,"duration":1}},{"uid":"a8ab1a7e0eee300","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a8ab1a7e0eee300","status":"passed","time":{"start":1706321771790,"stop":1706321771791,"duration":1}},{"uid":"ce9596f25266e964","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ce9596f25266e964","status":"passed","time":{"start":1706115542396,"stop":1706115542396,"duration":0}},{"uid":"c4600dd39955cda5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c4600dd39955cda5","status":"passed","time":{"start":1706114725919,"stop":1706114725919,"duration":0}},{"uid":"e6e77b4d4206b675","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e6e77b4d4206b675","status":"passed","time":{"start":1706112199265,"stop":1706112199265,"duration":0}},{"uid":"b2620d55c57dec32","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b2620d55c57dec32","status":"passed","time":{"start":1706111893737,"stop":1706111893737,"duration":0}},{"uid":"c37269363ef50245","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c37269363ef50245","status":"passed","time":{"start":1706109796553,"stop":1706109796553,"duration":0}},{"uid":"96ed60170ac5b6b3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/96ed60170ac5b6b3","status":"passed","time":{"start":1706103557154,"stop":1706103557154,"duration":0}},{"uid":"f20132491e41786b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f20132491e41786b","status":"passed","time":{"start":1706103365804,"stop":1706103365805,"duration":1}},{"uid":"c21c178ed9f91e8f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c21c178ed9f91e8f","status":"passed","time":{"start":1706102701050,"stop":1706102701050,"duration":0}},{"uid":"d64bc968970776d4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d64bc968970776d4","status":"passed","time":{"start":1706102579558,"stop":1706102579558,"duration":0}},{"uid":"d5ebddd807526ca1","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/d5ebddd807526ca1","status":"passed","time":{"start":1706102406543,"stop":1706102406543,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"a825ce2464224e99","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a825ce2464224e99","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"duration":0}},{"uid":"52841bb920b80fec","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/52841bb920b80fec","status":"passed","time":{"start":1706528191003,"stop":1706528191005,"duration":2}},{"uid":"fc9fef1a85d2789d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fc9fef1a85d2789d","status":"passed","time":{"start":1706527073940,"stop":1706527073941,"duration":1}},{"uid":"9e00d0e31968a184","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9e00d0e31968a184","status":"passed","time":{"start":1706526771989,"stop":1706526771993,"duration":4}},{"uid":"92418ba4d6c28ec5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/92418ba4d6c28ec5","status":"passed","time":{"start":1706526678881,"stop":1706526678882,"duration":1}},{"uid":"54d65a6011b85113","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/54d65a6011b85113","status":"passed","time":{"start":1706526118990,"stop":1706526118990,"duration":0}},{"uid":"ce1fada2c3e1899","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ce1fada2c3e1899","status":"passed","time":{"start":1706525578827,"stop":1706525578828,"duration":1}},{"uid":"406780c2879487c7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/406780c2879487c7","status":"passed","time":{"start":1706525215583,"stop":1706525215584,"duration":1}},{"uid":"70641262e57fa7fb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/70641262e57fa7fb","status":"passed","time":{"start":1706467823861,"stop":1706467823861,"duration":0}},{"uid":"2c05e5a5bd9e0d2d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2c05e5a5bd9e0d2d","status":"passed","time":{"start":1706323200737,"stop":1706323200737,"duration":0}},{"uid":"9f14fa7573113380","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9f14fa7573113380","status":"passed","time":{"start":1706321464247,"stop":1706321464247,"duration":0}},{"uid":"c9c13d14767c68a0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c9c13d14767c68a0","status":"passed","time":{"start":1706244759802,"stop":1706244759803,"duration":1}},{"uid":"1d308f6a95f1df3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1d308f6a95f1df3","status":"passed","time":{"start":1706242311087,"stop":1706242311087,"duration":0}},{"uid":"387806f20bc4ba72","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/387806f20bc4ba72","status":"passed","time":{"start":1706115275221,"stop":1706115275222,"duration":1}},{"uid":"b6ed2fcf019951f4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b6ed2fcf019951f4","status":"passed","time":{"start":1706114443298,"stop":1706114443298,"duration":0}},{"uid":"d64190cb671d17cd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d64190cb671d17cd","status":"passed","time":{"start":1706111903924,"stop":1706111903924,"duration":0}},{"uid":"52cd84a240d9d799","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/52cd84a240d9d799","status":"passed","time":{"start":1706111606555,"stop":1706111606556,"duration":1}},{"uid":"cfdcd116a534479d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cfdcd116a534479d","status":"passed","time":{"start":1706109519406,"stop":1706109519406,"duration":0}},{"uid":"481782a62cc309de","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/481782a62cc309de","status":"passed","time":{"start":1706103297427,"stop":1706103297427,"duration":0}},{"uid":"a63d51e9e3a83636","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a63d51e9e3a83636","status":"passed","time":{"start":1706103044806,"stop":1706103044806,"duration":0}}]},"073575a2f2936cc565b3b1cfc6c36d2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6332823b31270ed3","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6332823b31270ed3","status":"passed","time":{"start":1706100623776,"stop":1706100623777,"duration":1}}]},"8dd30b4ea688c8ee195ec8588416da4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dca012d4a41a644f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dca012d4a41a644f","status":"passed","time":{"start":1706527264373,"stop":1706527264373,"duration":0}}]},"ddcf6af454e69c9720802826128c8772:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4bc21cd57ed6f3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e4bc21cd57ed6f3","status":"passed","time":{"start":1706103305150,"stop":1706103305150,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"a42e4418d080c2c5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a42e4418d080c2c5","status":"passed","time":{"start":1706528857316,"stop":1706528857317,"duration":1}},{"uid":"4b9cd9e7c9862983","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4b9cd9e7c9862983","status":"passed","time":{"start":1706527827579,"stop":1706527827581,"duration":2}},{"uid":"8cff7d693cc957b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8cff7d693cc957b","status":"passed","time":{"start":1706526836996,"stop":1706526836996,"duration":0}},{"uid":"1c521482b662ef46","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1c521482b662ef46","status":"passed","time":{"start":1706526533884,"stop":1706526533884,"duration":0}},{"uid":"b62e828ccda9ea64","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b62e828ccda9ea64","status":"passed","time":{"start":1706526441877,"stop":1706526441878,"duration":1}},{"uid":"1729c9c6c8b6903e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1729c9c6c8b6903e","status":"passed","time":{"start":1706525866025,"stop":1706525866025,"duration":0}},{"uid":"44de95a0e000f698","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/44de95a0e000f698","status":"passed","time":{"start":1706525332946,"stop":1706525332947,"duration":1}},{"uid":"52298dbc4658c7e3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/52298dbc4658c7e3","status":"passed","time":{"start":1706524895846,"stop":1706524895847,"duration":1}},{"uid":"964a7cebbdb582a5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/964a7cebbdb582a5","status":"passed","time":{"start":1706467592267,"stop":1706467592268,"duration":1}},{"uid":"60a5e84538e7ff5e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/60a5e84538e7ff5e","status":"passed","time":{"start":1706322942354,"stop":1706322942354,"duration":0}},{"uid":"c499cccde7c3f2c6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c499cccde7c3f2c6","status":"passed","time":{"start":1706321253059,"stop":1706321253059,"duration":0}},{"uid":"2a1b1cfb473c069e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2a1b1cfb473c069e","status":"passed","time":{"start":1706244761414,"stop":1706244761415,"duration":1}},{"uid":"b998bb4f917c3eec","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b998bb4f917c3eec","status":"passed","time":{"start":1706242323586,"stop":1706242323586,"duration":0}},{"uid":"f0a9a84b1281b667","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f0a9a84b1281b667","status":"passed","time":{"start":1706115032886,"stop":1706115032886,"duration":0}},{"uid":"ea3b16fd4c1977ea","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ea3b16fd4c1977ea","status":"passed","time":{"start":1706114198061,"stop":1706114198064,"duration":3}},{"uid":"c79dd8e9f20bb22b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c79dd8e9f20bb22b","status":"passed","time":{"start":1706111672946,"stop":1706111672947,"duration":1}},{"uid":"a0480baa8d357869","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a0480baa8d357869","status":"passed","time":{"start":1706111369282,"stop":1706111369283,"duration":1}},{"uid":"2b3caaed523fb22d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2b3caaed523fb22d","status":"passed","time":{"start":1706109273521,"stop":1706109273525,"duration":4}},{"uid":"78e9f379cde66a78","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/78e9f379cde66a78","status":"passed","time":{"start":1706103083962,"stop":1706103083964,"duration":2}},{"uid":"5df11327d1329c67","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5df11327d1329c67","status":"passed","time":{"start":1706102826544,"stop":1706102826544,"duration":0}}]},"4b4f3ea1b1e92d3479332b4f0247c045:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"825cb231481c474","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/825cb231481c474","status":"passed","time":{"start":1705687430767,"stop":1705687430767,"duration":0}}]},"a1230b67749cfb050a26017b29d4a991:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cabbfd5bd188ffc5","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/cabbfd5bd188ffc5","status":"passed","time":{"start":1705469927238,"stop":1705469927239,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"4e8603c2e8db2d48","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4e8603c2e8db2d48","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0}},{"uid":"bf20d39d448661ea","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bf20d39d448661ea","status":"passed","time":{"start":1706528377615,"stop":1706528377616,"duration":1}},{"uid":"2da9a74c57cd2797","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2da9a74c57cd2797","status":"passed","time":{"start":1706527306306,"stop":1706527306306,"duration":0}},{"uid":"515a1c5710c317b0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/515a1c5710c317b0","status":"passed","time":{"start":1706527046993,"stop":1706527046993,"duration":0}},{"uid":"ca7c11579f58a7bf","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ca7c11579f58a7bf","status":"passed","time":{"start":1706526952000,"stop":1706526952001,"duration":1}},{"uid":"a945f30119d3202e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a945f30119d3202e","status":"passed","time":{"start":1706526389839,"stop":1706526389840,"duration":1}},{"uid":"90e0a948774efdf1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/90e0a948774efdf1","status":"passed","time":{"start":1706525847950,"stop":1706525847950,"duration":0}},{"uid":"8c148fc4063ad3fa","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8c148fc4063ad3fa","status":"passed","time":{"start":1706525437955,"stop":1706525437955,"duration":0}},{"uid":"674f2003f7e8d146","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/674f2003f7e8d146","status":"passed","time":{"start":1706468095744,"stop":1706468095744,"duration":0}},{"uid":"333772606fbf9503","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/333772606fbf9503","status":"passed","time":{"start":1706323461755,"stop":1706323461755,"duration":0}},{"uid":"5728ee6b5b5b9ff","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5728ee6b5b5b9ff","status":"passed","time":{"start":1706321743323,"stop":1706321743323,"duration":0}},{"uid":"a66ad12ba59a5d0c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a66ad12ba59a5d0c","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010804,"stop":1706245010804,"duration":0}},{"uid":"2c2d4f8a03cdbce3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2c2d4f8a03cdbce3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544444,"stop":1706242544444,"duration":0}},{"uid":"d4ffc26d98862038","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d4ffc26d98862038","status":"passed","time":{"start":1706115531607,"stop":1706115531607,"duration":0}},{"uid":"7ef177e2bfe3fc9c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7ef177e2bfe3fc9c","status":"passed","time":{"start":1706114715198,"stop":1706114715198,"duration":0}},{"uid":"f55da406234cd4d7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f55da406234cd4d7","status":"passed","time":{"start":1706112185140,"stop":1706112185141,"duration":1}},{"uid":"873c5fd2b270ea70","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/873c5fd2b270ea70","status":"passed","time":{"start":1706111901263,"stop":1706111901263,"duration":0}},{"uid":"83fbc716d1066055","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/83fbc716d1066055","status":"passed","time":{"start":1706109791591,"stop":1706109791591,"duration":0}},{"uid":"62fa73514f40f229","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/62fa73514f40f229","status":"passed","time":{"start":1706103523184,"stop":1706103523184,"duration":0}},{"uid":"efc0a1fda0704452","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/efc0a1fda0704452","status":"passed","time":{"start":1706103343826,"stop":1706103343826,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"3a2346e54fa560f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a2346e54fa560f2","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0}},{"uid":"6cd3e599fc7440e6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6cd3e599fc7440e6","status":"passed","time":{"start":1706528369063,"stop":1706528369063,"duration":0}},{"uid":"273ce4b0bb7f16a8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/273ce4b0bb7f16a8","status":"passed","time":{"start":1706527293611,"stop":1706527293612,"duration":1}},{"uid":"c98eb3e65c50baa8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c98eb3e65c50baa8","status":"passed","time":{"start":1706527035905,"stop":1706527035905,"duration":0}},{"uid":"989b1113a1b3cd61","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/989b1113a1b3cd61","status":"passed","time":{"start":1706526945113,"stop":1706526945113,"duration":0}},{"uid":"659dabff26df6d9e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/659dabff26df6d9e","status":"passed","time":{"start":1706526380426,"stop":1706526380426,"duration":0}},{"uid":"4e124f71829f3d6b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4e124f71829f3d6b","status":"passed","time":{"start":1706525838441,"stop":1706525838441,"duration":0}},{"uid":"cd67cb59d944d70f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cd67cb59d944d70f","status":"passed","time":{"start":1706525430054,"stop":1706525430055,"duration":1}},{"uid":"43b97b96b5210fc9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/43b97b96b5210fc9","status":"passed","time":{"start":1706468092733,"stop":1706468092734,"duration":1}},{"uid":"43dc8098777ae425","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/43dc8098777ae425","status":"passed","time":{"start":1706323453203,"stop":1706323453203,"duration":0}},{"uid":"6b3408c88731102","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6b3408c88731102","status":"passed","time":{"start":1706321730263,"stop":1706321730263,"duration":0}},{"uid":"bb8c272100ad19ca","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bb8c272100ad19ca","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244983414,"stop":1706244983414,"duration":0}},{"uid":"b25b6a1512ee7c40","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b25b6a1512ee7c40","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242505296,"stop":1706242505296,"duration":0}},{"uid":"687fde2f1eaff14c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/687fde2f1eaff14c","status":"passed","time":{"start":1706115525168,"stop":1706115525169,"duration":1}},{"uid":"e6ae22287f6dfe67","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e6ae22287f6dfe67","status":"passed","time":{"start":1706114703601,"stop":1706114703601,"duration":0}},{"uid":"d171498cf1c56078","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d171498cf1c56078","status":"passed","time":{"start":1706112177299,"stop":1706112177299,"duration":0}},{"uid":"e44e66f4a56509f1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e44e66f4a56509f1","status":"passed","time":{"start":1706111871941,"stop":1706111871941,"duration":0}},{"uid":"be846a2f6a9e5e6e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/be846a2f6a9e5e6e","status":"passed","time":{"start":1706109785933,"stop":1706109785933,"duration":0}},{"uid":"c231760e9fdd1795","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c231760e9fdd1795","status":"passed","time":{"start":1706103509817,"stop":1706103509818,"duration":1}},{"uid":"d5202a2498ec23ee","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d5202a2498ec23ee","status":"passed","time":{"start":1706103331213,"stop":1706103331213,"duration":0}}]},"529dece35ecbf3d6eb4d1a9982054091:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30741cdafd12c8da","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/30741cdafd12c8da","status":"passed","time":{"start":1706526763579,"stop":1706526763579,"duration":0}}]},"aef3c36633aad5e93e3fa061cf3eaedc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b07ce6cb4b13ba8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3b07ce6cb4b13ba8","status":"passed","time":{"start":1705950480134,"stop":1705950480134,"duration":0}}]},"fa5e276763de1244200faeca58b05594:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":38,"unknown":0,"total":38},"items":[{"uid":"9e89b92112da4c6f","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/9e89b92112da4c6f","status":"passed","time":{"start":1705520739813,"stop":1705520739814,"duration":1}},{"uid":"fc1dbd1f70f67c80","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/fc1dbd1f70f67c80","status":"passed","time":{"start":1705518110157,"stop":1705518110157,"duration":0}},{"uid":"1a18dfaaff3aed48","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/1a18dfaaff3aed48","status":"passed","time":{"start":1705518007081,"stop":1705518007082,"duration":1}},{"uid":"f7527025e3d762b","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/f7527025e3d762b","status":"passed","time":{"start":1705517887852,"stop":1705517887852,"duration":0}},{"uid":"1db544bf2665b52b","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/1db544bf2665b52b","status":"passed","time":{"start":1705508547219,"stop":1705508547220,"duration":1}},{"uid":"f8cf072911fafa2a","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f8cf072911fafa2a","status":"passed","time":{"start":1705506381552,"stop":1705506381553,"duration":1}},{"uid":"ab258cd2528f7c08","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/ab258cd2528f7c08","status":"passed","time":{"start":1705502839997,"stop":1705502839997,"duration":0}},{"uid":"dfc4555382786cbf","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/dfc4555382786cbf","status":"passed","time":{"start":1705502379040,"stop":1705502379041,"duration":1}},{"uid":"649d9c05001be742","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/649d9c05001be742","status":"passed","time":{"start":1705494782371,"stop":1705494782372,"duration":1}},{"uid":"96ec2b84cd9017ee","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/96ec2b84cd9017ee","status":"passed","time":{"start":1705494834689,"stop":1705494834689,"duration":0}},{"uid":"c371042868ed3631","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/c371042868ed3631","status":"passed","time":{"start":1705494795765,"stop":1705494795765,"duration":0}},{"uid":"b597e3ca60311e3a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b597e3ca60311e3a","status":"passed","time":{"start":1705493366792,"stop":1705493366793,"duration":1}},{"uid":"ec81c7d38e86c996","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/ec81c7d38e86c996","status":"passed","time":{"start":1705493324470,"stop":1705493324470,"duration":0}},{"uid":"4ffff6b006230acf","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4ffff6b006230acf","status":"passed","time":{"start":1705485150336,"stop":1705485150336,"duration":0}},{"uid":"f7e26842fd6206e9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/f7e26842fd6206e9","status":"passed","time":{"start":1705485008618,"stop":1705485008619,"duration":1}},{"uid":"70f3fe75117790b3","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/70f3fe75117790b3","status":"passed","time":{"start":1705484258771,"stop":1705484258772,"duration":1}},{"uid":"c9872511f4e4f327","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/c9872511f4e4f327","status":"passed","time":{"start":1705469770279,"stop":1705469770280,"duration":1}},{"uid":"31b36c99d5825663","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/31b36c99d5825663","status":"passed","time":{"start":1705466835050,"stop":1705466835050,"duration":0}},{"uid":"d90a974580d36f01","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/d90a974580d36f01","status":"passed","time":{"start":1705435305428,"stop":1705435305428,"duration":0}},{"uid":"1dffb6b33d1cd894","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/1dffb6b33d1cd894","status":"passed","time":{"start":1705434767638,"stop":1705434767639,"duration":1}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"41489ea25945e0f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/41489ea25945e0f1","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0}},{"uid":"d94edddb7dd09513","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d94edddb7dd09513","status":"passed","time":{"start":1706528204204,"stop":1706528204204,"duration":0}},{"uid":"97f423b7fd7e48bc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/97f423b7fd7e48bc","status":"passed","time":{"start":1706527085310,"stop":1706527085311,"duration":1}},{"uid":"3175603a1497157a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3175603a1497157a","status":"passed","time":{"start":1706526783362,"stop":1706526783362,"duration":0}},{"uid":"75d02ba9b90f2dc3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/75d02ba9b90f2dc3","status":"passed","time":{"start":1706526690261,"stop":1706526690261,"duration":0}},{"uid":"bca71cc14a87f75a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bca71cc14a87f75a","status":"passed","time":{"start":1706526129369,"stop":1706526129369,"duration":0}},{"uid":"e7b61daa586a3661","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e7b61daa586a3661","status":"passed","time":{"start":1706525593256,"stop":1706525593256,"duration":0}},{"uid":"f481bdee4d1700d9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f481bdee4d1700d9","status":"passed","time":{"start":1706525226778,"stop":1706525226778,"duration":0}},{"uid":"d0439b7ef5332139","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d0439b7ef5332139","status":"passed","time":{"start":1706467837085,"stop":1706467837086,"duration":1}},{"uid":"1e689e8f20a0b2ed","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1e689e8f20a0b2ed","status":"passed","time":{"start":1706323213969,"stop":1706323213970,"duration":1}},{"uid":"41d9a3b2f154669f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/41d9a3b2f154669f","status":"passed","time":{"start":1706321475549,"stop":1706321475549,"duration":0}},{"uid":"3f057deabd224808","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3f057deabd224808","status":"passed","time":{"start":1706115285526,"stop":1706115285526,"duration":0}},{"uid":"ac211f0c42229e25","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ac211f0c42229e25","status":"passed","time":{"start":1706114454505,"stop":1706114454505,"duration":0}},{"uid":"c4ba8b4a714c8207","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c4ba8b4a714c8207","status":"passed","time":{"start":1706111914131,"stop":1706111914131,"duration":0}},{"uid":"5e6ce897ef73871e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5e6ce897ef73871e","status":"passed","time":{"start":1706111616732,"stop":1706111616732,"duration":0}},{"uid":"a582bc91370b7aa8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a582bc91370b7aa8","status":"passed","time":{"start":1706109533624,"stop":1706109533624,"duration":0}},{"uid":"b4455f4f97bec88a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b4455f4f97bec88a","status":"passed","time":{"start":1706103308657,"stop":1706103308657,"duration":0}},{"uid":"4045cc5654298c43","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4045cc5654298c43","status":"passed","time":{"start":1706103054146,"stop":1706103054146,"duration":0}},{"uid":"89b7eb1eb0fe5957","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/89b7eb1eb0fe5957","status":"passed","time":{"start":1706102435003,"stop":1706102435003,"duration":0}},{"uid":"fa2b595d1cd17e57","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/fa2b595d1cd17e57","status":"passed","time":{"start":1706102331413,"stop":1706102331414,"duration":1}}]},"093fa8a766554f923ef09e53b3f80ad6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c1a8ec602673cc","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/41c1a8ec602673cc","status":"passed","time":{"start":1706101305316,"stop":1706101305317,"duration":1}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"de5135682168e35a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/de5135682168e35a","status":"passed","time":{"start":1706528736040,"stop":1706528736041,"duration":1}},{"uid":"24520b29c3ba9a3e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/24520b29c3ba9a3e","status":"passed","time":{"start":1706527705424,"stop":1706527705424,"duration":0}},{"uid":"7bda5874f54a4526","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7bda5874f54a4526","status":"passed","time":{"start":1706526721657,"stop":1706526721657,"duration":0}},{"uid":"be07ecc8b2ecf53c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/be07ecc8b2ecf53c","status":"passed","time":{"start":1706526417561,"stop":1706526417561,"duration":0}},{"uid":"723d15cccee1bedf","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/723d15cccee1bedf","status":"passed","time":{"start":1706526322671,"stop":1706526322671,"duration":0}},{"uid":"112dfa426f1a1362","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/112dfa426f1a1362","status":"passed","time":{"start":1706525752764,"stop":1706525752764,"duration":0}},{"uid":"8cbb473dd8f40ce2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8cbb473dd8f40ce2","status":"passed","time":{"start":1706525219893,"stop":1706525219893,"duration":0}},{"uid":"ee217e1064f423f8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ee217e1064f423f8","status":"passed","time":{"start":1706524780926,"stop":1706524780926,"duration":0}},{"uid":"9378937003c67c2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9378937003c67c2","status":"passed","time":{"start":1706467474874,"stop":1706467474874,"duration":0}},{"uid":"5407d680d505944","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5407d680d505944","status":"passed","time":{"start":1706322827215,"stop":1706322827215,"duration":0}},{"uid":"d517ff7b38513eac","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d517ff7b38513eac","status":"passed","time":{"start":1706321140678,"stop":1706321140678,"duration":0}},{"uid":"e5b730be43afdd85","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e5b730be43afdd85","status":"passed","time":{"start":1706244656773,"stop":1706244656773,"duration":0}},{"uid":"ba8ec2796ba2313d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ba8ec2796ba2313d","status":"passed","time":{"start":1706242225086,"stop":1706242225086,"duration":0}},{"uid":"13add45ce043ebd9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/13add45ce043ebd9","status":"passed","time":{"start":1706114913326,"stop":1706114913326,"duration":0}},{"uid":"5596f0d9ac443be7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5596f0d9ac443be7","status":"passed","time":{"start":1706114084087,"stop":1706114084088,"duration":1}},{"uid":"2b8eab36c686204a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2b8eab36c686204a","status":"passed","time":{"start":1706111558875,"stop":1706111558875,"duration":0}},{"uid":"45123706be244e4f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/45123706be244e4f","status":"passed","time":{"start":1706111248339,"stop":1706111248339,"duration":0}},{"uid":"15a908f49c1b62b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/15a908f49c1b62b","status":"passed","time":{"start":1706109150499,"stop":1706109150499,"duration":0}},{"uid":"d8e2c1914b4be0a4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d8e2c1914b4be0a4","status":"passed","time":{"start":1706102968917,"stop":1706102968918,"duration":1}},{"uid":"5b06981e8588d7bc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5b06981e8588d7bc","status":"passed","time":{"start":1706102708598,"stop":1706102708598,"duration":0}}]},"b802c95e13204161a23aca2e75239999:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37bcd8f0bffc4c1c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/37bcd8f0bffc4c1c","status":"passed","time":{"start":1706099290663,"stop":1706099290663,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":85,"unknown":0,"total":85},"items":[{"uid":"4be27b50da3f4453","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4be27b50da3f4453","status":"passed","time":{"start":1706528851380,"stop":1706528851381,"duration":1}},{"uid":"4a0663ae80b133c3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4a0663ae80b133c3","status":"passed","time":{"start":1706527824198,"stop":1706527824199,"duration":1}},{"uid":"8926168e27da1fa8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8926168e27da1fa8","status":"passed","time":{"start":1706526834960,"stop":1706526834961,"duration":1}},{"uid":"b18a3848e72046d5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b18a3848e72046d5","status":"passed","time":{"start":1706526535011,"stop":1706526535011,"duration":0}},{"uid":"52fc800b4c42d2ad","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/52fc800b4c42d2ad","status":"passed","time":{"start":1706526444481,"stop":1706526444481,"duration":0}},{"uid":"4ff323446763f813","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4ff323446763f813","status":"passed","time":{"start":1706525868580,"stop":1706525868580,"duration":0}},{"uid":"c637f02895f83702","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c637f02895f83702","status":"passed","time":{"start":1706525336017,"stop":1706525336018,"duration":1}},{"uid":"6f65a5de281a59fb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6f65a5de281a59fb","status":"passed","time":{"start":1706524893167,"stop":1706524893167,"duration":0}},{"uid":"591813f93ee7eda2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/591813f93ee7eda2","status":"passed","time":{"start":1706467588100,"stop":1706467588100,"duration":0}},{"uid":"9b4a839b510d0d4f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9b4a839b510d0d4f","status":"passed","time":{"start":1706322942313,"stop":1706322942314,"duration":1}},{"uid":"d3279ff964f9be0b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d3279ff964f9be0b","status":"passed","time":{"start":1706321258743,"stop":1706321258744,"duration":1}},{"uid":"aa6fa9fcc418a81e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/aa6fa9fcc418a81e","status":"passed","time":{"start":1706115030717,"stop":1706115030717,"duration":0}},{"uid":"ed1d2eac3eab97dc","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ed1d2eac3eab97dc","status":"passed","time":{"start":1706114200935,"stop":1706114200935,"duration":0}},{"uid":"57c475706a86ed6e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/57c475706a86ed6e","status":"passed","time":{"start":1706111673820,"stop":1706111673820,"duration":0}},{"uid":"53ca8797c4eaef26","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/53ca8797c4eaef26","status":"passed","time":{"start":1706111361509,"stop":1706111361509,"duration":0}},{"uid":"10d9506599211626","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/10d9506599211626","status":"passed","time":{"start":1706109265213,"stop":1706109265214,"duration":1}},{"uid":"94399b0d81faad54","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/94399b0d81faad54","status":"passed","time":{"start":1706103084489,"stop":1706103084490,"duration":1}},{"uid":"badb945b11f8476a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/badb945b11f8476a","status":"passed","time":{"start":1706102823116,"stop":1706102823116,"duration":0}},{"uid":"73e2717db8b20952","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/73e2717db8b20952","status":"passed","time":{"start":1706102183494,"stop":1706102183494,"duration":0}},{"uid":"a97c2890bca78eed","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a97c2890bca78eed","status":"passed","time":{"start":1706102054642,"stop":1706102054643,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"5bbca26faf856724","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5bbca26faf856724","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"duration":0}},{"uid":"e4e828963ce01dba","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e4e828963ce01dba","status":"passed","time":{"start":1706528377617,"stop":1706528377617,"duration":0}},{"uid":"fc344c796ae0e8a2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fc344c796ae0e8a2","status":"passed","time":{"start":1706527306308,"stop":1706527306308,"duration":0}},{"uid":"1eaa0e0faf0dc625","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1eaa0e0faf0dc625","status":"passed","time":{"start":1706527046994,"stop":1706527046994,"duration":0}},{"uid":"6a20c24e1e46d244","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6a20c24e1e46d244","status":"passed","time":{"start":1706526952002,"stop":1706526952002,"duration":0}},{"uid":"fadd29ac9756a04","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fadd29ac9756a04","status":"passed","time":{"start":1706526389841,"stop":1706526389841,"duration":0}},{"uid":"8eef005c918bd63","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8eef005c918bd63","status":"passed","time":{"start":1706525847951,"stop":1706525847952,"duration":1}},{"uid":"c72dae759d303e73","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c72dae759d303e73","status":"passed","time":{"start":1706525437957,"stop":1706525437957,"duration":0}},{"uid":"91251e0b3ea15d13","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/91251e0b3ea15d13","status":"passed","time":{"start":1706468095746,"stop":1706468095746,"duration":0}},{"uid":"ed8ae2e69a121778","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ed8ae2e69a121778","status":"passed","time":{"start":1706323461756,"stop":1706323461756,"duration":0}},{"uid":"e3ec2a61252c37ea","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e3ec2a61252c37ea","status":"passed","time":{"start":1706321743324,"stop":1706321743325,"duration":1}},{"uid":"cf31bd79fd4075c0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cf31bd79fd4075c0","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010809,"stop":1706245010809,"duration":0}},{"uid":"5d786d094f0fe26c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5d786d094f0fe26c","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544466,"stop":1706242544467,"duration":1}},{"uid":"a5e0c33a1c98fc4b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a5e0c33a1c98fc4b","status":"passed","time":{"start":1706115531608,"stop":1706115531608,"duration":0}},{"uid":"405130da3bd42a4d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/405130da3bd42a4d","status":"passed","time":{"start":1706114715199,"stop":1706114715199,"duration":0}},{"uid":"ad7442dbf74591a5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ad7442dbf74591a5","status":"passed","time":{"start":1706112185142,"stop":1706112185143,"duration":1}},{"uid":"c0e9c5e3a4d92de6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c0e9c5e3a4d92de6","status":"passed","time":{"start":1706111901264,"stop":1706111901265,"duration":1}},{"uid":"335bcf475dedb8e6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/335bcf475dedb8e6","status":"passed","time":{"start":1706109791592,"stop":1706109791592,"duration":0}},{"uid":"5dc9e594b5b7f36d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5dc9e594b5b7f36d","status":"passed","time":{"start":1706103523185,"stop":1706103523186,"duration":1}},{"uid":"543b740853594f57","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/543b740853594f57","status":"passed","time":{"start":1706103343829,"stop":1706103343829,"duration":0}}]},"753df279a5e31f0cdbee8fbc4f79bf88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b04cae0b55d500","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b04cae0b55d500","status":"passed","time":{"start":1706115285531,"stop":1706115285534,"duration":3}}]},"ab3bb4e39e5822351e8ddb934a164a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3d96f98a9d71bff","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/d3d96f98a9d71bff","status":"passed","time":{"start":1705506473777,"stop":1705506473777,"duration":0}}]},"66a3c2436ef68e783e9cdf48f84b1bd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"165a1b4415f8c559","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/165a1b4415f8c559","status":"passed","time":{"start":1705439349004,"stop":1705439349005,"duration":1}}]},"8eb7ed0a7dd62a1f6c1478f72c5dd577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"17a9a57354b6e16c","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/17a9a57354b6e16c","status":"passed","time":{"start":1705520815478,"stop":1705520815480,"duration":2}},{"uid":"4f94dd39f5b2e4aa","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4f94dd39f5b2e4aa","status":"passed","time":{"start":1705518208992,"stop":1705518208992,"duration":0}},{"uid":"f3137dcab1c1f75a","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/f3137dcab1c1f75a","status":"passed","time":{"start":1705518112855,"stop":1705518112856,"duration":1}},{"uid":"82311571701b40e9","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/82311571701b40e9","status":"passed","time":{"start":1705517988384,"stop":1705517988385,"duration":1}},{"uid":"69ecbe425eb948f8","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/69ecbe425eb948f8","status":"passed","time":{"start":1705508651529,"stop":1705508651530,"duration":1}},{"uid":"76d6dfdad647dc6","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/76d6dfdad647dc6","status":"passed","time":{"start":1705506479144,"stop":1705506479144,"duration":0}},{"uid":"7f38fcdb0db831e2","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/7f38fcdb0db831e2","status":"passed","time":{"start":1705502938683,"stop":1705502938683,"duration":0}},{"uid":"406452d29fd44394","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/406452d29fd44394","status":"passed","time":{"start":1705502478105,"stop":1705502478105,"duration":0}},{"uid":"61999d973493230a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/61999d973493230a","status":"passed","time":{"start":1705494884677,"stop":1705494884678,"duration":1}},{"uid":"4a6f8fda07c3daaf","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/4a6f8fda07c3daaf","status":"passed","time":{"start":1705494937597,"stop":1705494937597,"duration":0}},{"uid":"ed55a853172794c3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/ed55a853172794c3","status":"passed","time":{"start":1705494894079,"stop":1705494894081,"duration":2}},{"uid":"c9a05522fc09c50","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c9a05522fc09c50","status":"passed","time":{"start":1705493458476,"stop":1705493458476,"duration":0}},{"uid":"62832c064b3cc26","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/62832c064b3cc26","status":"passed","time":{"start":1705493421083,"stop":1705493421084,"duration":1}},{"uid":"e2f365a113ea79cf","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/e2f365a113ea79cf","status":"passed","time":{"start":1705485246693,"stop":1705485246693,"duration":0}},{"uid":"41ea43a9909b1626","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/41ea43a9909b1626","status":"passed","time":{"start":1705485106620,"stop":1705485106620,"duration":0}},{"uid":"ce9e16690ca53540","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ce9e16690ca53540","status":"passed","time":{"start":1705484353077,"stop":1705484353078,"duration":1}},{"uid":"925116335fd56905","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/925116335fd56905","status":"passed","time":{"start":1705469867094,"stop":1705469867095,"duration":1}},{"uid":"b5dccb6dbd6f875e","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/b5dccb6dbd6f875e","status":"passed","time":{"start":1705466933258,"stop":1705466933259,"duration":1}},{"uid":"1763ba8fdd76ec3e","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/1763ba8fdd76ec3e","status":"passed","time":{"start":1705435401895,"stop":1705435401895,"duration":0}},{"uid":"f01fe3c876d6334f","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/f01fe3c876d6334f","status":"passed","time":{"start":1705434866480,"stop":1705434866480,"duration":0}}]},"533b44f0f446081f01707dd8d50567db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0eac07c27b716f3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c0eac07c27b716f3","status":"passed","time":{"start":1706525226785,"stop":1706525226786,"duration":1}}]},"bd4a1730fe57a9f803a1b1715e5e65ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32f812282203175a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/32f812282203175a","status":"passed","time":{"start":1706525825286,"stop":1706525825286,"duration":0}}]},"fe5339304a1aa9c678cb26720e630fd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f77a6fdebdf9ba13","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f77a6fdebdf9ba13","status":"passed","time":{"start":1706077698150,"stop":1706077698151,"duration":1}}]},"b0749d19975477eae50a322311623acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a1b1d396561aaa4","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/9a1b1d396561aaa4","status":"passed","time":{"start":1705494879421,"stop":1705494879422,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"ede2751ca1ca637d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ede2751ca1ca637d","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"duration":0}},{"uid":"8cd82f63c9b6f769","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8cd82f63c9b6f769","status":"passed","time":{"start":1706528204719,"stop":1706528204719,"duration":0}},{"uid":"883969e993cf1e0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/883969e993cf1e0","status":"passed","time":{"start":1706527099424,"stop":1706527099424,"duration":0}},{"uid":"65c75884c1614012","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/65c75884c1614012","status":"passed","time":{"start":1706526797231,"stop":1706526797232,"duration":1}},{"uid":"fabf5c0045d825f6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fabf5c0045d825f6","status":"passed","time":{"start":1706526702306,"stop":1706526702306,"duration":0}},{"uid":"a9a8d9adb0c70131","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a9a8d9adb0c70131","status":"passed","time":{"start":1706526144645,"stop":1706526144646,"duration":1}},{"uid":"38e4a35c405e6298","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/38e4a35c405e6298","status":"passed","time":{"start":1706525605489,"stop":1706525605493,"duration":4}},{"uid":"b0b991b02b871e7b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b0b991b02b871e7b","status":"passed","time":{"start":1706525237522,"stop":1706525237523,"duration":1}},{"uid":"94797678c9bf6e30","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/94797678c9bf6e30","status":"passed","time":{"start":1706467847960,"stop":1706467847960,"duration":0}},{"uid":"cdabf8340c1aea5a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cdabf8340c1aea5a","status":"passed","time":{"start":1706323224596,"stop":1706323224597,"duration":1}},{"uid":"606b4d45dfb80976","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/606b4d45dfb80976","status":"passed","time":{"start":1706321490522,"stop":1706321490522,"duration":0}},{"uid":"82828b89394f1df","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/82828b89394f1df","status":"passed","time":{"start":1706115297919,"stop":1706115297919,"duration":0}},{"uid":"b7b89b5eb999c158","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b7b89b5eb999c158","status":"passed","time":{"start":1706114468913,"stop":1706114468914,"duration":1}},{"uid":"1028f80f26a0c9a6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1028f80f26a0c9a6","status":"passed","time":{"start":1706111928725,"stop":1706111928725,"duration":0}},{"uid":"8c5f279d08012a0b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8c5f279d08012a0b","status":"passed","time":{"start":1706111629332,"stop":1706111629332,"duration":0}},{"uid":"e9661105696e9fbe","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e9661105696e9fbe","status":"passed","time":{"start":1706109548356,"stop":1706109548357,"duration":1}},{"uid":"90a71a3d118bf3f0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/90a71a3d118bf3f0","status":"passed","time":{"start":1706103319934,"stop":1706103319935,"duration":1}},{"uid":"47726962f821c729","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/47726962f821c729","status":"passed","time":{"start":1706103066462,"stop":1706103066462,"duration":0}},{"uid":"6d8a87be7ec01538","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6d8a87be7ec01538","status":"passed","time":{"start":1706102448470,"stop":1706102448470,"duration":0}},{"uid":"1b9f132fb49b2c26","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1b9f132fb49b2c26","status":"passed","time":{"start":1706102342947,"stop":1706102342947,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"b7b95a169e16fb6e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b7b95a169e16fb6e","status":"passed","time":{"start":1706529333233,"stop":1706529333233,"duration":0}},{"uid":"be1ca4ae5051e128","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/be1ca4ae5051e128","status":"passed","time":{"start":1706528290447,"stop":1706528290450,"duration":3}},{"uid":"9a05faf62a13d2c2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9a05faf62a13d2c2","status":"passed","time":{"start":1706527264303,"stop":1706527264304,"duration":1}},{"uid":"1b977bf9ae187ae5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1b977bf9ae187ae5","status":"passed","time":{"start":1706526976757,"stop":1706526976757,"duration":0}},{"uid":"859257f07552e6fe","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/859257f07552e6fe","status":"passed","time":{"start":1706526885798,"stop":1706526885798,"duration":0}},{"uid":"4357ccd4ca517911","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4357ccd4ca517911","status":"passed","time":{"start":1706526330087,"stop":1706526330088,"duration":1}},{"uid":"592f27e962cb8d50","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/592f27e962cb8d50","status":"passed","time":{"start":1706525780715,"stop":1706525780715,"duration":0}},{"uid":"8351598956947084","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8351598956947084","status":"passed","time":{"start":1706525359479,"stop":1706525359480,"duration":1}},{"uid":"7454045f4bca3c84","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7454045f4bca3c84","status":"passed","time":{"start":1706468042626,"stop":1706468042626,"duration":0}},{"uid":"9788f705943c2bf0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9788f705943c2bf0","status":"passed","time":{"start":1706323386910,"stop":1706323386910,"duration":0}},{"uid":"c1079619cb4844c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c1079619cb4844c","status":"passed","time":{"start":1706321713082,"stop":1706321713082,"duration":0}},{"uid":"9c4ab4be25bbbe0e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9c4ab4be25bbbe0e","status":"passed","time":{"start":1706115482601,"stop":1706115482601,"duration":0}},{"uid":"9d4c7ecf6ad56017","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9d4c7ecf6ad56017","status":"passed","time":{"start":1706114635371,"stop":1706114635372,"duration":1}},{"uid":"bab4b81421238d3b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bab4b81421238d3b","status":"passed","time":{"start":1706112127511,"stop":1706112127511,"duration":0}},{"uid":"cd29c6da25a33371","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cd29c6da25a33371","status":"passed","time":{"start":1706111809250,"stop":1706111809250,"duration":0}},{"uid":"751ba579a70d540c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/751ba579a70d540c","status":"passed","time":{"start":1706109719511,"stop":1706109719512,"duration":1}},{"uid":"8b3ce55fd2a03c2b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8b3ce55fd2a03c2b","status":"passed","time":{"start":1706103518427,"stop":1706103518427,"duration":0}},{"uid":"5d1757e4802fd136","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5d1757e4802fd136","status":"passed","time":{"start":1706103305147,"stop":1706103305147,"duration":0}},{"uid":"5933626ecac2fece","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5933626ecac2fece","status":"passed","time":{"start":1706102626843,"stop":1706102626843,"duration":0}},{"uid":"69f597011c806815","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/69f597011c806815","status":"passed","time":{"start":1706102491805,"stop":1706102491805,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"39ea55602a155d68","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/39ea55602a155d68","status":"passed","time":{"start":1706528735132,"stop":1706528735132,"duration":0}},{"uid":"69ae30d84480bedd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/69ae30d84480bedd","status":"passed","time":{"start":1706527704556,"stop":1706527704557,"duration":1}},{"uid":"e69cc56f293523af","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e69cc56f293523af","status":"passed","time":{"start":1706526720934,"stop":1706526720934,"duration":0}},{"uid":"2ec877fcd6957448","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2ec877fcd6957448","status":"passed","time":{"start":1706526416653,"stop":1706526416654,"duration":1}},{"uid":"52005fc6ae7de8b9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/52005fc6ae7de8b9","status":"passed","time":{"start":1706526321790,"stop":1706526321791,"duration":1}},{"uid":"6fbdc56f9d41d7f0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6fbdc56f9d41d7f0","status":"passed","time":{"start":1706525751932,"stop":1706525751932,"duration":0}},{"uid":"6f5d3b36b6138cb2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6f5d3b36b6138cb2","status":"passed","time":{"start":1706525218954,"stop":1706525218954,"duration":0}},{"uid":"c7c97dc3a929d8b0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c7c97dc3a929d8b0","status":"passed","time":{"start":1706524780141,"stop":1706524780142,"duration":1}},{"uid":"d3712fd0c39de81f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d3712fd0c39de81f","status":"passed","time":{"start":1706467474000,"stop":1706467474000,"duration":0}},{"uid":"94d2e4f10a6fa02f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/94d2e4f10a6fa02f","status":"passed","time":{"start":1706322826368,"stop":1706322826369,"duration":1}},{"uid":"29bd738476b1783c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/29bd738476b1783c","status":"passed","time":{"start":1706321139954,"stop":1706321139954,"duration":0}},{"uid":"fc8cfeb501e99ae9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/fc8cfeb501e99ae9","status":"passed","time":{"start":1706244655882,"stop":1706244655883,"duration":1}},{"uid":"498c46f63519e840","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/498c46f63519e840","status":"passed","time":{"start":1706242224328,"stop":1706242224329,"duration":1}},{"uid":"b73712ace02627a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b73712ace02627a","status":"passed","time":{"start":1706114912528,"stop":1706114912528,"duration":0}},{"uid":"858eac3be644ae2a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/858eac3be644ae2a","status":"passed","time":{"start":1706114083269,"stop":1706114083269,"duration":0}},{"uid":"96f07644932084bd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/96f07644932084bd","status":"passed","time":{"start":1706111557899,"stop":1706111557900,"duration":1}},{"uid":"4f3e22ede6acd8f4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4f3e22ede6acd8f4","status":"passed","time":{"start":1706111247541,"stop":1706111247542,"duration":1}},{"uid":"89128dfa65644ec5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/89128dfa65644ec5","status":"passed","time":{"start":1706109149773,"stop":1706109149774,"duration":1}},{"uid":"da2cf18ddc1f6fa8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/da2cf18ddc1f6fa8","status":"passed","time":{"start":1706102968131,"stop":1706102968131,"duration":0}},{"uid":"9fdab18df46c2fe8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9fdab18df46c2fe8","status":"passed","time":{"start":1706102707872,"stop":1706102707873,"duration":1}}]},"7f7ae873df13d6c4a8cc1f57f786c9f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa5d89759f946f68","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/aa5d89759f946f68","status":"passed","time":{"start":1705527069400,"stop":1705527069400,"duration":0}}]},"206471c150e626132e4106aa23c80591:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ada7e67ff295dd3","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/8ada7e67ff295dd3","status":"passed","time":{"start":1705526869426,"stop":1705526869427,"duration":1}}]},"de57c8200835c296acee778ba0ffc6a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"7d858b2c16febbc1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/7d858b2c16febbc1","status":"passed","time":{"start":1706100979751,"stop":1706100979751,"duration":0}},{"uid":"a67b67e49550523e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a67b67e49550523e","status":"passed","time":{"start":1706100012413,"stop":1706100012416,"duration":3}},{"uid":"e5f5c2a914426c8f","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e5f5c2a914426c8f","status":"passed","time":{"start":1706077739077,"stop":1706077739078,"duration":1}},{"uid":"f55c88d71c970fc3","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f55c88d71c970fc3","status":"passed","time":{"start":1706069827464,"stop":1706069827464,"duration":0}},{"uid":"1e55b93a1b747cc8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/1e55b93a1b747cc8","status":"passed","time":{"start":1705950521661,"stop":1705950521662,"duration":1}},{"uid":"36247341a00a594f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/36247341a00a594f","status":"passed","time":{"start":1705938343368,"stop":1705938343368,"duration":0}},{"uid":"43886fe49fe9c6c6","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/43886fe49fe9c6c6","status":"passed","time":{"start":1705913488217,"stop":1705913488217,"duration":0}},{"uid":"2699ed72a95ce61d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2699ed72a95ce61d","status":"passed","time":{"start":1705913034268,"stop":1705913034269,"duration":1}},{"uid":"ab22ed719fcf2d52","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/ab22ed719fcf2d52","status":"passed","time":{"start":1705912407133,"stop":1705912407133,"duration":0}},{"uid":"7ac17ce43544e2a1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7ac17ce43544e2a1","status":"passed","time":{"start":1705911588790,"stop":1705911588790,"duration":0}},{"uid":"ebd935c025aaee6a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/ebd935c025aaee6a","status":"passed","time":{"start":1705698799105,"stop":1705698799105,"duration":0}},{"uid":"506164bfdc1576e7","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/506164bfdc1576e7","status":"passed","time":{"start":1705687522363,"stop":1705687522363,"duration":0}},{"uid":"2ff311d8a1c97bc0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/2ff311d8a1c97bc0","status":"passed","time":{"start":1705687430729,"stop":1705687430729,"duration":0}},{"uid":"820bb3254e766590","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/820bb3254e766590","status":"passed","time":{"start":1705678121465,"stop":1705678121465,"duration":0}},{"uid":"5086c8d1fd0017d0","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/5086c8d1fd0017d0","status":"passed","time":{"start":1705678046307,"stop":1705678046308,"duration":1}},{"uid":"397bf2083c3f271e","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/397bf2083c3f271e","status":"passed","time":{"start":1705677908047,"stop":1705677908047,"duration":0}},{"uid":"c7189d722e6fdeab","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/c7189d722e6fdeab","status":"passed","time":{"start":1705677463213,"stop":1705677463214,"duration":1}},{"uid":"48adcdf4ee064afe","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/48adcdf4ee064afe","status":"passed","time":{"start":1705676052694,"stop":1705676052695,"duration":1}},{"uid":"e1872bc1a261df1c","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/e1872bc1a261df1c","status":"passed","time":{"start":1705675474636,"stop":1705675474636,"duration":0}},{"uid":"6708ed531f36fd9b","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/6708ed531f36fd9b","status":"passed","time":{"start":1705670338388,"stop":1705670338388,"duration":0}}]},"c17237db81e6862aac4968c9bf6e4acf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a14815c2319094ba","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/a14815c2319094ba","status":"passed","time":{"start":1705664750935,"stop":1705664750935,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"614d0dc5b92138b1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/614d0dc5b92138b1","status":"passed","time":{"start":1706529218522,"stop":1706529218523,"duration":1}},{"uid":"856d1e3d06e462c2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/856d1e3d06e462c2","status":"passed","time":{"start":1706528190573,"stop":1706528190574,"duration":1}},{"uid":"234c9f456c4353ee","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/234c9f456c4353ee","status":"passed","time":{"start":1706527166755,"stop":1706527166756,"duration":1}},{"uid":"d8b786f3bd8b21c1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d8b786f3bd8b21c1","status":"passed","time":{"start":1706526866897,"stop":1706526866898,"duration":1}},{"uid":"9661cceaa9a99c61","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9661cceaa9a99c61","status":"passed","time":{"start":1706526763569,"stop":1706526763569,"duration":0}},{"uid":"202cbe713c7e0a1b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/202cbe713c7e0a1b","status":"passed","time":{"start":1706526185682,"stop":1706526185684,"duration":2}},{"uid":"d9aab8a2a7640556","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d9aab8a2a7640556","status":"passed","time":{"start":1706525658980,"stop":1706525658980,"duration":0}},{"uid":"490a4a2bfa19fb4e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/490a4a2bfa19fb4e","status":"passed","time":{"start":1706525242376,"stop":1706525242376,"duration":0}},{"uid":"9bd5e34b7c5d5450","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9bd5e34b7c5d5450","status":"passed","time":{"start":1706467906885,"stop":1706467906885,"duration":0}},{"uid":"4413d9f81c678c5a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4413d9f81c678c5a","status":"passed","time":{"start":1706323273266,"stop":1706323273270,"duration":4}},{"uid":"265a7a9eaf59f2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/265a7a9eaf59f2","status":"passed","time":{"start":1706321575880,"stop":1706321575884,"duration":4}},{"uid":"20853c4104fa8508","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/20853c4104fa8508","status":"passed","time":{"start":1706115384052,"stop":1706115384052,"duration":0}},{"uid":"91d929b0069504ab","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/91d929b0069504ab","status":"passed","time":{"start":1706114521928,"stop":1706114521930,"duration":2}},{"uid":"a215d304ffee5495","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a215d304ffee5495","status":"passed","time":{"start":1706112015261,"stop":1706112015261,"duration":0}},{"uid":"2d2140bf5bf69bcd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2d2140bf5bf69bcd","status":"passed","time":{"start":1706111693405,"stop":1706111693405,"duration":0}},{"uid":"7f2122fee0687d04","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7f2122fee0687d04","status":"passed","time":{"start":1706109609742,"stop":1706109609742,"duration":0}},{"uid":"bbc2d744dea4d54e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bbc2d744dea4d54e","status":"passed","time":{"start":1706103393433,"stop":1706103393433,"duration":0}},{"uid":"cf770f4f6e90981f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cf770f4f6e90981f","status":"passed","time":{"start":1706103153313,"stop":1706103153317,"duration":4}},{"uid":"ba6cde14d188df01","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ba6cde14d188df01","status":"passed","time":{"start":1706102507003,"stop":1706102507007,"duration":4}},{"uid":"668f24e2707b43c4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/668f24e2707b43c4","status":"passed","time":{"start":1706102385186,"stop":1706102385186,"duration":0}}]},"b4fa8f763e0f1921056a5adea7890f23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":36,"unknown":0,"total":37},"items":[{"uid":"4b1b4073931a13b8","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/4b1b4073931a13b8","status":"passed","time":{"start":1705520778367,"stop":1705520778368,"duration":1}},{"uid":"b360dfa4e660c377","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b360dfa4e660c377","status":"passed","time":{"start":1705518147352,"stop":1705518147352,"duration":0}},{"uid":"8b14289afb3273b9","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/8b14289afb3273b9","status":"passed","time":{"start":1705518043736,"stop":1705518043737,"duration":1}},{"uid":"291566a42c7c6fd2","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/291566a42c7c6fd2","status":"passed","time":{"start":1705517918815,"stop":1705517918815,"duration":0}},{"uid":"4a858d7a1de3cb73","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/4a858d7a1de3cb73","status":"passed","time":{"start":1705508582712,"stop":1705508582712,"duration":0}},{"uid":"be4ce725a0fad71b","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/be4ce725a0fad71b","status":"passed","time":{"start":1705506415882,"stop":1705506415882,"duration":0}},{"uid":"d5b173960bfa46b3","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/d5b173960bfa46b3","status":"passed","time":{"start":1705502881059,"stop":1705502881059,"duration":0}},{"uid":"474b0691af163a69","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/474b0691af163a69","status":"passed","time":{"start":1705502413587,"stop":1705502413587,"duration":0}},{"uid":"daacc4363732b8fc","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/daacc4363732b8fc","status":"passed","time":{"start":1705494819399,"stop":1705494819399,"duration":0}},{"uid":"324c381c92689f7f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/324c381c92689f7f","status":"passed","time":{"start":1705494869805,"stop":1705494869807,"duration":2}},{"uid":"36f47c2d9e1f87d3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/36f47c2d9e1f87d3","status":"passed","time":{"start":1705493391732,"stop":1705493391732,"duration":0}},{"uid":"f27f6521aa1bec48","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/f27f6521aa1bec48","status":"passed","time":{"start":1705493359336,"stop":1705493359337,"duration":1}},{"uid":"a26575ca062326b8","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/a26575ca062326b8","status":"passed","time":{"start":1705485182398,"stop":1705485182399,"duration":1}},{"uid":"2e8b83fffb91c5a0","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/2e8b83fffb91c5a0","status":"passed","time":{"start":1705485040843,"stop":1705485040844,"duration":1}},{"uid":"cc77d62440155e1d","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/cc77d62440155e1d","status":"passed","time":{"start":1705484295612,"stop":1705484295612,"duration":0}},{"uid":"8c90025e9bf542df","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/8c90025e9bf542df","status":"passed","time":{"start":1705469807046,"stop":1705469807047,"duration":1}},{"uid":"c4e739d9ffbe7454","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/c4e739d9ffbe7454","status":"passed","time":{"start":1705466873105,"stop":1705466873105,"duration":0}},{"uid":"a96fc9bda9e07a25","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/a96fc9bda9e07a25","status":"passed","time":{"start":1705435339058,"stop":1705435339058,"duration":0}},{"uid":"73109b7fda67f03f","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/73109b7fda67f03f","status":"passed","time":{"start":1705434801919,"stop":1705434801919,"duration":0}},{"uid":"ec2e78bd3d3bf9ef","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/ec2e78bd3d3bf9ef","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433440781,"stop":1705433440781,"duration":0}}]},"f06aeee0295103f46ca79f4d32fb6657:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4bce96a748d15d0","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/b4bce96a748d15d0","status":"passed","time":{"start":1705665460139,"stop":1705665460139,"duration":0}}]},"41be301095912fcd6f33b7fc5047c1db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b947d8f92dc801e6","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/b947d8f92dc801e6","status":"passed","time":{"start":1705526887821,"stop":1705526887821,"duration":0}}]},"5b568dbbd151315be1e97c960141defc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76ad80859702aa7","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/76ad80859702aa7","status":"passed","time":{"start":1706101419608,"stop":1706101419608,"duration":0}}]},"33e0178f3d6f276b0f78425247679f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5731406e97e4837","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/d5731406e97e4837","status":"passed","time":{"start":1705521745082,"stop":1705521745083,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"9281bc9d14d4792d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9281bc9d14d4792d","status":"passed","time":{"start":1706529332318,"stop":1706529332319,"duration":1}},{"uid":"2a33e0b4a47dfa61","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2a33e0b4a47dfa61","status":"passed","time":{"start":1706528291482,"stop":1706528291482,"duration":0}},{"uid":"4ce565f510e52c2e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4ce565f510e52c2e","status":"passed","time":{"start":1706527236976,"stop":1706527236976,"duration":0}},{"uid":"21c8fd496d3a10f3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/21c8fd496d3a10f3","status":"passed","time":{"start":1706526962709,"stop":1706526962709,"duration":0}},{"uid":"57ca1770229220b1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/57ca1770229220b1","status":"passed","time":{"start":1706526865903,"stop":1706526865903,"duration":0}},{"uid":"5fb7a07e34f1770c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5fb7a07e34f1770c","status":"passed","time":{"start":1706526300420,"stop":1706526300420,"duration":0}},{"uid":"d2db79f9e0f47054","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d2db79f9e0f47054","status":"passed","time":{"start":1706525759139,"stop":1706525759139,"duration":0}},{"uid":"77df58ced8394ab6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/77df58ced8394ab6","status":"passed","time":{"start":1706525355450,"stop":1706525355451,"duration":1}},{"uid":"9187045ab454ed56","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9187045ab454ed56","status":"passed","time":{"start":1706323387507,"stop":1706323387508,"duration":1}},{"uid":"d7b811a090e7c526","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d7b811a090e7c526","status":"passed","time":{"start":1706321612878,"stop":1706321612879,"duration":1}},{"uid":"2619b14d553cd96e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2619b14d553cd96e","status":"passed","time":{"start":1706115462416,"stop":1706115462416,"duration":0}},{"uid":"95428cb5a2c5423f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/95428cb5a2c5423f","status":"passed","time":{"start":1706114612181,"stop":1706114612182,"duration":1}},{"uid":"5a6d734e53ee01ec","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5a6d734e53ee01ec","status":"passed","time":{"start":1706112092794,"stop":1706112092794,"duration":0}},{"uid":"d6628496a7bfae00","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d6628496a7bfae00","status":"passed","time":{"start":1706111796129,"stop":1706111796129,"duration":0}},{"uid":"a57f14e4cdccc27c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a57f14e4cdccc27c","status":"passed","time":{"start":1706109710122,"stop":1706109710123,"duration":1}},{"uid":"5fbfe48167b89f18","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5fbfe48167b89f18","status":"passed","time":{"start":1706103427351,"stop":1706103427351,"duration":0}},{"uid":"3e3d54e640d370ac","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3e3d54e640d370ac","status":"passed","time":{"start":1706103228585,"stop":1706103228585,"duration":0}},{"uid":"c0cdb4156c8230f4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c0cdb4156c8230f4","status":"passed","time":{"start":1706102603450,"stop":1706102603450,"duration":0}},{"uid":"24dada787150e4ee","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/24dada787150e4ee","status":"passed","time":{"start":1706102474585,"stop":1706102474585,"duration":0}},{"uid":"b5b00bc69b74d64b","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/b5b00bc69b74d64b","status":"passed","time":{"start":1706102289125,"stop":1706102289126,"duration":1}}]},"08c92d860f6db31d83c24055bbe96b4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ddd1ec876a151e","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/34ddd1ec876a151e","status":"passed","time":{"start":1705424614758,"stop":1705424614758,"duration":0}}]},"a1a436be6d474d3f91319b989ff8c566:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b382597c2db7ff38","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/b382597c2db7ff38","status":"passed","time":{"start":1705521870399,"stop":1705521870399,"duration":0}}]},"79f283fbde3a9a9b40948b8626b603b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc8567e30f5562d7","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/fc8567e30f5562d7","status":"passed","time":{"start":1705521751439,"stop":1705521751439,"duration":0}}]},"1efffffb8c67847051f557891cff8c13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43920b6517f334b2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/43920b6517f334b2","status":"passed","time":{"start":1706467678798,"stop":1706467678798,"duration":0}}]},"a833c8392f20dcf92342693bdd8adb73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"336fa7d6881b1379","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/336fa7d6881b1379","status":"passed","time":{"start":1706100942622,"stop":1706100942622,"duration":0}},{"uid":"b7da286998a1eb4a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b7da286998a1eb4a","status":"passed","time":{"start":1706099973768,"stop":1706099973769,"duration":1}},{"uid":"5247294b3b743025","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5247294b3b743025","status":"passed","time":{"start":1706077701790,"stop":1706077701790,"duration":0}},{"uid":"132b1e8f754eddd3","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/132b1e8f754eddd3","status":"passed","time":{"start":1706069790738,"stop":1706069790739,"duration":1}},{"uid":"eecb8d816c56ddf4","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/eecb8d816c56ddf4","status":"passed","time":{"start":1705950495056,"stop":1705950495057,"duration":1}},{"uid":"b3fa6f59bdbca9a3","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b3fa6f59bdbca9a3","status":"passed","time":{"start":1705938302723,"stop":1705938302729,"duration":6}},{"uid":"7c911341caf3df4e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/7c911341caf3df4e","status":"passed","time":{"start":1705913446714,"stop":1705913446714,"duration":0}},{"uid":"58b296a253d0cf66","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/58b296a253d0cf66","status":"passed","time":{"start":1705912988153,"stop":1705912988154,"duration":1}},{"uid":"dd095550a31c5800","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/dd095550a31c5800","status":"passed","time":{"start":1705912372228,"stop":1705912372229,"duration":1}},{"uid":"e18b210f3d23d9d1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e18b210f3d23d9d1","status":"passed","time":{"start":1705911551488,"stop":1705911551488,"duration":0}},{"uid":"860a26991b97b841","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/860a26991b97b841","status":"passed","time":{"start":1705698757772,"stop":1705698757773,"duration":1}},{"uid":"3509b8fc43a2c0c8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3509b8fc43a2c0c8","status":"passed","time":{"start":1705687467732,"stop":1705687467732,"duration":0}},{"uid":"c6f54c001a609342","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c6f54c001a609342","status":"passed","time":{"start":1705687390804,"stop":1705687390805,"duration":1}},{"uid":"6fbe162e21ee2bd1","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/6fbe162e21ee2bd1","status":"passed","time":{"start":1705678077462,"stop":1705678077462,"duration":0}},{"uid":"66da286cf2a430e5","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/66da286cf2a430e5","status":"passed","time":{"start":1705678007050,"stop":1705678007050,"duration":0}},{"uid":"906b80025b113ad2","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/906b80025b113ad2","status":"passed","time":{"start":1705677873543,"stop":1705677873543,"duration":0}},{"uid":"6f1c0c8b1ab564bc","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/6f1c0c8b1ab564bc","status":"passed","time":{"start":1705677414852,"stop":1705677414852,"duration":0}},{"uid":"a4c77ef3192097af","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/a4c77ef3192097af","status":"passed","time":{"start":1705676004258,"stop":1705676004258,"duration":0}},{"uid":"e1ceae8bb7c7b8db","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/e1ceae8bb7c7b8db","status":"passed","time":{"start":1705675426987,"stop":1705675426987,"duration":0}},{"uid":"dc07808a7c59b348","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/dc07808a7c59b348","status":"passed","time":{"start":1705670299886,"stop":1705670299886,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"63dc16f1587ac716","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63dc16f1587ac716","status":"passed","time":{"start":1706529410670,"stop":1706529410670,"duration":0}},{"uid":"e18a2794032b5639","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e18a2794032b5639","status":"passed","time":{"start":1706528377616,"stop":1706528377616,"duration":0}},{"uid":"bec53e8efd8cf200","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bec53e8efd8cf200","status":"passed","time":{"start":1706527306307,"stop":1706527306307,"duration":0}},{"uid":"1b32fe7fa3224912","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1b32fe7fa3224912","status":"passed","time":{"start":1706527046993,"stop":1706527046993,"duration":0}},{"uid":"49145089838c21b9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/49145089838c21b9","status":"passed","time":{"start":1706526952001,"stop":1706526952001,"duration":0}},{"uid":"62a288f895b5ee62","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/62a288f895b5ee62","status":"passed","time":{"start":1706526389840,"stop":1706526389840,"duration":0}},{"uid":"affe5f1cc3c975c5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/affe5f1cc3c975c5","status":"passed","time":{"start":1706525847950,"stop":1706525847951,"duration":1}},{"uid":"8e85d7abb7326df4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8e85d7abb7326df4","status":"passed","time":{"start":1706525437955,"stop":1706525437956,"duration":1}},{"uid":"3e5eb0889368b651","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3e5eb0889368b651","status":"passed","time":{"start":1706468095744,"stop":1706468095744,"duration":0}},{"uid":"51863ac1a3b886f3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/51863ac1a3b886f3","status":"passed","time":{"start":1706323461755,"stop":1706323461755,"duration":0}},{"uid":"c7d9ad4ff229f7f9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c7d9ad4ff229f7f9","status":"passed","time":{"start":1706321743323,"stop":1706321743323,"duration":0}},{"uid":"4c992e2dd096aef1","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4c992e2dd096aef1","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010805,"stop":1706245010806,"duration":1}},{"uid":"8078b4d989f969da","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8078b4d989f969da","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544460,"stop":1706242544462,"duration":2}},{"uid":"ed96f6a052520211","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ed96f6a052520211","status":"passed","time":{"start":1706115531607,"stop":1706115531607,"duration":0}},{"uid":"d0cafef59f308853","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d0cafef59f308853","status":"passed","time":{"start":1706114715198,"stop":1706114715198,"duration":0}},{"uid":"1680b5c64610561a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1680b5c64610561a","status":"passed","time":{"start":1706112185141,"stop":1706112185142,"duration":1}},{"uid":"a324db3a8f1a422b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a324db3a8f1a422b","status":"passed","time":{"start":1706111901263,"stop":1706111901263,"duration":0}},{"uid":"c456f692907eba1a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c456f692907eba1a","status":"passed","time":{"start":1706109791591,"stop":1706109791591,"duration":0}},{"uid":"d2e2796078e95399","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d2e2796078e95399","status":"passed","time":{"start":1706103523184,"stop":1706103523185,"duration":1}},{"uid":"964d7f5de7b63fe1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/964d7f5de7b63fe1","status":"passed","time":{"start":1706103343826,"stop":1706103343827,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"da46e6d8642fe751","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/da46e6d8642fe751","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"duration":0}},{"uid":"63d4f2018bf874ae","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/63d4f2018bf874ae","status":"passed","time":{"start":1706528357106,"stop":1706528357107,"duration":1}},{"uid":"ec8ea5eac4dba311","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ec8ea5eac4dba311","status":"passed","time":{"start":1706527326695,"stop":1706527326695,"duration":0}},{"uid":"c8e10b5be0034aa5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c8e10b5be0034aa5","status":"passed","time":{"start":1706527049798,"stop":1706527049799,"duration":1}},{"uid":"dd6ec2e00b78e105","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/dd6ec2e00b78e105","status":"passed","time":{"start":1706526961445,"stop":1706526961446,"duration":1}},{"uid":"f03dfd694e353f8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f03dfd694e353f8","status":"passed","time":{"start":1706526404284,"stop":1706526404284,"duration":0}},{"uid":"bffa3ad3aee01aae","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bffa3ad3aee01aae","status":"passed","time":{"start":1706525849959,"stop":1706525849959,"duration":0}},{"uid":"375bf67dda758cf5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/375bf67dda758cf5","status":"passed","time":{"start":1706525432950,"stop":1706525432950,"duration":0}},{"uid":"a8c59bc5ab0d407e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a8c59bc5ab0d407e","status":"passed","time":{"start":1706468114351,"stop":1706468114352,"duration":1}},{"uid":"6f8b8439a7586ff6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6f8b8439a7586ff6","status":"passed","time":{"start":1706323469652,"stop":1706323469653,"duration":1}},{"uid":"6bee16ea93cf7d22","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6bee16ea93cf7d22","status":"passed","time":{"start":1706321771794,"stop":1706321771794,"duration":0}},{"uid":"26d24d24af7dea8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/26d24d24af7dea8","status":"passed","time":{"start":1706115542398,"stop":1706115542399,"duration":1}},{"uid":"32b9c91740b3d94a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/32b9c91740b3d94a","status":"passed","time":{"start":1706114725921,"stop":1706114725922,"duration":1}},{"uid":"6d0a0114d72f2be3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6d0a0114d72f2be3","status":"passed","time":{"start":1706112199268,"stop":1706112199269,"duration":1}},{"uid":"1af8e27392d8723","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1af8e27392d8723","status":"passed","time":{"start":1706111893740,"stop":1706111893740,"duration":0}},{"uid":"ec6e505ad2cc388d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ec6e505ad2cc388d","status":"passed","time":{"start":1706109796555,"stop":1706109796555,"duration":0}},{"uid":"495189728523fb44","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/495189728523fb44","status":"passed","time":{"start":1706103557156,"stop":1706103557156,"duration":0}},{"uid":"a5718470beb33a4e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a5718470beb33a4e","status":"passed","time":{"start":1706103365807,"stop":1706103365808,"duration":1}},{"uid":"8eb927591bb69c5a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8eb927591bb69c5a","status":"passed","time":{"start":1706102701053,"stop":1706102701053,"duration":0}},{"uid":"6a715aab93619f9f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6a715aab93619f9f","status":"passed","time":{"start":1706102579561,"stop":1706102579561,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"9d17a12ee3481135","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9d17a12ee3481135","status":"passed","time":{"start":1706529232503,"stop":1706529232504,"duration":1}},{"uid":"61ffafb71b32d923","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/61ffafb71b32d923","status":"passed","time":{"start":1706528204724,"stop":1706528204724,"duration":0}},{"uid":"e6342015ca54f644","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e6342015ca54f644","status":"passed","time":{"start":1706527099427,"stop":1706527099427,"duration":0}},{"uid":"b84db3b2871c4ab3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b84db3b2871c4ab3","status":"passed","time":{"start":1706526797235,"stop":1706526797236,"duration":1}},{"uid":"e40ec0b6b1b69447","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e40ec0b6b1b69447","status":"passed","time":{"start":1706526702309,"stop":1706526702309,"duration":0}},{"uid":"a37a538a760fe732","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a37a538a760fe732","status":"passed","time":{"start":1706526144649,"stop":1706526144650,"duration":1}},{"uid":"fb32771b2f10a169","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fb32771b2f10a169","status":"passed","time":{"start":1706525605500,"stop":1706525605500,"duration":0}},{"uid":"bc54dade85f36eae","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bc54dade85f36eae","status":"passed","time":{"start":1706525237526,"stop":1706525237526,"duration":0}},{"uid":"3770bbd073fe496a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3770bbd073fe496a","status":"passed","time":{"start":1706467847963,"stop":1706467847963,"duration":0}},{"uid":"b1c481a4e60b19c5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b1c481a4e60b19c5","status":"passed","time":{"start":1706323224600,"stop":1706323224600,"duration":0}},{"uid":"3aeb27470ff8ffab","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3aeb27470ff8ffab","status":"passed","time":{"start":1706321490527,"stop":1706321490527,"duration":0}},{"uid":"7977affc49385cb1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7977affc49385cb1","status":"passed","time":{"start":1706115297922,"stop":1706115297922,"duration":0}},{"uid":"a9662478f8f6cf94","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a9662478f8f6cf94","status":"passed","time":{"start":1706114468918,"stop":1706114468918,"duration":0}},{"uid":"30d793309dcb6e18","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/30d793309dcb6e18","status":"passed","time":{"start":1706111928728,"stop":1706111928728,"duration":0}},{"uid":"5b575b0ba0a836f2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5b575b0ba0a836f2","status":"passed","time":{"start":1706111629336,"stop":1706111629336,"duration":0}},{"uid":"a231a330189ae115","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a231a330189ae115","status":"passed","time":{"start":1706109548373,"stop":1706109548376,"duration":3}},{"uid":"4a15e83e2c1e860b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4a15e83e2c1e860b","status":"passed","time":{"start":1706103319937,"stop":1706103319938,"duration":1}},{"uid":"c3ef9965a5bfbee7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c3ef9965a5bfbee7","status":"passed","time":{"start":1706103066466,"stop":1706103066466,"duration":0}},{"uid":"91dde80e128ceea7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/91dde80e128ceea7","status":"passed","time":{"start":1706102448475,"stop":1706102448475,"duration":0}},{"uid":"215e595ff90a8069","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/215e595ff90a8069","status":"passed","time":{"start":1706102342950,"stop":1706102342951,"duration":1}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"3c72c5b4d991b5d8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c72c5b4d991b5d8","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"duration":0}},{"uid":"3236d689ec599a95","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3236d689ec599a95","status":"passed","time":{"start":1706528357109,"stop":1706528357110,"duration":1}},{"uid":"8ba0641c3d2a5154","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8ba0641c3d2a5154","status":"passed","time":{"start":1706527326697,"stop":1706527326698,"duration":1}},{"uid":"e84975d4f77a80e6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e84975d4f77a80e6","status":"passed","time":{"start":1706527049800,"stop":1706527049800,"duration":0}},{"uid":"a2c00ed2f4b7c0f8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a2c00ed2f4b7c0f8","status":"passed","time":{"start":1706526961448,"stop":1706526961448,"duration":0}},{"uid":"febbdbc241c3d81b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/febbdbc241c3d81b","status":"passed","time":{"start":1706526404286,"stop":1706526404287,"duration":1}},{"uid":"d95209c351a94678","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d95209c351a94678","status":"passed","time":{"start":1706525849962,"stop":1706525849962,"duration":0}},{"uid":"952c7139f07f64d7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/952c7139f07f64d7","status":"passed","time":{"start":1706525432953,"stop":1706525432954,"duration":1}},{"uid":"1e25487370bf0464","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1e25487370bf0464","status":"passed","time":{"start":1706468114354,"stop":1706468114354,"duration":0}},{"uid":"d23c4ef73b8c5d3e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d23c4ef73b8c5d3e","status":"passed","time":{"start":1706323469655,"stop":1706323469655,"duration":0}},{"uid":"2e11381092475a80","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2e11381092475a80","status":"passed","time":{"start":1706321771796,"stop":1706321771797,"duration":1}},{"uid":"7c4ed372cf4da32","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7c4ed372cf4da32","status":"passed","time":{"start":1706115542401,"stop":1706115542401,"duration":0}},{"uid":"9d19e7ddf13981dc","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9d19e7ddf13981dc","status":"passed","time":{"start":1706114725924,"stop":1706114725924,"duration":0}},{"uid":"303255e1fcc8729b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/303255e1fcc8729b","status":"passed","time":{"start":1706112199270,"stop":1706112199271,"duration":1}},{"uid":"f1e4e9648af924dd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f1e4e9648af924dd","status":"passed","time":{"start":1706111893742,"stop":1706111893742,"duration":0}},{"uid":"58cc19a609023e8d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/58cc19a609023e8d","status":"passed","time":{"start":1706109796557,"stop":1706109796557,"duration":0}},{"uid":"b28e76e222ed60b7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b28e76e222ed60b7","status":"passed","time":{"start":1706103557158,"stop":1706103557158,"duration":0}},{"uid":"3869749c911faf0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3869749c911faf0","status":"passed","time":{"start":1706103365810,"stop":1706103365810,"duration":0}},{"uid":"af1e134464664d32","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/af1e134464664d32","status":"passed","time":{"start":1706102701056,"stop":1706102701056,"duration":0}},{"uid":"64ce963ecb006e33","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/64ce963ecb006e33","status":"passed","time":{"start":1706102579563,"stop":1706102579563,"duration":0}}]},"91ee8638911ff5bcfd615117da6bc97e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a10fbfd9d1e8b5","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/8a10fbfd9d1e8b5","status":"passed","time":{"start":1706102125787,"stop":1706102125787,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"ce4ef500b7291346","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ce4ef500b7291346","status":"passed","time":{"start":1706529218530,"stop":1706529218531,"duration":1}},{"uid":"7fa40df5220450e6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7fa40df5220450e6","status":"passed","time":{"start":1706528190586,"stop":1706528190587,"duration":1}},{"uid":"4462910c20a2e04b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4462910c20a2e04b","status":"passed","time":{"start":1706527166766,"stop":1706527166767,"duration":1}},{"uid":"efdd67c0b0614ac4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/efdd67c0b0614ac4","status":"passed","time":{"start":1706526866902,"stop":1706526866903,"duration":1}},{"uid":"3e3cc4d6a99ce6b2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3e3cc4d6a99ce6b2","status":"passed","time":{"start":1706526763573,"stop":1706526763573,"duration":0}},{"uid":"ea69d292402215a2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ea69d292402215a2","status":"passed","time":{"start":1706526185695,"stop":1706526185695,"duration":0}},{"uid":"ed085af34a307dde","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ed085af34a307dde","status":"passed","time":{"start":1706525658992,"stop":1706525659006,"duration":14}},{"uid":"7fdfa3118a4488ed","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7fdfa3118a4488ed","status":"passed","time":{"start":1706525242379,"stop":1706525242380,"duration":1}},{"uid":"332a00e1dbbe4a08","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/332a00e1dbbe4a08","status":"passed","time":{"start":1706467906889,"stop":1706467906890,"duration":1}},{"uid":"e3ec313565b7136f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e3ec313565b7136f","status":"passed","time":{"start":1706323273285,"stop":1706323273286,"duration":1}},{"uid":"e5d117f6db9cbc32","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e5d117f6db9cbc32","status":"passed","time":{"start":1706321575889,"stop":1706321575889,"duration":0}},{"uid":"95cf14595dae6491","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/95cf14595dae6491","status":"passed","time":{"start":1706115384057,"stop":1706115384058,"duration":1}},{"uid":"6db315d20bf9524d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6db315d20bf9524d","status":"passed","time":{"start":1706114521952,"stop":1706114521952,"duration":0}},{"uid":"4d99a8cff66a1986","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4d99a8cff66a1986","status":"passed","time":{"start":1706112015265,"stop":1706112015265,"duration":0}},{"uid":"562bbee200b75c9e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/562bbee200b75c9e","status":"passed","time":{"start":1706111693408,"stop":1706111693408,"duration":0}},{"uid":"e01e4c38cc9e4f27","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e01e4c38cc9e4f27","status":"passed","time":{"start":1706109609745,"stop":1706109609746,"duration":1}},{"uid":"9ab0a6fb74d3e332","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9ab0a6fb74d3e332","status":"passed","time":{"start":1706103393436,"stop":1706103393436,"duration":0}},{"uid":"53aee18beba99d78","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/53aee18beba99d78","status":"passed","time":{"start":1706103153320,"stop":1706103153320,"duration":0}},{"uid":"546099a66c0946db","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/546099a66c0946db","status":"passed","time":{"start":1706102507030,"stop":1706102507030,"duration":0}},{"uid":"d67e2bd19d047dd5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d67e2bd19d047dd5","status":"passed","time":{"start":1706102385193,"stop":1706102385194,"duration":1}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"27b5a25f1489463a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/27b5a25f1489463a","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"duration":0}},{"uid":"f1a1d1d0e7e2d83b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f1a1d1d0e7e2d83b","status":"passed","time":{"start":1706528290495,"stop":1706528290496,"duration":1}},{"uid":"62b0f09e21092c8c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/62b0f09e21092c8c","status":"passed","time":{"start":1706527264377,"stop":1706527264386,"duration":9}},{"uid":"198a751c2c85cce4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/198a751c2c85cce4","status":"passed","time":{"start":1706526976788,"stop":1706526976788,"duration":0}},{"uid":"fe6f800d0ea2a430","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fe6f800d0ea2a430","status":"passed","time":{"start":1706526885817,"stop":1706526885817,"duration":0}},{"uid":"83f5642eec5895f0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/83f5642eec5895f0","status":"passed","time":{"start":1706526330115,"stop":1706526330116,"duration":1}},{"uid":"41c9d6e8518ed76a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/41c9d6e8518ed76a","status":"passed","time":{"start":1706525780742,"stop":1706525780743,"duration":1}},{"uid":"98934a4c3d1c2e74","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/98934a4c3d1c2e74","status":"passed","time":{"start":1706525359514,"stop":1706525359514,"duration":0}},{"uid":"3e93b39defc934a7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3e93b39defc934a7","status":"passed","time":{"start":1706468042654,"stop":1706468042654,"duration":0}},{"uid":"1115468189dab1b5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1115468189dab1b5","status":"passed","time":{"start":1706323386950,"stop":1706323386952,"duration":2}},{"uid":"4c70228920188430","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4c70228920188430","status":"passed","time":{"start":1706321713113,"stop":1706321713113,"duration":0}},{"uid":"bf2d99e1621e68b1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bf2d99e1621e68b1","status":"passed","time":{"start":1706115482636,"stop":1706115482637,"duration":1}},{"uid":"f980c89409efba17","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f980c89409efba17","status":"passed","time":{"start":1706114635452,"stop":1706114635452,"duration":0}},{"uid":"f4edc9b89273743a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f4edc9b89273743a","status":"passed","time":{"start":1706112127578,"stop":1706112127579,"duration":1}},{"uid":"d624a22d518b6472","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d624a22d518b6472","status":"passed","time":{"start":1706111809293,"stop":1706111809293,"duration":0}},{"uid":"3256645e3209350c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3256645e3209350c","status":"passed","time":{"start":1706109719550,"stop":1706109719550,"duration":0}},{"uid":"d8f66eaab15c3317","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d8f66eaab15c3317","status":"passed","time":{"start":1706103518444,"stop":1706103518444,"duration":0}},{"uid":"29888f487cc3d4b3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/29888f487cc3d4b3","status":"passed","time":{"start":1706103305184,"stop":1706103305185,"duration":1}},{"uid":"646c0145a04d5395","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/646c0145a04d5395","status":"passed","time":{"start":1706102626869,"stop":1706102626869,"duration":0}},{"uid":"f1fd977aa3572006","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f1fd977aa3572006","status":"passed","time":{"start":1706102491914,"stop":1706102491917,"duration":3}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"f11ee59409ab6929","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f11ee59409ab6929","status":"passed","time":{"start":1706529218537,"stop":1706529218538,"duration":1}},{"uid":"96b5cc5f538da84c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/96b5cc5f538da84c","status":"passed","time":{"start":1706528190591,"stop":1706528190591,"duration":0}},{"uid":"69a6064b7527829b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/69a6064b7527829b","status":"passed","time":{"start":1706527166798,"stop":1706527166798,"duration":0}},{"uid":"69a477ab3d31e26f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/69a477ab3d31e26f","status":"passed","time":{"start":1706526866912,"stop":1706526866914,"duration":2}},{"uid":"25d66e9f1df0d8f9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/25d66e9f1df0d8f9","status":"passed","time":{"start":1706526763577,"stop":1706526763577,"duration":0}},{"uid":"a2afbf289f3b23c2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a2afbf289f3b23c2","status":"passed","time":{"start":1706526185699,"stop":1706526185699,"duration":0}},{"uid":"a820d1490efca2bd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a820d1490efca2bd","status":"passed","time":{"start":1706525659009,"stop":1706525659009,"duration":0}},{"uid":"7c0c4a1c8a4daaea","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7c0c4a1c8a4daaea","status":"passed","time":{"start":1706525242382,"stop":1706525242383,"duration":1}},{"uid":"b67c18d8f927350","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b67c18d8f927350","status":"passed","time":{"start":1706467906892,"stop":1706467906893,"duration":1}},{"uid":"e38a6ef15980647b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e38a6ef15980647b","status":"passed","time":{"start":1706323273290,"stop":1706323273291,"duration":1}},{"uid":"9f70c0ea7b0c6325","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9f70c0ea7b0c6325","status":"passed","time":{"start":1706321575895,"stop":1706321575895,"duration":0}},{"uid":"e7b1e93ba8641f79","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e7b1e93ba8641f79","status":"passed","time":{"start":1706115384060,"stop":1706115384061,"duration":1}},{"uid":"8bf79644ec7c5535","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8bf79644ec7c5535","status":"passed","time":{"start":1706114521957,"stop":1706114521958,"duration":1}},{"uid":"42ecd7f324f273b2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/42ecd7f324f273b2","status":"passed","time":{"start":1706112015268,"stop":1706112015268,"duration":0}},{"uid":"3fced32d0935091","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3fced32d0935091","status":"passed","time":{"start":1706111693411,"stop":1706111693411,"duration":0}},{"uid":"c590fed4165dddcd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c590fed4165dddcd","status":"passed","time":{"start":1706109609748,"stop":1706109609749,"duration":1}},{"uid":"81d82a1bffa4c8b8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/81d82a1bffa4c8b8","status":"passed","time":{"start":1706103393470,"stop":1706103393470,"duration":0}},{"uid":"7bad23adfcaf7674","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7bad23adfcaf7674","status":"passed","time":{"start":1706103153323,"stop":1706103153323,"duration":0}},{"uid":"3bcbb512e1a2458b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3bcbb512e1a2458b","status":"passed","time":{"start":1706102507033,"stop":1706102507033,"duration":0}},{"uid":"e9f979b8c6380046","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e9f979b8c6380046","status":"passed","time":{"start":1706102385197,"stop":1706102385198,"duration":1}}]},"52f6212ab3e02f54b2013414665292bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efe2ae0b2c0cfdc7","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/efe2ae0b2c0cfdc7","status":"passed","time":{"start":1705429166896,"stop":1705429166896,"duration":0}}]},"afc30ddbb4124916da4958fda4667c43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32f51e743c79f7af","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/32f51e743c79f7af","status":"passed","time":{"start":1706526355593,"stop":1706526355593,"duration":0}}]},"49348d384d071842aec366637e063dd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"422604af5c238a10","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/422604af5c238a10","status":"passed","time":{"start":1705687367141,"stop":1705687367141,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":89,"unknown":0,"total":91},"items":[{"uid":"bb63b56fea3bb48e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb63b56fea3bb48e","status":"passed","time":{"start":1706528812084,"stop":1706528812085,"duration":1}},{"uid":"cf56df0bd4343ec7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cf56df0bd4343ec7","status":"passed","time":{"start":1706527784296,"stop":1706527784296,"duration":0}},{"uid":"859719df78ddc8f1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/859719df78ddc8f1","status":"passed","time":{"start":1706526795463,"stop":1706526795463,"duration":0}},{"uid":"78f6bd74c1a5c0e8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/78f6bd74c1a5c0e8","status":"passed","time":{"start":1706526493513,"stop":1706526493513,"duration":0}},{"uid":"b03f4a8e1635f449","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b03f4a8e1635f449","status":"passed","time":{"start":1706526398844,"stop":1706526398845,"duration":1}},{"uid":"8089b9e8c50b4393","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8089b9e8c50b4393","status":"passed","time":{"start":1706525824437,"stop":1706525824437,"duration":0}},{"uid":"25d119aee7fe4f5b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/25d119aee7fe4f5b","status":"passed","time":{"start":1706525296097,"stop":1706525296098,"duration":1}},{"uid":"a5f3732be722ee5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a5f3732be722ee5","status":"passed","time":{"start":1706524850479,"stop":1706524850481,"duration":2}},{"uid":"a155b08d52cfd8c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a155b08d52cfd8c","status":"passed","time":{"start":1706467549223,"stop":1706467549224,"duration":1}},{"uid":"c12eeed281320efb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c12eeed281320efb","status":"passed","time":{"start":1706322907599,"stop":1706322907599,"duration":0}},{"uid":"20af3fbe59114563","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/20af3fbe59114563","status":"passed","time":{"start":1706321214827,"stop":1706321214828,"duration":1}},{"uid":"35b5409a1b592c7f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/35b5409a1b592c7f","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244703437,"stop":1706244703438,"duration":1}},{"uid":"ac84cd3d911877cb","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ac84cd3d911877cb","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242268222,"stop":1706242268222,"duration":0}},{"uid":"2fc5947af21ef845","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2fc5947af21ef845","status":"passed","time":{"start":1706114983181,"stop":1706114983181,"duration":0}},{"uid":"e496e86cecd8dee4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e496e86cecd8dee4","status":"passed","time":{"start":1706114158944,"stop":1706114158945,"duration":1}},{"uid":"d7ebc22beb7279b3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d7ebc22beb7279b3","status":"passed","time":{"start":1706111630972,"stop":1706111630976,"duration":4}},{"uid":"53cf4402aeece599","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/53cf4402aeece599","status":"passed","time":{"start":1706111322392,"stop":1706111322392,"duration":0}},{"uid":"f45ce9ac77fceba","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f45ce9ac77fceba","status":"passed","time":{"start":1706109226571,"stop":1706109226571,"duration":0}},{"uid":"87c2db7c7e0cada3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/87c2db7c7e0cada3","status":"passed","time":{"start":1706103040612,"stop":1706103040612,"duration":0}},{"uid":"dfb3fb7dcb82fc09","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dfb3fb7dcb82fc09","status":"passed","time":{"start":1706102783697,"stop":1706102783697,"duration":0}}]},"2e28367532bd5416f81f53b2c934e829:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"ca2cd8fb71e729f5","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/ca2cd8fb71e729f5","status":"passed","time":{"start":1706100942620,"stop":1706100942621,"duration":1}},{"uid":"13fef7ded56e1e56","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/13fef7ded56e1e56","status":"passed","time":{"start":1706099973764,"stop":1706099973765,"duration":1}},{"uid":"3771e68ef0c39354","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/3771e68ef0c39354","status":"passed","time":{"start":1706077701789,"stop":1706077701789,"duration":0}},{"uid":"981ae30fb7bff9f3","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/981ae30fb7bff9f3","status":"passed","time":{"start":1706069790736,"stop":1706069790736,"duration":0}},{"uid":"eb9f8d912981b03d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/eb9f8d912981b03d","status":"passed","time":{"start":1705950495055,"stop":1705950495055,"duration":0}},{"uid":"e8100593eddcc63b","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e8100593eddcc63b","status":"passed","time":{"start":1705938302721,"stop":1705938302721,"duration":0}},{"uid":"2a591de1761c6e15","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2a591de1761c6e15","status":"passed","time":{"start":1705913446712,"stop":1705913446712,"duration":0}},{"uid":"2b11151c222c4af9","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2b11151c222c4af9","status":"passed","time":{"start":1705912988145,"stop":1705912988148,"duration":3}},{"uid":"7d2cadafb83d40b6","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/7d2cadafb83d40b6","status":"passed","time":{"start":1705912372226,"stop":1705912372227,"duration":1}},{"uid":"d68740e44ba154b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d68740e44ba154b","status":"passed","time":{"start":1705911551486,"stop":1705911551487,"duration":1}},{"uid":"89dfec1bab2a2370","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/89dfec1bab2a2370","status":"passed","time":{"start":1705698757769,"stop":1705698757769,"duration":0}},{"uid":"9bfec10d6de684c1","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9bfec10d6de684c1","status":"passed","time":{"start":1705687467730,"stop":1705687467730,"duration":0}},{"uid":"8772a4e717f816b","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/8772a4e717f816b","status":"passed","time":{"start":1705687390803,"stop":1705687390803,"duration":0}},{"uid":"99169b56a0966eb6","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/99169b56a0966eb6","status":"passed","time":{"start":1705678077460,"stop":1705678077461,"duration":1}},{"uid":"bae96bcaca486924","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/bae96bcaca486924","status":"passed","time":{"start":1705678007048,"stop":1705678007048,"duration":0}},{"uid":"af26c7e918e62541","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/af26c7e918e62541","status":"passed","time":{"start":1705677873540,"stop":1705677873540,"duration":0}},{"uid":"a57b6cd13d9d1d73","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/a57b6cd13d9d1d73","status":"passed","time":{"start":1705677414848,"stop":1705677414848,"duration":0}},{"uid":"abe522f954c6d016","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/abe522f954c6d016","status":"passed","time":{"start":1705676004253,"stop":1705676004254,"duration":1}},{"uid":"605a49f2d7cd5d90","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/605a49f2d7cd5d90","status":"passed","time":{"start":1705675426985,"stop":1705675426986,"duration":1}},{"uid":"edd363047695eae6","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/edd363047695eae6","status":"passed","time":{"start":1705670299883,"stop":1705670299884,"duration":1}}]},"239a26b9377f7f672fe16ecd4cc277ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"c74c2ef04819514e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/c74c2ef04819514e","status":"passed","time":{"start":1705520842603,"stop":1705520842603,"duration":0}},{"uid":"c605dc212de9cfaf","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/c605dc212de9cfaf","status":"passed","time":{"start":1705518211224,"stop":1705518211225,"duration":1}},{"uid":"73e38c5ff0c1ad6d","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/73e38c5ff0c1ad6d","status":"passed","time":{"start":1705518105990,"stop":1705518105992,"duration":2}},{"uid":"3489799229bd8276","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/3489799229bd8276","status":"passed","time":{"start":1705517988191,"stop":1705517988192,"duration":1}},{"uid":"beee3ca444f8d382","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/beee3ca444f8d382","status":"passed","time":{"start":1705508655522,"stop":1705508655522,"duration":0}},{"uid":"256a26ff249b850b","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/256a26ff249b850b","status":"passed","time":{"start":1705506482098,"stop":1705506482098,"duration":0}},{"uid":"6c75ee357afd25d9","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/6c75ee357afd25d9","status":"passed","time":{"start":1705502939555,"stop":1705502939556,"duration":1}},{"uid":"7b739c71884b0592","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/7b739c71884b0592","status":"passed","time":{"start":1705502479557,"stop":1705502479557,"duration":0}},{"uid":"e2b84be080ce91c6","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e2b84be080ce91c6","status":"passed","time":{"start":1705494937947,"stop":1705494937947,"duration":0}},{"uid":"ab3d18e8fc1014b1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ab3d18e8fc1014b1","status":"passed","time":{"start":1705494940957,"stop":1705494940957,"duration":0}},{"uid":"b5499f6f028fc59c","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/b5499f6f028fc59c","status":"passed","time":{"start":1705494895040,"stop":1705494895041,"duration":1}},{"uid":"f233ae1c74ced942","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f233ae1c74ced942","status":"passed","time":{"start":1705493464929,"stop":1705493464930,"duration":1}},{"uid":"55e8393721e0b73","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/55e8393721e0b73","status":"passed","time":{"start":1705493422438,"stop":1705493422438,"duration":0}},{"uid":"58e77be3f89410df","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/58e77be3f89410df","status":"passed","time":{"start":1705485250489,"stop":1705485250489,"duration":0}},{"uid":"ea3aed5afdc8fc33","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ea3aed5afdc8fc33","status":"passed","time":{"start":1705485112223,"stop":1705485112223,"duration":0}},{"uid":"2e70c07861df195a","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/2e70c07861df195a","status":"passed","time":{"start":1705484354902,"stop":1705484354902,"duration":0}},{"uid":"27e1cc3cef868e61","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/27e1cc3cef868e61","status":"passed","time":{"start":1705469872229,"stop":1705469872229,"duration":0}},{"uid":"b19d76a438f90da5","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/b19d76a438f90da5","status":"passed","time":{"start":1705466939043,"stop":1705466939044,"duration":1}},{"uid":"81937d29927ef43c","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/81937d29927ef43c","status":"passed","time":{"start":1705435403985,"stop":1705435403985,"duration":0}},{"uid":"45b731c9b8281f20","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/45b731c9b8281f20","status":"passed","time":{"start":1705434864621,"stop":1705434864621,"duration":0}}]},"bf0f518f359a156050138dd7b15e46a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49d01a0c3bfa3c6","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/49d01a0c3bfa3c6","status":"passed","time":{"start":1706102095094,"stop":1706102095095,"duration":1}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e60e1ae3a455e953","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e60e1ae3a455e953","status":"passed","time":{"start":1706528752255,"stop":1706528752256,"duration":1}},{"uid":"ecc56e1f650897c5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ecc56e1f650897c5","status":"passed","time":{"start":1706527720931,"stop":1706527720931,"duration":0}},{"uid":"aa9c4a8429f4222a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/aa9c4a8429f4222a","status":"passed","time":{"start":1706526735907,"stop":1706526735907,"duration":0}},{"uid":"2cc74edd4076871c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2cc74edd4076871c","status":"passed","time":{"start":1706526432823,"stop":1706526432824,"duration":1}},{"uid":"8c4c7df75f504790","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8c4c7df75f504790","status":"passed","time":{"start":1706526337882,"stop":1706526337882,"duration":0}},{"uid":"81c98bce5e4d02d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/81c98bce5e4d02d","status":"passed","time":{"start":1706525766997,"stop":1706525766997,"duration":0}},{"uid":"685947ddfebd3d5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/685947ddfebd3d5","status":"passed","time":{"start":1706525233961,"stop":1706525233961,"duration":0}},{"uid":"98fed638f8f24e02","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/98fed638f8f24e02","status":"passed","time":{"start":1706524795122,"stop":1706524795122,"duration":0}},{"uid":"ff04fa230108b16e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ff04fa230108b16e","status":"passed","time":{"start":1706467489022,"stop":1706467489023,"duration":1}},{"uid":"d60c1ade4faea793","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d60c1ade4faea793","status":"passed","time":{"start":1706322841815,"stop":1706322841816,"duration":1}},{"uid":"4021804af9153984","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4021804af9153984","status":"passed","time":{"start":1706321154962,"stop":1706321154962,"duration":0}},{"uid":"c76964511d6db6b1","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c76964511d6db6b1","status":"passed","time":{"start":1706244671173,"stop":1706244671173,"duration":0}},{"uid":"7786e93741fc560c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7786e93741fc560c","status":"passed","time":{"start":1706242239397,"stop":1706242239397,"duration":0}},{"uid":"6c093572e36d5d2f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6c093572e36d5d2f","status":"passed","time":{"start":1706114927746,"stop":1706114927746,"duration":0}},{"uid":"8f62dd464646298b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8f62dd464646298b","status":"passed","time":{"start":1706114098424,"stop":1706114098424,"duration":0}},{"uid":"f3ffd6152aafaa16","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f3ffd6152aafaa16","status":"passed","time":{"start":1706111573214,"stop":1706111573214,"duration":0}},{"uid":"ede96840c6401817","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ede96840c6401817","status":"passed","time":{"start":1706111262803,"stop":1706111262803,"duration":0}},{"uid":"971de3a6affa16c8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/971de3a6affa16c8","status":"passed","time":{"start":1706109165166,"stop":1706109165167,"duration":1}},{"uid":"3928554691e368cf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3928554691e368cf","status":"passed","time":{"start":1706102983251,"stop":1706102983251,"duration":0}},{"uid":"d30ed663c4e61438","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d30ed663c4e61438","status":"passed","time":{"start":1706102722919,"stop":1706102722920,"duration":1}}]},"43041b064ec75388de475553ae661895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a00a34999eea4065","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/a00a34999eea4065","status":"passed","time":{"start":1705369251867,"stop":1705369251867,"duration":0}}]},"97cfb9d850d979689773c420180a406b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fc91d21ac8f47ea","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/6fc91d21ac8f47ea","status":"passed","time":{"start":1705435394612,"stop":1705435394612,"duration":0}}]},"03acfa79676dc9474859bcd3b5eaa762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc9af59d7e2276a1","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/fc9af59d7e2276a1","status":"passed","time":{"start":1706100355779,"stop":1706100355780,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"129ce1c5d88d51d4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/129ce1c5d88d51d4","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"duration":0}},{"uid":"3734b90f6f8a7f14","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3734b90f6f8a7f14","status":"passed","time":{"start":1706528357083,"stop":1706528357084,"duration":1}},{"uid":"e3f3e4f2fa615d23","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e3f3e4f2fa615d23","status":"passed","time":{"start":1706527326688,"stop":1706527326689,"duration":1}},{"uid":"92c52cbe4d724565","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/92c52cbe4d724565","status":"passed","time":{"start":1706527049793,"stop":1706527049793,"duration":0}},{"uid":"5e0c192ce10d2cd4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5e0c192ce10d2cd4","status":"passed","time":{"start":1706526961438,"stop":1706526961438,"duration":0}},{"uid":"30369dfdef7c8f8f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/30369dfdef7c8f8f","status":"passed","time":{"start":1706526404277,"stop":1706526404277,"duration":0}},{"uid":"aca2ec35fa303790","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/aca2ec35fa303790","status":"passed","time":{"start":1706525849952,"stop":1706525849953,"duration":1}},{"uid":"85c13eab9b09646a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/85c13eab9b09646a","status":"passed","time":{"start":1706525432944,"stop":1706525432944,"duration":0}},{"uid":"1667503ff00f99a8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1667503ff00f99a8","status":"passed","time":{"start":1706468114344,"stop":1706468114344,"duration":0}},{"uid":"7e957565b0cc57e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7e957565b0cc57e","status":"passed","time":{"start":1706323469645,"stop":1706323469645,"duration":0}},{"uid":"d938778965f03c3d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d938778965f03c3d","status":"passed","time":{"start":1706321771787,"stop":1706321771787,"duration":0}},{"uid":"230935dfcc1ea252","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/230935dfcc1ea252","status":"passed","time":{"start":1706115542393,"stop":1706115542393,"duration":0}},{"uid":"ccc478116a1ec25a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ccc478116a1ec25a","status":"passed","time":{"start":1706114725916,"stop":1706114725916,"duration":0}},{"uid":"ef6b46dd8ae4db2b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ef6b46dd8ae4db2b","status":"passed","time":{"start":1706112199261,"stop":1706112199261,"duration":0}},{"uid":"8bb5734988e8329c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8bb5734988e8329c","status":"passed","time":{"start":1706111893733,"stop":1706111893733,"duration":0}},{"uid":"64022466df00cf95","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/64022466df00cf95","status":"passed","time":{"start":1706109796549,"stop":1706109796550,"duration":1}},{"uid":"43530d83db3230b9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/43530d83db3230b9","status":"passed","time":{"start":1706103557150,"stop":1706103557150,"duration":0}},{"uid":"d3792b6f0cd4d1d8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d3792b6f0cd4d1d8","status":"passed","time":{"start":1706103365800,"stop":1706103365800,"duration":0}},{"uid":"60e58a679230f274","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/60e58a679230f274","status":"passed","time":{"start":1706102701047,"stop":1706102701047,"duration":0}},{"uid":"26d2d0842c937998","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/26d2d0842c937998","status":"passed","time":{"start":1706102579555,"stop":1706102579555,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":127,"unknown":0,"total":127},"items":[{"uid":"d9685149e6a8e8c8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d9685149e6a8e8c8","status":"passed","time":{"start":1706526715525,"stop":1706526715526,"duration":1}},{"uid":"582b801bc2145265","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/582b801bc2145265","status":"passed","time":{"start":1706525746907,"stop":1706525746907,"duration":0}},{"uid":"2f4a66ed55bb0803","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2f4a66ed55bb0803","status":"passed","time":{"start":1706525213854,"stop":1706525213855,"duration":1}},{"uid":"ddddafbda507600b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ddddafbda507600b","status":"passed","time":{"start":1706524774995,"stop":1706524774995,"duration":0}},{"uid":"4826348a74f47de2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4826348a74f47de2","status":"passed","time":{"start":1706467468942,"stop":1706467468942,"duration":0}},{"uid":"b98c4b1c81964708","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b98c4b1c81964708","status":"passed","time":{"start":1706322821112,"stop":1706322821113,"duration":1}},{"uid":"d430621cc75e8b20","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d430621cc75e8b20","status":"passed","time":{"start":1706321134774,"stop":1706321134774,"duration":0}},{"uid":"2aa14d0af07dea6e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2aa14d0af07dea6e","status":"passed","time":{"start":1706244650763,"stop":1706244650764,"duration":1}},{"uid":"c047ed9f03036820","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c047ed9f03036820","status":"passed","time":{"start":1706242218997,"stop":1706242218997,"duration":0}},{"uid":"ed8f3db3ac5945e8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ed8f3db3ac5945e8","status":"passed","time":{"start":1706114907316,"stop":1706114907316,"duration":0}},{"uid":"4a6e898018d917ea","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4a6e898018d917ea","status":"passed","time":{"start":1706114077934,"stop":1706114077934,"duration":0}},{"uid":"ff796ebb90a710b0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ff796ebb90a710b0","status":"passed","time":{"start":1706111552872,"stop":1706111552872,"duration":0}},{"uid":"579289ccc57243bf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/579289ccc57243bf","status":"passed","time":{"start":1706111242328,"stop":1706111242329,"duration":1}},{"uid":"94fa2c619a29e9e4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/94fa2c619a29e9e4","status":"passed","time":{"start":1706109144389,"stop":1706109144389,"duration":0}},{"uid":"7d6b595169e8a3ac","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7d6b595169e8a3ac","status":"passed","time":{"start":1706102962898,"stop":1706102962898,"duration":0}},{"uid":"a74121337630aa2f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a74121337630aa2f","status":"passed","time":{"start":1706102702688,"stop":1706102702688,"duration":0}},{"uid":"98f73abbcfe96e6c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/98f73abbcfe96e6c","status":"passed","time":{"start":1706102062693,"stop":1706102062694,"duration":1}},{"uid":"86aff38915fd6dcc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/86aff38915fd6dcc","status":"passed","time":{"start":1706101934278,"stop":1706101934278,"duration":0}},{"uid":"9e1b020b85497bf","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/9e1b020b85497bf","status":"passed","time":{"start":1706101759325,"stop":1706101759326,"duration":1}},{"uid":"302e87ef96f6fd52","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/302e87ef96f6fd52","status":"passed","time":{"start":1706101145133,"stop":1706101145134,"duration":1}}]},"fb0bf249982e16c8a7f1e40174545b1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"62e85e0cd9b1f8c3","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/62e85e0cd9b1f8c3","status":"passed","time":{"start":1705521140304,"stop":1705521140304,"duration":0}},{"uid":"8641ae3364df03d5","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/8641ae3364df03d5","status":"passed","time":{"start":1705520883419,"stop":1705520883420,"duration":1}},{"uid":"1dd07b9e7806494","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1dd07b9e7806494","status":"passed","time":{"start":1705520300892,"stop":1705520300892,"duration":0}},{"uid":"c180c3abf898d23d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c180c3abf898d23d","status":"passed","time":{"start":1705518525965,"stop":1705518525966,"duration":1}},{"uid":"b9719fe2fa79d1d5","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b9719fe2fa79d1d5","status":"passed","time":{"start":1705518246811,"stop":1705518246811,"duration":0}},{"uid":"6ed7e686f8d3fc3f","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/6ed7e686f8d3fc3f","status":"passed","time":{"start":1705518140986,"stop":1705518140987,"duration":1}},{"uid":"779b9a5c1ebf29a1","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/779b9a5c1ebf29a1","status":"passed","time":{"start":1705518032422,"stop":1705518032422,"duration":0}},{"uid":"776f49395a8dcc58","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/776f49395a8dcc58","status":"passed","time":{"start":1705508700814,"stop":1705508700814,"duration":0}},{"uid":"2d47fc4db3d59a59","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2d47fc4db3d59a59","status":"passed","time":{"start":1705506512660,"stop":1705506512661,"duration":1}},{"uid":"c572dcd25609dbb8","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/c572dcd25609dbb8","status":"passed","time":{"start":1705502966519,"stop":1705502966519,"duration":0}},{"uid":"40e439b4a6da61be","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/40e439b4a6da61be","status":"passed","time":{"start":1705502370730,"stop":1705502370730,"duration":0}},{"uid":"d33faaafba436884","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/d33faaafba436884","status":"passed","time":{"start":1705502517774,"stop":1705502517774,"duration":0}},{"uid":"6fe2223743436189","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/6fe2223743436189","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321697,"stop":1705495321698,"duration":1}},{"uid":"17b4e629c84eb3c7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/17b4e629c84eb3c7","status":"passed","time":{"start":1705494975694,"stop":1705494975694,"duration":0}},{"uid":"5fd71924c745a4d3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/5fd71924c745a4d3","status":"passed","time":{"start":1705494930761,"stop":1705494930761,"duration":0}},{"uid":"66dccdd33fa59ca8","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/66dccdd33fa59ca8","status":"passed","time":{"start":1705493496369,"stop":1705493496370,"duration":1}},{"uid":"b03b729a5b4d22d1","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/b03b729a5b4d22d1","status":"passed","time":{"start":1705493451253,"stop":1705493451253,"duration":0}},{"uid":"8402208bb2c12c87","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/8402208bb2c12c87","status":"passed","time":{"start":1705485279308,"stop":1705485279308,"duration":0}},{"uid":"d8725a2fb4322f1d","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/d8725a2fb4322f1d","status":"passed","time":{"start":1705485136810,"stop":1705485136810,"duration":0}},{"uid":"dd2800ccd30aacd4","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/dd2800ccd30aacd4","status":"passed","time":{"start":1705484392937,"stop":1705484392937,"duration":0}}]},"1b9b0fd2f41424f0aa67eb8c38793d1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4e5141174e96c26","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/b4e5141174e96c26","status":"passed","time":{"start":1706099290663,"stop":1706099290663,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"4592dacf0c146c12","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4592dacf0c146c12","status":"passed","time":{"start":1706528998598,"stop":1706528998599,"duration":1}},{"uid":"336c90fe1d8fa5cc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/336c90fe1d8fa5cc","status":"passed","time":{"start":1706527970126,"stop":1706527970127,"duration":1}},{"uid":"e0d5243b5530e3a7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e0d5243b5530e3a7","status":"passed","time":{"start":1706526976591,"stop":1706526976593,"duration":2}},{"uid":"e78e793e2cabf224","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e78e793e2cabf224","status":"passed","time":{"start":1706526677710,"stop":1706526677710,"duration":0}},{"uid":"24ac06e90a0a84bb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/24ac06e90a0a84bb","status":"passed","time":{"start":1706526585228,"stop":1706526585228,"duration":0}},{"uid":"95750d501e9814f1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/95750d501e9814f1","status":"passed","time":{"start":1706526011346,"stop":1706526011346,"duration":0}},{"uid":"3ca59123d76a9e4f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3ca59123d76a9e4f","status":"passed","time":{"start":1706525481691,"stop":1706525481691,"duration":0}},{"uid":"6c23dd281cfc3ac4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6c23dd281cfc3ac4","status":"passed","time":{"start":1706525034596,"stop":1706525034597,"duration":1}},{"uid":"a4422e3ae3ccca5b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a4422e3ae3ccca5b","status":"passed","time":{"start":1706467723740,"stop":1706467723741,"duration":1}},{"uid":"5fae50934599e0ec","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5fae50934599e0ec","status":"passed","time":{"start":1706323095244,"stop":1706323095245,"duration":1}},{"uid":"34c1b0b1e46aedc1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/34c1b0b1e46aedc1","status":"passed","time":{"start":1706321394058,"stop":1706321394059,"duration":1}},{"uid":"7654004afa5d3090","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7654004afa5d3090","status":"passed","time":{"start":1706115176950,"stop":1706115176950,"duration":0}},{"uid":"da82beedd0310116","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/da82beedd0310116","status":"passed","time":{"start":1706114337391,"stop":1706114337391,"duration":0}},{"uid":"428182f4e166f07a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/428182f4e166f07a","status":"passed","time":{"start":1706111808842,"stop":1706111808842,"duration":0}},{"uid":"232e1a137b8b6528","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/232e1a137b8b6528","status":"passed","time":{"start":1706111511406,"stop":1706111511406,"duration":0}},{"uid":"e791d924661e12fc","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e791d924661e12fc","status":"passed","time":{"start":1706109411599,"stop":1706109411599,"duration":0}},{"uid":"527058af3f113eba","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/527058af3f113eba","status":"passed","time":{"start":1706103221765,"stop":1706103221765,"duration":0}},{"uid":"eed3e014583023e5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/eed3e014583023e5","status":"passed","time":{"start":1706102961393,"stop":1706102961393,"duration":0}},{"uid":"7fd1ff6de91b9cb0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7fd1ff6de91b9cb0","status":"passed","time":{"start":1706102333049,"stop":1706102333050,"duration":1}},{"uid":"4b7f94c66c8f8722","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4b7f94c66c8f8722","status":"passed","time":{"start":1706102204591,"stop":1706102204592,"duration":1}}]},"d332b36a3a9e50ff9ade7bceb35df681:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb6f63ef2fe27f54","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/bb6f63ef2fe27f54","status":"passed","time":{"start":1705421395626,"stop":1705421395626,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":85,"passed":0,"unknown":0,"total":85},"items":[{"uid":"ccf36c4255ad9c59","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ccf36c4255ad9c59","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528965687,"stop":1706528965687,"duration":0}},{"uid":"a101423652527c1b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a101423652527c1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527923887,"stop":1706527923888,"duration":1}},{"uid":"f9d5cac94ba09198","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f9d5cac94ba09198","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526930872,"stop":1706526930872,"duration":0}},{"uid":"52db36567cacc0d1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/52db36567cacc0d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526632116,"stop":1706526632116,"duration":0}},{"uid":"647c6093e3603eab","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/647c6093e3603eab","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526534082,"stop":1706526534082,"duration":0}},{"uid":"c897ab112d555839","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c897ab112d555839","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525958175,"stop":1706525958175,"duration":0}},{"uid":"7f19e8e2af380544","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7f19e8e2af380544","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525436726,"stop":1706525436727,"duration":1}},{"uid":"93d5b40f9b7f9f83","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/93d5b40f9b7f9f83","status":"skipped","statusDetails":"Test ignored","time":{"start":1706524982438,"stop":1706524982438,"duration":0}},{"uid":"e00c30f0940bf463","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e00c30f0940bf463","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467678804,"stop":1706467678804,"duration":0}},{"uid":"c3b7df065b266efc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c3b7df065b266efc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323040475,"stop":1706323040476,"duration":1}},{"uid":"f4e2c27a4961936f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f4e2c27a4961936f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321353357,"stop":1706321353357,"duration":0}},{"uid":"c87a8112b60857ba","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c87a8112b60857ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114292398,"stop":1706114292398,"duration":0}},{"uid":"1640389176033cd1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1640389176033cd1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111780345,"stop":1706111780345,"duration":0}},{"uid":"d81515a97adad15e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d81515a97adad15e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111464026,"stop":1706111464027,"duration":1}},{"uid":"efcf9abd0b839331","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/efcf9abd0b839331","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109370859,"stop":1706109370859,"duration":0}},{"uid":"31f74f2ac68d9aad","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/31f74f2ac68d9aad","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103179188,"stop":1706103179188,"duration":0}},{"uid":"3258fee381096c87","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3258fee381096c87","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102925547,"stop":1706102925547,"duration":0}},{"uid":"21b25128272f0a6a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/21b25128272f0a6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102273665,"stop":1706102273665,"duration":0}},{"uid":"2ec6e32dd9f4fcd6","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2ec6e32dd9f4fcd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102152991,"stop":1706102152991,"duration":0}},{"uid":"973bf215bcb9c3dc","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/973bf215bcb9c3dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706101976585,"stop":1706101976585,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"b62f4ff21f3575b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b62f4ff21f3575b9","status":"passed","time":{"start":1706528760733,"stop":1706528760734,"duration":1}},{"uid":"d67225fe249b15bb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d67225fe249b15bb","status":"passed","time":{"start":1706527729319,"stop":1706527729319,"duration":0}},{"uid":"4f843ba59a0d4062","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4f843ba59a0d4062","status":"passed","time":{"start":1706526744070,"stop":1706526744071,"duration":1}},{"uid":"9fb071d1752537d1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9fb071d1752537d1","status":"passed","time":{"start":1706526440820,"stop":1706526440820,"duration":0}},{"uid":"46a40474a92f4ce5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/46a40474a92f4ce5","status":"passed","time":{"start":1706526346094,"stop":1706526346094,"duration":0}},{"uid":"a2d1b19e09abf309","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a2d1b19e09abf309","status":"passed","time":{"start":1706525774991,"stop":1706525774992,"duration":1}},{"uid":"1399e0289eadb391","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1399e0289eadb391","status":"passed","time":{"start":1706525242000,"stop":1706525242000,"duration":0}},{"uid":"39674413613ee532","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/39674413613ee532","status":"passed","time":{"start":1706524803169,"stop":1706524803169,"duration":0}},{"uid":"60aab07d3313962c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/60aab07d3313962c","status":"passed","time":{"start":1706467497088,"stop":1706467497089,"duration":1}},{"uid":"7d6cf75295760e9a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7d6cf75295760e9a","status":"passed","time":{"start":1706322850084,"stop":1706322850084,"duration":0}},{"uid":"ffe00b544a5a913b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ffe00b544a5a913b","status":"passed","time":{"start":1706321162959,"stop":1706321162959,"duration":0}},{"uid":"60b7e296e8860660","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/60b7e296e8860660","status":"passed","time":{"start":1706244679261,"stop":1706244679262,"duration":1}},{"uid":"1f93d9ec9daaf7b7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1f93d9ec9daaf7b7","status":"passed","time":{"start":1706242247533,"stop":1706242247533,"duration":0}},{"uid":"fa7bf0672366ae05","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fa7bf0672366ae05","status":"passed","time":{"start":1706114935937,"stop":1706114935937,"duration":0}},{"uid":"7b8b6bd8ad35dc22","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7b8b6bd8ad35dc22","status":"passed","time":{"start":1706114106559,"stop":1706114106560,"duration":1}},{"uid":"84298f509c93bf1b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/84298f509c93bf1b","status":"passed","time":{"start":1706111581214,"stop":1706111581214,"duration":0}},{"uid":"286d07008ad16e4c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/286d07008ad16e4c","status":"passed","time":{"start":1706111270942,"stop":1706111270942,"duration":0}},{"uid":"77ac3595c20d3caf","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/77ac3595c20d3caf","status":"passed","time":{"start":1706109173583,"stop":1706109173583,"duration":0}},{"uid":"d912ae97369012fc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d912ae97369012fc","status":"passed","time":{"start":1706102991305,"stop":1706102991306,"duration":1}},{"uid":"9e2edd07a0c9e9ee","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9e2edd07a0c9e9ee","status":"passed","time":{"start":1706102731122,"stop":1706102731122,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"3abd95cdac6e4540","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3abd95cdac6e4540","status":"passed","time":{"start":1706529223892,"stop":1706529223892,"duration":0}},{"uid":"781e1594c0b30857","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/781e1594c0b30857","status":"passed","time":{"start":1706528204204,"stop":1706528204205,"duration":1}},{"uid":"2d66faf16e3fe3c4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2d66faf16e3fe3c4","status":"passed","time":{"start":1706527085311,"stop":1706527085311,"duration":0}},{"uid":"785dd9222d783634","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/785dd9222d783634","status":"passed","time":{"start":1706526783363,"stop":1706526783363,"duration":0}},{"uid":"fbe50c1a7f1f6378","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fbe50c1a7f1f6378","status":"passed","time":{"start":1706526690263,"stop":1706526690263,"duration":0}},{"uid":"48d24fba49e2b622","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/48d24fba49e2b622","status":"passed","time":{"start":1706526129370,"stop":1706526129371,"duration":1}},{"uid":"c8c31f702f071976","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c8c31f702f071976","status":"passed","time":{"start":1706525593257,"stop":1706525593257,"duration":0}},{"uid":"222c389f01cca2e7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/222c389f01cca2e7","status":"passed","time":{"start":1706525226779,"stop":1706525226779,"duration":0}},{"uid":"b364a9e93988e90f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b364a9e93988e90f","status":"passed","time":{"start":1706467837088,"stop":1706467837088,"duration":0}},{"uid":"940584d5bce8869","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/940584d5bce8869","status":"passed","time":{"start":1706323213971,"stop":1706323213971,"duration":0}},{"uid":"7e717d07a23d3e86","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7e717d07a23d3e86","status":"passed","time":{"start":1706321475549,"stop":1706321475550,"duration":1}},{"uid":"b38f701084f3ec5b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b38f701084f3ec5b","status":"passed","time":{"start":1706115285526,"stop":1706115285526,"duration":0}},{"uid":"a5d1ad9289930054","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a5d1ad9289930054","status":"passed","time":{"start":1706114454506,"stop":1706114454507,"duration":1}},{"uid":"b672f80a96a951ef","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b672f80a96a951ef","status":"passed","time":{"start":1706111914132,"stop":1706111914133,"duration":1}},{"uid":"6fab228ea7badb2e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6fab228ea7badb2e","status":"passed","time":{"start":1706111616735,"stop":1706111616736,"duration":1}},{"uid":"dc0e3c974997e289","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dc0e3c974997e289","status":"passed","time":{"start":1706109533625,"stop":1706109533625,"duration":0}},{"uid":"c4eac53ddc77c93e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c4eac53ddc77c93e","status":"passed","time":{"start":1706103308658,"stop":1706103308658,"duration":0}},{"uid":"f4c956c910003609","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f4c956c910003609","status":"passed","time":{"start":1706103054147,"stop":1706103054147,"duration":0}},{"uid":"d09dbe68cc3347d6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d09dbe68cc3347d6","status":"passed","time":{"start":1706102435004,"stop":1706102435004,"duration":0}},{"uid":"b4d1e4e9e1703196","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b4d1e4e9e1703196","status":"passed","time":{"start":1706102331415,"stop":1706102331415,"duration":0}}]},"93ab7386e7687e94fd764faf2f8955c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad62fa46b90b91eb","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/ad62fa46b90b91eb","status":"passed","time":{"start":1705665894590,"stop":1705665894590,"duration":0}}]},"66500f88f11f9219db4b9d152b83c6cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"679a447fc319d7e8","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/679a447fc319d7e8","status":"passed","time":{"start":1705392790621,"stop":1705392790621,"duration":0}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"bfda1f04a559f947","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bfda1f04a559f947","status":"passed","time":{"start":1706528752631,"stop":1706528752632,"duration":1}},{"uid":"a43b881f52157d2f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a43b881f52157d2f","status":"passed","time":{"start":1706527721484,"stop":1706527721485,"duration":1}},{"uid":"18431b55580ff017","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/18431b55580ff017","status":"passed","time":{"start":1706526736329,"stop":1706526736330,"duration":1}},{"uid":"a015aa45aea64013","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a015aa45aea64013","status":"passed","time":{"start":1706526433121,"stop":1706526433122,"duration":1}},{"uid":"c50ec5edbe63e247","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c50ec5edbe63e247","status":"passed","time":{"start":1706526338333,"stop":1706526338333,"duration":0}},{"uid":"bab985843abde135","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bab985843abde135","status":"passed","time":{"start":1706525767351,"stop":1706525767351,"duration":0}},{"uid":"4504d8f00300acc6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4504d8f00300acc6","status":"passed","time":{"start":1706525234334,"stop":1706525234334,"duration":0}},{"uid":"d9110a1d272dc6d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d9110a1d272dc6d","status":"passed","time":{"start":1706524795500,"stop":1706524795501,"duration":1}},{"uid":"b19c46aedeabebb4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b19c46aedeabebb4","status":"passed","time":{"start":1706467489458,"stop":1706467489459,"duration":1}},{"uid":"1a606007a7de6e07","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1a606007a7de6e07","status":"passed","time":{"start":1706322842265,"stop":1706322842265,"duration":0}},{"uid":"3067de6265860241","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3067de6265860241","status":"passed","time":{"start":1706321155287,"stop":1706321155287,"duration":0}},{"uid":"b5a34c880cd0b327","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b5a34c880cd0b327","status":"passed","time":{"start":1706244671450,"stop":1706244671450,"duration":0}},{"uid":"106b4872bd02bfaf","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/106b4872bd02bfaf","status":"passed","time":{"start":1706242239781,"stop":1706242239782,"duration":1}},{"uid":"a2c97e82fce82310","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a2c97e82fce82310","status":"passed","time":{"start":1706114928162,"stop":1706114928162,"duration":0}},{"uid":"a4c75accf06d5bda","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a4c75accf06d5bda","status":"passed","time":{"start":1706114098850,"stop":1706114098851,"duration":1}},{"uid":"a6e5396b098af751","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a6e5396b098af751","status":"passed","time":{"start":1706111573573,"stop":1706111573574,"duration":1}},{"uid":"8cd10e23c15369da","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8cd10e23c15369da","status":"passed","time":{"start":1706111263115,"stop":1706111263116,"duration":1}},{"uid":"7332057abb59538","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7332057abb59538","status":"passed","time":{"start":1706109165546,"stop":1706109165547,"duration":1}},{"uid":"727b8087a64e4ccd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/727b8087a64e4ccd","status":"passed","time":{"start":1706102983597,"stop":1706102983597,"duration":0}},{"uid":"c0d8b2ae6541d7c1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c0d8b2ae6541d7c1","status":"passed","time":{"start":1706102723313,"stop":1706102723313,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"7d2b27dc83dc91fb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7d2b27dc83dc91fb","status":"passed","time":{"start":1706529398288,"stop":1706529398289,"duration":1}},{"uid":"4121ea5964781177","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4121ea5964781177","status":"passed","time":{"start":1706528366393,"stop":1706528366393,"duration":0}},{"uid":"92cc2873ad6bd4d2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/92cc2873ad6bd4d2","status":"passed","time":{"start":1706527295405,"stop":1706527295405,"duration":0}},{"uid":"4df81d42c628456","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4df81d42c628456","status":"passed","time":{"start":1706527038706,"stop":1706527038707,"duration":1}},{"uid":"a7c5e576b0dea943","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a7c5e576b0dea943","status":"passed","time":{"start":1706526943974,"stop":1706526943975,"duration":1}},{"uid":"aceceb4dd885fc1b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/aceceb4dd885fc1b","status":"passed","time":{"start":1706526384542,"stop":1706526384542,"duration":0}},{"uid":"121069d38d3465ba","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/121069d38d3465ba","status":"passed","time":{"start":1706525843792,"stop":1706525843792,"duration":0}},{"uid":"c497dbff93b5b748","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c497dbff93b5b748","status":"passed","time":{"start":1706525434350,"stop":1706525434350,"duration":0}},{"uid":"245b89964e310793","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/245b89964e310793","status":"passed","time":{"start":1706468085173,"stop":1706468085174,"duration":1}},{"uid":"83434e53a5f6f74f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/83434e53a5f6f74f","status":"passed","time":{"start":1706323452002,"stop":1706323452002,"duration":0}},{"uid":"86c8df088a09cb00","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/86c8df088a09cb00","status":"passed","time":{"start":1706321729211,"stop":1706321729211,"duration":0}},{"uid":"b80e9c4a4e463a3","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b80e9c4a4e463a3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012417,"stop":1706245012418,"duration":1}},{"uid":"ad86f739bade474f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ad86f739bade474f","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521962,"stop":1706242521962,"duration":0}},{"uid":"ae021851751fc9b1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ae021851751fc9b1","status":"passed","time":{"start":1706115521926,"stop":1706115521927,"duration":1}},{"uid":"6f8b153fda32fa40","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6f8b153fda32fa40","status":"passed","time":{"start":1706114703488,"stop":1706114703488,"duration":0}},{"uid":"156b8240b0c8c19b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/156b8240b0c8c19b","status":"passed","time":{"start":1706112175809,"stop":1706112175810,"duration":1}},{"uid":"29c464698c2869bd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/29c464698c2869bd","status":"passed","time":{"start":1706111874201,"stop":1706111874201,"duration":0}},{"uid":"fb007af1ae6273e8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fb007af1ae6273e8","status":"passed","time":{"start":1706109783973,"stop":1706109783973,"duration":0}},{"uid":"165cd30022ac7002","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/165cd30022ac7002","status":"passed","time":{"start":1706103517617,"stop":1706103517617,"duration":0}},{"uid":"728939c4191eb873","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/728939c4191eb873","status":"passed","time":{"start":1706103336629,"stop":1706103336629,"duration":0}}]},"e6be96d0d23c7cd395070eac8c275c6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"48e4832fbd1c3a87","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/48e4832fbd1c3a87","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244709516,"stop":1706244709516,"duration":0}},{"uid":"808246bad2a56b53","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/808246bad2a56b53","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242274756,"stop":1706242274756,"duration":0}}]},"d6262b0eee5051479ec3e8a3c0853977:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d16615d427e4172","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/1d16615d427e4172","status":"passed","time":{"start":1705426906965,"stop":1705426906965,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"5837e9ef5a5636ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5837e9ef5a5636ab","status":"passed","time":{"start":1706529218531,"stop":1706529218532,"duration":1}},{"uid":"4640471dfde5ac73","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4640471dfde5ac73","status":"passed","time":{"start":1706528190587,"stop":1706528190588,"duration":1}},{"uid":"6d4bf7f44d1ed779","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6d4bf7f44d1ed779","status":"passed","time":{"start":1706527166767,"stop":1706527166768,"duration":1}},{"uid":"31c1f7d748c012d1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/31c1f7d748c012d1","status":"passed","time":{"start":1706526866903,"stop":1706526866903,"duration":0}},{"uid":"7be2aef8fcff65cf","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7be2aef8fcff65cf","status":"passed","time":{"start":1706526763574,"stop":1706526763574,"duration":0}},{"uid":"eeaa96633dab1e43","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/eeaa96633dab1e43","status":"passed","time":{"start":1706526185695,"stop":1706526185696,"duration":1}},{"uid":"7346b2496e47ba02","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7346b2496e47ba02","status":"passed","time":{"start":1706525659006,"stop":1706525659007,"duration":1}},{"uid":"36ca2201e2c9ebaa","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/36ca2201e2c9ebaa","status":"passed","time":{"start":1706525242380,"stop":1706525242380,"duration":0}},{"uid":"6208a7ec81a9be23","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6208a7ec81a9be23","status":"passed","time":{"start":1706467906890,"stop":1706467906890,"duration":0}},{"uid":"1774d1e0ba90350a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1774d1e0ba90350a","status":"passed","time":{"start":1706323273286,"stop":1706323273287,"duration":1}},{"uid":"f696f7b6779687a3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f696f7b6779687a3","status":"passed","time":{"start":1706321575890,"stop":1706321575892,"duration":2}},{"uid":"79502ac5f4c299f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/79502ac5f4c299f","status":"passed","time":{"start":1706115384058,"stop":1706115384058,"duration":0}},{"uid":"48330a20d99cc6b8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/48330a20d99cc6b8","status":"passed","time":{"start":1706114521953,"stop":1706114521953,"duration":0}},{"uid":"83ab7a275bb5dbdd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/83ab7a275bb5dbdd","status":"passed","time":{"start":1706112015265,"stop":1706112015265,"duration":0}},{"uid":"82c8c549311e0f5c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/82c8c549311e0f5c","status":"passed","time":{"start":1706111693409,"stop":1706111693409,"duration":0}},{"uid":"5b553315322eddd1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5b553315322eddd1","status":"passed","time":{"start":1706109609746,"stop":1706109609746,"duration":0}},{"uid":"33fb1a54836eceac","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/33fb1a54836eceac","status":"passed","time":{"start":1706103393436,"stop":1706103393439,"duration":3}},{"uid":"efd5ee9e345c2f58","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/efd5ee9e345c2f58","status":"passed","time":{"start":1706103153320,"stop":1706103153321,"duration":1}},{"uid":"6a78c985b70840b7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6a78c985b70840b7","status":"passed","time":{"start":1706102507030,"stop":1706102507030,"duration":0}},{"uid":"7c4ee4f8b288a7e7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/7c4ee4f8b288a7e7","status":"passed","time":{"start":1706102385194,"stop":1706102385195,"duration":1}}]},"a9d0ff801a54878a64242d702e461c8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f065c60529b07dee","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f065c60529b07dee","status":"passed","time":{"start":1706111464018,"stop":1706111464019,"duration":1}}]},"953be88949666a9b9a14a3588e4a56ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37e152a5521337e","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/37e152a5521337e","status":"passed","time":{"start":1705421382766,"stop":1705421382767,"duration":1}}]},"bc8030ffb7b940398a95c7cc72e70937:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a09f8fa268f64960","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a09f8fa268f64960","status":"passed","time":{"start":1706101264981,"stop":1706101264981,"duration":0}}]},"1d5fdbac3b5307d1e48c34a35f7aec52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f207bef594af0a7","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/3f207bef594af0a7","status":"passed","time":{"start":1705383142403,"stop":1705383142404,"duration":1}}]},"841c17d6a67273d9d853379b2c9a0272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a39abae18dd3c1c4","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/a39abae18dd3c1c4","status":"passed","time":{"start":1705525514773,"stop":1705525514773,"duration":0}}]},"e68138e0dbf64964558d9b7fa7592c41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a99000c440ee6a4b","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/a99000c440ee6a4b","status":"passed","time":{"start":1705520764140,"stop":1705520764141,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"2fa261925a780f5b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2fa261925a780f5b","status":"passed","time":{"start":1706528986013,"stop":1706528986013,"duration":0}},{"uid":"5cdaea1401ff5006","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5cdaea1401ff5006","status":"passed","time":{"start":1706527951703,"stop":1706527951704,"duration":1}},{"uid":"76dea2bac5c44d9e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/76dea2bac5c44d9e","status":"passed","time":{"start":1706526969208,"stop":1706526969208,"duration":0}},{"uid":"654616ba935d3e08","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/654616ba935d3e08","status":"passed","time":{"start":1706526675848,"stop":1706526675848,"duration":0}},{"uid":"d51917b55b3ae3c2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d51917b55b3ae3c2","status":"passed","time":{"start":1706526572356,"stop":1706526572356,"duration":0}},{"uid":"ef6f01402d969d60","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef6f01402d969d60","status":"passed","time":{"start":1706525997937,"stop":1706525997937,"duration":0}},{"uid":"85a84f03ae5017ff","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/85a84f03ae5017ff","status":"passed","time":{"start":1706525468251,"stop":1706525468252,"duration":1}},{"uid":"9f2d0ac67d124edb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9f2d0ac67d124edb","status":"passed","time":{"start":1706525019709,"stop":1706525019710,"duration":1}},{"uid":"8bf45fc08ba0482a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8bf45fc08ba0482a","status":"passed","time":{"start":1706467721293,"stop":1706467721293,"duration":0}},{"uid":"f772345423c13274","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f772345423c13274","status":"passed","time":{"start":1706323082566,"stop":1706323082566,"duration":0}},{"uid":"5fdc8905724bda05","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5fdc8905724bda05","status":"passed","time":{"start":1706321389969,"stop":1706321389969,"duration":0}},{"uid":"83bd3f962616391f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/83bd3f962616391f","status":"passed","time":{"start":1706115172649,"stop":1706115172650,"duration":1}},{"uid":"1a64ff22024c4c14","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1a64ff22024c4c14","status":"passed","time":{"start":1706114335599,"stop":1706114335599,"duration":0}},{"uid":"273242bf1a9f548c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/273242bf1a9f548c","status":"passed","time":{"start":1706111797805,"stop":1706111797806,"duration":1}},{"uid":"b11644b4c46af945","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b11644b4c46af945","status":"passed","time":{"start":1706111496587,"stop":1706111496588,"duration":1}},{"uid":"66871d36fb586364","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/66871d36fb586364","status":"passed","time":{"start":1706109403542,"stop":1706109403543,"duration":1}},{"uid":"12d4b4845fd4dfa7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/12d4b4845fd4dfa7","status":"passed","time":{"start":1706103220671,"stop":1706103220672,"duration":1}},{"uid":"9bdaf4fa8bf1e1ef","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9bdaf4fa8bf1e1ef","status":"passed","time":{"start":1706102943580,"stop":1706102943580,"duration":0}},{"uid":"61c9960df17128b6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/61c9960df17128b6","status":"passed","time":{"start":1706102315318,"stop":1706102315318,"duration":0}},{"uid":"ab950734bf60efa7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ab950734bf60efa7","status":"passed","time":{"start":1706102190046,"stop":1706102190046,"duration":0}}]},"a20ffc476f3f3f832142faf8b696e8af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eabb6542ff82eaf9","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/eabb6542ff82eaf9","status":"passed","time":{"start":1705371445901,"stop":1705371445902,"duration":1}}]},"a79c6bbeea50d85f1baf13f4997f3373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2ce87c62e5019ac","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/c2ce87c62e5019ac","status":"passed","time":{"start":1705526842275,"stop":1705526842275,"duration":0}}]},"43d1d934d1dab6c55db572c3179bf73d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2541f74286910f9f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2541f74286910f9f","status":"passed","time":{"start":1706321713108,"stop":1706321713108,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"db5d10dd0db8841f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/db5d10dd0db8841f","status":"passed","time":{"start":1706528986016,"stop":1706528986017,"duration":1}},{"uid":"f4654dc46108381e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f4654dc46108381e","status":"passed","time":{"start":1706527951709,"stop":1706527951710,"duration":1}},{"uid":"dfc5ba623635bd1c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dfc5ba623635bd1c","status":"passed","time":{"start":1706526969211,"stop":1706526969211,"duration":0}},{"uid":"170dd424e2d64366","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/170dd424e2d64366","status":"passed","time":{"start":1706526675857,"stop":1706526675857,"duration":0}},{"uid":"72a778fc0f70668","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/72a778fc0f70668","status":"passed","time":{"start":1706526572366,"stop":1706526572367,"duration":1}},{"uid":"cd9cf74204b37010","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cd9cf74204b37010","status":"passed","time":{"start":1706525997940,"stop":1706525997940,"duration":0}},{"uid":"46283544b0738fb7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/46283544b0738fb7","status":"passed","time":{"start":1706525468255,"stop":1706525468255,"duration":0}},{"uid":"fc8dfbaed727c6f5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fc8dfbaed727c6f5","status":"passed","time":{"start":1706525019719,"stop":1706525019720,"duration":1}},{"uid":"4f2616e9f626b9c1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4f2616e9f626b9c1","status":"passed","time":{"start":1706467721295,"stop":1706467721295,"duration":0}},{"uid":"efac72f086c55490","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/efac72f086c55490","status":"passed","time":{"start":1706323082568,"stop":1706323082568,"duration":0}},{"uid":"ec70d1a093d39a7b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ec70d1a093d39a7b","status":"passed","time":{"start":1706321389972,"stop":1706321389972,"duration":0}},{"uid":"a5821ec296c3e3ae","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a5821ec296c3e3ae","status":"passed","time":{"start":1706115172653,"stop":1706115172657,"duration":4}},{"uid":"badb412b8ca5f886","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/badb412b8ca5f886","status":"passed","time":{"start":1706114335603,"stop":1706114335604,"duration":1}},{"uid":"fba389726a8da230","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fba389726a8da230","status":"passed","time":{"start":1706111797810,"stop":1706111797811,"duration":1}},{"uid":"241a84db92326578","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/241a84db92326578","status":"passed","time":{"start":1706111496599,"stop":1706111496607,"duration":8}},{"uid":"6f78eab476bc752","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6f78eab476bc752","status":"passed","time":{"start":1706109403546,"stop":1706109403546,"duration":0}},{"uid":"33b293f3d240eea","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/33b293f3d240eea","status":"passed","time":{"start":1706103220674,"stop":1706103220674,"duration":0}},{"uid":"e65472b2215d64b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e65472b2215d64b","status":"passed","time":{"start":1706102943583,"stop":1706102943583,"duration":0}},{"uid":"2e49e722fe8301cc","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2e49e722fe8301cc","status":"passed","time":{"start":1706102315321,"stop":1706102315322,"duration":1}},{"uid":"6813429b339c6f02","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6813429b339c6f02","status":"passed","time":{"start":1706102190049,"stop":1706102190049,"duration":0}}]},"76f86f2e853222acacbd72e87c478dea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d83c27646829c44e","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/d83c27646829c44e","status":"passed","time":{"start":1706099342680,"stop":1706099342680,"duration":0}}]},"e876f46e5873a39457b301a3f2978edb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d4b978804f0e64c","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/2d4b978804f0e64c","status":"passed","time":{"start":1705570477315,"stop":1705570477315,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":54,"unknown":0,"total":56},"items":[{"uid":"3eeb14967367d0ea","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3eeb14967367d0ea","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706529092197,"stop":1706529092197,"duration":0}},{"uid":"75832b52a97962ca","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/75832b52a97962ca","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706528057423,"stop":1706528057424,"duration":1}},{"uid":"8a987567c466365c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8a987567c466365c","status":"passed","time":{"start":1706526914755,"stop":1706526914756,"duration":1}},{"uid":"2f55a962afdf54b0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2f55a962afdf54b0","status":"passed","time":{"start":1706526612610,"stop":1706526612611,"duration":1}},{"uid":"4255861a93e39f3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4255861a93e39f3","status":"passed","time":{"start":1706526514751,"stop":1706526514752,"duration":1}},{"uid":"21dc88a566572f97","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/21dc88a566572f97","status":"passed","time":{"start":1706525945099,"stop":1706525945099,"duration":0}},{"uid":"9285acff7a9fa2c5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9285acff7a9fa2c5","status":"passed","time":{"start":1706525418812,"stop":1706525418813,"duration":1}},{"uid":"4330937faf77dcdf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4330937faf77dcdf","status":"passed","time":{"start":1706525116042,"stop":1706525116042,"duration":0}},{"uid":"902e168599e935c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/902e168599e935c","status":"passed","time":{"start":1706467681183,"stop":1706467681183,"duration":0}},{"uid":"735d743f1e28b61f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/735d743f1e28b61f","status":"passed","time":{"start":1706323017113,"stop":1706323017114,"duration":1}},{"uid":"67ee3a536d199c3e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/67ee3a536d199c3e","status":"passed","time":{"start":1706321333739,"stop":1706321333740,"duration":1}},{"uid":"8f41263d3f2e06de","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8f41263d3f2e06de","status":"passed","time":{"start":1706244762205,"stop":1706244762205,"duration":0}},{"uid":"55b5e3e824e3494e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/55b5e3e824e3494e","status":"passed","time":{"start":1706242326849,"stop":1706242326849,"duration":0}},{"uid":"f31e35433d456792","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f31e35433d456792","status":"passed","time":{"start":1706115157082,"stop":1706115157084,"duration":2}},{"uid":"4db563c9b7f3a5ab","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4db563c9b7f3a5ab","status":"passed","time":{"start":1706114292019,"stop":1706114292019,"duration":0}},{"uid":"e91bad459e7f7815","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e91bad459e7f7815","status":"passed","time":{"start":1706111754969,"stop":1706111754969,"duration":0}},{"uid":"8a6395e0e4d09422","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8a6395e0e4d09422","status":"passed","time":{"start":1706111454519,"stop":1706111454519,"duration":0}},{"uid":"dfb3ee0b37cd6a94","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dfb3ee0b37cd6a94","status":"passed","time":{"start":1706109346650,"stop":1706109346651,"duration":1}},{"uid":"9725303b042a4070","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9725303b042a4070","status":"passed","time":{"start":1706103153456,"stop":1706103153457,"duration":1}},{"uid":"1dbc9689e764fc44","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1dbc9689e764fc44","status":"passed","time":{"start":1706102905514,"stop":1706102905515,"duration":1}}]},"c006c1faa6f0a3c65cfc874201250cd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"7eb68c8fcde6d2c4","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/7eb68c8fcde6d2c4","status":"passed","time":{"start":1705521140308,"stop":1705521140308,"duration":0}},{"uid":"72723790eb26f194","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/72723790eb26f194","status":"passed","time":{"start":1705520883423,"stop":1705520883423,"duration":0}},{"uid":"213048339e8092a4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/213048339e8092a4","status":"passed","time":{"start":1705520300896,"stop":1705520300896,"duration":0}},{"uid":"b1d8f929bb7e6e6","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b1d8f929bb7e6e6","status":"passed","time":{"start":1705518525969,"stop":1705518525969,"duration":0}},{"uid":"adf2e0807f074abd","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/adf2e0807f074abd","status":"passed","time":{"start":1705518246815,"stop":1705518246815,"duration":0}},{"uid":"34512ba0a17b6d90","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/34512ba0a17b6d90","status":"passed","time":{"start":1705518140994,"stop":1705518140995,"duration":1}},{"uid":"a645bf04d451d48f","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/a645bf04d451d48f","status":"passed","time":{"start":1705518032437,"stop":1705518032437,"duration":0}},{"uid":"181f811e073a1ffa","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/181f811e073a1ffa","status":"passed","time":{"start":1705508700818,"stop":1705508700819,"duration":1}},{"uid":"f49f0e8cba796bc","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f49f0e8cba796bc","status":"passed","time":{"start":1705506512665,"stop":1705506512665,"duration":0}},{"uid":"94ea8075e21d97c1","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/94ea8075e21d97c1","status":"passed","time":{"start":1705502966524,"stop":1705502966525,"duration":1}},{"uid":"837f5c9553326824","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/837f5c9553326824","status":"passed","time":{"start":1705502370735,"stop":1705502370735,"duration":0}},{"uid":"94573f456850c67c","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/94573f456850c67c","status":"passed","time":{"start":1705502517779,"stop":1705502517780,"duration":1}},{"uid":"26282d91c8964152","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/26282d91c8964152","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321706,"stop":1705495321706,"duration":0}},{"uid":"a4e1c12ccfa0a6c8","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a4e1c12ccfa0a6c8","status":"passed","time":{"start":1705494975700,"stop":1705494975700,"duration":0}},{"uid":"15a64beaa3393686","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/15a64beaa3393686","status":"passed","time":{"start":1705494930766,"stop":1705494930767,"duration":1}},{"uid":"ed0e7440879ae8db","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ed0e7440879ae8db","status":"passed","time":{"start":1705493496393,"stop":1705493496393,"duration":0}},{"uid":"5a3655cb0f71a48c","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/5a3655cb0f71a48c","status":"passed","time":{"start":1705493451257,"stop":1705493451258,"duration":1}},{"uid":"73549bf7fccb8ff2","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/73549bf7fccb8ff2","status":"passed","time":{"start":1705485279311,"stop":1705485279311,"duration":0}},{"uid":"33932dc089a8f2a3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/33932dc089a8f2a3","status":"passed","time":{"start":1705485136814,"stop":1705485136814,"duration":0}},{"uid":"8bbf686bbeebce22","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/8bbf686bbeebce22","status":"passed","time":{"start":1705484392941,"stop":1705484392941,"duration":0}}]},"825b46dd6e8409cc5814636818fa40b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"e445649445604819","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e445649445604819","status":"passed","time":{"start":1705521140295,"stop":1705521140295,"duration":0}},{"uid":"1a16dc20d7158ae","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/1a16dc20d7158ae","status":"passed","time":{"start":1705520883406,"stop":1705520883406,"duration":0}},{"uid":"7d017c302c767ed8","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/7d017c302c767ed8","status":"passed","time":{"start":1705520300882,"stop":1705520300882,"duration":0}},{"uid":"cc015aac023020e1","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/cc015aac023020e1","status":"passed","time":{"start":1705518525955,"stop":1705518525956,"duration":1}},{"uid":"feb851e7c03e093c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/feb851e7c03e093c","status":"passed","time":{"start":1705518246801,"stop":1705518246802,"duration":1}},{"uid":"452aab19c6fb0b07","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/452aab19c6fb0b07","status":"passed","time":{"start":1705518140970,"stop":1705518140970,"duration":0}},{"uid":"9de930ae83dabb32","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9de930ae83dabb32","status":"passed","time":{"start":1705518032412,"stop":1705518032413,"duration":1}},{"uid":"fd823708ab3410a2","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/fd823708ab3410a2","status":"passed","time":{"start":1705508700803,"stop":1705508700804,"duration":1}},{"uid":"ffdc3381e4bf2c03","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/ffdc3381e4bf2c03","status":"passed","time":{"start":1705506512636,"stop":1705506512636,"duration":0}},{"uid":"91f874a1e8ccb0f8","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/91f874a1e8ccb0f8","status":"passed","time":{"start":1705502966501,"stop":1705502966501,"duration":0}},{"uid":"7a1a96f7527611f3","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/7a1a96f7527611f3","status":"passed","time":{"start":1705502370711,"stop":1705502370711,"duration":0}},{"uid":"3ce86756537e886a","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/3ce86756537e886a","status":"passed","time":{"start":1705502517764,"stop":1705502517764,"duration":0}},{"uid":"edbdcdb5f9f10df","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/edbdcdb5f9f10df","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321671,"stop":1705495321677,"duration":6}},{"uid":"9cb35d3712fb1dbc","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9cb35d3712fb1dbc","status":"passed","time":{"start":1705494975682,"stop":1705494975682,"duration":0}},{"uid":"b9c665cfdd642eb0","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/b9c665cfdd642eb0","status":"passed","time":{"start":1705494930735,"stop":1705494930735,"duration":0}},{"uid":"6f57d6036729ad49","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/6f57d6036729ad49","status":"passed","time":{"start":1705493496298,"stop":1705493496299,"duration":1}},{"uid":"a9bf6bf71b8e0180","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/a9bf6bf71b8e0180","status":"passed","time":{"start":1705493451244,"stop":1705493451244,"duration":0}},{"uid":"c6e30c8d1f5f525c","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/c6e30c8d1f5f525c","status":"passed","time":{"start":1705485279299,"stop":1705485279299,"duration":0}},{"uid":"76258eae98882f2a","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/76258eae98882f2a","status":"passed","time":{"start":1705485136799,"stop":1705485136799,"duration":0}},{"uid":"1b5ab6ed6d5cc0ca","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1b5ab6ed6d5cc0ca","status":"passed","time":{"start":1705484392925,"stop":1705484392926,"duration":1}}]},"1d39d10d2d7fca808d98177c6564ccc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4fb3cff8c460e9e0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4fb3cff8c460e9e0","status":"passed","time":{"start":1705912976202,"stop":1705912976202,"duration":0}}]},"a441b34c87ff4acca25a345480c0e832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"c83ac71e0beeaf8a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c83ac71e0beeaf8a","status":"passed","time":{"start":1706528814969,"stop":1706528814969,"duration":0}},{"uid":"fbb7c44c040ab8fd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fbb7c44c040ab8fd","status":"passed","time":{"start":1706527782657,"stop":1706527782657,"duration":0}},{"uid":"a3cf580b84666280","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a3cf580b84666280","status":"passed","time":{"start":1706526799751,"stop":1706526799751,"duration":0}},{"uid":"7c9cd96b6bfa231c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7c9cd96b6bfa231c","status":"passed","time":{"start":1706526495784,"stop":1706526495784,"duration":0}},{"uid":"3dee9e6788146e6b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3dee9e6788146e6b","status":"passed","time":{"start":1706526404763,"stop":1706526404764,"duration":1}},{"uid":"fa280e25980fb088","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fa280e25980fb088","status":"passed","time":{"start":1706525829659,"stop":1706525829677,"duration":18}},{"uid":"33e054f389b95975","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/33e054f389b95975","status":"passed","time":{"start":1706525298683,"stop":1706525298684,"duration":1}},{"uid":"1619974b0eef4e6b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1619974b0eef4e6b","status":"passed","time":{"start":1706524857933,"stop":1706524857933,"duration":0}},{"uid":"1660144a2e9ae8fe","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1660144a2e9ae8fe","status":"passed","time":{"start":1706467552039,"stop":1706467552040,"duration":1}},{"uid":"4d924ac39e8d275a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4d924ac39e8d275a","status":"passed","time":{"start":1706322904832,"stop":1706322904832,"duration":0}},{"uid":"1a3ed30fa3fe5c3c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1a3ed30fa3fe5c3c","status":"passed","time":{"start":1706321219429,"stop":1706321219430,"duration":1}},{"uid":"4fbfb5846781e084","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4fbfb5846781e084","status":"passed","time":{"start":1706244735449,"stop":1706244735450,"duration":1}},{"uid":"1e1977bed1915356","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1e1977bed1915356","status":"passed","time":{"start":1706242296418,"stop":1706242296418,"duration":0}},{"uid":"ea0ddb46bee01d7b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ea0ddb46bee01d7b","status":"passed","time":{"start":1706114989580,"stop":1706114989580,"duration":0}},{"uid":"29e0061f0a0f5213","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/29e0061f0a0f5213","status":"passed","time":{"start":1706114161119,"stop":1706114161119,"duration":0}},{"uid":"b8fcbf4347ac1ba7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b8fcbf4347ac1ba7","status":"passed","time":{"start":1706111636991,"stop":1706111636991,"duration":0}},{"uid":"1201fcc3e4a43a64","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1201fcc3e4a43a64","status":"passed","time":{"start":1706111323443,"stop":1706111323444,"duration":1}},{"uid":"98fd21de641be716","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/98fd21de641be716","status":"passed","time":{"start":1706109231144,"stop":1706109231144,"duration":0}},{"uid":"be6c644b28b1a830","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/be6c644b28b1a830","status":"passed","time":{"start":1706103046874,"stop":1706103046875,"duration":1}},{"uid":"1ffc0579d8b1c591","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1ffc0579d8b1c591","status":"passed","time":{"start":1706102784511,"stop":1706102784511,"duration":0}}]},"2fa85bb418ce4b9fe39e9c282cc0c017:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"8148db4b4bbaa418","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/8148db4b4bbaa418","status":"passed","time":{"start":1706100942622,"stop":1706100942622,"duration":0}},{"uid":"7a44b383d47b318c","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/7a44b383d47b318c","status":"passed","time":{"start":1706099973767,"stop":1706099973768,"duration":1}},{"uid":"1b9331630b9bb8e0","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/1b9331630b9bb8e0","status":"passed","time":{"start":1706077701790,"stop":1706077701790,"duration":0}},{"uid":"f2e1c8df4a28d970","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f2e1c8df4a28d970","status":"passed","time":{"start":1706069790737,"stop":1706069790738,"duration":1}},{"uid":"62e3bf83fc474e60","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/62e3bf83fc474e60","status":"passed","time":{"start":1705950495056,"stop":1705950495056,"duration":0}},{"uid":"919e1228909b2b84","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/919e1228909b2b84","status":"passed","time":{"start":1705938302723,"stop":1705938302723,"duration":0}},{"uid":"6f24d472d90f47bd","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/6f24d472d90f47bd","status":"passed","time":{"start":1705913446713,"stop":1705913446714,"duration":1}},{"uid":"870139819a48cf37","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/870139819a48cf37","status":"passed","time":{"start":1705912988152,"stop":1705912988153,"duration":1}},{"uid":"fa26726d01534ca5","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fa26726d01534ca5","status":"passed","time":{"start":1705912372228,"stop":1705912372228,"duration":0}},{"uid":"7f9ddaece42d682e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7f9ddaece42d682e","status":"passed","time":{"start":1705911551487,"stop":1705911551488,"duration":1}},{"uid":"1bb7f43b68064e09","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/1bb7f43b68064e09","status":"passed","time":{"start":1705698757772,"stop":1705698757772,"duration":0}},{"uid":"939b8e0342b5d9b3","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/939b8e0342b5d9b3","status":"passed","time":{"start":1705687467731,"stop":1705687467731,"duration":0}},{"uid":"385b8b6673aa578e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/385b8b6673aa578e","status":"passed","time":{"start":1705687390804,"stop":1705687390804,"duration":0}},{"uid":"3f9e0f0c2b10ac13","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/3f9e0f0c2b10ac13","status":"passed","time":{"start":1705678077462,"stop":1705678077462,"duration":0}},{"uid":"22d36cdb57ad5b0e","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/22d36cdb57ad5b0e","status":"passed","time":{"start":1705678007049,"stop":1705678007050,"duration":1}},{"uid":"9b5d4e1afdc2b5fb","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/9b5d4e1afdc2b5fb","status":"passed","time":{"start":1705677873543,"stop":1705677873543,"duration":0}},{"uid":"9bbcf97b6e8df631","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/9bbcf97b6e8df631","status":"passed","time":{"start":1705677414851,"stop":1705677414851,"duration":0}},{"uid":"ac9596e620095ba4","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/ac9596e620095ba4","status":"passed","time":{"start":1705676004256,"stop":1705676004257,"duration":1}},{"uid":"9e269ecd5404855d","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/9e269ecd5404855d","status":"passed","time":{"start":1705675426987,"stop":1705675426987,"duration":0}},{"uid":"14a163cced8518cd","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/14a163cced8518cd","status":"passed","time":{"start":1705670299885,"stop":1705670299886,"duration":1}}]},"6f95d64c8dd261719bc2906ce157211b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bde028c9d96906a3","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/bde028c9d96906a3","status":"passed","time":{"start":1705526927161,"stop":1705526927161,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"8b68ba642a70e604","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8b68ba642a70e604","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0}},{"uid":"b1ed0b535071b939","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b1ed0b535071b939","status":"passed","time":{"start":1706528290473,"stop":1706528290473,"duration":0}},{"uid":"b221646a29a5059b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b221646a29a5059b","status":"passed","time":{"start":1706527264366,"stop":1706527264366,"duration":0}},{"uid":"55e9d3d4f5546d84","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/55e9d3d4f5546d84","status":"passed","time":{"start":1706526976778,"stop":1706526976779,"duration":1}},{"uid":"d1ce17b02d72320b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d1ce17b02d72320b","status":"passed","time":{"start":1706526885811,"stop":1706526885811,"duration":0}},{"uid":"66c9cc8287295f52","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/66c9cc8287295f52","status":"passed","time":{"start":1706526330104,"stop":1706526330104,"duration":0}},{"uid":"4e4d106167b9b519","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4e4d106167b9b519","status":"passed","time":{"start":1706525780731,"stop":1706525780732,"duration":1}},{"uid":"8fb9d90467d589f6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8fb9d90467d589f6","status":"passed","time":{"start":1706525359501,"stop":1706525359502,"duration":1}},{"uid":"b089e1b3310db7d9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b089e1b3310db7d9","status":"passed","time":{"start":1706468042648,"stop":1706468042649,"duration":1}},{"uid":"443ce1a2c5a1296a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/443ce1a2c5a1296a","status":"passed","time":{"start":1706323386935,"stop":1706323386935,"duration":0}},{"uid":"6b6c654647625a03","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6b6c654647625a03","status":"passed","time":{"start":1706321713105,"stop":1706321713105,"duration":0}},{"uid":"4781676038e54f52","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4781676038e54f52","status":"passed","time":{"start":1706115482616,"stop":1706115482617,"duration":1}},{"uid":"19dad7e8a0daa848","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/19dad7e8a0daa848","status":"passed","time":{"start":1706114635443,"stop":1706114635443,"duration":0}},{"uid":"690c9cfdb8eee654","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/690c9cfdb8eee654","status":"passed","time":{"start":1706112127566,"stop":1706112127567,"duration":1}},{"uid":"a1d5a76076c6016c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a1d5a76076c6016c","status":"passed","time":{"start":1706111809285,"stop":1706111809285,"duration":0}},{"uid":"b5e8f3f4a16466d4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b5e8f3f4a16466d4","status":"passed","time":{"start":1706109719540,"stop":1706109719541,"duration":1}},{"uid":"67d827dfbbe64dd0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/67d827dfbbe64dd0","status":"passed","time":{"start":1706103518439,"stop":1706103518439,"duration":0}},{"uid":"a7395e280d95b590","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a7395e280d95b590","status":"passed","time":{"start":1706103305166,"stop":1706103305167,"duration":1}},{"uid":"7d2876677a6bf612","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7d2876677a6bf612","status":"passed","time":{"start":1706102626857,"stop":1706102626858,"duration":1}},{"uid":"3f4f5a1bc514cc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3f4f5a1bc514cc","status":"passed","time":{"start":1706102491859,"stop":1706102491859,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"c3e989d7533963a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c3e989d7533963a0","status":"passed","time":{"start":1706529092223,"stop":1706529092223,"duration":0}},{"uid":"44da1249902b80ef","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/44da1249902b80ef","status":"passed","time":{"start":1706528057476,"stop":1706528057476,"duration":0}},{"uid":"af797275b21b6e85","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/af797275b21b6e85","status":"passed","time":{"start":1706526914794,"stop":1706526914794,"duration":0}},{"uid":"40339e9f72a7dfa7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/40339e9f72a7dfa7","status":"passed","time":{"start":1706526612685,"stop":1706526612686,"duration":1}},{"uid":"cfcd7d1ae3e63eb8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cfcd7d1ae3e63eb8","status":"passed","time":{"start":1706526514776,"stop":1706526514777,"duration":1}},{"uid":"5e50f7c8a0f58eb4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5e50f7c8a0f58eb4","status":"passed","time":{"start":1706525945123,"stop":1706525945124,"duration":1}},{"uid":"8a0c51ed75573187","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8a0c51ed75573187","status":"passed","time":{"start":1706525418840,"stop":1706525418840,"duration":0}},{"uid":"e05354d41b7e520d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e05354d41b7e520d","status":"passed","time":{"start":1706525116061,"stop":1706525116061,"duration":0}},{"uid":"e63c8526bcc9a73","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e63c8526bcc9a73","status":"passed","time":{"start":1706467681233,"stop":1706467681233,"duration":0}},{"uid":"66ae8ca96b658cd9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/66ae8ca96b658cd9","status":"passed","time":{"start":1706323017135,"stop":1706323017135,"duration":0}},{"uid":"4562742eeaa026d2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4562742eeaa026d2","status":"passed","time":{"start":1706321333779,"stop":1706321333780,"duration":1}},{"uid":"a8a8e726f88f8bbe","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a8a8e726f88f8bbe","status":"passed","time":{"start":1706115157118,"stop":1706115157118,"duration":0}},{"uid":"a0f3aed48b260837","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a0f3aed48b260837","status":"passed","time":{"start":1706114292045,"stop":1706114292046,"duration":1}},{"uid":"812fa5fc61da4db9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/812fa5fc61da4db9","status":"passed","time":{"start":1706111755039,"stop":1706111755040,"duration":1}},{"uid":"4336a63722374f49","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4336a63722374f49","status":"passed","time":{"start":1706111454567,"stop":1706111454568,"duration":1}},{"uid":"be65a3ec8020971d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/be65a3ec8020971d","status":"passed","time":{"start":1706109346680,"stop":1706109346681,"duration":1}},{"uid":"af14f49cd2b06fb1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/af14f49cd2b06fb1","status":"passed","time":{"start":1706103153525,"stop":1706103153525,"duration":0}},{"uid":"de248f8963197377","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/de248f8963197377","status":"passed","time":{"start":1706102905550,"stop":1706102905550,"duration":0}},{"uid":"1fb69e523ecaa50b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1fb69e523ecaa50b","status":"passed","time":{"start":1706102263619,"stop":1706102263619,"duration":0}},{"uid":"3ee04b26ae8e0ea7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3ee04b26ae8e0ea7","status":"passed","time":{"start":1706102127492,"stop":1706102127492,"duration":0}}]},"b46730323444bb6793b015215ee6c425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7df33294e1f7048","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/d7df33294e1f7048","status":"passed","time":{"start":1705526927160,"stop":1705526927161,"duration":1}}]},"539de24449d73888663efce3f4c8200b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"671abd078dab05bd","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/671abd078dab05bd","status":"passed","time":{"start":1705424614759,"stop":1705424614759,"duration":0}}]},"876052d5c9ca1b3351b2a1b937082c77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65cb59e93b176b17","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/65cb59e93b176b17","status":"passed","time":{"start":1706102331419,"stop":1706102331419,"duration":0}}]},"3e678c11399087657245d258123d485f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"97022b4c776f852a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/97022b4c776f852a","status":"passed","time":{"start":1706100979766,"stop":1706100979767,"duration":1}},{"uid":"bd65ffb5113bbce2","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/bd65ffb5113bbce2","status":"passed","time":{"start":1706100012436,"stop":1706100012437,"duration":1}},{"uid":"a87f203bd6b2628d","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/a87f203bd6b2628d","status":"passed","time":{"start":1706077739093,"stop":1706077739094,"duration":1}},{"uid":"da6602d79e261df6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/da6602d79e261df6","status":"passed","time":{"start":1706069827481,"stop":1706069827481,"duration":0}},{"uid":"5065038aafeedc","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/5065038aafeedc","status":"passed","time":{"start":1705950521689,"stop":1705950521690,"duration":1}},{"uid":"3bc4b4881fc1cc23","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/3bc4b4881fc1cc23","status":"passed","time":{"start":1705938343382,"stop":1705938343382,"duration":0}},{"uid":"ded0a6e476830dcf","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ded0a6e476830dcf","status":"passed","time":{"start":1705913488241,"stop":1705913488242,"duration":1}},{"uid":"7fb1e69c3c1c858f","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/7fb1e69c3c1c858f","status":"passed","time":{"start":1705913034279,"stop":1705913034279,"duration":0}},{"uid":"62d38d14f5afda7c","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/62d38d14f5afda7c","status":"passed","time":{"start":1705912407150,"stop":1705912407150,"duration":0}},{"uid":"9b0e4b961ce3fab7","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/9b0e4b961ce3fab7","status":"passed","time":{"start":1705911588801,"stop":1705911588805,"duration":4}},{"uid":"4df979a3e9a1adad","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/4df979a3e9a1adad","status":"passed","time":{"start":1705698799124,"stop":1705698799124,"duration":0}},{"uid":"919a8dce6ee40d0e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/919a8dce6ee40d0e","status":"passed","time":{"start":1705687522380,"stop":1705687522380,"duration":0}},{"uid":"86f0fb6e4c6393a0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/86f0fb6e4c6393a0","status":"passed","time":{"start":1705687430762,"stop":1705687430763,"duration":1}},{"uid":"97937d4044e06108","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/97937d4044e06108","status":"passed","time":{"start":1705678121498,"stop":1705678121499,"duration":1}},{"uid":"83cc8a99bcfcbc27","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/83cc8a99bcfcbc27","status":"passed","time":{"start":1705678046319,"stop":1705678046320,"duration":1}},{"uid":"658624f73580c3c3","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/658624f73580c3c3","status":"passed","time":{"start":1705677908056,"stop":1705677908057,"duration":1}},{"uid":"8966fe0a215b96af","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/8966fe0a215b96af","status":"passed","time":{"start":1705677463261,"stop":1705677463261,"duration":0}},{"uid":"7628753447758ac2","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/7628753447758ac2","status":"passed","time":{"start":1705676052723,"stop":1705676052724,"duration":1}},{"uid":"150f3829ce81a4a1","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/150f3829ce81a4a1","status":"passed","time":{"start":1705675474646,"stop":1705675474646,"duration":0}},{"uid":"8a59e7b89e6a8bd0","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/8a59e7b89e6a8bd0","status":"passed","time":{"start":1705670338397,"stop":1705670338397,"duration":0}}]},"161843200bbfbe9ff777ff92199f283a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c647b960894306d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c647b960894306d","status":"passed","time":{"start":1706529333236,"stop":1706529333237,"duration":1}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"93df6720ecfbc5cb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/93df6720ecfbc5cb","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"duration":0}},{"uid":"1908a74c68277e88","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1908a74c68277e88","status":"passed","time":{"start":1706528357083,"stop":1706528357083,"duration":0}},{"uid":"bc64d0f1a89daa38","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bc64d0f1a89daa38","status":"passed","time":{"start":1706527326688,"stop":1706527326688,"duration":0}},{"uid":"9259c9f732cbef41","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9259c9f732cbef41","status":"passed","time":{"start":1706527049792,"stop":1706527049792,"duration":0}},{"uid":"d92e11d8f5893018","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d92e11d8f5893018","status":"passed","time":{"start":1706526961437,"stop":1706526961437,"duration":0}},{"uid":"79afa37eb71a0820","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/79afa37eb71a0820","status":"passed","time":{"start":1706526404276,"stop":1706526404276,"duration":0}},{"uid":"4894a77840072ad6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4894a77840072ad6","status":"passed","time":{"start":1706525849952,"stop":1706525849952,"duration":0}},{"uid":"f31b75f48fce87f2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f31b75f48fce87f2","status":"passed","time":{"start":1706525432944,"stop":1706525432944,"duration":0}},{"uid":"afe7235680cdff51","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/afe7235680cdff51","status":"passed","time":{"start":1706468114343,"stop":1706468114343,"duration":0}},{"uid":"bfb6c9e0f94324c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bfb6c9e0f94324c","status":"passed","time":{"start":1706323469644,"stop":1706323469645,"duration":1}},{"uid":"2ea36f70b6363bdc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2ea36f70b6363bdc","status":"passed","time":{"start":1706321771786,"stop":1706321771786,"duration":0}},{"uid":"ab1d370452d7ebe","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ab1d370452d7ebe","status":"passed","time":{"start":1706115542392,"stop":1706115542392,"duration":0}},{"uid":"97fa24168ef6436c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/97fa24168ef6436c","status":"passed","time":{"start":1706114725915,"stop":1706114725915,"duration":0}},{"uid":"f5701725b58c6cc5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f5701725b58c6cc5","status":"passed","time":{"start":1706112199260,"stop":1706112199260,"duration":0}},{"uid":"309065bcc02b9398","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/309065bcc02b9398","status":"passed","time":{"start":1706111893732,"stop":1706111893732,"duration":0}},{"uid":"2226e0e5f00a0961","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2226e0e5f00a0961","status":"passed","time":{"start":1706109796549,"stop":1706109796549,"duration":0}},{"uid":"db99e1b5c880f025","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/db99e1b5c880f025","status":"passed","time":{"start":1706103557149,"stop":1706103557149,"duration":0}},{"uid":"bac9b814be023fe9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bac9b814be023fe9","status":"passed","time":{"start":1706103365799,"stop":1706103365799,"duration":0}},{"uid":"2ce9aef769d81192","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2ce9aef769d81192","status":"passed","time":{"start":1706102701046,"stop":1706102701046,"duration":0}},{"uid":"869d7a9f656a389a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/869d7a9f656a389a","status":"passed","time":{"start":1706102579554,"stop":1706102579554,"duration":0}}]},"2d148efafdb6739313c23c56e80eac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"922715fe10e8af45","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/922715fe10e8af45","status":"passed","time":{"start":1706526330110,"stop":1706526330111,"duration":1}}]},"361b2c00f234ffb3b0f0730949b9980f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70d4a4bf10a2c5c7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/70d4a4bf10a2c5c7","status":"passed","time":{"start":1706321475554,"stop":1706321475555,"duration":1}}]},"54352ea3467a96b7a1d6035ec25b4d68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"69793e28ac6c2150","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/69793e28ac6c2150","status":"passed","time":{"start":1706100979759,"stop":1706100979759,"duration":0}},{"uid":"c2a87f7800c58d79","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/c2a87f7800c58d79","status":"passed","time":{"start":1706100012428,"stop":1706100012429,"duration":1}},{"uid":"c8586d95070ddb70","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/c8586d95070ddb70","status":"passed","time":{"start":1706077739086,"stop":1706077739086,"duration":0}},{"uid":"2fd11e665c37c067","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2fd11e665c37c067","status":"passed","time":{"start":1706069827470,"stop":1706069827471,"duration":1}},{"uid":"e4d75c9c2968ab7a","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e4d75c9c2968ab7a","status":"passed","time":{"start":1705950521667,"stop":1705950521667,"duration":0}},{"uid":"6d6b9177f2a5b5af","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6d6b9177f2a5b5af","status":"passed","time":{"start":1705938343374,"stop":1705938343374,"duration":0}},{"uid":"76d3b9cfba45ec63","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/76d3b9cfba45ec63","status":"passed","time":{"start":1705913488228,"stop":1705913488229,"duration":1}},{"uid":"660b9f797e635c8","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/660b9f797e635c8","status":"passed","time":{"start":1705913034275,"stop":1705913034276,"duration":1}},{"uid":"386fd277e032e6ec","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/386fd277e032e6ec","status":"passed","time":{"start":1705912407143,"stop":1705912407143,"duration":0}},{"uid":"3f4d7e3b9ffdd789","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3f4d7e3b9ffdd789","status":"passed","time":{"start":1705911588795,"stop":1705911588796,"duration":1}},{"uid":"d185c78cea7197d1","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d185c78cea7197d1","status":"passed","time":{"start":1705698799120,"stop":1705698799120,"duration":0}},{"uid":"c6333d08aece6fd4","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c6333d08aece6fd4","status":"passed","time":{"start":1705687522368,"stop":1705687522369,"duration":1}},{"uid":"30fda8f70b62a98d","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/30fda8f70b62a98d","status":"passed","time":{"start":1705687430748,"stop":1705687430756,"duration":8}},{"uid":"fef0b5985a4ddff0","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/fef0b5985a4ddff0","status":"passed","time":{"start":1705678121478,"stop":1705678121479,"duration":1}},{"uid":"39cc016b57cdc916","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/39cc016b57cdc916","status":"passed","time":{"start":1705678046315,"stop":1705678046315,"duration":0}},{"uid":"868e086c55a16c37","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/868e086c55a16c37","status":"passed","time":{"start":1705677908052,"stop":1705677908052,"duration":0}},{"uid":"b0c416b810fc10b5","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/b0c416b810fc10b5","status":"passed","time":{"start":1705677463232,"stop":1705677463232,"duration":0}},{"uid":"ba108077bd9c6f8a","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/ba108077bd9c6f8a","status":"passed","time":{"start":1705676052701,"stop":1705676052706,"duration":5}},{"uid":"d8b4e53baecb060","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/d8b4e53baecb060","status":"passed","time":{"start":1705675474641,"stop":1705675474641,"duration":0}},{"uid":"9e38ea276f71493d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/9e38ea276f71493d","status":"passed","time":{"start":1705670338393,"stop":1705670338393,"duration":0}}]},"3c1917fb5ebff380064113adcef55393:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bd177c414954bd48","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/bd177c414954bd48","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321708,"stop":1705495321708,"duration":0}}]},"003d6dc254e9ec5fcfa0186180449900:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"255e37ce5ea81f22","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/255e37ce5ea81f22","status":"passed","time":{"start":1705938289255,"stop":1705938289256,"duration":1}}]},"4362f947186088dc07f910eb0e2202f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30c5ef6f44f9f700","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/30c5ef6f44f9f700","status":"passed","time":{"start":1706527085316,"stop":1706527085316,"duration":0}}]},"c9136c341554d9b086013e1a756ca3fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"645ba908d6b8f342","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/645ba908d6b8f342","status":"passed","time":{"start":1705439292951,"stop":1705439292952,"duration":1}}]},"c3809cc337ac34fe71096cc1f5e512cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4adaaf6192338be3","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/4adaaf6192338be3","status":"passed","time":{"start":1705518484214,"stop":1705518484215,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"cccae34cea79a07b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cccae34cea79a07b","status":"passed","time":{"start":1706528998597,"stop":1706528998597,"duration":0}},{"uid":"79d81a00587d05ae","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/79d81a00587d05ae","status":"passed","time":{"start":1706527970124,"stop":1706527970125,"duration":1}},{"uid":"ca28cd3e4a8813bb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ca28cd3e4a8813bb","status":"passed","time":{"start":1706526976589,"stop":1706526976590,"duration":1}},{"uid":"b9bb065de41a8124","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b9bb065de41a8124","status":"passed","time":{"start":1706526677709,"stop":1706526677709,"duration":0}},{"uid":"25a15a1e9e3d30c9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/25a15a1e9e3d30c9","status":"passed","time":{"start":1706526585227,"stop":1706526585227,"duration":0}},{"uid":"c5b5592232d71d3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c5b5592232d71d3","status":"passed","time":{"start":1706526011345,"stop":1706526011345,"duration":0}},{"uid":"2238640781e8caeb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2238640781e8caeb","status":"passed","time":{"start":1706525481687,"stop":1706525481688,"duration":1}},{"uid":"e07b6215f060f0c7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e07b6215f060f0c7","status":"passed","time":{"start":1706525034595,"stop":1706525034595,"duration":0}},{"uid":"76f11727cf2ec612","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/76f11727cf2ec612","status":"passed","time":{"start":1706467723739,"stop":1706467723739,"duration":0}},{"uid":"25759183614f4369","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/25759183614f4369","status":"passed","time":{"start":1706323095243,"stop":1706323095243,"duration":0}},{"uid":"ff1fe3bf3e59dad6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ff1fe3bf3e59dad6","status":"passed","time":{"start":1706321394057,"stop":1706321394057,"duration":0}},{"uid":"8268c33c13866ca0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8268c33c13866ca0","status":"passed","time":{"start":1706115176948,"stop":1706115176949,"duration":1}},{"uid":"e67af153acdb22a6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e67af153acdb22a6","status":"passed","time":{"start":1706114337390,"stop":1706114337390,"duration":0}},{"uid":"4f9ec3fa52c923d5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4f9ec3fa52c923d5","status":"passed","time":{"start":1706111808838,"stop":1706111808839,"duration":1}},{"uid":"c2cac0cd9d9d8da6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c2cac0cd9d9d8da6","status":"passed","time":{"start":1706111511405,"stop":1706111511405,"duration":0}},{"uid":"9d5411de7b70f45f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9d5411de7b70f45f","status":"passed","time":{"start":1706109411598,"stop":1706109411598,"duration":0}},{"uid":"1d04658267d7f7b9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1d04658267d7f7b9","status":"passed","time":{"start":1706103221764,"stop":1706103221764,"duration":0}},{"uid":"a744356a37937019","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a744356a37937019","status":"passed","time":{"start":1706102961391,"stop":1706102961391,"duration":0}},{"uid":"4ab5475d54a1ba5d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4ab5475d54a1ba5d","status":"passed","time":{"start":1706102333046,"stop":1706102333047,"duration":1}},{"uid":"d35e10442f4b76c3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d35e10442f4b76c3","status":"passed","time":{"start":1706102204590,"stop":1706102204590,"duration":0}}]},"419b328dedf363f5089121d257dce327:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bb3b82bf8cecf37","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9bb3b82bf8cecf37","status":"passed","time":{"start":1706102491822,"stop":1706102491822,"duration":0}}]},"1ab5eecded7918ebd76f4ce4b4213995:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e06329229c4127c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1e06329229c4127c","status":"passed","time":{"start":1706525359510,"stop":1706525359511,"duration":1}}]},"b49f6475231d12e5c9900659bc7732bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b1713995d2722c","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/b5b1713995d2722c","status":"passed","time":{"start":1706102322290,"stop":1706102322290,"duration":0}}]},"9c2645ea5cea2cf76a5b72d6f982d958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"aaf6f9bb18ab20b1","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/aaf6f9bb18ab20b1","status":"passed","time":{"start":1706100942616,"stop":1706100942616,"duration":0}},{"uid":"3c77207cbd664eb6","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/3c77207cbd664eb6","status":"passed","time":{"start":1706099973754,"stop":1706099973755,"duration":1}},{"uid":"ec3bd945734b05cf","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ec3bd945734b05cf","status":"passed","time":{"start":1706077701784,"stop":1706077701784,"duration":0}},{"uid":"88d1365a3c3822bc","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/88d1365a3c3822bc","status":"passed","time":{"start":1706069790731,"stop":1706069790731,"duration":0}},{"uid":"bd1e8c4e3ea75a23","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/bd1e8c4e3ea75a23","status":"passed","time":{"start":1705950495038,"stop":1705950495038,"duration":0}},{"uid":"4422f9e08cd2fd71","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/4422f9e08cd2fd71","status":"passed","time":{"start":1705938302714,"stop":1705938302715,"duration":1}},{"uid":"209caf01a41e644d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/209caf01a41e644d","status":"passed","time":{"start":1705913446693,"stop":1705913446693,"duration":0}},{"uid":"5204a2bf65c9ae88","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/5204a2bf65c9ae88","status":"passed","time":{"start":1705912988129,"stop":1705912988130,"duration":1}},{"uid":"a9d87b0f3508c79c","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a9d87b0f3508c79c","status":"passed","time":{"start":1705912372219,"stop":1705912372219,"duration":0}},{"uid":"60c7c5a8c135e07c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/60c7c5a8c135e07c","status":"passed","time":{"start":1705911551481,"stop":1705911551481,"duration":0}},{"uid":"d67e51c735ecb316","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d67e51c735ecb316","status":"passed","time":{"start":1705698757763,"stop":1705698757763,"duration":0}},{"uid":"564c6bc96de74b65","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/564c6bc96de74b65","status":"passed","time":{"start":1705687467725,"stop":1705687467725,"duration":0}},{"uid":"926961e4ea4663f3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/926961e4ea4663f3","status":"passed","time":{"start":1705687390796,"stop":1705687390797,"duration":1}},{"uid":"d22ff92460aadc1a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/d22ff92460aadc1a","status":"passed","time":{"start":1705678077456,"stop":1705678077456,"duration":0}},{"uid":"44cb0e857d9ec74f","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/44cb0e857d9ec74f","status":"passed","time":{"start":1705678007041,"stop":1705678007042,"duration":1}},{"uid":"ee3c1468da55aeb7","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/ee3c1468da55aeb7","status":"passed","time":{"start":1705677873534,"stop":1705677873534,"duration":0}},{"uid":"502bc02a9b55aa6d","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/502bc02a9b55aa6d","status":"passed","time":{"start":1705677414838,"stop":1705677414839,"duration":1}},{"uid":"bb4d8aac05b06fc3","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/bb4d8aac05b06fc3","status":"passed","time":{"start":1705676004241,"stop":1705676004243,"duration":2}},{"uid":"9141b786588413e2","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/9141b786588413e2","status":"passed","time":{"start":1705675426979,"stop":1705675426979,"duration":0}},{"uid":"62f579152ae3677c","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/62f579152ae3677c","status":"passed","time":{"start":1705670299873,"stop":1705670299873,"duration":0}}]},"50fa3ed543cd3adcf8bc29d5f94f4ee6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7714db4e7a5feda","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d7714db4e7a5feda","status":"passed","time":{"start":1705938289254,"stop":1705938289254,"duration":0}}]},"f54e9782cb82f1fdb18094fe67dcba4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d124e7aa36fac610","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/d124e7aa36fac610","status":"passed","time":{"start":1705527069387,"stop":1705527069388,"duration":1}}]},"99bb35db699a76e08f9cdbba46e289fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6781308d87aa6ad2","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/6781308d87aa6ad2","status":"passed","time":{"start":1705426406708,"stop":1705426406708,"duration":0}}]},"5dbc0ad2a94a16046fe7ad729941319e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaab63159d03250","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/eaab63159d03250","status":"passed","time":{"start":1705667004061,"stop":1705667004061,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"33f34ccc599a45aa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33f34ccc599a45aa","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"duration":0}},{"uid":"2cb0fefab79ae826","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2cb0fefab79ae826","status":"passed","time":{"start":1706528340610,"stop":1706528340610,"duration":0}},{"uid":"f5b85149c5229290","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f5b85149c5229290","status":"passed","time":{"start":1706527248978,"stop":1706527248979,"duration":1}},{"uid":"b64fd954cadf4499","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b64fd954cadf4499","status":"passed","time":{"start":1706526997161,"stop":1706526997162,"duration":1}},{"uid":"d5bf26eeca2341c5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d5bf26eeca2341c5","status":"passed","time":{"start":1706526893391,"stop":1706526893392,"duration":1}},{"uid":"18fb0cae2cefcc7a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/18fb0cae2cefcc7a","status":"passed","time":{"start":1706526327167,"stop":1706526327168,"duration":1}},{"uid":"b50b7038e997fa93","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b50b7038e997fa93","status":"passed","time":{"start":1706525781313,"stop":1706525781313,"duration":0}},{"uid":"599893855c21079","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/599893855c21079","status":"passed","time":{"start":1706525374256,"stop":1706525374256,"duration":0}},{"uid":"7bcb0a0c863f4528","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7bcb0a0c863f4528","status":"passed","time":{"start":1706468039063,"stop":1706468039063,"duration":0}},{"uid":"5b71cb65367d317b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5b71cb65367d317b","status":"passed","time":{"start":1706323408018,"stop":1706323408019,"duration":1}},{"uid":"1c35b9d40661c97","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1c35b9d40661c97","status":"passed","time":{"start":1706321643578,"stop":1706321643579,"duration":1}},{"uid":"1d74e66bc4b9070","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1d74e66bc4b9070","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966362,"stop":1706244966362,"duration":0}},{"uid":"7860d7b6680ddec7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7860d7b6680ddec7","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528809,"stop":1706242528809,"duration":0}},{"uid":"3a648a8e84bb7cf7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3a648a8e84bb7cf7","status":"passed","time":{"start":1706115509981,"stop":1706115509981,"duration":0}},{"uid":"daae25d07ace0b38","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/daae25d07ace0b38","status":"passed","time":{"start":1706114658623,"stop":1706114658623,"duration":0}},{"uid":"45e31b0d930124d5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/45e31b0d930124d5","status":"passed","time":{"start":1706112139549,"stop":1706112139550,"duration":1}},{"uid":"c5b83ed881ebede9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c5b83ed881ebede9","status":"passed","time":{"start":1706111828830,"stop":1706111828830,"duration":0}},{"uid":"af8d8a328485bed6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/af8d8a328485bed6","status":"passed","time":{"start":1706109750955,"stop":1706109750963,"duration":8}},{"uid":"ad330e234fa55188","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ad330e234fa55188","status":"passed","time":{"start":1706103450439,"stop":1706103450439,"duration":0}},{"uid":"f3d4447ffeb5b25a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f3d4447ffeb5b25a","status":"passed","time":{"start":1706103293561,"stop":1706103293562,"duration":1}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"48d278000d377e54","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/48d278000d377e54","status":"passed","time":{"start":1706529092217,"stop":1706529092219,"duration":2}},{"uid":"bb0d440f1055dcc2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bb0d440f1055dcc2","status":"passed","time":{"start":1706528057470,"stop":1706528057471,"duration":1}},{"uid":"a0dcdaf967897658","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a0dcdaf967897658","status":"passed","time":{"start":1706526914785,"stop":1706526914785,"duration":0}},{"uid":"e8dedc004c1bf5a0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e8dedc004c1bf5a0","status":"passed","time":{"start":1706526612678,"stop":1706526612679,"duration":1}},{"uid":"6cad9b31bef8daff","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6cad9b31bef8daff","status":"passed","time":{"start":1706526514773,"stop":1706526514773,"duration":0}},{"uid":"f3b572214074e24f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f3b572214074e24f","status":"passed","time":{"start":1706525945116,"stop":1706525945116,"duration":0}},{"uid":"2c6abbaa53dc8768","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2c6abbaa53dc8768","status":"passed","time":{"start":1706525418835,"stop":1706525418835,"duration":0}},{"uid":"823f7ebe3bd14c39","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/823f7ebe3bd14c39","status":"passed","time":{"start":1706525116058,"stop":1706525116058,"duration":0}},{"uid":"d07f7d74934fb960","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d07f7d74934fb960","status":"passed","time":{"start":1706467681217,"stop":1706467681218,"duration":1}},{"uid":"4e189ff47d9c4060","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4e189ff47d9c4060","status":"passed","time":{"start":1706323017130,"stop":1706323017131,"duration":1}},{"uid":"6d72a0c7f3cf37e4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6d72a0c7f3cf37e4","status":"passed","time":{"start":1706321333770,"stop":1706321333770,"duration":0}},{"uid":"ed83f0367d8849f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ed83f0367d8849f","status":"passed","time":{"start":1706115157114,"stop":1706115157114,"duration":0}},{"uid":"cbb7f4334f7e51b5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cbb7f4334f7e51b5","status":"passed","time":{"start":1706114292043,"stop":1706114292043,"duration":0}},{"uid":"88df2076f94e40b0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/88df2076f94e40b0","status":"passed","time":{"start":1706111755031,"stop":1706111755032,"duration":1}},{"uid":"4c9707f002ed764c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4c9707f002ed764c","status":"passed","time":{"start":1706111454551,"stop":1706111454554,"duration":3}},{"uid":"d0140df7f33f2860","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d0140df7f33f2860","status":"passed","time":{"start":1706109346673,"stop":1706109346674,"duration":1}},{"uid":"5556267ac857be36","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5556267ac857be36","status":"passed","time":{"start":1706103153484,"stop":1706103153488,"duration":4}},{"uid":"18d49b2c5a927d8a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/18d49b2c5a927d8a","status":"passed","time":{"start":1706102905546,"stop":1706102905547,"duration":1}},{"uid":"401c653564310caf","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/401c653564310caf","status":"passed","time":{"start":1706102263614,"stop":1706102263615,"duration":1}},{"uid":"2890f0c604007c5f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2890f0c604007c5f","status":"passed","time":{"start":1706102127481,"stop":1706102127483,"duration":2}}]},"7e024d91113c4434a411b784545ee508:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"301c137016531ef2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/301c137016531ef2","status":"passed","time":{"start":1706526976763,"stop":1706526976764,"duration":1}}]},"63f94286d51dbd2bd3edb4c2660dc0b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0275cb825ab473d","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/a0275cb825ab473d","status":"passed","time":{"start":1705424614759,"stop":1705424614759,"duration":0}}]},"a41067f245b08819a991de1d3baed931:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"252458d5dcd1544a","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/252458d5dcd1544a","status":"passed","time":{"start":1705521745080,"stop":1705521745082,"duration":2}}]},"e2cc1f4bd33301bd4097b3201e98eb1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51047c97a2e32b90","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/51047c97a2e32b90","status":"passed","time":{"start":1705518200429,"stop":1705518200430,"duration":1}}]},"c13e4244a122effdbdb640e5f05645a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c72929be4b92e37","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/7c72929be4b92e37","status":"passed","time":{"start":1705666841928,"stop":1705666841928,"duration":0}}]},"6a0973e274e4043494b4f4164ffdb4bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"212774e302c2d0df","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/212774e302c2d0df","status":"passed","time":{"start":1705572178730,"stop":1705572178730,"duration":0}}]},"2e3bf03cfdbdbbfca15b0d3e69e6af3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d4c97bd17bfc3c7","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/2d4c97bd17bfc3c7","status":"passed","time":{"start":1705525387685,"stop":1705525387686,"duration":1}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"aab2ae1e921f0a30","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aab2ae1e921f0a30","status":"passed","time":{"start":1706528985986,"stop":1706528985990,"duration":4}},{"uid":"4508bdb8e31236aa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4508bdb8e31236aa","status":"passed","time":{"start":1706527951687,"stop":1706527951688,"duration":1}},{"uid":"dd063a73faebd91b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dd063a73faebd91b","status":"passed","time":{"start":1706526969197,"stop":1706526969197,"duration":0}},{"uid":"9c71b5bac948d65a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9c71b5bac948d65a","status":"passed","time":{"start":1706526675841,"stop":1706526675842,"duration":1}},{"uid":"a1826fec82402eae","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a1826fec82402eae","status":"passed","time":{"start":1706526572348,"stop":1706526572348,"duration":0}},{"uid":"c1f84ae57ce4dfbe","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c1f84ae57ce4dfbe","status":"passed","time":{"start":1706525997930,"stop":1706525997930,"duration":0}},{"uid":"9915480e17a567bc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9915480e17a567bc","status":"passed","time":{"start":1706525468224,"stop":1706525468224,"duration":0}},{"uid":"b1d6bc40ce8828e5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b1d6bc40ce8828e5","status":"passed","time":{"start":1706525019703,"stop":1706525019703,"duration":0}},{"uid":"78e0f828cb396809","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/78e0f828cb396809","status":"passed","time":{"start":1706467721286,"stop":1706467721286,"duration":0}},{"uid":"2e05d69dc3f936ca","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2e05d69dc3f936ca","status":"passed","time":{"start":1706323082559,"stop":1706323082560,"duration":1}},{"uid":"33dd8f37930a8c89","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/33dd8f37930a8c89","status":"passed","time":{"start":1706321389962,"stop":1706321389962,"duration":0}},{"uid":"c03f48e2bbdeb6b2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c03f48e2bbdeb6b2","status":"passed","time":{"start":1706115172633,"stop":1706115172633,"duration":0}},{"uid":"5511c23f4f3785e9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5511c23f4f3785e9","status":"passed","time":{"start":1706114335580,"stop":1706114335581,"duration":1}},{"uid":"eeee75fb9a4b15de","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eeee75fb9a4b15de","status":"passed","time":{"start":1706111797792,"stop":1706111797793,"duration":1}},{"uid":"3671bf291714767a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3671bf291714767a","status":"passed","time":{"start":1706111496581,"stop":1706111496581,"duration":0}},{"uid":"8c2156ed620b5c6a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8c2156ed620b5c6a","status":"passed","time":{"start":1706109403532,"stop":1706109403532,"duration":0}},{"uid":"c41f38b1761337ba","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c41f38b1761337ba","status":"passed","time":{"start":1706103220665,"stop":1706103220665,"duration":0}},{"uid":"a5efeeca56923166","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a5efeeca56923166","status":"passed","time":{"start":1706102943570,"stop":1706102943570,"duration":0}},{"uid":"42e589f64595de0c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/42e589f64595de0c","status":"passed","time":{"start":1706102315312,"stop":1706102315312,"duration":0}},{"uid":"b012661b372f9d88","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b012661b372f9d88","status":"passed","time":{"start":1706102190039,"stop":1706102190040,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"859aa3ffc705045","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/859aa3ffc705045","status":"passed","time":{"start":1706529092207,"stop":1706529092207,"duration":0}},{"uid":"ea0e655b3fd0138","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ea0e655b3fd0138","status":"passed","time":{"start":1706528057455,"stop":1706528057455,"duration":0}},{"uid":"296bf13af8403185","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/296bf13af8403185","status":"passed","time":{"start":1706526914766,"stop":1706526914766,"duration":0}},{"uid":"2351ce2c6a4385a0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2351ce2c6a4385a0","status":"passed","time":{"start":1706526612635,"stop":1706526612635,"duration":0}},{"uid":"89a703d133e86a96","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/89a703d133e86a96","status":"passed","time":{"start":1706526514763,"stop":1706526514763,"duration":0}},{"uid":"246c88d3db771712","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/246c88d3db771712","status":"passed","time":{"start":1706525945106,"stop":1706525945108,"duration":2}},{"uid":"ccbf4d5113ff25b9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ccbf4d5113ff25b9","status":"passed","time":{"start":1706525418820,"stop":1706525418820,"duration":0}},{"uid":"cfb4e372771bcec8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cfb4e372771bcec8","status":"passed","time":{"start":1706525116050,"stop":1706525116050,"duration":0}},{"uid":"cdbfe5f52760334a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cdbfe5f52760334a","status":"passed","time":{"start":1706467681206,"stop":1706467681207,"duration":1}},{"uid":"b5e0d97d2bcf3f3a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b5e0d97d2bcf3f3a","status":"passed","time":{"start":1706323017121,"stop":1706323017122,"duration":1}},{"uid":"89f69817b8a42fd3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/89f69817b8a42fd3","status":"passed","time":{"start":1706321333760,"stop":1706321333760,"duration":0}},{"uid":"68f5aabb5a0796e9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/68f5aabb5a0796e9","status":"passed","time":{"start":1706115157097,"stop":1706115157097,"duration":0}},{"uid":"b47ca5e18e102db1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b47ca5e18e102db1","status":"passed","time":{"start":1706114292032,"stop":1706114292032,"duration":0}},{"uid":"a92af29dbb0f8be9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a92af29dbb0f8be9","status":"passed","time":{"start":1706111755008,"stop":1706111755009,"duration":1}},{"uid":"2e1d3f8e96fcf69f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2e1d3f8e96fcf69f","status":"passed","time":{"start":1706111454531,"stop":1706111454532,"duration":1}},{"uid":"4e4b5539b99d5678","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e4b5539b99d5678","status":"passed","time":{"start":1706109346661,"stop":1706109346661,"duration":0}},{"uid":"e845425469ebdbfb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e845425469ebdbfb","status":"passed","time":{"start":1706103153469,"stop":1706103153469,"duration":0}},{"uid":"4753fa3dab27f3ab","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4753fa3dab27f3ab","status":"passed","time":{"start":1706102905526,"stop":1706102905527,"duration":1}},{"uid":"14f84cb72d9e5130","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/14f84cb72d9e5130","status":"passed","time":{"start":1706102263603,"stop":1706102263603,"duration":0}},{"uid":"60d617ac4239bfa3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/60d617ac4239bfa3","status":"passed","time":{"start":1706102127469,"stop":1706102127470,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":131,"unknown":0,"total":133},"items":[{"uid":"a492eb58553a6331","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a492eb58553a6331","status":"passed","time":{"start":1706529165663,"stop":1706529165663,"duration":0}},{"uid":"964a2129ff1eebef","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/964a2129ff1eebef","status":"passed","time":{"start":1706528139543,"stop":1706528139543,"duration":0}},{"uid":"6f0ba00af37082eb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6f0ba00af37082eb","status":"passed","time":{"start":1706527014045,"stop":1706527014045,"duration":0}},{"uid":"4d828b09d1ba922","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4d828b09d1ba922","status":"passed","time":{"start":1706526726637,"stop":1706526726637,"duration":0}},{"uid":"a6cf14a3b4e6532d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a6cf14a3b4e6532d","status":"passed","time":{"start":1706526627187,"stop":1706526627188,"duration":1}},{"uid":"d90eec45cdf1bb30","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d90eec45cdf1bb30","status":"passed","time":{"start":1706526069143,"stop":1706526069143,"duration":0}},{"uid":"31a97ca61736f644","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/31a97ca61736f644","status":"passed","time":{"start":1706525533704,"stop":1706525533704,"duration":0}},{"uid":"fa35d30d419daa5d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fa35d30d419daa5d","status":"passed","time":{"start":1706525170224,"stop":1706525170225,"duration":1}},{"uid":"99cad7c175288368","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/99cad7c175288368","status":"passed","time":{"start":1706467763449,"stop":1706467763449,"duration":0}},{"uid":"1c53776bd1ccb21b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1c53776bd1ccb21b","status":"passed","time":{"start":1706323148148,"stop":1706323148148,"duration":0}},{"uid":"d7c02067d40800cb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d7c02067d40800cb","status":"passed","time":{"start":1706321442763,"stop":1706321442764,"duration":1}},{"uid":"619ec8ba7d540e1a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/619ec8ba7d540e1a","status":"passed","time":{"start":1706244749754,"stop":1706244749754,"duration":0}},{"uid":"7d57842e492a33c9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7d57842e492a33c9","status":"passed","time":{"start":1706242311821,"stop":1706242311821,"duration":0}},{"uid":"18e84d59e3739088","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/18e84d59e3739088","status":"passed","time":{"start":1706115227540,"stop":1706115227540,"duration":0}},{"uid":"6986bf08f25fa0a6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6986bf08f25fa0a6","status":"passed","time":{"start":1706114371609,"stop":1706114371610,"duration":1}},{"uid":"8fdfeac5e5729788","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8fdfeac5e5729788","status":"passed","time":{"start":1706111854289,"stop":1706111854290,"duration":1}},{"uid":"103bcd3d27a92e54","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/103bcd3d27a92e54","status":"passed","time":{"start":1706111563521,"stop":1706111563522,"duration":1}},{"uid":"4e38168c1c001ae7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e38168c1c001ae7","status":"passed","time":{"start":1706109470861,"stop":1706109470862,"duration":1}},{"uid":"8d26d272e7b47c4a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8d26d272e7b47c4a","status":"passed","time":{"start":1706103275463,"stop":1706103275463,"duration":0}},{"uid":"5d7b922642f4e593","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5d7b922642f4e593","status":"passed","time":{"start":1706102998339,"stop":1706102998340,"duration":1}}]},"c5a137c560f0d09ae7d86273781eb5b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f7c4aab469071f1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8f7c4aab469071f1","status":"passed","time":{"start":1706103305169,"stop":1706103305175,"duration":6}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"1c435a43592914fa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c435a43592914fa","status":"passed","time":{"start":1706528736045,"stop":1706528736045,"duration":0}},{"uid":"3bc40dd9cad113f1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3bc40dd9cad113f1","status":"passed","time":{"start":1706527705429,"stop":1706527705429,"duration":0}},{"uid":"848a7bcc7206dc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/848a7bcc7206dc","status":"passed","time":{"start":1706526721661,"stop":1706526721661,"duration":0}},{"uid":"995f6eb07acfa2d2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/995f6eb07acfa2d2","status":"passed","time":{"start":1706526417564,"stop":1706526417564,"duration":0}},{"uid":"5eb35099c8662234","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5eb35099c8662234","status":"passed","time":{"start":1706526322675,"stop":1706526322675,"duration":0}},{"uid":"90a8dfc8d9812914","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/90a8dfc8d9812914","status":"passed","time":{"start":1706525752768,"stop":1706525752769,"duration":1}},{"uid":"811c69c33052d34c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/811c69c33052d34c","status":"passed","time":{"start":1706525219897,"stop":1706525219898,"duration":1}},{"uid":"d04a23f6d089ffd2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d04a23f6d089ffd2","status":"passed","time":{"start":1706524780930,"stop":1706524780930,"duration":0}},{"uid":"3c5ea3373faa53d8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3c5ea3373faa53d8","status":"passed","time":{"start":1706467474878,"stop":1706467474879,"duration":1}},{"uid":"6ccedb6f53b8faa1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6ccedb6f53b8faa1","status":"passed","time":{"start":1706322827220,"stop":1706322827220,"duration":0}},{"uid":"280ce7eae5c1a2ed","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/280ce7eae5c1a2ed","status":"passed","time":{"start":1706321140682,"stop":1706321140682,"duration":0}},{"uid":"4e4e57164ec5f93f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4e4e57164ec5f93f","status":"passed","time":{"start":1706244656777,"stop":1706244656777,"duration":0}},{"uid":"8e38cbecbc9ca19d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8e38cbecbc9ca19d","status":"passed","time":{"start":1706242225090,"stop":1706242225090,"duration":0}},{"uid":"18a6beb95d5be8b2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/18a6beb95d5be8b2","status":"passed","time":{"start":1706114913331,"stop":1706114913331,"duration":0}},{"uid":"23d70d74b9c8ef57","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/23d70d74b9c8ef57","status":"passed","time":{"start":1706114084092,"stop":1706114084093,"duration":1}},{"uid":"655af76ca362bd63","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/655af76ca362bd63","status":"passed","time":{"start":1706111558879,"stop":1706111558879,"duration":0}},{"uid":"4f3a45a09caf5c1a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4f3a45a09caf5c1a","status":"passed","time":{"start":1706111248344,"stop":1706111248344,"duration":0}},{"uid":"6b0d52b75a3a4203","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6b0d52b75a3a4203","status":"passed","time":{"start":1706109150502,"stop":1706109150502,"duration":0}},{"uid":"45c703c1e0906b11","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/45c703c1e0906b11","status":"passed","time":{"start":1706102968922,"stop":1706102968922,"duration":0}},{"uid":"f908485a37fe43e2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f908485a37fe43e2","status":"passed","time":{"start":1706102708601,"stop":1706102708602,"duration":1}}]},"235955bba5927431d5f52db268ee32c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"922e452571cccb16","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/922e452571cccb16","status":"passed","time":{"start":1705687381580,"stop":1705687381581,"duration":1}}]},"910efb594ca1332c6208bbb24ba5f5d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"97ff3f6ff77526cd","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/97ff3f6ff77526cd","status":"passed","time":{"start":1705520774319,"stop":1705520774319,"duration":0}},{"uid":"b5e6b98991dce8a5","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b5e6b98991dce8a5","status":"passed","time":{"start":1705518144857,"stop":1705518144857,"duration":0}},{"uid":"480efe3e6c77435e","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/480efe3e6c77435e","status":"passed","time":{"start":1705518037872,"stop":1705518037873,"duration":1}},{"uid":"505941e5e965e3e8","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/505941e5e965e3e8","status":"passed","time":{"start":1705517919613,"stop":1705517919613,"duration":0}},{"uid":"4e6b85ba2957d501","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/4e6b85ba2957d501","status":"passed","time":{"start":1705508581664,"stop":1705508581665,"duration":1}},{"uid":"aea6556a790e8fff","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/aea6556a790e8fff","status":"passed","time":{"start":1705506417944,"stop":1705506417945,"duration":1}},{"uid":"f7f220343552ae90","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f7f220343552ae90","status":"passed","time":{"start":1705502873030,"stop":1705502873031,"duration":1}},{"uid":"70c37c1c2bd606fd","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/70c37c1c2bd606fd","status":"passed","time":{"start":1705502411173,"stop":1705502411178,"duration":5}},{"uid":"5aa4de0f015f24f1","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/5aa4de0f015f24f1","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494913008,"stop":1705494913008,"duration":0}},{"uid":"78e553e8c54a87ae","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/78e553e8c54a87ae","status":"passed","time":{"start":1705494867095,"stop":1705494867095,"duration":0}},{"uid":"60ddd43385cd2661","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/60ddd43385cd2661","status":"passed","time":{"start":1705494827838,"stop":1705494827839,"duration":1}},{"uid":"a0c75c0ade8289bf","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a0c75c0ade8289bf","status":"passed","time":{"start":1705493385863,"stop":1705493385870,"duration":7}},{"uid":"e0ab4fb818e67b8e","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/e0ab4fb818e67b8e","status":"passed","time":{"start":1705493356817,"stop":1705493356818,"duration":1}},{"uid":"297991e97d69796e","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/297991e97d69796e","status":"passed","time":{"start":1705485181322,"stop":1705485181322,"duration":0}},{"uid":"32f81376e13dbf9b","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/32f81376e13dbf9b","status":"passed","time":{"start":1705485039009,"stop":1705485039009,"duration":0}},{"uid":"a68148a667228028","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/a68148a667228028","status":"passed","time":{"start":1705484288888,"stop":1705484288888,"duration":0}},{"uid":"2c35455a4cacb471","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/2c35455a4cacb471","status":"passed","time":{"start":1705469804329,"stop":1705469804329,"duration":0}},{"uid":"39d2c71fdb3c355c","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/39d2c71fdb3c355c","status":"passed","time":{"start":1705466868864,"stop":1705466868864,"duration":0}},{"uid":"1e94c59cc31b1899","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/1e94c59cc31b1899","status":"passed","time":{"start":1705435336417,"stop":1705435336418,"duration":1}},{"uid":"ea0af74d681a73ae","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/ea0af74d681a73ae","status":"passed","time":{"start":1705434797361,"stop":1705434797361,"duration":0}}]},"3a7cf625b11ff8a41d4e02726201d755:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"affeaf778c0a3fb4","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/affeaf778c0a3fb4","status":"passed","time":{"start":1706101305317,"stop":1706101305317,"duration":0}}]},"f4a7706a0ca0b0b4e1bd4977128c35d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"357e31a15f35191b","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/357e31a15f35191b","status":"passed","time":{"start":1705572859718,"stop":1705572859718,"duration":0}}]},"1995567005964eb17d928d65ad4aa78e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"598be1ebcb317e4b","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/598be1ebcb317e4b","status":"passed","time":{"start":1705421391563,"stop":1705421391564,"duration":1}}]},"ebb58579fa36e373d223e743b5759fd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"88ad8654111a6e03","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/88ad8654111a6e03","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244702144,"stop":1706244702144,"duration":0}},{"uid":"9df5f4a657cec1e7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9df5f4a657cec1e7","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242266935,"stop":1706242266936,"duration":1}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"a02e709859df094f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a02e709859df094f","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"duration":0}},{"uid":"bb795590a9b019a9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bb795590a9b019a9","status":"passed","time":{"start":1706528057432,"stop":1706528057432,"duration":0}},{"uid":"64aef6b3998582d8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/64aef6b3998582d8","status":"passed","time":{"start":1706526914761,"stop":1706526914761,"duration":0}},{"uid":"72ba556f1623a22e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/72ba556f1623a22e","status":"passed","time":{"start":1706526612631,"stop":1706526612631,"duration":0}},{"uid":"b1b60e9947b94465","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b1b60e9947b94465","status":"passed","time":{"start":1706526514758,"stop":1706526514759,"duration":1}},{"uid":"e7a5f1951d2a332d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e7a5f1951d2a332d","status":"passed","time":{"start":1706525945103,"stop":1706525945103,"duration":0}},{"uid":"ad3e5680c6abf165","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ad3e5680c6abf165","status":"passed","time":{"start":1706525418816,"stop":1706525418816,"duration":0}},{"uid":"31bbd4059fa20d50","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/31bbd4059fa20d50","status":"passed","time":{"start":1706525116046,"stop":1706525116046,"duration":0}},{"uid":"f63b53ed7062a74a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f63b53ed7062a74a","status":"passed","time":{"start":1706467681186,"stop":1706467681186,"duration":0}},{"uid":"185da2e4bf8a05b4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/185da2e4bf8a05b4","status":"passed","time":{"start":1706323017117,"stop":1706323017117,"duration":0}},{"uid":"55d15ce8e28c7037","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/55d15ce8e28c7037","status":"passed","time":{"start":1706321333752,"stop":1706321333752,"duration":0}},{"uid":"2cb90c5310bd306f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2cb90c5310bd306f","status":"passed","time":{"start":1706115157088,"stop":1706115157088,"duration":0}},{"uid":"a7a182d7a2638dfe","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a7a182d7a2638dfe","status":"passed","time":{"start":1706114292023,"stop":1706114292023,"duration":0}},{"uid":"ff19c59e68e3c964","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ff19c59e68e3c964","status":"passed","time":{"start":1706111754992,"stop":1706111754993,"duration":1}},{"uid":"555164b528fd35ce","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/555164b528fd35ce","status":"passed","time":{"start":1706111454526,"stop":1706111454527,"duration":1}},{"uid":"bc8692ba3244610e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bc8692ba3244610e","status":"passed","time":{"start":1706109346654,"stop":1706109346656,"duration":2}},{"uid":"685d7c796760062d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/685d7c796760062d","status":"passed","time":{"start":1706103153460,"stop":1706103153462,"duration":2}},{"uid":"d15adbeb1708125f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d15adbeb1708125f","status":"passed","time":{"start":1706102905519,"stop":1706102905520,"duration":1}},{"uid":"16ffedc7ae437efe","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/16ffedc7ae437efe","status":"passed","time":{"start":1706102263598,"stop":1706102263598,"duration":0}},{"uid":"9badb8aa0b4ff7fa","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9badb8aa0b4ff7fa","status":"passed","time":{"start":1706102127463,"stop":1706102127465,"duration":2}}]},"fc2c2da039b1bbe9b8999d3047e00223:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f66b244f740ae18","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/4f66b244f740ae18","status":"passed","time":{"start":1705484336315,"stop":1705484336319,"duration":4}}]},"22001855c0d3aeecebd02819c46a46ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7800135e66e4a016","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/7800135e66e4a016","status":"passed","time":{"start":1705570477315,"stop":1705570477315,"duration":0}}]},"343580a183053bab83b1354a6d8f9316:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cbf2390f5ec4a3a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9cbf2390f5ec4a3a","status":"passed","time":{"start":1706102626866,"stop":1706102626867,"duration":1}}]},"cc951c6e9cf09120e720a20eb49f1b83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14de98ae44a411b3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/14de98ae44a411b3","status":"passed","time":{"start":1706525359485,"stop":1706525359486,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"a1fad5ff77a35af7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a1fad5ff77a35af7","status":"passed","time":{"start":1706529365899,"stop":1706529365900,"duration":1}},{"uid":"1d58b0f913cb5659","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1d58b0f913cb5659","status":"passed","time":{"start":1706528340609,"stop":1706528340609,"duration":0}},{"uid":"9283b04aee009402","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9283b04aee009402","status":"passed","time":{"start":1706527248974,"stop":1706527248975,"duration":1}},{"uid":"a96755a7476e2663","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a96755a7476e2663","status":"passed","time":{"start":1706526997159,"stop":1706526997160,"duration":1}},{"uid":"5cfcb47c6258adfb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5cfcb47c6258adfb","status":"passed","time":{"start":1706526893390,"stop":1706526893391,"duration":1}},{"uid":"2548d8f447490e10","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2548d8f447490e10","status":"passed","time":{"start":1706526327164,"stop":1706526327165,"duration":1}},{"uid":"99388962af990620","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/99388962af990620","status":"passed","time":{"start":1706525781312,"stop":1706525781312,"duration":0}},{"uid":"e93a5204cf297ffc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e93a5204cf297ffc","status":"passed","time":{"start":1706525374254,"stop":1706525374255,"duration":1}},{"uid":"de65eaea9d5c5a95","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/de65eaea9d5c5a95","status":"passed","time":{"start":1706468039061,"stop":1706468039062,"duration":1}},{"uid":"423e4c40ab8e23e8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/423e4c40ab8e23e8","status":"passed","time":{"start":1706323408015,"stop":1706323408017,"duration":2}},{"uid":"3ed346891b867ddb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3ed346891b867ddb","status":"passed","time":{"start":1706321643577,"stop":1706321643577,"duration":0}},{"uid":"4390f1c7cf6a4fd9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4390f1c7cf6a4fd9","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966357,"stop":1706244966357,"duration":0}},{"uid":"72f5e087a6987c3e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/72f5e087a6987c3e","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528806,"stop":1706242528806,"duration":0}},{"uid":"f822eee65209e945","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f822eee65209e945","status":"passed","time":{"start":1706115509980,"stop":1706115509980,"duration":0}},{"uid":"41d51bc12c6daac5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/41d51bc12c6daac5","status":"passed","time":{"start":1706114658622,"stop":1706114658622,"duration":0}},{"uid":"21657163779c47bf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/21657163779c47bf","status":"passed","time":{"start":1706112139548,"stop":1706112139548,"duration":0}},{"uid":"2580c7adcdfc3488","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2580c7adcdfc3488","status":"passed","time":{"start":1706111828828,"stop":1706111828829,"duration":1}},{"uid":"66b8816a5544f82c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/66b8816a5544f82c","status":"passed","time":{"start":1706109750954,"stop":1706109750954,"duration":0}},{"uid":"338be5be95aa4b5d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/338be5be95aa4b5d","status":"passed","time":{"start":1706103450438,"stop":1706103450438,"duration":0}},{"uid":"54a771ba97961cae","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/54a771ba97961cae","status":"passed","time":{"start":1706103293558,"stop":1706103293559,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"cb81e7fec31e6ef9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb81e7fec31e6ef9","status":"passed","time":{"start":1706529223891,"stop":1706529223891,"duration":0}},{"uid":"34ebd6949fb8911b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/34ebd6949fb8911b","status":"passed","time":{"start":1706528204204,"stop":1706528204204,"duration":0}},{"uid":"8e39eb609bf28851","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8e39eb609bf28851","status":"passed","time":{"start":1706527085311,"stop":1706527085311,"duration":0}},{"uid":"33bc25025586d8f1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/33bc25025586d8f1","status":"passed","time":{"start":1706526783362,"stop":1706526783363,"duration":1}},{"uid":"8310abe390acf8f7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8310abe390acf8f7","status":"passed","time":{"start":1706526690262,"stop":1706526690262,"duration":0}},{"uid":"8c73246b40cc29d1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8c73246b40cc29d1","status":"passed","time":{"start":1706526129369,"stop":1706526129370,"duration":1}},{"uid":"f9ba634d678b75d3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f9ba634d678b75d3","status":"passed","time":{"start":1706525593257,"stop":1706525593257,"duration":0}},{"uid":"49b0a119b16c4d1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/49b0a119b16c4d1","status":"passed","time":{"start":1706525226778,"stop":1706525226779,"duration":1}},{"uid":"5c59464f567fdd87","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5c59464f567fdd87","status":"passed","time":{"start":1706467837086,"stop":1706467837087,"duration":1}},{"uid":"1296e2c560504e4f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1296e2c560504e4f","status":"passed","time":{"start":1706323213970,"stop":1706323213970,"duration":0}},{"uid":"925a81626277309e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/925a81626277309e","status":"passed","time":{"start":1706321475549,"stop":1706321475549,"duration":0}},{"uid":"6a7b4f1fba6f53c8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6a7b4f1fba6f53c8","status":"passed","time":{"start":1706115285526,"stop":1706115285526,"duration":0}},{"uid":"2599258ee2323122","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2599258ee2323122","status":"passed","time":{"start":1706114454506,"stop":1706114454506,"duration":0}},{"uid":"b91e052a99dfac62","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b91e052a99dfac62","status":"passed","time":{"start":1706111914132,"stop":1706111914132,"duration":0}},{"uid":"1d5d6e109d0f7e3a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1d5d6e109d0f7e3a","status":"passed","time":{"start":1706111616735,"stop":1706111616735,"duration":0}},{"uid":"ec52b475aad6f89b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ec52b475aad6f89b","status":"passed","time":{"start":1706109533625,"stop":1706109533625,"duration":0}},{"uid":"ec66b5ec5d9a1c5f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ec66b5ec5d9a1c5f","status":"passed","time":{"start":1706103308657,"stop":1706103308658,"duration":1}},{"uid":"ec6dfb2a0c7ec037","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ec6dfb2a0c7ec037","status":"passed","time":{"start":1706103054146,"stop":1706103054147,"duration":1}},{"uid":"4ba8b2f9d9e4cecf","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4ba8b2f9d9e4cecf","status":"passed","time":{"start":1706102435003,"stop":1706102435003,"duration":0}},{"uid":"1528312c9449910a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1528312c9449910a","status":"passed","time":{"start":1706102331414,"stop":1706102331414,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"92d1bbe0376c5d3c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92d1bbe0376c5d3c","status":"passed","time":{"start":1706529403578,"stop":1706529403578,"duration":0}},{"uid":"8da3f106887d960f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8da3f106887d960f","status":"passed","time":{"start":1706528357110,"stop":1706528357110,"duration":0}},{"uid":"726f891ff3623f4d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/726f891ff3623f4d","status":"passed","time":{"start":1706527326698,"stop":1706527326698,"duration":0}},{"uid":"eec63efaaa28d484","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/eec63efaaa28d484","status":"passed","time":{"start":1706527049800,"stop":1706527049801,"duration":1}},{"uid":"26c7ab8717f2c2f8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/26c7ab8717f2c2f8","status":"passed","time":{"start":1706526961448,"stop":1706526961449,"duration":1}},{"uid":"3275d62e7af79356","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3275d62e7af79356","status":"passed","time":{"start":1706526404287,"stop":1706526404287,"duration":0}},{"uid":"26af3cbd4c679a12","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/26af3cbd4c679a12","status":"passed","time":{"start":1706525849962,"stop":1706525849963,"duration":1}},{"uid":"49179effcfdb031e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/49179effcfdb031e","status":"passed","time":{"start":1706525432954,"stop":1706525432954,"duration":0}},{"uid":"983c8bc9d6ee32a0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/983c8bc9d6ee32a0","status":"passed","time":{"start":1706468114354,"stop":1706468114354,"duration":0}},{"uid":"9ad5db7330a528c4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9ad5db7330a528c4","status":"passed","time":{"start":1706323469655,"stop":1706323469656,"duration":1}},{"uid":"5cf1d38425edb07f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5cf1d38425edb07f","status":"passed","time":{"start":1706321771797,"stop":1706321771797,"duration":0}},{"uid":"590a77b4d95f6308","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/590a77b4d95f6308","status":"passed","time":{"start":1706115542401,"stop":1706115542401,"duration":0}},{"uid":"7bf52211458a7cc1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7bf52211458a7cc1","status":"passed","time":{"start":1706114725924,"stop":1706114725924,"duration":0}},{"uid":"4d4b16ea0a43d2d8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4d4b16ea0a43d2d8","status":"passed","time":{"start":1706112199271,"stop":1706112199271,"duration":0}},{"uid":"a03a352bfd811136","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a03a352bfd811136","status":"passed","time":{"start":1706111893743,"stop":1706111893743,"duration":0}},{"uid":"5a4839040d262d3c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5a4839040d262d3c","status":"passed","time":{"start":1706109796557,"stop":1706109796557,"duration":0}},{"uid":"5a18005178459389","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5a18005178459389","status":"passed","time":{"start":1706103557158,"stop":1706103557159,"duration":1}},{"uid":"9d81a10c84f5de8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9d81a10c84f5de8","status":"passed","time":{"start":1706103365810,"stop":1706103365811,"duration":1}},{"uid":"7946467e6dcc1d29","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7946467e6dcc1d29","status":"passed","time":{"start":1706102701056,"stop":1706102701056,"duration":0}},{"uid":"a5bd0ca9f25d1646","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a5bd0ca9f25d1646","status":"passed","time":{"start":1706102579564,"stop":1706102579564,"duration":0}}]},"35ebfa3690384955de50e8785679ebee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc04eef1346b42b9","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/cc04eef1346b42b9","status":"passed","time":{"start":1706101976579,"stop":1706101976579,"duration":0}}]},"b51ef0322c1ba997f29a1f67af9d9c58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef33bc99600cb3f2","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/ef33bc99600cb3f2","status":"passed","time":{"start":1705582566648,"stop":1705582566649,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":128,"passed":0,"unknown":0,"total":128},"items":[{"uid":"a1d1b92050ab6f85","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a1d1b92050ab6f85","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529232498,"stop":1706529232498,"duration":0}},{"uid":"2fa260cdabed2a0d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2fa260cdabed2a0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528204716,"stop":1706528204716,"duration":0}},{"uid":"646fb0944e073115","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/646fb0944e073115","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527099420,"stop":1706527099421,"duration":1}},{"uid":"d7950dd329e62618","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d7950dd329e62618","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526797228,"stop":1706526797229,"duration":1}},{"uid":"9d6e8fea18c97191","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9d6e8fea18c97191","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526702301,"stop":1706526702301,"duration":0}},{"uid":"ee0029c3bf536c12","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ee0029c3bf536c12","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526144643,"stop":1706526144643,"duration":0}},{"uid":"7ca25184c91358f0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7ca25184c91358f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525605487,"stop":1706525605487,"duration":0}},{"uid":"8aaf307fcb7d730","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8aaf307fcb7d730","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525237520,"stop":1706525237520,"duration":0}},{"uid":"10285485be425fa6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/10285485be425fa6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467847958,"stop":1706467847958,"duration":0}},{"uid":"248aa863f931539a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/248aa863f931539a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323224594,"stop":1706323224595,"duration":1}},{"uid":"3f48c6e477912aba","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3f48c6e477912aba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321490517,"stop":1706321490518,"duration":1}},{"uid":"eb36bb18a1be1404","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/eb36bb18a1be1404","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115297916,"stop":1706115297916,"duration":0}},{"uid":"f47e707ee8011de","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f47e707ee8011de","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114468909,"stop":1706114468909,"duration":0}},{"uid":"9cfc3b82ddb7da80","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9cfc3b82ddb7da80","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111928723,"stop":1706111928723,"duration":0}},{"uid":"7577330cb96d6dd2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7577330cb96d6dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111629329,"stop":1706111629330,"duration":1}},{"uid":"7e3251fdbcb9c42d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7e3251fdbcb9c42d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109548341,"stop":1706109548342,"duration":1}},{"uid":"953c1bbaa34f3a77","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/953c1bbaa34f3a77","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103319932,"stop":1706103319932,"duration":0}},{"uid":"b59e6102603c47e6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b59e6102603c47e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103066458,"stop":1706103066458,"duration":0}},{"uid":"5c311bb15bcd8cb1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5c311bb15bcd8cb1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102448467,"stop":1706102448467,"duration":0}},{"uid":"da6380804cd7cf8e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/da6380804cd7cf8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102342945,"stop":1706102342945,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"8e801822c240701d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8e801822c240701d","status":"passed","time":{"start":1706528758833,"stop":1706528758833,"duration":0}},{"uid":"4c7f23956c4dc6b1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4c7f23956c4dc6b1","status":"passed","time":{"start":1706527727372,"stop":1706527727372,"duration":0}},{"uid":"bc583964a3cff421","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bc583964a3cff421","status":"passed","time":{"start":1706526742230,"stop":1706526742231,"duration":1}},{"uid":"c9c97233534de03f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c9c97233534de03f","status":"passed","time":{"start":1706526438953,"stop":1706526438954,"duration":1}},{"uid":"e43a18b2e4de3396","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e43a18b2e4de3396","status":"passed","time":{"start":1706526344151,"stop":1706526344151,"duration":0}},{"uid":"98fa84b27c7c154c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/98fa84b27c7c154c","status":"passed","time":{"start":1706525773126,"stop":1706525773127,"duration":1}},{"uid":"cbf1cf2f07f2ff02","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cbf1cf2f07f2ff02","status":"passed","time":{"start":1706525240160,"stop":1706525240161,"duration":1}},{"uid":"1d7d73fa43ecbb53","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1d7d73fa43ecbb53","status":"passed","time":{"start":1706524801319,"stop":1706524801320,"duration":1}},{"uid":"3816f67866ee10e3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3816f67866ee10e3","status":"passed","time":{"start":1706467495253,"stop":1706467495253,"duration":0}},{"uid":"46a3d33251b00e09","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/46a3d33251b00e09","status":"passed","time":{"start":1706322848197,"stop":1706322848197,"duration":0}},{"uid":"1faa29a57d50ed80","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1faa29a57d50ed80","status":"passed","time":{"start":1706321161130,"stop":1706321161131,"duration":1}},{"uid":"d1c665bf16be9809","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d1c665bf16be9809","status":"passed","time":{"start":1706244677369,"stop":1706244677369,"duration":0}},{"uid":"2b58d7b8f7188526","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2b58d7b8f7188526","status":"passed","time":{"start":1706242245766,"stop":1706242245767,"duration":1}},{"uid":"39f01554ee0568c6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/39f01554ee0568c6","status":"passed","time":{"start":1706114934113,"stop":1706114934113,"duration":0}},{"uid":"2c5b4bc83c070148","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2c5b4bc83c070148","status":"passed","time":{"start":1706114104723,"stop":1706114104723,"duration":0}},{"uid":"d4bc4150b2e7f579","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d4bc4150b2e7f579","status":"passed","time":{"start":1706111579390,"stop":1706111579390,"duration":0}},{"uid":"f9ffd7842fd550ab","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f9ffd7842fd550ab","status":"passed","time":{"start":1706111268891,"stop":1706111268891,"duration":0}},{"uid":"653d81741139468e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/653d81741139468e","status":"passed","time":{"start":1706109171688,"stop":1706109171688,"duration":0}},{"uid":"d8b5bf2c4fba6574","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d8b5bf2c4fba6574","status":"passed","time":{"start":1706102989363,"stop":1706102989364,"duration":1}},{"uid":"dadd7a447a2af04d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dadd7a447a2af04d","status":"passed","time":{"start":1706102729218,"stop":1706102729219,"duration":1}}]},"936fca379749ca44653545fbab3c24c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1e2cfebe62be1b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a1e2cfebe62be1b","status":"passed","time":{"start":1705950521703,"stop":1705950521703,"duration":0}}]},"63c1cc29822f9bc41b6603e7c86de491:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"baaa242a06f1c106","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/baaa242a06f1c106","status":"passed","time":{"start":1706529223899,"stop":1706529223899,"duration":0}}]},"30888a568d5315b6933d3af182056338:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b41e77f72cf2c23","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/1b41e77f72cf2c23","status":"passed","time":{"start":1705677864491,"stop":1705677864492,"duration":1}}]},"755c28dfd9153a0fc0589689682573a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb7ef804686a5fe6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bb7ef804686a5fe6","status":"passed","time":{"start":1706112015270,"stop":1706112015271,"duration":1}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":129,"unknown":0,"total":130},"items":[{"uid":"e063b5f48b64237c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e063b5f48b64237c","status":"passed","time":{"start":1706529268050,"stop":1706529268051,"duration":1}},{"uid":"83d64c9d8ef838fb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/83d64c9d8ef838fb","status":"passed","time":{"start":1706528227156,"stop":1706528227156,"duration":0}},{"uid":"3a8ee365be7a47da","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3a8ee365be7a47da","status":"passed","time":{"start":1706527190761,"stop":1706527190761,"duration":0}},{"uid":"5f9b8b94d1139506","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5f9b8b94d1139506","status":"passed","time":{"start":1706526900152,"stop":1706526900153,"duration":1}},{"uid":"8967cb7635a98328","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8967cb7635a98328","status":"passed","time":{"start":1706526805108,"stop":1706526805109,"duration":1}},{"uid":"55220add57cf253d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/55220add57cf253d","status":"passed","time":{"start":1706526239673,"stop":1706526239674,"duration":1}},{"uid":"46ff47616b5a8195","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/46ff47616b5a8195","status":"passed","time":{"start":1706525701052,"stop":1706525701052,"duration":0}},{"uid":"3a6fb31c96b83bde","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3a6fb31c96b83bde","status":"passed","time":{"start":1706525290654,"stop":1706525290654,"duration":0}},{"uid":"ce41271ae9b6a542","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ce41271ae9b6a542","status":"passed","time":{"start":1706467928029,"stop":1706467928029,"duration":0}},{"uid":"6e80d887ff6d5a29","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6e80d887ff6d5a29","status":"passed","time":{"start":1706323327239,"stop":1706323327239,"duration":0}},{"uid":"93b3612c7c8da986","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/93b3612c7c8da986","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449219,"stop":1706321449219,"duration":0}},{"uid":"63c72113591e4516","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/63c72113591e4516","status":"passed","time":{"start":1706115400174,"stop":1706115400174,"duration":0}},{"uid":"ad73b5ae9e78b082","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ad73b5ae9e78b082","status":"passed","time":{"start":1706114546366,"stop":1706114546366,"duration":0}},{"uid":"ed8fcce6a1d6dd70","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ed8fcce6a1d6dd70","status":"passed","time":{"start":1706112015690,"stop":1706112015690,"duration":0}},{"uid":"7188d7ec49c24d2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7188d7ec49c24d2","status":"passed","time":{"start":1706111736266,"stop":1706111736266,"duration":0}},{"uid":"71563b83db111243","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/71563b83db111243","status":"passed","time":{"start":1706109647599,"stop":1706109647599,"duration":0}},{"uid":"8672dfd4535eba6a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8672dfd4535eba6a","status":"passed","time":{"start":1706103431920,"stop":1706103431920,"duration":0}},{"uid":"afa0443c60da967f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/afa0443c60da967f","status":"passed","time":{"start":1706103172406,"stop":1706103172406,"duration":0}},{"uid":"9c03564e4a2266de","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9c03564e4a2266de","status":"passed","time":{"start":1706102539691,"stop":1706102539692,"duration":1}},{"uid":"dde3ec7f92da5baa","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/dde3ec7f92da5baa","status":"passed","time":{"start":1706102412587,"stop":1706102412588,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"7247602d9bd921af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7247602d9bd921af","status":"passed","time":{"start":1706529332313,"stop":1706529332313,"duration":0}},{"uid":"bd94db89123b40f1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bd94db89123b40f1","status":"passed","time":{"start":1706528291447,"stop":1706528291448,"duration":1}},{"uid":"9e03f4359ae3459a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9e03f4359ae3459a","status":"passed","time":{"start":1706527236974,"stop":1706527236974,"duration":0}},{"uid":"3be13fae402d1f5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3be13fae402d1f5","status":"passed","time":{"start":1706526962706,"stop":1706526962707,"duration":1}},{"uid":"14612ff8a1ae484d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/14612ff8a1ae484d","status":"passed","time":{"start":1706526865899,"stop":1706526865899,"duration":0}},{"uid":"c6bd2c0b01ebd616","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c6bd2c0b01ebd616","status":"passed","time":{"start":1706526300412,"stop":1706526300415,"duration":3}},{"uid":"50aa6f16bfb192f9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/50aa6f16bfb192f9","status":"passed","time":{"start":1706525759137,"stop":1706525759137,"duration":0}},{"uid":"ab8c87b8c1fa5a62","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ab8c87b8c1fa5a62","status":"passed","time":{"start":1706525355448,"stop":1706525355449,"duration":1}},{"uid":"5fe293e409206999","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5fe293e409206999","status":"passed","time":{"start":1706467982873,"stop":1706467982873,"duration":0}},{"uid":"35c219492517ea95","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/35c219492517ea95","status":"passed","time":{"start":1706323387505,"stop":1706323387505,"duration":0}},{"uid":"b791887b5bbe011d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b791887b5bbe011d","status":"passed","time":{"start":1706321612873,"stop":1706321612873,"duration":0}},{"uid":"cfaecb428426966e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cfaecb428426966e","status":"passed","time":{"start":1706115462413,"stop":1706115462413,"duration":0}},{"uid":"b383c5d0a0cc1bee","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b383c5d0a0cc1bee","status":"passed","time":{"start":1706114612178,"stop":1706114612179,"duration":1}},{"uid":"1f20ea46809dc6c4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1f20ea46809dc6c4","status":"passed","time":{"start":1706112092792,"stop":1706112092792,"duration":0}},{"uid":"2b7834f9f54b9be6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2b7834f9f54b9be6","status":"passed","time":{"start":1706111796127,"stop":1706111796127,"duration":0}},{"uid":"26caf59cca826bfb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/26caf59cca826bfb","status":"passed","time":{"start":1706109710120,"stop":1706109710120,"duration":0}},{"uid":"b13b3f54450aabd7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b13b3f54450aabd7","status":"passed","time":{"start":1706103427349,"stop":1706103427349,"duration":0}},{"uid":"94b5fc36e25d6eee","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/94b5fc36e25d6eee","status":"passed","time":{"start":1706103228583,"stop":1706103228583,"duration":0}},{"uid":"e508ca9b95d00b4b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e508ca9b95d00b4b","status":"passed","time":{"start":1706102603437,"stop":1706102603437,"duration":0}},{"uid":"e869866d12e9b7ee","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e869866d12e9b7ee","status":"passed","time":{"start":1706102474580,"stop":1706102474580,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"528f49eebd426394","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/528f49eebd426394","status":"passed","time":{"start":1706529398286,"stop":1706529398287,"duration":1}},{"uid":"ffa0762c9c0afd73","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ffa0762c9c0afd73","status":"passed","time":{"start":1706528366392,"stop":1706528366392,"duration":0}},{"uid":"3ed5876221cb439e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3ed5876221cb439e","status":"passed","time":{"start":1706527295403,"stop":1706527295403,"duration":0}},{"uid":"55c1ece106468602","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/55c1ece106468602","status":"passed","time":{"start":1706527038705,"stop":1706527038706,"duration":1}},{"uid":"97ada56a059c109c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/97ada56a059c109c","status":"passed","time":{"start":1706526943973,"stop":1706526943973,"duration":0}},{"uid":"1cc0ef749ea61560","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1cc0ef749ea61560","status":"passed","time":{"start":1706526384541,"stop":1706526384541,"duration":0}},{"uid":"fe338cc9924b28b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fe338cc9924b28b","status":"passed","time":{"start":1706525843791,"stop":1706525843791,"duration":0}},{"uid":"8f2932722d4f89d4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8f2932722d4f89d4","status":"passed","time":{"start":1706525434348,"stop":1706525434349,"duration":1}},{"uid":"8291ddb22ba59f15","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8291ddb22ba59f15","status":"passed","time":{"start":1706468085171,"stop":1706468085172,"duration":1}},{"uid":"b90ebade40b15352","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b90ebade40b15352","status":"passed","time":{"start":1706323452000,"stop":1706323452001,"duration":1}},{"uid":"d866f183d3bcfa9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d866f183d3bcfa9","status":"passed","time":{"start":1706321729210,"stop":1706321729210,"duration":0}},{"uid":"9a622a132f036a8c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9a622a132f036a8c","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012415,"stop":1706245012415,"duration":0}},{"uid":"82fadd891eba3061","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/82fadd891eba3061","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521957,"stop":1706242521957,"duration":0}},{"uid":"dca75830f70799f9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/dca75830f70799f9","status":"passed","time":{"start":1706115521925,"stop":1706115521925,"duration":0}},{"uid":"331f4ce84013151d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/331f4ce84013151d","status":"passed","time":{"start":1706114703486,"stop":1706114703486,"duration":0}},{"uid":"e939ae922e78ced9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e939ae922e78ced9","status":"passed","time":{"start":1706112175808,"stop":1706112175808,"duration":0}},{"uid":"8a27614433506594","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8a27614433506594","status":"passed","time":{"start":1706111874200,"stop":1706111874200,"duration":0}},{"uid":"4e85a249ddae126e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e85a249ddae126e","status":"passed","time":{"start":1706109783972,"stop":1706109783972,"duration":0}},{"uid":"b667040f09306bfc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b667040f09306bfc","status":"passed","time":{"start":1706103517615,"stop":1706103517615,"duration":0}},{"uid":"c90dc7aa838e9ca1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c90dc7aa838e9ca1","status":"passed","time":{"start":1706103336627,"stop":1706103336627,"duration":0}}]},"3d31ae5a489cfc42de1fa35663159c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":37,"unknown":0,"total":37},"items":[{"uid":"74eba113e116201","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/74eba113e116201","status":"passed","time":{"start":1705520778379,"stop":1705520778380,"duration":1}},{"uid":"70c74b97d1e60be7","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/70c74b97d1e60be7","status":"passed","time":{"start":1705518147353,"stop":1705518147354,"duration":1}},{"uid":"3e2d8e51fdfe67c3","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/3e2d8e51fdfe67c3","status":"passed","time":{"start":1705518043739,"stop":1705518043740,"duration":1}},{"uid":"9a5dffd9529fd404","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9a5dffd9529fd404","status":"passed","time":{"start":1705517918816,"stop":1705517918816,"duration":0}},{"uid":"d4afab695bc306ab","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/d4afab695bc306ab","status":"passed","time":{"start":1705508582712,"stop":1705508582713,"duration":1}},{"uid":"43a0713adb4d6c2","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/43a0713adb4d6c2","status":"passed","time":{"start":1705506415883,"stop":1705506415884,"duration":1}},{"uid":"b8e8eff4ccbfaebc","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/b8e8eff4ccbfaebc","status":"passed","time":{"start":1705502881060,"stop":1705502881060,"duration":0}},{"uid":"eae3058cef2a9866","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/eae3058cef2a9866","status":"passed","time":{"start":1705502413588,"stop":1705502413588,"duration":0}},{"uid":"477ab7b296e73b7d","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/477ab7b296e73b7d","status":"passed","time":{"start":1705494819400,"stop":1705494819400,"duration":0}},{"uid":"73a82a0ae753ec8b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/73a82a0ae753ec8b","status":"passed","time":{"start":1705494869808,"stop":1705494869809,"duration":1}},{"uid":"f1b58c09aa0b6749","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f1b58c09aa0b6749","status":"passed","time":{"start":1705493391736,"stop":1705493391736,"duration":0}},{"uid":"e601b3dff3d40772","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/e601b3dff3d40772","status":"passed","time":{"start":1705493359338,"stop":1705493359344,"duration":6}},{"uid":"84b9c415604b1843","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/84b9c415604b1843","status":"passed","time":{"start":1705485182400,"stop":1705485182400,"duration":0}},{"uid":"e4983e99ad102702","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/e4983e99ad102702","status":"passed","time":{"start":1705485040846,"stop":1705485040856,"duration":10}},{"uid":"69522b18f921f800","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/69522b18f921f800","status":"passed","time":{"start":1705484295615,"stop":1705484295615,"duration":0}},{"uid":"5aa527f4497f86ce","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/5aa527f4497f86ce","status":"passed","time":{"start":1705469807051,"stop":1705469807054,"duration":3}},{"uid":"420a5f37c681b92d","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/420a5f37c681b92d","status":"passed","time":{"start":1705466873106,"stop":1705466873107,"duration":1}},{"uid":"2cca84a2ff815e49","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/2cca84a2ff815e49","status":"passed","time":{"start":1705435339059,"stop":1705435339059,"duration":0}},{"uid":"1c52d7d6f21f7bf6","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/1c52d7d6f21f7bf6","status":"passed","time":{"start":1705434801920,"stop":1705434801920,"duration":0}},{"uid":"ce15ba85b53673e9","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/ce15ba85b53673e9","status":"passed","time":{"start":1705433440783,"stop":1705433440783,"duration":0}}]},"ed07970eb67da758047be3875bb4e5ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"264f3c0c26e3f1f7","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/264f3c0c26e3f1f7","status":"passed","time":{"start":1705590952395,"stop":1705590952395,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"ce29edf85a285fb1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ce29edf85a285fb1","status":"passed","time":{"start":1706529333254,"stop":1706529333254,"duration":0}},{"uid":"8b3a599d53c4a6fa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8b3a599d53c4a6fa","status":"passed","time":{"start":1706528290469,"stop":1706528290470,"duration":1}},{"uid":"fa0e4527ac688956","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fa0e4527ac688956","status":"passed","time":{"start":1706527264357,"stop":1706527264358,"duration":1}},{"uid":"dbbbc8b0371dd524","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dbbbc8b0371dd524","status":"passed","time":{"start":1706526976774,"stop":1706526976775,"duration":1}},{"uid":"e1ce4350ded84725","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e1ce4350ded84725","status":"passed","time":{"start":1706526885808,"stop":1706526885808,"duration":0}},{"uid":"b0358d6788ef5b12","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b0358d6788ef5b12","status":"passed","time":{"start":1706526330097,"stop":1706526330101,"duration":4}},{"uid":"cb82244cc7486ca9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cb82244cc7486ca9","status":"passed","time":{"start":1706525780725,"stop":1706525780725,"duration":0}},{"uid":"527d4b49abec6bcc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/527d4b49abec6bcc","status":"passed","time":{"start":1706525359494,"stop":1706525359494,"duration":0}},{"uid":"f3783d3ced659a76","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f3783d3ced659a76","status":"passed","time":{"start":1706468042638,"stop":1706468042638,"duration":0}},{"uid":"19358f21e65e8383","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/19358f21e65e8383","status":"passed","time":{"start":1706323386928,"stop":1706323386930,"duration":2}},{"uid":"adba325be5b41979","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/adba325be5b41979","status":"passed","time":{"start":1706321713101,"stop":1706321713101,"duration":0}},{"uid":"408d5ca47ea05a0f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/408d5ca47ea05a0f","status":"passed","time":{"start":1706115482613,"stop":1706115482613,"duration":0}},{"uid":"fe6738cc7d228ba5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fe6738cc7d228ba5","status":"passed","time":{"start":1706114635439,"stop":1706114635439,"duration":0}},{"uid":"61b9dc63c73b9bd8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/61b9dc63c73b9bd8","status":"passed","time":{"start":1706112127563,"stop":1706112127563,"duration":0}},{"uid":"e2db9be47848702e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e2db9be47848702e","status":"passed","time":{"start":1706111809281,"stop":1706111809282,"duration":1}},{"uid":"b98baaf3f3fe4b9c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b98baaf3f3fe4b9c","status":"passed","time":{"start":1706109719531,"stop":1706109719532,"duration":1}},{"uid":"b795830eb9850be0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b795830eb9850be0","status":"passed","time":{"start":1706103518436,"stop":1706103518436,"duration":0}},{"uid":"6dba206f6e1329ba","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6dba206f6e1329ba","status":"passed","time":{"start":1706103305162,"stop":1706103305163,"duration":1}},{"uid":"173d57173b35d03d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/173d57173b35d03d","status":"passed","time":{"start":1706102626854,"stop":1706102626854,"duration":0}},{"uid":"bc33b906cad2f53f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bc33b906cad2f53f","status":"passed","time":{"start":1706102491849,"stop":1706102491850,"duration":1}}]},"87464f5f5d0934d0319b584410e52f1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"e44434a53d47d69f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e44434a53d47d69f","status":"passed","time":{"start":1706528814917,"stop":1706528814917,"duration":0}},{"uid":"84ce244f0bbe6bfa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/84ce244f0bbe6bfa","status":"passed","time":{"start":1706527782651,"stop":1706527782651,"duration":0}},{"uid":"3b1c8928d2da6449","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3b1c8928d2da6449","status":"passed","time":{"start":1706526799745,"stop":1706526799746,"duration":1}},{"uid":"721187d5956a528e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/721187d5956a528e","status":"passed","time":{"start":1706526495778,"stop":1706526495778,"duration":0}},{"uid":"a933079b81793561","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a933079b81793561","status":"passed","time":{"start":1706526404758,"stop":1706526404759,"duration":1}},{"uid":"78349afe624b6a35","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/78349afe624b6a35","status":"passed","time":{"start":1706525829650,"stop":1706525829650,"duration":0}},{"uid":"f96d81cff196d451","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f96d81cff196d451","status":"passed","time":{"start":1706525298675,"stop":1706525298675,"duration":0}},{"uid":"2a1cb71898817977","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2a1cb71898817977","status":"passed","time":{"start":1706524857926,"stop":1706524857927,"duration":1}},{"uid":"c8220e84392519fa","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c8220e84392519fa","status":"passed","time":{"start":1706467552033,"stop":1706467552034,"duration":1}},{"uid":"51a890c687d7c8e1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/51a890c687d7c8e1","status":"passed","time":{"start":1706322904826,"stop":1706322904826,"duration":0}},{"uid":"19c23da8e990ee76","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/19c23da8e990ee76","status":"passed","time":{"start":1706321219412,"stop":1706321219412,"duration":0}},{"uid":"9402075ad4803c05","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9402075ad4803c05","status":"passed","time":{"start":1706244735440,"stop":1706244735441,"duration":1}},{"uid":"57235ec41c07ff10","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/57235ec41c07ff10","status":"passed","time":{"start":1706242296399,"stop":1706242296403,"duration":4}},{"uid":"c36a7d610f049c8e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c36a7d610f049c8e","status":"passed","time":{"start":1706114989565,"stop":1706114989565,"duration":0}},{"uid":"4836b86fa7fcde9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4836b86fa7fcde9","status":"passed","time":{"start":1706114161106,"stop":1706114161107,"duration":1}},{"uid":"d224f39d05e67e48","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d224f39d05e67e48","status":"passed","time":{"start":1706111636968,"stop":1706111636969,"duration":1}},{"uid":"a9e9aae7817e347","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a9e9aae7817e347","status":"passed","time":{"start":1706111323431,"stop":1706111323431,"duration":0}},{"uid":"beff16593c17d5bf","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/beff16593c17d5bf","status":"passed","time":{"start":1706109231135,"stop":1706109231136,"duration":1}},{"uid":"503a074a2601de5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/503a074a2601de5","status":"passed","time":{"start":1706103046866,"stop":1706103046866,"duration":0}},{"uid":"862d1b78acc04370","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/862d1b78acc04370","status":"passed","time":{"start":1706102784506,"stop":1706102784507,"duration":1}}]},"89a9624a6e3792cca673a64de9bbf7b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"e7c2e7521ef9da08","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7c2e7521ef9da08","status":"passed","time":{"start":1706528814912,"stop":1706528814913,"duration":1}},{"uid":"daff21fe459ed4ce","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/daff21fe459ed4ce","status":"passed","time":{"start":1706527782648,"stop":1706527782648,"duration":0}},{"uid":"5650d99f216a9590","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5650d99f216a9590","status":"passed","time":{"start":1706526799742,"stop":1706526799743,"duration":1}},{"uid":"f6797a1d12b80073","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f6797a1d12b80073","status":"passed","time":{"start":1706526495772,"stop":1706526495775,"duration":3}},{"uid":"4a113da35b2dfe9e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4a113da35b2dfe9e","status":"passed","time":{"start":1706526404756,"stop":1706526404756,"duration":0}},{"uid":"1196a240663b1f6d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1196a240663b1f6d","status":"passed","time":{"start":1706525829643,"stop":1706525829646,"duration":3}},{"uid":"f876651c725dd0d6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f876651c725dd0d6","status":"passed","time":{"start":1706525298672,"stop":1706525298672,"duration":0}},{"uid":"61a5554faba472ed","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/61a5554faba472ed","status":"passed","time":{"start":1706524857923,"stop":1706524857923,"duration":0}},{"uid":"42f034d4655183a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/42f034d4655183a","status":"passed","time":{"start":1706467552029,"stop":1706467552030,"duration":1}},{"uid":"48020b219e7436ae","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/48020b219e7436ae","status":"passed","time":{"start":1706322904822,"stop":1706322904823,"duration":1}},{"uid":"e46df4d5ea0ecafe","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e46df4d5ea0ecafe","status":"passed","time":{"start":1706321219409,"stop":1706321219409,"duration":0}},{"uid":"3df41adba8896de5","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3df41adba8896de5","status":"passed","time":{"start":1706244735437,"stop":1706244735438,"duration":1}},{"uid":"ea08f20515c1a2fb","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ea08f20515c1a2fb","status":"passed","time":{"start":1706242296378,"stop":1706242296379,"duration":1}},{"uid":"7fb8fd045117187b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7fb8fd045117187b","status":"passed","time":{"start":1706114989561,"stop":1706114989562,"duration":1}},{"uid":"4b2f6c19a74c9e8d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4b2f6c19a74c9e8d","status":"passed","time":{"start":1706114161100,"stop":1706114161101,"duration":1}},{"uid":"904c9aae078b6590","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/904c9aae078b6590","status":"passed","time":{"start":1706111636965,"stop":1706111636966,"duration":1}},{"uid":"9bc10352929d4acc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9bc10352929d4acc","status":"passed","time":{"start":1706111323422,"stop":1706111323424,"duration":2}},{"uid":"fe6835665e99476f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fe6835665e99476f","status":"passed","time":{"start":1706109231132,"stop":1706109231132,"duration":0}},{"uid":"bdd2a7a17d99c11","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bdd2a7a17d99c11","status":"passed","time":{"start":1706103046862,"stop":1706103046863,"duration":1}},{"uid":"31171b2fa15b62fe","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/31171b2fa15b62fe","status":"passed","time":{"start":1706102784502,"stop":1706102784502,"duration":0}}]},"9bbedd412842dd0a6836518c21cf7180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"554f3ed2cf5101f5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/554f3ed2cf5101f5","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0}}]},"71cf30a967da0f8a8736fefb5833539f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"4df136d0d5906ede","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/4df136d0d5906ede","status":"passed","time":{"start":1705520842601,"stop":1705520842601,"duration":0}},{"uid":"bbb79b5a0a50718b","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/bbb79b5a0a50718b","status":"passed","time":{"start":1705518211222,"stop":1705518211222,"duration":0}},{"uid":"84acab9c832ee4ad","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/84acab9c832ee4ad","status":"passed","time":{"start":1705518105987,"stop":1705518105988,"duration":1}},{"uid":"6f62a36fb3789a2a","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/6f62a36fb3789a2a","status":"passed","time":{"start":1705517988176,"stop":1705517988177,"duration":1}},{"uid":"a88946f5fd46af3f","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a88946f5fd46af3f","status":"passed","time":{"start":1705508655514,"stop":1705508655515,"duration":1}},{"uid":"bc186557e205202d","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/bc186557e205202d","status":"passed","time":{"start":1705506482095,"stop":1705506482095,"duration":0}},{"uid":"7c72566132624b26","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/7c72566132624b26","status":"passed","time":{"start":1705502939553,"stop":1705502939554,"duration":1}},{"uid":"111d733d6563caba","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/111d733d6563caba","status":"passed","time":{"start":1705502479555,"stop":1705502479555,"duration":0}},{"uid":"ed11979040673c7a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/ed11979040673c7a","status":"passed","time":{"start":1705494937945,"stop":1705494937945,"duration":0}},{"uid":"5e4a53e0e049ad35","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5e4a53e0e049ad35","status":"passed","time":{"start":1705494940954,"stop":1705494940955,"duration":1}},{"uid":"e8f301a62a0507b0","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/e8f301a62a0507b0","status":"passed","time":{"start":1705494895034,"stop":1705494895035,"duration":1}},{"uid":"92a2f1ff5ed855db","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/92a2f1ff5ed855db","status":"passed","time":{"start":1705493464927,"stop":1705493464927,"duration":0}},{"uid":"866629bbca79521d","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/866629bbca79521d","status":"passed","time":{"start":1705493422435,"stop":1705493422436,"duration":1}},{"uid":"9e346b7cb7747330","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/9e346b7cb7747330","status":"passed","time":{"start":1705485250483,"stop":1705485250483,"duration":0}},{"uid":"43e277cdb5071327","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/43e277cdb5071327","status":"passed","time":{"start":1705485112221,"stop":1705485112221,"duration":0}},{"uid":"c68ac4e36728b610","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c68ac4e36728b610","status":"passed","time":{"start":1705484354900,"stop":1705484354900,"duration":0}},{"uid":"b35de7720979b1ee","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/b35de7720979b1ee","status":"passed","time":{"start":1705469872226,"stop":1705469872226,"duration":0}},{"uid":"b814ed131880fa1c","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/b814ed131880fa1c","status":"passed","time":{"start":1705466939041,"stop":1705466939041,"duration":0}},{"uid":"775ebbd17773a395","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/775ebbd17773a395","status":"passed","time":{"start":1705435403983,"stop":1705435403983,"duration":0}},{"uid":"64b5a50672c2323f","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/64b5a50672c2323f","status":"passed","time":{"start":1705434864618,"stop":1705434864619,"duration":1}}]},"e4ad02674137f019ab1c6b5e458e8c1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d1c238867e450e6","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/7d1c238867e450e6","status":"passed","time":{"start":1705591048533,"stop":1705591048534,"duration":1}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"9b7bcb10c6edc945","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b7bcb10c6edc945","status":"passed","time":{"start":1706529333263,"stop":1706529333263,"duration":0}},{"uid":"95d4c151c8e140c4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/95d4c151c8e140c4","status":"passed","time":{"start":1706528290472,"stop":1706528290472,"duration":0}},{"uid":"b8a48e436f265ecb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b8a48e436f265ecb","status":"passed","time":{"start":1706527264360,"stop":1706527264360,"duration":0}},{"uid":"c3adcef10848412e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c3adcef10848412e","status":"passed","time":{"start":1706526976777,"stop":1706526976777,"duration":0}},{"uid":"7b8d0ca38bfaf6a5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7b8d0ca38bfaf6a5","status":"passed","time":{"start":1706526885810,"stop":1706526885810,"duration":0}},{"uid":"f00e256443b0f584","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f00e256443b0f584","status":"passed","time":{"start":1706526330102,"stop":1706526330103,"duration":1}},{"uid":"7513fb82c423d044","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7513fb82c423d044","status":"passed","time":{"start":1706525780730,"stop":1706525780730,"duration":0}},{"uid":"7836f7ee023fb72c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7836f7ee023fb72c","status":"passed","time":{"start":1706525359499,"stop":1706525359500,"duration":1}},{"uid":"e7aa608c7893dc73","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e7aa608c7893dc73","status":"passed","time":{"start":1706468042647,"stop":1706468042647,"duration":0}},{"uid":"61be4768ad496a6b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/61be4768ad496a6b","status":"passed","time":{"start":1706323386934,"stop":1706323386934,"duration":0}},{"uid":"11f9380da8124ab3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/11f9380da8124ab3","status":"passed","time":{"start":1706321713104,"stop":1706321713104,"duration":0}},{"uid":"14a7d24c0287d006","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/14a7d24c0287d006","status":"passed","time":{"start":1706115482615,"stop":1706115482615,"duration":0}},{"uid":"6797f946239d2c7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6797f946239d2c7","status":"passed","time":{"start":1706114635441,"stop":1706114635442,"duration":1}},{"uid":"9efdd1a4cb5d0808","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9efdd1a4cb5d0808","status":"passed","time":{"start":1706112127565,"stop":1706112127565,"duration":0}},{"uid":"8bceb6e0d4bf15d1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8bceb6e0d4bf15d1","status":"passed","time":{"start":1706111809283,"stop":1706111809284,"duration":1}},{"uid":"50b85e5395ac318a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/50b85e5395ac318a","status":"passed","time":{"start":1706109719534,"stop":1706109719534,"duration":0}},{"uid":"f2cd174b23988cb7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f2cd174b23988cb7","status":"passed","time":{"start":1706103518438,"stop":1706103518438,"duration":0}},{"uid":"2a6124662b63d439","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2a6124662b63d439","status":"passed","time":{"start":1706103305165,"stop":1706103305166,"duration":1}},{"uid":"d612915f2da4c7d8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d612915f2da4c7d8","status":"passed","time":{"start":1706102626856,"stop":1706102626856,"duration":0}},{"uid":"933ffefc1c8d15e2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/933ffefc1c8d15e2","status":"passed","time":{"start":1706102491857,"stop":1706102491858,"duration":1}}]},"f4baf15708bea49e56126f4f3ed81f50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ce254116353fe54","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8ce254116353fe54","status":"passed","time":{"start":1705502370735,"stop":1705502370735,"duration":0}}]},"02d5286df732f58fce89087306ef6809:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"738ce26ee615ea2e","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/738ce26ee615ea2e","status":"passed","time":{"start":1705466933270,"stop":1705466933270,"duration":0}}]},"9e292ece4af20e613f5afc958030864e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d857bdf934b8399","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/6d857bdf934b8399","status":"passed","time":{"start":1705664773573,"stop":1705664773574,"duration":1}}]},"257aa1c84a34e668d7c310db71f739c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83cb444fa34121bd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/83cb444fa34121bd","status":"passed","time":{"start":1706115285536,"stop":1706115285537,"duration":1}}]},"0217e6739b4138e78aec890ba95d9dcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4c59d667f517924","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/f4c59d667f517924","status":"passed","time":{"start":1705520249084,"stop":1705520249085,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"240d9a77aafcbf64","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/240d9a77aafcbf64","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0}},{"uid":"6faba992e2abbf67","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6faba992e2abbf67","status":"passed","time":{"start":1706527705414,"stop":1706527705414,"duration":0}},{"uid":"881e6b0ae47c6791","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/881e6b0ae47c6791","status":"passed","time":{"start":1706526721656,"stop":1706526721656,"duration":0}},{"uid":"82675860385c3170","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/82675860385c3170","status":"passed","time":{"start":1706526417560,"stop":1706526417560,"duration":0}},{"uid":"694ba443a44ce4d3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/694ba443a44ce4d3","status":"passed","time":{"start":1706526322665,"stop":1706526322665,"duration":0}},{"uid":"d40aaded2053c6d4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d40aaded2053c6d4","status":"passed","time":{"start":1706525752763,"stop":1706525752763,"duration":0}},{"uid":"170bb7b1d21ddba3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/170bb7b1d21ddba3","status":"passed","time":{"start":1706525219891,"stop":1706525219892,"duration":1}},{"uid":"d66f03b4188a750c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d66f03b4188a750c","status":"passed","time":{"start":1706524780917,"stop":1706524780917,"duration":0}},{"uid":"79c487d687e37842","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/79c487d687e37842","status":"passed","time":{"start":1706467474871,"stop":1706467474872,"duration":1}},{"uid":"e8e346abe7357d54","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e8e346abe7357d54","status":"passed","time":{"start":1706322827214,"stop":1706322827214,"duration":0}},{"uid":"c70b19aae8173544","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c70b19aae8173544","status":"passed","time":{"start":1706321140669,"stop":1706321140677,"duration":8}},{"uid":"cd21db59e8081ea8","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cd21db59e8081ea8","status":"passed","time":{"start":1706244656772,"stop":1706244656772,"duration":0}},{"uid":"8b213d88c41ce6fc","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8b213d88c41ce6fc","status":"passed","time":{"start":1706242225085,"stop":1706242225085,"duration":0}},{"uid":"e5d8a5ecfe4fcda6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e5d8a5ecfe4fcda6","status":"passed","time":{"start":1706114913325,"stop":1706114913325,"duration":0}},{"uid":"ec46a7d5a2caab64","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ec46a7d5a2caab64","status":"passed","time":{"start":1706114084086,"stop":1706114084086,"duration":0}},{"uid":"1627942c8aa4a35f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1627942c8aa4a35f","status":"passed","time":{"start":1706111558873,"stop":1706111558873,"duration":0}},{"uid":"6fbf8b03adbb8c9a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6fbf8b03adbb8c9a","status":"passed","time":{"start":1706111248338,"stop":1706111248338,"duration":0}},{"uid":"4ca588d62d3559cb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4ca588d62d3559cb","status":"passed","time":{"start":1706109150498,"stop":1706109150498,"duration":0}},{"uid":"269b89b9badaab24","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/269b89b9badaab24","status":"passed","time":{"start":1706102968912,"stop":1706102968912,"duration":0}},{"uid":"d34b47abdeb289aa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d34b47abdeb289aa","status":"passed","time":{"start":1706102708597,"stop":1706102708597,"duration":0}}]},"7771c3e6dcfb846c1868a4befdd70f39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88d84a6f59b7bc20","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/88d84a6f59b7bc20","status":"passed","time":{"start":1705426462234,"stop":1705426462234,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":133,"passed":0,"unknown":0,"total":133},"items":[{"uid":"d943c7514b2cc1ca","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d943c7514b2cc1ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528752633,"stop":1706528752634,"duration":1}},{"uid":"20df2ac65789e224","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/20df2ac65789e224","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527721486,"stop":1706527721486,"duration":0}},{"uid":"d1313bc3c8b317e7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d1313bc3c8b317e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526736331,"stop":1706526736332,"duration":1}},{"uid":"e2b616fc18d22c7c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e2b616fc18d22c7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526433123,"stop":1706526433124,"duration":1}},{"uid":"7bebcd6c4b73d53e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7bebcd6c4b73d53e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526338335,"stop":1706526338335,"duration":0}},{"uid":"f22ad2ef8a9cbfb7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f22ad2ef8a9cbfb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525767353,"stop":1706525767353,"duration":0}},{"uid":"7a6b9277a4570df8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7a6b9277a4570df8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525234336,"stop":1706525234336,"duration":0}},{"uid":"ddc6115a6cd2e8f1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ddc6115a6cd2e8f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706524795502,"stop":1706524795502,"duration":0}},{"uid":"1ca00721eff2263c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1ca00721eff2263c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467489460,"stop":1706467489461,"duration":1}},{"uid":"b666b3fed6812587","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b666b3fed6812587","status":"skipped","statusDetails":"Test ignored","time":{"start":1706322842267,"stop":1706322842267,"duration":0}},{"uid":"64c1cf1350db53bb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/64c1cf1350db53bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321155289,"stop":1706321155289,"duration":0}},{"uid":"8c1a1c5d959dc813","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8c1a1c5d959dc813","status":"skipped","statusDetails":"Test ignored","time":{"start":1706244671452,"stop":1706244671452,"duration":0}},{"uid":"e066b3d9600d5041","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e066b3d9600d5041","status":"skipped","statusDetails":"Test ignored","time":{"start":1706242239783,"stop":1706242239784,"duration":1}},{"uid":"9f268f6320583f7b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9f268f6320583f7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114928164,"stop":1706114928164,"duration":0}},{"uid":"afce89df62228ed4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/afce89df62228ed4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114098852,"stop":1706114098852,"duration":0}},{"uid":"ccdeac85491d1b94","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ccdeac85491d1b94","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111573575,"stop":1706111573576,"duration":1}},{"uid":"503e98b7a924ca7b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/503e98b7a924ca7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111263117,"stop":1706111263118,"duration":1}},{"uid":"4cd33c27f5bb5457","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4cd33c27f5bb5457","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109165549,"stop":1706109165549,"duration":0}},{"uid":"79f3d46aed3f3301","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/79f3d46aed3f3301","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102983599,"stop":1706102983599,"duration":0}},{"uid":"b832c8afd78bdac8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b832c8afd78bdac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102723314,"stop":1706102723315,"duration":1}}]},"b8672d8698a3e7d2433b1f0babc61c78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a201669eac6a43e","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/8a201669eac6a43e","status":"passed","time":{"start":1706101964340,"stop":1706101964341,"duration":1}}]},"f79df82ca2a83079e121be0634e51d61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"402fb43f78cd0fe4","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/402fb43f78cd0fe4","status":"passed","time":{"start":1706100942615,"stop":1706100942615,"duration":0}},{"uid":"95ca03e3be353789","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/95ca03e3be353789","status":"passed","time":{"start":1706099973752,"stop":1706099973753,"duration":1}},{"uid":"ce1dab77b1d92947","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ce1dab77b1d92947","status":"passed","time":{"start":1706077701783,"stop":1706077701783,"duration":0}},{"uid":"cc992f51e5d5cd72","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/cc992f51e5d5cd72","status":"passed","time":{"start":1706069790730,"stop":1706069790731,"duration":1}},{"uid":"2fad190b699c720f","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/2fad190b699c720f","status":"passed","time":{"start":1705950495036,"stop":1705950495037,"duration":1}},{"uid":"cdcf9241d9015520","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/cdcf9241d9015520","status":"passed","time":{"start":1705938302713,"stop":1705938302714,"duration":1}},{"uid":"38a2f6ccb0ffd94b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/38a2f6ccb0ffd94b","status":"passed","time":{"start":1705913446692,"stop":1705913446692,"duration":0}},{"uid":"343175f2ec7308ed","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/343175f2ec7308ed","status":"passed","time":{"start":1705912988129,"stop":1705912988129,"duration":0}},{"uid":"41bac2b6d62174b5","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/41bac2b6d62174b5","status":"passed","time":{"start":1705912372218,"stop":1705912372219,"duration":1}},{"uid":"377be5202d30483e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/377be5202d30483e","status":"passed","time":{"start":1705911551480,"stop":1705911551480,"duration":0}},{"uid":"6368e373f8d2e4b1","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/6368e373f8d2e4b1","status":"passed","time":{"start":1705670299872,"stop":1705670299872,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":27,"passed":0,"unknown":0,"total":27},"items":[{"uid":"3dac03b9ebc0c76d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3dac03b9ebc0c76d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528985996,"stop":1706528985996,"duration":0}},{"uid":"89fdc3835888dadc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/89fdc3835888dadc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527951691,"stop":1706527951691,"duration":0}},{"uid":"76ba68a9aca3b597","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/76ba68a9aca3b597","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526969199,"stop":1706526969199,"duration":0}},{"uid":"7ac5b1a66c8a76ca","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7ac5b1a66c8a76ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526675843,"stop":1706526675844,"duration":1}},{"uid":"e21afda13c84343c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e21afda13c84343c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526572350,"stop":1706526572350,"duration":0}},{"uid":"7549c684baa00903","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7549c684baa00903","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525997932,"stop":1706525997932,"duration":0}},{"uid":"3173a749ce9b1356","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3173a749ce9b1356","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525468232,"stop":1706525468232,"duration":0}},{"uid":"db4f0a448a646577","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/db4f0a448a646577","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525019705,"stop":1706525019705,"duration":0}},{"uid":"4c4b573d4808eed4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4c4b573d4808eed4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467721289,"stop":1706467721289,"duration":0}},{"uid":"c535ba60476fec58","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c535ba60476fec58","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323082562,"stop":1706323082562,"duration":0}},{"uid":"2e6cd772cdeff181","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2e6cd772cdeff181","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321389964,"stop":1706321389964,"duration":0}},{"uid":"5273737c5632efd9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5273737c5632efd9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115172645,"stop":1706115172645,"duration":0}},{"uid":"d82ac39adaaea583","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d82ac39adaaea583","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114335595,"stop":1706114335595,"duration":0}},{"uid":"f282f6024134df01","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f282f6024134df01","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111797797,"stop":1706111797797,"duration":0}},{"uid":"8460b03ab7dca3b5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8460b03ab7dca3b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111496583,"stop":1706111496583,"duration":0}},{"uid":"9276a5e603db6e8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9276a5e603db6e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109403536,"stop":1706109403536,"duration":0}},{"uid":"d3d923eef3afb993","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d3d923eef3afb993","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103220667,"stop":1706103220667,"duration":0}},{"uid":"cc3c2e7540f68aa3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cc3c2e7540f68aa3","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102943572,"stop":1706102943572,"duration":0}},{"uid":"bba0c64923eba933","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bba0c64923eba933","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102315314,"stop":1706102315314,"duration":0}},{"uid":"4f039e04242bd63d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4f039e04242bd63d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102190042,"stop":1706102190042,"duration":0}}]},"776f1739502de09aa4167365f0b182a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bb71785f6446dc9","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/7bb71785f6446dc9","status":"passed","time":{"start":1705667092971,"stop":1705667092971,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"40a871d78cf4b625","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/40a871d78cf4b625","status":"passed","time":{"start":1706528985996,"stop":1706528985998,"duration":2}},{"uid":"49c528efe95ac22d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/49c528efe95ac22d","status":"passed","time":{"start":1706527951691,"stop":1706527951691,"duration":0}},{"uid":"1d9ac68cf31bde86","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1d9ac68cf31bde86","status":"passed","time":{"start":1706526969199,"stop":1706526969200,"duration":1}},{"uid":"49572369836b09d4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/49572369836b09d4","status":"passed","time":{"start":1706526675844,"stop":1706526675844,"duration":0}},{"uid":"8480e2d4b6dc0bb3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8480e2d4b6dc0bb3","status":"passed","time":{"start":1706526572350,"stop":1706526572351,"duration":1}},{"uid":"795e7ea231bf3478","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/795e7ea231bf3478","status":"passed","time":{"start":1706525997933,"stop":1706525997933,"duration":0}},{"uid":"cc5ae43fa6f1efba","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cc5ae43fa6f1efba","status":"passed","time":{"start":1706525468236,"stop":1706525468237,"duration":1}},{"uid":"5edf5198062fd397","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5edf5198062fd397","status":"passed","time":{"start":1706525019705,"stop":1706525019706,"duration":1}},{"uid":"34e1e2d4453db28b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/34e1e2d4453db28b","status":"passed","time":{"start":1706467721289,"stop":1706467721290,"duration":1}},{"uid":"ed189f3857805e30","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ed189f3857805e30","status":"passed","time":{"start":1706323082562,"stop":1706323082562,"duration":0}},{"uid":"bac2af456e4c98c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bac2af456e4c98c","status":"passed","time":{"start":1706321389964,"stop":1706321389965,"duration":1}},{"uid":"49569770ce05f900","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/49569770ce05f900","status":"passed","time":{"start":1706115172645,"stop":1706115172645,"duration":0}},{"uid":"f0793184f45a9f37","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f0793184f45a9f37","status":"passed","time":{"start":1706114335595,"stop":1706114335596,"duration":1}},{"uid":"4168748f8a0b90aa","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4168748f8a0b90aa","status":"passed","time":{"start":1706111797797,"stop":1706111797798,"duration":1}},{"uid":"684694b5814d95c3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/684694b5814d95c3","status":"passed","time":{"start":1706111496583,"stop":1706111496583,"duration":0}},{"uid":"1ee6a977b8463587","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1ee6a977b8463587","status":"passed","time":{"start":1706109403536,"stop":1706109403536,"duration":0}},{"uid":"e412ad3f179fa665","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e412ad3f179fa665","status":"passed","time":{"start":1706103220667,"stop":1706103220668,"duration":1}},{"uid":"97d3ae0bea850546","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/97d3ae0bea850546","status":"passed","time":{"start":1706102943572,"stop":1706102943572,"duration":0}},{"uid":"b606eaf4606737c5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b606eaf4606737c5","status":"passed","time":{"start":1706102315314,"stop":1706102315314,"duration":0}},{"uid":"4ec85757c90d18a7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4ec85757c90d18a7","status":"passed","time":{"start":1706102190042,"stop":1706102190042,"duration":0}}]},"04226786b412c7cd0dac01f0389ba723:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a98981fa010489c4","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/a98981fa010489c4","status":"passed","time":{"start":1705567295388,"stop":1705567295389,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"aede67ce7f835fac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aede67ce7f835fac","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"duration":0}},{"uid":"b411ed3efb2740a3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b411ed3efb2740a3","status":"passed","time":{"start":1706528272360,"stop":1706528272360,"duration":0}},{"uid":"62ddc3db5eccf6b8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/62ddc3db5eccf6b8","status":"passed","time":{"start":1706527215981,"stop":1706527215981,"duration":0}},{"uid":"576f1936d7ad511c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/576f1936d7ad511c","status":"passed","time":{"start":1706526930057,"stop":1706526930058,"duration":1}},{"uid":"3cd82e6630da6c87","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3cd82e6630da6c87","status":"passed","time":{"start":1706526828480,"stop":1706526828486,"duration":6}},{"uid":"960d777a89b65213","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/960d777a89b65213","status":"passed","time":{"start":1706526253883,"stop":1706526253883,"duration":0}},{"uid":"25350e6c27f61f4b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/25350e6c27f61f4b","status":"passed","time":{"start":1706525716610,"stop":1706525716610,"duration":0}},{"uid":"8429ffc6af8ae6ed","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8429ffc6af8ae6ed","status":"passed","time":{"start":1706525305324,"stop":1706525305324,"duration":0}},{"uid":"a0ed79dd61230fb9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a0ed79dd61230fb9","status":"passed","time":{"start":1706467969855,"stop":1706467969856,"duration":1}},{"uid":"e38d0c120948bf5a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e38d0c120948bf5a","status":"passed","time":{"start":1706323337221,"stop":1706323337221,"duration":0}},{"uid":"6ac1aa823248e919","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6ac1aa823248e919","status":"passed","time":{"start":1706321555211,"stop":1706321555212,"duration":1}},{"uid":"57bb1a7925c39dea","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/57bb1a7925c39dea","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927235,"stop":1706244927235,"duration":0}},{"uid":"b6e4cbe16b50cebf","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b6e4cbe16b50cebf","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486055,"stop":1706242486056,"duration":1}},{"uid":"36908a500aaf0958","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/36908a500aaf0958","status":"passed","time":{"start":1706115454687,"stop":1706115454688,"duration":1}},{"uid":"7ff5aadd1ef312eb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7ff5aadd1ef312eb","status":"passed","time":{"start":1706114588211,"stop":1706114588211,"duration":0}},{"uid":"69d70f970c6ed578","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/69d70f970c6ed578","status":"passed","time":{"start":1706112067732,"stop":1706112067732,"duration":0}},{"uid":"f690bdb8eb24baae","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f690bdb8eb24baae","status":"passed","time":{"start":1706111759508,"stop":1706111759511,"duration":3}},{"uid":"3ba510dcb29d83c8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3ba510dcb29d83c8","status":"passed","time":{"start":1706109683581,"stop":1706109683581,"duration":0}},{"uid":"8cb35a659d57399","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8cb35a659d57399","status":"passed","time":{"start":1706103380778,"stop":1706103380778,"duration":0}},{"uid":"42cc4da86ad2fad5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/42cc4da86ad2fad5","status":"passed","time":{"start":1706103218564,"stop":1706103218565,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"33c3a96cf796690f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33c3a96cf796690f","status":"passed","time":{"start":1706528986017,"stop":1706528986018,"duration":1}},{"uid":"98ba2b94a96f0dbe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/98ba2b94a96f0dbe","status":"passed","time":{"start":1706527951710,"stop":1706527951710,"duration":0}},{"uid":"a20d535c72031886","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a20d535c72031886","status":"passed","time":{"start":1706526969212,"stop":1706526969212,"duration":0}},{"uid":"a65bf82a35033638","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a65bf82a35033638","status":"passed","time":{"start":1706526675857,"stop":1706526675858,"duration":1}},{"uid":"72b644be60ceeec7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/72b644be60ceeec7","status":"passed","time":{"start":1706526572367,"stop":1706526572367,"duration":0}},{"uid":"bfdd1fbd26000f06","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bfdd1fbd26000f06","status":"passed","time":{"start":1706525997940,"stop":1706525997940,"duration":0}},{"uid":"dd8083298d832ad4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dd8083298d832ad4","status":"passed","time":{"start":1706525468255,"stop":1706525468255,"duration":0}},{"uid":"2a9f121a7b8bb0bc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2a9f121a7b8bb0bc","status":"passed","time":{"start":1706525019720,"stop":1706525019720,"duration":0}},{"uid":"373d557325931537","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/373d557325931537","status":"passed","time":{"start":1706467721296,"stop":1706467721296,"duration":0}},{"uid":"443573b5e5551b49","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/443573b5e5551b49","status":"passed","time":{"start":1706323082568,"stop":1706323082569,"duration":1}},{"uid":"df204ec993779f6c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/df204ec993779f6c","status":"passed","time":{"start":1706321389972,"stop":1706321389973,"duration":1}},{"uid":"de891d5fa591730e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/de891d5fa591730e","status":"passed","time":{"start":1706115172657,"stop":1706115172657,"duration":0}},{"uid":"a5faee0d25c747df","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a5faee0d25c747df","status":"passed","time":{"start":1706114335604,"stop":1706114335604,"duration":0}},{"uid":"9ac36af8318f9638","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9ac36af8318f9638","status":"passed","time":{"start":1706111797811,"stop":1706111797812,"duration":1}},{"uid":"59aba61830141f80","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/59aba61830141f80","status":"passed","time":{"start":1706111496607,"stop":1706111496608,"duration":1}},{"uid":"d8703e08eb73ed28","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d8703e08eb73ed28","status":"passed","time":{"start":1706109403546,"stop":1706109403547,"duration":1}},{"uid":"4cc7d85caa59fd83","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4cc7d85caa59fd83","status":"passed","time":{"start":1706103220675,"stop":1706103220675,"duration":0}},{"uid":"722d3c61e15ec7dd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/722d3c61e15ec7dd","status":"passed","time":{"start":1706102943583,"stop":1706102943584,"duration":1}},{"uid":"790a9d87f82e8041","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/790a9d87f82e8041","status":"passed","time":{"start":1706102315322,"stop":1706102315322,"duration":0}},{"uid":"8af5710eec13a677","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8af5710eec13a677","status":"passed","time":{"start":1706102190049,"stop":1706102190050,"duration":1}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"8620cc3859808691","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8620cc3859808691","status":"passed","time":{"start":1706529223894,"stop":1706529223894,"duration":0}},{"uid":"e27a350522a795b5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e27a350522a795b5","status":"passed","time":{"start":1706528204206,"stop":1706528204206,"duration":0}},{"uid":"4d98bfe9868d9708","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4d98bfe9868d9708","status":"passed","time":{"start":1706527085313,"stop":1706527085313,"duration":0}},{"uid":"1dd4e10e4e902999","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1dd4e10e4e902999","status":"passed","time":{"start":1706526783364,"stop":1706526783365,"duration":1}},{"uid":"e1f92127b2bfe2c7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e1f92127b2bfe2c7","status":"passed","time":{"start":1706526690271,"stop":1706526690271,"duration":0}},{"uid":"b7bb808380a63e14","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b7bb808380a63e14","status":"passed","time":{"start":1706526129376,"stop":1706526129381,"duration":5}},{"uid":"c3d80d9de844463e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c3d80d9de844463e","status":"passed","time":{"start":1706525593259,"stop":1706525593259,"duration":0}},{"uid":"94a3fcc2376485e8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/94a3fcc2376485e8","status":"passed","time":{"start":1706525226781,"stop":1706525226781,"duration":0}},{"uid":"d771679c80458c8c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d771679c80458c8c","status":"passed","time":{"start":1706467837091,"stop":1706467837092,"duration":1}},{"uid":"2dfbd20f21eaacd0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2dfbd20f21eaacd0","status":"passed","time":{"start":1706323213972,"stop":1706323213973,"duration":1}},{"uid":"b9e99a1d3890113c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b9e99a1d3890113c","status":"passed","time":{"start":1706321475552,"stop":1706321475552,"duration":0}},{"uid":"33ab999bcbf868fc","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/33ab999bcbf868fc","status":"passed","time":{"start":1706115285528,"stop":1706115285528,"duration":0}},{"uid":"b6a5ad0d1da7d68f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b6a5ad0d1da7d68f","status":"passed","time":{"start":1706114454509,"stop":1706114454509,"duration":0}},{"uid":"ef71f5137941dc44","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ef71f5137941dc44","status":"passed","time":{"start":1706111914139,"stop":1706111914140,"duration":1}},{"uid":"926b899337d7c53","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/926b899337d7c53","status":"passed","time":{"start":1706111616738,"stop":1706111616738,"duration":0}},{"uid":"a28d5e8d4218e68e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a28d5e8d4218e68e","status":"passed","time":{"start":1706109533627,"stop":1706109533627,"duration":0}},{"uid":"e5b57e9e0585a30b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e5b57e9e0585a30b","status":"passed","time":{"start":1706103308660,"stop":1706103308661,"duration":1}},{"uid":"68b764d95dbb8035","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/68b764d95dbb8035","status":"passed","time":{"start":1706103054156,"stop":1706103054157,"duration":1}},{"uid":"511927be12946652","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/511927be12946652","status":"passed","time":{"start":1706102435005,"stop":1706102435006,"duration":1}},{"uid":"c5b4f018dac20100","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c5b4f018dac20100","status":"passed","time":{"start":1706102331416,"stop":1706102331417,"duration":1}}]},"86c06f20001e9c6aa913a007f1c6ab70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"de87cc40bd2e54e8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/de87cc40bd2e54e8","status":"passed","time":{"start":1705521140303,"stop":1705521140303,"duration":0}},{"uid":"95cb0f2e9a95c56","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/95cb0f2e9a95c56","status":"passed","time":{"start":1705520883418,"stop":1705520883418,"duration":0}},{"uid":"9fc2a005b11e81b1","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/9fc2a005b11e81b1","status":"passed","time":{"start":1705520300890,"stop":1705520300890,"duration":0}},{"uid":"416ba6632770f321","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/416ba6632770f321","status":"passed","time":{"start":1705518525964,"stop":1705518525964,"duration":0}},{"uid":"12aeac695751f2f7","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/12aeac695751f2f7","status":"passed","time":{"start":1705518246810,"stop":1705518246810,"duration":0}},{"uid":"f9efa52002343724","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/f9efa52002343724","status":"passed","time":{"start":1705518140983,"stop":1705518140984,"duration":1}},{"uid":"d69d777aac843ba6","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d69d777aac843ba6","status":"passed","time":{"start":1705518032421,"stop":1705518032421,"duration":0}},{"uid":"d6aae450db951de0","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/d6aae450db951de0","status":"passed","time":{"start":1705508700813,"stop":1705508700813,"duration":0}},{"uid":"c1289e81cf593d57","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/c1289e81cf593d57","status":"passed","time":{"start":1705506512647,"stop":1705506512652,"duration":5}},{"uid":"c19b7cdebe7580c4","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/c19b7cdebe7580c4","status":"passed","time":{"start":1705502966517,"stop":1705502966518,"duration":1}},{"uid":"6d623393b3b61ae3","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6d623393b3b61ae3","status":"passed","time":{"start":1705502370727,"stop":1705502370728,"duration":1}},{"uid":"7b1fac7428f2342","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/7b1fac7428f2342","status":"passed","time":{"start":1705502517772,"stop":1705502517773,"duration":1}},{"uid":"9795107072e84293","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/9795107072e84293","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321695,"stop":1705495321695,"duration":0}},{"uid":"311aa2addd55da63","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/311aa2addd55da63","status":"passed","time":{"start":1705494975690,"stop":1705494975690,"duration":0}},{"uid":"efb003f2f7cae2f1","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/efb003f2f7cae2f1","status":"passed","time":{"start":1705494930753,"stop":1705494930760,"duration":7}},{"uid":"8e407e1a9f69116f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8e407e1a9f69116f","status":"passed","time":{"start":1705493496365,"stop":1705493496368,"duration":3}},{"uid":"9b5402ec361923df","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/9b5402ec361923df","status":"passed","time":{"start":1705493451252,"stop":1705493451252,"duration":0}},{"uid":"b3156d1aa817d413","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/b3156d1aa817d413","status":"passed","time":{"start":1705485279307,"stop":1705485279307,"duration":0}},{"uid":"7d05718407683cc","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/7d05718407683cc","status":"passed","time":{"start":1705485136808,"stop":1705485136809,"duration":1}},{"uid":"afb7b001f9a02396","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/afb7b001f9a02396","status":"passed","time":{"start":1705484392935,"stop":1705484392936,"duration":1}}]},"0a8fb3e0da6b8d041e95f7e5447f4ae0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47a8d57b38230603","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/47a8d57b38230603","status":"passed","time":{"start":1706529333237,"stop":1706529333241,"duration":4}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"7df475d377264fd1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7df475d377264fd1","status":"passed","time":{"start":1706529403568,"stop":1706529403569,"duration":1}},{"uid":"34f46894eb26f084","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/34f46894eb26f084","status":"passed","time":{"start":1706528357081,"stop":1706528357081,"duration":0}},{"uid":"db65862a7d91f626","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/db65862a7d91f626","status":"passed","time":{"start":1706527326687,"stop":1706527326687,"duration":0}},{"uid":"bc75b294ed8d5ecc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bc75b294ed8d5ecc","status":"passed","time":{"start":1706527049791,"stop":1706527049792,"duration":1}},{"uid":"df66d5dc2f455de6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/df66d5dc2f455de6","status":"passed","time":{"start":1706526961436,"stop":1706526961436,"duration":0}},{"uid":"fe0c6cf59fca2909","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fe0c6cf59fca2909","status":"passed","time":{"start":1706526404275,"stop":1706526404275,"duration":0}},{"uid":"8c500c2ff9009f23","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8c500c2ff9009f23","status":"passed","time":{"start":1706525849951,"stop":1706525849951,"duration":0}},{"uid":"c812f285afeaab93","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c812f285afeaab93","status":"passed","time":{"start":1706525432943,"stop":1706525432943,"duration":0}},{"uid":"84816d7293d87412","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/84816d7293d87412","status":"passed","time":{"start":1706468114342,"stop":1706468114342,"duration":0}},{"uid":"3036cfb6c3452691","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3036cfb6c3452691","status":"passed","time":{"start":1706323469643,"stop":1706323469644,"duration":1}},{"uid":"27a177b229e890de","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/27a177b229e890de","status":"passed","time":{"start":1706321771785,"stop":1706321771785,"duration":0}},{"uid":"5e9e08ffcbbd2d9d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5e9e08ffcbbd2d9d","status":"passed","time":{"start":1706115542391,"stop":1706115542391,"duration":0}},{"uid":"c1443fc8fcc12d5b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c1443fc8fcc12d5b","status":"passed","time":{"start":1706114725914,"stop":1706114725914,"duration":0}},{"uid":"212a4f3b2419c351","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/212a4f3b2419c351","status":"passed","time":{"start":1706112199259,"stop":1706112199259,"duration":0}},{"uid":"67cb2441262df52f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/67cb2441262df52f","status":"passed","time":{"start":1706111893731,"stop":1706111893731,"duration":0}},{"uid":"f3651a3b9e92bb9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f3651a3b9e92bb9","status":"passed","time":{"start":1706109796548,"stop":1706109796548,"duration":0}},{"uid":"3a29c49bc8e51719","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3a29c49bc8e51719","status":"passed","time":{"start":1706103557148,"stop":1706103557148,"duration":0}},{"uid":"55df6eff9453ddd6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/55df6eff9453ddd6","status":"passed","time":{"start":1706103365798,"stop":1706103365798,"duration":0}},{"uid":"c2db8fe07453f166","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c2db8fe07453f166","status":"passed","time":{"start":1706102701045,"stop":1706102701045,"duration":0}},{"uid":"809c53720df8e114","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/809c53720df8e114","status":"passed","time":{"start":1706102579553,"stop":1706102579553,"duration":0}}]},"95aa193be765478c5235f5cc4acde0c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d63916b6a6ddd43d","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/d63916b6a6ddd43d","status":"passed","time":{"start":1705518246816,"stop":1705518246816,"duration":0}}]},"95f6d38726996498cf13c40ad8dfc156:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f388682f653ee8c1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f388682f653ee8c1","status":"passed","time":{"start":1705911533365,"stop":1705911533381,"duration":16}}]},"229ecfe3b918b4adeff0840b2da65e71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eef85edca830da36","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/eef85edca830da36","status":"passed","time":{"start":1706321743975,"stop":1706321743975,"duration":0}}]},"b8cdaf5079b5e797c8a9d8457ce6f430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5d385f7c062bec","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/cd5d385f7c062bec","status":"passed","time":{"start":1705421437097,"stop":1705421437098,"duration":1}}]},"b40e6580523a9882072a3385431e06db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae067f36f6582811","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/ae067f36f6582811","status":"passed","time":{"start":1705426292141,"stop":1705426292141,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":128,"unknown":0,"total":133},"items":[{"uid":"e99a145d631084c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e99a145d631084c0","status":"passed","time":{"start":1706529248598,"stop":1706529248598,"duration":0}},{"uid":"bd68f19e503b72ec","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bd68f19e503b72ec","status":"passed","time":{"start":1706528220652,"stop":1706528220652,"duration":0}},{"uid":"7e4ecc2549dbb7de","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7e4ecc2549dbb7de","status":"passed","time":{"start":1706527177104,"stop":1706527177105,"duration":1}},{"uid":"19b6830cff200a68","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/19b6830cff200a68","status":"passed","time":{"start":1706526879830,"stop":1706526879830,"duration":0}},{"uid":"ea93cb2a29792cd6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ea93cb2a29792cd6","status":"passed","time":{"start":1706526777110,"stop":1706526777110,"duration":0}},{"uid":"f325491b8cd5e29a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f325491b8cd5e29a","status":"passed","time":{"start":1706526204142,"stop":1706526204142,"duration":0}},{"uid":"b71a9234e73f8f18","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b71a9234e73f8f18","status":"passed","time":{"start":1706525670189,"stop":1706525670190,"duration":1}},{"uid":"b65610b4b933de72","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b65610b4b933de72","status":"passed","time":{"start":1706525258214,"stop":1706525258215,"duration":1}},{"uid":"2977fdf4dcfb89c0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2977fdf4dcfb89c0","status":"passed","time":{"start":1706467920012,"stop":1706467920013,"duration":1}},{"uid":"f1fa8773e7c03496","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f1fa8773e7c03496","status":"passed","time":{"start":1706323290764,"stop":1706323290764,"duration":0}},{"uid":"8c22836032b69198","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8c22836032b69198","status":"passed","time":{"start":1706321508278,"stop":1706321508278,"duration":0}},{"uid":"5540c37b87bffc73","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5540c37b87bffc73","status":"broken","statusDetails":"Pubsub topic /waku/2/rs/0/1 has not been configured on this instance. Configured topics are: /waku/2/rs/0/2,/waku/2/rs/0/3. Please update your configuration by passing in the topic during Waku node instantiation.","time":{"start":1706244780674,"stop":1706244780675,"duration":1}},{"uid":"f3a1d4e974d80087","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f3a1d4e974d80087","status":"broken","statusDetails":"Pubsub topic /waku/2/rs/0/1 has not been configured on this instance. Configured topics are: /waku/2/rs/0/2,/waku/2/rs/0/3. Please update your configuration by passing in the topic during Waku node instantiation.","time":{"start":1706242339461,"stop":1706242339462,"duration":1}},{"uid":"ae13b642501f655b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ae13b642501f655b","status":"passed","time":{"start":1706115400247,"stop":1706115400247,"duration":0}},{"uid":"8ca5aa7bc583b79a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8ca5aa7bc583b79a","status":"passed","time":{"start":1706114536402,"stop":1706114536402,"duration":0}},{"uid":"6747e42ae674759f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6747e42ae674759f","status":"passed","time":{"start":1706112032806,"stop":1706112032807,"duration":1}},{"uid":"199e03e0c207046d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/199e03e0c207046d","status":"passed","time":{"start":1706111710237,"stop":1706111710237,"duration":0}},{"uid":"c5655e4dedc05284","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c5655e4dedc05284","status":"passed","time":{"start":1706109621309,"stop":1706109621309,"duration":0}},{"uid":"c7c22fed7b3eca1f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c7c22fed7b3eca1f","status":"passed","time":{"start":1706103335201,"stop":1706103335202,"duration":1}},{"uid":"cdb6fb8dc0447e83","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cdb6fb8dc0447e83","status":"passed","time":{"start":1706103167015,"stop":1706103167015,"duration":0}}]},"ec938ca5d5ff56e525445557847737b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c86de0ec6457392","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/3c86de0ec6457392","status":"passed","time":{"start":1705577379287,"stop":1705577379287,"duration":0}}]},"3452acbdd2d82258e04f747c68c7496e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d6725794b96b7ee","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/3d6725794b96b7ee","status":"passed","time":{"start":1705665500381,"stop":1705665500381,"duration":0}}]},"54eb8d896cccc09fef5589f097c80a37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5aa70eae904e105","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b5aa70eae904e105","status":"passed","time":{"start":1706323386921,"stop":1706323386922,"duration":1}}]},"e337d0506af4a90e2801003f6441acf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a91bb5be40f7c40","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2a91bb5be40f7c40","status":"passed","time":{"start":1706323430981,"stop":1706323430981,"duration":0}}]},"f32741990509cecd57d4cabed243a9ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"846a8f1aba09023d","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/846a8f1aba09023d","status":"passed","time":{"start":1705431043581,"stop":1705431043583,"duration":2}}]},"a93cc89ef564d23ac7ab749c5972b601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2210833cb10772c0","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/2210833cb10772c0","status":"passed","time":{"start":1705494879421,"stop":1705494879421,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"2d6fccf5e81a1e8e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2d6fccf5e81a1e8e","status":"passed","time":{"start":1706529232503,"stop":1706529232503,"duration":0}},{"uid":"ca2f5e741e2423f6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ca2f5e741e2423f6","status":"passed","time":{"start":1706528204723,"stop":1706528204724,"duration":1}},{"uid":"8418bd35a1fbb89e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8418bd35a1fbb89e","status":"passed","time":{"start":1706527099426,"stop":1706527099427,"duration":1}},{"uid":"5476db5b70fca783","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5476db5b70fca783","status":"passed","time":{"start":1706526797235,"stop":1706526797235,"duration":0}},{"uid":"44951423621ff685","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/44951423621ff685","status":"passed","time":{"start":1706526702309,"stop":1706526702309,"duration":0}},{"uid":"22db51a672c1b5a0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/22db51a672c1b5a0","status":"passed","time":{"start":1706526144649,"stop":1706526144649,"duration":0}},{"uid":"17fc34d4812fe65b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/17fc34d4812fe65b","status":"passed","time":{"start":1706525605499,"stop":1706525605500,"duration":1}},{"uid":"a6ba75a4f4c49c0d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a6ba75a4f4c49c0d","status":"passed","time":{"start":1706525237525,"stop":1706525237525,"duration":0}},{"uid":"afa49903177afcbb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/afa49903177afcbb","status":"passed","time":{"start":1706467847963,"stop":1706467847963,"duration":0}},{"uid":"58ddb332eabb2952","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/58ddb332eabb2952","status":"passed","time":{"start":1706323224600,"stop":1706323224600,"duration":0}},{"uid":"5d51d8264296470","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5d51d8264296470","status":"passed","time":{"start":1706321490526,"stop":1706321490526,"duration":0}},{"uid":"602f2173f4099f9e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/602f2173f4099f9e","status":"passed","time":{"start":1706115297922,"stop":1706115297922,"duration":0}},{"uid":"12c9565e98208fd3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/12c9565e98208fd3","status":"passed","time":{"start":1706114468918,"stop":1706114468918,"duration":0}},{"uid":"8ba6c7b3d9525899","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8ba6c7b3d9525899","status":"passed","time":{"start":1706111928728,"stop":1706111928728,"duration":0}},{"uid":"6dce17bc875d2f80","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6dce17bc875d2f80","status":"passed","time":{"start":1706111629335,"stop":1706111629336,"duration":1}},{"uid":"82a65a2ea51cbd39","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/82a65a2ea51cbd39","status":"passed","time":{"start":1706109548373,"stop":1706109548373,"duration":0}},{"uid":"2c2587830f0ff819","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2c2587830f0ff819","status":"passed","time":{"start":1706103319937,"stop":1706103319937,"duration":0}},{"uid":"f285a06455efc7b6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f285a06455efc7b6","status":"passed","time":{"start":1706103066465,"stop":1706103066466,"duration":1}},{"uid":"1b81416b445caafb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1b81416b445caafb","status":"passed","time":{"start":1706102448475,"stop":1706102448475,"duration":0}},{"uid":"f193ff4cc5e739e8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f193ff4cc5e739e8","status":"passed","time":{"start":1706102342950,"stop":1706102342950,"duration":0}}]},"bfbde1f4000dea0d46bb80512a3f1202:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce50e4e002ccae15","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/ce50e4e002ccae15","status":"passed","time":{"start":1705494930767,"stop":1705494930768,"duration":1}}]},"65ca0034f1f4bd4a756f3fb0f9e2107f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"49226b33b2dd699f","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/49226b33b2dd699f","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321707,"stop":1705495321707,"duration":0}}]},"387e8efed8585c3b12fd9c75fbc51897:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":37,"unknown":0,"total":37},"items":[{"uid":"d2a5e9a6efc6b50d","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/d2a5e9a6efc6b50d","status":"passed","time":{"start":1705518209007,"stop":1705518209008,"duration":1}},{"uid":"d5b1442a048e6a1f","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/d5b1442a048e6a1f","status":"passed","time":{"start":1705518112870,"stop":1705518112870,"duration":0}},{"uid":"920f3b9dfcdb87c4","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/920f3b9dfcdb87c4","status":"passed","time":{"start":1705517988418,"stop":1705517988419,"duration":1}},{"uid":"a968fec99c494335","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a968fec99c494335","status":"passed","time":{"start":1705508651539,"stop":1705508651539,"duration":0}},{"uid":"bf50a9d7196dc2a8","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/bf50a9d7196dc2a8","status":"passed","time":{"start":1705506479157,"stop":1705506479158,"duration":1}},{"uid":"841d9ab5b4fe0432","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/841d9ab5b4fe0432","status":"passed","time":{"start":1705502938692,"stop":1705502938692,"duration":0}},{"uid":"5486b024b88a027","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/5486b024b88a027","status":"passed","time":{"start":1705502478114,"stop":1705502478114,"duration":0}},{"uid":"23246aaa75a48575","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/23246aaa75a48575","status":"passed","time":{"start":1705494884687,"stop":1705494884687,"duration":0}},{"uid":"5b2ec0deca84e095","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5b2ec0deca84e095","status":"passed","time":{"start":1705494937618,"stop":1705494937619,"duration":1}},{"uid":"64f2172854846387","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/64f2172854846387","status":"passed","time":{"start":1705494894118,"stop":1705494894118,"duration":0}},{"uid":"ef4b048da844dacf","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ef4b048da844dacf","status":"passed","time":{"start":1705493458488,"stop":1705493458488,"duration":0}},{"uid":"8df74c474f974510","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/8df74c474f974510","status":"passed","time":{"start":1705493421111,"stop":1705493421112,"duration":1}},{"uid":"6d80d6a0340dcc97","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/6d80d6a0340dcc97","status":"passed","time":{"start":1705485246702,"stop":1705485246703,"duration":1}},{"uid":"660348c0d9bdba3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/660348c0d9bdba3","status":"passed","time":{"start":1705485106628,"stop":1705485106629,"duration":1}},{"uid":"c4a251dbc52400f2","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c4a251dbc52400f2","status":"passed","time":{"start":1705484353103,"stop":1705484353103,"duration":0}},{"uid":"8cc10c8cfb0a16e9","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/8cc10c8cfb0a16e9","status":"passed","time":{"start":1705469867105,"stop":1705469867105,"duration":0}},{"uid":"14eafba290cc13cf","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/14eafba290cc13cf","status":"passed","time":{"start":1705466933279,"stop":1705466933280,"duration":1}},{"uid":"b90b081d91a265ce","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/b90b081d91a265ce","status":"passed","time":{"start":1705435401905,"stop":1705435401905,"duration":0}},{"uid":"2068137a5f6cac48","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/2068137a5f6cac48","status":"passed","time":{"start":1705434866490,"stop":1705434866490,"duration":0}},{"uid":"377a33ee2a95be9e","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/377a33ee2a95be9e","status":"passed","time":{"start":1705433200747,"stop":1705433200747,"duration":0}}]},"daac1e9426a43dc6bbe874422a5b48ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"651914af99fe6b9b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/651914af99fe6b9b","status":"passed","time":{"start":1706114521959,"stop":1706114521959,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"c7ba80d49de355e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c7ba80d49de355e7","status":"passed","time":{"start":1706528986011,"stop":1706528986012,"duration":1}},{"uid":"93494fa014a03570","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/93494fa014a03570","status":"passed","time":{"start":1706527951700,"stop":1706527951700,"duration":0}},{"uid":"8a10ddeac0d927f9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8a10ddeac0d927f9","status":"passed","time":{"start":1706526969203,"stop":1706526969203,"duration":0}},{"uid":"acacd662466767d9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/acacd662466767d9","status":"passed","time":{"start":1706526675847,"stop":1706526675847,"duration":0}},{"uid":"a9df4bed13f855f7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a9df4bed13f855f7","status":"passed","time":{"start":1706526572353,"stop":1706526572353,"duration":0}},{"uid":"c30f81ac743afa71","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c30f81ac743afa71","status":"passed","time":{"start":1706525997935,"stop":1706525997936,"duration":1}},{"uid":"2f258360ebc04d30","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2f258360ebc04d30","status":"passed","time":{"start":1706525468248,"stop":1706525468249,"duration":1}},{"uid":"e8c7c82baa3112c1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e8c7c82baa3112c1","status":"passed","time":{"start":1706525019708,"stop":1706525019708,"duration":0}},{"uid":"6991aa0b75c521b9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6991aa0b75c521b9","status":"passed","time":{"start":1706467721292,"stop":1706467721292,"duration":0}},{"uid":"6c6f408d59b9483d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6c6f408d59b9483d","status":"passed","time":{"start":1706323082565,"stop":1706323082565,"duration":0}},{"uid":"7e1337fd73b933a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7e1337fd73b933a","status":"passed","time":{"start":1706321389967,"stop":1706321389968,"duration":1}},{"uid":"547a7b365b15a428","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/547a7b365b15a428","status":"passed","time":{"start":1706115172648,"stop":1706115172648,"duration":0}},{"uid":"413aa1adbc49e48f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/413aa1adbc49e48f","status":"passed","time":{"start":1706114335598,"stop":1706114335598,"duration":0}},{"uid":"46986c07f4a9fea0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/46986c07f4a9fea0","status":"passed","time":{"start":1706111797802,"stop":1706111797803,"duration":1}},{"uid":"e927173b76ad755a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e927173b76ad755a","status":"passed","time":{"start":1706111496586,"stop":1706111496586,"duration":0}},{"uid":"50117c46b590fba9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/50117c46b590fba9","status":"passed","time":{"start":1706109403539,"stop":1706109403539,"duration":0}},{"uid":"31c3eca3c31d157c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/31c3eca3c31d157c","status":"passed","time":{"start":1706103220670,"stop":1706103220670,"duration":0}},{"uid":"cd02daff2ef1e294","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cd02daff2ef1e294","status":"passed","time":{"start":1706102943579,"stop":1706102943579,"duration":0}},{"uid":"18ddea2f4757bff7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/18ddea2f4757bff7","status":"passed","time":{"start":1706102315317,"stop":1706102315317,"duration":0}},{"uid":"e146f6d6f30c9c63","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e146f6d6f30c9c63","status":"passed","time":{"start":1706102190045,"stop":1706102190045,"duration":0}}]},"565a0b588429cb0ccb3a4193628b5671:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbcbe21a1e0f9660","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cbcbe21a1e0f9660","status":"passed","time":{"start":1706103054159,"stop":1706103054159,"duration":0}}]},"babc8dcb9cf1b8b93d0f6d42eee05843:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d2256b81b78fdc5","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/2d2256b81b78fdc5","status":"passed","time":{"start":1705521316561,"stop":1705521316562,"duration":1}}]},"227467c39e6e2d2c56a8340e5e0ce509:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a91ffa1d12d64d4","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/9a91ffa1d12d64d4","status":"passed","time":{"start":1706101885519,"stop":1706101885520,"duration":1}}]},"bd6beaf6ace5c941fc7d22de107e3432:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8565b2ca3ff9e93","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/a8565b2ca3ff9e93","status":"passed","time":{"start":1705434856565,"stop":1705434856566,"duration":1}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"4af9fd4b08000413","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4af9fd4b08000413","status":"passed","time":{"start":1706528751475,"stop":1706528751476,"duration":1}},{"uid":"3d0c56edb3b1e17","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3d0c56edb3b1e17","status":"passed","time":{"start":1706527720362,"stop":1706527720363,"duration":1}},{"uid":"5d65f81573433be8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5d65f81573433be8","status":"passed","time":{"start":1706526735283,"stop":1706526735283,"duration":0}},{"uid":"7b878f6052582969","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7b878f6052582969","status":"passed","time":{"start":1706526432164,"stop":1706526432165,"duration":1}},{"uid":"5b01bf5fbfb95ef3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5b01bf5fbfb95ef3","status":"passed","time":{"start":1706526337361,"stop":1706526337362,"duration":1}},{"uid":"b6a6805307738723","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b6a6805307738723","status":"passed","time":{"start":1706525766248,"stop":1706525766248,"duration":0}},{"uid":"fc33a18820c34b25","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fc33a18820c34b25","status":"passed","time":{"start":1706525233344,"stop":1706525233345,"duration":1}},{"uid":"f79be12d988e9392","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f79be12d988e9392","status":"passed","time":{"start":1706524794479,"stop":1706524794480,"duration":1}},{"uid":"12f56646f0836af","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/12f56646f0836af","status":"passed","time":{"start":1706467488432,"stop":1706467488433,"duration":1}},{"uid":"f61072dc5d7e0d50","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f61072dc5d7e0d50","status":"passed","time":{"start":1706322841176,"stop":1706322841176,"duration":0}},{"uid":"feef9145f008e797","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/feef9145f008e797","status":"passed","time":{"start":1706321154323,"stop":1706321154323,"duration":0}},{"uid":"1a63401f71c21b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1a63401f71c21b","status":"passed","time":{"start":1706244670500,"stop":1706244670501,"duration":1}},{"uid":"a6ba32ff7fd57b2c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/a6ba32ff7fd57b2c","status":"passed","time":{"start":1706242238806,"stop":1706242238807,"duration":1}},{"uid":"fb5ce84816ad0a48","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fb5ce84816ad0a48","status":"passed","time":{"start":1706114927172,"stop":1706114927172,"duration":0}},{"uid":"de1f8bb8a8193f4b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/de1f8bb8a8193f4b","status":"passed","time":{"start":1706114097706,"stop":1706114097706,"duration":0}},{"uid":"f24d3d2b5dbd48db","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f24d3d2b5dbd48db","status":"passed","time":{"start":1706111572539,"stop":1706111572539,"duration":0}},{"uid":"3cf4544a4e922ee6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3cf4544a4e922ee6","status":"passed","time":{"start":1706111262247,"stop":1706111262248,"duration":1}},{"uid":"a6870f3d0469f812","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a6870f3d0469f812","status":"passed","time":{"start":1706109164532,"stop":1706109164533,"duration":1}},{"uid":"4c82dfec5dc0c431","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4c82dfec5dc0c431","status":"passed","time":{"start":1706102982681,"stop":1706102982682,"duration":1}},{"uid":"e460e299b7eca70","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e460e299b7eca70","status":"passed","time":{"start":1706102722333,"stop":1706102722333,"duration":0}}]},"be840694959f3e5e4f68cb4e5e232338:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6afc6e23307e407","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/f6afc6e23307e407","status":"passed","time":{"start":1706100770609,"stop":1706100770609,"duration":0}}]},"de3b8c79449eb6ce5710daad74db270d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ead7fdd8059a3d57","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ead7fdd8059a3d57","status":"passed","time":{"start":1706524982426,"stop":1706524982428,"duration":2}}]},"50432989de99403f484f3cc89d7b5af1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f27fdab867b8e097","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f27fdab867b8e097","status":"passed","time":{"start":1706525242385,"stop":1706525242386,"duration":1}}]},"934a394904fb81283f4ff0c09241f228:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be5ccba02767d68a","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/be5ccba02767d68a","status":"passed","time":{"start":1706102378585,"stop":1706102378585,"duration":0}}]},"9b7f7cf1f144d130ac1039faef2c2a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"947af4894a8526a0","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/947af4894a8526a0","status":"passed","time":{"start":1705518525969,"stop":1705518525970,"duration":1}}]},"98b4cb327af725212a472dfd1f419b80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"53d2f5652ee9a9c2","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/53d2f5652ee9a9c2","status":"passed","time":{"start":1705520778363,"stop":1705520778363,"duration":0}},{"uid":"2a0c6ad6e73ee3f8","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/2a0c6ad6e73ee3f8","status":"passed","time":{"start":1705518147348,"stop":1705518147348,"duration":0}},{"uid":"20f66a2ae10fde0","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/20f66a2ae10fde0","status":"passed","time":{"start":1705518043732,"stop":1705518043733,"duration":1}},{"uid":"6f9eb88e8c544efc","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/6f9eb88e8c544efc","status":"passed","time":{"start":1705517918810,"stop":1705517918810,"duration":0}},{"uid":"557e8fcc5210a654","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/557e8fcc5210a654","status":"passed","time":{"start":1705508582708,"stop":1705508582708,"duration":0}},{"uid":"f676f9ada7d5be9f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f676f9ada7d5be9f","status":"passed","time":{"start":1705506415878,"stop":1705506415878,"duration":0}},{"uid":"66dc840996c2544b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/66dc840996c2544b","status":"passed","time":{"start":1705502881053,"stop":1705502881054,"duration":1}},{"uid":"ebce1c0225df1533","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/ebce1c0225df1533","status":"passed","time":{"start":1705502413583,"stop":1705502413583,"duration":0}},{"uid":"5b5d47bd3bcdacdb","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/5b5d47bd3bcdacdb","status":"passed","time":{"start":1705494819395,"stop":1705494819395,"duration":0}},{"uid":"242f2ecabbca0531","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/242f2ecabbca0531","status":"passed","time":{"start":1705494869795,"stop":1705494869796,"duration":1}},{"uid":"f86056abdb1e2f9c","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/f86056abdb1e2f9c","status":"passed","time":{"start":1705494814429,"stop":1705494814430,"duration":1}},{"uid":"f5d105fef1d69db5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f5d105fef1d69db5","status":"passed","time":{"start":1705493391728,"stop":1705493391729,"duration":1}},{"uid":"67b8bc2faf2367b4","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/67b8bc2faf2367b4","status":"passed","time":{"start":1705493359304,"stop":1705493359304,"duration":0}},{"uid":"796d8f3111e62cfe","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/796d8f3111e62cfe","status":"passed","time":{"start":1705485182394,"stop":1705485182395,"duration":1}},{"uid":"64ed7e6b356c81c3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/64ed7e6b356c81c3","status":"passed","time":{"start":1705485040824,"stop":1705485040840,"duration":16}},{"uid":"ffc0aebef10b5e04","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ffc0aebef10b5e04","status":"passed","time":{"start":1705484295605,"stop":1705484295605,"duration":0}},{"uid":"d736dbbc7482d708","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/d736dbbc7482d708","status":"passed","time":{"start":1705469807043,"stop":1705469807043,"duration":0}},{"uid":"e049c6370539b29","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/e049c6370539b29","status":"passed","time":{"start":1705466873101,"stop":1705466873102,"duration":1}},{"uid":"e182eecc2feae4f0","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/e182eecc2feae4f0","status":"passed","time":{"start":1705435339054,"stop":1705435339054,"duration":0}},{"uid":"89c4084caf69e395","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/89c4084caf69e395","status":"passed","time":{"start":1705434801911,"stop":1705434801912,"duration":1}}]},"c73a0729660c36b7f1ed81a6a5b4c64e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c154c71c77b93eb","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/4c154c71c77b93eb","status":"passed","time":{"start":1705429183894,"stop":1705429183894,"duration":0}}]},"f9d99e045ff688aa7701c2310320264f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"394042466a8227e2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/394042466a8227e2","status":"passed","time":{"start":1706527085315,"stop":1706527085316,"duration":1}}]},"a4f8923d1f1f300a0e7b9339076a3a5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a84e339404276022","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/a84e339404276022","status":"passed","time":{"start":1705439292953,"stop":1705439292954,"duration":1}}]},"f13b9d29f5e9eaa6340ea6187795f62b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30850b025d275557","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/30850b025d275557","status":"passed","time":{"start":1706103308664,"stop":1706103308664,"duration":0}}]},"7db4c497429b9b8f65b28d2738b267e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54555130fa0ec0e9","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/54555130fa0ec0e9","status":"passed","time":{"start":1705525435389,"stop":1705525435392,"duration":3}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"213b4246cb94cb03","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/213b4246cb94cb03","status":"passed","time":{"start":1706529410671,"stop":1706529410672,"duration":1}},{"uid":"ea01dc37685f2da2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ea01dc37685f2da2","status":"passed","time":{"start":1706528377617,"stop":1706528377617,"duration":0}},{"uid":"d74d793df78f63d1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d74d793df78f63d1","status":"passed","time":{"start":1706527306308,"stop":1706527306309,"duration":1}},{"uid":"74e7805f0ac9a218","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/74e7805f0ac9a218","status":"passed","time":{"start":1706527046994,"stop":1706527046994,"duration":0}},{"uid":"8b912315ed2177c7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8b912315ed2177c7","status":"passed","time":{"start":1706526952002,"stop":1706526952003,"duration":1}},{"uid":"a5643863d21a14e8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a5643863d21a14e8","status":"passed","time":{"start":1706526389841,"stop":1706526389841,"duration":0}},{"uid":"94b40beb74eef5c3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/94b40beb74eef5c3","status":"passed","time":{"start":1706525847952,"stop":1706525847952,"duration":0}},{"uid":"fb64a5956e200d56","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fb64a5956e200d56","status":"passed","time":{"start":1706525437957,"stop":1706525437957,"duration":0}},{"uid":"e23025fcd4dc6711","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e23025fcd4dc6711","status":"passed","time":{"start":1706468095746,"stop":1706468095747,"duration":1}},{"uid":"5461b2fa500b17dc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5461b2fa500b17dc","status":"passed","time":{"start":1706323461756,"stop":1706323461757,"duration":1}},{"uid":"dc5d14ea87ef554c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dc5d14ea87ef554c","status":"passed","time":{"start":1706321743325,"stop":1706321743325,"duration":0}},{"uid":"1dd9e404189f25cb","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1dd9e404189f25cb","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010810,"stop":1706245010810,"duration":0}},{"uid":"1935329248960f74","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1935329248960f74","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544468,"stop":1706242544469,"duration":1}},{"uid":"d9ced599ba670c7f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d9ced599ba670c7f","status":"passed","time":{"start":1706115531608,"stop":1706115531608,"duration":0}},{"uid":"b9c9b62471e17906","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b9c9b62471e17906","status":"passed","time":{"start":1706114715200,"stop":1706114715200,"duration":0}},{"uid":"e9499390f7381626","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e9499390f7381626","status":"passed","time":{"start":1706112185143,"stop":1706112185143,"duration":0}},{"uid":"eb311b14ffdc8bde","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/eb311b14ffdc8bde","status":"passed","time":{"start":1706111901265,"stop":1706111901265,"duration":0}},{"uid":"e2a3334ba33d7167","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e2a3334ba33d7167","status":"passed","time":{"start":1706109791593,"stop":1706109791593,"duration":0}},{"uid":"20cba7352e0696ff","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/20cba7352e0696ff","status":"passed","time":{"start":1706103523186,"stop":1706103523186,"duration":0}},{"uid":"3aa8726686a9321b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3aa8726686a9321b","status":"passed","time":{"start":1706103343829,"stop":1706103343830,"duration":1}}]},"5aa94c40de3de34511b448a84b13cd32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dc5aea8b3fa83a2","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/6dc5aea8b3fa83a2","status":"passed","time":{"start":1706102322290,"stop":1706102322290,"duration":0}}]},"560e6be548f223ee650b58c36049bae4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50b8833dd9dbdd5a","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/50b8833dd9dbdd5a","status":"passed","time":{"start":1705577256947,"stop":1705577256948,"duration":1}}]},"13519d0b92bfb2baeeb7a1f41020253d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"a33ecebdf31dc862","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a33ecebdf31dc862","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244709515,"stop":1706244709515,"duration":0}},{"uid":"d6f210cd4a0f3bcd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d6f210cd4a0f3bcd","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242274755,"stop":1706242274755,"duration":0}}]},"473f9fc94f2419b0d4061cc5535a83aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9c789c2bc96e8f8","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/d9c789c2bc96e8f8","status":"passed","time":{"start":1706102203647,"stop":1706102203647,"duration":0}}]},"db6f283ef54f06b96bbde3b3c91018f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16632044a72f9100","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/16632044a72f9100","status":"passed","time":{"start":1705391454133,"stop":1705391454133,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1b5420961ad243a9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1b5420961ad243a9","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"duration":0}},{"uid":"12e50f861f521158","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/12e50f861f521158","status":"passed","time":{"start":1706528339937,"stop":1706528339937,"duration":0}},{"uid":"19383c6948caccd0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/19383c6948caccd0","status":"passed","time":{"start":1706527016305,"stop":1706527016305,"duration":0}},{"uid":"322bea738158ec62","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/322bea738158ec62","status":"passed","time":{"start":1706526929206,"stop":1706526929206,"duration":0}},{"uid":"c307f38343711fb6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c307f38343711fb6","status":"passed","time":{"start":1706526355592,"stop":1706526355592,"duration":0}},{"uid":"8e3e1645ca0ad9ac","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8e3e1645ca0ad9ac","status":"passed","time":{"start":1706525825285,"stop":1706525825285,"duration":0}},{"uid":"88fe5c86fb9172c3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/88fe5c86fb9172c3","status":"passed","time":{"start":1706525414594,"stop":1706525414594,"duration":0}},{"uid":"d293919a038c9659","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d293919a038c9659","status":"passed","time":{"start":1706468084981,"stop":1706468084981,"duration":0}},{"uid":"1be99472a8bc8dc9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1be99472a8bc8dc9","status":"passed","time":{"start":1706323430978,"stop":1706323430979,"duration":1}},{"uid":"f99a0f77713f5663","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f99a0f77713f5663","status":"passed","time":{"start":1706321743973,"stop":1706321743973,"duration":0}},{"uid":"de5bdda1aae71392","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/de5bdda1aae71392","status":"passed","time":{"start":1706115449602,"stop":1706115449603,"duration":1}},{"uid":"aa22af15434ac13d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/aa22af15434ac13d","status":"passed","time":{"start":1706114706817,"stop":1706114706817,"duration":0}},{"uid":"1bfd96e7fc8813da","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1bfd96e7fc8813da","status":"passed","time":{"start":1706112158283,"stop":1706112158284,"duration":1}},{"uid":"accea2e1938ad3a6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/accea2e1938ad3a6","status":"passed","time":{"start":1706111870571,"stop":1706111870571,"duration":0}},{"uid":"991e9bca4b94e075","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/991e9bca4b94e075","status":"passed","time":{"start":1706109756261,"stop":1706109756261,"duration":0}},{"uid":"18e06f5fb152e1fb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/18e06f5fb152e1fb","status":"passed","time":{"start":1706103332267,"stop":1706103332267,"duration":0}},{"uid":"a2e147194414c7e2","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a2e147194414c7e2","status":"passed","time":{"start":1706102670273,"stop":1706102670274,"duration":1}},{"uid":"32849ba9a6568af3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/32849ba9a6568af3","status":"passed","time":{"start":1706102539202,"stop":1706102539202,"duration":0}},{"uid":"e467bca50df6c574","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/e467bca50df6c574","status":"passed","time":{"start":1706102378584,"stop":1706102378584,"duration":0}},{"uid":"2316e7a981ebdb95","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/2316e7a981ebdb95","status":"passed","time":{"start":1706102131117,"stop":1706102131118,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":35,"unknown":0,"total":37},"items":[{"uid":"f7abdb4115863d6f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f7abdb4115863d6f","status":"passed","time":{"start":1706529333227,"stop":1706529333227,"duration":0}},{"uid":"bddcf8063557f8d9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bddcf8063557f8d9","status":"passed","time":{"start":1706528290440,"stop":1706528290440,"duration":0}},{"uid":"da8e6fbaa40dd7a2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/da8e6fbaa40dd7a2","status":"passed","time":{"start":1706527264283,"stop":1706527264283,"duration":0}},{"uid":"28c7fadcd15b61b0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/28c7fadcd15b61b0","status":"passed","time":{"start":1706526976750,"stop":1706526976751,"duration":1}},{"uid":"401f86f1e30e37c4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/401f86f1e30e37c4","status":"passed","time":{"start":1706526885791,"stop":1706526885791,"duration":0}},{"uid":"f77bce91d04dce71","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f77bce91d04dce71","status":"passed","time":{"start":1706526330080,"stop":1706526330081,"duration":1}},{"uid":"dc27105158154adb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dc27105158154adb","status":"passed","time":{"start":1706525780708,"stop":1706525780711,"duration":3}},{"uid":"34780074e534779f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/34780074e534779f","status":"passed","time":{"start":1706525359468,"stop":1706525359469,"duration":1}},{"uid":"767acc5063a7081","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/767acc5063a7081","status":"passed","time":{"start":1706468042621,"stop":1706468042622,"duration":1}},{"uid":"80ca90caea4f8137","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/80ca90caea4f8137","status":"passed","time":{"start":1706323386904,"stop":1706323386905,"duration":1}},{"uid":"87f1c9dcda864a95","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/87f1c9dcda864a95","status":"passed","time":{"start":1706321713074,"stop":1706321713074,"duration":0}},{"uid":"cd59206326eaaa87","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cd59206326eaaa87","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244702141,"stop":1706244702142,"duration":1}},{"uid":"fdd571dd55ebded0","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/fdd571dd55ebded0","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242266933,"stop":1706242266934,"duration":1}},{"uid":"80ed334db4f4ee9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/80ed334db4f4ee9","status":"passed","time":{"start":1706115482596,"stop":1706115482597,"duration":1}},{"uid":"d53dd8fb0de09132","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d53dd8fb0de09132","status":"passed","time":{"start":1706114635367,"stop":1706114635367,"duration":0}},{"uid":"85aab7a46a13060f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/85aab7a46a13060f","status":"passed","time":{"start":1706112127504,"stop":1706112127505,"duration":1}},{"uid":"8b7b701f1823655b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8b7b701f1823655b","status":"passed","time":{"start":1706111809244,"stop":1706111809245,"duration":1}},{"uid":"d445093fb55b5a9f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d445093fb55b5a9f","status":"passed","time":{"start":1706109719506,"stop":1706109719507,"duration":1}},{"uid":"4339369d66b603b4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4339369d66b603b4","status":"passed","time":{"start":1706103518423,"stop":1706103518423,"duration":0}},{"uid":"b2bd756c494b255e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b2bd756c494b255e","status":"passed","time":{"start":1706103305132,"stop":1706103305133,"duration":1}}]},"5df301a7068d62e582cd8bf8f76ed09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a6c9059a704e7f7","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/4a6c9059a704e7f7","status":"passed","time":{"start":1705527069388,"stop":1705527069388,"duration":0}}]},"ef1154c4e8b7b879e0c2729ec9000fa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bab60f555dd40c7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5bab60f555dd40c7","status":"passed","time":{"start":1706467837095,"stop":1706467837096,"duration":1}}]},"6218d5f595ce70ad1dae7665daea5d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bdf441f7d649cd84","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/bdf441f7d649cd84","status":"passed","time":{"start":1705666613634,"stop":1705666613635,"duration":1}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"bd2e9faccde7eba1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bd2e9faccde7eba1","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0}},{"uid":"ed3922fe68744e42","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ed3922fe68744e42","status":"passed","time":{"start":1706527923868,"stop":1706527923868,"duration":0}},{"uid":"7790e792bc034d09","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7790e792bc034d09","status":"passed","time":{"start":1706526930830,"stop":1706526930836,"duration":6}},{"uid":"156cd9b8d5cc7f6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/156cd9b8d5cc7f6","status":"passed","time":{"start":1706526632067,"stop":1706526632068,"duration":1}},{"uid":"39ede73697bb0fc4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/39ede73697bb0fc4","status":"passed","time":{"start":1706526534059,"stop":1706526534059,"duration":0}},{"uid":"8b87af847f8aae57","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8b87af847f8aae57","status":"passed","time":{"start":1706525958156,"stop":1706525958156,"duration":0}},{"uid":"8eaa2234071f411","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8eaa2234071f411","status":"passed","time":{"start":1706525436688,"stop":1706525436689,"duration":1}},{"uid":"da2a9d8f4618fa63","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/da2a9d8f4618fa63","status":"passed","time":{"start":1706524982417,"stop":1706524982418,"duration":1}},{"uid":"ddec5a87e4ecf44d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ddec5a87e4ecf44d","status":"passed","time":{"start":1706467678783,"stop":1706467678783,"duration":0}},{"uid":"1be141964a43c08a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1be141964a43c08a","status":"passed","time":{"start":1706323040451,"stop":1706323040451,"duration":0}},{"uid":"8ca52cb5e907489f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8ca52cb5e907489f","status":"passed","time":{"start":1706321353333,"stop":1706321353334,"duration":1}},{"uid":"18bab1b88243c73","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/18bab1b88243c73","status":"passed","time":{"start":1706114292328,"stop":1706114292328,"duration":0}},{"uid":"ffe66a5b5cc58fbd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ffe66a5b5cc58fbd","status":"passed","time":{"start":1706111780325,"stop":1706111780325,"duration":0}},{"uid":"399f87d530b619b2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/399f87d530b619b2","status":"passed","time":{"start":1706111463992,"stop":1706111463992,"duration":0}},{"uid":"3cc56cf6418be689","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3cc56cf6418be689","status":"passed","time":{"start":1706109370813,"stop":1706109370816,"duration":3}},{"uid":"be922bdb07adad8d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/be922bdb07adad8d","status":"passed","time":{"start":1706103179143,"stop":1706103179144,"duration":1}},{"uid":"f74a6efc910f9576","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f74a6efc910f9576","status":"passed","time":{"start":1706102925530,"stop":1706102925530,"duration":0}},{"uid":"83e19b227dede2c8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/83e19b227dede2c8","status":"passed","time":{"start":1706102273653,"stop":1706102273653,"duration":0}},{"uid":"cea61676886c3d17","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cea61676886c3d17","status":"passed","time":{"start":1706102152974,"stop":1706102152974,"duration":0}},{"uid":"f1ddf852af6da639","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/f1ddf852af6da639","status":"passed","time":{"start":1706101976563,"stop":1706101976564,"duration":1}}]},"292c16ac7242f3f01a07fac81676ef1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2ae64125be7e022","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/c2ae64125be7e022","status":"passed","time":{"start":1705676002930,"stop":1705676002930,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":34,"passed":0,"unknown":0,"total":34},"items":[{"uid":"bd6e059f97b0d74d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bd6e059f97b0d74d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529333252,"stop":1706529333253,"duration":1}},{"uid":"8aa253c90b4bb1a1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8aa253c90b4bb1a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528290464,"stop":1706528290464,"duration":0}},{"uid":"65f698f5f7a38381","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/65f698f5f7a38381","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527264356,"stop":1706527264356,"duration":0}},{"uid":"df3f4f3be2faa84c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/df3f4f3be2faa84c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526976771,"stop":1706526976771,"duration":0}},{"uid":"edff0429f80d4200","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/edff0429f80d4200","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526885806,"stop":1706526885806,"duration":0}},{"uid":"31d92fd78a18ea0c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/31d92fd78a18ea0c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526330096,"stop":1706526330096,"duration":0}},{"uid":"7e09448873cce929","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7e09448873cce929","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525780723,"stop":1706525780724,"duration":1}},{"uid":"a8717d1db1ce5870","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a8717d1db1ce5870","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525359491,"stop":1706525359492,"duration":1}},{"uid":"ca9d0f4ea63b0fb7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ca9d0f4ea63b0fb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706468042636,"stop":1706468042637,"duration":1}},{"uid":"b4a6aad7f2b8c130","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b4a6aad7f2b8c130","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323386927,"stop":1706323386927,"duration":0}},{"uid":"47e9c74441a660d6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/47e9c74441a660d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321713100,"stop":1706321713100,"duration":0}},{"uid":"63f5c2d563bf94c3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/63f5c2d563bf94c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115482611,"stop":1706115482611,"duration":0}},{"uid":"86eae3363b016537","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/86eae3363b016537","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114635405,"stop":1706114635406,"duration":1}},{"uid":"498f5a7932f734d7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/498f5a7932f734d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706112127561,"stop":1706112127561,"duration":0}},{"uid":"64249b6de7a4dc3b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/64249b6de7a4dc3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111809275,"stop":1706111809275,"duration":0}},{"uid":"f98e0e76fb5d19d4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f98e0e76fb5d19d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109719521,"stop":1706109719521,"duration":0}},{"uid":"2d64d4906bbe05dc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2d64d4906bbe05dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103518434,"stop":1706103518434,"duration":0}},{"uid":"63e4235a6a84724f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/63e4235a6a84724f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103305156,"stop":1706103305156,"duration":0}},{"uid":"a187b3773ae3cb7b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a187b3773ae3cb7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102626852,"stop":1706102626852,"duration":0}},{"uid":"6d29ed2cd777c01e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6d29ed2cd777c01e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102491834,"stop":1706102491834,"duration":0}}]},"8244aa9705fd48074125f18e81a11d90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c273b980285e628b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c273b980285e628b","status":"passed","time":{"start":1706525242385,"stop":1706525242385,"duration":0}}]},"3f6c6cc61be7b0660d21513263807b6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"7556e6454b4b60b8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/7556e6454b4b60b8","status":"passed","time":{"start":1706100942610,"stop":1706100942610,"duration":0}},{"uid":"1f564d3aaa845b6a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/1f564d3aaa845b6a","status":"passed","time":{"start":1706099973743,"stop":1706099973744,"duration":1}},{"uid":"22a3e88b0141ffad","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/22a3e88b0141ffad","status":"passed","time":{"start":1706077701779,"stop":1706077701779,"duration":0}},{"uid":"7b8124e2f63c8f5e","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7b8124e2f63c8f5e","status":"passed","time":{"start":1706069790725,"stop":1706069790725,"duration":0}},{"uid":"6fe1cb45844e62db","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/6fe1cb45844e62db","status":"passed","time":{"start":1705950495031,"stop":1705950495032,"duration":1}},{"uid":"28b44c0c880042c8","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/28b44c0c880042c8","status":"passed","time":{"start":1705938302705,"stop":1705938302705,"duration":0}},{"uid":"2346e88ef2b96e24","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2346e88ef2b96e24","status":"passed","time":{"start":1705913446684,"stop":1705913446684,"duration":0}},{"uid":"c171932a15d7dcbd","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c171932a15d7dcbd","status":"passed","time":{"start":1705912988124,"stop":1705912988124,"duration":0}},{"uid":"87af21d9e47586a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/87af21d9e47586a","status":"passed","time":{"start":1705912372214,"stop":1705912372214,"duration":0}},{"uid":"653f1ae0aa2941f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/653f1ae0aa2941f","status":"passed","time":{"start":1705911551474,"stop":1705911551475,"duration":1}},{"uid":"23805b8829781cbf","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/23805b8829781cbf","status":"passed","time":{"start":1705698757752,"stop":1705698757753,"duration":1}},{"uid":"71aa12e48d8d3aaa","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/71aa12e48d8d3aaa","status":"passed","time":{"start":1705687467721,"stop":1705687467721,"duration":0}},{"uid":"623a740ef9ddf80e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/623a740ef9ddf80e","status":"passed","time":{"start":1705687390787,"stop":1705687390787,"duration":0}},{"uid":"cb1de34e26106517","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/cb1de34e26106517","status":"passed","time":{"start":1705678077452,"stop":1705678077452,"duration":0}},{"uid":"cae8728be84e5911","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/cae8728be84e5911","status":"passed","time":{"start":1705678007034,"stop":1705678007035,"duration":1}},{"uid":"946577ffec48278","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/946577ffec48278","status":"passed","time":{"start":1705677873530,"stop":1705677873530,"duration":0}},{"uid":"ee79ff4c634f2cfc","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/ee79ff4c634f2cfc","status":"passed","time":{"start":1705677414835,"stop":1705677414835,"duration":0}},{"uid":"8723db66124cd78","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/8723db66124cd78","status":"passed","time":{"start":1705676004211,"stop":1705676004214,"duration":3}},{"uid":"6e70ae0c484508b2","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/6e70ae0c484508b2","status":"passed","time":{"start":1705675426974,"stop":1705675426974,"duration":0}},{"uid":"6e6c365bc25ca9f6","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/6e6c365bc25ca9f6","status":"passed","time":{"start":1705670299866,"stop":1705670299867,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"68e97a9582ad7d05","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/68e97a9582ad7d05","status":"passed","time":{"start":1706529092205,"stop":1706529092206,"duration":1}},{"uid":"ba4509f8c5887603","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ba4509f8c5887603","status":"passed","time":{"start":1706528057441,"stop":1706528057443,"duration":2}},{"uid":"6df9d4addd2e8af","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6df9d4addd2e8af","status":"passed","time":{"start":1706526914763,"stop":1706526914764,"duration":1}},{"uid":"c2f4cf631bdf8fa4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c2f4cf631bdf8fa4","status":"passed","time":{"start":1706526612634,"stop":1706526612634,"duration":0}},{"uid":"4c40220c4cbca7de","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4c40220c4cbca7de","status":"passed","time":{"start":1706526514761,"stop":1706526514762,"duration":1}},{"uid":"94ecfdfa9db337cb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/94ecfdfa9db337cb","status":"passed","time":{"start":1706525945105,"stop":1706525945105,"duration":0}},{"uid":"dd79b94cd3ba253e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dd79b94cd3ba253e","status":"passed","time":{"start":1706525418818,"stop":1706525418819,"duration":1}},{"uid":"28afb2e2540d5268","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/28afb2e2540d5268","status":"passed","time":{"start":1706525116048,"stop":1706525116048,"duration":0}},{"uid":"482bdeccd31053f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/482bdeccd31053f","status":"passed","time":{"start":1706467681195,"stop":1706467681196,"duration":1}},{"uid":"8bebc42d679444e8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8bebc42d679444e8","status":"passed","time":{"start":1706323017120,"stop":1706323017120,"duration":0}},{"uid":"51909fd237df46b7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/51909fd237df46b7","status":"passed","time":{"start":1706321333755,"stop":1706321333758,"duration":3}},{"uid":"36d23ffe7337697a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/36d23ffe7337697a","status":"passed","time":{"start":1706115157094,"stop":1706115157094,"duration":0}},{"uid":"a6e1e749921b6a4d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a6e1e749921b6a4d","status":"passed","time":{"start":1706114292029,"stop":1706114292030,"duration":1}},{"uid":"2f6f4b28e42ee9d3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2f6f4b28e42ee9d3","status":"passed","time":{"start":1706111755003,"stop":1706111755006,"duration":3}},{"uid":"c20dfa2cff507c01","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c20dfa2cff507c01","status":"passed","time":{"start":1706111454530,"stop":1706111454530,"duration":0}},{"uid":"a99751bfe78ed7c3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a99751bfe78ed7c3","status":"passed","time":{"start":1706109346659,"stop":1706109346659,"duration":0}},{"uid":"831d1edfb4cbea99","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/831d1edfb4cbea99","status":"passed","time":{"start":1706103153467,"stop":1706103153468,"duration":1}},{"uid":"50a60783eb72d497","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/50a60783eb72d497","status":"passed","time":{"start":1706102905522,"stop":1706102905522,"duration":0}},{"uid":"d98b55f8dfcbac40","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d98b55f8dfcbac40","status":"passed","time":{"start":1706102263601,"stop":1706102263601,"duration":0}},{"uid":"4bd6a3d2152911a8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4bd6a3d2152911a8","status":"passed","time":{"start":1706102127468,"stop":1706102127468,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"109edc0e0bfeec53","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/109edc0e0bfeec53","status":"passed","time":{"start":1706529395066,"stop":1706529395067,"duration":1}},{"uid":"3d4379f52ddaee19","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3d4379f52ddaee19","status":"passed","time":{"start":1706528358752,"stop":1706528358752,"duration":0}},{"uid":"b74b95603becf4d8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b74b95603becf4d8","status":"passed","time":{"start":1706527285974,"stop":1706527285974,"duration":0}},{"uid":"dfb239991b618855","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dfb239991b618855","status":"passed","time":{"start":1706527028624,"stop":1706527028624,"duration":0}},{"uid":"e3f20a271c6e868b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e3f20a271c6e868b","status":"passed","time":{"start":1706526935249,"stop":1706526935249,"duration":0}},{"uid":"84464b71feb59779","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/84464b71feb59779","status":"passed","time":{"start":1706526371058,"stop":1706526371059,"duration":1}},{"uid":"467ae06d68f4497e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/467ae06d68f4497e","status":"passed","time":{"start":1706525823079,"stop":1706525823082,"duration":3}},{"uid":"ef26545f382b607f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ef26545f382b607f","status":"passed","time":{"start":1706525412645,"stop":1706525412645,"duration":0}},{"uid":"3927bbf985b871cc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3927bbf985b871cc","status":"passed","time":{"start":1706468076199,"stop":1706468076200,"duration":1}},{"uid":"c4e615118a5810e7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c4e615118a5810e7","status":"passed","time":{"start":1706323445949,"stop":1706323445949,"duration":0}},{"uid":"dec0f8f79a915a62","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dec0f8f79a915a62","status":"passed","time":{"start":1706321706182,"stop":1706321706182,"duration":0}},{"uid":"36889a64dfafb019","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/36889a64dfafb019","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932809,"stop":1706244932810,"duration":1}},{"uid":"2b9679ce94734f6a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2b9679ce94734f6a","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486088,"stop":1706242486089,"duration":1}},{"uid":"b2c3c1baaeead7bd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b2c3c1baaeead7bd","status":"passed","time":{"start":1706115514824,"stop":1706115514824,"duration":0}},{"uid":"d91c669dbb37f768","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d91c669dbb37f768","status":"passed","time":{"start":1706114699437,"stop":1706114699438,"duration":1}},{"uid":"db9556a8ba5e7901","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/db9556a8ba5e7901","status":"passed","time":{"start":1706112167446,"stop":1706112167447,"duration":1}},{"uid":"341b8c429efe5c91","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/341b8c429efe5c91","status":"passed","time":{"start":1706111851830,"stop":1706111851830,"duration":0}},{"uid":"fe9ceccdb7bf1391","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fe9ceccdb7bf1391","status":"passed","time":{"start":1706109770213,"stop":1706109770214,"duration":1}},{"uid":"930e9aed08efc6cb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/930e9aed08efc6cb","status":"passed","time":{"start":1706103489247,"stop":1706103489248,"duration":1}},{"uid":"ad8225b06bfd3e9f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ad8225b06bfd3e9f","status":"passed","time":{"start":1706103311682,"stop":1706103311682,"duration":0}}]},"c2e9a26e095a9af17323c6ce24248a77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0ba08940ab872e7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a0ba08940ab872e7","status":"passed","time":{"start":1706526930854,"stop":1706526930854,"duration":0}}]},"90ea3504e1db6d8602678f10e3a8f292:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43b53100fdff8c08","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/43b53100fdff8c08","status":"passed","time":{"start":1705426509428,"stop":1705426509428,"duration":0}}]},"1cb0bb0ee12267e7a863815c949b4e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"969acef2f56db55c","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/969acef2f56db55c","status":"passed","time":{"start":1705383187235,"stop":1705383187235,"duration":0}}]},"fd0a7a94d5bbd4e46990d3bb6bc619fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"492fc15c0b80852e","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/492fc15c0b80852e","status":"passed","time":{"start":1705365596328,"stop":1705365596329,"duration":1}}]},"c72cd10ae815c88d2ce48ab7dfb3c02e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33c38d073ec1071e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/33c38d073ec1071e","status":"passed","time":{"start":1705680158916,"stop":1705680158916,"duration":0}}]},"14b73d72a67587f87aa151ae6813fbc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"5c0d8f82820d2dd5","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/5c0d8f82820d2dd5","status":"passed","time":{"start":1705520842597,"stop":1705520842598,"duration":1}},{"uid":"a879e7d3098f8495","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a879e7d3098f8495","status":"passed","time":{"start":1705518211219,"stop":1705518211219,"duration":0}},{"uid":"627d58eefcada475","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/627d58eefcada475","status":"passed","time":{"start":1705518105984,"stop":1705518105984,"duration":0}},{"uid":"f2808b58a54def4","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/f2808b58a54def4","status":"passed","time":{"start":1705517988164,"stop":1705517988164,"duration":0}},{"uid":"b8a246b0fe3ffdde","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/b8a246b0fe3ffdde","status":"passed","time":{"start":1705508655508,"stop":1705508655508,"duration":0}},{"uid":"21f34cd18ed5e758","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/21f34cd18ed5e758","status":"passed","time":{"start":1705506482091,"stop":1705506482091,"duration":0}},{"uid":"dce95b122c8f54f3","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/dce95b122c8f54f3","status":"passed","time":{"start":1705502939550,"stop":1705502939550,"duration":0}},{"uid":"7cf60dac36bcce0c","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/7cf60dac36bcce0c","status":"passed","time":{"start":1705502479551,"stop":1705502479551,"duration":0}},{"uid":"4e7e06878ea6a3b3","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/4e7e06878ea6a3b3","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494937941,"stop":1705494937941,"duration":0}},{"uid":"294cb37de1947a20","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/294cb37de1947a20","status":"passed","time":{"start":1705494940951,"stop":1705494940951,"duration":0}},{"uid":"78f24bd0f959f632","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/78f24bd0f959f632","status":"passed","time":{"start":1705494895031,"stop":1705494895031,"duration":0}},{"uid":"59092242b28cef22","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/59092242b28cef22","status":"passed","time":{"start":1705493464924,"stop":1705493464924,"duration":0}},{"uid":"96d711a0fc9deff3","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/96d711a0fc9deff3","status":"passed","time":{"start":1705493422432,"stop":1705493422432,"duration":0}},{"uid":"db38bb618ccdc5c5","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/db38bb618ccdc5c5","status":"passed","time":{"start":1705485250480,"stop":1705485250480,"duration":0}},{"uid":"383565c449197fb9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/383565c449197fb9","status":"passed","time":{"start":1705485112218,"stop":1705485112218,"duration":0}},{"uid":"16d993555d782609","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/16d993555d782609","status":"passed","time":{"start":1705484354898,"stop":1705484354898,"duration":0}},{"uid":"92111f92b4325418","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/92111f92b4325418","status":"passed","time":{"start":1705469872221,"stop":1705469872221,"duration":0}},{"uid":"77f007883f66bd9f","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/77f007883f66bd9f","status":"passed","time":{"start":1705466939038,"stop":1705466939038,"duration":0}},{"uid":"75673f8e550dbb9d","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/75673f8e550dbb9d","status":"passed","time":{"start":1705435403978,"stop":1705435403979,"duration":1}},{"uid":"3cff76edc241fef8","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/3cff76edc241fef8","status":"passed","time":{"start":1705434864615,"stop":1705434864616,"duration":1}}]},"87e49522751e1fba2cde3bd4b3f342c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50a4d5a5c49e93fc","reportUrl":"https://waku-org.github.io/js-waku/6173//#testresult/50a4d5a5c49e93fc","status":"passed","time":{"start":1705432575482,"stop":1705432575482,"duration":0}}]},"3bb44319320f17ef7e06e540cd39227d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3dc4c20d5bd5cd2d","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/3dc4c20d5bd5cd2d","status":"passed","time":{"start":1705493424311,"stop":1705493424312,"duration":1}}]},"c8f0ae950420154452abb2ae46b16081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"e565c890f14a7eaf","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e565c890f14a7eaf","status":"passed","time":{"start":1705521140301,"stop":1705521140301,"duration":0}},{"uid":"b0142bf758085554","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/b0142bf758085554","status":"passed","time":{"start":1705520883417,"stop":1705520883417,"duration":0}},{"uid":"3be9b5334dca6204","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/3be9b5334dca6204","status":"passed","time":{"start":1705520300889,"stop":1705520300889,"duration":0}},{"uid":"a065be3f45921af1","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a065be3f45921af1","status":"passed","time":{"start":1705518525961,"stop":1705518525961,"duration":0}},{"uid":"94d8efd505df9eba","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/94d8efd505df9eba","status":"passed","time":{"start":1705518246808,"stop":1705518246808,"duration":0}},{"uid":"89e8859d3ac393d2","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/89e8859d3ac393d2","status":"passed","time":{"start":1705518140980,"stop":1705518140980,"duration":0}},{"uid":"368b55012a959cb","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/368b55012a959cb","status":"passed","time":{"start":1705518032418,"stop":1705518032419,"duration":1}},{"uid":"939b12a46c8ba29","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/939b12a46c8ba29","status":"passed","time":{"start":1705508700810,"stop":1705508700810,"duration":0}},{"uid":"83caf4528b5254a4","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/83caf4528b5254a4","status":"passed","time":{"start":1705506512645,"stop":1705506512645,"duration":0}},{"uid":"af8b087012cbce89","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/af8b087012cbce89","status":"passed","time":{"start":1705502966510,"stop":1705502966510,"duration":0}},{"uid":"392c67fc2d587bb5","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/392c67fc2d587bb5","status":"passed","time":{"start":1705502370724,"stop":1705502370725,"duration":1}},{"uid":"d4920d9486e4849b","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/d4920d9486e4849b","status":"passed","time":{"start":1705502517771,"stop":1705502517771,"duration":0}},{"uid":"ef29f4500f9284c7","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/ef29f4500f9284c7","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321692,"stop":1705495321692,"duration":0}},{"uid":"d9a398b47d35391","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d9a398b47d35391","status":"passed","time":{"start":1705494975689,"stop":1705494975689,"duration":0}},{"uid":"fc1b10068dc0d796","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/fc1b10068dc0d796","status":"passed","time":{"start":1705494930745,"stop":1705494930745,"duration":0}},{"uid":"8597286c5bffa71c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8597286c5bffa71c","status":"passed","time":{"start":1705493496349,"stop":1705493496350,"duration":1}},{"uid":"e5f955ce82ba2945","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/e5f955ce82ba2945","status":"passed","time":{"start":1705493451250,"stop":1705493451251,"duration":1}},{"uid":"23fc998248aeb346","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/23fc998248aeb346","status":"passed","time":{"start":1705485279305,"stop":1705485279306,"duration":1}},{"uid":"c97c1cd4bca93f7","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/c97c1cd4bca93f7","status":"passed","time":{"start":1705485136805,"stop":1705485136805,"duration":0}},{"uid":"45d86a8694920f0a","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/45d86a8694920f0a","status":"passed","time":{"start":1705484392934,"stop":1705484392934,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":19,"skipped":0,"passed":114,"unknown":0,"total":133},"items":[{"uid":"865d8b84b5bd8d34","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/865d8b84b5bd8d34","status":"passed","time":{"start":1706529165662,"stop":1706529165662,"duration":0}},{"uid":"a6ac8950d543c1c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a6ac8950d543c1c","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/metadata.spec.ts)","time":{"start":1706528139542,"stop":1706528139542,"duration":0}},{"uid":"9ad8dc982ecc6920","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9ad8dc982ecc6920","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/metadata.spec.ts)","time":{"start":1706527014043,"stop":1706527014044,"duration":1}},{"uid":"165202f15c37bc49","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/165202f15c37bc49","status":"passed","time":{"start":1706526726635,"stop":1706526726636,"duration":1}},{"uid":"4471aabf8222911a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4471aabf8222911a","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/metadata.spec.ts)","time":{"start":1706526627186,"stop":1706526627187,"duration":1}},{"uid":"dc3bc991160fde05","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dc3bc991160fde05","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/metadata.spec.ts)","time":{"start":1706526069141,"stop":1706526069142,"duration":1}},{"uid":"d0d07f332933e258","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d0d07f332933e258","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/metadata.spec.ts)","time":{"start":1706525533702,"stop":1706525533703,"duration":1}},{"uid":"2a80991a770e96df","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2a80991a770e96df","status":"passed","time":{"start":1706525170222,"stop":1706525170223,"duration":1}},{"uid":"4b7dc3983242e135","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4b7dc3983242e135","status":"passed","time":{"start":1706467763447,"stop":1706467763447,"duration":0}},{"uid":"94276d65c5466039","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/94276d65c5466039","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/metadata.spec.ts)","time":{"start":1706323148145,"stop":1706323148146,"duration":1}},{"uid":"eb3bee9ba6cb4aff","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/eb3bee9ba6cb4aff","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/metadata.spec.ts)","time":{"start":1706321442762,"stop":1706321442763,"duration":1}},{"uid":"570841f861e86472","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/570841f861e86472","status":"passed","time":{"start":1706244749752,"stop":1706244749753,"duration":1}},{"uid":"c428da97964a81b3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c428da97964a81b3","status":"passed","time":{"start":1706242311820,"stop":1706242311820,"duration":0}},{"uid":"8043d7cbd1566e1f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8043d7cbd1566e1f","status":"passed","time":{"start":1706115227539,"stop":1706115227539,"duration":0}},{"uid":"65378c9049e07feb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/65378c9049e07feb","status":"passed","time":{"start":1706114371608,"stop":1706114371608,"duration":0}},{"uid":"657a7e42a8251492","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/657a7e42a8251492","status":"passed","time":{"start":1706111854288,"stop":1706111854289,"duration":1}},{"uid":"85032e82aece1543","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/85032e82aece1543","status":"passed","time":{"start":1706111563519,"stop":1706111563519,"duration":0}},{"uid":"29a0ca5812e02e0e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/29a0ca5812e02e0e","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/metadata.spec.ts)","time":{"start":1706109470858,"stop":1706109470859,"duration":1}},{"uid":"2c1d6aaa7e351acc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2c1d6aaa7e351acc","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/metadata.spec.ts)","time":{"start":1706103275461,"stop":1706103275462,"duration":1}},{"uid":"df2e5b450b24777c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/df2e5b450b24777c","status":"passed","time":{"start":1706102998337,"stop":1706102998338,"duration":1}}]},"02ed6d12224d441022e405c59065c9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fc4eb66a4c89880","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/2fc4eb66a4c89880","status":"passed","time":{"start":1705502324614,"stop":1705502324614,"duration":0}}]},"8b07b5451e0eb77d972db2e31124467d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afa637daf722ec5b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/afa637daf722ec5b","status":"passed","time":{"start":1706526355593,"stop":1706526355593,"duration":0}}]},"e5a1520bc5a38c8b596e9df40920d2db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ecd5639ebcf5bf0","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/3ecd5639ebcf5bf0","status":"passed","time":{"start":1706102131119,"stop":1706102131120,"duration":1}}]},"74d096406db958bb990511ee21ccc0d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed077e5109fecea","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ed077e5109fecea","status":"passed","time":{"start":1705485136814,"stop":1705485136815,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"6e9c54c35d878910","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6e9c54c35d878910","status":"passed","time":{"start":1706529218526,"stop":1706529218527,"duration":1}},{"uid":"9f7245118aa1107a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9f7245118aa1107a","status":"passed","time":{"start":1706528190575,"stop":1706528190575,"duration":0}},{"uid":"bb0d726144780628","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bb0d726144780628","status":"passed","time":{"start":1706527166759,"stop":1706527166763,"duration":4}},{"uid":"4a3e8c59da13cf60","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4a3e8c59da13cf60","status":"passed","time":{"start":1706526866899,"stop":1706526866901,"duration":2}},{"uid":"6a7589135d4ffe02","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6a7589135d4ffe02","status":"passed","time":{"start":1706526763571,"stop":1706526763572,"duration":1}},{"uid":"59543e429535c13","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/59543e429535c13","status":"passed","time":{"start":1706526185693,"stop":1706526185693,"duration":0}},{"uid":"f1ed21b9960e7763","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f1ed21b9960e7763","status":"passed","time":{"start":1706525658982,"stop":1706525658982,"duration":0}},{"uid":"594a01c7d37e4c9c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/594a01c7d37e4c9c","status":"passed","time":{"start":1706525242378,"stop":1706525242378,"duration":0}},{"uid":"32fcecf34b6009ed","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/32fcecf34b6009ed","status":"passed","time":{"start":1706467906887,"stop":1706467906888,"duration":1}},{"uid":"b6bca80397c0d9ea","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b6bca80397c0d9ea","status":"passed","time":{"start":1706323273280,"stop":1706323273280,"duration":0}},{"uid":"57a658f699fd1857","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/57a658f699fd1857","status":"passed","time":{"start":1706321575887,"stop":1706321575888,"duration":1}},{"uid":"6b29db2ae74f3f63","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6b29db2ae74f3f63","status":"passed","time":{"start":1706115384056,"stop":1706115384056,"duration":0}},{"uid":"75cb9acba9dc3579","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/75cb9acba9dc3579","status":"passed","time":{"start":1706114521948,"stop":1706114521949,"duration":1}},{"uid":"cb312c647453b492","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cb312c647453b492","status":"passed","time":{"start":1706112015263,"stop":1706112015263,"duration":0}},{"uid":"4e46e8a209b10f7b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4e46e8a209b10f7b","status":"passed","time":{"start":1706111693407,"stop":1706111693407,"duration":0}},{"uid":"2693c604b4540720","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2693c604b4540720","status":"passed","time":{"start":1706109609744,"stop":1706109609744,"duration":0}},{"uid":"7ccb3304cbdbabfd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7ccb3304cbdbabfd","status":"passed","time":{"start":1706103393434,"stop":1706103393434,"duration":0}},{"uid":"e685e2228224f789","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e685e2228224f789","status":"passed","time":{"start":1706103153318,"stop":1706103153318,"duration":0}},{"uid":"ae3971166cc427d1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ae3971166cc427d1","status":"passed","time":{"start":1706102507028,"stop":1706102507028,"duration":0}},{"uid":"14ee43d3fd6c0fa1","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/14ee43d3fd6c0fa1","status":"passed","time":{"start":1706102385188,"stop":1706102385188,"duration":0}}]},"3707bf9de1fac6a962e280b250fe1504:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"b72e00416d4576ba","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b72e00416d4576ba","status":"passed","time":{"start":1706100942617,"stop":1706100942617,"duration":0}},{"uid":"cf5d3b874a6b25e8","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/cf5d3b874a6b25e8","status":"passed","time":{"start":1706099973757,"stop":1706099973758,"duration":1}},{"uid":"506f02df415bf9c","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/506f02df415bf9c","status":"passed","time":{"start":1706077701785,"stop":1706077701785,"duration":0}},{"uid":"f8a27d91c3125cc4","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f8a27d91c3125cc4","status":"passed","time":{"start":1706069790732,"stop":1706069790733,"duration":1}},{"uid":"e186cfb53e357ea3","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e186cfb53e357ea3","status":"passed","time":{"start":1705950495039,"stop":1705950495039,"duration":0}},{"uid":"3908dcd546123bcd","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/3908dcd546123bcd","status":"passed","time":{"start":1705938302716,"stop":1705938302717,"duration":1}},{"uid":"f71e06863fcb9d6d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f71e06863fcb9d6d","status":"passed","time":{"start":1705913446696,"stop":1705913446699,"duration":3}},{"uid":"76adf23801c59c3a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/76adf23801c59c3a","status":"passed","time":{"start":1705912988131,"stop":1705912988131,"duration":0}},{"uid":"ef526dc57e0456ad","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/ef526dc57e0456ad","status":"passed","time":{"start":1705912372221,"stop":1705912372222,"duration":1}},{"uid":"d53ba80456fba052","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d53ba80456fba052","status":"passed","time":{"start":1705911551482,"stop":1705911551482,"duration":0}},{"uid":"d484b916d75a556b","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d484b916d75a556b","status":"passed","time":{"start":1705698757764,"stop":1705698757764,"duration":0}},{"uid":"45d254d015707ac9","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/45d254d015707ac9","status":"passed","time":{"start":1705687467726,"stop":1705687467726,"duration":0}},{"uid":"7350c9cea762572f","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/7350c9cea762572f","status":"passed","time":{"start":1705687390799,"stop":1705687390800,"duration":1}},{"uid":"852b3e1db3d6e40e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/852b3e1db3d6e40e","status":"passed","time":{"start":1705678077457,"stop":1705678077457,"duration":0}},{"uid":"bc1d7fc3b6e07b13","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/bc1d7fc3b6e07b13","status":"passed","time":{"start":1705678007043,"stop":1705678007043,"duration":0}},{"uid":"519133187859fd7a","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/519133187859fd7a","status":"passed","time":{"start":1705677873535,"stop":1705677873537,"duration":2}},{"uid":"9cfa9f1c3454b8ee","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/9cfa9f1c3454b8ee","status":"passed","time":{"start":1705677414840,"stop":1705677414840,"duration":0}},{"uid":"eac4566e81f152ce","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/eac4566e81f152ce","status":"passed","time":{"start":1705676004245,"stop":1705676004246,"duration":1}},{"uid":"cd71fa20538f7dda","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/cd71fa20538f7dda","status":"passed","time":{"start":1705675426981,"stop":1705675426981,"duration":0}},{"uid":"dee47d54d6926811","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/dee47d54d6926811","status":"passed","time":{"start":1705670299874,"stop":1705670299875,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":128,"unknown":0,"total":131},"items":[{"uid":"d35dd700003ce281","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d35dd700003ce281","status":"passed","time":{"start":1706529398290,"stop":1706529398291,"duration":1}},{"uid":"6101826cab85a911","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6101826cab85a911","status":"passed","time":{"start":1706528366394,"stop":1706528366395,"duration":1}},{"uid":"11e4dd8f629b9fbc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/11e4dd8f629b9fbc","status":"passed","time":{"start":1706527295407,"stop":1706527295413,"duration":6}},{"uid":"84d562e6cb1bf41f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/84d562e6cb1bf41f","status":"passed","time":{"start":1706527038708,"stop":1706527038708,"duration":0}},{"uid":"ad60b46e44dacf21","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ad60b46e44dacf21","status":"passed","time":{"start":1706526943976,"stop":1706526943977,"duration":1}},{"uid":"f460fbde2ee6be4d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f460fbde2ee6be4d","status":"passed","time":{"start":1706526384545,"stop":1706526384545,"duration":0}},{"uid":"680b562b4552a52d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/680b562b4552a52d","status":"passed","time":{"start":1706525843794,"stop":1706525843795,"duration":1}},{"uid":"f0b3f0e0c6e607f5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f0b3f0e0c6e607f5","status":"passed","time":{"start":1706525434351,"stop":1706525434351,"duration":0}},{"uid":"64c3f83e5c9e5305","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/64c3f83e5c9e5305","status":"passed","time":{"start":1706468085176,"stop":1706468085176,"duration":0}},{"uid":"126810352cfab089","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/126810352cfab089","status":"passed","time":{"start":1706323452004,"stop":1706323452005,"duration":1}},{"uid":"c650475a532a3ae9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c650475a532a3ae9","status":"passed","time":{"start":1706321729213,"stop":1706321729213,"duration":0}},{"uid":"e0e27b7fd62a198e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e0e27b7fd62a198e","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012421,"stop":1706245012421,"duration":0}},{"uid":"2c5f24a5517e1226","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2c5f24a5517e1226","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521968,"stop":1706242521969,"duration":1}},{"uid":"a93d0bf12a0248b8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a93d0bf12a0248b8","status":"passed","time":{"start":1706115521930,"stop":1706115521930,"duration":0}},{"uid":"216ea3947237b211","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/216ea3947237b211","status":"passed","time":{"start":1706114703489,"stop":1706114703490,"duration":1}},{"uid":"957f2b5201cd9c4b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/957f2b5201cd9c4b","status":"passed","time":{"start":1706112175815,"stop":1706112175816,"duration":1}},{"uid":"afe25c088d466a9d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/afe25c088d466a9d","status":"passed","time":{"start":1706111874202,"stop":1706111874202,"duration":0}},{"uid":"ace5723d889cc882","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ace5723d889cc882","status":"passed","time":{"start":1706109783975,"stop":1706109783975,"duration":0}},{"uid":"99ce089b54d6c297","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/99ce089b54d6c297","status":"passed","time":{"start":1706103517618,"stop":1706103517618,"duration":0}},{"uid":"2869eb5521f5518f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2869eb5521f5518f","status":"passed","time":{"start":1706103336631,"stop":1706103336631,"duration":0}}]},"be75c857224174cde15e8987e4f104ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b520021175850ea","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9b520021175850ea","status":"passed","time":{"start":1705493496393,"stop":1705493496393,"duration":0}}]},"173e986a9af7df179e1c587acc5c7206:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd27dcdb278723a","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/dd27dcdb278723a","status":"passed","time":{"start":1705369285910,"stop":1705369285910,"duration":0}}]},"6e3d5b79a4d6f27d964aa18f780814c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0d6785b9c8dcaa0","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/f0d6785b9c8dcaa0","status":"passed","time":{"start":1705525340220,"stop":1705525340220,"duration":0}}]},"6a401599077c4aea6797963647508bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0ada7bf87f00f80","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a0ada7bf87f00f80","status":"passed","time":{"start":1706526783366,"stop":1706526783366,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"ed95009ace7d07f7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ed95009ace7d07f7","status":"passed","time":{"start":1706529232502,"stop":1706529232502,"duration":0}},{"uid":"44d73eb7ad362b5c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/44d73eb7ad362b5c","status":"passed","time":{"start":1706528204720,"stop":1706528204721,"duration":1}},{"uid":"2dbbaf990ffd13af","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2dbbaf990ffd13af","status":"passed","time":{"start":1706527099425,"stop":1706527099426,"duration":1}},{"uid":"20ea1e69456ac4ff","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/20ea1e69456ac4ff","status":"passed","time":{"start":1706526797234,"stop":1706526797234,"duration":0}},{"uid":"103f522e53162e70","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/103f522e53162e70","status":"passed","time":{"start":1706526702307,"stop":1706526702308,"duration":1}},{"uid":"e20c653429b4fe6e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e20c653429b4fe6e","status":"passed","time":{"start":1706526144648,"stop":1706526144648,"duration":0}},{"uid":"61897edec8ce6b7f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/61897edec8ce6b7f","status":"passed","time":{"start":1706525605497,"stop":1706525605498,"duration":1}},{"uid":"e1c14382321e381d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e1c14382321e381d","status":"passed","time":{"start":1706525237524,"stop":1706525237524,"duration":0}},{"uid":"7452ad5719857673","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7452ad5719857673","status":"passed","time":{"start":1706467847962,"stop":1706467847962,"duration":0}},{"uid":"97dd20034045e17d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/97dd20034045e17d","status":"passed","time":{"start":1706323224598,"stop":1706323224599,"duration":1}},{"uid":"2ab683e328622b32","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2ab683e328622b32","status":"passed","time":{"start":1706321490525,"stop":1706321490525,"duration":0}},{"uid":"b1f67308bcc8be25","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b1f67308bcc8be25","status":"passed","time":{"start":1706115297921,"stop":1706115297921,"duration":0}},{"uid":"d1cd54a6c0867bb3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d1cd54a6c0867bb3","status":"passed","time":{"start":1706114468917,"stop":1706114468917,"duration":0}},{"uid":"d3a5d5f55c01ac57","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d3a5d5f55c01ac57","status":"passed","time":{"start":1706111928727,"stop":1706111928727,"duration":0}},{"uid":"7dfbf2f9d5aff32a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7dfbf2f9d5aff32a","status":"passed","time":{"start":1706111629334,"stop":1706111629335,"duration":1}},{"uid":"8f60fdc5a9af819b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8f60fdc5a9af819b","status":"passed","time":{"start":1706109548368,"stop":1706109548369,"duration":1}},{"uid":"7ffbd71e37888904","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7ffbd71e37888904","status":"passed","time":{"start":1706103319936,"stop":1706103319936,"duration":0}},{"uid":"5f34ff140e1207c9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5f34ff140e1207c9","status":"passed","time":{"start":1706103066464,"stop":1706103066464,"duration":0}},{"uid":"b359cf29c7b3cb3","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b359cf29c7b3cb3","status":"passed","time":{"start":1706102448473,"stop":1706102448473,"duration":0}},{"uid":"642ed329233dc125","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/642ed329233dc125","status":"passed","time":{"start":1706102342949,"stop":1706102342949,"duration":0}}]},"be990ffe48e33ca462254107b6fbea92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":38,"unknown":0,"total":38},"items":[{"uid":"ea29694496f5ae4d","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/ea29694496f5ae4d","status":"passed","time":{"start":1705520778364,"stop":1705520778364,"duration":0}},{"uid":"cb67ba887114808b","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/cb67ba887114808b","status":"passed","time":{"start":1705518147348,"stop":1705518147349,"duration":1}},{"uid":"1c6b35a07889b5c3","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/1c6b35a07889b5c3","status":"passed","time":{"start":1705518043733,"stop":1705518043733,"duration":0}},{"uid":"eddf78266119b023","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/eddf78266119b023","status":"passed","time":{"start":1705517918811,"stop":1705517918811,"duration":0}},{"uid":"72480704cd2a422a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/72480704cd2a422a","status":"passed","time":{"start":1705508582708,"stop":1705508582709,"duration":1}},{"uid":"71513da43311f5da","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/71513da43311f5da","status":"passed","time":{"start":1705506415879,"stop":1705506415879,"duration":0}},{"uid":"cf7417ef3bdbc071","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/cf7417ef3bdbc071","status":"passed","time":{"start":1705502881054,"stop":1705502881054,"duration":0}},{"uid":"18a051eacad432f8","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/18a051eacad432f8","status":"passed","time":{"start":1705502413583,"stop":1705502413584,"duration":1}},{"uid":"a9a060241ac11821","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/a9a060241ac11821","status":"passed","time":{"start":1705494819395,"stop":1705494819396,"duration":1}},{"uid":"205361d5e6ef382a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/205361d5e6ef382a","status":"passed","time":{"start":1705494869797,"stop":1705494869797,"duration":0}},{"uid":"3946fd4a09fba510","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/3946fd4a09fba510","status":"passed","time":{"start":1705494814430,"stop":1705494814430,"duration":0}},{"uid":"29ff4d285389d08d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/29ff4d285389d08d","status":"passed","time":{"start":1705493391729,"stop":1705493391729,"duration":0}},{"uid":"717cf8f388670d90","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/717cf8f388670d90","status":"passed","time":{"start":1705493359304,"stop":1705493359305,"duration":1}},{"uid":"981d8e583f7e91f9","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/981d8e583f7e91f9","status":"passed","time":{"start":1705485182395,"stop":1705485182395,"duration":0}},{"uid":"931b47acd24582d7","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/931b47acd24582d7","status":"passed","time":{"start":1705485040840,"stop":1705485040840,"duration":0}},{"uid":"dc080e75f3557409","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/dc080e75f3557409","status":"passed","time":{"start":1705484295605,"stop":1705484295606,"duration":1}},{"uid":"2b8a90d60dd0216e","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/2b8a90d60dd0216e","status":"passed","time":{"start":1705469807043,"stop":1705469807043,"duration":0}},{"uid":"36f21f32cd2ec4d0","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/36f21f32cd2ec4d0","status":"passed","time":{"start":1705466873102,"stop":1705466873102,"duration":0}},{"uid":"95310300a21f6366","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/95310300a21f6366","status":"passed","time":{"start":1705435339054,"stop":1705435339055,"duration":1}},{"uid":"e9deb5052910787d","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/e9deb5052910787d","status":"passed","time":{"start":1705434801912,"stop":1705434801913,"duration":1}}]},"d92e30c51d2a96d2afbf88c9866c0f00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"73d24e069a1daf94","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/73d24e069a1daf94","status":"passed","time":{"start":1705520815489,"stop":1705520815489,"duration":0}},{"uid":"3f04a8464763f9da","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/3f04a8464763f9da","status":"passed","time":{"start":1705518208995,"stop":1705518208996,"duration":1}},{"uid":"bacdc88eef92021a","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/bacdc88eef92021a","status":"passed","time":{"start":1705518112860,"stop":1705518112861,"duration":1}},{"uid":"511433e4ddccd79","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/511433e4ddccd79","status":"passed","time":{"start":1705517988388,"stop":1705517988392,"duration":4}},{"uid":"f63308e21e65a788","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/f63308e21e65a788","status":"passed","time":{"start":1705508651533,"stop":1705508651533,"duration":0}},{"uid":"4d096cf1cbc92171","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/4d096cf1cbc92171","status":"passed","time":{"start":1705506479147,"stop":1705506479147,"duration":0}},{"uid":"dec697617077702c","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/dec697617077702c","status":"passed","time":{"start":1705502938686,"stop":1705502938686,"duration":0}},{"uid":"ae32878a8b7602f","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/ae32878a8b7602f","status":"passed","time":{"start":1705502478109,"stop":1705502478109,"duration":0}},{"uid":"2c634a5d535245a5","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/2c634a5d535245a5","status":"passed","time":{"start":1705494884681,"stop":1705494884681,"duration":0}},{"uid":"32375e9299bd924","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/32375e9299bd924","status":"passed","time":{"start":1705494937605,"stop":1705494937606,"duration":1}},{"uid":"1452a9d9e23fac89","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/1452a9d9e23fac89","status":"passed","time":{"start":1705494894094,"stop":1705494894094,"duration":0}},{"uid":"428f46ce556d08d7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/428f46ce556d08d7","status":"passed","time":{"start":1705493458479,"stop":1705493458479,"duration":0}},{"uid":"b63119c185adf1ce","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/b63119c185adf1ce","status":"passed","time":{"start":1705493421091,"stop":1705493421092,"duration":1}},{"uid":"5840c972a90d42cb","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/5840c972a90d42cb","status":"passed","time":{"start":1705485246696,"stop":1705485246696,"duration":0}},{"uid":"24967814769c74b2","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/24967814769c74b2","status":"passed","time":{"start":1705485106624,"stop":1705485106624,"duration":0}},{"uid":"aea895342e46d0e","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/aea895342e46d0e","status":"passed","time":{"start":1705484353087,"stop":1705484353088,"duration":1}},{"uid":"7ff3464accb312f8","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/7ff3464accb312f8","status":"passed","time":{"start":1705469867097,"stop":1705469867098,"duration":1}},{"uid":"c090d217a7b0cd0","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/c090d217a7b0cd0","status":"passed","time":{"start":1705466933268,"stop":1705466933268,"duration":0}},{"uid":"e2f99908d1687b78","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/e2f99908d1687b78","status":"passed","time":{"start":1705435401899,"stop":1705435401899,"duration":0}},{"uid":"97cf6a693747c084","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/97cf6a693747c084","status":"passed","time":{"start":1705434866483,"stop":1705434866484,"duration":1}}]},"710fb99a4afe1a596579eb3899485ae1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"2415e49c712feb21","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/2415e49c712feb21","status":"passed","time":{"start":1705520842606,"stop":1705520842606,"duration":0}},{"uid":"d1f0be60d41fcde2","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/d1f0be60d41fcde2","status":"passed","time":{"start":1705518211227,"stop":1705518211227,"duration":0}},{"uid":"8eadb5009667a41b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/8eadb5009667a41b","status":"passed","time":{"start":1705518105994,"stop":1705518105994,"duration":0}},{"uid":"ed2f00713e08d599","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ed2f00713e08d599","status":"passed","time":{"start":1705517988195,"stop":1705517988195,"duration":0}},{"uid":"7200722924c3289b","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/7200722924c3289b","status":"passed","time":{"start":1705508655530,"stop":1705508655530,"duration":0}},{"uid":"1b4e2b2139ee533f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/1b4e2b2139ee533f","status":"passed","time":{"start":1705506482102,"stop":1705506482102,"duration":0}},{"uid":"f0b13a7bc717d888","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f0b13a7bc717d888","status":"passed","time":{"start":1705502939558,"stop":1705502939558,"duration":0}},{"uid":"fee2460b5d38ce98","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/fee2460b5d38ce98","status":"passed","time":{"start":1705502479560,"stop":1705502479560,"duration":0}},{"uid":"25b6000ec94b744d","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/25b6000ec94b744d","status":"passed","time":{"start":1705494937950,"stop":1705494937951,"duration":1}},{"uid":"95a64edfc5c35c73","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/95a64edfc5c35c73","status":"passed","time":{"start":1705494940965,"stop":1705494940965,"duration":0}},{"uid":"921e470c598ed84a","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/921e470c598ed84a","status":"passed","time":{"start":1705494895045,"stop":1705494895045,"duration":0}},{"uid":"64dc0bccc761d14","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/64dc0bccc761d14","status":"passed","time":{"start":1705493464933,"stop":1705493464934,"duration":1}},{"uid":"52b6d6a88c874e67","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/52b6d6a88c874e67","status":"passed","time":{"start":1705493422441,"stop":1705493422441,"duration":0}},{"uid":"1e8fe45ceb88c72d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/1e8fe45ceb88c72d","status":"passed","time":{"start":1705485250493,"stop":1705485250494,"duration":1}},{"uid":"5a28bafceadd38ec","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/5a28bafceadd38ec","status":"passed","time":{"start":1705485112226,"stop":1705485112226,"duration":0}},{"uid":"c503b552b00c196a","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c503b552b00c196a","status":"passed","time":{"start":1705484354905,"stop":1705484354905,"duration":0}},{"uid":"b83d1834616a601","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/b83d1834616a601","status":"passed","time":{"start":1705469872232,"stop":1705469872233,"duration":1}},{"uid":"84cc192aac153c3d","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/84cc192aac153c3d","status":"passed","time":{"start":1705466939047,"stop":1705466939047,"duration":0}},{"uid":"1b6a5fc8acc50a5d","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/1b6a5fc8acc50a5d","status":"passed","time":{"start":1705435403990,"stop":1705435403991,"duration":1}},{"uid":"3a03336dcbbb0293","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/3a03336dcbbb0293","status":"passed","time":{"start":1705434864624,"stop":1705434864624,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":90,"unknown":0,"total":91},"items":[{"uid":"642db85ec0cfe958","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/642db85ec0cfe958","status":"passed","time":{"start":1706528857317,"stop":1706528857317,"duration":0}},{"uid":"2260a3f404296f96","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2260a3f404296f96","status":"passed","time":{"start":1706527827590,"stop":1706527827591,"duration":1}},{"uid":"a1b50d42c866a6f2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a1b50d42c866a6f2","status":"passed","time":{"start":1706526836997,"stop":1706526836997,"duration":0}},{"uid":"999858e7f5c5ce88","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/999858e7f5c5ce88","status":"passed","time":{"start":1706526533885,"stop":1706526533885,"duration":0}},{"uid":"b2bf2014096d3126","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b2bf2014096d3126","status":"passed","time":{"start":1706526441878,"stop":1706526441878,"duration":0}},{"uid":"c6c2c51387a8e62c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c6c2c51387a8e62c","status":"passed","time":{"start":1706525866026,"stop":1706525866026,"duration":0}},{"uid":"387ab76a56248018","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/387ab76a56248018","status":"passed","time":{"start":1706525332948,"stop":1706525332948,"duration":0}},{"uid":"264089989cd8c2d4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/264089989cd8c2d4","status":"passed","time":{"start":1706524895848,"stop":1706524895849,"duration":1}},{"uid":"ed802c3465cfb7d6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ed802c3465cfb7d6","status":"passed","time":{"start":1706467592268,"stop":1706467592268,"duration":0}},{"uid":"cc06b65daea9c98","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cc06b65daea9c98","status":"passed","time":{"start":1706322942354,"stop":1706322942355,"duration":1}},{"uid":"c0a55f1942f6f98b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c0a55f1942f6f98b","status":"passed","time":{"start":1706321253069,"stop":1706321253069,"duration":0}},{"uid":"ff24135c45841f42","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ff24135c45841f42","status":"passed","time":{"start":1706244761416,"stop":1706244761417,"duration":1}},{"uid":"9e45960c23c73f96","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9e45960c23c73f96","status":"passed","time":{"start":1706242323587,"stop":1706242323587,"duration":0}},{"uid":"e6b6c01355f04725","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e6b6c01355f04725","status":"passed","time":{"start":1706115032887,"stop":1706115032887,"duration":0}},{"uid":"ed08d4a31dd6d59a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ed08d4a31dd6d59a","status":"passed","time":{"start":1706114198065,"stop":1706114198066,"duration":1}},{"uid":"21c0a73093d43263","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/21c0a73093d43263","status":"passed","time":{"start":1706111672948,"stop":1706111672949,"duration":1}},{"uid":"2285c7b756be67d2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2285c7b756be67d2","status":"passed","time":{"start":1706111369283,"stop":1706111369283,"duration":0}},{"uid":"2992a2086ff6c1cf","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2992a2086ff6c1cf","status":"passed","time":{"start":1706109273533,"stop":1706109273534,"duration":1}},{"uid":"bee48a15d182eb83","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bee48a15d182eb83","status":"passed","time":{"start":1706103083966,"stop":1706103083967,"duration":1}},{"uid":"68feed3ff4cb0de6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/68feed3ff4cb0de6","status":"passed","time":{"start":1706102826545,"stop":1706102826545,"duration":0}}]},"50c46d9ea55ce56a18aee9f4a83a1abb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"781eb923eb49ac16","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/781eb923eb49ac16","status":"passed","time":{"start":1705469927237,"stop":1705469927238,"duration":1}}]},"ab607770e86aea0e721c9fad2bf1cfbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":37,"unknown":0,"total":39},"items":[{"uid":"c501e6575ded73ec","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/c501e6575ded73ec","status":"passed","time":{"start":1705520739811,"stop":1705520739813,"duration":2}},{"uid":"4f0b8cdae78f47ec","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4f0b8cdae78f47ec","status":"passed","time":{"start":1705518110154,"stop":1705518110156,"duration":2}},{"uid":"1b47241d0d66765e","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/1b47241d0d66765e","status":"passed","time":{"start":1705518007079,"stop":1705518007081,"duration":2}},{"uid":"91135cee6ea7d7eb","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/91135cee6ea7d7eb","status":"passed","time":{"start":1705517887851,"stop":1705517887851,"duration":0}},{"uid":"fd26812b0e84c5e7","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/fd26812b0e84c5e7","status":"passed","time":{"start":1705508547218,"stop":1705508547219,"duration":1}},{"uid":"13a22e8c549ace99","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/13a22e8c549ace99","status":"passed","time":{"start":1705506381550,"stop":1705506381552,"duration":2}},{"uid":"8d8059ffb2165ddf","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/8d8059ffb2165ddf","status":"passed","time":{"start":1705502839995,"stop":1705502839997,"duration":2}},{"uid":"106254f13839bd9","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/106254f13839bd9","status":"passed","time":{"start":1705502379038,"stop":1705502379040,"duration":2}},{"uid":"9774506eb789a879","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/9774506eb789a879","status":"passed","time":{"start":1705494782370,"stop":1705494782371,"duration":1}},{"uid":"d1aff993f13390da","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d1aff993f13390da","status":"passed","time":{"start":1705494834685,"stop":1705494834687,"duration":2}},{"uid":"77626646b44f1105","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/77626646b44f1105","status":"passed","time":{"start":1705494795764,"stop":1705494795764,"duration":0}},{"uid":"c937270062d51529","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c937270062d51529","status":"passed","time":{"start":1705493366784,"stop":1705493366792,"duration":8}},{"uid":"67e1c0a65781b5ff","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/67e1c0a65781b5ff","status":"passed","time":{"start":1705493324469,"stop":1705493324470,"duration":1}},{"uid":"2e79c773513d407d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/2e79c773513d407d","status":"passed","time":{"start":1705485150335,"stop":1705485150335,"duration":0}},{"uid":"a91dc87d86c9970e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/a91dc87d86c9970e","status":"passed","time":{"start":1705485008615,"stop":1705485008618,"duration":3}},{"uid":"a9f7dfcdd3215b","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/a9f7dfcdd3215b","status":"passed","time":{"start":1705484258770,"stop":1705484258771,"duration":1}},{"uid":"4ec93a29622414eb","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/4ec93a29622414eb","status":"passed","time":{"start":1705469770274,"stop":1705469770277,"duration":3}},{"uid":"2dc5754c0382ab34","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/2dc5754c0382ab34","status":"passed","time":{"start":1705466835049,"stop":1705466835049,"duration":0}},{"uid":"ae9470b70c97a3a6","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/ae9470b70c97a3a6","status":"passed","time":{"start":1705435305427,"stop":1705435305427,"duration":0}},{"uid":"987072e453d53f27","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/987072e453d53f27","status":"passed","time":{"start":1705434767638,"stop":1705434767638,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"528739c53d4a36e0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/528739c53d4a36e0","status":"passed","time":{"start":1706528736039,"stop":1706528736039,"duration":0}},{"uid":"e85d563e36933f1e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e85d563e36933f1e","status":"passed","time":{"start":1706527705415,"stop":1706527705415,"duration":0}},{"uid":"e0a79efe3486e67","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e0a79efe3486e67","status":"passed","time":{"start":1706526721656,"stop":1706526721656,"duration":0}},{"uid":"136c4cb570340cd1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/136c4cb570340cd1","status":"passed","time":{"start":1706526417560,"stop":1706526417560,"duration":0}},{"uid":"9fe75365f2fdbee6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9fe75365f2fdbee6","status":"passed","time":{"start":1706526322665,"stop":1706526322666,"duration":1}},{"uid":"63340d27bc5f8d30","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/63340d27bc5f8d30","status":"passed","time":{"start":1706525752763,"stop":1706525752763,"duration":0}},{"uid":"8861e145de822c32","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8861e145de822c32","status":"passed","time":{"start":1706525219892,"stop":1706525219892,"duration":0}},{"uid":"5ce2f30afa78ad7e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5ce2f30afa78ad7e","status":"passed","time":{"start":1706524780917,"stop":1706524780925,"duration":8}},{"uid":"61d7f5e0ca31d56d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/61d7f5e0ca31d56d","status":"passed","time":{"start":1706467474872,"stop":1706467474872,"duration":0}},{"uid":"2bd13a82d4ba160","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2bd13a82d4ba160","status":"passed","time":{"start":1706322827214,"stop":1706322827214,"duration":0}},{"uid":"b4d6b68a95f56a81","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b4d6b68a95f56a81","status":"passed","time":{"start":1706321140677,"stop":1706321140677,"duration":0}},{"uid":"bdd75f2ca6d2c02a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bdd75f2ca6d2c02a","status":"passed","time":{"start":1706244656772,"stop":1706244656772,"duration":0}},{"uid":"2096e175155df758","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2096e175155df758","status":"passed","time":{"start":1706242225085,"stop":1706242225085,"duration":0}},{"uid":"41219833acdec62d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/41219833acdec62d","status":"passed","time":{"start":1706114913325,"stop":1706114913325,"duration":0}},{"uid":"c81ca735c45dc912","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c81ca735c45dc912","status":"passed","time":{"start":1706114084087,"stop":1706114084087,"duration":0}},{"uid":"96b291f837590eb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/96b291f837590eb","status":"passed","time":{"start":1706111558874,"stop":1706111558874,"duration":0}},{"uid":"d48fde801ff856c7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d48fde801ff856c7","status":"passed","time":{"start":1706111248338,"stop":1706111248338,"duration":0}},{"uid":"c584b289d95e1785","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c584b289d95e1785","status":"passed","time":{"start":1706109150498,"stop":1706109150498,"duration":0}},{"uid":"77a50459dc97ed31","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/77a50459dc97ed31","status":"passed","time":{"start":1706102968912,"stop":1706102968913,"duration":1}},{"uid":"5cd413a4f0dd5251","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5cd413a4f0dd5251","status":"passed","time":{"start":1706102708597,"stop":1706102708597,"duration":0}}]},"49778fdd53a67e3465575595988c93a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"740ea575bcd0f6cc","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/740ea575bcd0f6cc","status":"passed","time":{"start":1705589084196,"stop":1705589084197,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"c575d5f25e12fad9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c575d5f25e12fad9","status":"passed","time":{"start":1706528965684,"stop":1706528965684,"duration":0}},{"uid":"91520e0c1f3a7541","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/91520e0c1f3a7541","status":"passed","time":{"start":1706527923884,"stop":1706527923884,"duration":0}},{"uid":"e37cc83d152dc95f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e37cc83d152dc95f","status":"passed","time":{"start":1706526930859,"stop":1706526930860,"duration":1}},{"uid":"f5e650f7bcc313d5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f5e650f7bcc313d5","status":"passed","time":{"start":1706526632097,"stop":1706526632100,"duration":3}},{"uid":"9bb0f23d4d95db92","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9bb0f23d4d95db92","status":"passed","time":{"start":1706526534078,"stop":1706526534078,"duration":0}},{"uid":"f63e492c884af884","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f63e492c884af884","status":"passed","time":{"start":1706525958171,"stop":1706525958171,"duration":0}},{"uid":"e63e5861aba63227","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e63e5861aba63227","status":"passed","time":{"start":1706525436723,"stop":1706525436723,"duration":0}},{"uid":"e05bb09ca3c7c1d0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e05bb09ca3c7c1d0","status":"passed","time":{"start":1706524982433,"stop":1706524982434,"duration":1}},{"uid":"1f096db113f866bd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1f096db113f866bd","status":"passed","time":{"start":1706467678800,"stop":1706467678801,"duration":1}},{"uid":"b1b4812aad936e17","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b1b4812aad936e17","status":"passed","time":{"start":1706323040467,"stop":1706323040467,"duration":0}},{"uid":"206885205d92d8be","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/206885205d92d8be","status":"passed","time":{"start":1706321353350,"stop":1706321353350,"duration":0}},{"uid":"243aadb4e50cf993","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/243aadb4e50cf993","status":"passed","time":{"start":1706114292383,"stop":1706114292383,"duration":0}},{"uid":"edc0893005955038","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/edc0893005955038","status":"passed","time":{"start":1706111780336,"stop":1706111780341,"duration":5}},{"uid":"84af381c73a20352","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/84af381c73a20352","status":"passed","time":{"start":1706111464021,"stop":1706111464021,"duration":0}},{"uid":"f964a2524843a6da","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f964a2524843a6da","status":"passed","time":{"start":1706109370855,"stop":1706109370856,"duration":1}},{"uid":"bbddb0a26c01b4d5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bbddb0a26c01b4d5","status":"passed","time":{"start":1706103179181,"stop":1706103179181,"duration":0}},{"uid":"43619eaae363e455","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/43619eaae363e455","status":"passed","time":{"start":1706102925543,"stop":1706102925543,"duration":0}},{"uid":"e5be89330e929042","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e5be89330e929042","status":"passed","time":{"start":1706102273662,"stop":1706102273662,"duration":0}},{"uid":"192ca866ceb460ee","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/192ca866ceb460ee","status":"passed","time":{"start":1706102152987,"stop":1706102152987,"duration":0}},{"uid":"a87d677122cf30a8","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/a87d677122cf30a8","status":"passed","time":{"start":1706101976582,"stop":1706101976582,"duration":0}}]},"569cf66287ff9c6d8f4e11a49abc7fe3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"839d6c0e2f6bb6a3","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/839d6c0e2f6bb6a3","status":"passed","time":{"start":1705698757761,"stop":1705698757761,"duration":0}},{"uid":"2b4e68821895b643","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/2b4e68821895b643","status":"passed","time":{"start":1705687467723,"stop":1705687467723,"duration":0}},{"uid":"3bf83cd49ee7bb78","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/3bf83cd49ee7bb78","status":"passed","time":{"start":1705687390793,"stop":1705687390794,"duration":1}},{"uid":"e54b96e4dd4db898","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e54b96e4dd4db898","status":"passed","time":{"start":1705678077455,"stop":1705678077455,"duration":0}},{"uid":"46bd5b6f4c0cf2f5","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/46bd5b6f4c0cf2f5","status":"passed","time":{"start":1705678007040,"stop":1705678007040,"duration":0}},{"uid":"471c5f4f1a5060b4","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/471c5f4f1a5060b4","status":"passed","time":{"start":1705677873533,"stop":1705677873533,"duration":0}},{"uid":"114aa17caaf1383","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/114aa17caaf1383","status":"passed","time":{"start":1705677414837,"stop":1705677414837,"duration":0}},{"uid":"e9cf303674e83d81","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/e9cf303674e83d81","status":"passed","time":{"start":1705676004223,"stop":1705676004225,"duration":2}},{"uid":"eeb5fd6536352290","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/eeb5fd6536352290","status":"passed","time":{"start":1705675426977,"stop":1705675426977,"duration":0}},{"uid":"3f79ad1d873b2128","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/3f79ad1d873b2128","status":"passed","time":{"start":1705667836350,"stop":1705667836350,"duration":0}},{"uid":"6edb57d00cd094f2","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/6edb57d00cd094f2","status":"passed","time":{"start":1705667016198,"stop":1705667016199,"duration":1}},{"uid":"a1d5ec426f7df9c4","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/a1d5ec426f7df9c4","status":"passed","time":{"start":1705666578615,"stop":1705666578615,"duration":0}},{"uid":"74f334e902645b9e","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/74f334e902645b9e","status":"passed","time":{"start":1705665918056,"stop":1705665918057,"duration":1}},{"uid":"a050429cdb535439","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/a050429cdb535439","status":"passed","time":{"start":1705665576067,"stop":1705665576067,"duration":0}},{"uid":"44bd4279b1f29f81","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/44bd4279b1f29f81","status":"passed","time":{"start":1705665466071,"stop":1705665466071,"duration":0}},{"uid":"d1af785f981c4b00","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/d1af785f981c4b00","status":"passed","time":{"start":1705664746641,"stop":1705664746642,"duration":1}},{"uid":"b5b442bb170d9f60","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/b5b442bb170d9f60","status":"passed","time":{"start":1705593408827,"stop":1705593408828,"duration":1}},{"uid":"ec206c639ea96214","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/ec206c639ea96214","status":"passed","time":{"start":1705589105639,"stop":1705589105640,"duration":1}},{"uid":"31287ffb17fad1d","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/31287ffb17fad1d","status":"passed","time":{"start":1705584431699,"stop":1705584431699,"duration":0}},{"uid":"27d09969be43da36","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/27d09969be43da36","status":"passed","time":{"start":1705582572360,"stop":1705582572361,"duration":1}}]},"ba0d2ee7657e1cc1895ef196f74223d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b6a42298933b2e5","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/1b6a42298933b2e5","status":"passed","time":{"start":1705577370289,"stop":1705577370289,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"356a22bd99f37b6a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/356a22bd99f37b6a","status":"passed","time":{"start":1706529218515,"stop":1706529218516,"duration":1}},{"uid":"3dcb56f188d3f5bf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3dcb56f188d3f5bf","status":"passed","time":{"start":1706528190570,"stop":1706528190570,"duration":0}},{"uid":"cde2e6b22c8028d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cde2e6b22c8028d","status":"passed","time":{"start":1706527166748,"stop":1706527166749,"duration":1}},{"uid":"18965de0d4beba7d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/18965de0d4beba7d","status":"passed","time":{"start":1706526866894,"stop":1706526866894,"duration":0}},{"uid":"78bdc4ff758708c5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/78bdc4ff758708c5","status":"passed","time":{"start":1706526763565,"stop":1706526763566,"duration":1}},{"uid":"9277c7d63c5cd194","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9277c7d63c5cd194","status":"passed","time":{"start":1706526185679,"stop":1706526185679,"duration":0}},{"uid":"582d414ef48f1520","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/582d414ef48f1520","status":"passed","time":{"start":1706525658973,"stop":1706525658974,"duration":1}},{"uid":"27feea1e32d41f32","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/27feea1e32d41f32","status":"passed","time":{"start":1706525242373,"stop":1706525242373,"duration":0}},{"uid":"5b20025768ca7965","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5b20025768ca7965","status":"passed","time":{"start":1706467906882,"stop":1706467906882,"duration":0}},{"uid":"9fb5df4497c28cdb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9fb5df4497c28cdb","status":"passed","time":{"start":1706323273255,"stop":1706323273256,"duration":1}},{"uid":"9f7e649aa5440122","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9f7e649aa5440122","status":"passed","time":{"start":1706321575862,"stop":1706321575862,"duration":0}},{"uid":"26dd92ae80574377","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/26dd92ae80574377","status":"passed","time":{"start":1706115384049,"stop":1706115384049,"duration":0}},{"uid":"689576c187855b89","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/689576c187855b89","status":"passed","time":{"start":1706114521921,"stop":1706114521922,"duration":1}},{"uid":"1326c1b48479b5e4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1326c1b48479b5e4","status":"passed","time":{"start":1706112015258,"stop":1706112015259,"duration":1}},{"uid":"56c068bdc1a2636f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/56c068bdc1a2636f","status":"passed","time":{"start":1706111693402,"stop":1706111693402,"duration":0}},{"uid":"9ffa40604343c95f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9ffa40604343c95f","status":"passed","time":{"start":1706109609736,"stop":1706109609736,"duration":0}},{"uid":"fb113a1f1a159f25","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fb113a1f1a159f25","status":"passed","time":{"start":1706103393429,"stop":1706103393430,"duration":1}},{"uid":"1880c3650ca3e8d8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1880c3650ca3e8d8","status":"passed","time":{"start":1706103153306,"stop":1706103153306,"duration":0}},{"uid":"9f4eb8ece1cc519f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9f4eb8ece1cc519f","status":"passed","time":{"start":1706102506995,"stop":1706102506995,"duration":0}},{"uid":"5a24d4a94fa17123","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5a24d4a94fa17123","status":"passed","time":{"start":1706102385182,"stop":1706102385182,"duration":0}}]},"54f7a02b8eb5914f22f407a29a0b048c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16fd95affd62bf7e","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/16fd95affd62bf7e","status":"passed","time":{"start":1705426489888,"stop":1705426489889,"duration":1}}]},"268b216dd6218d980ce4f7b93736db4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46d09ac7f17a0a15","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/46d09ac7f17a0a15","status":"passed","time":{"start":1705677414467,"stop":1705677414467,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"a53348585c4445ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a53348585c4445ac","status":"passed","time":{"start":1706528998594,"stop":1706528998594,"duration":0}},{"uid":"220e3523acfd96a3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/220e3523acfd96a3","status":"passed","time":{"start":1706527970121,"stop":1706527970122,"duration":1}},{"uid":"c95fb11e04b6b981","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c95fb11e04b6b981","status":"passed","time":{"start":1706526976587,"stop":1706526976587,"duration":0}},{"uid":"2dc4cc51cc727899","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2dc4cc51cc727899","status":"passed","time":{"start":1706526677707,"stop":1706526677707,"duration":0}},{"uid":"2be999daa70e2cb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2be999daa70e2cb","status":"passed","time":{"start":1706526585225,"stop":1706526585226,"duration":1}},{"uid":"34217a004f414f7f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/34217a004f414f7f","status":"passed","time":{"start":1706526011343,"stop":1706526011343,"duration":0}},{"uid":"233836b0b93d9ada","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/233836b0b93d9ada","status":"passed","time":{"start":1706525481678,"stop":1706525481679,"duration":1}},{"uid":"91a624329e539ad9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/91a624329e539ad9","status":"passed","time":{"start":1706525034593,"stop":1706525034593,"duration":0}},{"uid":"89dfb9dc33be6219","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/89dfb9dc33be6219","status":"passed","time":{"start":1706467723736,"stop":1706467723737,"duration":1}},{"uid":"dbf518a977a09761","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dbf518a977a09761","status":"passed","time":{"start":1706323095240,"stop":1706323095241,"duration":1}},{"uid":"2a658c8ad45832c1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2a658c8ad45832c1","status":"passed","time":{"start":1706321394055,"stop":1706321394055,"duration":0}},{"uid":"55a1b60f4542f3d0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/55a1b60f4542f3d0","status":"passed","time":{"start":1706115176947,"stop":1706115176947,"duration":0}},{"uid":"15471f96d7825a0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/15471f96d7825a0","status":"passed","time":{"start":1706114337388,"stop":1706114337388,"duration":0}},{"uid":"4edbfa1aa1a8d56f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4edbfa1aa1a8d56f","status":"passed","time":{"start":1706111808831,"stop":1706111808832,"duration":1}},{"uid":"b38cdb7a18c3077a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b38cdb7a18c3077a","status":"passed","time":{"start":1706111511403,"stop":1706111511403,"duration":0}},{"uid":"e0a0f215b5b5f395","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e0a0f215b5b5f395","status":"passed","time":{"start":1706109411595,"stop":1706109411596,"duration":1}},{"uid":"5436f469b50dbe19","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5436f469b50dbe19","status":"passed","time":{"start":1706103221762,"stop":1706103221762,"duration":0}},{"uid":"f0cdb7268126003","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f0cdb7268126003","status":"passed","time":{"start":1706102961389,"stop":1706102961389,"duration":0}},{"uid":"92a5a5e680ad70d0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/92a5a5e680ad70d0","status":"passed","time":{"start":1706102333041,"stop":1706102333041,"duration":0}},{"uid":"d6f47a42bc4649ec","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d6f47a42bc4649ec","status":"passed","time":{"start":1706102204588,"stop":1706102204588,"duration":0}}]},"ca9ec20cc9aa8872c1eecde13cb1b071:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4166fb931c3ff799","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/4166fb931c3ff799","status":"passed","time":{"start":1705667055299,"stop":1705667055300,"duration":1}}]},"892115afbb1ecd0e47fcd86cd45bd3bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae99e85b7f26dd00","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/ae99e85b7f26dd00","status":"passed","time":{"start":1705502370736,"stop":1705502370737,"duration":1}}]},"9985811d6795a56b9d0a477d0df2d9ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c335fe9bcbc41ed1","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/c335fe9bcbc41ed1","status":"passed","time":{"start":1706101723788,"stop":1706101723788,"duration":0}}]},"77b45f4c073a8957751c3cd0a01685b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bef2a9505d8567c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/bef2a9505d8567c","status":"passed","time":{"start":1705518200430,"stop":1705518200430,"duration":0}}]},"1892916794ff37e448bcaec2985dea3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39feffe0e9fcf5d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/39feffe0e9fcf5d","status":"passed","time":{"start":1705913034282,"stop":1705913034282,"duration":0}}]},"fb73f6977656c956c17fc8645742f2e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"1e430124a2927980","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/1e430124a2927980","status":"passed","time":{"start":1706100979768,"stop":1706100979768,"duration":0}},{"uid":"a02d6bb231e0cac3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a02d6bb231e0cac3","status":"passed","time":{"start":1706100012439,"stop":1706100012439,"duration":0}},{"uid":"efddf9c451b20db0","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/efddf9c451b20db0","status":"passed","time":{"start":1706077739097,"stop":1706077739097,"duration":0}},{"uid":"6e7f037b09d5325","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/6e7f037b09d5325","status":"passed","time":{"start":1706069827483,"stop":1706069827483,"duration":0}},{"uid":"b7efabb245157f9c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b7efabb245157f9c","status":"passed","time":{"start":1705950521693,"stop":1705950521696,"duration":3}},{"uid":"b2168e114ebdb82c","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b2168e114ebdb82c","status":"passed","time":{"start":1705938343410,"stop":1705938343411,"duration":1}},{"uid":"b93a6892186f8a61","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/b93a6892186f8a61","status":"passed","time":{"start":1705913488245,"stop":1705913488245,"duration":0}},{"uid":"9a8d53ce059929d9","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/9a8d53ce059929d9","status":"passed","time":{"start":1705913034281,"stop":1705913034281,"duration":0}},{"uid":"c87021d85bc2533c","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c87021d85bc2533c","status":"passed","time":{"start":1705912407151,"stop":1705912407152,"duration":1}},{"uid":"d6d53a49bf0f589e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d6d53a49bf0f589e","status":"passed","time":{"start":1705911588814,"stop":1705911588814,"duration":0}},{"uid":"4e869208171bbb7","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/4e869208171bbb7","status":"passed","time":{"start":1705698799125,"stop":1705698799126,"duration":1}},{"uid":"342743cfa251a3e0","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/342743cfa251a3e0","status":"passed","time":{"start":1705687522382,"stop":1705687522382,"duration":0}},{"uid":"bf8fc0267a3c2776","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/bf8fc0267a3c2776","status":"passed","time":{"start":1705687430765,"stop":1705687430766,"duration":1}},{"uid":"1af21912c8c18668","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1af21912c8c18668","status":"passed","time":{"start":1705678121503,"stop":1705678121503,"duration":0}},{"uid":"ae3bf4e814d44269","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ae3bf4e814d44269","status":"passed","time":{"start":1705678046326,"stop":1705678046326,"duration":0}},{"uid":"6527b977ff817a82","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/6527b977ff817a82","status":"passed","time":{"start":1705677908058,"stop":1705677908058,"duration":0}},{"uid":"d324d3c400ef4c16","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/d324d3c400ef4c16","status":"passed","time":{"start":1705677463262,"stop":1705677463263,"duration":1}},{"uid":"d1173dcd3abbe4e0","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/d1173dcd3abbe4e0","status":"passed","time":{"start":1705676052725,"stop":1705676052726,"duration":1}},{"uid":"21f11bda326e7d2c","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/21f11bda326e7d2c","status":"passed","time":{"start":1705675474647,"stop":1705675474647,"duration":0}},{"uid":"3298f35d4fff60fb","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/3298f35d4fff60fb","status":"passed","time":{"start":1705670338399,"stop":1705670338399,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"3eaafd8958afd906","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3eaafd8958afd906","status":"passed","time":{"start":1706528752630,"stop":1706528752630,"duration":0}},{"uid":"dac6259da45f2993","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/dac6259da45f2993","status":"passed","time":{"start":1706527721482,"stop":1706527721483,"duration":1}},{"uid":"212bc20f3953099c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/212bc20f3953099c","status":"passed","time":{"start":1706526736328,"stop":1706526736328,"duration":0}},{"uid":"2d7838767d23dfa1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2d7838767d23dfa1","status":"passed","time":{"start":1706526433119,"stop":1706526433119,"duration":0}},{"uid":"58067043a99674a1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/58067043a99674a1","status":"passed","time":{"start":1706526338331,"stop":1706526338331,"duration":0}},{"uid":"f026164adaf44dfe","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f026164adaf44dfe","status":"passed","time":{"start":1706525767348,"stop":1706525767349,"duration":1}},{"uid":"4ff74b2638b6d340","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4ff74b2638b6d340","status":"passed","time":{"start":1706525234332,"stop":1706525234333,"duration":1}},{"uid":"87799834a563b978","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/87799834a563b978","status":"passed","time":{"start":1706524795498,"stop":1706524795499,"duration":1}},{"uid":"5b0a47c102fcdb10","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5b0a47c102fcdb10","status":"passed","time":{"start":1706467489456,"stop":1706467489456,"duration":0}},{"uid":"a030a7fdb4cd3792","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a030a7fdb4cd3792","status":"passed","time":{"start":1706322842263,"stop":1706322842263,"duration":0}},{"uid":"85fa454f37bf848f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/85fa454f37bf848f","status":"passed","time":{"start":1706321155285,"stop":1706321155285,"duration":0}},{"uid":"a7a9e942ff8ccbf7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a7a9e942ff8ccbf7","status":"passed","time":{"start":1706244671448,"stop":1706244671448,"duration":0}},{"uid":"16084d9254311c60","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/16084d9254311c60","status":"passed","time":{"start":1706242239780,"stop":1706242239780,"duration":0}},{"uid":"bda814f245c16f1d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bda814f245c16f1d","status":"passed","time":{"start":1706114928160,"stop":1706114928160,"duration":0}},{"uid":"e34a721cf9f2fe8a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e34a721cf9f2fe8a","status":"passed","time":{"start":1706114098848,"stop":1706114098849,"duration":1}},{"uid":"8bc4ba3a7932b10a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8bc4ba3a7932b10a","status":"passed","time":{"start":1706111573572,"stop":1706111573572,"duration":0}},{"uid":"5e24518c4d0e7885","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5e24518c4d0e7885","status":"passed","time":{"start":1706111263114,"stop":1706111263114,"duration":0}},{"uid":"a25d743541a294da","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a25d743541a294da","status":"passed","time":{"start":1706109165545,"stop":1706109165545,"duration":0}},{"uid":"e351c02ce0ec1d27","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e351c02ce0ec1d27","status":"passed","time":{"start":1706102983595,"stop":1706102983595,"duration":0}},{"uid":"47d8e2ccf780b85f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/47d8e2ccf780b85f","status":"passed","time":{"start":1706102723311,"stop":1706102723311,"duration":0}}]},"d2b010a7c80ea2473f88a02b56f99016:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89c8d25d458cd117","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/89c8d25d458cd117","status":"passed","time":{"start":1706101680237,"stop":1706101680237,"duration":0}}]},"4ecc58ee3237026d90a265eb239a6880:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af38e59bfdf13a14","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/af38e59bfdf13a14","status":"passed","time":{"start":1705577406163,"stop":1705577406163,"duration":0}}]},"452978c028129e1c41a9a86182065ec1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ead8842575d119b","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/5ead8842575d119b","status":"passed","time":{"start":1705432999901,"stop":1705432999901,"duration":0}}]},"cbc32d84ff2a82ca8ce4b26599dc2e00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71b00af8235417f6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/71b00af8235417f6","status":"passed","time":{"start":1706103054159,"stop":1706103054160,"duration":1}}]},"ba2a5d432c31c1423b58829142d7b74f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e1f4cd3f83517e","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/4e1f4cd3f83517e","status":"passed","time":{"start":1705525370189,"stop":1705525370189,"duration":0}}]},"bbdda0945f41e68c7ab987090ba0f846:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9388cd9304238dac","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/9388cd9304238dac","status":"passed","time":{"start":1705392745674,"stop":1705392745675,"duration":1}}]},"2af4efefbc49b50b44b2ee9e808cb211:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":34,"unknown":0,"total":39},"items":[{"uid":"f41a539c86ef4d19","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/f41a539c86ef4d19","status":"passed","time":{"start":1705520778364,"stop":1705520778365,"duration":1}},{"uid":"a9cf29bc2d476ca1","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a9cf29bc2d476ca1","status":"passed","time":{"start":1705518147349,"stop":1705518147349,"duration":0}},{"uid":"a72931c4d4d273ba","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/a72931c4d4d273ba","status":"passed","time":{"start":1705518043734,"stop":1705518043734,"duration":0}},{"uid":"224d0f64c7543720","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/224d0f64c7543720","status":"passed","time":{"start":1705517918811,"stop":1705517918812,"duration":1}},{"uid":"287be200999020b6","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/287be200999020b6","status":"passed","time":{"start":1705508582709,"stop":1705508582709,"duration":0}},{"uid":"dd5b85b61dc3af85","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/dd5b85b61dc3af85","status":"passed","time":{"start":1705506415879,"stop":1705506415880,"duration":1}},{"uid":"37d3ce3aca3ba65b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/37d3ce3aca3ba65b","status":"passed","time":{"start":1705502881055,"stop":1705502881055,"duration":0}},{"uid":"34f196ff56a62d29","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/34f196ff56a62d29","status":"passed","time":{"start":1705502413584,"stop":1705502413584,"duration":0}},{"uid":"7a81253d967b4956","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/7a81253d967b4956","status":"passed","time":{"start":1705494819397,"stop":1705494819397,"duration":0}},{"uid":"aa234d1baeff27e9","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/aa234d1baeff27e9","status":"passed","time":{"start":1705494869799,"stop":1705494869799,"duration":0}},{"uid":"eaaa1d9aec8996a0","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/eaaa1d9aec8996a0","status":"passed","time":{"start":1705494814430,"stop":1705494814431,"duration":1}},{"uid":"badd85af05d61b35","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/badd85af05d61b35","status":"passed","time":{"start":1705493391730,"stop":1705493391730,"duration":0}},{"uid":"60faf12191e60d41","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/60faf12191e60d41","status":"passed","time":{"start":1705493359305,"stop":1705493359305,"duration":0}},{"uid":"9c2e029a3c79d813","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/9c2e029a3c79d813","status":"passed","time":{"start":1705485182396,"stop":1705485182396,"duration":0}},{"uid":"6bcd8fe364129597","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6bcd8fe364129597","status":"passed","time":{"start":1705485040841,"stop":1705485040841,"duration":0}},{"uid":"ae92dc7b9f005219","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ae92dc7b9f005219","status":"passed","time":{"start":1705484295606,"stop":1705484295610,"duration":4}},{"uid":"7c7736b15f1e88d1","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/7c7736b15f1e88d1","status":"passed","time":{"start":1705469807044,"stop":1705469807044,"duration":0}},{"uid":"91b7b83f7822af72","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/91b7b83f7822af72","status":"passed","time":{"start":1705466873102,"stop":1705466873103,"duration":1}},{"uid":"e924becf499d6185","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/e924becf499d6185","status":"passed","time":{"start":1705435339055,"stop":1705435339055,"duration":0}},{"uid":"7a84402363755a4a","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/7a84402363755a4a","status":"passed","time":{"start":1705434801914,"stop":1705434801915,"duration":1}}]},"ba2de8ce7f80a69738109e96be030066:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82bcb093154e629a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/82bcb093154e629a","status":"passed","time":{"start":1706111780332,"stop":1706111780332,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"8fc8b4748bbede38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8fc8b4748bbede38","status":"passed","time":{"start":1706529198490,"stop":1706529198491,"duration":1}},{"uid":"464a8548488a3ac4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/464a8548488a3ac4","status":"passed","time":{"start":1706528173995,"stop":1706528173995,"duration":0}},{"uid":"3eb62747279d4e9f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3eb62747279d4e9f","status":"passed","time":{"start":1706527067790,"stop":1706527067790,"duration":0}},{"uid":"dd9bf87bb5fba5f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dd9bf87bb5fba5f","status":"passed","time":{"start":1706526764004,"stop":1706526764004,"duration":0}},{"uid":"c0f339f31e9bc88","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c0f339f31e9bc88","status":"passed","time":{"start":1706526667848,"stop":1706526667848,"duration":0}},{"uid":"38e9bd16ec86e929","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/38e9bd16ec86e929","status":"passed","time":{"start":1706526105662,"stop":1706526105662,"duration":0}},{"uid":"9a171d3465982220","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9a171d3465982220","status":"passed","time":{"start":1706525567535,"stop":1706525567535,"duration":0}},{"uid":"d2196f4f0dbf0b9f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d2196f4f0dbf0b9f","status":"passed","time":{"start":1706525202450,"stop":1706525202451,"duration":1}},{"uid":"5b4fc1d6df67ed5c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5b4fc1d6df67ed5c","status":"passed","time":{"start":1706467809674,"stop":1706467809674,"duration":0}},{"uid":"ae71fe70f3fea814","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ae71fe70f3fea814","status":"passed","time":{"start":1706323189695,"stop":1706323189695,"duration":0}},{"uid":"84c9dcbbf4525fc8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/84c9dcbbf4525fc8","status":"passed","time":{"start":1706321484936,"stop":1706321484937,"duration":1}},{"uid":"e0fd5735b9283952","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e0fd5735b9283952","status":"passed","time":{"start":1706115265125,"stop":1706115265125,"duration":0}},{"uid":"d77e9518593d0a41","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d77e9518593d0a41","status":"passed","time":{"start":1706114432222,"stop":1706114432222,"duration":0}},{"uid":"717394de218ed75","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/717394de218ed75","status":"passed","time":{"start":1706111890886,"stop":1706111890887,"duration":1}},{"uid":"77055d96167aac1e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/77055d96167aac1e","status":"passed","time":{"start":1706111596338,"stop":1706111596338,"duration":0}},{"uid":"5445aa8eafe4bd4f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5445aa8eafe4bd4f","status":"passed","time":{"start":1706109507182,"stop":1706109507183,"duration":1}},{"uid":"6a890c7507b2a489","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6a890c7507b2a489","status":"passed","time":{"start":1706103311164,"stop":1706103311166,"duration":2}},{"uid":"a80afe6bf713686a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a80afe6bf713686a","status":"passed","time":{"start":1706103033280,"stop":1706103033280,"duration":0}},{"uid":"ca4e6fa8e6ff202b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ca4e6fa8e6ff202b","status":"passed","time":{"start":1706102412553,"stop":1706102412553,"duration":0}},{"uid":"de750702fd76d66f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/de750702fd76d66f","status":"passed","time":{"start":1706102307064,"stop":1706102307065,"duration":1}}]},"7aabc22ef2a250bfcd7292a549b0b97a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57a110ed279ac3d2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/57a110ed279ac3d2","status":"passed","time":{"start":1706526330111,"stop":1706526330111,"duration":0}}]},"6688ec669f4d701f6c8876feaaf37ab9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"505251d0fd256f6e","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/505251d0fd256f6e","status":"passed","time":{"start":1705680350530,"stop":1705680350531,"duration":1}}]},"60dc020423d7abc7e40ac0f507b6a2ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e677b9653484910","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5e677b9653484910","status":"passed","time":{"start":1706115449607,"stop":1706115449608,"duration":1}}]},"dccb030a39dc3b36f3d3e960e635c607:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76decb7ee6af8adc","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/76decb7ee6af8adc","status":"passed","time":{"start":1705520883423,"stop":1705520883424,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"dbf70a0a4cbc069f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dbf70a0a4cbc069f","status":"passed","time":{"start":1706529232501,"stop":1706529232502,"duration":1}},{"uid":"faad0070654c8239","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/faad0070654c8239","status":"passed","time":{"start":1706528204720,"stop":1706528204720,"duration":0}},{"uid":"9d3b45dafa6c1634","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9d3b45dafa6c1634","status":"passed","time":{"start":1706527099425,"stop":1706527099425,"duration":0}},{"uid":"8cb2ec692704213f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8cb2ec692704213f","status":"passed","time":{"start":1706526797233,"stop":1706526797233,"duration":0}},{"uid":"41c1d1a29e3fd773","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/41c1d1a29e3fd773","status":"passed","time":{"start":1706526702306,"stop":1706526702307,"duration":1}},{"uid":"24aa6e504dcbc031","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/24aa6e504dcbc031","status":"passed","time":{"start":1706526144646,"stop":1706526144647,"duration":1}},{"uid":"cd8413084074e8c8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cd8413084074e8c8","status":"passed","time":{"start":1706525605494,"stop":1706525605496,"duration":2}},{"uid":"4ea78344a296f289","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4ea78344a296f289","status":"passed","time":{"start":1706525237523,"stop":1706525237524,"duration":1}},{"uid":"189c267c578bc6bc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/189c267c578bc6bc","status":"passed","time":{"start":1706467847961,"stop":1706467847961,"duration":0}},{"uid":"2cbf3641c6a1c77c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2cbf3641c6a1c77c","status":"passed","time":{"start":1706323224597,"stop":1706323224598,"duration":1}},{"uid":"a10c3104119c1c74","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a10c3104119c1c74","status":"passed","time":{"start":1706321490524,"stop":1706321490525,"duration":1}},{"uid":"cbc025518a89b556","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cbc025518a89b556","status":"passed","time":{"start":1706115297920,"stop":1706115297920,"duration":0}},{"uid":"29748f1570c54366","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/29748f1570c54366","status":"passed","time":{"start":1706114468915,"stop":1706114468916,"duration":1}},{"uid":"e3136dae4743b377","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e3136dae4743b377","status":"passed","time":{"start":1706111928726,"stop":1706111928726,"duration":0}},{"uid":"344c6418f46796af","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/344c6418f46796af","status":"passed","time":{"start":1706111629332,"stop":1706111629333,"duration":1}},{"uid":"cf8d4d0f5536f523","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cf8d4d0f5536f523","status":"passed","time":{"start":1706109548358,"stop":1706109548358,"duration":0}},{"uid":"bb4141b5fe2e68f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bb4141b5fe2e68f","status":"passed","time":{"start":1706103319935,"stop":1706103319935,"duration":0}},{"uid":"fd57f55f1c287711","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fd57f55f1c287711","status":"passed","time":{"start":1706103066463,"stop":1706103066463,"duration":0}},{"uid":"4abeec41b0f412b0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4abeec41b0f412b0","status":"passed","time":{"start":1706102448471,"stop":1706102448471,"duration":0}},{"uid":"630df7b2a5aa61ef","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/630df7b2a5aa61ef","status":"passed","time":{"start":1706102342948,"stop":1706102342948,"duration":0}}]},"7ec489e8c4083537832f5ed17872a58c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cfff27d7f3a6d4f1","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/cfff27d7f3a6d4f1","status":"passed","time":{"start":1705518140996,"stop":1705518140997,"duration":1}}]},"a519974ac99cec3b1d946cbb981cad2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"27aafd3308803054","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/27aafd3308803054","status":"passed","time":{"start":1705521140302,"stop":1705521140302,"duration":0}},{"uid":"67c588d41395d921","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/67c588d41395d921","status":"passed","time":{"start":1705520883418,"stop":1705520883418,"duration":0}},{"uid":"14c6018b0335de6d","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/14c6018b0335de6d","status":"passed","time":{"start":1705520300890,"stop":1705520300890,"duration":0}},{"uid":"a5a2489b1397b00e","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a5a2489b1397b00e","status":"passed","time":{"start":1705518525962,"stop":1705518525964,"duration":2}},{"uid":"4c5d5ef37a2f1af2","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4c5d5ef37a2f1af2","status":"passed","time":{"start":1705518246810,"stop":1705518246810,"duration":0}},{"uid":"f89fd0328bf7d927","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/f89fd0328bf7d927","status":"passed","time":{"start":1705518140981,"stop":1705518140982,"duration":1}},{"uid":"c04e075520763b73","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c04e075520763b73","status":"passed","time":{"start":1705518032420,"stop":1705518032421,"duration":1}},{"uid":"4e15b98949fa4016","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/4e15b98949fa4016","status":"passed","time":{"start":1705508700812,"stop":1705508700812,"duration":0}},{"uid":"105c4f340b53fc6e","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/105c4f340b53fc6e","status":"passed","time":{"start":1705506512646,"stop":1705506512647,"duration":1}},{"uid":"b06b690118f797da","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/b06b690118f797da","status":"passed","time":{"start":1705502966511,"stop":1705502966517,"duration":6}},{"uid":"73285675e8aed07a","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/73285675e8aed07a","status":"passed","time":{"start":1705502370726,"stop":1705502370727,"duration":1}},{"uid":"3a84b78eec798f95","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/3a84b78eec798f95","status":"passed","time":{"start":1705502517772,"stop":1705502517772,"duration":0}},{"uid":"f73b4014b381381c","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f73b4014b381381c","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321694,"stop":1705495321694,"duration":0}},{"uid":"42430419e5a1a0dd","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/42430419e5a1a0dd","status":"passed","time":{"start":1705494975689,"stop":1705494975690,"duration":1}},{"uid":"8dfb6721f4f39a","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/8dfb6721f4f39a","status":"passed","time":{"start":1705494930750,"stop":1705494930753,"duration":3}},{"uid":"e6b41772471320a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e6b41772471320a","status":"passed","time":{"start":1705493496350,"stop":1705493496365,"duration":15}},{"uid":"b8907ec953f35e71","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/b8907ec953f35e71","status":"passed","time":{"start":1705493451251,"stop":1705493451252,"duration":1}},{"uid":"6bfda284190f56de","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/6bfda284190f56de","status":"passed","time":{"start":1705485279306,"stop":1705485279307,"duration":1}},{"uid":"50adc6f07e5fe9bf","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/50adc6f07e5fe9bf","status":"passed","time":{"start":1705485136806,"stop":1705485136806,"duration":0}},{"uid":"20ed55df7743ac5f","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/20ed55df7743ac5f","status":"passed","time":{"start":1705484392935,"stop":1705484392935,"duration":0}}]},"15b762e3aa33cb2d8e13a6d6c364517d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58b8dcadd9635f69","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/58b8dcadd9635f69","status":"passed","time":{"start":1705421395625,"stop":1705421395625,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"87cec2179c116d48","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87cec2179c116d48","status":"passed","time":{"start":1706529332307,"stop":1706529332308,"duration":1}},{"uid":"ea58cee84f69089c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ea58cee84f69089c","status":"passed","time":{"start":1706528291442,"stop":1706528291442,"duration":0}},{"uid":"df75667284740f24","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/df75667284740f24","status":"passed","time":{"start":1706527236971,"stop":1706527236972,"duration":1}},{"uid":"94f1fbd58883f794","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/94f1fbd58883f794","status":"passed","time":{"start":1706526962705,"stop":1706526962705,"duration":0}},{"uid":"e5b93cd639d9ddd6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e5b93cd639d9ddd6","status":"passed","time":{"start":1706526865897,"stop":1706526865897,"duration":0}},{"uid":"b8cd0ed1685c1ec3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b8cd0ed1685c1ec3","status":"passed","time":{"start":1706526300411,"stop":1706526300411,"duration":0}},{"uid":"92a95b00b80844cb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/92a95b00b80844cb","status":"passed","time":{"start":1706525759135,"stop":1706525759135,"duration":0}},{"uid":"4949831e5b200916","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4949831e5b200916","status":"passed","time":{"start":1706525355446,"stop":1706525355447,"duration":1}},{"uid":"2c002ec9f5283421","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2c002ec9f5283421","status":"passed","time":{"start":1706467982869,"stop":1706467982870,"duration":1}},{"uid":"216ba4618a2f3c70","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/216ba4618a2f3c70","status":"passed","time":{"start":1706323387503,"stop":1706323387503,"duration":0}},{"uid":"586809fd2575e356","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/586809fd2575e356","status":"passed","time":{"start":1706321612869,"stop":1706321612870,"duration":1}},{"uid":"7acdad4b7a75efbb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7acdad4b7a75efbb","status":"passed","time":{"start":1706115462408,"stop":1706115462408,"duration":0}},{"uid":"8ab95cc42daff3c2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8ab95cc42daff3c2","status":"passed","time":{"start":1706114612156,"stop":1706114612172,"duration":16}},{"uid":"163af45a7881d236","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/163af45a7881d236","status":"passed","time":{"start":1706112092776,"stop":1706112092777,"duration":1}},{"uid":"c372b48686b56067","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c372b48686b56067","status":"passed","time":{"start":1706111796125,"stop":1706111796125,"duration":0}},{"uid":"98813e99ac5fba74","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/98813e99ac5fba74","status":"passed","time":{"start":1706109710117,"stop":1706109710118,"duration":1}},{"uid":"f8699e2a353c54ed","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f8699e2a353c54ed","status":"passed","time":{"start":1706103427347,"stop":1706103427347,"duration":0}},{"uid":"d8a8bd1ca8d05124","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d8a8bd1ca8d05124","status":"passed","time":{"start":1706103228581,"stop":1706103228582,"duration":1}},{"uid":"352622c523ec91b9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/352622c523ec91b9","status":"passed","time":{"start":1706102603432,"stop":1706102603433,"duration":1}},{"uid":"545f92b1c3cd7253","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/545f92b1c3cd7253","status":"passed","time":{"start":1706102474578,"stop":1706102474578,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"8c3ca957b100a607","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8c3ca957b100a607","status":"passed","time":{"start":1706529382344,"stop":1706529382345,"duration":1}},{"uid":"f97ea9049f628e6b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f97ea9049f628e6b","status":"passed","time":{"start":1706528358934,"stop":1706528358935,"duration":1}},{"uid":"32dbdff0723cc2e8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/32dbdff0723cc2e8","status":"passed","time":{"start":1706527280977,"stop":1706527280977,"duration":0}},{"uid":"b830fae7720f53a2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b830fae7720f53a2","status":"passed","time":{"start":1706527018954,"stop":1706527018954,"duration":0}},{"uid":"b78be55d605ce7d7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b78be55d605ce7d7","status":"passed","time":{"start":1706526913489,"stop":1706526913490,"duration":1}},{"uid":"bed5921e05b16a45","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bed5921e05b16a45","status":"passed","time":{"start":1706526349828,"stop":1706526349828,"duration":0}},{"uid":"467627d12b7a63b5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/467627d12b7a63b5","status":"passed","time":{"start":1706525818564,"stop":1706525818565,"duration":1}},{"uid":"d6e26c00b5b0b37a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d6e26c00b5b0b37a","status":"passed","time":{"start":1706525411707,"stop":1706525411709,"duration":2}},{"uid":"bff093e596566db0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bff093e596566db0","status":"passed","time":{"start":1706468058609,"stop":1706468058610,"duration":1}},{"uid":"e7e8643cebd653d7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e7e8643cebd653d7","status":"passed","time":{"start":1706323426976,"stop":1706323426976,"duration":0}},{"uid":"da110778a4237e13","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/da110778a4237e13","status":"passed","time":{"start":1706321694468,"stop":1706321694468,"duration":0}},{"uid":"9c24ee98ab7d3b5b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9c24ee98ab7d3b5b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244874726,"stop":1706244874726,"duration":0}},{"uid":"f8cb717529fd3485","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f8cb717529fd3485","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242416168,"stop":1706242416169,"duration":1}},{"uid":"7ef0c777d08db8c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7ef0c777d08db8c","status":"passed","time":{"start":1706115501228,"stop":1706115501229,"duration":1}},{"uid":"df3f2cf0c793d51f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/df3f2cf0c793d51f","status":"passed","time":{"start":1706114678598,"stop":1706114678598,"duration":0}},{"uid":"d82c3738480c75e5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d82c3738480c75e5","status":"passed","time":{"start":1706112160995,"stop":1706112160996,"duration":1}},{"uid":"364a3208249f968d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/364a3208249f968d","status":"passed","time":{"start":1706111848588,"stop":1706111848589,"duration":1}},{"uid":"b451ec980996c63a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b451ec980996c63a","status":"passed","time":{"start":1706109769705,"stop":1706109769705,"duration":0}},{"uid":"3562ff7370afaa71","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3562ff7370afaa71","status":"passed","time":{"start":1706103482578,"stop":1706103482578,"duration":0}},{"uid":"9d36db7233558c83","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9d36db7233558c83","status":"passed","time":{"start":1706103311277,"stop":1706103311277,"duration":0}}]},"eab4e2951a08cce318f4334e7168c0a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":45,"unknown":0,"total":46},"items":[{"uid":"8bdee4d52b6a5fb6","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8bdee4d52b6a5fb6","status":"passed","time":{"start":1705521016430,"stop":1705521016431,"duration":1}},{"uid":"90e60580faaaec62","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/90e60580faaaec62","status":"passed","time":{"start":1705520810995,"stop":1705520810996,"duration":1}},{"uid":"2ad79e6be84cdf4c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/2ad79e6be84cdf4c","status":"passed","time":{"start":1705520163975,"stop":1705520163976,"duration":1}},{"uid":"ca73e7a647cc8b2c","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/ca73e7a647cc8b2c","status":"passed","time":{"start":1705518395133,"stop":1705518395133,"duration":0}},{"uid":"9998682cd7555b51","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9998682cd7555b51","status":"passed","time":{"start":1705518165815,"stop":1705518165815,"duration":0}},{"uid":"c7b30f4b088cfd7b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/c7b30f4b088cfd7b","status":"passed","time":{"start":1705518062862,"stop":1705518062862,"duration":0}},{"uid":"ed46a83cf5084111","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ed46a83cf5084111","status":"passed","time":{"start":1705517955330,"stop":1705517955331,"duration":1}},{"uid":"c0f2882cf83a160c","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/c0f2882cf83a160c","status":"passed","time":{"start":1705508621270,"stop":1705508621272,"duration":2}},{"uid":"ca82f1a9f97175ed","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/ca82f1a9f97175ed","status":"passed","time":{"start":1705506440924,"stop":1705506440925,"duration":1}},{"uid":"33cd8ecde54651d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/33cd8ecde54651d","status":"passed","time":{"start":1705502898668,"stop":1705502898669,"duration":1}},{"uid":"aa3faaf160205f46","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/aa3faaf160205f46","status":"passed","time":{"start":1705502231192,"stop":1705502231193,"duration":1}},{"uid":"4f2ce7d7937fa5c5","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/4f2ce7d7937fa5c5","status":"passed","time":{"start":1705502434942,"stop":1705502434943,"duration":1}},{"uid":"c54b643975d9cadf","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/c54b643975d9cadf","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async 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/multiple_pubsub.node.spec.ts)","time":{"start":1705495384737,"stop":1705495384737,"duration":0}},{"uid":"6aeeaa5fadb47e59","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/6aeeaa5fadb47e59","status":"passed","time":{"start":1705494891661,"stop":1705494891661,"duration":0}},{"uid":"4bc1dd122baa8f4b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/4bc1dd122baa8f4b","status":"passed","time":{"start":1705494852279,"stop":1705494852279,"duration":0}},{"uid":"b289465547d2ef7d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b289465547d2ef7d","status":"passed","time":{"start":1705493411432,"stop":1705493411433,"duration":1}},{"uid":"456315d7ce019b1e","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/456315d7ce019b1e","status":"passed","time":{"start":1705493382744,"stop":1705493382744,"duration":0}},{"uid":"e25d2ef36c14b4fe","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/e25d2ef36c14b4fe","status":"passed","time":{"start":1705485206008,"stop":1705485206008,"duration":0}},{"uid":"61dad584cd27b66a","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/61dad584cd27b66a","status":"passed","time":{"start":1705485065031,"stop":1705485065031,"duration":0}},{"uid":"ca0da41c4ca26037","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ca0da41c4ca26037","status":"passed","time":{"start":1705484311478,"stop":1705484311478,"duration":0}}]},"cab74a008d6d7368de86f7c14d7dc82e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b772a4e16db98a4","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/8b772a4e16db98a4","status":"passed","time":{"start":1705580407837,"stop":1705580407837,"duration":0}}]},"742f440d00faa9310496dcf26538d2b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25fff5757f8650c","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/25fff5757f8650c","status":"passed","time":{"start":1705431033941,"stop":1705431033942,"duration":1}}]},"2a572fb49f233e20f144ab99a628d3d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"ceacdaea1526133d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/ceacdaea1526133d","status":"passed","time":{"start":1705521140292,"stop":1705521140293,"duration":1}},{"uid":"a164b8a2f3d3f03a","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/a164b8a2f3d3f03a","status":"passed","time":{"start":1705520883403,"stop":1705520883403,"duration":0}},{"uid":"291cf9e8d8e40575","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/291cf9e8d8e40575","status":"passed","time":{"start":1705520300879,"stop":1705520300880,"duration":1}},{"uid":"37b922ad66fdc141","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/37b922ad66fdc141","status":"passed","time":{"start":1705518525953,"stop":1705518525953,"duration":0}},{"uid":"49821e2d4fa2bbd3","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/49821e2d4fa2bbd3","status":"passed","time":{"start":1705518246798,"stop":1705518246798,"duration":0}},{"uid":"5c48c00ccae38927","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/5c48c00ccae38927","status":"passed","time":{"start":1705518140965,"stop":1705518140965,"duration":0}},{"uid":"c3ff0b5fe904b832","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c3ff0b5fe904b832","status":"passed","time":{"start":1705518032407,"stop":1705518032407,"duration":0}},{"uid":"a4b1cf0682c26d76","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a4b1cf0682c26d76","status":"passed","time":{"start":1705508700800,"stop":1705508700801,"duration":1}},{"uid":"76a2d11d4eb28168","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/76a2d11d4eb28168","status":"passed","time":{"start":1705506512632,"stop":1705506512632,"duration":0}},{"uid":"f5568b121cb71e22","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f5568b121cb71e22","status":"passed","time":{"start":1705502966497,"stop":1705502966498,"duration":1}},{"uid":"11b59361c8544187","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/11b59361c8544187","status":"passed","time":{"start":1705502370707,"stop":1705502370707,"duration":0}},{"uid":"30d6b2778a358221","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/30d6b2778a358221","status":"passed","time":{"start":1705502517761,"stop":1705502517762,"duration":1}},{"uid":"f7be51bbfc98c700","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f7be51bbfc98c700","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321654,"stop":1705495321654,"duration":0}},{"uid":"934b8668b0587024","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/934b8668b0587024","status":"passed","time":{"start":1705494975679,"stop":1705494975679,"duration":0}},{"uid":"41bcde5b72400c2b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/41bcde5b72400c2b","status":"passed","time":{"start":1705494930721,"stop":1705494930721,"duration":0}},{"uid":"9b9fc1af4585fd2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9b9fc1af4585fd2","status":"passed","time":{"start":1705493496291,"stop":1705493496291,"duration":0}},{"uid":"8edc134dfb8c15df","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/8edc134dfb8c15df","status":"passed","time":{"start":1705493451241,"stop":1705493451242,"duration":1}},{"uid":"883e888398d670eb","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/883e888398d670eb","status":"passed","time":{"start":1705485279295,"stop":1705485279296,"duration":1}},{"uid":"eba906db46c88cae","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/eba906db46c88cae","status":"passed","time":{"start":1705485136795,"stop":1705485136796,"duration":1}},{"uid":"3d4050c0bebb255f","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/3d4050c0bebb255f","status":"passed","time":{"start":1705484392920,"stop":1705484392921,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":33,"unknown":0,"total":35},"items":[{"uid":"150dc3da66a02acc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/150dc3da66a02acc","status":"passed","time":{"start":1706528985982,"stop":1706528985983,"duration":1}},{"uid":"e0573917e13cdaba","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e0573917e13cdaba","status":"passed","time":{"start":1706527951685,"stop":1706527951686,"duration":1}},{"uid":"836b514cb56149aa","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/836b514cb56149aa","status":"passed","time":{"start":1706526969194,"stop":1706526969195,"duration":1}},{"uid":"f8b2d9c8fd9a17d9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f8b2d9c8fd9a17d9","status":"passed","time":{"start":1706526675839,"stop":1706526675839,"duration":0}},{"uid":"d29657aac80f7847","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d29657aac80f7847","status":"passed","time":{"start":1706526572344,"stop":1706526572346,"duration":2}},{"uid":"76eb814a1c6cda4f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/76eb814a1c6cda4f","status":"passed","time":{"start":1706525997928,"stop":1706525997929,"duration":1}},{"uid":"ead047cde2871b67","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ead047cde2871b67","status":"passed","time":{"start":1706525468208,"stop":1706525468209,"duration":1}},{"uid":"96ab6b00b3f9a7fc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/96ab6b00b3f9a7fc","status":"passed","time":{"start":1706525019700,"stop":1706525019701,"duration":1}},{"uid":"485933265e9f1f5a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/485933265e9f1f5a","status":"passed","time":{"start":1706467721281,"stop":1706467721282,"duration":1}},{"uid":"eea6638de52afa","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/eea6638de52afa","status":"passed","time":{"start":1706323082557,"stop":1706323082558,"duration":1}},{"uid":"55e17f0f9dda9dc2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/55e17f0f9dda9dc2","status":"passed","time":{"start":1706321389960,"stop":1706321389960,"duration":0}},{"uid":"906991340fe750eb","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/906991340fe750eb","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244704472,"stop":1706244704472,"duration":0}},{"uid":"7defadb61ad0e727","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7defadb61ad0e727","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242269166,"stop":1706242269166,"duration":0}},{"uid":"754ca223900ed6a9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/754ca223900ed6a9","status":"passed","time":{"start":1706115172631,"stop":1706115172631,"duration":0}},{"uid":"403118d80dfe9df4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/403118d80dfe9df4","status":"passed","time":{"start":1706114335577,"stop":1706114335578,"duration":1}},{"uid":"3e5369ace4c12989","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3e5369ace4c12989","status":"passed","time":{"start":1706111797789,"stop":1706111797790,"duration":1}},{"uid":"33c868bc71d94459","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/33c868bc71d94459","status":"passed","time":{"start":1706111496579,"stop":1706111496580,"duration":1}},{"uid":"7737e586645f3fc4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7737e586645f3fc4","status":"passed","time":{"start":1706109403528,"stop":1706109403528,"duration":0}},{"uid":"e7d111fd52ddb275","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e7d111fd52ddb275","status":"passed","time":{"start":1706103220662,"stop":1706103220663,"duration":1}},{"uid":"694ad180706505c1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/694ad180706505c1","status":"passed","time":{"start":1706102943568,"stop":1706102943568,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"8cfb40048a646a19","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8cfb40048a646a19","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"duration":0}},{"uid":"3b3aad1ec3ea1d76","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3b3aad1ec3ea1d76","status":"passed","time":{"start":1706527705430,"stop":1706527705430,"duration":0}},{"uid":"7e926533903e1ee2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7e926533903e1ee2","status":"passed","time":{"start":1706526721662,"stop":1706526721662,"duration":0}},{"uid":"7118f84733eaad1e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7118f84733eaad1e","status":"passed","time":{"start":1706526417565,"stop":1706526417566,"duration":1}},{"uid":"eeeb5db0c575bd71","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/eeeb5db0c575bd71","status":"passed","time":{"start":1706526322676,"stop":1706526322676,"duration":0}},{"uid":"a81b347bdbf68aa3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a81b347bdbf68aa3","status":"passed","time":{"start":1706525752770,"stop":1706525752770,"duration":0}},{"uid":"db99186a7ee8d5d1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/db99186a7ee8d5d1","status":"passed","time":{"start":1706525219899,"stop":1706525219899,"duration":0}},{"uid":"4783910279440f01","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4783910279440f01","status":"passed","time":{"start":1706524780931,"stop":1706524780931,"duration":0}},{"uid":"bf91427348b66685","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bf91427348b66685","status":"passed","time":{"start":1706467474880,"stop":1706467474880,"duration":0}},{"uid":"6be67364961d7cf1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6be67364961d7cf1","status":"passed","time":{"start":1706322827221,"stop":1706322827221,"duration":0}},{"uid":"652883c2a8026bcd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/652883c2a8026bcd","status":"passed","time":{"start":1706321140683,"stop":1706321140683,"duration":0}},{"uid":"d6c63565126bb772","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d6c63565126bb772","status":"passed","time":{"start":1706244656778,"stop":1706244656778,"duration":0}},{"uid":"1917db0fcb54a172","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1917db0fcb54a172","status":"passed","time":{"start":1706242225091,"stop":1706242225091,"duration":0}},{"uid":"6d020266fce91a06","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6d020266fce91a06","status":"passed","time":{"start":1706114913332,"stop":1706114913332,"duration":0}},{"uid":"a4a6da6b45cedb18","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a4a6da6b45cedb18","status":"passed","time":{"start":1706114084094,"stop":1706114084094,"duration":0}},{"uid":"25fd0ec48843d6b0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25fd0ec48843d6b0","status":"passed","time":{"start":1706111558880,"stop":1706111558880,"duration":0}},{"uid":"b32e4b100e702dc3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b32e4b100e702dc3","status":"passed","time":{"start":1706111248345,"stop":1706111248345,"duration":0}},{"uid":"45cb5c16d67de410","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/45cb5c16d67de410","status":"passed","time":{"start":1706109150503,"stop":1706109150504,"duration":1}},{"uid":"2d11d1c70ffbd9e4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2d11d1c70ffbd9e4","status":"passed","time":{"start":1706102968923,"stop":1706102968924,"duration":1}},{"uid":"b1c45c1b1188f56e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b1c45c1b1188f56e","status":"passed","time":{"start":1706102708603,"stop":1706102708603,"duration":0}}]},"0cf85ab69d0d4c81687b269011b3917c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dede83dbb9f47f","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/7dede83dbb9f47f","status":"passed","time":{"start":1705521267314,"stop":1705521267316,"duration":2}}]},"ba3aff12f41fdad6e278bdae143e9482:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e554aeaf63b3818f","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/e554aeaf63b3818f","status":"passed","time":{"start":1705667092961,"stop":1705667092961,"duration":0}}]},"41b3f326e22839a29316a4102a97039e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7f3869f1dca32b6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b7f3869f1dca32b6","status":"passed","time":{"start":1706527016307,"stop":1706527016307,"duration":0}}]},"09dc1cb237d9eebcf98753eb1a44dd0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d6e4a0e24104241","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6d6e4a0e24104241","status":"passed","time":{"start":1706102670276,"stop":1706102670276,"duration":0}}]},"2bbeee136cdd049eba7685642575604c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"863ddd34db23abc6","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/863ddd34db23abc6","status":"passed","time":{"start":1705665914455,"stop":1705665914455,"duration":0}}]},"bacd12ecbbf92cd5cee21fbdce103a5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7a90e1c95254b5e","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/c7a90e1c95254b5e","status":"passed","time":{"start":1705667826314,"stop":1705667826317,"duration":3}}]},"023db10c29325785f264bd6043c7a190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed7e9be43c8b2fd8","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/ed7e9be43c8b2fd8","status":"passed","time":{"start":1705911588817,"stop":1705911588818,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"3430ef714e8d6fee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3430ef714e8d6fee","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"duration":0}},{"uid":"1bc3cc1fa2e0ba71","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1bc3cc1fa2e0ba71","status":"passed","time":{"start":1706527705412,"stop":1706527705412,"duration":0}},{"uid":"6a474c3511bdacf8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6a474c3511bdacf8","status":"passed","time":{"start":1706526721649,"stop":1706526721649,"duration":0}},{"uid":"983a86a9911820d2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/983a86a9911820d2","status":"passed","time":{"start":1706526417558,"stop":1706526417559,"duration":1}},{"uid":"1b4f56514ff7fe6a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1b4f56514ff7fe6a","status":"passed","time":{"start":1706526322663,"stop":1706526322664,"duration":1}},{"uid":"38f06704043bdbac","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/38f06704043bdbac","status":"passed","time":{"start":1706525752761,"stop":1706525752761,"duration":0}},{"uid":"439cbdd8858532c0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/439cbdd8858532c0","status":"passed","time":{"start":1706525219890,"stop":1706525219890,"duration":0}},{"uid":"aa80d12d33b2f54c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/aa80d12d33b2f54c","status":"passed","time":{"start":1706524780915,"stop":1706524780916,"duration":1}},{"uid":"b61eef70bca51e60","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b61eef70bca51e60","status":"passed","time":{"start":1706467474864,"stop":1706467474865,"duration":1}},{"uid":"33bb6eb546a0b195","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/33bb6eb546a0b195","status":"passed","time":{"start":1706322827212,"stop":1706322827212,"duration":0}},{"uid":"9fd4bb762bad0cd3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9fd4bb762bad0cd3","status":"passed","time":{"start":1706321140668,"stop":1706321140668,"duration":0}},{"uid":"3e8cf696e9bb3ba1","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3e8cf696e9bb3ba1","status":"passed","time":{"start":1706244656770,"stop":1706244656771,"duration":1}},{"uid":"108974a7e3f8fc04","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/108974a7e3f8fc04","status":"passed","time":{"start":1706242225075,"stop":1706242225075,"duration":0}},{"uid":"8b0d9d8f2d4bab5a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8b0d9d8f2d4bab5a","status":"passed","time":{"start":1706114913323,"stop":1706114913323,"duration":0}},{"uid":"9b8bcac5e04283f0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9b8bcac5e04283f0","status":"passed","time":{"start":1706114084085,"stop":1706114084085,"duration":0}},{"uid":"b664beee39faaf67","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b664beee39faaf67","status":"passed","time":{"start":1706111558872,"stop":1706111558872,"duration":0}},{"uid":"aa281ca202ba1758","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/aa281ca202ba1758","status":"passed","time":{"start":1706111248331,"stop":1706111248331,"duration":0}},{"uid":"2f84d8042ff88631","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2f84d8042ff88631","status":"passed","time":{"start":1706109150490,"stop":1706109150490,"duration":0}},{"uid":"fa6534321c77fa07","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fa6534321c77fa07","status":"passed","time":{"start":1706102968910,"stop":1706102968910,"duration":0}},{"uid":"16e8d82485f2ce4e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/16e8d82485f2ce4e","status":"passed","time":{"start":1706102708590,"stop":1706102708590,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":62,"unknown":0,"total":62},"items":[{"uid":"f1d97d00eb51ed91","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f1d97d00eb51ed91","status":"passed","time":{"start":1706528729636,"stop":1706528729636,"duration":0}},{"uid":"47b7f9bd4939488d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/47b7f9bd4939488d","status":"passed","time":{"start":1706527699170,"stop":1706527699170,"duration":0}},{"uid":"9e213c798f78ee4a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9e213c798f78ee4a","status":"passed","time":{"start":1706526713038,"stop":1706526713038,"duration":0}},{"uid":"f406f0629c247fc2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f406f0629c247fc2","status":"passed","time":{"start":1706526411513,"stop":1706526411514,"duration":1}},{"uid":"7d8242fb87aa5d1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7d8242fb87aa5d1","status":"passed","time":{"start":1706526316664,"stop":1706526316664,"duration":0}},{"uid":"bb9593bb1af28589","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bb9593bb1af28589","status":"passed","time":{"start":1706525744479,"stop":1706525744479,"duration":0}},{"uid":"7ed6d7776eb5c9bd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7ed6d7776eb5c9bd","status":"passed","time":{"start":1706525211343,"stop":1706525211343,"duration":0}},{"uid":"1e722c1c282c61c0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1e722c1c282c61c0","status":"passed","time":{"start":1706524772507,"stop":1706524772507,"duration":0}},{"uid":"821ab57ebb9d49de","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/821ab57ebb9d49de","status":"passed","time":{"start":1706467466425,"stop":1706467466425,"duration":0}},{"uid":"62e81434fe63bd83","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/62e81434fe63bd83","status":"passed","time":{"start":1706322818546,"stop":1706322818546,"duration":0}},{"uid":"8c7c79f77da24930","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8c7c79f77da24930","status":"passed","time":{"start":1706321132327,"stop":1706321132327,"duration":0}},{"uid":"2e1dc8cd1f266803","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2e1dc8cd1f266803","status":"passed","time":{"start":1706244648294,"stop":1706244648295,"duration":1}},{"uid":"38dec50a3e1fc358","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/38dec50a3e1fc358","status":"passed","time":{"start":1706242216514,"stop":1706242216514,"duration":0}},{"uid":"4bbb128745d34f43","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4bbb128745d34f43","status":"passed","time":{"start":1706114904799,"stop":1706114904799,"duration":0}},{"uid":"791ee231f4e9a46e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/791ee231f4e9a46e","status":"passed","time":{"start":1706114075355,"stop":1706114075355,"duration":0}},{"uid":"460fbf6c8bca9471","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/460fbf6c8bca9471","status":"passed","time":{"start":1706111550275,"stop":1706111550276,"duration":1}},{"uid":"118d760f7d8f0e78","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/118d760f7d8f0e78","status":"passed","time":{"start":1706111239743,"stop":1706111239744,"duration":1}},{"uid":"4b442402acd2d0e8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4b442402acd2d0e8","status":"passed","time":{"start":1706109141856,"stop":1706109141857,"duration":1}},{"uid":"7c5d8209d72ed7c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7c5d8209d72ed7c","status":"passed","time":{"start":1706102960419,"stop":1706102960419,"duration":0}},{"uid":"d44925bfe318ea6d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d44925bfe318ea6d","status":"passed","time":{"start":1706102700220,"stop":1706102700220,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":132,"unknown":0,"total":133},"items":[{"uid":"d2cdbd8c483e0e37","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d2cdbd8c483e0e37","status":"passed","time":{"start":1706529378204,"stop":1706529378206,"duration":2}},{"uid":"b7c3192ac43ef624","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b7c3192ac43ef624","status":"passed","time":{"start":1706528340446,"stop":1706528340447,"duration":1}},{"uid":"e59c0b4a2fdcc53f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e59c0b4a2fdcc53f","status":"passed","time":{"start":1706527263024,"stop":1706527263025,"duration":1}},{"uid":"8a4f94f7153fd91a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8a4f94f7153fd91a","status":"passed","time":{"start":1706527018361,"stop":1706527018361,"duration":0}},{"uid":"248ee1e2d6bbb5af","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/248ee1e2d6bbb5af","status":"passed","time":{"start":1706526921004,"stop":1706526921005,"duration":1}},{"uid":"750bc6171c95a4e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/750bc6171c95a4e","status":"passed","time":{"start":1706526364920,"stop":1706526364921,"duration":1}},{"uid":"8853237d98e0d1d5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8853237d98e0d1d5","status":"passed","time":{"start":1706525815779,"stop":1706525815781,"duration":2}},{"uid":"ecb686e07378183e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ecb686e07378183e","status":"passed","time":{"start":1706525403291,"stop":1706525403291,"duration":0}},{"uid":"e95f712338c835f9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e95f712338c835f9","status":"passed","time":{"start":1706468037070,"stop":1706468037071,"duration":1}},{"uid":"6913e926b4709a9d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6913e926b4709a9d","status":"passed","time":{"start":1706323438321,"stop":1706323438321,"duration":0}},{"uid":"612da41df8477a1c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/612da41df8477a1c","status":"passed","time":{"start":1706321670395,"stop":1706321670397,"duration":2}},{"uid":"1ff8c2a1baf9313c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1ff8c2a1baf9313c","status":"passed","time":{"start":1706244806935,"stop":1706244806935,"duration":0}},{"uid":"c55ca149d90cfb1b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c55ca149d90cfb1b","status":"passed","time":{"start":1706242366087,"stop":1706242366088,"duration":1}},{"uid":"87e110a24d344a02","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/87e110a24d344a02","status":"passed","time":{"start":1706115502835,"stop":1706115502837,"duration":2}},{"uid":"a725fdd1be544cf4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a725fdd1be544cf4","status":"passed","time":{"start":1706114665321,"stop":1706114665322,"duration":1}},{"uid":"fa4cde7ad8d4b43c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fa4cde7ad8d4b43c","status":"passed","time":{"start":1706112151706,"stop":1706112151706,"duration":0}},{"uid":"48ebc4736a41347e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/48ebc4736a41347e","status":"passed","time":{"start":1706111851585,"stop":1706111851586,"duration":1}},{"uid":"14515a5f9b6a554d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/14515a5f9b6a554d","status":"passed","time":{"start":1706109762340,"stop":1706109762341,"duration":1}},{"uid":"fac8dbd3b0efcdf5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fac8dbd3b0efcdf5","status":"passed","time":{"start":1706103476592,"stop":1706103476593,"duration":1}},{"uid":"c6b7e2b8ce152e0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c6b7e2b8ce152e0","status":"passed","time":{"start":1706103287622,"stop":1706103287622,"duration":0}}]},"97397d01d7ff1f16ea317e288ad305aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c1f4b7094fad677","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/9c1f4b7094fad677","status":"passed","time":{"start":1706100623777,"stop":1706100623777,"duration":0}}]},"35cceefd2f62b0c1e25821311989bf3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21074d860f7a4f08","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/21074d860f7a4f08","status":"passed","time":{"start":1705525645326,"stop":1705525645326,"duration":0}}]},"85d6b6e3e410a42459ee8b9713653533:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d50fd90610363b2","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/3d50fd90610363b2","status":"passed","time":{"start":1705589146227,"stop":1705589146228,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"885dff02c8b7f527","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/885dff02c8b7f527","status":"passed","time":{"start":1706529218535,"stop":1706529218536,"duration":1}},{"uid":"1b6bc4715867a8fe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1b6bc4715867a8fe","status":"passed","time":{"start":1706528190590,"stop":1706528190590,"duration":0}},{"uid":"f96e5eb95beb324d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f96e5eb95beb324d","status":"passed","time":{"start":1706527166794,"stop":1706527166794,"duration":0}},{"uid":"a33e09015401ce68","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a33e09015401ce68","status":"passed","time":{"start":1706526866906,"stop":1706526866907,"duration":1}},{"uid":"3716b74649b59d8f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3716b74649b59d8f","status":"passed","time":{"start":1706526763576,"stop":1706526763576,"duration":0}},{"uid":"679a7d0bf5d9b5c9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/679a7d0bf5d9b5c9","status":"passed","time":{"start":1706526185698,"stop":1706526185698,"duration":0}},{"uid":"2345f071b0b049d6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2345f071b0b049d6","status":"passed","time":{"start":1706525659008,"stop":1706525659009,"duration":1}},{"uid":"41de507d6daebcb5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/41de507d6daebcb5","status":"passed","time":{"start":1706525242382,"stop":1706525242382,"duration":0}},{"uid":"71f637357efe0566","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/71f637357efe0566","status":"passed","time":{"start":1706467906891,"stop":1706467906892,"duration":1}},{"uid":"48d3c758476efd56","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/48d3c758476efd56","status":"passed","time":{"start":1706323273289,"stop":1706323273289,"duration":0}},{"uid":"abc3dc8e77860579","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/abc3dc8e77860579","status":"passed","time":{"start":1706321575893,"stop":1706321575894,"duration":1}},{"uid":"177648d9229bb847","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/177648d9229bb847","status":"passed","time":{"start":1706115384059,"stop":1706115384060,"duration":1}},{"uid":"d4613d15712956f5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d4613d15712956f5","status":"passed","time":{"start":1706114521956,"stop":1706114521957,"duration":1}},{"uid":"277888f6f72f72c9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/277888f6f72f72c9","status":"passed","time":{"start":1706112015267,"stop":1706112015267,"duration":0}},{"uid":"99f98050c4e9422a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/99f98050c4e9422a","status":"passed","time":{"start":1706111693410,"stop":1706111693411,"duration":1}},{"uid":"43db10a4f57c75a6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/43db10a4f57c75a6","status":"passed","time":{"start":1706109609748,"stop":1706109609748,"duration":0}},{"uid":"e43a709bc283cc91","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e43a709bc283cc91","status":"passed","time":{"start":1706103393464,"stop":1706103393468,"duration":4}},{"uid":"2fbf21ccdd78593e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2fbf21ccdd78593e","status":"passed","time":{"start":1706103153322,"stop":1706103153322,"duration":0}},{"uid":"e06b434847906278","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e06b434847906278","status":"passed","time":{"start":1706102507032,"stop":1706102507033,"duration":1}},{"uid":"4d4cfc072f38d680","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4d4cfc072f38d680","status":"passed","time":{"start":1706102385196,"stop":1706102385197,"duration":1}}]},"3b803628466d666ae150388d26d2a67f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7fbdf27392fc004","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/e7fbdf27392fc004","status":"passed","time":{"start":1705582552678,"stop":1705582552679,"duration":1}}]},"cda4c24f7771ff058fe4cbfbdb7656d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"7c2482f3297859f6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7c2482f3297859f6","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244702142,"stop":1706244702143,"duration":1}},{"uid":"9f61750736bb24d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9f61750736bb24d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242266934,"stop":1706242266934,"duration":0}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"473dc6cd17ed934d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/473dc6cd17ed934d","status":"passed","time":{"start":1706528752633,"stop":1706528752633,"duration":0}},{"uid":"7e5a140ff3c4eede","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7e5a140ff3c4eede","status":"passed","time":{"start":1706527721485,"stop":1706527721486,"duration":1}},{"uid":"8882ed167fc4d3a1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8882ed167fc4d3a1","status":"passed","time":{"start":1706526736331,"stop":1706526736331,"duration":0}},{"uid":"7d599b23289f7abe","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7d599b23289f7abe","status":"passed","time":{"start":1706526433123,"stop":1706526433123,"duration":0}},{"uid":"5164a3e35ef1a4e4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5164a3e35ef1a4e4","status":"passed","time":{"start":1706526338334,"stop":1706526338334,"duration":0}},{"uid":"dadde0cf0c23c933","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dadde0cf0c23c933","status":"passed","time":{"start":1706525767352,"stop":1706525767352,"duration":0}},{"uid":"b2e91f314a29fa80","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b2e91f314a29fa80","status":"passed","time":{"start":1706525234335,"stop":1706525234335,"duration":0}},{"uid":"735cb0cc3eac1142","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/735cb0cc3eac1142","status":"passed","time":{"start":1706524795501,"stop":1706524795502,"duration":1}},{"uid":"f3eb36cce2e2416d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f3eb36cce2e2416d","status":"passed","time":{"start":1706467489460,"stop":1706467489460,"duration":0}},{"uid":"791bb700946f5468","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/791bb700946f5468","status":"passed","time":{"start":1706322842266,"stop":1706322842266,"duration":0}},{"uid":"279bcf1f3b0b443f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/279bcf1f3b0b443f","status":"passed","time":{"start":1706321155288,"stop":1706321155289,"duration":1}},{"uid":"486cca7104137e0e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/486cca7104137e0e","status":"passed","time":{"start":1706244671451,"stop":1706244671451,"duration":0}},{"uid":"9db3147a92e06107","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9db3147a92e06107","status":"passed","time":{"start":1706242239783,"stop":1706242239783,"duration":0}},{"uid":"61ffbe8d563caf71","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/61ffbe8d563caf71","status":"passed","time":{"start":1706114928163,"stop":1706114928163,"duration":0}},{"uid":"af02eba0813c0ccb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/af02eba0813c0ccb","status":"passed","time":{"start":1706114098851,"stop":1706114098852,"duration":1}},{"uid":"624c371021410cbd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/624c371021410cbd","status":"passed","time":{"start":1706111573575,"stop":1706111573575,"duration":0}},{"uid":"30dab21e9a69360d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/30dab21e9a69360d","status":"passed","time":{"start":1706111263117,"stop":1706111263117,"duration":0}},{"uid":"fe7eb204973b311a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fe7eb204973b311a","status":"passed","time":{"start":1706109165548,"stop":1706109165548,"duration":0}},{"uid":"80fc6fc1cd3f0083","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/80fc6fc1cd3f0083","status":"passed","time":{"start":1706102983598,"stop":1706102983598,"duration":0}},{"uid":"8fa180a7bd01c37f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8fa180a7bd01c37f","status":"passed","time":{"start":1706102723314,"stop":1706102723314,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"6f64ab81925047ee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f64ab81925047ee","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0}},{"uid":"253c13e403d10e40","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/253c13e403d10e40","status":"passed","time":{"start":1706528357073,"stop":1706528357073,"duration":0}},{"uid":"4624bb590870e53b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4624bb590870e53b","status":"passed","time":{"start":1706527326685,"stop":1706527326685,"duration":0}},{"uid":"ba70acdc189aa8e4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ba70acdc189aa8e4","status":"passed","time":{"start":1706527049789,"stop":1706527049789,"duration":0}},{"uid":"754826960a666287","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/754826960a666287","status":"passed","time":{"start":1706526961434,"stop":1706526961434,"duration":0}},{"uid":"6653c60ca6f25232","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6653c60ca6f25232","status":"passed","time":{"start":1706526404272,"stop":1706526404272,"duration":0}},{"uid":"8b9d1f945f479972","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8b9d1f945f479972","status":"passed","time":{"start":1706525849948,"stop":1706525849949,"duration":1}},{"uid":"b4389d1d1aa96d9b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b4389d1d1aa96d9b","status":"passed","time":{"start":1706525432941,"stop":1706525432941,"duration":0}},{"uid":"5d39861b65df450a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5d39861b65df450a","status":"passed","time":{"start":1706468114340,"stop":1706468114340,"duration":0}},{"uid":"8e29b6bafd65df9c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8e29b6bafd65df9c","status":"passed","time":{"start":1706323469641,"stop":1706323469641,"duration":0}},{"uid":"e1c832ba582d9fda","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e1c832ba582d9fda","status":"passed","time":{"start":1706321771782,"stop":1706321771783,"duration":1}},{"uid":"627394a4006f1dd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/627394a4006f1dd","status":"passed","time":{"start":1706115542390,"stop":1706115542390,"duration":0}},{"uid":"be8ce11683015cce","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/be8ce11683015cce","status":"passed","time":{"start":1706114725912,"stop":1706114725912,"duration":0}},{"uid":"5575788a07f39ad","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5575788a07f39ad","status":"passed","time":{"start":1706112199256,"stop":1706112199256,"duration":0}},{"uid":"921be81386c5b9ef","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/921be81386c5b9ef","status":"passed","time":{"start":1706111893729,"stop":1706111893729,"duration":0}},{"uid":"f6bf55d56c2715ac","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f6bf55d56c2715ac","status":"passed","time":{"start":1706109796546,"stop":1706109796547,"duration":1}},{"uid":"ae1b753517e7436f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ae1b753517e7436f","status":"passed","time":{"start":1706103557145,"stop":1706103557146,"duration":1}},{"uid":"e7de9867febac03b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e7de9867febac03b","status":"passed","time":{"start":1706103365795,"stop":1706103365796,"duration":1}},{"uid":"1fec69b3130e5095","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1fec69b3130e5095","status":"passed","time":{"start":1706102701043,"stop":1706102701043,"duration":0}},{"uid":"2d8b17be8a0fcf49","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2d8b17be8a0fcf49","status":"passed","time":{"start":1706102579551,"stop":1706102579551,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"81eb52f2c986da05","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/81eb52f2c986da05","status":"passed","time":{"start":1706529333279,"stop":1706529333280,"duration":1}},{"uid":"969a54bb66fc377a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/969a54bb66fc377a","status":"passed","time":{"start":1706528290494,"stop":1706528290495,"duration":1}},{"uid":"d700be919852da08","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d700be919852da08","status":"passed","time":{"start":1706527264374,"stop":1706527264376,"duration":2}},{"uid":"b87343ea4f2dd250","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b87343ea4f2dd250","status":"passed","time":{"start":1706526976787,"stop":1706526976787,"duration":0}},{"uid":"5a7a919904adc91b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5a7a919904adc91b","status":"passed","time":{"start":1706526885816,"stop":1706526885816,"duration":0}},{"uid":"d9901381652415d8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d9901381652415d8","status":"passed","time":{"start":1706526330114,"stop":1706526330115,"duration":1}},{"uid":"8c935a5c9cc2c4eb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8c935a5c9cc2c4eb","status":"passed","time":{"start":1706525780741,"stop":1706525780742,"duration":1}},{"uid":"97cff9d9e1907644","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/97cff9d9e1907644","status":"passed","time":{"start":1706525359512,"stop":1706525359513,"duration":1}},{"uid":"8714ee02addc32d6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8714ee02addc32d6","status":"passed","time":{"start":1706468042653,"stop":1706468042654,"duration":1}},{"uid":"a4488b35c3526570","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a4488b35c3526570","status":"passed","time":{"start":1706323386948,"stop":1706323386949,"duration":1}},{"uid":"422cf08f44fe8b4d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/422cf08f44fe8b4d","status":"passed","time":{"start":1706321713110,"stop":1706321713112,"duration":2}},{"uid":"f92339e5ae5f8fbb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f92339e5ae5f8fbb","status":"passed","time":{"start":1706115482635,"stop":1706115482636,"duration":1}},{"uid":"9dbaa46a689b8b21","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9dbaa46a689b8b21","status":"passed","time":{"start":1706114635447,"stop":1706114635448,"duration":1}},{"uid":"e6935cf4589202f7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e6935cf4589202f7","status":"passed","time":{"start":1706112127577,"stop":1706112127578,"duration":1}},{"uid":"c884238ed756521e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c884238ed756521e","status":"passed","time":{"start":1706111809291,"stop":1706111809292,"duration":1}},{"uid":"21d3084acfa90df0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/21d3084acfa90df0","status":"passed","time":{"start":1706109719548,"stop":1706109719548,"duration":0}},{"uid":"48e25a6486c2cf48","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/48e25a6486c2cf48","status":"passed","time":{"start":1706103518443,"stop":1706103518443,"duration":0}},{"uid":"d46835393dc98ad0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d46835393dc98ad0","status":"passed","time":{"start":1706103305183,"stop":1706103305183,"duration":0}},{"uid":"235e6f6636422da","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/235e6f6636422da","status":"passed","time":{"start":1706102626868,"stop":1706102626868,"duration":0}},{"uid":"890bce02e19fbf27","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/890bce02e19fbf27","status":"passed","time":{"start":1706102491913,"stop":1706102491914,"duration":1}}]},"f4d1cc7819e8c581b3a913b790a4da9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"4e3f98bc77b7d224","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/4e3f98bc77b7d224","status":"passed","time":{"start":1705520774318,"stop":1705520774319,"duration":1}},{"uid":"42270a3922e0b33d","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/42270a3922e0b33d","status":"passed","time":{"start":1705518144856,"stop":1705518144857,"duration":1}},{"uid":"bf3397ea1131cb9d","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/bf3397ea1131cb9d","status":"passed","time":{"start":1705518037872,"stop":1705518037872,"duration":0}},{"uid":"33c04cf401f73e4a","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/33c04cf401f73e4a","status":"passed","time":{"start":1705517919612,"stop":1705517919612,"duration":0}},{"uid":"61114bf386c567da","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/61114bf386c567da","status":"passed","time":{"start":1705508581664,"stop":1705508581664,"duration":0}},{"uid":"4258cd532cd1b74f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/4258cd532cd1b74f","status":"passed","time":{"start":1705506417942,"stop":1705506417944,"duration":2}},{"uid":"68b898fb9c30f1c4","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/68b898fb9c30f1c4","status":"passed","time":{"start":1705502873028,"stop":1705502873030,"duration":2}},{"uid":"e06bfef0ed28949e","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e06bfef0ed28949e","status":"passed","time":{"start":1705502411172,"stop":1705502411173,"duration":1}},{"uid":"cce90ce82ac4470b","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/cce90ce82ac4470b","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494913006,"stop":1705494913006,"duration":0}},{"uid":"56dc7afb7fb17868","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/56dc7afb7fb17868","status":"passed","time":{"start":1705494867094,"stop":1705494867094,"duration":0}},{"uid":"74088a8cbf88d70f","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/74088a8cbf88d70f","status":"passed","time":{"start":1705494827836,"stop":1705494827837,"duration":1}},{"uid":"8384ec01a5f5b1d6","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8384ec01a5f5b1d6","status":"passed","time":{"start":1705493385862,"stop":1705493385863,"duration":1}},{"uid":"d07befdb7cd748fa","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/d07befdb7cd748fa","status":"passed","time":{"start":1705493356817,"stop":1705493356817,"duration":0}},{"uid":"fa380ca3a7a3c2c7","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/fa380ca3a7a3c2c7","status":"passed","time":{"start":1705485181321,"stop":1705485181321,"duration":0}},{"uid":"f44103009ea5a733","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/f44103009ea5a733","status":"passed","time":{"start":1705485039008,"stop":1705485039008,"duration":0}},{"uid":"649711c793fcbbe0","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/649711c793fcbbe0","status":"passed","time":{"start":1705484288887,"stop":1705484288888,"duration":1}},{"uid":"f0f1ac1104aff4d8","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/f0f1ac1104aff4d8","status":"passed","time":{"start":1705469804328,"stop":1705469804329,"duration":1}},{"uid":"a70b73d39a54e92f","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/a70b73d39a54e92f","status":"passed","time":{"start":1705466868863,"stop":1705466868863,"duration":0}},{"uid":"25e7335c690ac710","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/25e7335c690ac710","status":"passed","time":{"start":1705435336417,"stop":1705435336417,"duration":0}},{"uid":"d8ec948332b50bd","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/d8ec948332b50bd","status":"passed","time":{"start":1705434797360,"stop":1705434797361,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"d24998a3a2b1b4f3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d24998a3a2b1b4f3","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"duration":0}},{"uid":"782a340696a96be2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/782a340696a96be2","status":"passed","time":{"start":1706528357108,"stop":1706528357108,"duration":0}},{"uid":"2752e3cd4cd49759","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2752e3cd4cd49759","status":"passed","time":{"start":1706527326696,"stop":1706527326696,"duration":0}},{"uid":"e80c430349ca4b76","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e80c430349ca4b76","status":"passed","time":{"start":1706527049799,"stop":1706527049799,"duration":0}},{"uid":"7b902d274b79279b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7b902d274b79279b","status":"passed","time":{"start":1706526961447,"stop":1706526961447,"duration":0}},{"uid":"bcbd18b10fb149f6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bcbd18b10fb149f6","status":"passed","time":{"start":1706526404285,"stop":1706526404285,"duration":0}},{"uid":"c5b32b4fe11386e9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c5b32b4fe11386e9","status":"passed","time":{"start":1706525849961,"stop":1706525849961,"duration":0}},{"uid":"b84111ea874db2cf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b84111ea874db2cf","status":"passed","time":{"start":1706525432952,"stop":1706525432952,"duration":0}},{"uid":"add8d346e9345d67","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/add8d346e9345d67","status":"passed","time":{"start":1706468114352,"stop":1706468114353,"duration":1}},{"uid":"7b073d676cf998ee","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7b073d676cf998ee","status":"passed","time":{"start":1706323469654,"stop":1706323469654,"duration":0}},{"uid":"5de523bf83330bf9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5de523bf83330bf9","status":"passed","time":{"start":1706321771795,"stop":1706321771795,"duration":0}},{"uid":"4cccedaf651ecb8c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4cccedaf651ecb8c","status":"passed","time":{"start":1706115542400,"stop":1706115542400,"duration":0}},{"uid":"282b9b80dd27af5e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/282b9b80dd27af5e","status":"passed","time":{"start":1706114725922,"stop":1706114725923,"duration":1}},{"uid":"17b2a9a4128c02c0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/17b2a9a4128c02c0","status":"passed","time":{"start":1706112199269,"stop":1706112199269,"duration":0}},{"uid":"8ee6ddf069c93589","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8ee6ddf069c93589","status":"passed","time":{"start":1706111893741,"stop":1706111893741,"duration":0}},{"uid":"7ef55cce48be689b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7ef55cce48be689b","status":"passed","time":{"start":1706109796556,"stop":1706109796556,"duration":0}},{"uid":"ded8f5d8ec43f565","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ded8f5d8ec43f565","status":"passed","time":{"start":1706103557157,"stop":1706103557157,"duration":0}},{"uid":"dae811925c6035a0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dae811925c6035a0","status":"passed","time":{"start":1706103365809,"stop":1706103365809,"duration":0}},{"uid":"af29e7b642362e79","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/af29e7b642362e79","status":"passed","time":{"start":1706102701054,"stop":1706102701054,"duration":0}},{"uid":"644c505e9ebba19","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/644c505e9ebba19","status":"passed","time":{"start":1706102579562,"stop":1706102579562,"duration":0}}]},"4f27331b812e5a5169aa811a6779f5e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"7cf7046f63312c5d","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/7cf7046f63312c5d","status":"passed","time":{"start":1705520842605,"stop":1705520842605,"duration":0}},{"uid":"a18731e1cd8b910a","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a18731e1cd8b910a","status":"passed","time":{"start":1705518211226,"stop":1705518211226,"duration":0}},{"uid":"da3d9e2fb3338045","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/da3d9e2fb3338045","status":"passed","time":{"start":1705518105993,"stop":1705518105993,"duration":0}},{"uid":"9c80a4073196f2d6","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9c80a4073196f2d6","status":"passed","time":{"start":1705517988193,"stop":1705517988194,"duration":1}},{"uid":"c2f4248131c894d1","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/c2f4248131c894d1","status":"passed","time":{"start":1705508655526,"stop":1705508655528,"duration":2}},{"uid":"496119a7375ef896","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/496119a7375ef896","status":"passed","time":{"start":1705506482101,"stop":1705506482101,"duration":0}},{"uid":"f8b1ae6629e2a264","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f8b1ae6629e2a264","status":"passed","time":{"start":1705502939557,"stop":1705502939557,"duration":0}},{"uid":"d9e5c9ff9b29b790","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/d9e5c9ff9b29b790","status":"passed","time":{"start":1705502479559,"stop":1705502479559,"duration":0}},{"uid":"2127d955468d2a0a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/2127d955468d2a0a","status":"passed","time":{"start":1705494937949,"stop":1705494937949,"duration":0}},{"uid":"9f09142eccc820d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9f09142eccc820d","status":"passed","time":{"start":1705494940964,"stop":1705494940964,"duration":0}},{"uid":"2a85f7f5a0a661ed","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/2a85f7f5a0a661ed","status":"passed","time":{"start":1705494895043,"stop":1705494895043,"duration":0}},{"uid":"4a9b225c8619229f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/4a9b225c8619229f","status":"passed","time":{"start":1705493464932,"stop":1705493464932,"duration":0}},{"uid":"7c0fc7b58f2d449","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/7c0fc7b58f2d449","status":"passed","time":{"start":1705493422440,"stop":1705493422440,"duration":0}},{"uid":"aed281538ca6e85a","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/aed281538ca6e85a","status":"passed","time":{"start":1705485250492,"stop":1705485250492,"duration":0}},{"uid":"3ff7757384589575","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/3ff7757384589575","status":"passed","time":{"start":1705485112225,"stop":1705485112225,"duration":0}},{"uid":"9e37ae9569301ae3","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/9e37ae9569301ae3","status":"passed","time":{"start":1705484354904,"stop":1705484354904,"duration":0}},{"uid":"ad2e4e7a5007f686","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/ad2e4e7a5007f686","status":"passed","time":{"start":1705469872231,"stop":1705469872232,"duration":1}},{"uid":"bf4c41b16871ace9","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/bf4c41b16871ace9","status":"passed","time":{"start":1705466939045,"stop":1705466939046,"duration":1}},{"uid":"960a47b70223ee34","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/960a47b70223ee34","status":"passed","time":{"start":1705435403988,"stop":1705435403989,"duration":1}},{"uid":"3011c0a03128cef7","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/3011c0a03128cef7","status":"passed","time":{"start":1705434864623,"stop":1705434864623,"duration":0}}]},"4e05e10a11b06df4bddc613dd3e530a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efbc06bbed20d23e","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/efbc06bbed20d23e","status":"passed","time":{"start":1705584415067,"stop":1705584415067,"duration":0}}]},"225c28e6c4097f7f1fc8abb1657fccaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd42b8e648c26c7","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/cd42b8e648c26c7","status":"passed","time":{"start":1705665894591,"stop":1705665894591,"duration":0}}]},"ea4a624d1d971ca205e256d04a966910:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"228b088a8bc22b3e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/228b088a8bc22b3e","status":"passed","time":{"start":1706114706818,"stop":1706114706818,"duration":0}}]},"0c2255ed1918321534e4341398ec2195:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"211211f43518d9d1","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/211211f43518d9d1","status":"passed","time":{"start":1705426256778,"stop":1705426256778,"duration":0}}]},"7f3cc3f40b0aa8818e80d3ea665f4990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9590f4932c827f9c","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/9590f4932c827f9c","status":"passed","time":{"start":1705677403697,"stop":1705677403697,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"c97675192654e9bc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c97675192654e9bc","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"duration":0}},{"uid":"e596de4ce85bfc7e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e596de4ce85bfc7e","status":"passed","time":{"start":1706528357085,"stop":1706528357085,"duration":0}},{"uid":"272db48cd88f00b8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/272db48cd88f00b8","status":"passed","time":{"start":1706527326689,"stop":1706527326690,"duration":1}},{"uid":"a8a59c38df6aa05f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a8a59c38df6aa05f","status":"passed","time":{"start":1706527049794,"stop":1706527049794,"duration":0}},{"uid":"ae7f00d9a0279d9d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ae7f00d9a0279d9d","status":"passed","time":{"start":1706526961439,"stop":1706526961439,"duration":0}},{"uid":"839bc05fb073a5fd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/839bc05fb073a5fd","status":"passed","time":{"start":1706526404278,"stop":1706526404278,"duration":0}},{"uid":"7831a41d33cb6d2e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7831a41d33cb6d2e","status":"passed","time":{"start":1706525849953,"stop":1706525849954,"duration":1}},{"uid":"5c7c6ec0db720ba9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5c7c6ec0db720ba9","status":"passed","time":{"start":1706525432945,"stop":1706525432945,"duration":0}},{"uid":"426c64f81b9799a1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/426c64f81b9799a1","status":"passed","time":{"start":1706468114345,"stop":1706468114345,"duration":0}},{"uid":"785d9af346366b7f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/785d9af346366b7f","status":"passed","time":{"start":1706323469646,"stop":1706323469647,"duration":1}},{"uid":"185832c0016d3818","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/185832c0016d3818","status":"passed","time":{"start":1706321771788,"stop":1706321771788,"duration":0}},{"uid":"dea222e6cb514301","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/dea222e6cb514301","status":"passed","time":{"start":1706115542394,"stop":1706115542394,"duration":0}},{"uid":"6c03a3a386263217","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6c03a3a386263217","status":"passed","time":{"start":1706114725917,"stop":1706114725917,"duration":0}},{"uid":"ec8d841576c67a29","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ec8d841576c67a29","status":"passed","time":{"start":1706112199262,"stop":1706112199262,"duration":0}},{"uid":"67e7576bcb83dcc1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/67e7576bcb83dcc1","status":"passed","time":{"start":1706111893734,"stop":1706111893734,"duration":0}},{"uid":"5d80b0934e4cf57c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5d80b0934e4cf57c","status":"passed","time":{"start":1706109796550,"stop":1706109796551,"duration":1}},{"uid":"14cc4147ce1d15f9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/14cc4147ce1d15f9","status":"passed","time":{"start":1706103557151,"stop":1706103557151,"duration":0}},{"uid":"d2b551862e0be407","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d2b551862e0be407","status":"passed","time":{"start":1706103365801,"stop":1706103365801,"duration":0}},{"uid":"1d3e0af58724b012","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1d3e0af58724b012","status":"passed","time":{"start":1706102701048,"stop":1706102701048,"duration":0}},{"uid":"9ef5bb07e12c870e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9ef5bb07e12c870e","status":"passed","time":{"start":1706102579556,"stop":1706102579556,"duration":0}}]},"0ec7a14849c9d65490fdd5a9ce88af20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f73fbb516f0fa740","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/f73fbb516f0fa740","status":"passed","time":{"start":1706101654457,"stop":1706101654458,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"8b228aa1ec2e1c74","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8b228aa1ec2e1c74","status":"passed","time":{"start":1706529297074,"stop":1706529297074,"duration":0}},{"uid":"df91592de9157b67","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/df91592de9157b67","status":"passed","time":{"start":1706528272359,"stop":1706528272359,"duration":0}},{"uid":"d2c9974ba94661e6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d2c9974ba94661e6","status":"passed","time":{"start":1706527215980,"stop":1706527215981,"duration":1}},{"uid":"8516aa5857291e1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8516aa5857291e1","status":"passed","time":{"start":1706526930057,"stop":1706526930057,"duration":0}},{"uid":"8bd2b69097651470","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8bd2b69097651470","status":"passed","time":{"start":1706526828480,"stop":1706526828480,"duration":0}},{"uid":"b01fb2ff0fe2b573","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b01fb2ff0fe2b573","status":"passed","time":{"start":1706526253883,"stop":1706526253883,"duration":0}},{"uid":"fb0209249b9cbf93","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fb0209249b9cbf93","status":"passed","time":{"start":1706525716609,"stop":1706525716609,"duration":0}},{"uid":"488c05a070d47da","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/488c05a070d47da","status":"passed","time":{"start":1706525305324,"stop":1706525305324,"duration":0}},{"uid":"bc1668f448b8bcef","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bc1668f448b8bcef","status":"passed","time":{"start":1706467969855,"stop":1706467969855,"duration":0}},{"uid":"b532c4878772c7a1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b532c4878772c7a1","status":"passed","time":{"start":1706323337220,"stop":1706323337221,"duration":1}},{"uid":"3a396755c3f2810e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3a396755c3f2810e","status":"passed","time":{"start":1706321555211,"stop":1706321555211,"duration":0}},{"uid":"e967357eb0b2cf82","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e967357eb0b2cf82","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927233,"stop":1706244927234,"duration":1}},{"uid":"a03daa501866a9b8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/a03daa501866a9b8","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486053,"stop":1706242486054,"duration":1}},{"uid":"aedab3a3dea4c4e7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/aedab3a3dea4c4e7","status":"passed","time":{"start":1706115454686,"stop":1706115454687,"duration":1}},{"uid":"3ebad16c94372473","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3ebad16c94372473","status":"passed","time":{"start":1706114588210,"stop":1706114588211,"duration":1}},{"uid":"4d52fed2636adf34","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4d52fed2636adf34","status":"passed","time":{"start":1706112067731,"stop":1706112067732,"duration":1}},{"uid":"9b53d2cac2de80e8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9b53d2cac2de80e8","status":"passed","time":{"start":1706111759507,"stop":1706111759507,"duration":0}},{"uid":"d3661ee503a08ed1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d3661ee503a08ed1","status":"passed","time":{"start":1706109683580,"stop":1706109683581,"duration":1}},{"uid":"2dc633ac3c48d9ad","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2dc633ac3c48d9ad","status":"passed","time":{"start":1706103380777,"stop":1706103380777,"duration":0}},{"uid":"468dff95da34ebf2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/468dff95da34ebf2","status":"passed","time":{"start":1706103218564,"stop":1706103218564,"duration":0}}]},"717fbb80723edcba2c4f6bb40063c42e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41515e75f15ebe12","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/41515e75f15ebe12","status":"passed","time":{"start":1705518484215,"stop":1705518484217,"duration":2}}]},"797789fd66ead03764c9b1618b5e0794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8664871456042625","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/8664871456042625","status":"passed","time":{"start":1705577379287,"stop":1705577379287,"duration":0}}]},"3d4dace6c79bc736e1c26a80a62d3c88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":36,"unknown":0,"total":37},"items":[{"uid":"c3a05342bbdaa0f1","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/c3a05342bbdaa0f1","status":"passed","time":{"start":1705518209000,"stop":1705518209000,"duration":0}},{"uid":"142d499cda945553","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/142d499cda945553","status":"passed","time":{"start":1705518112865,"stop":1705518112865,"duration":0}},{"uid":"d251e3d415eca763","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d251e3d415eca763","status":"passed","time":{"start":1705517988395,"stop":1705517988395,"duration":0}},{"uid":"2f86f232f11b2700","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/2f86f232f11b2700","status":"passed","time":{"start":1705508651536,"stop":1705508651536,"duration":0}},{"uid":"1c139205f0744372","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/1c139205f0744372","status":"passed","time":{"start":1705506479155,"stop":1705506479155,"duration":0}},{"uid":"f410ad48f6ef60ad","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f410ad48f6ef60ad","status":"passed","time":{"start":1705502938690,"stop":1705502938690,"duration":0}},{"uid":"c120a6e0b8d15a53","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/c120a6e0b8d15a53","status":"passed","time":{"start":1705502478112,"stop":1705502478112,"duration":0}},{"uid":"1d542ceedf6951ce","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1d542ceedf6951ce","status":"passed","time":{"start":1705494884685,"stop":1705494884685,"duration":0}},{"uid":"157f397a83748f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/157f397a83748f","status":"passed","time":{"start":1705494937613,"stop":1705494937614,"duration":1}},{"uid":"3e02a86880533338","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/3e02a86880533338","status":"passed","time":{"start":1705494894100,"stop":1705494894101,"duration":1}},{"uid":"23c7378d6ae984c9","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/23c7378d6ae984c9","status":"passed","time":{"start":1705493458485,"stop":1705493458485,"duration":0}},{"uid":"783ae03e80086f1","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/783ae03e80086f1","status":"passed","time":{"start":1705493421105,"stop":1705493421106,"duration":1}},{"uid":"3e1327798f493870","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/3e1327798f493870","status":"passed","time":{"start":1705485246699,"stop":1705485246700,"duration":1}},{"uid":"20d60fc8d8a37ef","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/20d60fc8d8a37ef","status":"passed","time":{"start":1705485106626,"stop":1705485106627,"duration":1}},{"uid":"1d1fada5bdbad870","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1d1fada5bdbad870","status":"passed","time":{"start":1705484353092,"stop":1705484353100,"duration":8}},{"uid":"6e67bb271134d85d","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/6e67bb271134d85d","status":"passed","time":{"start":1705469867103,"stop":1705469867103,"duration":0}},{"uid":"3254297b4746dab7","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/3254297b4746dab7","status":"passed","time":{"start":1705466933271,"stop":1705466933275,"duration":4}},{"uid":"35fa2d85cbf7af8c","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/35fa2d85cbf7af8c","status":"passed","time":{"start":1705435401902,"stop":1705435401903,"duration":1}},{"uid":"f5d2643d327a984b","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/f5d2643d327a984b","status":"passed","time":{"start":1705434866488,"stop":1705434866488,"duration":0}},{"uid":"c3450e3f9073b723","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/c3450e3f9073b723","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433200745,"stop":1705433200745,"duration":0}}]},"fb80b63550175167f66d6ad20e667186:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f189c67157f3c5a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1f189c67157f3c5a","status":"passed","time":{"start":1706525226783,"stop":1706525226785,"duration":2}}]},"b5e2e7e2504c43d08bf5f16bb04ca7d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fecbd56d683582e8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fecbd56d683582e8","status":"passed","time":{"start":1706468084983,"stop":1706468084983,"duration":0}}]},"37add3b5552a971593608b2d4abda8a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"5b90655395c75b97","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/5b90655395c75b97","status":"passed","time":{"start":1705521140306,"stop":1705521140306,"duration":0}},{"uid":"47781485f4a7413b","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/47781485f4a7413b","status":"passed","time":{"start":1705520883421,"stop":1705520883421,"duration":0}},{"uid":"beb7d23e27c42180","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/beb7d23e27c42180","status":"passed","time":{"start":1705520300894,"stop":1705520300894,"duration":0}},{"uid":"720d301c99b6fbf9","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/720d301c99b6fbf9","status":"passed","time":{"start":1705518525967,"stop":1705518525967,"duration":0}},{"uid":"1ad78f0eab89554d","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/1ad78f0eab89554d","status":"passed","time":{"start":1705518246813,"stop":1705518246813,"duration":0}},{"uid":"2544a002ee249ac7","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/2544a002ee249ac7","status":"passed","time":{"start":1705518140990,"stop":1705518140991,"duration":1}},{"uid":"c4e7d7219872e878","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c4e7d7219872e878","status":"passed","time":{"start":1705518032430,"stop":1705518032431,"duration":1}},{"uid":"b90d61d589a6482","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/b90d61d589a6482","status":"passed","time":{"start":1705508700816,"stop":1705508700817,"duration":1}},{"uid":"e27763458db012a5","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/e27763458db012a5","status":"passed","time":{"start":1705506512663,"stop":1705506512663,"duration":0}},{"uid":"54ea1e7f6c924fa7","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/54ea1e7f6c924fa7","status":"passed","time":{"start":1705502966521,"stop":1705502966521,"duration":0}},{"uid":"c964dc1c11b2630c","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c964dc1c11b2630c","status":"passed","time":{"start":1705502370732,"stop":1705502370733,"duration":1}},{"uid":"dee9f802220d5d84","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/dee9f802220d5d84","status":"passed","time":{"start":1705502517777,"stop":1705502517777,"duration":0}},{"uid":"a2874c52330dca48","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/a2874c52330dca48","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321702,"stop":1705495321702,"duration":0}},{"uid":"7f43a4376ad7e29","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/7f43a4376ad7e29","status":"passed","time":{"start":1705494975698,"stop":1705494975698,"duration":0}},{"uid":"8dc86ae7942fe88b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/8dc86ae7942fe88b","status":"passed","time":{"start":1705494930764,"stop":1705494930764,"duration":0}},{"uid":"91f3d50c02f40329","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/91f3d50c02f40329","status":"passed","time":{"start":1705493496376,"stop":1705493496376,"duration":0}},{"uid":"aa5677eb68d2021","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/aa5677eb68d2021","status":"passed","time":{"start":1705493451255,"stop":1705493451256,"duration":1}},{"uid":"2baad47a9c9ed1f9","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/2baad47a9c9ed1f9","status":"passed","time":{"start":1705485279309,"stop":1705485279309,"duration":0}},{"uid":"2a8461600bb992cf","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/2a8461600bb992cf","status":"passed","time":{"start":1705485136812,"stop":1705485136812,"duration":0}},{"uid":"e395a7192a995c36","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e395a7192a995c36","status":"passed","time":{"start":1705484392939,"stop":1705484392939,"duration":0}}]},"6b8b863bb0fd66b578eca17ef1eeead6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23fd7ce5b434cf8b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/23fd7ce5b434cf8b","status":"passed","time":{"start":1706100510907,"stop":1706100510907,"duration":0}}]},"524a2b17dc1fefe3418551cba5603720:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b528bb7303456efd","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/b528bb7303456efd","status":"passed","time":{"start":1705517992080,"stop":1705517992080,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"31a02ffb227575c1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/31a02ffb227575c1","status":"passed","time":{"start":1706528965679,"stop":1706528965680,"duration":1}},{"uid":"5f407df6999c8805","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5f407df6999c8805","status":"passed","time":{"start":1706527923874,"stop":1706527923875,"duration":1}},{"uid":"e8880f6d2ee8cb86","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e8880f6d2ee8cb86","status":"passed","time":{"start":1706526930851,"stop":1706526930852,"duration":1}},{"uid":"47f600d7ff3dc98d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/47f600d7ff3dc98d","status":"passed","time":{"start":1706526632077,"stop":1706526632080,"duration":3}},{"uid":"de0b52058a332f48","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/de0b52058a332f48","status":"passed","time":{"start":1706526534073,"stop":1706526534074,"duration":1}},{"uid":"62c60178ce08b94b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/62c60178ce08b94b","status":"passed","time":{"start":1706525958162,"stop":1706525958163,"duration":1}},{"uid":"26489eacfa1499c8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/26489eacfa1499c8","status":"passed","time":{"start":1706525436700,"stop":1706525436705,"duration":5}},{"uid":"fda6a9434dc46d2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fda6a9434dc46d2","status":"passed","time":{"start":1706524982423,"stop":1706524982423,"duration":0}},{"uid":"96612273d5b86a4b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/96612273d5b86a4b","status":"passed","time":{"start":1706467678796,"stop":1706467678797,"duration":1}},{"uid":"a0b879026677cc5d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a0b879026677cc5d","status":"passed","time":{"start":1706323040462,"stop":1706323040462,"duration":0}},{"uid":"745275841ec2cc16","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/745275841ec2cc16","status":"passed","time":{"start":1706321353341,"stop":1706321353342,"duration":1}},{"uid":"c570231033540df0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c570231033540df0","status":"passed","time":{"start":1706114292348,"stop":1706114292375,"duration":27}},{"uid":"d0981a908ab79965","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d0981a908ab79965","status":"passed","time":{"start":1706111780331,"stop":1706111780331,"duration":0}},{"uid":"3837a3d56dff6f3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3837a3d56dff6f3","status":"passed","time":{"start":1706111464014,"stop":1706111464017,"duration":3}},{"uid":"6898a554a6b5c278","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6898a554a6b5c278","status":"passed","time":{"start":1706109370848,"stop":1706109370848,"duration":0}},{"uid":"d9b0f5ef201b311a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d9b0f5ef201b311a","status":"passed","time":{"start":1706103179167,"stop":1706103179169,"duration":2}},{"uid":"f46e89203fa71629","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f46e89203fa71629","status":"passed","time":{"start":1706102925536,"stop":1706102925538,"duration":2}},{"uid":"f5e0d1aa46e02ebb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f5e0d1aa46e02ebb","status":"passed","time":{"start":1706102273658,"stop":1706102273658,"duration":0}},{"uid":"89448bef132dec2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/89448bef132dec2","status":"passed","time":{"start":1706102152977,"stop":1706102152978,"duration":1}},{"uid":"8c8dff115ef9e5a5","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/8c8dff115ef9e5a5","status":"passed","time":{"start":1706101976576,"stop":1706101976577,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"7da9f33112f73e58","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7da9f33112f73e58","status":"passed","time":{"start":1706528799364,"stop":1706528799364,"duration":0}},{"uid":"9d1e054da7fbd8cc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9d1e054da7fbd8cc","status":"passed","time":{"start":1706527766129,"stop":1706527766129,"duration":0}},{"uid":"a210751aeb4200eb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a210751aeb4200eb","status":"passed","time":{"start":1706526777540,"stop":1706526777540,"duration":0}},{"uid":"dc54d884cad1596","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dc54d884cad1596","status":"passed","time":{"start":1706526475635,"stop":1706526475636,"duration":1}},{"uid":"ce748eaccb40a30c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ce748eaccb40a30c","status":"passed","time":{"start":1706526379291,"stop":1706526379292,"duration":1}},{"uid":"3d9b960d2baefbdd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3d9b960d2baefbdd","status":"passed","time":{"start":1706525808443,"stop":1706525808443,"duration":0}},{"uid":"a0032d9850531531","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a0032d9850531531","status":"passed","time":{"start":1706525273862,"stop":1706525273863,"duration":1}},{"uid":"8314326167ffda84","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8314326167ffda84","status":"passed","time":{"start":1706524838024,"stop":1706524838025,"duration":1}},{"uid":"1117f62cdefd4659","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1117f62cdefd4659","status":"passed","time":{"start":1706467530999,"stop":1706467530999,"duration":0}},{"uid":"6a2f6653b20a7877","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6a2f6653b20a7877","status":"passed","time":{"start":1706322888215,"stop":1706322888215,"duration":0}},{"uid":"78033039115a709","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/78033039115a709","status":"passed","time":{"start":1706321196731,"stop":1706321196731,"duration":0}},{"uid":"7568ddac50a3596d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7568ddac50a3596d","status":"passed","time":{"start":1706114977824,"stop":1706114977824,"duration":0}},{"uid":"f233eb8d3012c00a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f233eb8d3012c00a","status":"passed","time":{"start":1706114141330,"stop":1706114141330,"duration":0}},{"uid":"6794592946b1fbeb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6794592946b1fbeb","status":"passed","time":{"start":1706111614975,"stop":1706111614975,"duration":0}},{"uid":"61b20a0f228c1128","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/61b20a0f228c1128","status":"passed","time":{"start":1706111306000,"stop":1706111306000,"duration":0}},{"uid":"e781d60c5f4a192d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e781d60c5f4a192d","status":"passed","time":{"start":1706109213793,"stop":1706109213793,"duration":0}},{"uid":"5decdf10c3db38b4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5decdf10c3db38b4","status":"passed","time":{"start":1706103020254,"stop":1706103020255,"duration":1}},{"uid":"c022a56444998b81","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c022a56444998b81","status":"passed","time":{"start":1706102764022,"stop":1706102764023,"duration":1}},{"uid":"109d60cd0ad54b13","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/109d60cd0ad54b13","status":"passed","time":{"start":1706102123464,"stop":1706102123465,"duration":1}},{"uid":"9c6dd1435668656a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9c6dd1435668656a","status":"passed","time":{"start":1706101995970,"stop":1706101995970,"duration":0}}]},"291c26524e5a4ce3bbaa51f39ba6f822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82880a248549b903","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/82880a248549b903","status":"passed","time":{"start":1705439297220,"stop":1705439297221,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"1aea214ba9119ee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1aea214ba9119ee","status":"passed","time":{"start":1706529218525,"stop":1706529218525,"duration":0}},{"uid":"f5137dc67134d5c7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f5137dc67134d5c7","status":"passed","time":{"start":1706528190575,"stop":1706528190575,"duration":0}},{"uid":"99eef2965eaece98","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/99eef2965eaece98","status":"passed","time":{"start":1706527166758,"stop":1706527166759,"duration":1}},{"uid":"5e9133864a57b2c5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5e9133864a57b2c5","status":"passed","time":{"start":1706526866899,"stop":1706526866899,"duration":0}},{"uid":"6d9251e17dedddd4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6d9251e17dedddd4","status":"passed","time":{"start":1706526763570,"stop":1706526763571,"duration":1}},{"uid":"55773b0287d48f72","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/55773b0287d48f72","status":"passed","time":{"start":1706526185685,"stop":1706526185693,"duration":8}},{"uid":"58b9ff6acddf9bd7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/58b9ff6acddf9bd7","status":"passed","time":{"start":1706525658981,"stop":1706525658982,"duration":1}},{"uid":"79df08c0b8c241f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/79df08c0b8c241f","status":"passed","time":{"start":1706525242377,"stop":1706525242377,"duration":0}},{"uid":"a588ee3a351dc6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a588ee3a351dc6","status":"passed","time":{"start":1706467906887,"stop":1706467906887,"duration":0}},{"uid":"af686b1fe18514e0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/af686b1fe18514e0","status":"passed","time":{"start":1706323273279,"stop":1706323273280,"duration":1}},{"uid":"5fae5d7d817ff76d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5fae5d7d817ff76d","status":"passed","time":{"start":1706321575885,"stop":1706321575886,"duration":1}},{"uid":"9404bb0668b91ddb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9404bb0668b91ddb","status":"passed","time":{"start":1706115384053,"stop":1706115384055,"duration":2}},{"uid":"6e0e71da261a503d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6e0e71da261a503d","status":"passed","time":{"start":1706114521947,"stop":1706114521947,"duration":0}},{"uid":"405eb86f5304dce3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/405eb86f5304dce3","status":"passed","time":{"start":1706112015262,"stop":1706112015263,"duration":1}},{"uid":"492d0f110296484a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/492d0f110296484a","status":"passed","time":{"start":1706111693407,"stop":1706111693407,"duration":0}},{"uid":"6aeb5b10b6c061a9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6aeb5b10b6c061a9","status":"passed","time":{"start":1706109609743,"stop":1706109609744,"duration":1}},{"uid":"c9d33c941b7d6280","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c9d33c941b7d6280","status":"passed","time":{"start":1706103393434,"stop":1706103393434,"duration":0}},{"uid":"31a413e655b1b072","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/31a413e655b1b072","status":"passed","time":{"start":1706103153318,"stop":1706103153318,"duration":0}},{"uid":"af04796d55262943","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/af04796d55262943","status":"passed","time":{"start":1706102507027,"stop":1706102507028,"duration":1}},{"uid":"69d1cc4c2d4f246e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/69d1cc4c2d4f246e","status":"passed","time":{"start":1706102385188,"stop":1706102385188,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"219ab90655596dec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/219ab90655596dec","status":"passed","time":{"start":1706528735133,"stop":1706528735134,"duration":1}},{"uid":"93ba4405e8fd1e2d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/93ba4405e8fd1e2d","status":"passed","time":{"start":1706527704558,"stop":1706527704559,"duration":1}},{"uid":"7d06aa41c3b095f0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7d06aa41c3b095f0","status":"passed","time":{"start":1706526720935,"stop":1706526720936,"duration":1}},{"uid":"a9f3429941cc5fdf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a9f3429941cc5fdf","status":"passed","time":{"start":1706526416655,"stop":1706526416655,"duration":0}},{"uid":"6af1bbac59b23253","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6af1bbac59b23253","status":"passed","time":{"start":1706526321792,"stop":1706526321793,"duration":1}},{"uid":"702e7eb75a327d07","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/702e7eb75a327d07","status":"passed","time":{"start":1706525751933,"stop":1706525751934,"duration":1}},{"uid":"c8ed00066ee0cde0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c8ed00066ee0cde0","status":"passed","time":{"start":1706525218967,"stop":1706525218968,"duration":1}},{"uid":"d2e8c07debc24953","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d2e8c07debc24953","status":"passed","time":{"start":1706524780144,"stop":1706524780145,"duration":1}},{"uid":"f06d9790ee9c4ce","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f06d9790ee9c4ce","status":"passed","time":{"start":1706467474001,"stop":1706467474002,"duration":1}},{"uid":"8395cdd7d55b71db","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8395cdd7d55b71db","status":"passed","time":{"start":1706322826370,"stop":1706322826371,"duration":1}},{"uid":"c1d5100047c49427","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c1d5100047c49427","status":"passed","time":{"start":1706321139955,"stop":1706321139956,"duration":1}},{"uid":"dd17ae06ebf357b7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/dd17ae06ebf357b7","status":"passed","time":{"start":1706244655884,"stop":1706244655885,"duration":1}},{"uid":"c02782b273426ed","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c02782b273426ed","status":"passed","time":{"start":1706242224330,"stop":1706242224330,"duration":0}},{"uid":"f34f5e251aeffa9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f34f5e251aeffa9","status":"passed","time":{"start":1706114912529,"stop":1706114912529,"duration":0}},{"uid":"6ca61463acc49b8c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6ca61463acc49b8c","status":"passed","time":{"start":1706114083270,"stop":1706114083271,"duration":1}},{"uid":"243ba53b7d826","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/243ba53b7d826","status":"passed","time":{"start":1706111557901,"stop":1706111557901,"duration":0}},{"uid":"a26e48f21da198fb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a26e48f21da198fb","status":"passed","time":{"start":1706111247544,"stop":1706111247545,"duration":1}},{"uid":"a6bdf2ce4a152eff","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a6bdf2ce4a152eff","status":"passed","time":{"start":1706109149775,"stop":1706109149776,"duration":1}},{"uid":"28b9718fa89b4138","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/28b9718fa89b4138","status":"passed","time":{"start":1706102968132,"stop":1706102968133,"duration":1}},{"uid":"69d8c9c7c11584dd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/69d8c9c7c11584dd","status":"passed","time":{"start":1706102707874,"stop":1706102707875,"duration":1}}]},"ac0c6c57fab6e0753ed6800de48db031:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"5916db6386da2ed5","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/5916db6386da2ed5","status":"passed","time":{"start":1705520842600,"stop":1705520842600,"duration":0}},{"uid":"291efa4f95e7f6ab","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/291efa4f95e7f6ab","status":"passed","time":{"start":1705518211221,"stop":1705518211221,"duration":0}},{"uid":"a7ddd24debe82708","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/a7ddd24debe82708","status":"passed","time":{"start":1705518105986,"stop":1705518105987,"duration":1}},{"uid":"64fe7786ba6ad001","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/64fe7786ba6ad001","status":"passed","time":{"start":1705517988166,"stop":1705517988175,"duration":9}},{"uid":"2d34f6f5dc979c50","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/2d34f6f5dc979c50","status":"passed","time":{"start":1705508655512,"stop":1705508655513,"duration":1}},{"uid":"517cabfb66441de5","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/517cabfb66441de5","status":"passed","time":{"start":1705506482093,"stop":1705506482093,"duration":0}},{"uid":"d0482b66b879390d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/d0482b66b879390d","status":"passed","time":{"start":1705502939552,"stop":1705502939552,"duration":0}},{"uid":"be707bd11a828fb9","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/be707bd11a828fb9","status":"passed","time":{"start":1705502479553,"stop":1705502479554,"duration":1}},{"uid":"a87126210f3e43b5","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/a87126210f3e43b5","status":"passed","time":{"start":1705494937944,"stop":1705494937944,"duration":0}},{"uid":"ccec15ba380a0e77","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ccec15ba380a0e77","status":"passed","time":{"start":1705494940953,"stop":1705494940953,"duration":0}},{"uid":"2b55f081c79d900","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/2b55f081c79d900","status":"passed","time":{"start":1705494895033,"stop":1705494895033,"duration":0}},{"uid":"dd957655452a421c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/dd957655452a421c","status":"passed","time":{"start":1705493464926,"stop":1705493464926,"duration":0}},{"uid":"13de796943aa25f4","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/13de796943aa25f4","status":"passed","time":{"start":1705493422434,"stop":1705493422434,"duration":0}},{"uid":"72e047cc9d4a4665","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/72e047cc9d4a4665","status":"passed","time":{"start":1705485250481,"stop":1705485250482,"duration":1}},{"uid":"be21c42dcf3ca581","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/be21c42dcf3ca581","status":"passed","time":{"start":1705485112219,"stop":1705485112220,"duration":1}},{"uid":"f9c391cdb63666bd","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/f9c391cdb63666bd","status":"passed","time":{"start":1705484354899,"stop":1705484354899,"duration":0}},{"uid":"9592261aad60af64","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/9592261aad60af64","status":"passed","time":{"start":1705469872225,"stop":1705469872225,"duration":0}},{"uid":"30ec41438f3830b9","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/30ec41438f3830b9","status":"passed","time":{"start":1705466939040,"stop":1705466939040,"duration":0}},{"uid":"165a5c651994f807","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/165a5c651994f807","status":"passed","time":{"start":1705435403981,"stop":1705435403981,"duration":0}},{"uid":"d08c92a6a94ef64e","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/d08c92a6a94ef64e","status":"passed","time":{"start":1705434864617,"stop":1705434864617,"duration":0}}]},"b00d848239e88536d86553ca0251ae64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6eb672c252b48d62","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/6eb672c252b48d62","status":"passed","time":{"start":1705677463264,"stop":1705677463265,"duration":1}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"d8749bb73a0c417","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d8749bb73a0c417","status":"passed","time":{"start":1706529403574,"stop":1706529403575,"duration":1}},{"uid":"b63c8a5e7edf958d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b63c8a5e7edf958d","status":"passed","time":{"start":1706528357105,"stop":1706528357105,"duration":0}},{"uid":"7e6d150e7c8ad6b9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7e6d150e7c8ad6b9","status":"passed","time":{"start":1706527326693,"stop":1706527326693,"duration":0}},{"uid":"763ef54280a8946c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/763ef54280a8946c","status":"passed","time":{"start":1706527049797,"stop":1706527049797,"duration":0}},{"uid":"24fb7e6d2343f63e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/24fb7e6d2343f63e","status":"passed","time":{"start":1706526961444,"stop":1706526961444,"duration":0}},{"uid":"d66493c451963d3e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d66493c451963d3e","status":"passed","time":{"start":1706526404283,"stop":1706526404283,"duration":0}},{"uid":"f1dbb0089921ace9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f1dbb0089921ace9","status":"passed","time":{"start":1706525849958,"stop":1706525849958,"duration":0}},{"uid":"831579c5975c907c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/831579c5975c907c","status":"passed","time":{"start":1706525432949,"stop":1706525432949,"duration":0}},{"uid":"fc5c5e4064e290c0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fc5c5e4064e290c0","status":"passed","time":{"start":1706468114350,"stop":1706468114350,"duration":0}},{"uid":"523a726d454d0b9e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/523a726d454d0b9e","status":"passed","time":{"start":1706323469651,"stop":1706323469651,"duration":0}},{"uid":"fc883997a6938b05","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fc883997a6938b05","status":"passed","time":{"start":1706321771792,"stop":1706321771792,"duration":0}},{"uid":"85eac5347f6d538d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/85eac5347f6d538d","status":"passed","time":{"start":1706115542397,"stop":1706115542397,"duration":0}},{"uid":"7bc3eae888ae3deb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7bc3eae888ae3deb","status":"passed","time":{"start":1706114725920,"stop":1706114725920,"duration":0}},{"uid":"2c0826310128d43d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2c0826310128d43d","status":"passed","time":{"start":1706112199267,"stop":1706112199267,"duration":0}},{"uid":"39b51fc66dd8d11d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/39b51fc66dd8d11d","status":"passed","time":{"start":1706111893738,"stop":1706111893738,"duration":0}},{"uid":"9b4535239eb1a941","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9b4535239eb1a941","status":"passed","time":{"start":1706109796554,"stop":1706109796554,"duration":0}},{"uid":"d9bc5d6befe91a05","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d9bc5d6befe91a05","status":"passed","time":{"start":1706103557155,"stop":1706103557155,"duration":0}},{"uid":"6db407ef6b70468","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6db407ef6b70468","status":"passed","time":{"start":1706103365806,"stop":1706103365806,"duration":0}},{"uid":"310ce8ab8ef35fdb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/310ce8ab8ef35fdb","status":"passed","time":{"start":1706102701052,"stop":1706102701052,"duration":0}},{"uid":"2d19fb7aaa310649","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2d19fb7aaa310649","status":"passed","time":{"start":1706102579559,"stop":1706102579560,"duration":1}}]},"6bf81a35cf8631f44cadb54b976e71d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff91d4cef44ee572","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/ff91d4cef44ee572","status":"passed","time":{"start":1705369285911,"stop":1705369285911,"duration":0}}]},"26b96d0d993f451ab413d97fdabc696b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d322fd671b6bb3","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/3d322fd671b6bb3","status":"passed","time":{"start":1705675423562,"stop":1705675423562,"duration":0}}]},"987115c2989976ae4b4cd42a98a61281:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e84ea001587e0af5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e84ea001587e0af5","status":"passed","time":{"start":1706526632081,"stop":1706526632085,"duration":4}}]},"3f0376aed71f1fb919e8bacb58eb75a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccb082ddc48dec7a","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/ccb082ddc48dec7a","status":"passed","time":{"start":1705502966526,"stop":1705502966526,"duration":0}}]},"08cde5e58dade04a30f9092fbfe311a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"184beab40da6fa31","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/184beab40da6fa31","status":"passed","time":{"start":1706100979750,"stop":1706100979750,"duration":0}},{"uid":"ab2136b4e29038ad","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ab2136b4e29038ad","status":"passed","time":{"start":1706100012410,"stop":1706100012411,"duration":1}},{"uid":"38659430c33ac881","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/38659430c33ac881","status":"passed","time":{"start":1706077739074,"stop":1706077739075,"duration":1}},{"uid":"60f94331a1b6a9c8","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/60f94331a1b6a9c8","status":"passed","time":{"start":1706069827462,"stop":1706069827463,"duration":1}},{"uid":"c17b1cc0499a611c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/c17b1cc0499a611c","status":"passed","time":{"start":1705950521659,"stop":1705950521660,"duration":1}},{"uid":"eca04e4758934cc1","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/eca04e4758934cc1","status":"passed","time":{"start":1705938343367,"stop":1705938343367,"duration":0}},{"uid":"c0e98d3b12a44d24","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/c0e98d3b12a44d24","status":"passed","time":{"start":1705913488214,"stop":1705913488215,"duration":1}},{"uid":"4b65415ea4fd1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4b65415ea4fd1","status":"passed","time":{"start":1705913034262,"stop":1705913034267,"duration":5}},{"uid":"d5d08d2e3ef17211","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/d5d08d2e3ef17211","status":"passed","time":{"start":1705912407122,"stop":1705912407122,"duration":0}},{"uid":"6fdadd4ef7d8bdb0","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6fdadd4ef7d8bdb0","status":"passed","time":{"start":1705911588788,"stop":1705911588789,"duration":1}},{"uid":"e855a85851bcf285","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e855a85851bcf285","status":"passed","time":{"start":1705698799103,"stop":1705698799104,"duration":1}},{"uid":"4b55587b884cc2ff","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4b55587b884cc2ff","status":"passed","time":{"start":1705687522361,"stop":1705687522361,"duration":0}},{"uid":"5405b11bb7f9f500","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/5405b11bb7f9f500","status":"passed","time":{"start":1705687430728,"stop":1705687430728,"duration":0}},{"uid":"947f7b1eedc6f8cb","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/947f7b1eedc6f8cb","status":"passed","time":{"start":1705678121459,"stop":1705678121460,"duration":1}},{"uid":"c0b74095186e732f","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/c0b74095186e732f","status":"passed","time":{"start":1705678046304,"stop":1705678046305,"duration":1}},{"uid":"18fb1441c9066c63","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/18fb1441c9066c63","status":"passed","time":{"start":1705677908045,"stop":1705677908046,"duration":1}},{"uid":"d846a46e69c63d12","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/d846a46e69c63d12","status":"passed","time":{"start":1705677463212,"stop":1705677463212,"duration":0}},{"uid":"87e963154e95cc08","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/87e963154e95cc08","status":"passed","time":{"start":1705676052693,"stop":1705676052693,"duration":0}},{"uid":"46ce4674e5d264e1","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/46ce4674e5d264e1","status":"passed","time":{"start":1705675474634,"stop":1705675474635,"duration":1}},{"uid":"d462e6df2c73d1af","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/d462e6df2c73d1af","status":"passed","time":{"start":1705670338386,"stop":1705670338387,"duration":1}}]},"c333c1ee20787a01e1a28cd132909cea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d04e5f8f5943cd91","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/d04e5f8f5943cd91","status":"passed","time":{"start":1705577273956,"stop":1705577273956,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":34,"unknown":0,"total":36},"items":[{"uid":"79bfe583757a7752","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/79bfe583757a7752","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"duration":0}},{"uid":"d1c70995289265be","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d1c70995289265be","status":"passed","time":{"start":1706528357104,"stop":1706528357104,"duration":0}},{"uid":"521890c517dd3eca","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/521890c517dd3eca","status":"passed","time":{"start":1706527326692,"stop":1706527326693,"duration":1}},{"uid":"f937ad92580b9920","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f937ad92580b9920","status":"passed","time":{"start":1706527049796,"stop":1706527049797,"duration":1}},{"uid":"8a8c59ac48a1a6dc","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8a8c59ac48a1a6dc","status":"passed","time":{"start":1706526961443,"stop":1706526961443,"duration":0}},{"uid":"26ff1aaaa46d0f22","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/26ff1aaaa46d0f22","status":"passed","time":{"start":1706526404282,"stop":1706526404282,"duration":0}},{"uid":"7e112d1d090b3c2f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7e112d1d090b3c2f","status":"passed","time":{"start":1706525849957,"stop":1706525849957,"duration":0}},{"uid":"b5533743c82551b1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b5533743c82551b1","status":"passed","time":{"start":1706525432948,"stop":1706525432948,"duration":0}},{"uid":"be446cbafeb2f08b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/be446cbafeb2f08b","status":"passed","time":{"start":1706468114349,"stop":1706468114349,"duration":0}},{"uid":"6ac2a9363329f50b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6ac2a9363329f50b","status":"passed","time":{"start":1706323469650,"stop":1706323469650,"duration":0}},{"uid":"9afa70a0354bd4bf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9afa70a0354bd4bf","status":"passed","time":{"start":1706321771791,"stop":1706321771791,"duration":0}},{"uid":"2be4d22a091a6920","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2be4d22a091a6920","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244709082,"stop":1706244709082,"duration":0}},{"uid":"3d105f27ee639ce8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3d105f27ee639ce8","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242274132,"stop":1706242274132,"duration":0}},{"uid":"d9deb9b303ec4b50","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d9deb9b303ec4b50","status":"passed","time":{"start":1706115542397,"stop":1706115542397,"duration":0}},{"uid":"eba82fbcf6e17b8e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/eba82fbcf6e17b8e","status":"passed","time":{"start":1706114725920,"stop":1706114725920,"duration":0}},{"uid":"2cad91305108f929","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2cad91305108f929","status":"passed","time":{"start":1706112199266,"stop":1706112199266,"duration":0}},{"uid":"86ac1af47f405ccf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/86ac1af47f405ccf","status":"passed","time":{"start":1706111893737,"stop":1706111893738,"duration":1}},{"uid":"35d07a1df827f2e1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/35d07a1df827f2e1","status":"passed","time":{"start":1706109796553,"stop":1706109796553,"duration":0}},{"uid":"4b4c6cb099ca79bf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4b4c6cb099ca79bf","status":"passed","time":{"start":1706103557154,"stop":1706103557154,"duration":0}},{"uid":"e216ba7a4b227e1d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e216ba7a4b227e1d","status":"passed","time":{"start":1706103365805,"stop":1706103365805,"duration":0}}]},"154db3af2ca47e61de9b80dbe2ce5e68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"690bde6e877d027a","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/690bde6e877d027a","status":"passed","time":{"start":1705520842602,"stop":1705520842602,"duration":0}},{"uid":"9cc164ee81ed4458","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9cc164ee81ed4458","status":"passed","time":{"start":1705518211224,"stop":1705518211224,"duration":0}},{"uid":"9959961cc3b7cae6","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/9959961cc3b7cae6","status":"passed","time":{"start":1705518105989,"stop":1705518105989,"duration":0}},{"uid":"85b3166fcedbe247","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/85b3166fcedbe247","status":"passed","time":{"start":1705517988190,"stop":1705517988191,"duration":1}},{"uid":"aa5d8ec945a0ff35","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/aa5d8ec945a0ff35","status":"passed","time":{"start":1705508655517,"stop":1705508655518,"duration":1}},{"uid":"a7acd624c9598103","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/a7acd624c9598103","status":"passed","time":{"start":1705506482097,"stop":1705506482097,"duration":0}},{"uid":"1bb85e4f1862d9a","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/1bb85e4f1862d9a","status":"passed","time":{"start":1705502939554,"stop":1705502939555,"duration":1}},{"uid":"8d35e5b9c1d06f05","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8d35e5b9c1d06f05","status":"passed","time":{"start":1705502479556,"stop":1705502479557,"duration":1}},{"uid":"7d8f08664acaebb6","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/7d8f08664acaebb6","status":"passed","time":{"start":1705494937946,"stop":1705494937946,"duration":0}},{"uid":"f7cfaaa8c6c597b2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f7cfaaa8c6c597b2","status":"passed","time":{"start":1705494940956,"stop":1705494940956,"duration":0}},{"uid":"43f836ae9235723d","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/43f836ae9235723d","status":"passed","time":{"start":1705494895036,"stop":1705494895040,"duration":4}},{"uid":"cd8a6f2c97882e2e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/cd8a6f2c97882e2e","status":"passed","time":{"start":1705493464928,"stop":1705493464929,"duration":1}},{"uid":"d48127160f3a8e3a","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/d48127160f3a8e3a","status":"passed","time":{"start":1705493422437,"stop":1705493422437,"duration":0}},{"uid":"ee1481865b74abc3","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/ee1481865b74abc3","status":"passed","time":{"start":1705485250484,"stop":1705485250488,"duration":4}},{"uid":"e9bda7f5d1dce858","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/e9bda7f5d1dce858","status":"passed","time":{"start":1705485112222,"stop":1705485112223,"duration":1}},{"uid":"bb33b1b5fca8c4f1","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/bb33b1b5fca8c4f1","status":"passed","time":{"start":1705484354901,"stop":1705484354901,"duration":0}},{"uid":"e1cd172d84fca105","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e1cd172d84fca105","status":"passed","time":{"start":1705469872228,"stop":1705469872228,"duration":0}},{"uid":"7db403efa5c5bc96","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/7db403efa5c5bc96","status":"passed","time":{"start":1705466939042,"stop":1705466939043,"duration":1}},{"uid":"b6224535314fcf14","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/b6224535314fcf14","status":"passed","time":{"start":1705435403984,"stop":1705435403984,"duration":0}},{"uid":"bc73db7ccaa462b9","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/bc73db7ccaa462b9","status":"passed","time":{"start":1705434864620,"stop":1705434864620,"duration":0}}]},"bef74ab258d6ee4ca05dd854fe4faf3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb4e34f260fa467","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/cb4e34f260fa467","status":"passed","time":{"start":1705666900234,"stop":1705666900234,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"f70bf22de7cb7b09","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f70bf22de7cb7b09","status":"passed","time":{"start":1706529232497,"stop":1706529232498,"duration":1}},{"uid":"3289bb217b79a1ba","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3289bb217b79a1ba","status":"passed","time":{"start":1706528204715,"stop":1706528204715,"duration":0}},{"uid":"6ffef0edd8ff506d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6ffef0edd8ff506d","status":"passed","time":{"start":1706527099419,"stop":1706527099420,"duration":1}},{"uid":"bbaade4dd56de547","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bbaade4dd56de547","status":"passed","time":{"start":1706526797227,"stop":1706526797227,"duration":0}},{"uid":"d1af921a771b1091","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d1af921a771b1091","status":"passed","time":{"start":1706526702300,"stop":1706526702301,"duration":1}},{"uid":"f5982016a0109eaa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f5982016a0109eaa","status":"passed","time":{"start":1706526144641,"stop":1706526144642,"duration":1}},{"uid":"54dabc42e4ef1921","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/54dabc42e4ef1921","status":"passed","time":{"start":1706525605486,"stop":1706525605487,"duration":1}},{"uid":"dc90a39c492722b7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/dc90a39c492722b7","status":"passed","time":{"start":1706525237519,"stop":1706525237519,"duration":0}},{"uid":"2ef03aabb62f0e10","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2ef03aabb62f0e10","status":"passed","time":{"start":1706467847957,"stop":1706467847957,"duration":0}},{"uid":"d6739efd7501c24c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d6739efd7501c24c","status":"passed","time":{"start":1706323224593,"stop":1706323224593,"duration":0}},{"uid":"e2e35abb684f9468","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e2e35abb684f9468","status":"passed","time":{"start":1706321490516,"stop":1706321490516,"duration":0}},{"uid":"1c68430e57b6a175","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1c68430e57b6a175","status":"passed","time":{"start":1706115297915,"stop":1706115297915,"duration":0}},{"uid":"58e400fbd573e726","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/58e400fbd573e726","status":"passed","time":{"start":1706114468907,"stop":1706114468908,"duration":1}},{"uid":"d9b3eaa318fccd09","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d9b3eaa318fccd09","status":"passed","time":{"start":1706111928722,"stop":1706111928722,"duration":0}},{"uid":"38602decc8c7098a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/38602decc8c7098a","status":"passed","time":{"start":1706111629328,"stop":1706111629328,"duration":0}},{"uid":"4885653585a950a2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4885653585a950a2","status":"passed","time":{"start":1706109548340,"stop":1706109548341,"duration":1}},{"uid":"244c9ce45e002c6c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/244c9ce45e002c6c","status":"passed","time":{"start":1706103319931,"stop":1706103319931,"duration":0}},{"uid":"ccb60c471fc71f0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ccb60c471fc71f0","status":"passed","time":{"start":1706103066457,"stop":1706103066457,"duration":0}},{"uid":"56aba3ce67e06c02","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/56aba3ce67e06c02","status":"passed","time":{"start":1706102448466,"stop":1706102448467,"duration":1}},{"uid":"5d5fc3ff96b80daa","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5d5fc3ff96b80daa","status":"passed","time":{"start":1706102342944,"stop":1706102342945,"duration":1}}]},"154246afc45446123b9bbd8f89a68970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":45,"unknown":0,"total":45},"items":[{"uid":"4131a177345375e2","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4131a177345375e2","status":"passed","time":{"start":1705521140310,"stop":1705521140310,"duration":0}},{"uid":"ae62edcfc95e2f86","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/ae62edcfc95e2f86","status":"passed","time":{"start":1705520883425,"stop":1705520883426,"duration":1}},{"uid":"46b87f4bb5a8be26","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/46b87f4bb5a8be26","status":"passed","time":{"start":1705520300898,"stop":1705520300898,"duration":0}},{"uid":"7d205c0299d5021d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/7d205c0299d5021d","status":"passed","time":{"start":1705518525970,"stop":1705518525971,"duration":1}},{"uid":"9a54c3d71e49222f","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9a54c3d71e49222f","status":"passed","time":{"start":1705518246817,"stop":1705518246817,"duration":0}},{"uid":"c2d7708552274d0f","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/c2d7708552274d0f","status":"passed","time":{"start":1705518140998,"stop":1705518140998,"duration":0}},{"uid":"381329d9275aeae2","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/381329d9275aeae2","status":"passed","time":{"start":1705518032439,"stop":1705518032439,"duration":0}},{"uid":"f6a331575a9cbd9d","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/f6a331575a9cbd9d","status":"passed","time":{"start":1705508700820,"stop":1705508700820,"duration":0}},{"uid":"f6edc019ed0f0f04","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f6edc019ed0f0f04","status":"passed","time":{"start":1705506512668,"stop":1705506512668,"duration":0}},{"uid":"17bb8c8913308d80","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/17bb8c8913308d80","status":"passed","time":{"start":1705502966527,"stop":1705502966527,"duration":0}},{"uid":"4dc66bca279d13b8","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4dc66bca279d13b8","status":"passed","time":{"start":1705502370737,"stop":1705502370738,"duration":1}},{"uid":"37a05a041e0cd40d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/37a05a041e0cd40d","status":"passed","time":{"start":1705502517781,"stop":1705502517781,"duration":0}},{"uid":"2d0d5a1b1f247e80","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/2d0d5a1b1f247e80","status":"passed","time":{"start":1705495321709,"stop":1705495321709,"duration":0}},{"uid":"4d4f61b790e4a73b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/4d4f61b790e4a73b","status":"passed","time":{"start":1705494975702,"stop":1705494975702,"duration":0}},{"uid":"c267ac1e5dcc8beb","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/c267ac1e5dcc8beb","status":"passed","time":{"start":1705494930771,"stop":1705494930771,"duration":0}},{"uid":"cc1a27f6668991a2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/cc1a27f6668991a2","status":"passed","time":{"start":1705493496394,"stop":1705493496395,"duration":1}},{"uid":"64b1817e33d9313c","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/64b1817e33d9313c","status":"passed","time":{"start":1705493451260,"stop":1705493451260,"duration":0}},{"uid":"bd1013542abf9160","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/bd1013542abf9160","status":"passed","time":{"start":1705485279312,"stop":1705485279312,"duration":0}},{"uid":"540aadc6c277c938","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/540aadc6c277c938","status":"passed","time":{"start":1705485136815,"stop":1705485136815,"duration":0}},{"uid":"5c2654af40a2b900","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5c2654af40a2b900","status":"passed","time":{"start":1705484392942,"stop":1705484392942,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":85,"unknown":0,"total":86},"items":[{"uid":"def0965b1c01be62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/def0965b1c01be62","status":"passed","time":{"start":1706528965669,"stop":1706528965670,"duration":1}},{"uid":"cb2b62fe28af56d9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cb2b62fe28af56d9","status":"passed","time":{"start":1706527923867,"stop":1706527923867,"duration":0}},{"uid":"3f55c63d07ab1d71","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3f55c63d07ab1d71","status":"passed","time":{"start":1706526930825,"stop":1706526930826,"duration":1}},{"uid":"8d8f01787d4a8724","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8d8f01787d4a8724","status":"passed","time":{"start":1706526632052,"stop":1706526632061,"duration":9}},{"uid":"3680ae08edaac249","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3680ae08edaac249","status":"passed","time":{"start":1706526534054,"stop":1706526534054,"duration":0}},{"uid":"8e4c3573a1d0b39f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8e4c3573a1d0b39f","status":"passed","time":{"start":1706525958154,"stop":1706525958154,"duration":0}},{"uid":"7a9798efbdb2a1c9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7a9798efbdb2a1c9","status":"passed","time":{"start":1706525436681,"stop":1706525436682,"duration":1}},{"uid":"83284a1f38c62658","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/83284a1f38c62658","status":"passed","time":{"start":1706524982415,"stop":1706524982416,"duration":1}},{"uid":"989f4c462cfaf0ae","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/989f4c462cfaf0ae","status":"passed","time":{"start":1706467678781,"stop":1706467678781,"duration":0}},{"uid":"c9c6e4d481cb9f25","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c9c6e4d481cb9f25","status":"passed","time":{"start":1706323040448,"stop":1706323040449,"duration":1}},{"uid":"a3ab29223ada90ba","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a3ab29223ada90ba","status":"passed","time":{"start":1706321353331,"stop":1706321353332,"duration":1}},{"uid":"216c8432a7f42371","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/216c8432a7f42371","status":"passed","time":{"start":1706115009677,"stop":1706115009677,"duration":0}},{"uid":"23268f6f0f4d33fd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/23268f6f0f4d33fd","status":"passed","time":{"start":1706114292324,"stop":1706114292325,"duration":1}},{"uid":"3a78bc69b491383c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3a78bc69b491383c","status":"passed","time":{"start":1706111780323,"stop":1706111780323,"duration":0}},{"uid":"9c17e5679272eb11","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9c17e5679272eb11","status":"passed","time":{"start":1706111463989,"stop":1706111463991,"duration":2}},{"uid":"518a75a40d196035","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/518a75a40d196035","status":"passed","time":{"start":1706109370801,"stop":1706109370802,"duration":1}},{"uid":"5f2a38ec6c9d1c38","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5f2a38ec6c9d1c38","status":"passed","time":{"start":1706103179128,"stop":1706103179130,"duration":2}},{"uid":"5b2cb0f12cc1c151","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5b2cb0f12cc1c151","status":"passed","time":{"start":1706102925525,"stop":1706102925526,"duration":1}},{"uid":"653683096e2907a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/653683096e2907a","status":"passed","time":{"start":1706102273648,"stop":1706102273649,"duration":1}},{"uid":"97f65519f3040367","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/97f65519f3040367","status":"passed","time":{"start":1706102152972,"stop":1706102152972,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b998303e857e130","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b998303e857e130","status":"passed","time":{"start":1706529367486,"stop":1706529367487,"duration":1}},{"uid":"9c053d538e1d7468","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9c053d538e1d7468","status":"passed","time":{"start":1706528339943,"stop":1706528339943,"duration":0}},{"uid":"cabc7d622d8d6c2f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cabc7d622d8d6c2f","status":"passed","time":{"start":1706527016308,"stop":1706527016309,"duration":1}},{"uid":"741568b9a047cf7e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/741568b9a047cf7e","status":"passed","time":{"start":1706526929213,"stop":1706526929214,"duration":1}},{"uid":"182296cab06e85cf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/182296cab06e85cf","status":"passed","time":{"start":1706526355594,"stop":1706526355594,"duration":0}},{"uid":"d6764fa90e75970","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d6764fa90e75970","status":"passed","time":{"start":1706525825287,"stop":1706525825288,"duration":1}},{"uid":"f227259cc936a375","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f227259cc936a375","status":"passed","time":{"start":1706525414597,"stop":1706525414597,"duration":0}},{"uid":"54c0ecbce10de204","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/54c0ecbce10de204","status":"passed","time":{"start":1706468084984,"stop":1706468084984,"duration":0}},{"uid":"cd41de50797c6d3a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cd41de50797c6d3a","status":"passed","time":{"start":1706323430981,"stop":1706323430982,"duration":1}},{"uid":"fb354513dcea7288","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fb354513dcea7288","status":"passed","time":{"start":1706321743976,"stop":1706321743976,"duration":0}},{"uid":"e3b302b8f23f055e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e3b302b8f23f055e","status":"passed","time":{"start":1706115449608,"stop":1706115449609,"duration":1}},{"uid":"d31d4a75b44054cc","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d31d4a75b44054cc","status":"passed","time":{"start":1706114706819,"stop":1706114706820,"duration":1}},{"uid":"eacaf417898f0480","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eacaf417898f0480","status":"passed","time":{"start":1706112158287,"stop":1706112158287,"duration":0}},{"uid":"76c7a65f7edcac75","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/76c7a65f7edcac75","status":"passed","time":{"start":1706111870573,"stop":1706111870573,"duration":0}},{"uid":"d3e0a0f00237c4ec","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d3e0a0f00237c4ec","status":"passed","time":{"start":1706109756264,"stop":1706109756264,"duration":0}},{"uid":"1cd556ef37c34fba","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1cd556ef37c34fba","status":"passed","time":{"start":1706103332270,"stop":1706103332271,"duration":1}},{"uid":"713a042aa8dd2ddd","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/713a042aa8dd2ddd","status":"passed","time":{"start":1706102670276,"stop":1706102670277,"duration":1}},{"uid":"5a74f728edbf9ee5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5a74f728edbf9ee5","status":"passed","time":{"start":1706102539205,"stop":1706102539205,"duration":0}},{"uid":"8ae01c0d5f04cf0c","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/8ae01c0d5f04cf0c","status":"passed","time":{"start":1706102378587,"stop":1706102378587,"duration":0}},{"uid":"ab94f24d478a41ce","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/ab94f24d478a41ce","status":"passed","time":{"start":1706102131126,"stop":1706102131126,"duration":0}}]},"cf4f86ca938fc0b7368bb4fc9f0d9945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7698674a6c3bf7e3","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/7698674a6c3bf7e3","status":"passed","time":{"start":1705675423562,"stop":1705675423562,"duration":0}}]},"04f4a01b2d2f2ee3b39daadae9ef6b89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccebb0d10172a891","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/ccebb0d10172a891","status":"passed","time":{"start":1705466938640,"stop":1705466938640,"duration":0}}]},"e1ce8d8c9784841a2c6c4966f77b0da8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5df93295d9638155","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/5df93295d9638155","status":"passed","time":{"start":1705666574087,"stop":1705666574088,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32},"items":[{"uid":"46e0f1c91919d45f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/46e0f1c91919d45f","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"duration":0}},{"uid":"f66afcc5006fa2ae","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f66afcc5006fa2ae","status":"passed","time":{"start":1706528357117,"stop":1706528357118,"duration":1}},{"uid":"8056297ffa7858e9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8056297ffa7858e9","status":"passed","time":{"start":1706527326702,"stop":1706527326702,"duration":0}},{"uid":"4dfe4d522f5d6585","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4dfe4d522f5d6585","status":"passed","time":{"start":1706527049804,"stop":1706527049804,"duration":0}},{"uid":"3765e005ae8df475","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3765e005ae8df475","status":"passed","time":{"start":1706526961453,"stop":1706526961453,"duration":0}},{"uid":"7c6407244f9ce4d6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7c6407244f9ce4d6","status":"passed","time":{"start":1706526404290,"stop":1706526404290,"duration":0}},{"uid":"887f04231a4f195a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/887f04231a4f195a","status":"passed","time":{"start":1706525849967,"stop":1706525849967,"duration":0}},{"uid":"1c1419b2d625e68f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1c1419b2d625e68f","status":"passed","time":{"start":1706525432959,"stop":1706525432959,"duration":0}},{"uid":"be3dea8967423e03","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/be3dea8967423e03","status":"passed","time":{"start":1706468114359,"stop":1706468114359,"duration":0}},{"uid":"411c1a5f8e7b5536","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/411c1a5f8e7b5536","status":"passed","time":{"start":1706323469659,"stop":1706323469659,"duration":0}},{"uid":"efd301625749f60","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/efd301625749f60","status":"passed","time":{"start":1706321771801,"stop":1706321771802,"duration":1}},{"uid":"2f96c4b1850ac736","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2f96c4b1850ac736","status":"passed","time":{"start":1706115542404,"stop":1706115542404,"duration":0}},{"uid":"55931356f62f09fd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/55931356f62f09fd","status":"passed","time":{"start":1706114725928,"stop":1706114725929,"duration":1}},{"uid":"695e261c3a447eba","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/695e261c3a447eba","status":"passed","time":{"start":1706112199274,"stop":1706112199274,"duration":0}},{"uid":"fcfbe1089c4e02e2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fcfbe1089c4e02e2","status":"passed","time":{"start":1706111893746,"stop":1706111893747,"duration":1}},{"uid":"b0edc3955319a95","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b0edc3955319a95","status":"passed","time":{"start":1706109796561,"stop":1706109796561,"duration":0}},{"uid":"7cd72987f2b8274e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7cd72987f2b8274e","status":"passed","time":{"start":1706103557162,"stop":1706103557162,"duration":0}},{"uid":"bca229ea4c110615","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bca229ea4c110615","status":"passed","time":{"start":1706103365814,"stop":1706103365814,"duration":0}},{"uid":"ba873992de5c4279","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ba873992de5c4279","status":"passed","time":{"start":1706102701060,"stop":1706102701060,"duration":0}},{"uid":"c5cb9f0c82efaaad","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c5cb9f0c82efaaad","status":"passed","time":{"start":1706102579568,"stop":1706102579568,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":100,"unknown":0,"total":102},"items":[{"uid":"694fa5e4e6a85418","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/694fa5e4e6a85418","status":"passed","time":{"start":1706528794128,"stop":1706528794129,"duration":1}},{"uid":"5f8b3204b2d049b1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5f8b3204b2d049b1","status":"passed","time":{"start":1706527760366,"stop":1706527760367,"duration":1}},{"uid":"5dd625ad90c9b7f9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5dd625ad90c9b7f9","status":"passed","time":{"start":1706526775961,"stop":1706526775961,"duration":0}},{"uid":"7bf41d54a89476d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7bf41d54a89476d","status":"passed","time":{"start":1706526473119,"stop":1706526473119,"duration":0}},{"uid":"f37ad1b7c06cde7d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f37ad1b7c06cde7d","status":"passed","time":{"start":1706526378018,"stop":1706526378020,"duration":2}},{"uid":"5513d51c4d80f00f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5513d51c4d80f00f","status":"passed","time":{"start":1706525805692,"stop":1706525805692,"duration":0}},{"uid":"8c2125dc02952626","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8c2125dc02952626","status":"passed","time":{"start":1706525274455,"stop":1706525274456,"duration":1}},{"uid":"3bb4c4f203359a93","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3bb4c4f203359a93","status":"passed","time":{"start":1706524834469,"stop":1706524834470,"duration":1}},{"uid":"d3d547419af8f6e1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d3d547419af8f6e1","status":"passed","time":{"start":1706467531169,"stop":1706467531169,"duration":0}},{"uid":"fd1840a1f8b87159","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fd1840a1f8b87159","status":"passed","time":{"start":1706322881024,"stop":1706322881024,"duration":0}},{"uid":"4732c53e9c7400a9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4732c53e9c7400a9","status":"passed","time":{"start":1706321194899,"stop":1706321194900,"duration":1}},{"uid":"921b9b48b8cb2876","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/921b9b48b8cb2876","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244752701,"stop":1706244752704,"duration":3}},{"uid":"2c4e75594cb16320","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2c4e75594cb16320","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242322791,"stop":1706242322791,"duration":0}},{"uid":"44da6856da026bd8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/44da6856da026bd8","status":"passed","time":{"start":1706114964029,"stop":1706114964029,"duration":0}},{"uid":"a70b4084ac062409","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a70b4084ac062409","status":"passed","time":{"start":1706114136555,"stop":1706114136555,"duration":0}},{"uid":"35d17240142e1e1d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/35d17240142e1e1d","status":"passed","time":{"start":1706111612100,"stop":1706111612101,"duration":1}},{"uid":"1b5b11245f82c0c8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1b5b11245f82c0c8","status":"passed","time":{"start":1706111302166,"stop":1706111302167,"duration":1}},{"uid":"db003353b29dd2c9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/db003353b29dd2c9","status":"passed","time":{"start":1706109204935,"stop":1706109204936,"duration":1}},{"uid":"ee6714750177d08","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ee6714750177d08","status":"passed","time":{"start":1706103024095,"stop":1706103024096,"duration":1}},{"uid":"c2861332dc6b104c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c2861332dc6b104c","status":"passed","time":{"start":1706102762978,"stop":1706102762980,"duration":2}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"20722b7db0037e51","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/20722b7db0037e51","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0}},{"uid":"606128b8987d1af1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/606128b8987d1af1","status":"passed","time":{"start":1706528369072,"stop":1706528369072,"duration":0}},{"uid":"507a09c2e2f23761","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/507a09c2e2f23761","status":"passed","time":{"start":1706527293612,"stop":1706527293613,"duration":1}},{"uid":"f6e3958a38b9f08c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f6e3958a38b9f08c","status":"passed","time":{"start":1706527035905,"stop":1706527035906,"duration":1}},{"uid":"4a16824549731ffa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4a16824549731ffa","status":"passed","time":{"start":1706526945113,"stop":1706526945113,"duration":0}},{"uid":"a51f311d9c89207b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a51f311d9c89207b","status":"passed","time":{"start":1706526380427,"stop":1706526380427,"duration":0}},{"uid":"817fea37e1545f49","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/817fea37e1545f49","status":"passed","time":{"start":1706525838442,"stop":1706525838442,"duration":0}},{"uid":"2e80fcf8a0d51758","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2e80fcf8a0d51758","status":"passed","time":{"start":1706525430055,"stop":1706525430056,"duration":1}},{"uid":"e9838930d2e7227c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e9838930d2e7227c","status":"passed","time":{"start":1706468092734,"stop":1706468092734,"duration":0}},{"uid":"6a541ccbe6268c28","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6a541ccbe6268c28","status":"passed","time":{"start":1706323453203,"stop":1706323453203,"duration":0}},{"uid":"7379f8a1148e84f4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7379f8a1148e84f4","status":"passed","time":{"start":1706321730263,"stop":1706321730263,"duration":0}},{"uid":"4ad9f2aa3994abf3","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4ad9f2aa3994abf3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244983416,"stop":1706244983416,"duration":0}},{"uid":"ce87c722da23980b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ce87c722da23980b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242505298,"stop":1706242505298,"duration":0}},{"uid":"7b905714369a4d6b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7b905714369a4d6b","status":"passed","time":{"start":1706115525169,"stop":1706115525169,"duration":0}},{"uid":"c421b504eb58ce1e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c421b504eb58ce1e","status":"passed","time":{"start":1706114703601,"stop":1706114703601,"duration":0}},{"uid":"761608fef1f8e3b3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/761608fef1f8e3b3","status":"passed","time":{"start":1706112177299,"stop":1706112177299,"duration":0}},{"uid":"3c17b41ebb546b38","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3c17b41ebb546b38","status":"passed","time":{"start":1706111871941,"stop":1706111871941,"duration":0}},{"uid":"4e8dcb71fef61193","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e8dcb71fef61193","status":"passed","time":{"start":1706109785933,"stop":1706109785934,"duration":1}},{"uid":"7a8fb0dcd67224f2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7a8fb0dcd67224f2","status":"passed","time":{"start":1706103509818,"stop":1706103509818,"duration":0}},{"uid":"bb044ee16503a539","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bb044ee16503a539","status":"passed","time":{"start":1706103331213,"stop":1706103331213,"duration":0}}]},"092fd9481052025df383d8890b728f94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3b1cf287750a820","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c3b1cf287750a820","status":"passed","time":{"start":1705687522384,"stop":1705687522384,"duration":0}}]},"56146ae4f0aa371b5a341d1fa1b88b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af00ba6897ce8003","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/af00ba6897ce8003","status":"passed","time":{"start":1705502928530,"stop":1705502928531,"duration":1}}]},"9cea0326ea93346fdca093012ba6bd3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6490dab52dc9bfeb","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/6490dab52dc9bfeb","status":"passed","time":{"start":1705913034283,"stop":1705913034283,"duration":0}}]},"36ab1f64545923f9c61e5eabe774e550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db3f0781ee9aef8","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5db3f0781ee9aef8","status":"passed","time":{"start":1706100931215,"stop":1706100931216,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"b410d2e734f6ad4a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b410d2e734f6ad4a","status":"passed","time":{"start":1706528986019,"stop":1706528986020,"duration":1}},{"uid":"57dbbf6beb3e0719","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/57dbbf6beb3e0719","status":"passed","time":{"start":1706527951711,"stop":1706527951711,"duration":0}},{"uid":"c554edc5d6f585a2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c554edc5d6f585a2","status":"passed","time":{"start":1706526969213,"stop":1706526969213,"duration":0}},{"uid":"20ae59497351144","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/20ae59497351144","status":"passed","time":{"start":1706526675858,"stop":1706526675859,"duration":1}},{"uid":"bbd32114ae82bd7f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bbd32114ae82bd7f","status":"passed","time":{"start":1706526572368,"stop":1706526572368,"duration":0}},{"uid":"58f2f40d60bc5454","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/58f2f40d60bc5454","status":"passed","time":{"start":1706525997941,"stop":1706525997943,"duration":2}},{"uid":"32467c31a28d6385","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/32467c31a28d6385","status":"passed","time":{"start":1706525468256,"stop":1706525468256,"duration":0}},{"uid":"e74fa2f77a9f90ef","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e74fa2f77a9f90ef","status":"passed","time":{"start":1706525019721,"stop":1706525019721,"duration":0}},{"uid":"e030e063a042d8c4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e030e063a042d8c4","status":"passed","time":{"start":1706467721296,"stop":1706467721296,"duration":0}},{"uid":"8e845dec15833082","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8e845dec15833082","status":"passed","time":{"start":1706323082569,"stop":1706323082569,"duration":0}},{"uid":"45d1ecb8c13446e0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/45d1ecb8c13446e0","status":"passed","time":{"start":1706321389973,"stop":1706321389973,"duration":0}},{"uid":"3a96430574fade0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3a96430574fade0","status":"passed","time":{"start":1706115172658,"stop":1706115172658,"duration":0}},{"uid":"7d0481fc0f906eb4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7d0481fc0f906eb4","status":"passed","time":{"start":1706114335605,"stop":1706114335605,"duration":0}},{"uid":"555d1ed818dbda85","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/555d1ed818dbda85","status":"passed","time":{"start":1706111797813,"stop":1706111797813,"duration":0}},{"uid":"66de04a2777fceee","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/66de04a2777fceee","status":"passed","time":{"start":1706111496608,"stop":1706111496609,"duration":1}},{"uid":"37249fe9392a679d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/37249fe9392a679d","status":"passed","time":{"start":1706109403547,"stop":1706109403548,"duration":1}},{"uid":"7f4eddd91a171e7b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7f4eddd91a171e7b","status":"passed","time":{"start":1706103220675,"stop":1706103220676,"duration":1}},{"uid":"ed0af940690c4bef","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ed0af940690c4bef","status":"passed","time":{"start":1706102943584,"stop":1706102943585,"duration":1}},{"uid":"a7b4fe3534741768","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a7b4fe3534741768","status":"passed","time":{"start":1706102315323,"stop":1706102315323,"duration":0}},{"uid":"74c1501ae5f97ba5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/74c1501ae5f97ba5","status":"passed","time":{"start":1706102190050,"stop":1706102190051,"duration":1}}]},"ba5dc00bb1a63dfa6e1b5c767bf69c06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ca8f3ce162aaa9d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9ca8f3ce162aaa9d","status":"passed","time":{"start":1706102670275,"stop":1706102670275,"duration":0}}]},"e9bd393c1bfe11ff24d45da885549776:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1380c0e9a7709c14","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/1380c0e9a7709c14","status":"passed","time":{"start":1705665500381,"stop":1705665500382,"duration":1}}]},"372ec689322c68afaf70b2f3ba9ebe64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1acf3046010750c0","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/1acf3046010750c0","status":"passed","time":{"start":1705593407341,"stop":1705593407341,"duration":0}}]},"545c0a766d9b4f22b4d869bc0f8db47a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"9ea4325b1396efbf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9ea4325b1396efbf","status":"passed","time":{"start":1706528814915,"stop":1706528814917,"duration":2}},{"uid":"a8a14d29dd0f5954","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a8a14d29dd0f5954","status":"passed","time":{"start":1706527782650,"stop":1706527782650,"duration":0}},{"uid":"6203b8e9e063103b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6203b8e9e063103b","status":"passed","time":{"start":1706526799745,"stop":1706526799745,"duration":0}},{"uid":"db2fc62be2d7e27d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/db2fc62be2d7e27d","status":"passed","time":{"start":1706526495777,"stop":1706526495778,"duration":1}},{"uid":"557b5e39c6638cf9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/557b5e39c6638cf9","status":"passed","time":{"start":1706526404758,"stop":1706526404758,"duration":0}},{"uid":"cf3abeaf05fba34","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cf3abeaf05fba34","status":"passed","time":{"start":1706525829650,"stop":1706525829650,"duration":0}},{"uid":"3e0abff4971b3490","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3e0abff4971b3490","status":"passed","time":{"start":1706525298675,"stop":1706525298675,"duration":0}},{"uid":"c733066f1f4dd1b8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c733066f1f4dd1b8","status":"passed","time":{"start":1706524857925,"stop":1706524857926,"duration":1}},{"uid":"b974ae063ac541ef","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b974ae063ac541ef","status":"passed","time":{"start":1706467552033,"stop":1706467552033,"duration":0}},{"uid":"f385142d9e48a017","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f385142d9e48a017","status":"passed","time":{"start":1706322904825,"stop":1706322904825,"duration":0}},{"uid":"5051da2879794243","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5051da2879794243","status":"passed","time":{"start":1706321219412,"stop":1706321219412,"duration":0}},{"uid":"7f910a94f4244991","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7f910a94f4244991","status":"passed","time":{"start":1706244735440,"stop":1706244735440,"duration":0}},{"uid":"607eff0910499a8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/607eff0910499a8","status":"passed","time":{"start":1706242296381,"stop":1706242296398,"duration":17}},{"uid":"77a6dad5895abb44","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/77a6dad5895abb44","status":"passed","time":{"start":1706114989564,"stop":1706114989565,"duration":1}},{"uid":"571d8b3ecf8a6c3d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/571d8b3ecf8a6c3d","status":"passed","time":{"start":1706114161105,"stop":1706114161106,"duration":1}},{"uid":"7c4533dcbaba8b22","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7c4533dcbaba8b22","status":"passed","time":{"start":1706111636968,"stop":1706111636968,"duration":0}},{"uid":"d8afe17f845e2297","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d8afe17f845e2297","status":"passed","time":{"start":1706111323430,"stop":1706111323430,"duration":0}},{"uid":"f27a72b547768918","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f27a72b547768918","status":"passed","time":{"start":1706109231135,"stop":1706109231135,"duration":0}},{"uid":"d0089fed7abd79cd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d0089fed7abd79cd","status":"passed","time":{"start":1706103046866,"stop":1706103046866,"duration":0}},{"uid":"c60d8745c46c52ba","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c60d8745c46c52ba","status":"passed","time":{"start":1706102784506,"stop":1706102784506,"duration":0}}]},"6d718e2e1a720f13aaa53e86da5389b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc33931e077ab64b","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/dc33931e077ab64b","status":"passed","time":{"start":1705665950356,"stop":1705665950356,"duration":0}}]},"7b44725450c2909e8369fc95d45919f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5dcb0ec69f2835ca","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/5dcb0ec69f2835ca","status":"passed","time":{"start":1705521140309,"stop":1705521140309,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"a499e5cc8e950587","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a499e5cc8e950587","status":"passed","time":{"start":1706529232498,"stop":1706529232498,"duration":0}},{"uid":"d34179950fce09dd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d34179950fce09dd","status":"passed","time":{"start":1706528204715,"stop":1706528204716,"duration":1}},{"uid":"2a960c5da31d0369","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2a960c5da31d0369","status":"passed","time":{"start":1706527099420,"stop":1706527099420,"duration":0}},{"uid":"4e49d8359a95cebe","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4e49d8359a95cebe","status":"passed","time":{"start":1706526797228,"stop":1706526797228,"duration":0}},{"uid":"e316884331f54ae9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e316884331f54ae9","status":"passed","time":{"start":1706526702301,"stop":1706526702301,"duration":0}},{"uid":"ab9f880e639407c2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ab9f880e639407c2","status":"passed","time":{"start":1706526144642,"stop":1706526144643,"duration":1}},{"uid":"2f6c3facd3281f3d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2f6c3facd3281f3d","status":"passed","time":{"start":1706525605487,"stop":1706525605487,"duration":0}},{"uid":"f4e1085c9caa346","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f4e1085c9caa346","status":"passed","time":{"start":1706525237519,"stop":1706525237520,"duration":1}},{"uid":"cf7196c0c9602749","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cf7196c0c9602749","status":"passed","time":{"start":1706467847957,"stop":1706467847958,"duration":1}},{"uid":"ac3ad98acef21211","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ac3ad98acef21211","status":"passed","time":{"start":1706323224594,"stop":1706323224594,"duration":0}},{"uid":"88fc3d5d05e01f23","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/88fc3d5d05e01f23","status":"passed","time":{"start":1706321490516,"stop":1706321490517,"duration":1}},{"uid":"288efa8e9d0db4c1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/288efa8e9d0db4c1","status":"passed","time":{"start":1706115297915,"stop":1706115297916,"duration":1}},{"uid":"5e04c61085a6c384","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5e04c61085a6c384","status":"passed","time":{"start":1706114468908,"stop":1706114468909,"duration":1}},{"uid":"12c4568f4547cdc9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/12c4568f4547cdc9","status":"passed","time":{"start":1706111928722,"stop":1706111928723,"duration":1}},{"uid":"d11cb7d0e38d6a5a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d11cb7d0e38d6a5a","status":"passed","time":{"start":1706111629329,"stop":1706111629329,"duration":0}},{"uid":"9def3ce590c561dc","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9def3ce590c561dc","status":"passed","time":{"start":1706109548341,"stop":1706109548341,"duration":0}},{"uid":"ed58c20f0f9bcc2d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ed58c20f0f9bcc2d","status":"passed","time":{"start":1706103319931,"stop":1706103319932,"duration":1}},{"uid":"b24733ab3662137","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b24733ab3662137","status":"passed","time":{"start":1706103066457,"stop":1706103066457,"duration":0}},{"uid":"b5c25e92447e6f88","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b5c25e92447e6f88","status":"passed","time":{"start":1706102448467,"stop":1706102448467,"duration":0}},{"uid":"6e4e4e1364975553","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6e4e4e1364975553","status":"passed","time":{"start":1706102342945,"stop":1706102342945,"duration":0}}]},"5bab7f482380c066c042fd982861d121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b09599d51fb241e8","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b09599d51fb241e8","status":"passed","time":{"start":1706099960910,"stop":1706099960910,"duration":0}}]},"525cb0b43ad15eb8e2923617ecef94bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3505bf9431ea5132","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/3505bf9431ea5132","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/metadata.spec.ts)","time":{"start":1706101451793,"stop":1706101451794,"duration":1}}]},"09c365a35f127b098af2b0bbbeac3de2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"272173c5341ea5f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/272173c5341ea5f","status":"passed","time":{"start":1706114292380,"stop":1706114292380,"duration":0}}]},"7845634de4b5ca858baf3b37064280be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a536bb41670ed49d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a536bb41670ed49d","status":"passed","time":{"start":1705518426058,"stop":1705518426058,"duration":0}}]},"e429c1d7b88b1235611da0f5ab7cc5b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"507c841f3b335235","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/507c841f3b335235","status":"passed","time":{"start":1705518096813,"stop":1705518096813,"duration":0}}]},"991e52c8f3b5d8c7f9e485c91c2b187b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"792e509424b4130","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/792e509424b4130","status":"passed","time":{"start":1705391374466,"stop":1705391374466,"duration":0}}]},"0bc75bfbb42dd5583d968b72ff052b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"dc7fb594b1d25c4e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/dc7fb594b1d25c4e","status":"passed","time":{"start":1705520774321,"stop":1705520774321,"duration":0}},{"uid":"e015e52f5a7a8db2","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/e015e52f5a7a8db2","status":"passed","time":{"start":1705518144867,"stop":1705518144874,"duration":7}},{"uid":"e19f806be281e5c8","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/e19f806be281e5c8","status":"passed","time":{"start":1705518037874,"stop":1705518037875,"duration":1}},{"uid":"38d0f38164112343","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/38d0f38164112343","status":"passed","time":{"start":1705517919614,"stop":1705517919626,"duration":12}},{"uid":"79d5ff378a7f3e72","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/79d5ff378a7f3e72","status":"passed","time":{"start":1705508581666,"stop":1705508581666,"duration":0}},{"uid":"72eed3df980cb42a","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/72eed3df980cb42a","status":"passed","time":{"start":1705506417948,"stop":1705506417948,"duration":0}},{"uid":"c238676ee05e4d73","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/c238676ee05e4d73","status":"passed","time":{"start":1705502873038,"stop":1705502873039,"duration":1}},{"uid":"c3176a7383f31114","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/c3176a7383f31114","status":"passed","time":{"start":1705502411181,"stop":1705502411181,"duration":0}},{"uid":"e51c204d180de223","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e51c204d180de223","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494913014,"stop":1705494913014,"duration":0}},{"uid":"f5e06046e5118093","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f5e06046e5118093","status":"passed","time":{"start":1705494867096,"stop":1705494867097,"duration":1}},{"uid":"5c7145d3f3a37cac","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/5c7145d3f3a37cac","status":"passed","time":{"start":1705494827841,"stop":1705494827842,"duration":1}},{"uid":"9491fb537e2dbf41","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9491fb537e2dbf41","status":"passed","time":{"start":1705493385874,"stop":1705493385876,"duration":2}},{"uid":"59e27b3ff3fc3765","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/59e27b3ff3fc3765","status":"passed","time":{"start":1705493356819,"stop":1705493356819,"duration":0}},{"uid":"e7bf4d37429cc467","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/e7bf4d37429cc467","status":"passed","time":{"start":1705485181324,"stop":1705485181324,"duration":0}},{"uid":"ff5858b8f9f58b8d","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ff5858b8f9f58b8d","status":"passed","time":{"start":1705485039011,"stop":1705485039011,"duration":0}},{"uid":"794b3438727f2be8","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/794b3438727f2be8","status":"passed","time":{"start":1705484288889,"stop":1705484288890,"duration":1}},{"uid":"1603aa3c0525a42d","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/1603aa3c0525a42d","status":"passed","time":{"start":1705469804330,"stop":1705469804331,"duration":1}},{"uid":"85772a00bd488456","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/85772a00bd488456","status":"passed","time":{"start":1705466868865,"stop":1705466868866,"duration":1}},{"uid":"6548298cf27a955a","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/6548298cf27a955a","status":"passed","time":{"start":1705435336419,"stop":1705435336420,"duration":1}},{"uid":"8f1def92b939d2f","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/8f1def92b939d2f","status":"passed","time":{"start":1705434797362,"stop":1705434797363,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":131,"unknown":0,"total":132},"items":[{"uid":"4eaba42ebcd41af9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4eaba42ebcd41af9","status":"passed","time":{"start":1706529407523,"stop":1706529407523,"duration":0}},{"uid":"4c2a0012ca25b4aa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4c2a0012ca25b4aa","status":"passed","time":{"start":1706528377237,"stop":1706528377237,"duration":0}},{"uid":"fe9caedfe3ab21c1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fe9caedfe3ab21c1","status":"passed","time":{"start":1706527278653,"stop":1706527278653,"duration":0}},{"uid":"a088b75aac41d610","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a088b75aac41d610","status":"passed","time":{"start":1706526988165,"stop":1706526988166,"duration":1}},{"uid":"ec0aee6ef381b17","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ec0aee6ef381b17","status":"passed","time":{"start":1706526879340,"stop":1706526879340,"duration":0}},{"uid":"f666074e96e07ee3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f666074e96e07ee3","status":"passed","time":{"start":1706526328850,"stop":1706526328850,"duration":0}},{"uid":"6cbc39234508848b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6cbc39234508848b","status":"passed","time":{"start":1706525796642,"stop":1706525796643,"duration":1}},{"uid":"6238dfc278470902","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6238dfc278470902","status":"passed","time":{"start":1706525414160,"stop":1706525414161,"duration":1}},{"uid":"4185099b99e7efc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4185099b99e7efc","status":"passed","time":{"start":1706468022733,"stop":1706468022733,"duration":0}},{"uid":"d35efe4999d83c2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d35efe4999d83c2","status":"passed","time":{"start":1706323404492,"stop":1706323404493,"duration":1}},{"uid":"a5c1b13bc05b0efd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a5c1b13bc05b0efd","status":"passed","time":{"start":1706321660585,"stop":1706321660585,"duration":0}},{"uid":"240bcd649afcac9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/240bcd649afcac9","status":"passed","time":{"start":1706244922431,"stop":1706244922432,"duration":1}},{"uid":"6d91682648f141a8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6d91682648f141a8","status":"passed","time":{"start":1706115474663,"stop":1706115474663,"duration":0}},{"uid":"33970696d2e71421","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/33970696d2e71421","status":"passed","time":{"start":1706114655765,"stop":1706114655766,"duration":1}},{"uid":"6c3ac3e50896ee13","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6c3ac3e50896ee13","status":"passed","time":{"start":1706112108679,"stop":1706112108679,"duration":0}},{"uid":"591ed2359d62806c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/591ed2359d62806c","status":"passed","time":{"start":1706111802707,"stop":1706111802708,"duration":1}},{"uid":"29547456ae8c281a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/29547456ae8c281a","status":"passed","time":{"start":1706109731518,"stop":1706109731518,"duration":0}},{"uid":"f10041c6f578e784","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f10041c6f578e784","status":"passed","time":{"start":1706103488248,"stop":1706103488248,"duration":0}},{"uid":"55bd9e1fcbdb014e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/55bd9e1fcbdb014e","status":"passed","time":{"start":1706103231431,"stop":1706103231431,"duration":0}},{"uid":"c7337b788c97f9b6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c7337b788c97f9b6","status":"passed","time":{"start":1706102630032,"stop":1706102630032,"duration":0}}]},"068beff5a6dd1162486aba029b3733b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52f782b51d97a7d2","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/52f782b51d97a7d2","status":"passed","time":{"start":1705525653691,"stop":1705525653691,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"8a1fc773862de26e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8a1fc773862de26e","status":"passed","time":{"start":1706529365902,"stop":1706529365902,"duration":0}},{"uid":"9fdb5e8367964db8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9fdb5e8367964db8","status":"passed","time":{"start":1706528340610,"stop":1706528340611,"duration":1}},{"uid":"870bd485b3997be6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/870bd485b3997be6","status":"passed","time":{"start":1706527248980,"stop":1706527248981,"duration":1}},{"uid":"17c857dcb73d072d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/17c857dcb73d072d","status":"passed","time":{"start":1706526997162,"stop":1706526997162,"duration":0}},{"uid":"aba9c94880b68a13","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/aba9c94880b68a13","status":"passed","time":{"start":1706526893392,"stop":1706526893393,"duration":1}},{"uid":"f8bd9d32b8d61e30","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f8bd9d32b8d61e30","status":"passed","time":{"start":1706526327168,"stop":1706526327169,"duration":1}},{"uid":"1d1c68ce3ab2a524","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1d1c68ce3ab2a524","status":"passed","time":{"start":1706525781314,"stop":1706525781314,"duration":0}},{"uid":"de18d47b9a5bd4d1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/de18d47b9a5bd4d1","status":"passed","time":{"start":1706525374266,"stop":1706525374268,"duration":2}},{"uid":"e63d81b8a4a4ea03","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e63d81b8a4a4ea03","status":"passed","time":{"start":1706468039064,"stop":1706468039064,"duration":0}},{"uid":"46392dcc08bfba02","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/46392dcc08bfba02","status":"passed","time":{"start":1706323408019,"stop":1706323408021,"duration":2}},{"uid":"faf64a274802d4a2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/faf64a274802d4a2","status":"passed","time":{"start":1706321643579,"stop":1706321643580,"duration":1}},{"uid":"ecc439841834317f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ecc439841834317f","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966368,"stop":1706244966368,"duration":0}},{"uid":"bbd7e189f3f7b3e1","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/bbd7e189f3f7b3e1","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528811,"stop":1706242528811,"duration":0}},{"uid":"624e46fd954d73ac","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/624e46fd954d73ac","status":"passed","time":{"start":1706115509982,"stop":1706115509982,"duration":0}},{"uid":"7904f9de967541b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7904f9de967541b","status":"passed","time":{"start":1706114658624,"stop":1706114658625,"duration":1}},{"uid":"a7b607df1e622e9e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a7b607df1e622e9e","status":"passed","time":{"start":1706112139550,"stop":1706112139550,"duration":0}},{"uid":"75928626f69249b1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/75928626f69249b1","status":"passed","time":{"start":1706111828831,"stop":1706111828831,"duration":0}},{"uid":"2402d18f943d6ef6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2402d18f943d6ef6","status":"passed","time":{"start":1706109750964,"stop":1706109750964,"duration":0}},{"uid":"c3f0403f58a20f4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c3f0403f58a20f4","status":"passed","time":{"start":1706103450440,"stop":1706103450440,"duration":0}},{"uid":"e5759f9b45c89d36","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e5759f9b45c89d36","status":"passed","time":{"start":1706103293563,"stop":1706103293564,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"bf6ffe1d7e17b0db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bf6ffe1d7e17b0db","status":"passed","time":{"start":1706528986012,"stop":1706528986013,"duration":1}},{"uid":"75ec00689c20a9c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/75ec00689c20a9c","status":"passed","time":{"start":1706527951702,"stop":1706527951703,"duration":1}},{"uid":"83312d28ee93d121","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/83312d28ee93d121","status":"passed","time":{"start":1706526969205,"stop":1706526969205,"duration":0}},{"uid":"e88aab708376ccb2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e88aab708376ccb2","status":"passed","time":{"start":1706526675848,"stop":1706526675848,"duration":0}},{"uid":"ad95dc0bab4099d5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ad95dc0bab4099d5","status":"passed","time":{"start":1706526572355,"stop":1706526572355,"duration":0}},{"uid":"783d36f8c2e3bae6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/783d36f8c2e3bae6","status":"passed","time":{"start":1706525997937,"stop":1706525997937,"duration":0}},{"uid":"f494ef10a771d725","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f494ef10a771d725","status":"passed","time":{"start":1706525468250,"stop":1706525468251,"duration":1}},{"uid":"bf93658ea5e6fbfb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bf93658ea5e6fbfb","status":"passed","time":{"start":1706525019709,"stop":1706525019709,"duration":0}},{"uid":"70b68a490be73d58","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/70b68a490be73d58","status":"passed","time":{"start":1706467721293,"stop":1706467721293,"duration":0}},{"uid":"ed69ebb2d3f9a3a7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ed69ebb2d3f9a3a7","status":"passed","time":{"start":1706323082566,"stop":1706323082566,"duration":0}},{"uid":"3abe75d15a73f42","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3abe75d15a73f42","status":"passed","time":{"start":1706321389968,"stop":1706321389969,"duration":1}},{"uid":"5532d9ab19988098","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5532d9ab19988098","status":"passed","time":{"start":1706115172649,"stop":1706115172649,"duration":0}},{"uid":"15386e9d5407c797","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/15386e9d5407c797","status":"passed","time":{"start":1706114335599,"stop":1706114335599,"duration":0}},{"uid":"3a1dc9108dee2274","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3a1dc9108dee2274","status":"passed","time":{"start":1706111797804,"stop":1706111797805,"duration":1}},{"uid":"e3a782b0a966e008","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e3a782b0a966e008","status":"passed","time":{"start":1706111496587,"stop":1706111496587,"duration":0}},{"uid":"c66aeed248d8e7ba","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c66aeed248d8e7ba","status":"passed","time":{"start":1706109403541,"stop":1706109403541,"duration":0}},{"uid":"82441048457ad66","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/82441048457ad66","status":"passed","time":{"start":1706103220671,"stop":1706103220671,"duration":0}},{"uid":"4a1a60c4474b15d5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4a1a60c4474b15d5","status":"passed","time":{"start":1706102943580,"stop":1706102943580,"duration":0}},{"uid":"4450e27397912ca7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4450e27397912ca7","status":"passed","time":{"start":1706102315318,"stop":1706102315318,"duration":0}},{"uid":"c06c59396cbc262e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c06c59396cbc262e","status":"passed","time":{"start":1706102190045,"stop":1706102190046,"duration":1}}]},"4261e6f975b3ba8e132665046c343cbd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4903aa813aff7c9","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/b4903aa813aff7c9","status":"passed","time":{"start":1705665914454,"stop":1705665914454,"duration":0}}]},"5d8c63873a48044feeed65a7af5046d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b4e664860e8d252","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2b4e664860e8d252","status":"passed","time":{"start":1706525780734,"stop":1706525780734,"duration":0}}]},"947a33fecdb1a6f31a8addb5e973703b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33098ee11046d80e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/33098ee11046d80e","status":"passed","time":{"start":1706111870573,"stop":1706111870573,"duration":0}}]},"043e6c193ced4f27491ff6001bda94da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d576dcf5b7c1d3a","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4d576dcf5b7c1d3a","status":"passed","time":{"start":1705521327118,"stop":1705521327118,"duration":0}}]},"64ede8ca822dc909c1ba30c78c876cd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b81de1bfdf91dca0","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b81de1bfdf91dca0","status":"passed","time":{"start":1705698799128,"stop":1705698799128,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"6ba333d7165864c2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ba333d7165864c2","status":"passed","time":{"start":1706528759259,"stop":1706528759260,"duration":1}},{"uid":"c27860a5624c0f4a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c27860a5624c0f4a","status":"passed","time":{"start":1706527727890,"stop":1706527727890,"duration":0}},{"uid":"5f1d1660b53b7000","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5f1d1660b53b7000","status":"passed","time":{"start":1706526742699,"stop":1706526742699,"duration":0}},{"uid":"d60c76317765813e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d60c76317765813e","status":"passed","time":{"start":1706526439382,"stop":1706526439383,"duration":1}},{"uid":"c620df4708685756","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c620df4708685756","status":"passed","time":{"start":1706526344611,"stop":1706526344611,"duration":0}},{"uid":"b94654549849b8db","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b94654549849b8db","status":"passed","time":{"start":1706525773631,"stop":1706525773631,"duration":0}},{"uid":"1547862806914520","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1547862806914520","status":"passed","time":{"start":1706525240744,"stop":1706525240745,"duration":1}},{"uid":"e5d1c242dc2d30b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e5d1c242dc2d30b","status":"passed","time":{"start":1706524801893,"stop":1706524801894,"duration":1}},{"uid":"7b37d00272817435","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7b37d00272817435","status":"passed","time":{"start":1706467495725,"stop":1706467495726,"duration":1}},{"uid":"daf8db478c46a03a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/daf8db478c46a03a","status":"passed","time":{"start":1706322848714,"stop":1706322848714,"duration":0}},{"uid":"34bdbd795087e790","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/34bdbd795087e790","status":"passed","time":{"start":1706321161658,"stop":1706321161659,"duration":1}},{"uid":"4ef127242325b523","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4ef127242325b523","status":"passed","time":{"start":1706244677914,"stop":1706244677914,"duration":0}},{"uid":"17814e9025b33653","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/17814e9025b33653","status":"passed","time":{"start":1706242246173,"stop":1706242246174,"duration":1}},{"uid":"f77e471c3e0c1cc5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f77e471c3e0c1cc5","status":"passed","time":{"start":1706114934607,"stop":1706114934608,"duration":1}},{"uid":"2064a9796d71a65f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2064a9796d71a65f","status":"passed","time":{"start":1706114105266,"stop":1706114105267,"duration":1}},{"uid":"62d671b507806fb5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/62d671b507806fb5","status":"passed","time":{"start":1706111580032,"stop":1706111580033,"duration":1}},{"uid":"31ce498574f7b6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/31ce498574f7b6","status":"passed","time":{"start":1706111269581,"stop":1706111269581,"duration":0}},{"uid":"5b4865099855d6b0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5b4865099855d6b0","status":"passed","time":{"start":1706109171956,"stop":1706109171956,"duration":0}},{"uid":"269477adc35e34","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/269477adc35e34","status":"passed","time":{"start":1706102989927,"stop":1706102989927,"duration":0}},{"uid":"ad37c7cd6dca2e3d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ad37c7cd6dca2e3d","status":"passed","time":{"start":1706102729747,"stop":1706102729748,"duration":1}}]},"9f7ef1cb2ead2d516cc3ccb61540cb6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6e4a6ee39ee45ce","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/b6e4a6ee39ee45ce","status":"passed","time":{"start":1705678076937,"stop":1705678076938,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":129,"unknown":0,"total":132},"items":[{"uid":"f8469aa4323137f9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f8469aa4323137f9","status":"passed","time":{"start":1706529098417,"stop":1706529098417,"duration":0}},{"uid":"12f87883a6faa39a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/12f87883a6faa39a","status":"passed","time":{"start":1706528062331,"stop":1706528062331,"duration":0}},{"uid":"df6dfc535364adf8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/df6dfc535364adf8","status":"passed","time":{"start":1706527021410,"stop":1706527021412,"duration":2}},{"uid":"61d608ea382f0c73","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/61d608ea382f0c73","status":"passed","time":{"start":1706526732518,"stop":1706526732518,"duration":0}},{"uid":"5fa02e5be87a30d6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5fa02e5be87a30d6","status":"passed","time":{"start":1706526633854,"stop":1706526633855,"duration":1}},{"uid":"81fff1837019427b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/81fff1837019427b","status":"passed","time":{"start":1706526067826,"stop":1706526067826,"duration":0}},{"uid":"7f51db38354aeff","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7f51db38354aeff","status":"passed","time":{"start":1706525534939,"stop":1706525534939,"duration":0}},{"uid":"3f63370bfe88c38","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3f63370bfe88c38","status":"passed","time":{"start":1706525124882,"stop":1706525124883,"duration":1}},{"uid":"972974f573691d2c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/972974f573691d2c","status":"passed","time":{"start":1706467770179,"stop":1706467770179,"duration":0}},{"uid":"3ebca07c784f327d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3ebca07c784f327d","status":"passed","time":{"start":1706323154741,"stop":1706323154741,"duration":0}},{"uid":"81dc24178f4d30f7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/81dc24178f4d30f7","status":"passed","time":{"start":1706321451110,"stop":1706321451110,"duration":0}},{"uid":"34938e0ba7d9f517","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/34938e0ba7d9f517","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244739499,"stop":1706244739499,"duration":0}},{"uid":"94f12d88ee172356","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/94f12d88ee172356","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242301030,"stop":1706242301030,"duration":0}},{"uid":"4069f7a72fc10500","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4069f7a72fc10500","status":"passed","time":{"start":1706115234655,"stop":1706115234656,"duration":1}},{"uid":"6929b4c67b645ce9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6929b4c67b645ce9","status":"passed","time":{"start":1706114380003,"stop":1706114380003,"duration":0}},{"uid":"82d9bdd4a36c3363","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/82d9bdd4a36c3363","status":"passed","time":{"start":1706111859788,"stop":1706111859788,"duration":0}},{"uid":"511de320167a5955","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/511de320167a5955","status":"passed","time":{"start":1706111563437,"stop":1706111563437,"duration":0}},{"uid":"2374dbcc4a099262","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2374dbcc4a099262","status":"passed","time":{"start":1706109471821,"stop":1706109471821,"duration":0}},{"uid":"cad4633f82f545a0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cad4633f82f545a0","status":"passed","time":{"start":1706103283419,"stop":1706103283419,"duration":0}},{"uid":"7e366e2fbba7809a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7e366e2fbba7809a","status":"passed","time":{"start":1706103005469,"stop":1706103005469,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"2fd8ee6fd4a1c5a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2fd8ee6fd4a1c5a1","status":"passed","time":{"start":1706528729421,"stop":1706528729421,"duration":0}},{"uid":"3798aa2759d69a6b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3798aa2759d69a6b","status":"passed","time":{"start":1706527698866,"stop":1706527698867,"duration":1}},{"uid":"19a9615cf3b5b2f4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/19a9615cf3b5b2f4","status":"passed","time":{"start":1706526712950,"stop":1706526712950,"duration":0}},{"uid":"5520c555eea05738","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5520c555eea05738","status":"passed","time":{"start":1706526411261,"stop":1706526411261,"duration":0}},{"uid":"9d5a2337b3d062fc","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9d5a2337b3d062fc","status":"passed","time":{"start":1706526316478,"stop":1706526316478,"duration":0}},{"uid":"45c82e81b7ca29e8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/45c82e81b7ca29e8","status":"passed","time":{"start":1706525744166,"stop":1706525744166,"duration":0}},{"uid":"3bf3fae4166e8efd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3bf3fae4166e8efd","status":"passed","time":{"start":1706525211116,"stop":1706525211117,"duration":1}},{"uid":"98d8d0ac2722f1a8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/98d8d0ac2722f1a8","status":"passed","time":{"start":1706524772409,"stop":1706524772409,"duration":0}},{"uid":"6a206a08d150fa52","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6a206a08d150fa52","status":"passed","time":{"start":1706467466256,"stop":1706467466256,"duration":0}},{"uid":"d0346656fe565fbc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d0346656fe565fbc","status":"passed","time":{"start":1706322818133,"stop":1706322818134,"duration":1}},{"uid":"f9e9e28efd4c1aa5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f9e9e28efd4c1aa5","status":"passed","time":{"start":1706321132322,"stop":1706321132322,"duration":0}},{"uid":"bdebcdf1048850fb","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bdebcdf1048850fb","status":"passed","time":{"start":1706244648269,"stop":1706244648269,"duration":0}},{"uid":"3241d6e1ed2f8327","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3241d6e1ed2f8327","status":"passed","time":{"start":1706242216316,"stop":1706242216317,"duration":1}},{"uid":"8fa4c8348d1c3196","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8fa4c8348d1c3196","status":"passed","time":{"start":1706114904757,"stop":1706114904758,"duration":1}},{"uid":"b753609f00add559","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b753609f00add559","status":"passed","time":{"start":1706114075349,"stop":1706114075349,"duration":0}},{"uid":"ae5cef78b732795e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ae5cef78b732795e","status":"passed","time":{"start":1706111549899,"stop":1706111549900,"duration":1}},{"uid":"de00039b2426dabc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/de00039b2426dabc","status":"passed","time":{"start":1706111239554,"stop":1706111239554,"duration":0}},{"uid":"c30213779162d392","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c30213779162d392","status":"passed","time":{"start":1706109141785,"stop":1706109141785,"duration":0}},{"uid":"b3ebb2ee2f7b45b1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b3ebb2ee2f7b45b1","status":"passed","time":{"start":1706102960258,"stop":1706102960258,"duration":0}},{"uid":"1139dcd13c192cdc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1139dcd13c192cdc","status":"passed","time":{"start":1706102700185,"stop":1706102700185,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"ba6c7791532dbf49","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ba6c7791532dbf49","status":"passed","time":{"start":1706528752628,"stop":1706528752629,"duration":1}},{"uid":"1fcbcf6d4d99ac83","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1fcbcf6d4d99ac83","status":"passed","time":{"start":1706527721481,"stop":1706527721482,"duration":1}},{"uid":"11247a8c8a89fffc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/11247a8c8a89fffc","status":"passed","time":{"start":1706526736326,"stop":1706526736327,"duration":1}},{"uid":"d861cdda4a7b4f86","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d861cdda4a7b4f86","status":"passed","time":{"start":1706526433118,"stop":1706526433119,"duration":1}},{"uid":"a7b624695b06114d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a7b624695b06114d","status":"passed","time":{"start":1706526338329,"stop":1706526338330,"duration":1}},{"uid":"f0068ddecbe5956d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f0068ddecbe5956d","status":"passed","time":{"start":1706525767347,"stop":1706525767348,"duration":1}},{"uid":"3b8429d216918e71","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3b8429d216918e71","status":"passed","time":{"start":1706525234331,"stop":1706525234332,"duration":1}},{"uid":"7c415ddeb9811888","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7c415ddeb9811888","status":"passed","time":{"start":1706524795497,"stop":1706524795498,"duration":1}},{"uid":"87a17847b991d7f7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/87a17847b991d7f7","status":"passed","time":{"start":1706467489455,"stop":1706467489455,"duration":0}},{"uid":"40cfeb0584425bdd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/40cfeb0584425bdd","status":"passed","time":{"start":1706322842262,"stop":1706322842262,"duration":0}},{"uid":"d3016ebd0f1f744a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d3016ebd0f1f744a","status":"passed","time":{"start":1706321155284,"stop":1706321155284,"duration":0}},{"uid":"5e7cee41fa61acc4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5e7cee41fa61acc4","status":"passed","time":{"start":1706244671446,"stop":1706244671447,"duration":1}},{"uid":"8786f3ffd9817301","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8786f3ffd9817301","status":"passed","time":{"start":1706242239778,"stop":1706242239779,"duration":1}},{"uid":"afedf06df503c53b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/afedf06df503c53b","status":"passed","time":{"start":1706114928159,"stop":1706114928160,"duration":1}},{"uid":"f0d20e3148425d14","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f0d20e3148425d14","status":"passed","time":{"start":1706114098847,"stop":1706114098848,"duration":1}},{"uid":"25d8b2d0b6193564","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25d8b2d0b6193564","status":"passed","time":{"start":1706111573570,"stop":1706111573571,"duration":1}},{"uid":"1d86cf992be990fe","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1d86cf992be990fe","status":"passed","time":{"start":1706111263112,"stop":1706111263113,"duration":1}},{"uid":"5d4448b5e1b45b01","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5d4448b5e1b45b01","status":"passed","time":{"start":1706109165543,"stop":1706109165544,"duration":1}},{"uid":"1f9c0e2f493c0e39","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1f9c0e2f493c0e39","status":"passed","time":{"start":1706102983594,"stop":1706102983594,"duration":0}},{"uid":"aecef46e5bdf0c1b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/aecef46e5bdf0c1b","status":"passed","time":{"start":1706102723310,"stop":1706102723310,"duration":0}}]},"2de7ea0dc7dbd61bb36333914f5e8c6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"859b24f93367f50d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/859b24f93367f50d","status":"passed","time":{"start":1706103518430,"stop":1706103518430,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"68cb625ff7e6a01f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/68cb625ff7e6a01f","status":"passed","time":{"start":1706529092214,"stop":1706529092214,"duration":0}},{"uid":"9b839b67f0a7bb5d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9b839b67f0a7bb5d","status":"passed","time":{"start":1706528057460,"stop":1706528057460,"duration":0}},{"uid":"994e587373b4c71e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/994e587373b4c71e","status":"passed","time":{"start":1706526914779,"stop":1706526914779,"duration":0}},{"uid":"589128931281d03b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/589128931281d03b","status":"passed","time":{"start":1706526612654,"stop":1706526612654,"duration":0}},{"uid":"7762e2e2539ef12a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7762e2e2539ef12a","status":"passed","time":{"start":1706526514769,"stop":1706526514769,"duration":0}},{"uid":"de41dcd3a54c27d9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/de41dcd3a54c27d9","status":"passed","time":{"start":1706525945112,"stop":1706525945113,"duration":1}},{"uid":"2e940c39951e4d21","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2e940c39951e4d21","status":"passed","time":{"start":1706525418828,"stop":1706525418829,"duration":1}},{"uid":"7a8e056e0c80c7a5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7a8e056e0c80c7a5","status":"passed","time":{"start":1706525116055,"stop":1706525116055,"duration":0}},{"uid":"a09ad39112c9a72d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a09ad39112c9a72d","status":"passed","time":{"start":1706467681213,"stop":1706467681214,"duration":1}},{"uid":"7fe92bcb808282bb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7fe92bcb808282bb","status":"passed","time":{"start":1706323017126,"stop":1706323017127,"duration":1}},{"uid":"40ce07d2141ffb7a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/40ce07d2141ffb7a","status":"passed","time":{"start":1706321333767,"stop":1706321333767,"duration":0}},{"uid":"8742a19f8bb7e217","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8742a19f8bb7e217","status":"passed","time":{"start":1706115157108,"stop":1706115157109,"duration":1}},{"uid":"bf4d864f53926803","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bf4d864f53926803","status":"passed","time":{"start":1706114292039,"stop":1706114292039,"duration":0}},{"uid":"b7f02f960e654918","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b7f02f960e654918","status":"passed","time":{"start":1706111755021,"stop":1706111755022,"duration":1}},{"uid":"743b76a289b9825e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/743b76a289b9825e","status":"passed","time":{"start":1706111454545,"stop":1706111454545,"duration":0}},{"uid":"e3bcbbc21a91deec","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e3bcbbc21a91deec","status":"passed","time":{"start":1706109346667,"stop":1706109346668,"duration":1}},{"uid":"17d757b1c0ade762","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/17d757b1c0ade762","status":"passed","time":{"start":1706103153476,"stop":1706103153476,"duration":0}},{"uid":"a6e9932c69a7bc1b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a6e9932c69a7bc1b","status":"passed","time":{"start":1706102905541,"stop":1706102905542,"duration":1}},{"uid":"4d1f6857f89c79a6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4d1f6857f89c79a6","status":"passed","time":{"start":1706102263610,"stop":1706102263610,"duration":0}},{"uid":"d760861ebbe629a4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d760861ebbe629a4","status":"passed","time":{"start":1706102127475,"stop":1706102127475,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":85,"unknown":0,"total":86},"items":[{"uid":"f5234d1d71ba8f9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f5234d1d71ba8f9","status":"passed","time":{"start":1706528965670,"stop":1706528965670,"duration":0}},{"uid":"66122420b1611206","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/66122420b1611206","status":"passed","time":{"start":1706527923867,"stop":1706527923867,"duration":0}},{"uid":"497cca36eecbbf8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/497cca36eecbbf8","status":"passed","time":{"start":1706526930826,"stop":1706526930828,"duration":2}},{"uid":"d91f7beba569e9d6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d91f7beba569e9d6","status":"passed","time":{"start":1706526632061,"stop":1706526632063,"duration":2}},{"uid":"e49004fb19be9f9f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e49004fb19be9f9f","status":"passed","time":{"start":1706526534055,"stop":1706526534056,"duration":1}},{"uid":"bca392f2c0d285fc","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bca392f2c0d285fc","status":"passed","time":{"start":1706525958155,"stop":1706525958155,"duration":0}},{"uid":"a0a221b631c36245","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a0a221b631c36245","status":"passed","time":{"start":1706525436682,"stop":1706525436683,"duration":1}},{"uid":"945cf90eefd752d9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/945cf90eefd752d9","status":"passed","time":{"start":1706524982416,"stop":1706524982416,"duration":0}},{"uid":"8c434e1fde28bfa3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8c434e1fde28bfa3","status":"passed","time":{"start":1706467678781,"stop":1706467678782,"duration":1}},{"uid":"5f2ee67ee88f17d0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5f2ee67ee88f17d0","status":"passed","time":{"start":1706323040449,"stop":1706323040449,"duration":0}},{"uid":"83363c20a987b48a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/83363c20a987b48a","status":"passed","time":{"start":1706321353332,"stop":1706321353332,"duration":0}},{"uid":"4452a2642b49c562","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4452a2642b49c562","status":"passed","time":{"start":1706115009677,"stop":1706115009677,"duration":0}},{"uid":"773f82acd0abd98f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/773f82acd0abd98f","status":"passed","time":{"start":1706114292326,"stop":1706114292326,"duration":0}},{"uid":"a2aa5318542d9d62","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a2aa5318542d9d62","status":"passed","time":{"start":1706111780323,"stop":1706111780324,"duration":1}},{"uid":"194084c508390751","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/194084c508390751","status":"passed","time":{"start":1706111463991,"stop":1706111463991,"duration":0}},{"uid":"b148ef64bc60e976","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b148ef64bc60e976","status":"passed","time":{"start":1706109370803,"stop":1706109370805,"duration":2}},{"uid":"9e56c7adc2bd007a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9e56c7adc2bd007a","status":"passed","time":{"start":1706103179130,"stop":1706103179134,"duration":4}},{"uid":"6f62b3d098a2409d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6f62b3d098a2409d","status":"passed","time":{"start":1706102925526,"stop":1706102925528,"duration":2}},{"uid":"37468fb58cba94e2","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/37468fb58cba94e2","status":"passed","time":{"start":1706102273649,"stop":1706102273650,"duration":1}},{"uid":"f793afdddccbee15","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f793afdddccbee15","status":"passed","time":{"start":1706102152972,"stop":1706102152972,"duration":0}}]},"8753d42850b2cc1570b73a3010118d91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87d78042d61cd84","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/87d78042d61cd84","status":"passed","time":{"start":1705681678163,"stop":1705681678163,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"4afacc0b8b36f34b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4afacc0b8b36f34b","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"duration":0}},{"uid":"ea9538440bde345e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ea9538440bde345e","status":"passed","time":{"start":1706527705430,"stop":1706527705430,"duration":0}},{"uid":"b6d6ff35e5053256","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b6d6ff35e5053256","status":"passed","time":{"start":1706526721661,"stop":1706526721662,"duration":1}},{"uid":"2e36cec0dbb56791","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2e36cec0dbb56791","status":"passed","time":{"start":1706526417565,"stop":1706526417565,"duration":0}},{"uid":"5be43f112bb2494b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5be43f112bb2494b","status":"passed","time":{"start":1706526322675,"stop":1706526322676,"duration":1}},{"uid":"1aae35f0b227aa99","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1aae35f0b227aa99","status":"passed","time":{"start":1706525752769,"stop":1706525752770,"duration":1}},{"uid":"c18307fc848a7964","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c18307fc848a7964","status":"passed","time":{"start":1706525219898,"stop":1706525219899,"duration":1}},{"uid":"6fed194551927e84","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6fed194551927e84","status":"passed","time":{"start":1706524780931,"stop":1706524780931,"duration":0}},{"uid":"ffa384fb0d74778a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ffa384fb0d74778a","status":"passed","time":{"start":1706467474879,"stop":1706467474880,"duration":1}},{"uid":"f5cd82747f0824ff","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f5cd82747f0824ff","status":"passed","time":{"start":1706322827221,"stop":1706322827221,"duration":0}},{"uid":"34d4778efa39ffd7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/34d4778efa39ffd7","status":"passed","time":{"start":1706321140683,"stop":1706321140683,"duration":0}},{"uid":"55cf82e58f26c53c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/55cf82e58f26c53c","status":"passed","time":{"start":1706244656778,"stop":1706244656778,"duration":0}},{"uid":"ab20cbcbc83e4789","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ab20cbcbc83e4789","status":"passed","time":{"start":1706242225090,"stop":1706242225091,"duration":1}},{"uid":"55630fff5b57a3c4","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/55630fff5b57a3c4","status":"passed","time":{"start":1706114913332,"stop":1706114913332,"duration":0}},{"uid":"1c6e6df59e57d5fb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1c6e6df59e57d5fb","status":"passed","time":{"start":1706114084093,"stop":1706114084094,"duration":1}},{"uid":"4477081ace6f38cb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4477081ace6f38cb","status":"passed","time":{"start":1706111558880,"stop":1706111558880,"duration":0}},{"uid":"f34c685fd6e732ea","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f34c685fd6e732ea","status":"passed","time":{"start":1706111248345,"stop":1706111248345,"duration":0}},{"uid":"3113c442e2c97864","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3113c442e2c97864","status":"passed","time":{"start":1706109150503,"stop":1706109150503,"duration":0}},{"uid":"ed5da9e3b4b0ed45","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ed5da9e3b4b0ed45","status":"passed","time":{"start":1706102968923,"stop":1706102968923,"duration":0}},{"uid":"23bcf084dbbe6a88","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/23bcf084dbbe6a88","status":"passed","time":{"start":1706102708602,"stop":1706102708603,"duration":1}}]},"691242fc0bb46cc36c81e502c8d810ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e37d1d4c338c6ef1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e37d1d4c338c6ef1","status":"passed","time":{"start":1706528290478,"stop":1706528290482,"duration":4}}]},"2e357d8addf118c3240e3643d95faf9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bdc66ced5302817","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5bdc66ced5302817","status":"passed","time":{"start":1706528190594,"stop":1706528190594,"duration":0}}]},"da6a300ce172d872e11e465fd1cb5915:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a41bf73aac6fe60","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/6a41bf73aac6fe60","status":"passed","time":{"start":1705577756067,"stop":1705577756067,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"75d4824c4ff4e696","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/75d4824c4ff4e696","status":"passed","time":{"start":1706528735137,"stop":1706528735137,"duration":0}},{"uid":"e59eda613577cf58","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e59eda613577cf58","status":"passed","time":{"start":1706527704564,"stop":1706527704564,"duration":0}},{"uid":"834d0f6546ed296c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/834d0f6546ed296c","status":"passed","time":{"start":1706526720938,"stop":1706526720938,"duration":0}},{"uid":"61d43f5c86471f8c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/61d43f5c86471f8c","status":"passed","time":{"start":1706526416661,"stop":1706526416662,"duration":1}},{"uid":"f12d01e87458f8dd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f12d01e87458f8dd","status":"passed","time":{"start":1706526321795,"stop":1706526321796,"duration":1}},{"uid":"b71a063f34f8a4d0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b71a063f34f8a4d0","status":"passed","time":{"start":1706525751937,"stop":1706525751938,"duration":1}},{"uid":"4e1647c642288a5b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4e1647c642288a5b","status":"passed","time":{"start":1706525218972,"stop":1706525218973,"duration":1}},{"uid":"480cb02612a9fcc8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/480cb02612a9fcc8","status":"passed","time":{"start":1706524780151,"stop":1706524780151,"duration":0}},{"uid":"e0d16f30aeccbad3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e0d16f30aeccbad3","status":"passed","time":{"start":1706467474004,"stop":1706467474005,"duration":1}},{"uid":"ac687d3040e1ebf4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ac687d3040e1ebf4","status":"passed","time":{"start":1706322826374,"stop":1706322826374,"duration":0}},{"uid":"3ccb58d22389820f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3ccb58d22389820f","status":"passed","time":{"start":1706321139959,"stop":1706321139959,"duration":0}},{"uid":"be2145cbd50d975e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/be2145cbd50d975e","status":"passed","time":{"start":1706244655888,"stop":1706244655888,"duration":0}},{"uid":"f847484acd540e07","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f847484acd540e07","status":"passed","time":{"start":1706242224333,"stop":1706242224333,"duration":0}},{"uid":"9221eb26a3ab2034","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9221eb26a3ab2034","status":"passed","time":{"start":1706114912532,"stop":1706114912532,"duration":0}},{"uid":"88b65f6d89c4cf89","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/88b65f6d89c4cf89","status":"passed","time":{"start":1706114083277,"stop":1706114083277,"duration":0}},{"uid":"9dcf5ebbb2d71e43","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9dcf5ebbb2d71e43","status":"passed","time":{"start":1706111557904,"stop":1706111557905,"duration":1}},{"uid":"85ff872a6266dbb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/85ff872a6266dbb","status":"passed","time":{"start":1706111247550,"stop":1706111247551,"duration":1}},{"uid":"e2c9512298bf68e1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e2c9512298bf68e1","status":"passed","time":{"start":1706109149778,"stop":1706109149779,"duration":1}},{"uid":"490c809fba4c990f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/490c809fba4c990f","status":"passed","time":{"start":1706102968135,"stop":1706102968135,"duration":0}},{"uid":"535c10afbce9ba74","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/535c10afbce9ba74","status":"passed","time":{"start":1706102707877,"stop":1706102707878,"duration":1}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":1,"passed":129,"unknown":0,"total":132},"items":[{"uid":"b1b0cb2a24bc8075","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b1b0cb2a24bc8075","status":"passed","time":{"start":1706529268050,"stop":1706529268050,"duration":0}},{"uid":"840081235dc3781e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/840081235dc3781e","status":"passed","time":{"start":1706528227156,"stop":1706528227156,"duration":0}},{"uid":"c9423772c3bf6761","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c9423772c3bf6761","status":"passed","time":{"start":1706527190761,"stop":1706527190761,"duration":0}},{"uid":"dc3e3e467f525aa4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dc3e3e467f525aa4","status":"passed","time":{"start":1706526900151,"stop":1706526900152,"duration":1}},{"uid":"f5ef9c3cf0f6a5f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f5ef9c3cf0f6a5f","status":"passed","time":{"start":1706526805107,"stop":1706526805108,"duration":1}},{"uid":"678290653c03990d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/678290653c03990d","status":"passed","time":{"start":1706526239673,"stop":1706526239673,"duration":0}},{"uid":"5c631de0b50b3d8e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5c631de0b50b3d8e","status":"passed","time":{"start":1706525701051,"stop":1706525701052,"duration":1}},{"uid":"b634bd3ea1a1fb76","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b634bd3ea1a1fb76","status":"passed","time":{"start":1706525290654,"stop":1706525290654,"duration":0}},{"uid":"d83f194063dc1367","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d83f194063dc1367","status":"passed","time":{"start":1706467928028,"stop":1706467928028,"duration":0}},{"uid":"2011988c87bcafe0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2011988c87bcafe0","status":"passed","time":{"start":1706323327238,"stop":1706323327239,"duration":1}},{"uid":"fbe071a2cc2df4c6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fbe071a2cc2df4c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449219,"stop":1706321449219,"duration":0}},{"uid":"7cc164d644076caa","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7cc164d644076caa","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244782754,"stop":1706244782754,"duration":0}},{"uid":"56733b2139edb2f6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/56733b2139edb2f6","status":"passed","time":{"start":1706115400174,"stop":1706115400174,"duration":0}},{"uid":"48909997bb6833aa","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/48909997bb6833aa","status":"passed","time":{"start":1706114546365,"stop":1706114546366,"duration":1}},{"uid":"fd847574ada1e727","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fd847574ada1e727","status":"passed","time":{"start":1706112015690,"stop":1706112015690,"duration":0}},{"uid":"1ca71cc4e8d482f1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1ca71cc4e8d482f1","status":"passed","time":{"start":1706111736266,"stop":1706111736266,"duration":0}},{"uid":"3d6e89d0459414a2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3d6e89d0459414a2","status":"passed","time":{"start":1706109647598,"stop":1706109647599,"duration":1}},{"uid":"bf9db74b716ff2df","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bf9db74b716ff2df","status":"passed","time":{"start":1706103431919,"stop":1706103431920,"duration":1}},{"uid":"7eb8ce67aa97c270","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7eb8ce67aa97c270","status":"passed","time":{"start":1706103172406,"stop":1706103172406,"duration":0}},{"uid":"452924a89f7d59ea","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/452924a89f7d59ea","status":"passed","time":{"start":1706102539690,"stop":1706102539691,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"e6714ef287276fcb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e6714ef287276fcb","status":"passed","time":{"start":1706529218523,"stop":1706529218524,"duration":1}},{"uid":"24a0c05a507c13bb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/24a0c05a507c13bb","status":"passed","time":{"start":1706528190574,"stop":1706528190574,"duration":0}},{"uid":"5d1aea19aff80a60","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5d1aea19aff80a60","status":"passed","time":{"start":1706527166756,"stop":1706527166757,"duration":1}},{"uid":"22d31ab9850e65a0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/22d31ab9850e65a0","status":"passed","time":{"start":1706526866898,"stop":1706526866898,"duration":0}},{"uid":"ec664846e10e772d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ec664846e10e772d","status":"passed","time":{"start":1706526763569,"stop":1706526763569,"duration":0}},{"uid":"621fbacb253e16b4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/621fbacb253e16b4","status":"passed","time":{"start":1706526185684,"stop":1706526185684,"duration":0}},{"uid":"9d1c90fb55cffe49","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9d1c90fb55cffe49","status":"passed","time":{"start":1706525658980,"stop":1706525658981,"duration":1}},{"uid":"141c50a898ffd5e1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/141c50a898ffd5e1","status":"passed","time":{"start":1706525242376,"stop":1706525242377,"duration":1}},{"uid":"e1e43a8dba0ecb1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e1e43a8dba0ecb1","status":"passed","time":{"start":1706467906886,"stop":1706467906886,"duration":0}},{"uid":"e8f7dd1cbd96a05c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e8f7dd1cbd96a05c","status":"passed","time":{"start":1706323273271,"stop":1706323273274,"duration":3}},{"uid":"29b17c160c8e90f4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/29b17c160c8e90f4","status":"passed","time":{"start":1706321575884,"stop":1706321575885,"duration":1}},{"uid":"be3fa62370ba5d65","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/be3fa62370ba5d65","status":"passed","time":{"start":1706115384053,"stop":1706115384053,"duration":0}},{"uid":"577b7a79893359a3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/577b7a79893359a3","status":"passed","time":{"start":1706114521930,"stop":1706114521931,"duration":1}},{"uid":"de9849fdc49ef6a3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/de9849fdc49ef6a3","status":"passed","time":{"start":1706112015262,"stop":1706112015262,"duration":0}},{"uid":"5d7eea28a25c7d03","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5d7eea28a25c7d03","status":"passed","time":{"start":1706111693406,"stop":1706111693406,"duration":0}},{"uid":"7d707dd9bdb523e1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7d707dd9bdb523e1","status":"passed","time":{"start":1706109609742,"stop":1706109609743,"duration":1}},{"uid":"3647e99d763a46eb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3647e99d763a46eb","status":"passed","time":{"start":1706103393433,"stop":1706103393433,"duration":0}},{"uid":"cf554fc31c01b3b2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cf554fc31c01b3b2","status":"passed","time":{"start":1706103153317,"stop":1706103153317,"duration":0}},{"uid":"c2c2b0ff37b65f75","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c2c2b0ff37b65f75","status":"passed","time":{"start":1706102507016,"stop":1706102507017,"duration":1}},{"uid":"56d33b7c68584ca7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/56d33b7c68584ca7","status":"passed","time":{"start":1706102385186,"stop":1706102385187,"duration":1}}]},"62b0341d7e3a4661c49255ec876339f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9385431c38d47545","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9385431c38d47545","status":"passed","time":{"start":1706098945331,"stop":1706098945332,"duration":1}}]},"770158222b62c295d7abace51bf35f8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8c499b18811a719","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/d8c499b18811a719","status":"passed","time":{"start":1705520832708,"stop":1705520832708,"duration":0}}]},"9383db1a6eae097d829633fad4018de1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c64dc8f1998e3ee","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/c64dc8f1998e3ee","status":"passed","time":{"start":1705698747967,"stop":1705698747968,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"efb4e61dd1480232","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/efb4e61dd1480232","status":"passed","time":{"start":1706529403578,"stop":1706529403579,"duration":1}},{"uid":"48c396bbf5cd01de","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/48c396bbf5cd01de","status":"passed","time":{"start":1706528357110,"stop":1706528357111,"duration":1}},{"uid":"b4ca5a2347d7b35a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b4ca5a2347d7b35a","status":"passed","time":{"start":1706527326698,"stop":1706527326698,"duration":0}},{"uid":"90e76169d69c1ee6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/90e76169d69c1ee6","status":"passed","time":{"start":1706527049801,"stop":1706527049801,"duration":0}},{"uid":"30b7a7b54d708c6f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/30b7a7b54d708c6f","status":"passed","time":{"start":1706526961449,"stop":1706526961449,"duration":0}},{"uid":"fe3996dc3a42a5ad","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fe3996dc3a42a5ad","status":"passed","time":{"start":1706526404287,"stop":1706526404287,"duration":0}},{"uid":"2b84887576f96005","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2b84887576f96005","status":"passed","time":{"start":1706525849963,"stop":1706525849963,"duration":0}},{"uid":"b966907e450e2523","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b966907e450e2523","status":"passed","time":{"start":1706525432954,"stop":1706525432955,"duration":1}},{"uid":"5595d2a6e093de4e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5595d2a6e093de4e","status":"passed","time":{"start":1706468114355,"stop":1706468114355,"duration":0}},{"uid":"523073a4bba48a2f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/523073a4bba48a2f","status":"passed","time":{"start":1706323469656,"stop":1706323469656,"duration":0}},{"uid":"e8c20a56b8c828a0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e8c20a56b8c828a0","status":"passed","time":{"start":1706321771797,"stop":1706321771797,"duration":0}},{"uid":"ffe628b6ab13c9ee","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ffe628b6ab13c9ee","status":"passed","time":{"start":1706115542401,"stop":1706115542401,"duration":0}},{"uid":"7095c93cb6a2e20b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7095c93cb6a2e20b","status":"passed","time":{"start":1706114725924,"stop":1706114725925,"duration":1}},{"uid":"923cbb69278f4bef","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/923cbb69278f4bef","status":"passed","time":{"start":1706112199271,"stop":1706112199271,"duration":0}},{"uid":"4c1f5bda07e80f5f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4c1f5bda07e80f5f","status":"passed","time":{"start":1706111893743,"stop":1706111893743,"duration":0}},{"uid":"f933d4ef0a56793c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f933d4ef0a56793c","status":"passed","time":{"start":1706109796558,"stop":1706109796558,"duration":0}},{"uid":"384d26cc23f65d38","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/384d26cc23f65d38","status":"passed","time":{"start":1706103557159,"stop":1706103557159,"duration":0}},{"uid":"a8de14fcfbd4d2bf","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a8de14fcfbd4d2bf","status":"passed","time":{"start":1706103365811,"stop":1706103365811,"duration":0}},{"uid":"73d5ea952c8fc09c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/73d5ea952c8fc09c","status":"passed","time":{"start":1706102701056,"stop":1706102701056,"duration":0}},{"uid":"38dc2e4062e5de8d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/38dc2e4062e5de8d","status":"passed","time":{"start":1706102579564,"stop":1706102579564,"duration":0}}]},"83606e114930a8b0d1e498088f4154ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"f8a289b3ee34614","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f8a289b3ee34614","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244709082,"stop":1706244709083,"duration":1}},{"uid":"417494060ab04fc6","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/417494060ab04fc6","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242274132,"stop":1706242274132,"duration":0}}]},"dea344840db18f540e764bab403d08d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":30,"unknown":0,"total":31},"items":[{"uid":"78d60bd1ee1ba7b5","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/78d60bd1ee1ba7b5","status":"passed","time":{"start":1705517887799,"stop":1705517887800,"duration":1}},{"uid":"ff8ed2c7a82c4f93","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/ff8ed2c7a82c4f93","status":"passed","time":{"start":1705508546746,"stop":1705508546746,"duration":0}},{"uid":"e1e67785e89a7f2","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/e1e67785e89a7f2","status":"passed","time":{"start":1705502840367,"stop":1705502840368,"duration":1}},{"uid":"b223b25c1b504388","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/b223b25c1b504388","status":"passed","time":{"start":1705502379262,"stop":1705502379263,"duration":1}},{"uid":"1a69144bf51ba52a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1a69144bf51ba52a","status":"passed","time":{"start":1705494781677,"stop":1705494781677,"duration":0}},{"uid":"107e07a5042fc263","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/107e07a5042fc263","status":"passed","time":{"start":1705494835475,"stop":1705494835475,"duration":0}},{"uid":"c4eb99286fdc512","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/c4eb99286fdc512","status":"passed","time":{"start":1705494795648,"stop":1705494795648,"duration":0}},{"uid":"19eacf83f1ef2623","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/19eacf83f1ef2623","status":"passed","time":{"start":1705493356105,"stop":1705493356109,"duration":4}},{"uid":"5f446f6196127278","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/5f446f6196127278","status":"passed","time":{"start":1705493324128,"stop":1705493324129,"duration":1}},{"uid":"c7a318b805413e83","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/c7a318b805413e83","status":"passed","time":{"start":1705485149793,"stop":1705485149794,"duration":1}},{"uid":"1144a530f32161f3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/1144a530f32161f3","status":"passed","time":{"start":1705485009355,"stop":1705485009356,"duration":1}},{"uid":"b57850801b258ca6","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/b57850801b258ca6","status":"passed","time":{"start":1705484257970,"stop":1705484257970,"duration":0}},{"uid":"21db620b80ff09c9","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/21db620b80ff09c9","status":"passed","time":{"start":1705469772118,"stop":1705469772119,"duration":1}},{"uid":"b0a9affacc1d1f86","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/b0a9affacc1d1f86","status":"passed","time":{"start":1705466834304,"stop":1705466834305,"duration":1}},{"uid":"f8f75f94b47480d2","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/f8f75f94b47480d2","status":"broken","statusDetails":"(HTTP code 404) no such container - No such image: wakuorg/nwaku:v0.22.0 ","time":{"start":1705429249399,"stop":1705429249399,"duration":0}},{"uid":"76feaaaae4f3dea8","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/76feaaaae4f3dea8","status":"passed","time":{"start":1705429075375,"stop":1705429075375,"duration":0}},{"uid":"8ab00b73f948e30d","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/8ab00b73f948e30d","status":"passed","time":{"start":1705426774745,"stop":1705426774745,"duration":0}},{"uid":"372ea1cd93bdd87c","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/372ea1cd93bdd87c","status":"passed","time":{"start":1705426381373,"stop":1705426381374,"duration":1}},{"uid":"f2c17f3ead3bfa1f","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/f2c17f3ead3bfa1f","status":"passed","time":{"start":1705426322383,"stop":1705426322384,"duration":1}},{"uid":"5aaa739c833024d1","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/5aaa739c833024d1","status":"passed","time":{"start":1705426159686,"stop":1705426159687,"duration":1}}]},"c649d1933cb93bdab7d537ca96e751b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35bd23fed9eaa956","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/35bd23fed9eaa956","status":"passed","time":{"start":1705681341589,"stop":1705681341590,"duration":1}},{"uid":"c2dbd1ccee4cb0e1","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/c2dbd1ccee4cb0e1","status":"passed","time":{"start":1705680075493,"stop":1705680075494,"duration":1}},{"uid":"ad81b8a5fd8d8276","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/ad81b8a5fd8d8276","status":"passed","time":{"start":1705666818719,"stop":1705666818719,"duration":0}}]},"da22633fa9457581c2292fbdba645430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f72d6ad2a9ea77ab","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f72d6ad2a9ea77ab","status":"passed","time":{"start":1705506479150,"stop":1705506479151,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"fd5e113511920df1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fd5e113511920df1","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"duration":0}},{"uid":"5cf7d1a8b9724955","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5cf7d1a8b9724955","status":"passed","time":{"start":1706528290496,"stop":1706528290496,"duration":0}},{"uid":"669e0a4a4cf14253","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/669e0a4a4cf14253","status":"passed","time":{"start":1706527264392,"stop":1706527264393,"duration":1}},{"uid":"f5147b2c2c323a0c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f5147b2c2c323a0c","status":"passed","time":{"start":1706526976788,"stop":1706526976788,"duration":0}},{"uid":"c621e683061ff616","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c621e683061ff616","status":"passed","time":{"start":1706526885818,"stop":1706526885818,"duration":0}},{"uid":"82dee1d7801c789a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/82dee1d7801c789a","status":"passed","time":{"start":1706526330116,"stop":1706526330116,"duration":0}},{"uid":"ca2160838421554d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ca2160838421554d","status":"passed","time":{"start":1706525780743,"stop":1706525780743,"duration":0}},{"uid":"f14c7693ad805739","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f14c7693ad805739","status":"passed","time":{"start":1706525359514,"stop":1706525359514,"duration":0}},{"uid":"325fb4817268c7b6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/325fb4817268c7b6","status":"passed","time":{"start":1706468042654,"stop":1706468042655,"duration":1}},{"uid":"afc5de63a45e45f5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/afc5de63a45e45f5","status":"passed","time":{"start":1706323386952,"stop":1706323386952,"duration":0}},{"uid":"fa58ed4c7f766af2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fa58ed4c7f766af2","status":"passed","time":{"start":1706321713114,"stop":1706321713115,"duration":1}},{"uid":"da6e7f11bf2dd242","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/da6e7f11bf2dd242","status":"passed","time":{"start":1706115482637,"stop":1706115482637,"duration":0}},{"uid":"ac77938fe4a5ded1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ac77938fe4a5ded1","status":"passed","time":{"start":1706114635452,"stop":1706114635453,"duration":1}},{"uid":"db33bad879696299","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/db33bad879696299","status":"passed","time":{"start":1706112127589,"stop":1706112127590,"duration":1}},{"uid":"66b1a3fef83df6c1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/66b1a3fef83df6c1","status":"passed","time":{"start":1706111809294,"stop":1706111809294,"duration":0}},{"uid":"b312dfab24736603","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b312dfab24736603","status":"passed","time":{"start":1706109719550,"stop":1706109719551,"duration":1}},{"uid":"62e16814b913590f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/62e16814b913590f","status":"passed","time":{"start":1706103518444,"stop":1706103518445,"duration":1}},{"uid":"6e0ae95f2c72f588","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6e0ae95f2c72f588","status":"passed","time":{"start":1706103305185,"stop":1706103305185,"duration":0}},{"uid":"94b62586954a295d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/94b62586954a295d","status":"passed","time":{"start":1706102626869,"stop":1706102626869,"duration":0}},{"uid":"b3dcf90f995b2541","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b3dcf90f995b2541","status":"passed","time":{"start":1706102491917,"stop":1706102491917,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"8d5216d190b64a04","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8d5216d190b64a04","status":"passed","time":{"start":1706528857316,"stop":1706528857316,"duration":0}},{"uid":"33f52334f3f2b041","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/33f52334f3f2b041","status":"passed","time":{"start":1706527827579,"stop":1706527827579,"duration":0}},{"uid":"507fbe7a75fb8ea4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/507fbe7a75fb8ea4","status":"passed","time":{"start":1706526836996,"stop":1706526836996,"duration":0}},{"uid":"830f31d1a755c5bb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/830f31d1a755c5bb","status":"passed","time":{"start":1706526533883,"stop":1706526533884,"duration":1}},{"uid":"bc7acf966d3e9bb2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bc7acf966d3e9bb2","status":"passed","time":{"start":1706526441877,"stop":1706526441877,"duration":0}},{"uid":"6ca33e569848d186","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6ca33e569848d186","status":"passed","time":{"start":1706525866025,"stop":1706525866025,"duration":0}},{"uid":"640e10510067174c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/640e10510067174c","status":"passed","time":{"start":1706525332945,"stop":1706525332945,"duration":0}},{"uid":"d0e3a86d28c0b959","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d0e3a86d28c0b959","status":"passed","time":{"start":1706524895845,"stop":1706524895846,"duration":1}},{"uid":"1a0f3951f99dfea9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1a0f3951f99dfea9","status":"passed","time":{"start":1706467592267,"stop":1706467592267,"duration":0}},{"uid":"5855b868dc7632d4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5855b868dc7632d4","status":"passed","time":{"start":1706322942353,"stop":1706322942353,"duration":0}},{"uid":"6f01955f02b30cab","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6f01955f02b30cab","status":"passed","time":{"start":1706321253058,"stop":1706321253059,"duration":1}},{"uid":"d5e7af7cd71fc6ee","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d5e7af7cd71fc6ee","status":"passed","time":{"start":1706244761413,"stop":1706244761414,"duration":1}},{"uid":"d43073ef729be2be","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d43073ef729be2be","status":"passed","time":{"start":1706242323585,"stop":1706242323586,"duration":1}},{"uid":"961244d1b41dae24","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/961244d1b41dae24","status":"passed","time":{"start":1706115032886,"stop":1706115032886,"duration":0}},{"uid":"f0d5822fa5ea148d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f0d5822fa5ea148d","status":"passed","time":{"start":1706114198060,"stop":1706114198061,"duration":1}},{"uid":"21928f722b918b9a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/21928f722b918b9a","status":"passed","time":{"start":1706111672945,"stop":1706111672946,"duration":1}},{"uid":"aad94111b6e4e37","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/aad94111b6e4e37","status":"passed","time":{"start":1706111369282,"stop":1706111369282,"duration":0}},{"uid":"84872e12f518267","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/84872e12f518267","status":"passed","time":{"start":1706109273520,"stop":1706109273521,"duration":1}},{"uid":"2f9ecbd77c6eacf3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2f9ecbd77c6eacf3","status":"passed","time":{"start":1706103083960,"stop":1706103083961,"duration":1}},{"uid":"e8870a3945d7dcdb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e8870a3945d7dcdb","status":"passed","time":{"start":1706102826543,"stop":1706102826544,"duration":1}}]},"4457a5b29bb57b6fe0c3a444126be38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bb15d1141f79291","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/9bb15d1141f79291","status":"passed","time":{"start":1706102203647,"stop":1706102203647,"duration":0}}]},"eda72c3057caa23f9e62221e73af52ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f15fa9a8eb60219","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/4f15fa9a8eb60219","status":"passed","time":{"start":1705584415068,"stop":1705584415068,"duration":0}}]},"c58d97732dafd0cc327c2a162a401ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3162b3c209339fe7","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/3162b3c209339fe7","status":"passed","time":{"start":1705681459380,"stop":1705681459380,"duration":0}}]},"11b6b7b2eed4a058e6f0d4202378eb96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f03ae0f0ad90eb","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/e3f03ae0f0ad90eb","status":"passed","time":{"start":1706102322249,"stop":1706102322249,"duration":0}}]},"e3346c9650e7b601dadbb7f7a8467a73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3208be7dd3a299d1","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/3208be7dd3a299d1","status":"passed","time":{"start":1705572658719,"stop":1705572658719,"duration":0}}]},"ba275ea97bb634305221975c329f948c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7393878d5ff3c0fc","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/7393878d5ff3c0fc","status":"passed","time":{"start":1705584465044,"stop":1705584465044,"duration":0}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"562cd6ebc19c711c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/562cd6ebc19c711c","status":"passed","time":{"start":1706528752271,"stop":1706528752272,"duration":1}},{"uid":"48ee031e8c8f8651","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/48ee031e8c8f8651","status":"passed","time":{"start":1706527720934,"stop":1706527720935,"duration":1}},{"uid":"238c20a9387adee8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/238c20a9387adee8","status":"passed","time":{"start":1706526735910,"stop":1706526735911,"duration":1}},{"uid":"d3f317e0e3d0a19e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d3f317e0e3d0a19e","status":"passed","time":{"start":1706526432826,"stop":1706526432827,"duration":1}},{"uid":"792870c62bce728f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/792870c62bce728f","status":"passed","time":{"start":1706526337885,"stop":1706526337885,"duration":0}},{"uid":"c72f99cb7689b4b8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c72f99cb7689b4b8","status":"passed","time":{"start":1706525767000,"stop":1706525767001,"duration":1}},{"uid":"8fcf59ffc96a8f09","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8fcf59ffc96a8f09","status":"passed","time":{"start":1706525233965,"stop":1706525233965,"duration":0}},{"uid":"9c68f863ef6e9162","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9c68f863ef6e9162","status":"passed","time":{"start":1706524795125,"stop":1706524795126,"duration":1}},{"uid":"164f2abc26c4f952","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/164f2abc26c4f952","status":"passed","time":{"start":1706467489028,"stop":1706467489029,"duration":1}},{"uid":"e33d1ec1560c94c4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e33d1ec1560c94c4","status":"passed","time":{"start":1706322841818,"stop":1706322841819,"duration":1}},{"uid":"5e368fe331ca6bdb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5e368fe331ca6bdb","status":"passed","time":{"start":1706321154966,"stop":1706321154966,"duration":0}},{"uid":"489f2526ad5f5130","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/489f2526ad5f5130","status":"passed","time":{"start":1706244671177,"stop":1706244671178,"duration":1}},{"uid":"60b2f8f4161236e7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/60b2f8f4161236e7","status":"passed","time":{"start":1706242239400,"stop":1706242239400,"duration":0}},{"uid":"b83dac7b6654444b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b83dac7b6654444b","status":"passed","time":{"start":1706114927749,"stop":1706114927750,"duration":1}},{"uid":"f486e208c0ac57a2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f486e208c0ac57a2","status":"passed","time":{"start":1706114098427,"stop":1706114098428,"duration":1}},{"uid":"44e723c32138ddb6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/44e723c32138ddb6","status":"passed","time":{"start":1706111573217,"stop":1706111573217,"duration":0}},{"uid":"a00f571b3de073f3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a00f571b3de073f3","status":"passed","time":{"start":1706111262806,"stop":1706111262806,"duration":0}},{"uid":"e6bd99030b683844","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e6bd99030b683844","status":"passed","time":{"start":1706109165169,"stop":1706109165170,"duration":1}},{"uid":"71eaade00d94e51b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/71eaade00d94e51b","status":"passed","time":{"start":1706102983254,"stop":1706102983255,"duration":1}},{"uid":"6c802c039e7ed47f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6c802c039e7ed47f","status":"passed","time":{"start":1706102722923,"stop":1706102722923,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"e709341784b931ef","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e709341784b931ef","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"duration":0}},{"uid":"652a35868f47eafb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/652a35868f47eafb","status":"passed","time":{"start":1706528204714,"stop":1706528204714,"duration":0}},{"uid":"d4e83553869f4abf","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d4e83553869f4abf","status":"passed","time":{"start":1706527099416,"stop":1706527099419,"duration":3}},{"uid":"f34579d5a0fb1526","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f34579d5a0fb1526","status":"passed","time":{"start":1706526797226,"stop":1706526797227,"duration":1}},{"uid":"39bd41ac6f9d0801","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/39bd41ac6f9d0801","status":"passed","time":{"start":1706526702299,"stop":1706526702299,"duration":0}},{"uid":"710c219996d24125","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/710c219996d24125","status":"passed","time":{"start":1706526144639,"stop":1706526144640,"duration":1}},{"uid":"40fb3a9188383b52","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/40fb3a9188383b52","status":"passed","time":{"start":1706525605482,"stop":1706525605483,"duration":1}},{"uid":"151f028e940f5ba","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/151f028e940f5ba","status":"passed","time":{"start":1706525237518,"stop":1706525237518,"duration":0}},{"uid":"3b3d6fa474ead829","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3b3d6fa474ead829","status":"passed","time":{"start":1706467847956,"stop":1706467847956,"duration":0}},{"uid":"41330a0eeeb05580","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/41330a0eeeb05580","status":"passed","time":{"start":1706323224591,"stop":1706323224591,"duration":0}},{"uid":"335e75f775daa008","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/335e75f775daa008","status":"passed","time":{"start":1706321490515,"stop":1706321490515,"duration":0}},{"uid":"7f0a77b518d07893","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7f0a77b518d07893","status":"passed","time":{"start":1706115297913,"stop":1706115297914,"duration":1}},{"uid":"173e58a69eaf675b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/173e58a69eaf675b","status":"passed","time":{"start":1706114468896,"stop":1706114468897,"duration":1}},{"uid":"9f9d8711991a4beb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9f9d8711991a4beb","status":"passed","time":{"start":1706111928721,"stop":1706111928721,"duration":0}},{"uid":"9df7663fe6e4f8b6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9df7663fe6e4f8b6","status":"passed","time":{"start":1706111629326,"stop":1706111629326,"duration":0}},{"uid":"5041c264994007ed","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5041c264994007ed","status":"passed","time":{"start":1706109548339,"stop":1706109548340,"duration":1}},{"uid":"630b7595c26f1ba1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/630b7595c26f1ba1","status":"passed","time":{"start":1706103319930,"stop":1706103319930,"duration":0}},{"uid":"61ea59722c501c5f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/61ea59722c501c5f","status":"passed","time":{"start":1706103066456,"stop":1706103066456,"duration":0}},{"uid":"ad668d0642035b60","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ad668d0642035b60","status":"passed","time":{"start":1706102448466,"stop":1706102448466,"duration":0}},{"uid":"b8ed209ea01c9409","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b8ed209ea01c9409","status":"passed","time":{"start":1706102342943,"stop":1706102342943,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"368e058aee907ab2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/368e058aee907ab2","status":"passed","time":{"start":1706529378206,"stop":1706529378206,"duration":0}},{"uid":"35c23e4c7da14fe1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/35c23e4c7da14fe1","status":"passed","time":{"start":1706528340448,"stop":1706528340448,"duration":0}},{"uid":"61987a0536a942fc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/61987a0536a942fc","status":"passed","time":{"start":1706527263025,"stop":1706527263026,"duration":1}},{"uid":"727834adc6408e31","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/727834adc6408e31","status":"passed","time":{"start":1706527018362,"stop":1706527018362,"duration":0}},{"uid":"73f72dc8a0049def","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/73f72dc8a0049def","status":"passed","time":{"start":1706526921005,"stop":1706526921006,"duration":1}},{"uid":"d2ab4a16b92b90b6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d2ab4a16b92b90b6","status":"passed","time":{"start":1706526364921,"stop":1706526364922,"duration":1}},{"uid":"1ea6fbe97f71c43c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1ea6fbe97f71c43c","status":"passed","time":{"start":1706525815781,"stop":1706525815782,"duration":1}},{"uid":"ad4958ccb6af16fc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ad4958ccb6af16fc","status":"passed","time":{"start":1706525403291,"stop":1706525403292,"duration":1}},{"uid":"71aad7b23b862db1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/71aad7b23b862db1","status":"passed","time":{"start":1706468037071,"stop":1706468037071,"duration":0}},{"uid":"2c816cd053235b1c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2c816cd053235b1c","status":"passed","time":{"start":1706323438322,"stop":1706323438322,"duration":0}},{"uid":"4d12cefe17236223","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4d12cefe17236223","status":"passed","time":{"start":1706321670397,"stop":1706321670398,"duration":1}},{"uid":"820220d5615e51d4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/820220d5615e51d4","status":"passed","time":{"start":1706244806935,"stop":1706244806936,"duration":1}},{"uid":"9c754ef31bc1ec50","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9c754ef31bc1ec50","status":"passed","time":{"start":1706242366088,"stop":1706242366088,"duration":0}},{"uid":"bf96b3c474aa0c36","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bf96b3c474aa0c36","status":"passed","time":{"start":1706115502837,"stop":1706115502837,"duration":0}},{"uid":"16a015b1612fa885","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/16a015b1612fa885","status":"passed","time":{"start":1706114665322,"stop":1706114665323,"duration":1}},{"uid":"607bd09ffd132c0f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/607bd09ffd132c0f","status":"passed","time":{"start":1706112151706,"stop":1706112151706,"duration":0}},{"uid":"fd0ef387c1b0d510","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fd0ef387c1b0d510","status":"passed","time":{"start":1706111851586,"stop":1706111851587,"duration":1}},{"uid":"4df39259cfa3117a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4df39259cfa3117a","status":"passed","time":{"start":1706109762341,"stop":1706109762343,"duration":2}},{"uid":"8d9a522ceef04993","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8d9a522ceef04993","status":"passed","time":{"start":1706103476593,"stop":1706103476594,"duration":1}},{"uid":"22ca2c6d5e613412","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/22ca2c6d5e613412","status":"passed","time":{"start":1706103287622,"stop":1706103287623,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"e8cebfc8e38a8be1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e8cebfc8e38a8be1","status":"passed","time":{"start":1706529367452,"stop":1706529367467,"duration":15}},{"uid":"f9bce8e9ad6b67fb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f9bce8e9ad6b67fb","status":"passed","time":{"start":1706528339930,"stop":1706528339930,"duration":0}},{"uid":"c82ee80a4b3d11e7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c82ee80a4b3d11e7","status":"passed","time":{"start":1706527181576,"stop":1706527181577,"duration":1}},{"uid":"e1b4f5281f749ee0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e1b4f5281f749ee0","status":"passed","time":{"start":1706527016295,"stop":1706527016295,"duration":0}},{"uid":"5f32dcc0be3e5ed8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5f32dcc0be3e5ed8","status":"passed","time":{"start":1706526929199,"stop":1706526929199,"duration":0}},{"uid":"cb66809ef383233c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cb66809ef383233c","status":"passed","time":{"start":1706526355571,"stop":1706526355571,"duration":0}},{"uid":"94db10b130dab158","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/94db10b130dab158","status":"passed","time":{"start":1706525825278,"stop":1706525825279,"duration":1}},{"uid":"a6498a5ce6077adc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a6498a5ce6077adc","status":"passed","time":{"start":1706525414586,"stop":1706525414586,"duration":0}},{"uid":"a2636a07d743f6c5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a2636a07d743f6c5","status":"passed","time":{"start":1706468084964,"stop":1706468084965,"duration":1}},{"uid":"bf7531255117dd94","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bf7531255117dd94","status":"passed","time":{"start":1706323430971,"stop":1706323430972,"duration":1}},{"uid":"98862754e6ef0182","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/98862754e6ef0182","status":"passed","time":{"start":1706321743966,"stop":1706321743967,"duration":1}},{"uid":"c0a9853d1016488f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c0a9853d1016488f","status":"passed","time":{"start":1706115449580,"stop":1706115449581,"duration":1}},{"uid":"f8b817a36a65925c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f8b817a36a65925c","status":"passed","time":{"start":1706114706810,"stop":1706114706810,"duration":0}},{"uid":"d2791e58ccfafc07","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d2791e58ccfafc07","status":"passed","time":{"start":1706112158267,"stop":1706112158271,"duration":4}},{"uid":"7caa16e15b697d93","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7caa16e15b697d93","status":"passed","time":{"start":1706111870564,"stop":1706111870565,"duration":1}},{"uid":"554f8f9f20ce99da","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/554f8f9f20ce99da","status":"passed","time":{"start":1706109756251,"stop":1706109756251,"duration":0}},{"uid":"2a5a4d830eece186","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2a5a4d830eece186","status":"passed","time":{"start":1706103332261,"stop":1706103332261,"duration":0}},{"uid":"7f51f9a0437c87ec","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7f51f9a0437c87ec","status":"passed","time":{"start":1706102670264,"stop":1706102670264,"duration":0}},{"uid":"a6a9c9bd441d8e00","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a6a9c9bd441d8e00","status":"passed","time":{"start":1706102539194,"stop":1706102539195,"duration":1}},{"uid":"43a5e116eecda36a","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/43a5e116eecda36a","status":"passed","time":{"start":1706102378577,"stop":1706102378577,"duration":0}}]},"7f20802b03d2895486366b79a2c416b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8d5f8aaeb97ae83","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/c8d5f8aaeb97ae83","status":"passed","time":{"start":1705591017942,"stop":1705591017942,"duration":0}}]},"c3779e00114e44aaa532745c2971adc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92277288d12ebb34","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/92277288d12ebb34","status":"passed","time":{"start":1706525414595,"stop":1706525414596,"duration":1}}]},"32a79bf2368eb709ae09a73ca8f06367:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1a20a6c93d65962","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e1a20a6c93d65962","status":"passed","time":{"start":1705502517781,"stop":1705502517781,"duration":0}}]},"5a32f9b30a5db0e7c26cf1bd1478e6bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7da61fb7507c197f","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/7da61fb7507c197f","status":"passed","time":{"start":1705680122219,"stop":1705680122220,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"26391c9fc4251a28","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/26391c9fc4251a28","status":"passed","time":{"start":1706529395066,"stop":1706529395066,"duration":0}},{"uid":"48fe991e425f1793","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/48fe991e425f1793","status":"passed","time":{"start":1706528358751,"stop":1706528358751,"duration":0}},{"uid":"8c9ef71cbbf26415","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8c9ef71cbbf26415","status":"passed","time":{"start":1706527285973,"stop":1706527285974,"duration":1}},{"uid":"819c961f94673593","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/819c961f94673593","status":"passed","time":{"start":1706527028624,"stop":1706527028624,"duration":0}},{"uid":"eb374b034e47f5b1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/eb374b034e47f5b1","status":"passed","time":{"start":1706526935248,"stop":1706526935249,"duration":1}},{"uid":"e13e54183ec73cd8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e13e54183ec73cd8","status":"passed","time":{"start":1706526371058,"stop":1706526371058,"duration":0}},{"uid":"cd4b2da441df0bd7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cd4b2da441df0bd7","status":"passed","time":{"start":1706525823078,"stop":1706525823078,"duration":0}},{"uid":"4d807fb747a08941","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4d807fb747a08941","status":"passed","time":{"start":1706525412644,"stop":1706525412644,"duration":0}},{"uid":"48f6a985eb931bf2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/48f6a985eb931bf2","status":"passed","time":{"start":1706468076199,"stop":1706468076199,"duration":0}},{"uid":"b3241754f829d237","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b3241754f829d237","status":"passed","time":{"start":1706323445949,"stop":1706323445949,"duration":0}},{"uid":"1be1f875da81169","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1be1f875da81169","status":"passed","time":{"start":1706321706182,"stop":1706321706182,"duration":0}},{"uid":"be99c0dc0d420b2d","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/be99c0dc0d420b2d","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932808,"stop":1706244932808,"duration":0}},{"uid":"36b759466fac920d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/36b759466fac920d","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486087,"stop":1706242486087,"duration":0}},{"uid":"c49d4b7bcfafb281","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c49d4b7bcfafb281","status":"passed","time":{"start":1706115514824,"stop":1706115514824,"duration":0}},{"uid":"43192a1e616cce2b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/43192a1e616cce2b","status":"passed","time":{"start":1706114699437,"stop":1706114699437,"duration":0}},{"uid":"72ccfa5af3332e48","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/72ccfa5af3332e48","status":"passed","time":{"start":1706112167446,"stop":1706112167446,"duration":0}},{"uid":"2e82fb5abbd75932","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2e82fb5abbd75932","status":"passed","time":{"start":1706111851822,"stop":1706111851824,"duration":2}},{"uid":"797860292e5b4ff9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/797860292e5b4ff9","status":"passed","time":{"start":1706109770212,"stop":1706109770212,"duration":0}},{"uid":"3b73482e02130be0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3b73482e02130be0","status":"passed","time":{"start":1706103489247,"stop":1706103489247,"duration":0}},{"uid":"ecbaaaf9d3f74136","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ecbaaaf9d3f74136","status":"passed","time":{"start":1706103311682,"stop":1706103311682,"duration":0}}]},"7845729e5a3ef72192d62c4ce1c7a406:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80d0ac493ee4dcdd","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/80d0ac493ee4dcdd","status":"passed","time":{"start":1705577933372,"stop":1705577933373,"duration":1}}]},"d7f01acba6751095ac9d50508d76a92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6857e6583f8966db","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/6857e6583f8966db","status":"passed","time":{"start":1705485279312,"stop":1705485279312,"duration":0}}]},"1cfa14344c2c3d569a130e04b58c0adb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b6cd7560e8b595","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/6b6cd7560e8b595","status":"passed","time":{"start":1705426873286,"stop":1705426873286,"duration":0}}]},"3f13ced88e69c6f026dd3f89e8c8ad21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2602887a4cb6d7a6","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2602887a4cb6d7a6","status":"passed","time":{"start":1706077698151,"stop":1706077698151,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"1325cb8c83927503","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1325cb8c83927503","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"duration":0}},{"uid":"629467fca3230cdc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/629467fca3230cdc","status":"passed","time":{"start":1706528357105,"stop":1706528357106,"duration":1}},{"uid":"d39b955e92f7cb5c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d39b955e92f7cb5c","status":"passed","time":{"start":1706527326694,"stop":1706527326694,"duration":0}},{"uid":"3d507b62c36d61f5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3d507b62c36d61f5","status":"passed","time":{"start":1706527049797,"stop":1706527049798,"duration":1}},{"uid":"601e7e52f158cdde","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/601e7e52f158cdde","status":"passed","time":{"start":1706526961444,"stop":1706526961445,"duration":1}},{"uid":"feb04693f4316c19","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/feb04693f4316c19","status":"passed","time":{"start":1706526404283,"stop":1706526404283,"duration":0}},{"uid":"f1739a4ef2915e5b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f1739a4ef2915e5b","status":"passed","time":{"start":1706525849958,"stop":1706525849958,"duration":0}},{"uid":"e1a0e10fb3067cc6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e1a0e10fb3067cc6","status":"passed","time":{"start":1706525432949,"stop":1706525432949,"duration":0}},{"uid":"99d0dcf9aae9ca16","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/99d0dcf9aae9ca16","status":"passed","time":{"start":1706468114350,"stop":1706468114350,"duration":0}},{"uid":"ea44980c66d37157","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ea44980c66d37157","status":"passed","time":{"start":1706323469651,"stop":1706323469652,"duration":1}},{"uid":"1e704ce8f1118306","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1e704ce8f1118306","status":"passed","time":{"start":1706321771792,"stop":1706321771793,"duration":1}},{"uid":"137808596301e8eb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/137808596301e8eb","status":"passed","time":{"start":1706115542398,"stop":1706115542398,"duration":0}},{"uid":"26f0ce77f3f7bd84","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/26f0ce77f3f7bd84","status":"passed","time":{"start":1706114725921,"stop":1706114725921,"duration":0}},{"uid":"168d3ffba0d4adf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/168d3ffba0d4adf","status":"passed","time":{"start":1706112199267,"stop":1706112199267,"duration":0}},{"uid":"4380cf1259612a6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4380cf1259612a6","status":"passed","time":{"start":1706111893739,"stop":1706111893739,"duration":0}},{"uid":"e0322c2ed0e6f8d2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e0322c2ed0e6f8d2","status":"passed","time":{"start":1706109796554,"stop":1706109796554,"duration":0}},{"uid":"a8974ff5fb1573d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a8974ff5fb1573d","status":"passed","time":{"start":1706103557155,"stop":1706103557155,"duration":0}},{"uid":"13b4f7cc355afe20","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/13b4f7cc355afe20","status":"passed","time":{"start":1706103365806,"stop":1706103365807,"duration":1}},{"uid":"fcf34d0635fbaeb4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fcf34d0635fbaeb4","status":"passed","time":{"start":1706102701052,"stop":1706102701052,"duration":0}},{"uid":"29a7128dfef627ab","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/29a7128dfef627ab","status":"passed","time":{"start":1706102579560,"stop":1706102579560,"duration":0}}]},"c592e25eb460b5d21fd3aa0a7275de01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23829ada5d695b52","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/23829ada5d695b52","status":"passed","time":{"start":1706112158285,"stop":1706112158286,"duration":1}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"30f666053f8f34dd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/30f666053f8f34dd","status":"passed","time":{"start":1706528857315,"stop":1706528857316,"duration":1}},{"uid":"b76f9f6d751731f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b76f9f6d751731f","status":"passed","time":{"start":1706527827579,"stop":1706527827579,"duration":0}},{"uid":"c2bda08049c043a6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c2bda08049c043a6","status":"passed","time":{"start":1706526836995,"stop":1706526836995,"duration":0}},{"uid":"2478e628e7b5c854","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2478e628e7b5c854","status":"passed","time":{"start":1706526533883,"stop":1706526533883,"duration":0}},{"uid":"82c9b2cde078862","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/82c9b2cde078862","status":"passed","time":{"start":1706526441876,"stop":1706526441877,"duration":1}},{"uid":"5bcfc6efee90f4de","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5bcfc6efee90f4de","status":"passed","time":{"start":1706525866024,"stop":1706525866024,"duration":0}},{"uid":"a10d2345c1ea15d2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a10d2345c1ea15d2","status":"passed","time":{"start":1706525332945,"stop":1706525332945,"duration":0}},{"uid":"e90d8907a50a1f21","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e90d8907a50a1f21","status":"passed","time":{"start":1706524895844,"stop":1706524895845,"duration":1}},{"uid":"fffc30ebfd13a658","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fffc30ebfd13a658","status":"passed","time":{"start":1706467592266,"stop":1706467592267,"duration":1}},{"uid":"9e7e953a5e00f8f3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9e7e953a5e00f8f3","status":"passed","time":{"start":1706322942350,"stop":1706322942353,"duration":3}},{"uid":"2e2e1680ce04bd8d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2e2e1680ce04bd8d","status":"passed","time":{"start":1706321253057,"stop":1706321253058,"duration":1}},{"uid":"cfc7fa4dc2d709bf","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cfc7fa4dc2d709bf","status":"passed","time":{"start":1706244761412,"stop":1706244761413,"duration":1}},{"uid":"c145bd395b596567","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c145bd395b596567","status":"passed","time":{"start":1706242323585,"stop":1706242323585,"duration":0}},{"uid":"622621ac00838c9f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/622621ac00838c9f","status":"passed","time":{"start":1706115032883,"stop":1706115032885,"duration":2}},{"uid":"744710d19c999e0f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/744710d19c999e0f","status":"passed","time":{"start":1706114198057,"stop":1706114198060,"duration":3}},{"uid":"a74ff16a47a61ff","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a74ff16a47a61ff","status":"passed","time":{"start":1706111672944,"stop":1706111672945,"duration":1}},{"uid":"e945b7ae4096f70c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e945b7ae4096f70c","status":"passed","time":{"start":1706111369271,"stop":1706111369273,"duration":2}},{"uid":"e67a4edaaf0472cd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e67a4edaaf0472cd","status":"passed","time":{"start":1706109273519,"stop":1706109273520,"duration":1}},{"uid":"aef7c9b9e73e0c60","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aef7c9b9e73e0c60","status":"passed","time":{"start":1706103083959,"stop":1706103083960,"duration":1}},{"uid":"572e7e7e06a0d6f6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/572e7e7e06a0d6f6","status":"passed","time":{"start":1706102826543,"stop":1706102826543,"duration":0}}]},"3f9219a999b5d3ebd61a93a66c499133:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":42,"unknown":0,"total":46},"items":[{"uid":"b52c91a8ddee2c7f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/b52c91a8ddee2c7f","status":"passed","time":{"start":1705521016432,"stop":1705521016433,"duration":1}},{"uid":"cdc8010b1a32e1cc","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/cdc8010b1a32e1cc","status":"passed","time":{"start":1705520810999,"stop":1705520811000,"duration":1}},{"uid":"d4de5c142ac7d06e","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d4de5c142ac7d06e","status":"passed","time":{"start":1705520163976,"stop":1705520163977,"duration":1}},{"uid":"55c78cb20e49858f","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/55c78cb20e49858f","status":"passed","time":{"start":1705518395135,"stop":1705518395135,"duration":0}},{"uid":"50f602dbeed99c6b","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/50f602dbeed99c6b","status":"passed","time":{"start":1705518165818,"stop":1705518165819,"duration":1}},{"uid":"70b9dbcaaf033a09","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/70b9dbcaaf033a09","status":"passed","time":{"start":1705518062863,"stop":1705518062863,"duration":0}},{"uid":"ca9bcbaa18b4347","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ca9bcbaa18b4347","status":"passed","time":{"start":1705517955333,"stop":1705517955333,"duration":0}},{"uid":"bc52e32f6726653f","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/bc52e32f6726653f","status":"passed","time":{"start":1705508621276,"stop":1705508621276,"duration":0}},{"uid":"c720e50edef80416","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/c720e50edef80416","status":"passed","time":{"start":1705506440929,"stop":1705506440929,"duration":0}},{"uid":"5099e8e7c8279206","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/5099e8e7c8279206","status":"passed","time":{"start":1705502898670,"stop":1705502898670,"duration":0}},{"uid":"a2c90b280c1aca2c","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/a2c90b280c1aca2c","status":"passed","time":{"start":1705502231194,"stop":1705502231194,"duration":0}},{"uid":"fd60eba03b6b85c3","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/fd60eba03b6b85c3","status":"passed","time":{"start":1705502434943,"stop":1705502434944,"duration":1}},{"uid":"8aa7a3c55a06aa1c","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/8aa7a3c55a06aa1c","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495384740,"stop":1705495384740,"duration":0}},{"uid":"1bf602ba952de48c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/1bf602ba952de48c","status":"passed","time":{"start":1705494891662,"stop":1705494891662,"duration":0}},{"uid":"a493843c2a38c268","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/a493843c2a38c268","status":"passed","time":{"start":1705494852280,"stop":1705494852280,"duration":0}},{"uid":"9e34de0ca5d31383","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9e34de0ca5d31383","status":"passed","time":{"start":1705493411433,"stop":1705493411434,"duration":1}},{"uid":"344b4b92f5617b02","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/344b4b92f5617b02","status":"passed","time":{"start":1705493382745,"stop":1705493382746,"duration":1}},{"uid":"ec5b3508b6a06562","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/ec5b3508b6a06562","status":"passed","time":{"start":1705485206010,"stop":1705485206011,"duration":1}},{"uid":"44c27171916ca2bf","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/44c27171916ca2bf","status":"passed","time":{"start":1705485065032,"stop":1705485065032,"duration":0}},{"uid":"e6473f0a925cbed7","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e6473f0a925cbed7","status":"passed","time":{"start":1705484311479,"stop":1705484311479,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"eb2402260b66d4ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eb2402260b66d4ff","status":"passed","time":{"start":1706528760734,"stop":1706528760734,"duration":0}},{"uid":"dbf4d1e4bb8519e5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/dbf4d1e4bb8519e5","status":"passed","time":{"start":1706527729320,"stop":1706527729320,"duration":0}},{"uid":"ed37a1f30489f3bb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ed37a1f30489f3bb","status":"passed","time":{"start":1706526744071,"stop":1706526744071,"duration":0}},{"uid":"441c016d6f2f1f9c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/441c016d6f2f1f9c","status":"passed","time":{"start":1706526440820,"stop":1706526440821,"duration":1}},{"uid":"61254b66f42f3400","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/61254b66f42f3400","status":"passed","time":{"start":1706526346094,"stop":1706526346095,"duration":1}},{"uid":"e5cd3f4842262a07","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e5cd3f4842262a07","status":"passed","time":{"start":1706525774992,"stop":1706525774992,"duration":0}},{"uid":"ca07627396ee2bf4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ca07627396ee2bf4","status":"passed","time":{"start":1706525242000,"stop":1706525242001,"duration":1}},{"uid":"4b7bd1f541b30cfb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4b7bd1f541b30cfb","status":"passed","time":{"start":1706524803169,"stop":1706524803169,"duration":0}},{"uid":"c266970dbef99517","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c266970dbef99517","status":"passed","time":{"start":1706467497089,"stop":1706467497089,"duration":0}},{"uid":"9e372a92524e873e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9e372a92524e873e","status":"passed","time":{"start":1706322850085,"stop":1706322850085,"duration":0}},{"uid":"aaee93108605fe6b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/aaee93108605fe6b","status":"passed","time":{"start":1706321162959,"stop":1706321162960,"duration":1}},{"uid":"d2dadc148e1405ff","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d2dadc148e1405ff","status":"passed","time":{"start":1706244679262,"stop":1706244679262,"duration":0}},{"uid":"c18e89950907d974","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c18e89950907d974","status":"passed","time":{"start":1706242247533,"stop":1706242247534,"duration":1}},{"uid":"8305f26ffe2618c6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8305f26ffe2618c6","status":"passed","time":{"start":1706114935937,"stop":1706114935937,"duration":0}},{"uid":"e9f3c61c4b0ec2f3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e9f3c61c4b0ec2f3","status":"passed","time":{"start":1706114106560,"stop":1706114106560,"duration":0}},{"uid":"6ad61abde2076d06","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6ad61abde2076d06","status":"passed","time":{"start":1706111581214,"stop":1706111581215,"duration":1}},{"uid":"5d13455f1d2df8ed","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5d13455f1d2df8ed","status":"passed","time":{"start":1706111270942,"stop":1706111270943,"duration":1}},{"uid":"a8402c1f07584215","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a8402c1f07584215","status":"passed","time":{"start":1706109173583,"stop":1706109173584,"duration":1}},{"uid":"e380506dc9c4d2fd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e380506dc9c4d2fd","status":"passed","time":{"start":1706102991306,"stop":1706102991306,"duration":0}},{"uid":"b8a5a819f2666a7a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b8a5a819f2666a7a","status":"passed","time":{"start":1706102731122,"stop":1706102731123,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"25e52320eff3be14","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/25e52320eff3be14","status":"passed","time":{"start":1706529378206,"stop":1706529378207,"duration":1}},{"uid":"f713a4d3cf9b4d7b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f713a4d3cf9b4d7b","status":"passed","time":{"start":1706528340449,"stop":1706528340449,"duration":0}},{"uid":"df9b1bc42b03e80c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/df9b1bc42b03e80c","status":"passed","time":{"start":1706527263026,"stop":1706527263027,"duration":1}},{"uid":"b44cf31f57523362","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b44cf31f57523362","status":"passed","time":{"start":1706527018362,"stop":1706527018362,"duration":0}},{"uid":"274249474ca03a35","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/274249474ca03a35","status":"passed","time":{"start":1706526921006,"stop":1706526921006,"duration":0}},{"uid":"d63452e929ee0f3f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d63452e929ee0f3f","status":"passed","time":{"start":1706526364922,"stop":1706526364923,"duration":1}},{"uid":"9809d90f7df865bb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9809d90f7df865bb","status":"passed","time":{"start":1706525815782,"stop":1706525815783,"duration":1}},{"uid":"cd34edaca39f0bc5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cd34edaca39f0bc5","status":"passed","time":{"start":1706525403292,"stop":1706525403292,"duration":0}},{"uid":"2f6c87d57be6fc7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2f6c87d57be6fc7","status":"passed","time":{"start":1706468037071,"stop":1706468037071,"duration":0}},{"uid":"159645ae9310060f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/159645ae9310060f","status":"passed","time":{"start":1706323438322,"stop":1706323438323,"duration":1}},{"uid":"def31164a6689f2a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/def31164a6689f2a","status":"passed","time":{"start":1706321670398,"stop":1706321670398,"duration":0}},{"uid":"89a6d8643ee7b6ca","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/89a6d8643ee7b6ca","status":"passed","time":{"start":1706244806936,"stop":1706244806936,"duration":0}},{"uid":"cf804174e7a3d038","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/cf804174e7a3d038","status":"passed","time":{"start":1706242366088,"stop":1706242366089,"duration":1}},{"uid":"abaaa7eabf33c805","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/abaaa7eabf33c805","status":"passed","time":{"start":1706115502837,"stop":1706115502838,"duration":1}},{"uid":"ecfeee24ba57c1a4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ecfeee24ba57c1a4","status":"passed","time":{"start":1706114665323,"stop":1706114665324,"duration":1}},{"uid":"8543d8691512bb2c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8543d8691512bb2c","status":"passed","time":{"start":1706112151707,"stop":1706112151707,"duration":0}},{"uid":"14adb6d708957e4e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/14adb6d708957e4e","status":"passed","time":{"start":1706111851587,"stop":1706111851588,"duration":1}},{"uid":"bd36bccc9da1899d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bd36bccc9da1899d","status":"passed","time":{"start":1706109762343,"stop":1706109762345,"duration":2}},{"uid":"7ac8549f7c338230","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7ac8549f7c338230","status":"passed","time":{"start":1706103476594,"stop":1706103476600,"duration":6}},{"uid":"df91f4e6b82a7a6d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/df91f4e6b82a7a6d","status":"passed","time":{"start":1706103287623,"stop":1706103287623,"duration":0}}]},"a3ac2c40bbc479c992505c5f8ebfd701:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d7648206ca580d2","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/5d7648206ca580d2","status":"passed","time":{"start":1705518525970,"stop":1705518525970,"duration":0}}]},"816e3e4fe125adf2ac9c4e25c6553a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6225593744bf628","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a6225593744bf628","status":"passed","time":{"start":1705518426058,"stop":1705518426058,"duration":0}}]},"d2076fa393587dd0c3daddbd7965fa73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b63024edbb1d8d69","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/b63024edbb1d8d69","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684095,"stop":1705502684095,"duration":0}}]},"6bac64e1a76a255e8a0db91a6be239bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d611aff51332ba7f","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d611aff51332ba7f","status":"passed","time":{"start":1705520251411,"stop":1705520251412,"duration":1}},{"uid":"62bd8ccfe3d0ab9d","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/62bd8ccfe3d0ab9d","status":"passed","time":{"start":1705518481978,"stop":1705518481978,"duration":0}},{"uid":"4ac08364aa1a08ad","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4ac08364aa1a08ad","status":"passed","time":{"start":1705502312545,"stop":1705502312546,"duration":1}}]},"7a0b0035dd0a295d4f02a3ca1e1d1909:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2b8ed7dd3d70e93","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/f2b8ed7dd3d70e93","status":"passed","time":{"start":1705392733985,"stop":1705392733985,"duration":0}}]},"a60506db256345034731639471ee20fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c0b82d66b42757c","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/3c0b82d66b42757c","status":"passed","time":{"start":1705520832707,"stop":1705520832707,"duration":0}}]},"7483f1e85674828bdaeae0d1ccc4fb7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f13a1ec621212261","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f13a1ec621212261","status":"passed","time":{"start":1705681713155,"stop":1705681713155,"duration":0}}]},"859df6adb45b0443ecbf1c96753632fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca0eaefa94e0684d","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/ca0eaefa94e0684d","status":"passed","time":{"start":1705508700819,"stop":1705508700819,"duration":0}}]},"1f41d18dfb992a1ef494d01877da1084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8de13da5145e531","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/a8de13da5145e531","status":"passed","time":{"start":1705391374466,"stop":1705391374467,"duration":1}}]},"5ce1005566a7162eaaa4c7679b1c7d80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"7f482114e4d70810","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/7f482114e4d70810","status":"passed","time":{"start":1705698757762,"stop":1705698757762,"duration":0}},{"uid":"3b316029773d9a0","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3b316029773d9a0","status":"passed","time":{"start":1705687467723,"stop":1705687467724,"duration":1}},{"uid":"7f16112c87b75b34","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/7f16112c87b75b34","status":"passed","time":{"start":1705687390794,"stop":1705687390795,"duration":1}},{"uid":"e02444d8880cbb8e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e02444d8880cbb8e","status":"passed","time":{"start":1705678077455,"stop":1705678077455,"duration":0}},{"uid":"176c889b83179ca8","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/176c889b83179ca8","status":"passed","time":{"start":1705678007041,"stop":1705678007041,"duration":0}},{"uid":"13329bd5edb2490a","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/13329bd5edb2490a","status":"passed","time":{"start":1705677873533,"stop":1705677873533,"duration":0}},{"uid":"3af7f8e6546262f7","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/3af7f8e6546262f7","status":"passed","time":{"start":1705677414838,"stop":1705677414838,"duration":0}},{"uid":"4f428231cfd0a189","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/4f428231cfd0a189","status":"passed","time":{"start":1705676004225,"stop":1705676004226,"duration":1}},{"uid":"11694dc98bbfde11","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/11694dc98bbfde11","status":"passed","time":{"start":1705675426978,"stop":1705675426978,"duration":0}},{"uid":"8d1d068e929f0e7","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/8d1d068e929f0e7","status":"passed","time":{"start":1705667836350,"stop":1705667836351,"duration":1}},{"uid":"4dc93c7bb910b4a1","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/4dc93c7bb910b4a1","status":"passed","time":{"start":1705667016199,"stop":1705667016200,"duration":1}},{"uid":"808a12ed45240d05","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/808a12ed45240d05","status":"passed","time":{"start":1705666578615,"stop":1705666578616,"duration":1}},{"uid":"787b6debd6247c1","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/787b6debd6247c1","status":"passed","time":{"start":1705665918057,"stop":1705665918057,"duration":0}},{"uid":"1ae96394a50c2a74","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/1ae96394a50c2a74","status":"passed","time":{"start":1705665576067,"stop":1705665576067,"duration":0}},{"uid":"929d0a0b60706636","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/929d0a0b60706636","status":"passed","time":{"start":1705665466071,"stop":1705665466071,"duration":0}},{"uid":"7209fd42cb904af8","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/7209fd42cb904af8","status":"passed","time":{"start":1705664746642,"stop":1705664746642,"duration":0}},{"uid":"2e8b52d2571bac47","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/2e8b52d2571bac47","status":"passed","time":{"start":1705593408828,"stop":1705593408828,"duration":0}},{"uid":"9ea28903c1bfd9b4","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/9ea28903c1bfd9b4","status":"passed","time":{"start":1705589105640,"stop":1705589105640,"duration":0}},{"uid":"5e92da12e701ac9e","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/5e92da12e701ac9e","status":"passed","time":{"start":1705584431699,"stop":1705584431699,"duration":0}},{"uid":"a1cd660daa53c48d","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/a1cd660daa53c48d","status":"passed","time":{"start":1705582572361,"stop":1705582572361,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"490ce9ee438cf33a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/490ce9ee438cf33a","status":"passed","time":{"start":1706529092204,"stop":1706529092204,"duration":0}},{"uid":"c23d4786a66eecbf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c23d4786a66eecbf","status":"passed","time":{"start":1706528057433,"stop":1706528057433,"duration":0}},{"uid":"cb9980c8caf9b13f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cb9980c8caf9b13f","status":"passed","time":{"start":1706526914761,"stop":1706526914762,"duration":1}},{"uid":"9a58cdb6e523e905","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9a58cdb6e523e905","status":"passed","time":{"start":1706526612631,"stop":1706526612631,"duration":0}},{"uid":"fd6342031b9f1373","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fd6342031b9f1373","status":"passed","time":{"start":1706526514759,"stop":1706526514759,"duration":0}},{"uid":"b8960dbbaf629518","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b8960dbbaf629518","status":"passed","time":{"start":1706525945103,"stop":1706525945104,"duration":1}},{"uid":"4dde053a88aa0d71","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4dde053a88aa0d71","status":"passed","time":{"start":1706525418816,"stop":1706525418816,"duration":0}},{"uid":"e5f049f8a988b968","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e5f049f8a988b968","status":"passed","time":{"start":1706525116047,"stop":1706525116047,"duration":0}},{"uid":"5d24c7cb6243d25c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5d24c7cb6243d25c","status":"passed","time":{"start":1706467681187,"stop":1706467681187,"duration":0}},{"uid":"29377f80bd27d9a4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/29377f80bd27d9a4","status":"passed","time":{"start":1706323017118,"stop":1706323017118,"duration":0}},{"uid":"522a8322c356d120","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/522a8322c356d120","status":"passed","time":{"start":1706321333752,"stop":1706321333753,"duration":1}},{"uid":"385691583774b999","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/385691583774b999","status":"passed","time":{"start":1706115157088,"stop":1706115157089,"duration":1}},{"uid":"df2cee02387f31e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/df2cee02387f31e","status":"passed","time":{"start":1706114292024,"stop":1706114292025,"duration":1}},{"uid":"45abdc7b1db30dcd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/45abdc7b1db30dcd","status":"passed","time":{"start":1706111754994,"stop":1706111754994,"duration":0}},{"uid":"f2ca884dc061a0c5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f2ca884dc061a0c5","status":"passed","time":{"start":1706111454527,"stop":1706111454527,"duration":0}},{"uid":"8b5839f500b577f7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8b5839f500b577f7","status":"passed","time":{"start":1706109346656,"stop":1706109346656,"duration":0}},{"uid":"a8f062d47efc67f6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a8f062d47efc67f6","status":"passed","time":{"start":1706103153462,"stop":1706103153465,"duration":3}},{"uid":"8cb7b7f893cdf4f4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8cb7b7f893cdf4f4","status":"passed","time":{"start":1706102905520,"stop":1706102905520,"duration":0}},{"uid":"83f464940de3cf35","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/83f464940de3cf35","status":"passed","time":{"start":1706102263599,"stop":1706102263599,"duration":0}},{"uid":"eaaadff4fd4ae1d3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/eaaadff4fd4ae1d3","status":"passed","time":{"start":1706102127466,"stop":1706102127466,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"e54bbbab1f84e8be","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e54bbbab1f84e8be","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"duration":0}},{"uid":"64f3d49792492c3b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/64f3d49792492c3b","status":"passed","time":{"start":1706528290475,"stop":1706528290476,"duration":1}},{"uid":"a4ed8928bca435a7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a4ed8928bca435a7","status":"passed","time":{"start":1706527264368,"stop":1706527264368,"duration":0}},{"uid":"760cac0fdbda4f2f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/760cac0fdbda4f2f","status":"passed","time":{"start":1706526976780,"stop":1706526976780,"duration":0}},{"uid":"6e6b79443246f018","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6e6b79443246f018","status":"passed","time":{"start":1706526885813,"stop":1706526885813,"duration":0}},{"uid":"5fe966ae61bce065","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5fe966ae61bce065","status":"passed","time":{"start":1706526330109,"stop":1706526330109,"duration":0}},{"uid":"919deca7709c6581","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/919deca7709c6581","status":"passed","time":{"start":1706525780733,"stop":1706525780733,"duration":0}},{"uid":"ed39377b24b82380","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ed39377b24b82380","status":"passed","time":{"start":1706525359508,"stop":1706525359508,"duration":0}},{"uid":"f74c640aef3d3e78","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f74c640aef3d3e78","status":"passed","time":{"start":1706468042650,"stop":1706468042651,"duration":1}},{"uid":"e30dd472d54266c1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e30dd472d54266c1","status":"passed","time":{"start":1706323386937,"stop":1706323386937,"duration":0}},{"uid":"487766655d7a0d5a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/487766655d7a0d5a","status":"passed","time":{"start":1706321713107,"stop":1706321713107,"duration":0}},{"uid":"7912af7fd0af2534","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7912af7fd0af2534","status":"passed","time":{"start":1706115482618,"stop":1706115482618,"duration":0}},{"uid":"df9ee1f32a9e3fda","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/df9ee1f32a9e3fda","status":"passed","time":{"start":1706114635444,"stop":1706114635444,"duration":0}},{"uid":"8227339ef5eda8cd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8227339ef5eda8cd","status":"passed","time":{"start":1706112127570,"stop":1706112127571,"duration":1}},{"uid":"465a8af94f590955","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/465a8af94f590955","status":"passed","time":{"start":1706111809286,"stop":1706111809287,"duration":1}},{"uid":"372978a2ad30088b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/372978a2ad30088b","status":"passed","time":{"start":1706109719542,"stop":1706109719542,"duration":0}},{"uid":"59f632a57c4895d0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/59f632a57c4895d0","status":"passed","time":{"start":1706103518441,"stop":1706103518441,"duration":0}},{"uid":"9a809dc48e7d4c7c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9a809dc48e7d4c7c","status":"passed","time":{"start":1706103305168,"stop":1706103305168,"duration":0}},{"uid":"634ed111fc893cf9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/634ed111fc893cf9","status":"passed","time":{"start":1706102626865,"stop":1706102626865,"duration":0}},{"uid":"7a4836f9b7a904da","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/7a4836f9b7a904da","status":"passed","time":{"start":1706102491861,"stop":1706102491878,"duration":17}}]},"321f52bce0bf52fb97b30cd0171a34e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba1419449dd941b7","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/ba1419449dd941b7","status":"passed","time":{"start":1706101964341,"stop":1706101964341,"duration":0}}]},"26afe5b6958074291b59298f3590c396:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"babf58a4a2c4e6cd","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/babf58a4a2c4e6cd","status":"passed","time":{"start":1705391632249,"stop":1705391632249,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"120f40ab1e56efca","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/120f40ab1e56efca","status":"passed","time":{"start":1706528742087,"stop":1706528742088,"duration":1}},{"uid":"3c5e4b314e25f191","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3c5e4b314e25f191","status":"passed","time":{"start":1706527711277,"stop":1706527711277,"duration":0}},{"uid":"796f032e83cb7ee","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/796f032e83cb7ee","status":"passed","time":{"start":1706526726447,"stop":1706526726447,"duration":0}},{"uid":"579823d3b5edd34b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/579823d3b5edd34b","status":"passed","time":{"start":1706526423300,"stop":1706526423300,"duration":0}},{"uid":"2c6ce12e0ff6dc04","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2c6ce12e0ff6dc04","status":"passed","time":{"start":1706526328419,"stop":1706526328420,"duration":1}},{"uid":"f8cf0d53e064ec74","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f8cf0d53e064ec74","status":"passed","time":{"start":1706525757429,"stop":1706525757430,"duration":1}},{"uid":"f0f635773f4b1a0e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f0f635773f4b1a0e","status":"passed","time":{"start":1706525224651,"stop":1706525224651,"duration":0}},{"uid":"30dd726aeb9bf8e1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/30dd726aeb9bf8e1","status":"passed","time":{"start":1706524785729,"stop":1706524785729,"duration":0}},{"uid":"a712027803b07734","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a712027803b07734","status":"passed","time":{"start":1706467479705,"stop":1706467479706,"duration":1}},{"uid":"e77de0c1cac8433a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e77de0c1cac8433a","status":"passed","time":{"start":1706322831923,"stop":1706322831924,"duration":1}},{"uid":"596f3eca55f670cf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/596f3eca55f670cf","status":"passed","time":{"start":1706321145322,"stop":1706321145322,"duration":0}},{"uid":"7cea0cd99b041d88","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7cea0cd99b041d88","status":"passed","time":{"start":1706244661659,"stop":1706244661659,"duration":0}},{"uid":"20f900d8523c85c2","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/20f900d8523c85c2","status":"passed","time":{"start":1706242229835,"stop":1706242229836,"duration":1}},{"uid":"e7d521fe2d6b198c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e7d521fe2d6b198c","status":"passed","time":{"start":1706114918188,"stop":1706114918189,"duration":1}},{"uid":"1123238d6ff72a27","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1123238d6ff72a27","status":"passed","time":{"start":1706114088842,"stop":1706114088842,"duration":0}},{"uid":"224d2a3a14bea5a1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/224d2a3a14bea5a1","status":"passed","time":{"start":1706111563558,"stop":1706111563559,"duration":1}},{"uid":"dafc974a8524edb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/dafc974a8524edb","status":"passed","time":{"start":1706111253124,"stop":1706111253124,"duration":0}},{"uid":"d16ba2f77a0db1cf","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d16ba2f77a0db1cf","status":"passed","time":{"start":1706109155253,"stop":1706109155254,"duration":1}},{"uid":"cb5aae1c43905c29","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cb5aae1c43905c29","status":"passed","time":{"start":1706102973688,"stop":1706102973688,"duration":0}},{"uid":"9391a6a3c03fd8e0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9391a6a3c03fd8e0","status":"passed","time":{"start":1706102713455,"stop":1706102713456,"duration":1}}]},"24f2d0ab170459a38c16f80f4113f55e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":34,"unknown":0,"total":35},"items":[{"uid":"b2b5cc5a44ecefd5","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/b2b5cc5a44ecefd5","status":"passed","time":{"start":1705520778365,"stop":1705520778365,"duration":0}},{"uid":"3c067814698c8778","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/3c067814698c8778","status":"passed","time":{"start":1705518147349,"stop":1705518147350,"duration":1}},{"uid":"f4335c49d6dc4d8b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/f4335c49d6dc4d8b","status":"passed","time":{"start":1705518043734,"stop":1705518043735,"duration":1}},{"uid":"2f9c850e51a8576b","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/2f9c850e51a8576b","status":"passed","time":{"start":1705517918812,"stop":1705517918812,"duration":0}},{"uid":"80b4943d7c7bac62","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/80b4943d7c7bac62","status":"passed","time":{"start":1705508582710,"stop":1705508582710,"duration":0}},{"uid":"383025be12220399","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/383025be12220399","status":"passed","time":{"start":1705506415880,"stop":1705506415880,"duration":0}},{"uid":"5e9fe154949b2184","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/5e9fe154949b2184","status":"passed","time":{"start":1705502881056,"stop":1705502881056,"duration":0}},{"uid":"537e9f1d9ff3bad8","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/537e9f1d9ff3bad8","status":"passed","time":{"start":1705502413584,"stop":1705502413585,"duration":1}},{"uid":"28d6d8f123fe6449","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/28d6d8f123fe6449","status":"passed","time":{"start":1705494819397,"stop":1705494819397,"duration":0}},{"uid":"545ab2d71894af24","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/545ab2d71894af24","status":"passed","time":{"start":1705494869800,"stop":1705494869800,"duration":0}},{"uid":"202b022c318c9bf6","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/202b022c318c9bf6","status":"passed","time":{"start":1705494814431,"stop":1705494814431,"duration":0}},{"uid":"33f0c56ef69a77d3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/33f0c56ef69a77d3","status":"passed","time":{"start":1705493391730,"stop":1705493391730,"duration":0}},{"uid":"220204b18cabea4f","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/220204b18cabea4f","status":"passed","time":{"start":1705493359306,"stop":1705493359306,"duration":0}},{"uid":"226509c37dc5782a","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/226509c37dc5782a","status":"passed","time":{"start":1705485182396,"stop":1705485182396,"duration":0}},{"uid":"16c2ba9ffe5aedcf","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/16c2ba9ffe5aedcf","status":"passed","time":{"start":1705485040841,"stop":1705485040842,"duration":1}},{"uid":"e9fe2625f0987df0","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e9fe2625f0987df0","status":"passed","time":{"start":1705484295610,"stop":1705484295610,"duration":0}},{"uid":"4ef2c0717b4a8089","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/4ef2c0717b4a8089","status":"passed","time":{"start":1705469807044,"stop":1705469807045,"duration":1}},{"uid":"f4f21824c6069cd0","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/f4f21824c6069cd0","status":"passed","time":{"start":1705466873103,"stop":1705466873103,"duration":0}},{"uid":"1816f4e0bf1395fc","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/1816f4e0bf1395fc","status":"passed","time":{"start":1705435339055,"stop":1705435339056,"duration":1}},{"uid":"51a8db9996dddb03","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/51a8db9996dddb03","status":"passed","time":{"start":1705434801915,"stop":1705434801916,"duration":1}}]},"76a052d4e43f52256b2fbbb0f55666ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73d19cc8c492b19e","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/73d19cc8c492b19e","status":"passed","time":{"start":1706100722878,"stop":1706100722878,"duration":0}}]},"576b555dba3c4ffd2d8793477a90c212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78f1e862c30d6402","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/78f1e862c30d6402","status":"passed","time":{"start":1706115482604,"stop":1706115482605,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"956c3b6eefb8f62f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/956c3b6eefb8f62f","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"duration":0}},{"uid":"561df3487c4b6199","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/561df3487c4b6199","status":"passed","time":{"start":1706528357072,"stop":1706528357072,"duration":0}},{"uid":"10ed00ca4d36bcd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/10ed00ca4d36bcd","status":"passed","time":{"start":1706527326684,"stop":1706527326685,"duration":1}},{"uid":"75432ba115fee776","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/75432ba115fee776","status":"passed","time":{"start":1706527049789,"stop":1706527049789,"duration":0}},{"uid":"c50c17d9b80c51b6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c50c17d9b80c51b6","status":"passed","time":{"start":1706526961434,"stop":1706526961434,"duration":0}},{"uid":"b6806daf938cdd5e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b6806daf938cdd5e","status":"passed","time":{"start":1706526404272,"stop":1706526404272,"duration":0}},{"uid":"21f75566b8e0fb6e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/21f75566b8e0fb6e","status":"passed","time":{"start":1706525849948,"stop":1706525849948,"duration":0}},{"uid":"ed8e7b05f4e92f13","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ed8e7b05f4e92f13","status":"passed","time":{"start":1706525432941,"stop":1706525432941,"duration":0}},{"uid":"afedb95491c7d92a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/afedb95491c7d92a","status":"passed","time":{"start":1706468114340,"stop":1706468114340,"duration":0}},{"uid":"528be6161aa0eaa9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/528be6161aa0eaa9","status":"passed","time":{"start":1706323469641,"stop":1706323469641,"duration":0}},{"uid":"ddb632e3e8feb046","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ddb632e3e8feb046","status":"passed","time":{"start":1706321771782,"stop":1706321771782,"duration":0}},{"uid":"13c78d86ca254aeb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/13c78d86ca254aeb","status":"passed","time":{"start":1706115542389,"stop":1706115542389,"duration":0}},{"uid":"2f384d4d275687ad","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2f384d4d275687ad","status":"passed","time":{"start":1706114725912,"stop":1706114725912,"duration":0}},{"uid":"d2da3337aee3d95","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d2da3337aee3d95","status":"passed","time":{"start":1706112199256,"stop":1706112199256,"duration":0}},{"uid":"dcbe8a9d1200cb48","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/dcbe8a9d1200cb48","status":"passed","time":{"start":1706111893729,"stop":1706111893729,"duration":0}},{"uid":"69e0a9bf193bd570","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/69e0a9bf193bd570","status":"passed","time":{"start":1706109796546,"stop":1706109796546,"duration":0}},{"uid":"36503012fde0a3d4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/36503012fde0a3d4","status":"passed","time":{"start":1706103557145,"stop":1706103557145,"duration":0}},{"uid":"7262a4ada6f68d37","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7262a4ada6f68d37","status":"passed","time":{"start":1706103365795,"stop":1706103365795,"duration":0}},{"uid":"dc0dc024bd6746d9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/dc0dc024bd6746d9","status":"passed","time":{"start":1706102701042,"stop":1706102701042,"duration":0}},{"uid":"916364d33ad22cee","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/916364d33ad22cee","status":"passed","time":{"start":1706102579551,"stop":1706102579551,"duration":0}}]},"5e786edd5b9dc1b7365ca89b80cdf843:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d86578e31c2ff3b6","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d86578e31c2ff3b6","status":"passed","time":{"start":1705494894095,"stop":1705494894096,"duration":1}}]},"8314a555bb25c95da3da4aa944547ed8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"77125e81c5581555","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/77125e81c5581555","status":"passed","time":{"start":1706100942616,"stop":1706100942617,"duration":1}},{"uid":"dc5d5db1ff0956ed","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/dc5d5db1ff0956ed","status":"passed","time":{"start":1706099973756,"stop":1706099973757,"duration":1}},{"uid":"b5911fd4b40c9c5e","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/b5911fd4b40c9c5e","status":"passed","time":{"start":1706077701785,"stop":1706077701785,"duration":0}},{"uid":"c8b7a94aa6a81343","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/c8b7a94aa6a81343","status":"passed","time":{"start":1706069790732,"stop":1706069790732,"duration":0}},{"uid":"ae51eb7701ff628b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/ae51eb7701ff628b","status":"passed","time":{"start":1705950495038,"stop":1705950495039,"duration":1}},{"uid":"7e607859b7276ec9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/7e607859b7276ec9","status":"passed","time":{"start":1705938302715,"stop":1705938302715,"duration":0}},{"uid":"18cfce58dbcb45d0","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/18cfce58dbcb45d0","status":"passed","time":{"start":1705913446695,"stop":1705913446696,"duration":1}},{"uid":"4a69e29caa484209","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4a69e29caa484209","status":"passed","time":{"start":1705912988130,"stop":1705912988131,"duration":1}},{"uid":"7c7a12b9d1027edc","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/7c7a12b9d1027edc","status":"passed","time":{"start":1705912372221,"stop":1705912372221,"duration":0}},{"uid":"b61d473e5f37a4c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b61d473e5f37a4c","status":"passed","time":{"start":1705911551481,"stop":1705911551482,"duration":1}},{"uid":"d6a7c9579e404705","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d6a7c9579e404705","status":"passed","time":{"start":1705698757763,"stop":1705698757764,"duration":1}},{"uid":"be5321d8f1b70c04","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/be5321d8f1b70c04","status":"passed","time":{"start":1705687467725,"stop":1705687467726,"duration":1}},{"uid":"a193417fc51c940f","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/a193417fc51c940f","status":"passed","time":{"start":1705687390799,"stop":1705687390799,"duration":0}},{"uid":"e5df1b7f8759eba0","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e5df1b7f8759eba0","status":"passed","time":{"start":1705678077457,"stop":1705678077457,"duration":0}},{"uid":"99e6977a9b88dfa5","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/99e6977a9b88dfa5","status":"passed","time":{"start":1705678007042,"stop":1705678007043,"duration":1}},{"uid":"2023d75177da0231","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/2023d75177da0231","status":"passed","time":{"start":1705677873534,"stop":1705677873535,"duration":1}},{"uid":"3d8711575ea293f0","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/3d8711575ea293f0","status":"passed","time":{"start":1705677414839,"stop":1705677414839,"duration":0}},{"uid":"e7a4402a5862daa6","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/e7a4402a5862daa6","status":"passed","time":{"start":1705676004244,"stop":1705676004245,"duration":1}},{"uid":"3b76e0b71467a271","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/3b76e0b71467a271","status":"passed","time":{"start":1705675426980,"stop":1705675426981,"duration":1}},{"uid":"ec76f5b311f47f82","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/ec76f5b311f47f82","status":"passed","time":{"start":1705670299874,"stop":1705670299874,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"e06e911412f2cb72","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e06e911412f2cb72","status":"passed","time":{"start":1706529223900,"stop":1706529223900,"duration":0}},{"uid":"11fca3a98cd689c1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/11fca3a98cd689c1","status":"passed","time":{"start":1706528204210,"stop":1706528204210,"duration":0}},{"uid":"d66111253d817b5b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d66111253d817b5b","status":"passed","time":{"start":1706527085318,"stop":1706527085318,"duration":0}},{"uid":"32f7387ed9714b12","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/32f7387ed9714b12","status":"passed","time":{"start":1706526783369,"stop":1706526783370,"duration":1}},{"uid":"bc9c9ac58317da51","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bc9c9ac58317da51","status":"passed","time":{"start":1706526690275,"stop":1706526690276,"duration":1}},{"uid":"3598c010434da9eb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3598c010434da9eb","status":"passed","time":{"start":1706526129387,"stop":1706526129388,"duration":1}},{"uid":"7082c9fa32638426","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7082c9fa32638426","status":"passed","time":{"start":1706525593274,"stop":1706525593275,"duration":1}},{"uid":"482061d7eab7ce4b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/482061d7eab7ce4b","status":"passed","time":{"start":1706525226790,"stop":1706525226790,"duration":0}},{"uid":"e4fae6d1be0db5fa","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e4fae6d1be0db5fa","status":"passed","time":{"start":1706467837097,"stop":1706467837098,"duration":1}},{"uid":"d9fcd09915e6d1a2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d9fcd09915e6d1a2","status":"passed","time":{"start":1706323213976,"stop":1706323213977,"duration":1}},{"uid":"c6c5532785e262de","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c6c5532785e262de","status":"passed","time":{"start":1706321475556,"stop":1706321475556,"duration":0}},{"uid":"e1d0663f309072","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e1d0663f309072","status":"passed","time":{"start":1706115285539,"stop":1706115285540,"duration":1}},{"uid":"6e7e27c21e5ca","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6e7e27c21e5ca","status":"passed","time":{"start":1706114454515,"stop":1706114454515,"duration":0}},{"uid":"896c71cedbb014bb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/896c71cedbb014bb","status":"passed","time":{"start":1706111914149,"stop":1706111914149,"duration":0}},{"uid":"c6f3d3b44381f0e7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c6f3d3b44381f0e7","status":"passed","time":{"start":1706111616744,"stop":1706111616744,"duration":0}},{"uid":"a131232df332c605","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a131232df332c605","status":"passed","time":{"start":1706109533633,"stop":1706109533633,"duration":0}},{"uid":"ce97505e7e60963b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ce97505e7e60963b","status":"passed","time":{"start":1706103308666,"stop":1706103308666,"duration":0}},{"uid":"12f4737251048cc9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/12f4737251048cc9","status":"passed","time":{"start":1706103054165,"stop":1706103054165,"duration":0}},{"uid":"4f18a533bf7eea85","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4f18a533bf7eea85","status":"passed","time":{"start":1706102435012,"stop":1706102435012,"duration":0}},{"uid":"927feab000c1041","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/927feab000c1041","status":"passed","time":{"start":1706102331421,"stop":1706102331421,"duration":0}}]},"5c931b59939b139f341be4abffc000c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c61b4bcd594b2a3f","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/c61b4bcd594b2a3f","status":"passed","time":{"start":1705493424311,"stop":1705493424311,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"38d19582cc05e5fe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/38d19582cc05e5fe","status":"passed","time":{"start":1706528758832,"stop":1706528758833,"duration":1}},{"uid":"c8532169cec6aab0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c8532169cec6aab0","status":"passed","time":{"start":1706527727371,"stop":1706527727372,"duration":1}},{"uid":"5f72d74f43b6ca05","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5f72d74f43b6ca05","status":"passed","time":{"start":1706526742230,"stop":1706526742230,"duration":0}},{"uid":"c4a487a51ce2b6b0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c4a487a51ce2b6b0","status":"passed","time":{"start":1706526438953,"stop":1706526438953,"duration":0}},{"uid":"d11080a6fa3a3e76","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d11080a6fa3a3e76","status":"passed","time":{"start":1706526344150,"stop":1706526344151,"duration":1}},{"uid":"20d62f035f5b8711","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/20d62f035f5b8711","status":"passed","time":{"start":1706525773126,"stop":1706525773126,"duration":0}},{"uid":"9a0a1cbd09effd51","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9a0a1cbd09effd51","status":"passed","time":{"start":1706525240159,"stop":1706525240160,"duration":1}},{"uid":"5afeb399629cf957","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5afeb399629cf957","status":"passed","time":{"start":1706524801319,"stop":1706524801319,"duration":0}},{"uid":"40bc6db9a68280fb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/40bc6db9a68280fb","status":"passed","time":{"start":1706467495252,"stop":1706467495253,"duration":1}},{"uid":"ad3e41e0b7024022","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ad3e41e0b7024022","status":"passed","time":{"start":1706322848196,"stop":1706322848197,"duration":1}},{"uid":"c381cb87184dd659","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c381cb87184dd659","status":"passed","time":{"start":1706321161130,"stop":1706321161130,"duration":0}},{"uid":"821a5bf4397de981","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/821a5bf4397de981","status":"passed","time":{"start":1706244677368,"stop":1706244677369,"duration":1}},{"uid":"b4cc4844e8ef3df4","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b4cc4844e8ef3df4","status":"passed","time":{"start":1706242245765,"stop":1706242245766,"duration":1}},{"uid":"7d4cb33c1f5bf6d2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7d4cb33c1f5bf6d2","status":"passed","time":{"start":1706114934112,"stop":1706114934113,"duration":1}},{"uid":"529c97d4d96063c6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/529c97d4d96063c6","status":"passed","time":{"start":1706114104722,"stop":1706114104723,"duration":1}},{"uid":"c70cf5b1c37f26d7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c70cf5b1c37f26d7","status":"passed","time":{"start":1706111579389,"stop":1706111579390,"duration":1}},{"uid":"c676a73909c0fa9b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c676a73909c0fa9b","status":"passed","time":{"start":1706111268890,"stop":1706111268891,"duration":1}},{"uid":"91daeefb6bc1cc9c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/91daeefb6bc1cc9c","status":"passed","time":{"start":1706109171687,"stop":1706109171687,"duration":0}},{"uid":"962b9cfbaed4c757","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/962b9cfbaed4c757","status":"passed","time":{"start":1706102989363,"stop":1706102989363,"duration":0}},{"uid":"d4d7f5ffd5f4176e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d4d7f5ffd5f4176e","status":"passed","time":{"start":1706102729218,"stop":1706102729218,"duration":0}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"d939babceb8339ea","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d939babceb8339ea","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0}},{"uid":"80ce76389188c389","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/80ce76389188c389","status":"passed","time":{"start":1706527721043,"stop":1706527721043,"duration":0}},{"uid":"181c6202eebfded6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/181c6202eebfded6","status":"passed","time":{"start":1706526735946,"stop":1706526735946,"duration":0}},{"uid":"ced2413d45e3460b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ced2413d45e3460b","status":"passed","time":{"start":1706526432973,"stop":1706526432974,"duration":1}},{"uid":"1b0b32805c96811","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1b0b32805c96811","status":"passed","time":{"start":1706526337967,"stop":1706526337968,"duration":1}},{"uid":"f5c62f23538e0d27","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f5c62f23538e0d27","status":"passed","time":{"start":1706525767019,"stop":1706525767020,"duration":1}},{"uid":"3f066e13bde78ca6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3f066e13bde78ca6","status":"passed","time":{"start":1706525234002,"stop":1706525234003,"duration":1}},{"uid":"43f0d0a82185ea12","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/43f0d0a82185ea12","status":"passed","time":{"start":1706524795154,"stop":1706524795155,"duration":1}},{"uid":"df707f2fcb549dbb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/df707f2fcb549dbb","status":"passed","time":{"start":1706467489084,"stop":1706467489084,"duration":0}},{"uid":"49d77c476662db04","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/49d77c476662db04","status":"passed","time":{"start":1706322841924,"stop":1706322841924,"duration":0}},{"uid":"de18c85189a0e050","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/de18c85189a0e050","status":"passed","time":{"start":1706321155023,"stop":1706321155023,"duration":0}},{"uid":"bfb3ebef16b458e6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bfb3ebef16b458e6","status":"passed","time":{"start":1706244671327,"stop":1706244671327,"duration":0}},{"uid":"4020cc0333453c57","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/4020cc0333453c57","status":"passed","time":{"start":1706242239388,"stop":1706242239388,"duration":0}},{"uid":"a82dd4440e17fb18","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a82dd4440e17fb18","status":"passed","time":{"start":1706114927809,"stop":1706114927809,"duration":0}},{"uid":"9eda530b389b63bf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9eda530b389b63bf","status":"passed","time":{"start":1706114098596,"stop":1706114098596,"duration":0}},{"uid":"64f727059c0a79e5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/64f727059c0a79e5","status":"passed","time":{"start":1706111573299,"stop":1706111573299,"duration":0}},{"uid":"594611a5488b2847","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/594611a5488b2847","status":"passed","time":{"start":1706111262812,"stop":1706111262812,"duration":0}},{"uid":"2ebd86affe0b9bb0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2ebd86affe0b9bb0","status":"passed","time":{"start":1706109165247,"stop":1706109165247,"duration":0}},{"uid":"c769a521482b6bb3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c769a521482b6bb3","status":"passed","time":{"start":1706102983452,"stop":1706102983452,"duration":0}},{"uid":"61390d87dcadbdb3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/61390d87dcadbdb3","status":"passed","time":{"start":1706102722988,"stop":1706102722988,"duration":0}}]},"4f288c8d0304d3550e232c513b8ce965:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":34,"unknown":0,"total":35},"items":[{"uid":"bf5273a1909bfbc1","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/bf5273a1909bfbc1","status":"passed","time":{"start":1705520778365,"stop":1705520778366,"duration":1}},{"uid":"8aa53e681c7a8669","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/8aa53e681c7a8669","status":"passed","time":{"start":1705518147350,"stop":1705518147350,"duration":0}},{"uid":"996e2d6475d83781","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/996e2d6475d83781","status":"passed","time":{"start":1705518043735,"stop":1705518043735,"duration":0}},{"uid":"4f6b3a2412410978","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/4f6b3a2412410978","status":"passed","time":{"start":1705517918812,"stop":1705517918813,"duration":1}},{"uid":"61c55f99e99efbc","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/61c55f99e99efbc","status":"passed","time":{"start":1705508582710,"stop":1705508582710,"duration":0}},{"uid":"a7fd3a475bba1852","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/a7fd3a475bba1852","status":"passed","time":{"start":1705506415880,"stop":1705506415881,"duration":1}},{"uid":"d0f24705db635099","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/d0f24705db635099","status":"passed","time":{"start":1705502881056,"stop":1705502881057,"duration":1}},{"uid":"8f28081d4b8b8919","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8f28081d4b8b8919","status":"passed","time":{"start":1705502413585,"stop":1705502413585,"duration":0}},{"uid":"e5eab9d04c0e5265","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e5eab9d04c0e5265","status":"passed","time":{"start":1705494819398,"stop":1705494819398,"duration":0}},{"uid":"ec93f129c4c35f69","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ec93f129c4c35f69","status":"passed","time":{"start":1705494869801,"stop":1705494869802,"duration":1}},{"uid":"81ed6892f38fa011","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/81ed6892f38fa011","status":"passed","time":{"start":1705494814431,"stop":1705494814431,"duration":0}},{"uid":"ba594bdd53ad1808","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ba594bdd53ad1808","status":"passed","time":{"start":1705493391730,"stop":1705493391731,"duration":1}},{"uid":"a65abd2ba881665","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/a65abd2ba881665","status":"passed","time":{"start":1705493359306,"stop":1705493359306,"duration":0}},{"uid":"1ef3d4138d0d0321","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/1ef3d4138d0d0321","status":"passed","time":{"start":1705485182397,"stop":1705485182397,"duration":0}},{"uid":"db52a139d7b760f4","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/db52a139d7b760f4","status":"passed","time":{"start":1705485040842,"stop":1705485040842,"duration":0}},{"uid":"4d3e73834a4f49b9","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/4d3e73834a4f49b9","status":"passed","time":{"start":1705484295610,"stop":1705484295611,"duration":1}},{"uid":"185cb89605d5ae3b","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/185cb89605d5ae3b","status":"passed","time":{"start":1705469807045,"stop":1705469807045,"duration":0}},{"uid":"616380ddb4125fb5","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/616380ddb4125fb5","status":"passed","time":{"start":1705466873103,"stop":1705466873104,"duration":1}},{"uid":"b30159aff2bf6172","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/b30159aff2bf6172","status":"passed","time":{"start":1705435339056,"stop":1705435339056,"duration":0}},{"uid":"b3fbfcf410ba732c","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/b3fbfcf410ba732c","status":"passed","time":{"start":1705434801916,"stop":1705434801916,"duration":0}}]},"26505fb8d8bebf815d35b79786b11176:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"5b3b5b2d8f605101","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5b3b5b2d8f605101","status":"passed","time":{"start":1706100979758,"stop":1706100979758,"duration":0}},{"uid":"ba014f9077ac7241","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ba014f9077ac7241","status":"passed","time":{"start":1706100012427,"stop":1706100012427,"duration":0}},{"uid":"141db79eb69c56da","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/141db79eb69c56da","status":"passed","time":{"start":1706077739084,"stop":1706077739085,"duration":1}},{"uid":"7ac903d8ccdae851","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7ac903d8ccdae851","status":"passed","time":{"start":1706069827468,"stop":1706069827468,"duration":0}},{"uid":"a7d325d22c120a77","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a7d325d22c120a77","status":"passed","time":{"start":1705950521666,"stop":1705950521666,"duration":0}},{"uid":"735298d86b43993f","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/735298d86b43993f","status":"passed","time":{"start":1705938343372,"stop":1705938343372,"duration":0}},{"uid":"727acccfd3350016","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/727acccfd3350016","status":"passed","time":{"start":1705913488225,"stop":1705913488226,"duration":1}},{"uid":"2b5b01144c2b5e51","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2b5b01144c2b5e51","status":"passed","time":{"start":1705913034274,"stop":1705913034274,"duration":0}},{"uid":"373a15b0e2509c1d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/373a15b0e2509c1d","status":"passed","time":{"start":1705912407141,"stop":1705912407141,"duration":0}},{"uid":"bc6a23fe4411a4dc","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/bc6a23fe4411a4dc","status":"passed","time":{"start":1705911588794,"stop":1705911588794,"duration":0}},{"uid":"4e381dabd6702154","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/4e381dabd6702154","status":"passed","time":{"start":1705698799118,"stop":1705698799118,"duration":0}},{"uid":"253d960636ba99e3","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/253d960636ba99e3","status":"passed","time":{"start":1705687522367,"stop":1705687522367,"duration":0}},{"uid":"77814bfc245a34bf","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/77814bfc245a34bf","status":"passed","time":{"start":1705687430746,"stop":1705687430747,"duration":1}},{"uid":"1d5fcad09d13bf6","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1d5fcad09d13bf6","status":"passed","time":{"start":1705678121468,"stop":1705678121469,"duration":1}},{"uid":"e7f535e2b6a313f5","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/e7f535e2b6a313f5","status":"passed","time":{"start":1705678046314,"stop":1705678046314,"duration":0}},{"uid":"536993da329098d7","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/536993da329098d7","status":"passed","time":{"start":1705677908051,"stop":1705677908051,"duration":0}},{"uid":"e1393de7c69fb69a","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/e1393de7c69fb69a","status":"passed","time":{"start":1705677463220,"stop":1705677463231,"duration":11}},{"uid":"a7f30fc3983ce4f3","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/a7f30fc3983ce4f3","status":"passed","time":{"start":1705676052700,"stop":1705676052700,"duration":0}},{"uid":"7714ad7473146444","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/7714ad7473146444","status":"passed","time":{"start":1705675474639,"stop":1705675474640,"duration":1}},{"uid":"25dc5e1ad9b6ac69","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/25dc5e1ad9b6ac69","status":"passed","time":{"start":1705670338392,"stop":1705670338392,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":127,"unknown":0,"total":133},"items":[{"uid":"83ff253c950a57f6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83ff253c950a57f6","status":"passed","time":{"start":1706529378209,"stop":1706529378210,"duration":1}},{"uid":"920db190c11a21fd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/920db190c11a21fd","status":"passed","time":{"start":1706528340449,"stop":1706528340450,"duration":1}},{"uid":"2611aea8a6f5bd92","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2611aea8a6f5bd92","status":"passed","time":{"start":1706527263028,"stop":1706527263029,"duration":1}},{"uid":"fb875f45fb8470fd","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fb875f45fb8470fd","status":"passed","time":{"start":1706527018363,"stop":1706527018363,"duration":0}},{"uid":"9f1c4cd16ed1ca1b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9f1c4cd16ed1ca1b","status":"passed","time":{"start":1706526921006,"stop":1706526921007,"duration":1}},{"uid":"dd8c5b1704b29bc8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dd8c5b1704b29bc8","status":"passed","time":{"start":1706526364924,"stop":1706526364925,"duration":1}},{"uid":"e32b79bb21f8a59c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e32b79bb21f8a59c","status":"passed","time":{"start":1706525815783,"stop":1706525815785,"duration":2}},{"uid":"21473d1e3095ca40","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/21473d1e3095ca40","status":"passed","time":{"start":1706525403292,"stop":1706525403293,"duration":1}},{"uid":"c14ef69deeb9a8a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c14ef69deeb9a8a","status":"passed","time":{"start":1706468037072,"stop":1706468037072,"duration":0}},{"uid":"acbfa169d997bc6d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/acbfa169d997bc6d","status":"passed","time":{"start":1706323438324,"stop":1706323438324,"duration":0}},{"uid":"32318159ad519dea","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/32318159ad519dea","status":"passed","time":{"start":1706321670401,"stop":1706321670402,"duration":1}},{"uid":"c835dc13f3ff676b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c835dc13f3ff676b","status":"passed","time":{"start":1706244806937,"stop":1706244806938,"duration":1}},{"uid":"d47fa5a9aaeb1784","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d47fa5a9aaeb1784","status":"passed","time":{"start":1706242366089,"stop":1706242366089,"duration":0}},{"uid":"da53340d580bfda5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/da53340d580bfda5","status":"passed","time":{"start":1706115502838,"stop":1706115502838,"duration":0}},{"uid":"cefa0f231bf4aa43","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cefa0f231bf4aa43","status":"passed","time":{"start":1706114665325,"stop":1706114665326,"duration":1}},{"uid":"616a7b8669bbf47a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/616a7b8669bbf47a","status":"passed","time":{"start":1706112151707,"stop":1706112151707,"duration":0}},{"uid":"a6915658f1eb4556","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a6915658f1eb4556","status":"passed","time":{"start":1706111851588,"stop":1706111851589,"duration":1}},{"uid":"446a860eb607de7d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/446a860eb607de7d","status":"passed","time":{"start":1706109762350,"stop":1706109762351,"duration":1}},{"uid":"814ab7cb76612133","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/814ab7cb76612133","status":"passed","time":{"start":1706103476619,"stop":1706103476620,"duration":1}},{"uid":"e503b2d6e9431834","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e503b2d6e9431834","status":"passed","time":{"start":1706103287623,"stop":1706103287624,"duration":1}}]},"536723c96bef344067596524ebb08f70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a85736b00e93c800","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a85736b00e93c800","status":"passed","time":{"start":1706102507035,"stop":1706102507036,"duration":1}}]},"bdb01f9e352f19cc333dfa3617023579:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a931e75c7d356813","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/a931e75c7d356813","status":"passed","time":{"start":1706102125787,"stop":1706102125787,"duration":0}}]},"bb11512402958a8a21ac89ce30311339:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"77255440821ef6ab","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/77255440821ef6ab","status":"passed","time":{"start":1705520815487,"stop":1705520815487,"duration":0}},{"uid":"a246a16968a10119","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a246a16968a10119","status":"passed","time":{"start":1705518208993,"stop":1705518208994,"duration":1}},{"uid":"d777b795a80f0885","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/d777b795a80f0885","status":"passed","time":{"start":1705518112857,"stop":1705518112858,"duration":1}},{"uid":"afc0a69c612e52ef","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/afc0a69c612e52ef","status":"passed","time":{"start":1705517988386,"stop":1705517988386,"duration":0}},{"uid":"4c8fd9cea150c099","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/4c8fd9cea150c099","status":"passed","time":{"start":1705508651531,"stop":1705508651531,"duration":0}},{"uid":"fa8a18297da0ec7d","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/fa8a18297da0ec7d","status":"passed","time":{"start":1705506479145,"stop":1705506479145,"duration":0}},{"uid":"64c574e7dacc05d1","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/64c574e7dacc05d1","status":"passed","time":{"start":1705502938684,"stop":1705502938684,"duration":0}},{"uid":"82810a9390fdf443","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/82810a9390fdf443","status":"passed","time":{"start":1705502478107,"stop":1705502478107,"duration":0}},{"uid":"f6fc491faf59afe2","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f6fc491faf59afe2","status":"passed","time":{"start":1705494884679,"stop":1705494884679,"duration":0}},{"uid":"d617d665b2d7d9b2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d617d665b2d7d9b2","status":"passed","time":{"start":1705494937599,"stop":1705494937600,"duration":1}},{"uid":"5c7deedf460970b7","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/5c7deedf460970b7","status":"passed","time":{"start":1705494894085,"stop":1705494894092,"duration":7}},{"uid":"bab89ec27cd9684c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/bab89ec27cd9684c","status":"passed","time":{"start":1705493458477,"stop":1705493458478,"duration":1}},{"uid":"44e9b0df9a1c2143","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/44e9b0df9a1c2143","status":"passed","time":{"start":1705493421086,"stop":1705493421088,"duration":2}},{"uid":"1c6fef42673978","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/1c6fef42673978","status":"passed","time":{"start":1705485246694,"stop":1705485246694,"duration":0}},{"uid":"3b86db1dcfa32aa8","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/3b86db1dcfa32aa8","status":"passed","time":{"start":1705485106621,"stop":1705485106622,"duration":1}},{"uid":"fcfd9b16b1a7118e","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/fcfd9b16b1a7118e","status":"passed","time":{"start":1705484353080,"stop":1705484353081,"duration":1}},{"uid":"929d656381000ee","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/929d656381000ee","status":"passed","time":{"start":1705469867096,"stop":1705469867096,"duration":0}},{"uid":"9e233f77be30470f","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/9e233f77be30470f","status":"passed","time":{"start":1705466933265,"stop":1705466933265,"duration":0}},{"uid":"6780707d986446e6","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/6780707d986446e6","status":"passed","time":{"start":1705435401897,"stop":1705435401897,"duration":0}},{"uid":"38600e30e45f9574","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/38600e30e45f9574","status":"passed","time":{"start":1705434866481,"stop":1705434866481,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":32,"unknown":0,"total":33},"items":[{"uid":"38967c0d51fac91b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/38967c0d51fac91b","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"duration":0}},{"uid":"dea93ec8677b71a1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/dea93ec8677b71a1","status":"passed","time":{"start":1706528357115,"stop":1706528357115,"duration":0}},{"uid":"de4d7b1e785a44f1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/de4d7b1e785a44f1","status":"passed","time":{"start":1706527326700,"stop":1706527326701,"duration":1}},{"uid":"7c58c95ee2575df7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7c58c95ee2575df7","status":"passed","time":{"start":1706527049803,"stop":1706527049803,"duration":0}},{"uid":"585512e677bbc0b5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/585512e677bbc0b5","status":"passed","time":{"start":1706526961451,"stop":1706526961451,"duration":0}},{"uid":"d3664c91cfcd8df1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d3664c91cfcd8df1","status":"passed","time":{"start":1706526404289,"stop":1706526404289,"duration":0}},{"uid":"ce3490cb6aaccb4e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ce3490cb6aaccb4e","status":"passed","time":{"start":1706525849965,"stop":1706525849965,"duration":0}},{"uid":"bae2ffbec2a02a47","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bae2ffbec2a02a47","status":"passed","time":{"start":1706525432957,"stop":1706525432957,"duration":0}},{"uid":"cf3672bd92ac7f21","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cf3672bd92ac7f21","status":"passed","time":{"start":1706468114357,"stop":1706468114357,"duration":0}},{"uid":"f3549553fe9cb03b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f3549553fe9cb03b","status":"passed","time":{"start":1706323469657,"stop":1706323469658,"duration":1}},{"uid":"4bbc652b2a49537e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4bbc652b2a49537e","status":"passed","time":{"start":1706321771800,"stop":1706321771800,"duration":0}},{"uid":"191e0ac0a1454539","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/191e0ac0a1454539","status":"passed","time":{"start":1706115542403,"stop":1706115542403,"duration":0}},{"uid":"d898ca07f9aa48fc","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d898ca07f9aa48fc","status":"passed","time":{"start":1706114725927,"stop":1706114725927,"duration":0}},{"uid":"af2920a6f90ce391","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/af2920a6f90ce391","status":"passed","time":{"start":1706112199273,"stop":1706112199273,"duration":0}},{"uid":"71409a882eccb173","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/71409a882eccb173","status":"passed","time":{"start":1706111893745,"stop":1706111893745,"duration":0}},{"uid":"fb6c2a1c0d60c872","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fb6c2a1c0d60c872","status":"passed","time":{"start":1706109796559,"stop":1706109796559,"duration":0}},{"uid":"dd80223df13224e2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/dd80223df13224e2","status":"passed","time":{"start":1706103557160,"stop":1706103557161,"duration":1}},{"uid":"e41c766f8448a010","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e41c766f8448a010","status":"passed","time":{"start":1706103365813,"stop":1706103365813,"duration":0}},{"uid":"6a86dec623bc5446","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6a86dec623bc5446","status":"passed","time":{"start":1706102701058,"stop":1706102701058,"duration":0}},{"uid":"e35a8bb6bf3641d2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e35a8bb6bf3641d2","status":"passed","time":{"start":1706102579566,"stop":1706102579566,"duration":0}}]},"216e224c2eddb6b8d359910c9c16e9b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3553e3d4b32af6ca","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/3553e3d4b32af6ca","status":"passed","time":{"start":1705391499152,"stop":1705391499152,"duration":0}}]},"47c5967cf7b5d58793296f61882b40e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":36,"unknown":0,"total":37},"items":[{"uid":"516feb4593380185","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/516feb4593380185","status":"passed","time":{"start":1705520778368,"stop":1705520778378,"duration":10}},{"uid":"8be9a6def23b5933","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/8be9a6def23b5933","status":"passed","time":{"start":1705518147352,"stop":1705518147353,"duration":1}},{"uid":"d9a87eb49905a6e9","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/d9a87eb49905a6e9","status":"passed","time":{"start":1705518043737,"stop":1705518043737,"duration":0}},{"uid":"ee10eba7eedb2679","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ee10eba7eedb2679","status":"passed","time":{"start":1705517918815,"stop":1705517918816,"duration":1}},{"uid":"a628a729ebe68c04","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a628a729ebe68c04","status":"passed","time":{"start":1705508582712,"stop":1705508582712,"duration":0}},{"uid":"86f374cb2cc33885","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/86f374cb2cc33885","status":"passed","time":{"start":1705506415883,"stop":1705506415883,"duration":0}},{"uid":"f8fb8fba1464f534","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f8fb8fba1464f534","status":"passed","time":{"start":1705502881059,"stop":1705502881060,"duration":1}},{"uid":"5eb2b10a32f23ad5","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/5eb2b10a32f23ad5","status":"passed","time":{"start":1705502413588,"stop":1705502413588,"duration":0}},{"uid":"1f84d72c33722d7d","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1f84d72c33722d7d","status":"passed","time":{"start":1705494819399,"stop":1705494819399,"duration":0}},{"uid":"5c89361301a962c0","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5c89361301a962c0","status":"passed","time":{"start":1705494869807,"stop":1705494869808,"duration":1}},{"uid":"b034d5ad5bc889de","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b034d5ad5bc889de","status":"passed","time":{"start":1705493391732,"stop":1705493391735,"duration":3}},{"uid":"a192acf75ff46c96","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/a192acf75ff46c96","status":"passed","time":{"start":1705493359337,"stop":1705493359338,"duration":1}},{"uid":"ec81cb32e12973da","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/ec81cb32e12973da","status":"passed","time":{"start":1705485182399,"stop":1705485182399,"duration":0}},{"uid":"7e63f75d360402f9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/7e63f75d360402f9","status":"passed","time":{"start":1705485040844,"stop":1705485040845,"duration":1}},{"uid":"304387cbb38824e6","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/304387cbb38824e6","status":"passed","time":{"start":1705484295613,"stop":1705484295615,"duration":2}},{"uid":"b6f60aa43a309394","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/b6f60aa43a309394","status":"passed","time":{"start":1705469807047,"stop":1705469807051,"duration":4}},{"uid":"f9a4a038b9f663d5","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/f9a4a038b9f663d5","status":"passed","time":{"start":1705466873105,"stop":1705466873106,"duration":1}},{"uid":"660d969ce55b4778","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/660d969ce55b4778","status":"passed","time":{"start":1705435339059,"stop":1705435339059,"duration":0}},{"uid":"dc0d8affc455bbe8","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/dc0d8affc455bbe8","status":"passed","time":{"start":1705434801919,"stop":1705434801919,"duration":0}},{"uid":"caec2188a8c727c2","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/caec2188a8c727c2","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async 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/multiple_pubsub.node.spec.ts)","time":{"start":1705433440782,"stop":1705433440783,"duration":1}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":56,"unknown":0,"total":56},"items":[{"uid":"b3e205b416a8c227","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b3e205b416a8c227","status":"passed","time":{"start":1706529092195,"stop":1706529092196,"duration":1}},{"uid":"376a869874042354","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/376a869874042354","status":"passed","time":{"start":1706528057420,"stop":1706528057421,"duration":1}},{"uid":"649c76701a64566a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/649c76701a64566a","status":"passed","time":{"start":1706526914754,"stop":1706526914755,"duration":1}},{"uid":"11085030d34d632c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/11085030d34d632c","status":"passed","time":{"start":1706526612608,"stop":1706526612610,"duration":2}},{"uid":"c2c982a0e9aeb629","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c2c982a0e9aeb629","status":"passed","time":{"start":1706526514748,"stop":1706526514751,"duration":3}},{"uid":"360602d9dbdcaaa3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/360602d9dbdcaaa3","status":"passed","time":{"start":1706525945098,"stop":1706525945099,"duration":1}},{"uid":"35bf85fea90c2dd4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/35bf85fea90c2dd4","status":"passed","time":{"start":1706525418811,"stop":1706525418811,"duration":0}},{"uid":"472dc263964739c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/472dc263964739c","status":"passed","time":{"start":1706525116040,"stop":1706525116041,"duration":1}},{"uid":"987715a71cdd01f3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/987715a71cdd01f3","status":"passed","time":{"start":1706467681183,"stop":1706467681183,"duration":0}},{"uid":"826bb157a0114cb2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/826bb157a0114cb2","status":"passed","time":{"start":1706323017113,"stop":1706323017113,"duration":0}},{"uid":"4dee3b6f7695043","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4dee3b6f7695043","status":"passed","time":{"start":1706321333739,"stop":1706321333739,"duration":0}},{"uid":"2bac186c1cbc630d","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2bac186c1cbc630d","status":"passed","time":{"start":1706244762205,"stop":1706244762205,"duration":0}},{"uid":"4e892c30dafd8f8a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/4e892c30dafd8f8a","status":"passed","time":{"start":1706242326848,"stop":1706242326849,"duration":1}},{"uid":"b06671cd88ee90af","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b06671cd88ee90af","status":"passed","time":{"start":1706115157082,"stop":1706115157082,"duration":0}},{"uid":"334b1b1a8606f68b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/334b1b1a8606f68b","status":"passed","time":{"start":1706114292018,"stop":1706114292018,"duration":0}},{"uid":"616e3ecedd3453b2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/616e3ecedd3453b2","status":"passed","time":{"start":1706111754968,"stop":1706111754969,"duration":1}},{"uid":"3609afa87e2f052e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3609afa87e2f052e","status":"passed","time":{"start":1706111454519,"stop":1706111454519,"duration":0}},{"uid":"1b954776c56e06f9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1b954776c56e06f9","status":"passed","time":{"start":1706109346650,"stop":1706109346650,"duration":0}},{"uid":"fe2f48581ff81a65","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fe2f48581ff81a65","status":"passed","time":{"start":1706103153456,"stop":1706103153456,"duration":0}},{"uid":"d37a0bab22769051","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d37a0bab22769051","status":"passed","time":{"start":1706102905513,"stop":1706102905514,"duration":1}}]},"f99a44d3b81a9346eac6f57bd8af9430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"165a19a9563da9d2","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/165a19a9563da9d2","status":"passed","time":{"start":1705369239036,"stop":1705369239037,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":131,"unknown":0,"total":133},"items":[{"uid":"4721d449fd5c43c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4721d449fd5c43c0","status":"passed","time":{"start":1706529405490,"stop":1706529405490,"duration":0}},{"uid":"eabb4d700646bc81","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/eabb4d700646bc81","status":"passed","time":{"start":1706528369073,"stop":1706528369073,"duration":0}},{"uid":"e9ffa7c489b55a4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e9ffa7c489b55a4","status":"passed","time":{"start":1706527293614,"stop":1706527293615,"duration":1}},{"uid":"9672a73a5df8207d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9672a73a5df8207d","status":"passed","time":{"start":1706527035906,"stop":1706527035906,"duration":0}},{"uid":"bf1ea8c3a268d683","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bf1ea8c3a268d683","status":"passed","time":{"start":1706526945113,"stop":1706526945114,"duration":1}},{"uid":"d90b8f67686f72c4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d90b8f67686f72c4","status":"passed","time":{"start":1706526380427,"stop":1706526380427,"duration":0}},{"uid":"ac9e33bb1d2d7bf5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ac9e33bb1d2d7bf5","status":"passed","time":{"start":1706525838442,"stop":1706525838443,"duration":1}},{"uid":"abc244a4e69df56c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/abc244a4e69df56c","status":"passed","time":{"start":1706525430057,"stop":1706525430059,"duration":2}},{"uid":"762b5df83d3d8d08","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/762b5df83d3d8d08","status":"passed","time":{"start":1706468092735,"stop":1706468092735,"duration":0}},{"uid":"6feb17a424d367cc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6feb17a424d367cc","status":"passed","time":{"start":1706323453204,"stop":1706323453204,"duration":0}},{"uid":"c200cd7e361bd47b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c200cd7e361bd47b","status":"passed","time":{"start":1706321730264,"stop":1706321730264,"duration":0}},{"uid":"e83f1c93a9940ff4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e83f1c93a9940ff4","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244983416,"stop":1706244983416,"duration":0}},{"uid":"6fd351beb58db5a3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6fd351beb58db5a3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242505298,"stop":1706242505299,"duration":1}},{"uid":"daa1b3d821e57c14","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/daa1b3d821e57c14","status":"passed","time":{"start":1706115525169,"stop":1706115525170,"duration":1}},{"uid":"e120bced49d8cefe","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e120bced49d8cefe","status":"passed","time":{"start":1706114703602,"stop":1706114703602,"duration":0}},{"uid":"dc8747f0f91d2991","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/dc8747f0f91d2991","status":"passed","time":{"start":1706112177300,"stop":1706112177300,"duration":0}},{"uid":"74492200c82c4b98","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/74492200c82c4b98","status":"passed","time":{"start":1706111871942,"stop":1706111871942,"duration":0}},{"uid":"dcfa00a6ef76fc8a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dcfa00a6ef76fc8a","status":"passed","time":{"start":1706109785934,"stop":1706109785934,"duration":0}},{"uid":"1e0d9b7ca87dd7b4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1e0d9b7ca87dd7b4","status":"passed","time":{"start":1706103509821,"stop":1706103509821,"duration":0}},{"uid":"4958ff187a99a4be","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4958ff187a99a4be","status":"passed","time":{"start":1706103331214,"stop":1706103331214,"duration":0}}]},"dd1ef01c286e3c78d8ce4f250ae26f08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96a37f127ee104a5","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/96a37f127ee104a5","status":"passed","time":{"start":1705680122221,"stop":1705680122221,"duration":0}}]},"47bf87b44eb87085601b64c9f60c812d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"820986b3a2d4c168","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/820986b3a2d4c168","status":"passed","time":{"start":1706101757860,"stop":1706101757861,"duration":1}}]},"280d2bc078fc19032afe1a9e2c773350:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5c4997391ef934f","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/e5c4997391ef934f","status":"passed","time":{"start":1705677908059,"stop":1705677908060,"duration":1}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"188f15f5314c1b4b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/188f15f5314c1b4b","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"duration":0}},{"uid":"eca10fadbbd057f1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/eca10fadbbd057f1","status":"passed","time":{"start":1706527721483,"stop":1706527721484,"duration":1}},{"uid":"2b75bfab54867867","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2b75bfab54867867","status":"passed","time":{"start":1706526736329,"stop":1706526736329,"duration":0}},{"uid":"d2e0852721e34864","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d2e0852721e34864","status":"passed","time":{"start":1706526433120,"stop":1706526433121,"duration":1}},{"uid":"b3f50281e95724ae","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b3f50281e95724ae","status":"passed","time":{"start":1706526338332,"stop":1706526338332,"duration":0}},{"uid":"7b026b3818662d09","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7b026b3818662d09","status":"passed","time":{"start":1706525767350,"stop":1706525767350,"duration":0}},{"uid":"564fd8066429293b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/564fd8066429293b","status":"passed","time":{"start":1706525234333,"stop":1706525234333,"duration":0}},{"uid":"c4f99538063d6799","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c4f99538063d6799","status":"passed","time":{"start":1706524795499,"stop":1706524795500,"duration":1}},{"uid":"cb4c9b0907ff6d8f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cb4c9b0907ff6d8f","status":"passed","time":{"start":1706467489457,"stop":1706467489457,"duration":0}},{"uid":"be29bd9482669cf1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/be29bd9482669cf1","status":"passed","time":{"start":1706322842264,"stop":1706322842264,"duration":0}},{"uid":"2afd3e8c41a90952","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2afd3e8c41a90952","status":"passed","time":{"start":1706321155286,"stop":1706321155286,"duration":0}},{"uid":"20a8b15d43095892","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/20a8b15d43095892","status":"passed","time":{"start":1706244671449,"stop":1706244671449,"duration":0}},{"uid":"af861df3a55bb206","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/af861df3a55bb206","status":"passed","time":{"start":1706242239781,"stop":1706242239781,"duration":0}},{"uid":"58e9dee0f5234c15","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/58e9dee0f5234c15","status":"passed","time":{"start":1706114928161,"stop":1706114928161,"duration":0}},{"uid":"14d790c5749b7509","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/14d790c5749b7509","status":"passed","time":{"start":1706114098849,"stop":1706114098850,"duration":1}},{"uid":"25cf91b92312f749","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25cf91b92312f749","status":"passed","time":{"start":1706111573573,"stop":1706111573573,"duration":0}},{"uid":"5a3438ce3cba5dcf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5a3438ce3cba5dcf","status":"passed","time":{"start":1706111263115,"stop":1706111263115,"duration":0}},{"uid":"2fb5b473db523d4f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2fb5b473db523d4f","status":"passed","time":{"start":1706109165546,"stop":1706109165546,"duration":0}},{"uid":"59e4e577b00d5e39","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/59e4e577b00d5e39","status":"passed","time":{"start":1706102983596,"stop":1706102983596,"duration":0}},{"uid":"91be98be56e35cf1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/91be98be56e35cf1","status":"passed","time":{"start":1706102723312,"stop":1706102723312,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"da051a3d634fd9ce","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/da051a3d634fd9ce","status":"passed","time":{"start":1706528735131,"stop":1706528735131,"duration":0}},{"uid":"68c69bc65d6eaaab","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/68c69bc65d6eaaab","status":"passed","time":{"start":1706527704555,"stop":1706527704555,"duration":0}},{"uid":"c1be7e8979eda1ee","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c1be7e8979eda1ee","status":"passed","time":{"start":1706526720932,"stop":1706526720933,"duration":1}},{"uid":"738a85cc3621427b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/738a85cc3621427b","status":"passed","time":{"start":1706526416652,"stop":1706526416653,"duration":1}},{"uid":"ef379743c112d691","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ef379743c112d691","status":"passed","time":{"start":1706526321789,"stop":1706526321789,"duration":0}},{"uid":"c8f97af98ede4353","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c8f97af98ede4353","status":"passed","time":{"start":1706525751930,"stop":1706525751931,"duration":1}},{"uid":"a4ce42c30c690405","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a4ce42c30c690405","status":"passed","time":{"start":1706525218948,"stop":1706525218949,"duration":1}},{"uid":"10af2ae2b5e327ca","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/10af2ae2b5e327ca","status":"passed","time":{"start":1706524780137,"stop":1706524780140,"duration":3}},{"uid":"c04b6e4994a17ab3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c04b6e4994a17ab3","status":"passed","time":{"start":1706467473998,"stop":1706467473999,"duration":1}},{"uid":"6959bb3665ad94e1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6959bb3665ad94e1","status":"passed","time":{"start":1706322826367,"stop":1706322826368,"duration":1}},{"uid":"948f1f041f25d7f9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/948f1f041f25d7f9","status":"passed","time":{"start":1706321139952,"stop":1706321139953,"duration":1}},{"uid":"fc35c8c927aa3135","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/fc35c8c927aa3135","status":"passed","time":{"start":1706244655879,"stop":1706244655880,"duration":1}},{"uid":"436b9beba1ff5dd0","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/436b9beba1ff5dd0","status":"passed","time":{"start":1706242224327,"stop":1706242224327,"duration":0}},{"uid":"fa12e9dba9715701","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fa12e9dba9715701","status":"passed","time":{"start":1706114912526,"stop":1706114912527,"duration":1}},{"uid":"d3756e525ac2c5df","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d3756e525ac2c5df","status":"passed","time":{"start":1706114083267,"stop":1706114083268,"duration":1}},{"uid":"b1befac3041f3836","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b1befac3041f3836","status":"passed","time":{"start":1706111557898,"stop":1706111557898,"duration":0}},{"uid":"df9bf5cdede7e6bd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/df9bf5cdede7e6bd","status":"passed","time":{"start":1706111247538,"stop":1706111247540,"duration":2}},{"uid":"18109927af3e29de","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/18109927af3e29de","status":"passed","time":{"start":1706109149772,"stop":1706109149773,"duration":1}},{"uid":"594006a0da87f611","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/594006a0da87f611","status":"passed","time":{"start":1706102968129,"stop":1706102968130,"duration":1}},{"uid":"7914e7dbfafb8752","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7914e7dbfafb8752","status":"passed","time":{"start":1706102707871,"stop":1706102707872,"duration":1}}]},"c16307f8918711be70f2e1ab9957d31b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"616baf94ecd98c22","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/616baf94ecd98c22","status":"passed","time":{"start":1705520842604,"stop":1705520842604,"duration":0}},{"uid":"f63f65be5c023dcb","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/f63f65be5c023dcb","status":"passed","time":{"start":1705518211226,"stop":1705518211226,"duration":0}},{"uid":"71abe67c6094bf23","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/71abe67c6094bf23","status":"passed","time":{"start":1705518105993,"stop":1705518105993,"duration":0}},{"uid":"8994b5a28c2df028","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/8994b5a28c2df028","status":"passed","time":{"start":1705517988193,"stop":1705517988193,"duration":0}},{"uid":"e0a002154ad83565","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/e0a002154ad83565","status":"passed","time":{"start":1705508655525,"stop":1705508655526,"duration":1}},{"uid":"95ee233851979fc0","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/95ee233851979fc0","status":"passed","time":{"start":1705506482100,"stop":1705506482100,"duration":0}},{"uid":"90fe9800410af438","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/90fe9800410af438","status":"passed","time":{"start":1705502939557,"stop":1705502939557,"duration":0}},{"uid":"98d637788d788b51","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/98d637788d788b51","status":"passed","time":{"start":1705502479558,"stop":1705502479559,"duration":1}},{"uid":"e8622d597fd35f5a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e8622d597fd35f5a","status":"passed","time":{"start":1705494937949,"stop":1705494937949,"duration":0}},{"uid":"a3d0bb2d188a19e2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a3d0bb2d188a19e2","status":"passed","time":{"start":1705494940958,"stop":1705494940963,"duration":5}},{"uid":"a3a5aa91fb1fd74a","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/a3a5aa91fb1fd74a","status":"passed","time":{"start":1705494895042,"stop":1705494895043,"duration":1}},{"uid":"826b4db572cfcb5d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/826b4db572cfcb5d","status":"passed","time":{"start":1705493464932,"stop":1705493464932,"duration":0}},{"uid":"596e76da62ac10ed","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/596e76da62ac10ed","status":"passed","time":{"start":1705493422439,"stop":1705493422439,"duration":0}},{"uid":"3135f91b73f6e872","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/3135f91b73f6e872","status":"passed","time":{"start":1705485250492,"stop":1705485250492,"duration":0}},{"uid":"cfc264968bf67769","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/cfc264968bf67769","status":"passed","time":{"start":1705485112224,"stop":1705485112225,"duration":1}},{"uid":"544431622176ea9e","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/544431622176ea9e","status":"passed","time":{"start":1705484354904,"stop":1705484354904,"duration":0}},{"uid":"f55df11e302cd6ba","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/f55df11e302cd6ba","status":"passed","time":{"start":1705469872230,"stop":1705469872231,"duration":1}},{"uid":"611546710e43e7cd","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/611546710e43e7cd","status":"passed","time":{"start":1705466939045,"stop":1705466939045,"duration":0}},{"uid":"865db4bef9e5394","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/865db4bef9e5394","status":"passed","time":{"start":1705435403986,"stop":1705435403988,"duration":2}},{"uid":"44d6c180273d87f7","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/44d6c180273d87f7","status":"passed","time":{"start":1705434864622,"stop":1705434864623,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"9f568b629cd43c1d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9f568b629cd43c1d","status":"passed","time":{"start":1706528787516,"stop":1706528787517,"duration":1}},{"uid":"4a84f63e05c8c15e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4a84f63e05c8c15e","status":"passed","time":{"start":1706527760840,"stop":1706527760840,"duration":0}},{"uid":"ecf789e7fbe7a4d5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ecf789e7fbe7a4d5","status":"passed","time":{"start":1706526770926,"stop":1706526770926,"duration":0}},{"uid":"8d10bf4ac340ad5b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8d10bf4ac340ad5b","status":"passed","time":{"start":1706526471044,"stop":1706526471044,"duration":0}},{"uid":"e46be743077211b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e46be743077211b","status":"passed","time":{"start":1706526378816,"stop":1706526378817,"duration":1}},{"uid":"9ae7760cfa6da8dd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9ae7760cfa6da8dd","status":"passed","time":{"start":1706525802341,"stop":1706525802342,"duration":1}},{"uid":"f77f39a10c6ed222","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f77f39a10c6ed222","status":"passed","time":{"start":1706525269705,"stop":1706525269705,"duration":0}},{"uid":"6aff9c15bebfe8cf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6aff9c15bebfe8cf","status":"passed","time":{"start":1706524832177,"stop":1706524832178,"duration":1}},{"uid":"cb781e33073c5de","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cb781e33073c5de","status":"passed","time":{"start":1706467526663,"stop":1706467526664,"duration":1}},{"uid":"aac56d4a333cfe1d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/aac56d4a333cfe1d","status":"passed","time":{"start":1706322876704,"stop":1706322876705,"duration":1}},{"uid":"ef1e0b906b0f4f60","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ef1e0b906b0f4f60","status":"passed","time":{"start":1706321192890,"stop":1706321192891,"duration":1}},{"uid":"d5196e94b08b8012","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d5196e94b08b8012","status":"passed","time":{"start":1706244711592,"stop":1706244711609,"duration":17}},{"uid":"e216fdd5ad4d7247","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e216fdd5ad4d7247","status":"passed","time":{"start":1706242276196,"stop":1706242276197,"duration":1}},{"uid":"1e5c79ba955843a6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1e5c79ba955843a6","status":"passed","time":{"start":1706114963438,"stop":1706114963438,"duration":0}},{"uid":"13133d7b17f677f7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/13133d7b17f677f7","status":"passed","time":{"start":1706114132499,"stop":1706114132499,"duration":0}},{"uid":"4bc1031f318cbb59","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4bc1031f318cbb59","status":"passed","time":{"start":1706111608349,"stop":1706111608350,"duration":1}},{"uid":"4fcba4e6fbd04924","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4fcba4e6fbd04924","status":"passed","time":{"start":1706111301202,"stop":1706111301202,"duration":0}},{"uid":"be1a181c80b3d2c7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/be1a181c80b3d2c7","status":"passed","time":{"start":1706109202172,"stop":1706109202173,"duration":1}},{"uid":"aedc5d620f8a0169","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aedc5d620f8a0169","status":"passed","time":{"start":1706103019520,"stop":1706103019521,"duration":1}},{"uid":"845d5c0a3cc2c7b5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/845d5c0a3cc2c7b5","status":"passed","time":{"start":1706102766896,"stop":1706102766896,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"8a9d367452822963","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8a9d367452822963","status":"passed","time":{"start":1706529213445,"stop":1706529213445,"duration":0}},{"uid":"4467f8298acda7a4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4467f8298acda7a4","status":"passed","time":{"start":1706528191005,"stop":1706528191006,"duration":1}},{"uid":"a81acff2b0887182","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a81acff2b0887182","status":"passed","time":{"start":1706527073942,"stop":1706527073943,"duration":1}},{"uid":"bf3feac984c67b09","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bf3feac984c67b09","status":"passed","time":{"start":1706526771994,"stop":1706526771994,"duration":0}},{"uid":"f296d14f82e5fa04","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f296d14f82e5fa04","status":"passed","time":{"start":1706526678882,"stop":1706526678882,"duration":0}},{"uid":"f85f868d07890c0a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f85f868d07890c0a","status":"passed","time":{"start":1706526118991,"stop":1706526118991,"duration":0}},{"uid":"d8da3a9a03444c2a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d8da3a9a03444c2a","status":"passed","time":{"start":1706525578828,"stop":1706525578828,"duration":0}},{"uid":"f3fa9a69e5e091","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f3fa9a69e5e091","status":"passed","time":{"start":1706525215584,"stop":1706525215585,"duration":1}},{"uid":"644cc7659a461acd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/644cc7659a461acd","status":"passed","time":{"start":1706467823861,"stop":1706467823861,"duration":0}},{"uid":"34ddae388b1d40e5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/34ddae388b1d40e5","status":"passed","time":{"start":1706323200737,"stop":1706323200738,"duration":1}},{"uid":"b8e4ca4a814400","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b8e4ca4a814400","status":"passed","time":{"start":1706321464247,"stop":1706321464247,"duration":0}},{"uid":"9f801c896ae06c8f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9f801c896ae06c8f","status":"passed","time":{"start":1706244759803,"stop":1706244759803,"duration":0}},{"uid":"337891981af31a79","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/337891981af31a79","status":"passed","time":{"start":1706242311088,"stop":1706242311088,"duration":0}},{"uid":"c21bd40de475d433","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c21bd40de475d433","status":"passed","time":{"start":1706115275222,"stop":1706115275223,"duration":1}},{"uid":"3ccbc8159e8de0a9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3ccbc8159e8de0a9","status":"passed","time":{"start":1706114443298,"stop":1706114443298,"duration":0}},{"uid":"ef9d1b41ca5c5e55","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ef9d1b41ca5c5e55","status":"passed","time":{"start":1706111903924,"stop":1706111903924,"duration":0}},{"uid":"dfd9341723dbddb3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/dfd9341723dbddb3","status":"passed","time":{"start":1706111606556,"stop":1706111606557,"duration":1}},{"uid":"6465726ab1bb3aa3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6465726ab1bb3aa3","status":"passed","time":{"start":1706109519407,"stop":1706109519407,"duration":0}},{"uid":"3181b493c12569b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3181b493c12569b","status":"passed","time":{"start":1706103297427,"stop":1706103297427,"duration":0}},{"uid":"7386a0e3c94c8a4c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7386a0e3c94c8a4c","status":"passed","time":{"start":1706103044806,"stop":1706103044823,"duration":17}}]},"e460be0cba7ceb6f33cc32b2aca14b6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"748e55ad7d8465ae","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/748e55ad7d8465ae","status":"passed","time":{"start":1705521140297,"stop":1705521140297,"duration":0}},{"uid":"4159d47278ec9b0a","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/4159d47278ec9b0a","status":"passed","time":{"start":1705520883409,"stop":1705520883409,"duration":0}},{"uid":"b5b94ff58e48ff3a","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/b5b94ff58e48ff3a","status":"passed","time":{"start":1705520300884,"stop":1705520300884,"duration":0}},{"uid":"68554a62939eac63","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/68554a62939eac63","status":"passed","time":{"start":1705518525957,"stop":1705518525958,"duration":1}},{"uid":"f7581c2dafabc4ec","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/f7581c2dafabc4ec","status":"passed","time":{"start":1705518246804,"stop":1705518246804,"duration":0}},{"uid":"29dd5e80975693d1","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/29dd5e80975693d1","status":"passed","time":{"start":1705518140972,"stop":1705518140972,"duration":0}},{"uid":"f182b62545b38c51","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/f182b62545b38c51","status":"passed","time":{"start":1705518032415,"stop":1705518032415,"duration":0}},{"uid":"87199636b1b24978","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/87199636b1b24978","status":"passed","time":{"start":1705508700806,"stop":1705508700806,"duration":0}},{"uid":"c3a3d48b94a58375","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/c3a3d48b94a58375","status":"passed","time":{"start":1705506512640,"stop":1705506512640,"duration":0}},{"uid":"18e2de730c109b0e","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/18e2de730c109b0e","status":"passed","time":{"start":1705502966505,"stop":1705502966505,"duration":0}},{"uid":"342d5146ef5a170e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/342d5146ef5a170e","status":"passed","time":{"start":1705502370714,"stop":1705502370714,"duration":0}},{"uid":"77d8e294f136a2e5","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/77d8e294f136a2e5","status":"passed","time":{"start":1705502517766,"stop":1705502517766,"duration":0}},{"uid":"6d4ef6104cb5e380","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/6d4ef6104cb5e380","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321684,"stop":1705495321684,"duration":0}},{"uid":"dc4ffbb551fae27a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/dc4ffbb551fae27a","status":"passed","time":{"start":1705494975684,"stop":1705494975684,"duration":0}},{"uid":"d35d4e6cd9ec152e","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d35d4e6cd9ec152e","status":"passed","time":{"start":1705494930738,"stop":1705494930741,"duration":3}},{"uid":"ade6844d3691093a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ade6844d3691093a","status":"passed","time":{"start":1705493496301,"stop":1705493496301,"duration":0}},{"uid":"c5fe011b8d3f57c5","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/c5fe011b8d3f57c5","status":"passed","time":{"start":1705493451246,"stop":1705493451246,"duration":0}},{"uid":"551db43dcd9e51a6","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/551db43dcd9e51a6","status":"passed","time":{"start":1705485279302,"stop":1705485279302,"duration":0}},{"uid":"10803ecfbbf2ec05","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/10803ecfbbf2ec05","status":"passed","time":{"start":1705485136801,"stop":1705485136801,"duration":0}},{"uid":"3565e32b5b97b31d","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/3565e32b5b97b31d","status":"passed","time":{"start":1705484392928,"stop":1705484392928,"duration":0}}]},"603efbfe12f4c8388adb3b8c5c6fe4b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98f80f0d5705d683","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/98f80f0d5705d683","status":"passed","time":{"start":1706526690273,"stop":1706526690274,"duration":1}}]},"3db5914068206be17299f6509bbcd929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fed67d1590bacb3d","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/fed67d1590bacb3d","status":"passed","time":{"start":1705676052730,"stop":1705676052730,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32},"items":[{"uid":"fad3575afb4ad184","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fad3575afb4ad184","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"duration":0}},{"uid":"5d14c54d35b3f5ac","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5d14c54d35b3f5ac","status":"passed","time":{"start":1706528357117,"stop":1706528357117,"duration":0}},{"uid":"9e829cb1a3f385ed","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9e829cb1a3f385ed","status":"passed","time":{"start":1706527326702,"stop":1706527326702,"duration":0}},{"uid":"c133d876b5d9c7dc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c133d876b5d9c7dc","status":"passed","time":{"start":1706527049804,"stop":1706527049804,"duration":0}},{"uid":"77e0576e3318318","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/77e0576e3318318","status":"passed","time":{"start":1706526961452,"stop":1706526961453,"duration":1}},{"uid":"ff8c3557f1b306bb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ff8c3557f1b306bb","status":"passed","time":{"start":1706526404290,"stop":1706526404290,"duration":0}},{"uid":"6e2f6c14f2e925d1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6e2f6c14f2e925d1","status":"passed","time":{"start":1706525849966,"stop":1706525849967,"duration":1}},{"uid":"7b512d34efb74bb0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7b512d34efb74bb0","status":"passed","time":{"start":1706525432959,"stop":1706525432959,"duration":0}},{"uid":"62469183bd89eff1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/62469183bd89eff1","status":"passed","time":{"start":1706468114358,"stop":1706468114359,"duration":1}},{"uid":"9cba4c834cf563b0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9cba4c834cf563b0","status":"passed","time":{"start":1706323469659,"stop":1706323469659,"duration":0}},{"uid":"d38ccded596e3338","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d38ccded596e3338","status":"passed","time":{"start":1706321771801,"stop":1706321771801,"duration":0}},{"uid":"d5eed8969b746540","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d5eed8969b746540","status":"passed","time":{"start":1706115542404,"stop":1706115542404,"duration":0}},{"uid":"40ed4973789524fe","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/40ed4973789524fe","status":"passed","time":{"start":1706114725928,"stop":1706114725928,"duration":0}},{"uid":"9b351287feca9f42","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9b351287feca9f42","status":"passed","time":{"start":1706112199274,"stop":1706112199274,"duration":0}},{"uid":"4a9bfc034fff644","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4a9bfc034fff644","status":"passed","time":{"start":1706111893746,"stop":1706111893746,"duration":0}},{"uid":"36a14e8f45e46935","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/36a14e8f45e46935","status":"passed","time":{"start":1706109796560,"stop":1706109796561,"duration":1}},{"uid":"33ca0b3b7824c64a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/33ca0b3b7824c64a","status":"passed","time":{"start":1706103557162,"stop":1706103557162,"duration":0}},{"uid":"5c7b7b415de3f36","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5c7b7b415de3f36","status":"passed","time":{"start":1706103365814,"stop":1706103365814,"duration":0}},{"uid":"bb77f707e685d532","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bb77f707e685d532","status":"passed","time":{"start":1706102701060,"stop":1706102701060,"duration":0}},{"uid":"c56feac28ed41692","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c56feac28ed41692","status":"passed","time":{"start":1706102579568,"stop":1706102579568,"duration":0}}]},"dbc0358a277178b2cc2f9df40433b3f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"ed78b6b696660499","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/ed78b6b696660499","status":"passed","time":{"start":1705591024958,"stop":1705591024958,"duration":0}},{"uid":"98c7b36d87b0703b","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/98c7b36d87b0703b","status":"passed","time":{"start":1705590970647,"stop":1705590970647,"duration":0}},{"uid":"ef6e3c3c43dd7f04","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/ef6e3c3c43dd7f04","status":"passed","time":{"start":1705577909067,"stop":1705577909068,"duration":1}},{"uid":"9fdff5819d21cc44","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/9fdff5819d21cc44","status":"passed","time":{"start":1705577728595,"stop":1705577728595,"duration":0}},{"uid":"a5d32495a9648c79","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/a5d32495a9648c79","status":"passed","time":{"start":1705577379109,"stop":1705577379109,"duration":0}},{"uid":"8e2ed996da9fc439","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/8e2ed996da9fc439","status":"passed","time":{"start":1705577276812,"stop":1705577276812,"duration":0}},{"uid":"6d0aa4deba9ae40b","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/6d0aa4deba9ae40b","status":"passed","time":{"start":1705572848048,"stop":1705572848048,"duration":0}},{"uid":"a462afce93bafd3f","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/a462afce93bafd3f","status":"passed","time":{"start":1705572663440,"stop":1705572663440,"duration":0}},{"uid":"169937db5b014a67","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/169937db5b014a67","status":"passed","time":{"start":1705572143615,"stop":1705572143615,"duration":0}},{"uid":"fc26795cc83232e9","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/fc26795cc83232e9","status":"passed","time":{"start":1705570457998,"stop":1705570457999,"duration":1}},{"uid":"661083f6bcdad25a","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/661083f6bcdad25a","status":"passed","time":{"start":1705567297116,"stop":1705567297117,"duration":1}},{"uid":"e13e0410530b139a","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/e13e0410530b139a","status":"passed","time":{"start":1705526867617,"stop":1705526867617,"duration":0}},{"uid":"5f2d6b27dfb09fac","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/5f2d6b27dfb09fac","status":"passed","time":{"start":1705525658711,"stop":1705525658712,"duration":1}},{"uid":"1ee6873d304222df","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/1ee6873d304222df","status":"passed","time":{"start":1705525515352,"stop":1705525515352,"duration":0}},{"uid":"4bdf9b8df899128a","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/4bdf9b8df899128a","status":"passed","time":{"start":1705525388025,"stop":1705525388025,"duration":0}},{"uid":"7f89d9b39a784e96","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/7f89d9b39a784e96","status":"passed","time":{"start":1705525317825,"stop":1705525317825,"duration":0}},{"uid":"9e203d35120a5694","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/9e203d35120a5694","status":"passed","time":{"start":1705521844341,"stop":1705521844341,"duration":0}},{"uid":"229e88773e77f519","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/229e88773e77f519","status":"passed","time":{"start":1705521768315,"stop":1705521768316,"duration":1}},{"uid":"43c29f579ed74fdd","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/43c29f579ed74fdd","status":"passed","time":{"start":1705521294963,"stop":1705521294963,"duration":0}},{"uid":"be4674f47ba834c3","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/be4674f47ba834c3","status":"passed","time":{"start":1705520774257,"stop":1705520774258,"duration":1}}]},"74702f0846664848825522c820dca5e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96b3f0d9bf4a658d","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/96b3f0d9bf4a658d","status":"passed","time":{"start":1706069780789,"stop":1706069780790,"duration":1}}]},"7e181bf4cff3d11710c92a5990798cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb4d70f840d522f8","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/fb4d70f840d522f8","status":"passed","time":{"start":1705665444342,"stop":1705665444342,"duration":0}}]},"9062dac6fb4856cb040a67cf18871742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc479bbb26488e71","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/fc479bbb26488e71","status":"passed","time":{"start":1705435437440,"stop":1705435437441,"duration":1}}]},"d2881b0dc9e0f0c3c71819fca1de3458:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75ba2edf1e4ca7d6","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/75ba2edf1e4ca7d6","status":"passed","time":{"start":1705677463264,"stop":1705677463264,"duration":0}}]},"f05ea0d7d0b6343cd433e93071ca13c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99a44f46d9f1e40","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/99a44f46d9f1e40","status":"passed","time":{"start":1705520883425,"stop":1705520883425,"duration":0}}]},"1129653b096d85219e14017aa5b8c817:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc2caae5625cbd72","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/cc2caae5625cbd72","status":"passed","time":{"start":1705435394611,"stop":1705435394612,"duration":1}}]},"85beac053465aef2dc494ab96f9e83c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49022817786957a5","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/49022817786957a5","status":"passed","time":{"start":1705502938689,"stop":1705502938689,"duration":0}}]},"a12dd57fbd5e3056b57e4aec32d3f50a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46ba520a2f8f4019","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/46ba520a2f8f4019","status":"passed","time":{"start":1705494975701,"stop":1705494975701,"duration":0}}]},"aa748c0136d523dfa2661e21e1d7403a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c738b4effc31ea20","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/c738b4effc31ea20","status":"passed","time":{"start":1706077739101,"stop":1706077739101,"duration":0}}]},"f4c714983957ba8697f9e826f81a8d58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61fe3e0e9a217c7d","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/61fe3e0e9a217c7d","status":"passed","time":{"start":1706101654457,"stop":1706101654457,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"414f73b6fcd36a7f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/414f73b6fcd36a7f","status":"passed","time":{"start":1706528735265,"stop":1706528735265,"duration":0}},{"uid":"38d9ef5e35508765","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/38d9ef5e35508765","status":"passed","time":{"start":1706527704591,"stop":1706527704591,"duration":0}},{"uid":"65e8008d5d062fbc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/65e8008d5d062fbc","status":"passed","time":{"start":1706526720966,"stop":1706526720966,"duration":0}},{"uid":"f5648ac7b52ec963","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f5648ac7b52ec963","status":"passed","time":{"start":1706526416744,"stop":1706526416744,"duration":0}},{"uid":"7c62ab4624dbd29d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7c62ab4624dbd29d","status":"passed","time":{"start":1706526321955,"stop":1706526321955,"duration":0}},{"uid":"e04a298ebd66fffb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e04a298ebd66fffb","status":"passed","time":{"start":1706525752100,"stop":1706525752100,"duration":0}},{"uid":"1ba3078c6a5f2bcd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1ba3078c6a5f2bcd","status":"passed","time":{"start":1706525219268,"stop":1706525219269,"duration":1}},{"uid":"51b9eae4accee6df","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/51b9eae4accee6df","status":"passed","time":{"start":1706524780270,"stop":1706524780270,"duration":0}},{"uid":"56780c144607dfc5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/56780c144607dfc5","status":"passed","time":{"start":1706467474171,"stop":1706467474171,"duration":0}},{"uid":"e344fd1e36369c91","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e344fd1e36369c91","status":"passed","time":{"start":1706322826378,"stop":1706322826378,"duration":0}},{"uid":"11a00c97a4b78a51","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/11a00c97a4b78a51","status":"passed","time":{"start":1706321140040,"stop":1706321140040,"duration":0}},{"uid":"c013653e50d83fbd","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c013653e50d83fbd","status":"passed","time":{"start":1706244656032,"stop":1706244656033,"duration":1}},{"uid":"d51cf1b872886d41","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d51cf1b872886d41","status":"passed","time":{"start":1706242224307,"stop":1706242224307,"duration":0}},{"uid":"b6f36c4d6d48122f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b6f36c4d6d48122f","status":"passed","time":{"start":1706114912652,"stop":1706114912652,"duration":0}},{"uid":"b008914d2ef730cd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b008914d2ef730cd","status":"passed","time":{"start":1706114083417,"stop":1706114083417,"duration":0}},{"uid":"c5449e1aa9b35825","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c5449e1aa9b35825","status":"passed","time":{"start":1706111558164,"stop":1706111558164,"duration":0}},{"uid":"8d3e979c58f7f1e8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8d3e979c58f7f1e8","status":"passed","time":{"start":1706111247719,"stop":1706111247719,"duration":0}},{"uid":"cc806867c78897fd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cc806867c78897fd","status":"passed","time":{"start":1706109149843,"stop":1706109149843,"duration":0}},{"uid":"b654eddc22ee372","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b654eddc22ee372","status":"passed","time":{"start":1706102968252,"stop":1706102968252,"duration":0}},{"uid":"8e9ec0c73cb8b6b9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8e9ec0c73cb8b6b9","status":"passed","time":{"start":1706102707919,"stop":1706102707919,"duration":0}}]},"9e6e8a9d73510d1b97b71a40ebd82531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff49acc9600a2728","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/ff49acc9600a2728","status":"passed","time":{"start":1705670338402,"stop":1705670338403,"duration":1}}]},"f921de38053b0120d89ca858125380f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b40198091294c95","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/2b40198091294c95","status":"passed","time":{"start":1705590952396,"stop":1705590952396,"duration":0}}]},"a3789fc2004a4626f99a969bf310f915:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76558b343e9e073d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/76558b343e9e073d","status":"passed","time":{"start":1706467906894,"stop":1706467906895,"duration":1}}]},"ac9a7f3cfd14fbb30f39a202ec1b8526:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"2265bdff4913e43a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2265bdff4913e43a","status":"passed","time":{"start":1706100979751,"stop":1706100979751,"duration":0}},{"uid":"2e42a7f198c2f045","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/2e42a7f198c2f045","status":"passed","time":{"start":1706100012411,"stop":1706100012411,"duration":0}},{"uid":"fc4637a85a25cfae","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/fc4637a85a25cfae","status":"passed","time":{"start":1706077739075,"stop":1706077739075,"duration":0}},{"uid":"4680c796877c6a11","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/4680c796877c6a11","status":"passed","time":{"start":1706069827463,"stop":1706069827463,"duration":0}},{"uid":"b0d76da57af1c757","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b0d76da57af1c757","status":"passed","time":{"start":1705950521660,"stop":1705950521660,"duration":0}},{"uid":"decf39598839ecc3","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/decf39598839ecc3","status":"passed","time":{"start":1705938343367,"stop":1705938343368,"duration":1}},{"uid":"f66608e911b67234","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f66608e911b67234","status":"passed","time":{"start":1705913488215,"stop":1705913488216,"duration":1}},{"uid":"f775c2208e69e5b","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f775c2208e69e5b","status":"passed","time":{"start":1705913034268,"stop":1705913034268,"duration":0}},{"uid":"7f6021a166f8906f","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/7f6021a166f8906f","status":"passed","time":{"start":1705912407123,"stop":1705912407124,"duration":1}},{"uid":"fd0914f9fa08d984","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/fd0914f9fa08d984","status":"passed","time":{"start":1705911588789,"stop":1705911588790,"duration":1}},{"uid":"c7c29db1b7b3eba3","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/c7c29db1b7b3eba3","status":"passed","time":{"start":1705698799104,"stop":1705698799104,"duration":0}},{"uid":"de6876f68b05dd7b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/de6876f68b05dd7b","status":"passed","time":{"start":1705687522362,"stop":1705687522362,"duration":0}},{"uid":"51d99815faf99f8e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/51d99815faf99f8e","status":"passed","time":{"start":1705687430728,"stop":1705687430728,"duration":0}},{"uid":"a5ac462c836c7839","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/a5ac462c836c7839","status":"passed","time":{"start":1705678121461,"stop":1705678121463,"duration":2}},{"uid":"ebb53f2dd9312c64","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ebb53f2dd9312c64","status":"passed","time":{"start":1705678046305,"stop":1705678046306,"duration":1}},{"uid":"8e6291f1759f86fa","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/8e6291f1759f86fa","status":"passed","time":{"start":1705677908046,"stop":1705677908046,"duration":0}},{"uid":"fdfbf7d4972dda2a","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/fdfbf7d4972dda2a","status":"passed","time":{"start":1705677463212,"stop":1705677463212,"duration":0}},{"uid":"8ec8d2980bc00595","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/8ec8d2980bc00595","status":"passed","time":{"start":1705676052693,"stop":1705676052694,"duration":1}},{"uid":"55653f6f07848e84","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/55653f6f07848e84","status":"passed","time":{"start":1705675474635,"stop":1705675474635,"duration":0}},{"uid":"9507da21dcabc190","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/9507da21dcabc190","status":"passed","time":{"start":1705670338387,"stop":1705670338387,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"81dc29ddf2bb1792","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/81dc29ddf2bb1792","status":"passed","time":{"start":1706529333260,"stop":1706529333262,"duration":2}},{"uid":"7e2ca0e81717bcbd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7e2ca0e81717bcbd","status":"passed","time":{"start":1706528290471,"stop":1706528290471,"duration":0}},{"uid":"da3d319e164c4107","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/da3d319e164c4107","status":"passed","time":{"start":1706527264359,"stop":1706527264359,"duration":0}},{"uid":"5c1673d8f0d5921a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5c1673d8f0d5921a","status":"passed","time":{"start":1706526976776,"stop":1706526976776,"duration":0}},{"uid":"96b1c629ffb4e5e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/96b1c629ffb4e5e","status":"passed","time":{"start":1706526885809,"stop":1706526885809,"duration":0}},{"uid":"4b0b8435101e7f36","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4b0b8435101e7f36","status":"passed","time":{"start":1706526330102,"stop":1706526330102,"duration":0}},{"uid":"7faa17c608d03d6d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7faa17c608d03d6d","status":"passed","time":{"start":1706525780727,"stop":1706525780727,"duration":0}},{"uid":"fbb3fc85ea564c84","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fbb3fc85ea564c84","status":"passed","time":{"start":1706525359497,"stop":1706525359497,"duration":0}},{"uid":"4a5d3b23e1ab327a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4a5d3b23e1ab327a","status":"passed","time":{"start":1706468042644,"stop":1706468042645,"duration":1}},{"uid":"68d02816e9a4a5aa","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/68d02816e9a4a5aa","status":"passed","time":{"start":1706323386932,"stop":1706323386933,"duration":1}},{"uid":"2c77fde13c65b466","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2c77fde13c65b466","status":"passed","time":{"start":1706321713103,"stop":1706321713103,"duration":0}},{"uid":"48aa1b7bab84e94a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/48aa1b7bab84e94a","status":"passed","time":{"start":1706115482614,"stop":1706115482615,"duration":1}},{"uid":"547ee4fefe953590","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/547ee4fefe953590","status":"passed","time":{"start":1706114635440,"stop":1706114635441,"duration":1}},{"uid":"3908b0a2650c215a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3908b0a2650c215a","status":"passed","time":{"start":1706112127564,"stop":1706112127565,"duration":1}},{"uid":"4fec4e1503dd739b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4fec4e1503dd739b","status":"passed","time":{"start":1706111809283,"stop":1706111809283,"duration":0}},{"uid":"9473d6fbaa5095dd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9473d6fbaa5095dd","status":"passed","time":{"start":1706109719533,"stop":1706109719533,"duration":0}},{"uid":"4fdceb00ea9cd85a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4fdceb00ea9cd85a","status":"passed","time":{"start":1706103518437,"stop":1706103518437,"duration":0}},{"uid":"7ad3edff6e787776","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7ad3edff6e787776","status":"passed","time":{"start":1706103305165,"stop":1706103305165,"duration":0}},{"uid":"e15082334b6697b7","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e15082334b6697b7","status":"passed","time":{"start":1706102626855,"stop":1706102626855,"duration":0}},{"uid":"58238aea073a8405","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/58238aea073a8405","status":"passed","time":{"start":1706102491856,"stop":1706102491857,"duration":1}}]},"275225dd0787992949ae0864ec1c2959:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abcf6cdac815ab54","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/abcf6cdac815ab54","status":"passed","time":{"start":1705521819128,"stop":1705521819129,"duration":1}}]},"61b8a0f536777c0053c46546b029b795:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"5ff4cf408486c191","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5ff4cf408486c191","status":"passed","time":{"start":1706100942618,"stop":1706100942618,"duration":0}},{"uid":"831e4ff40d410577","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/831e4ff40d410577","status":"passed","time":{"start":1706099973760,"stop":1706099973760,"duration":0}},{"uid":"3e75dac313c7b1e7","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/3e75dac313c7b1e7","status":"passed","time":{"start":1706077701787,"stop":1706077701787,"duration":0}},{"uid":"1d821a17e77dff39","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/1d821a17e77dff39","status":"passed","time":{"start":1706069790734,"stop":1706069790734,"duration":0}},{"uid":"6bcd974a3e8f390d","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/6bcd974a3e8f390d","status":"passed","time":{"start":1705950495047,"stop":1705950495047,"duration":0}},{"uid":"eb959c0599a9dddb","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/eb959c0599a9dddb","status":"passed","time":{"start":1705938302718,"stop":1705938302719,"duration":1}},{"uid":"943019250085a717","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/943019250085a717","status":"passed","time":{"start":1705913446704,"stop":1705913446708,"duration":4}},{"uid":"c2f457e11bc298a4","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c2f457e11bc298a4","status":"passed","time":{"start":1705912988133,"stop":1705912988134,"duration":1}},{"uid":"f673ba500b9d92c1","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f673ba500b9d92c1","status":"passed","time":{"start":1705912372223,"stop":1705912372223,"duration":0}},{"uid":"4ac99e0dd15024a4","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/4ac99e0dd15024a4","status":"passed","time":{"start":1705911551484,"stop":1705911551484,"duration":0}},{"uid":"3c65a9ddb846b07a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/3c65a9ddb846b07a","status":"passed","time":{"start":1705698757766,"stop":1705698757767,"duration":1}},{"uid":"abc86fffe611db1","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/abc86fffe611db1","status":"passed","time":{"start":1705687467727,"stop":1705687467728,"duration":1}},{"uid":"267b75cee0fec710","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/267b75cee0fec710","status":"passed","time":{"start":1705687390801,"stop":1705687390801,"duration":0}},{"uid":"d1b5791d8c93bb8f","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/d1b5791d8c93bb8f","status":"passed","time":{"start":1705678077458,"stop":1705678077459,"duration":1}},{"uid":"84ee730817b504be","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/84ee730817b504be","status":"passed","time":{"start":1705678007045,"stop":1705678007046,"duration":1}},{"uid":"51a6f304ee28da20","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/51a6f304ee28da20","status":"passed","time":{"start":1705677873538,"stop":1705677873538,"duration":0}},{"uid":"2c13742cc09be847","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/2c13742cc09be847","status":"passed","time":{"start":1705677414841,"stop":1705677414845,"duration":4}},{"uid":"db40aae5ed663833","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/db40aae5ed663833","status":"passed","time":{"start":1705676004250,"stop":1705676004251,"duration":1}},{"uid":"5cc620176cf6036","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/5cc620176cf6036","status":"passed","time":{"start":1705675426982,"stop":1705675426982,"duration":0}},{"uid":"9d5c465a4d0ebcc6","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/9d5c465a4d0ebcc6","status":"passed","time":{"start":1705670299876,"stop":1705670299877,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"88a15c5cf8d88768","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/88a15c5cf8d88768","status":"passed","time":{"start":1706528986020,"stop":1706528986020,"duration":0}},{"uid":"ef9d8a4828be687","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ef9d8a4828be687","status":"passed","time":{"start":1706527951711,"stop":1706527951711,"duration":0}},{"uid":"c93fb11c6fb9b7fa","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c93fb11c6fb9b7fa","status":"passed","time":{"start":1706526969213,"stop":1706526969213,"duration":0}},{"uid":"ed22dfa33808c0e1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ed22dfa33808c0e1","status":"passed","time":{"start":1706526675859,"stop":1706526675859,"duration":0}},{"uid":"830bcdc8d9fb87f7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/830bcdc8d9fb87f7","status":"passed","time":{"start":1706526572368,"stop":1706526572369,"duration":1}},{"uid":"5874b760ddbf9844","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5874b760ddbf9844","status":"passed","time":{"start":1706525997943,"stop":1706525997944,"duration":1}},{"uid":"b658b097cc79bc24","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b658b097cc79bc24","status":"passed","time":{"start":1706525468260,"stop":1706525468261,"duration":1}},{"uid":"40cc610a3e15dfb5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/40cc610a3e15dfb5","status":"passed","time":{"start":1706525019721,"stop":1706525019721,"duration":0}},{"uid":"53d8ae405cd0a126","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/53d8ae405cd0a126","status":"passed","time":{"start":1706467721297,"stop":1706467721297,"duration":0}},{"uid":"81c35c2aebe168d4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/81c35c2aebe168d4","status":"passed","time":{"start":1706323082569,"stop":1706323082569,"duration":0}},{"uid":"2db5bcdd53a0bee6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2db5bcdd53a0bee6","status":"passed","time":{"start":1706321389974,"stop":1706321389974,"duration":0}},{"uid":"5a00a87802223c1e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5a00a87802223c1e","status":"passed","time":{"start":1706115172658,"stop":1706115172659,"duration":1}},{"uid":"a297c72dd9c7dc40","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a297c72dd9c7dc40","status":"passed","time":{"start":1706114335605,"stop":1706114335605,"duration":0}},{"uid":"642aa62fc59e8f63","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/642aa62fc59e8f63","status":"passed","time":{"start":1706111797814,"stop":1706111797814,"duration":0}},{"uid":"da3c0c1b73b818e2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/da3c0c1b73b818e2","status":"passed","time":{"start":1706111496609,"stop":1706111496615,"duration":6}},{"uid":"b75aa5cf0b34d2f1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b75aa5cf0b34d2f1","status":"passed","time":{"start":1706109403548,"stop":1706109403548,"duration":0}},{"uid":"8d2772dd0bc38583","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8d2772dd0bc38583","status":"passed","time":{"start":1706103220676,"stop":1706103220676,"duration":0}},{"uid":"ee28d53fdcf59bbf","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ee28d53fdcf59bbf","status":"passed","time":{"start":1706102943585,"stop":1706102943585,"duration":0}},{"uid":"6d0357e73dacb058","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6d0357e73dacb058","status":"passed","time":{"start":1706102315323,"stop":1706102315323,"duration":0}},{"uid":"99a88c31bd267d1e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/99a88c31bd267d1e","status":"passed","time":{"start":1706102190051,"stop":1706102190051,"duration":0}}]},"1137936875f727b8aca37baaff02b023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d7e97f8f227877f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5d7e97f8f227877f","status":"passed","time":{"start":1706102152979,"stop":1706102152979,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"b88e07981de80d70","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b88e07981de80d70","status":"passed","time":{"start":1706529098415,"stop":1706529098416,"duration":1}},{"uid":"4fd7d038b0ad17aa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4fd7d038b0ad17aa","status":"passed","time":{"start":1706528062330,"stop":1706528062331,"duration":1}},{"uid":"c41683546d1061dc","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c41683546d1061dc","status":"passed","time":{"start":1706527021410,"stop":1706527021410,"duration":0}},{"uid":"f6b8411f924d6a9c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f6b8411f924d6a9c","status":"passed","time":{"start":1706526732517,"stop":1706526732517,"duration":0}},{"uid":"2d57e7a3367f124","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2d57e7a3367f124","status":"passed","time":{"start":1706526633854,"stop":1706526633854,"duration":0}},{"uid":"ff385b03e9e8bbaa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ff385b03e9e8bbaa","status":"passed","time":{"start":1706526067825,"stop":1706526067825,"duration":0}},{"uid":"30750bfad11dfe0e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/30750bfad11dfe0e","status":"passed","time":{"start":1706525534938,"stop":1706525534938,"duration":0}},{"uid":"35577109cd45fa2e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/35577109cd45fa2e","status":"passed","time":{"start":1706525124881,"stop":1706525124881,"duration":0}},{"uid":"5ff1c1edcf4c0aae","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5ff1c1edcf4c0aae","status":"passed","time":{"start":1706467770178,"stop":1706467770178,"duration":0}},{"uid":"9563cda04dc36585","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9563cda04dc36585","status":"passed","time":{"start":1706323154740,"stop":1706323154740,"duration":0}},{"uid":"f3c3b6aff808079b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f3c3b6aff808079b","status":"passed","time":{"start":1706321451109,"stop":1706321451109,"duration":0}},{"uid":"b2f1d327a069a07a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b2f1d327a069a07a","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244739498,"stop":1706244739499,"duration":1}},{"uid":"166eb5172c62b6b3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/166eb5172c62b6b3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242301029,"stop":1706242301029,"duration":0}},{"uid":"2c3e76657f70d760","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2c3e76657f70d760","status":"passed","time":{"start":1706115234655,"stop":1706115234655,"duration":0}},{"uid":"287c2f86231ce1f1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/287c2f86231ce1f1","status":"passed","time":{"start":1706114380002,"stop":1706114380002,"duration":0}},{"uid":"72ee113740bd6af9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/72ee113740bd6af9","status":"passed","time":{"start":1706111859787,"stop":1706111859788,"duration":1}},{"uid":"ce06c6a5459a76c5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ce06c6a5459a76c5","status":"passed","time":{"start":1706111563436,"stop":1706111563436,"duration":0}},{"uid":"98dbb84760c2f4ab","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/98dbb84760c2f4ab","status":"passed","time":{"start":1706109471820,"stop":1706109471821,"duration":1}},{"uid":"280e92b9ee675814","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/280e92b9ee675814","status":"passed","time":{"start":1706103283418,"stop":1706103283419,"duration":1}},{"uid":"c92e3d75ae97c53a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c92e3d75ae97c53a","status":"passed","time":{"start":1706103005469,"stop":1706103005469,"duration":0}}]},"72ee19bcee3230e04035f1d76edee745:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f58bb734821bd593","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/f58bb734821bd593","status":"passed","time":{"start":1705421336123,"stop":1705421336124,"duration":1}}]},"a1cd3ceceb8aebfefe433d8acf6ee14b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"446ec21cbd94fd4a","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/446ec21cbd94fd4a","status":"passed","time":{"start":1705667008398,"stop":1705667008399,"duration":1}}]},"d1265242b8afdaa2ea05eb5d83dadd80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ddd22a947f63e83","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2ddd22a947f63e83","status":"passed","time":{"start":1706103518441,"stop":1706103518442,"duration":1}}]},"f05d46ed663e2c5bed07dc7ffb8aef65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7355cbcc27ee374f","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/7355cbcc27ee374f","status":"passed","time":{"start":1705577901730,"stop":1705577901731,"duration":1}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"3e2dace59f155209","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e2dace59f155209","status":"passed","time":{"start":1706528985992,"stop":1706528985993,"duration":1}},{"uid":"e91ecf63196bc579","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e91ecf63196bc579","status":"passed","time":{"start":1706527951689,"stop":1706527951689,"duration":0}},{"uid":"2c8bfa75e4093426","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2c8bfa75e4093426","status":"passed","time":{"start":1706526969198,"stop":1706526969198,"duration":0}},{"uid":"9c64004db6cc3b9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9c64004db6cc3b9","status":"passed","time":{"start":1706526675842,"stop":1706526675843,"duration":1}},{"uid":"a07e1a44d19a0874","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a07e1a44d19a0874","status":"passed","time":{"start":1706526572349,"stop":1706526572349,"duration":0}},{"uid":"8e3760da18d03f38","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8e3760da18d03f38","status":"passed","time":{"start":1706525997931,"stop":1706525997931,"duration":0}},{"uid":"e77af6c210524ee2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e77af6c210524ee2","status":"passed","time":{"start":1706525468225,"stop":1706525468225,"duration":0}},{"uid":"48237659f0de3b1e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/48237659f0de3b1e","status":"passed","time":{"start":1706525019704,"stop":1706525019704,"duration":0}},{"uid":"42674929b4adc7a2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/42674929b4adc7a2","status":"passed","time":{"start":1706467721288,"stop":1706467721288,"duration":0}},{"uid":"667c771c2582fd71","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/667c771c2582fd71","status":"passed","time":{"start":1706323082560,"stop":1706323082561,"duration":1}},{"uid":"4e03d63a78a44b86","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4e03d63a78a44b86","status":"passed","time":{"start":1706321389963,"stop":1706321389963,"duration":0}},{"uid":"87a59236fd4332db","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/87a59236fd4332db","status":"passed","time":{"start":1706115172638,"stop":1706115172639,"duration":1}},{"uid":"ff1076823fd52d96","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ff1076823fd52d96","status":"passed","time":{"start":1706114335582,"stop":1706114335584,"duration":2}},{"uid":"a3298fb3506a63","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a3298fb3506a63","status":"passed","time":{"start":1706111797794,"stop":1706111797794,"duration":0}},{"uid":"99957b94d8899076","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/99957b94d8899076","status":"passed","time":{"start":1706111496582,"stop":1706111496582,"duration":0}},{"uid":"d9f0c026e216df1e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d9f0c026e216df1e","status":"passed","time":{"start":1706109403533,"stop":1706109403534,"duration":1}},{"uid":"86a139c0151da542","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/86a139c0151da542","status":"passed","time":{"start":1706103220666,"stop":1706103220666,"duration":0}},{"uid":"d7241c90d7484852","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d7241c90d7484852","status":"passed","time":{"start":1706102943571,"stop":1706102943571,"duration":0}},{"uid":"f1ca1f0dcb77a175","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f1ca1f0dcb77a175","status":"passed","time":{"start":1706102315313,"stop":1706102315313,"duration":0}},{"uid":"46975f0e5b971a16","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/46975f0e5b971a16","status":"passed","time":{"start":1706102190040,"stop":1706102190041,"duration":1}}]},"5f14c3936c060effb27fbfae0be1835c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805aaa1e946e25c4","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/805aaa1e946e25c4","status":"passed","time":{"start":1705493451258,"stop":1705493451259,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"cb250ee71f4e0259","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb250ee71f4e0259","status":"passed","time":{"start":1706529092210,"stop":1706529092210,"duration":0}},{"uid":"1b6c83419ff5128a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1b6c83419ff5128a","status":"passed","time":{"start":1706528057459,"stop":1706528057459,"duration":0}},{"uid":"dda3a6b296aa0963","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dda3a6b296aa0963","status":"passed","time":{"start":1706526914775,"stop":1706526914779,"duration":4}},{"uid":"1f34845f4e41ea44","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1f34845f4e41ea44","status":"passed","time":{"start":1706526612654,"stop":1706526612654,"duration":0}},{"uid":"775794e6f1a74983","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/775794e6f1a74983","status":"passed","time":{"start":1706526514769,"stop":1706526514769,"duration":0}},{"uid":"6c2da7222950c963","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6c2da7222950c963","status":"passed","time":{"start":1706525945112,"stop":1706525945112,"duration":0}},{"uid":"b3a810f9ad8394","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b3a810f9ad8394","status":"passed","time":{"start":1706525418827,"stop":1706525418828,"duration":1}},{"uid":"2efccf249a958fbb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2efccf249a958fbb","status":"passed","time":{"start":1706525116055,"stop":1706525116055,"duration":0}},{"uid":"ee83f2ac0e8a4cf8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ee83f2ac0e8a4cf8","status":"passed","time":{"start":1706467681213,"stop":1706467681213,"duration":0}},{"uid":"9092533de4d5e195","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9092533de4d5e195","status":"passed","time":{"start":1706323017126,"stop":1706323017126,"duration":0}},{"uid":"989033e5d5564d7b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/989033e5d5564d7b","status":"passed","time":{"start":1706321333766,"stop":1706321333767,"duration":1}},{"uid":"2e0c87d78005c3fe","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2e0c87d78005c3fe","status":"passed","time":{"start":1706115157108,"stop":1706115157108,"duration":0}},{"uid":"4c7650cb77b11948","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4c7650cb77b11948","status":"passed","time":{"start":1706114292039,"stop":1706114292039,"duration":0}},{"uid":"dce37342be9da9d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/dce37342be9da9d","status":"passed","time":{"start":1706111755020,"stop":1706111755021,"duration":1}},{"uid":"8551991f6cbc9f8a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8551991f6cbc9f8a","status":"passed","time":{"start":1706111454544,"stop":1706111454545,"duration":1}},{"uid":"51a50d8fb87b6b1f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/51a50d8fb87b6b1f","status":"passed","time":{"start":1706109346667,"stop":1706109346667,"duration":0}},{"uid":"6b40c1641801c237","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6b40c1641801c237","status":"passed","time":{"start":1706103153475,"stop":1706103153476,"duration":1}},{"uid":"5ba37da539364a18","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5ba37da539364a18","status":"passed","time":{"start":1706102905540,"stop":1706102905541,"duration":1}},{"uid":"d2be41589e8ddf1a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d2be41589e8ddf1a","status":"passed","time":{"start":1706102263610,"stop":1706102263610,"duration":0}},{"uid":"19329457714715e6","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/19329457714715e6","status":"passed","time":{"start":1706102127474,"stop":1706102127475,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"e3b3435c78f4fc22","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3b3435c78f4fc22","status":"passed","time":{"start":1706529218519,"stop":1706529218520,"duration":1}},{"uid":"f7d27b48ee9c10ff","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f7d27b48ee9c10ff","status":"passed","time":{"start":1706528190572,"stop":1706528190572,"duration":0}},{"uid":"6c151dd4a73f67a7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6c151dd4a73f67a7","status":"passed","time":{"start":1706527166752,"stop":1706527166753,"duration":1}},{"uid":"88d315e371e3db0b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/88d315e371e3db0b","status":"passed","time":{"start":1706526866896,"stop":1706526866896,"duration":0}},{"uid":"66ac7931bc7f11c2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/66ac7931bc7f11c2","status":"passed","time":{"start":1706526763567,"stop":1706526763567,"duration":0}},{"uid":"62a8218e26f20ea5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/62a8218e26f20ea5","status":"passed","time":{"start":1706526185681,"stop":1706526185681,"duration":0}},{"uid":"8808fd7f5c121f7d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8808fd7f5c121f7d","status":"passed","time":{"start":1706525658979,"stop":1706525658979,"duration":0}},{"uid":"70d07a2ad54c1cee","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/70d07a2ad54c1cee","status":"passed","time":{"start":1706525242375,"stop":1706525242375,"duration":0}},{"uid":"158e344e05eae82","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/158e344e05eae82","status":"passed","time":{"start":1706467906884,"stop":1706467906884,"duration":0}},{"uid":"31fed0fb87d3b612","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/31fed0fb87d3b612","status":"passed","time":{"start":1706323273259,"stop":1706323273260,"duration":1}},{"uid":"bd1882297dfc4081","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bd1882297dfc4081","status":"passed","time":{"start":1706321575868,"stop":1706321575868,"duration":0}},{"uid":"25d4faac9b8e225e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/25d4faac9b8e225e","status":"passed","time":{"start":1706115384051,"stop":1706115384051,"duration":0}},{"uid":"1a964cf22374464","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1a964cf22374464","status":"passed","time":{"start":1706114521923,"stop":1706114521923,"duration":0}},{"uid":"a31a234fa9cfdfbb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a31a234fa9cfdfbb","status":"passed","time":{"start":1706112015260,"stop":1706112015260,"duration":0}},{"uid":"50513be7c450ecdf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/50513be7c450ecdf","status":"passed","time":{"start":1706111693403,"stop":1706111693404,"duration":1}},{"uid":"3a3444ee7bbe9da0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3a3444ee7bbe9da0","status":"passed","time":{"start":1706109609739,"stop":1706109609740,"duration":1}},{"uid":"aba171b877bc8364","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aba171b877bc8364","status":"passed","time":{"start":1706103393431,"stop":1706103393431,"duration":0}},{"uid":"22d5d5b1990520f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/22d5d5b1990520f","status":"passed","time":{"start":1706103153308,"stop":1706103153308,"duration":0}},{"uid":"b78cb42682fe5f8e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b78cb42682fe5f8e","status":"passed","time":{"start":1706102507001,"stop":1706102507002,"duration":1}},{"uid":"70a15db848a63f6a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/70a15db848a63f6a","status":"passed","time":{"start":1706102385184,"stop":1706102385185,"duration":1}}]},"bdad87fd9dafd0c08d2b1b8814c6a594:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42836e7d9d1b456e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/42836e7d9d1b456e","status":"passed","time":{"start":1705494975701,"stop":1705494975701,"duration":0}}]},"8473bd494758ac5d04bb10c4489b13f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"480e544fce80ad48","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/480e544fce80ad48","status":"passed","time":{"start":1705518208998,"stop":1705518208999,"duration":1}}]},"fe828efaf968aef6d4843eb959b04da0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39219f175928cb5e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/39219f175928cb5e","status":"passed","time":{"start":1706526885814,"stop":1706526885815,"duration":1}}]},"d87ac9dcc19edb5a56513fc8d21b73c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"a1e1f026496af338","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a1e1f026496af338","status":"passed","time":{"start":1706100979748,"stop":1706100979749,"duration":1}},{"uid":"fa14c53dd8757e5b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/fa14c53dd8757e5b","status":"passed","time":{"start":1706100012408,"stop":1706100012409,"duration":1}},{"uid":"5291fef93561abff","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5291fef93561abff","status":"passed","time":{"start":1706077739066,"stop":1706077739067,"duration":1}},{"uid":"674a41050922f17c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/674a41050922f17c","status":"passed","time":{"start":1706069827460,"stop":1706069827460,"duration":0}},{"uid":"aef9939a1d15fe29","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/aef9939a1d15fe29","status":"passed","time":{"start":1705950521647,"stop":1705950521648,"duration":1}},{"uid":"470ed52037137cca","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/470ed52037137cca","status":"passed","time":{"start":1705938343364,"stop":1705938343365,"duration":1}},{"uid":"2f175a14395c077b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2f175a14395c077b","status":"passed","time":{"start":1705913488209,"stop":1705913488210,"duration":1}},{"uid":"d8f1ea1b5d4c6592","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d8f1ea1b5d4c6592","status":"passed","time":{"start":1705913034256,"stop":1705913034258,"duration":2}},{"uid":"b8808fab21aa925b","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b8808fab21aa925b","status":"passed","time":{"start":1705912407117,"stop":1705912407118,"duration":1}},{"uid":"d94e28ef024165b1","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d94e28ef024165b1","status":"passed","time":{"start":1705911588785,"stop":1705911588785,"duration":0}},{"uid":"ab976df42f106321","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/ab976df42f106321","status":"passed","time":{"start":1705698799096,"stop":1705698799097,"duration":1}},{"uid":"3cad43f36893bf10","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3cad43f36893bf10","status":"passed","time":{"start":1705687522356,"stop":1705687522357,"duration":1}},{"uid":"1e0e8485cddc1d39","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1e0e8485cddc1d39","status":"passed","time":{"start":1705687430724,"stop":1705687430725,"duration":1}},{"uid":"73d52a1ce99df8ef","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/73d52a1ce99df8ef","status":"passed","time":{"start":1705678121455,"stop":1705678121456,"duration":1}},{"uid":"6882713c3e458762","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/6882713c3e458762","status":"passed","time":{"start":1705678046301,"stop":1705678046301,"duration":0}},{"uid":"edfe9dc85d5794ba","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/edfe9dc85d5794ba","status":"passed","time":{"start":1705677908043,"stop":1705677908043,"duration":0}},{"uid":"7747dd10b0fee4d6","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/7747dd10b0fee4d6","status":"passed","time":{"start":1705677463208,"stop":1705677463209,"duration":1}},{"uid":"d90f9243eb1aeea3","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/d90f9243eb1aeea3","status":"passed","time":{"start":1705676052691,"stop":1705676052691,"duration":0}},{"uid":"784d57067eec71a6","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/784d57067eec71a6","status":"passed","time":{"start":1705675474631,"stop":1705675474632,"duration":1}},{"uid":"32604d64e9ef13d7","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/32604d64e9ef13d7","status":"passed","time":{"start":1705670338384,"stop":1705670338384,"duration":0}}]},"0e7cea99b2f968e770acef9076e2fba1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bbf890517ed0fa9","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/6bbf890517ed0fa9","status":"passed","time":{"start":1705911588817,"stop":1705911588817,"duration":0}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"ed68de3343969e96","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ed68de3343969e96","status":"passed","time":{"start":1706529232500,"stop":1706529232500,"duration":0}},{"uid":"99819645c5e62975","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/99819645c5e62975","status":"passed","time":{"start":1706528204718,"stop":1706528204719,"duration":1}},{"uid":"1650755b87f9a51a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1650755b87f9a51a","status":"passed","time":{"start":1706527099423,"stop":1706527099423,"duration":0}},{"uid":"6a5f87bc186cad1c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6a5f87bc186cad1c","status":"passed","time":{"start":1706526797231,"stop":1706526797231,"duration":0}},{"uid":"ef654aef6f51c740","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ef654aef6f51c740","status":"passed","time":{"start":1706526702305,"stop":1706526702305,"duration":0}},{"uid":"743536d6313c7bd5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/743536d6313c7bd5","status":"passed","time":{"start":1706526144645,"stop":1706526144645,"duration":0}},{"uid":"365fe4bb117de3c6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/365fe4bb117de3c6","status":"passed","time":{"start":1706525605489,"stop":1706525605489,"duration":0}},{"uid":"4ca10c317c6776f3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4ca10c317c6776f3","status":"passed","time":{"start":1706525237522,"stop":1706525237522,"duration":0}},{"uid":"d73a35001f04b3e0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d73a35001f04b3e0","status":"passed","time":{"start":1706467847960,"stop":1706467847960,"duration":0}},{"uid":"32f5a3b9dd3aaafb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/32f5a3b9dd3aaafb","status":"passed","time":{"start":1706323224596,"stop":1706323224596,"duration":0}},{"uid":"77e6e3c3ae5f039d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/77e6e3c3ae5f039d","status":"passed","time":{"start":1706321490521,"stop":1706321490522,"duration":1}},{"uid":"ca11f7811148e9ca","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ca11f7811148e9ca","status":"passed","time":{"start":1706115297918,"stop":1706115297919,"duration":1}},{"uid":"99dd6bce7696f9f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/99dd6bce7696f9f","status":"passed","time":{"start":1706114468912,"stop":1706114468913,"duration":1}},{"uid":"1e910856fc70f25c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1e910856fc70f25c","status":"passed","time":{"start":1706111928724,"stop":1706111928725,"duration":1}},{"uid":"e73eda15d2d9ecbb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e73eda15d2d9ecbb","status":"passed","time":{"start":1706111629331,"stop":1706111629331,"duration":0}},{"uid":"2fec7ff338133642","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2fec7ff338133642","status":"passed","time":{"start":1706109548355,"stop":1706109548356,"duration":1}},{"uid":"3e9d97ab9a4fc677","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3e9d97ab9a4fc677","status":"passed","time":{"start":1706103319934,"stop":1706103319934,"duration":0}},{"uid":"de95cdff81457bd3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/de95cdff81457bd3","status":"passed","time":{"start":1706103066459,"stop":1706103066460,"duration":1}},{"uid":"f36a397a91614998","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f36a397a91614998","status":"passed","time":{"start":1706102448469,"stop":1706102448470,"duration":1}},{"uid":"e2dc0a2e51f99118","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e2dc0a2e51f99118","status":"passed","time":{"start":1706102342947,"stop":1706102342947,"duration":0}}]},"a970866d4193f5e1890b1f593e74f575:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8aeaec93934da575","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8aeaec93934da575","status":"passed","time":{"start":1706103179175,"stop":1706103179175,"duration":0}}]},"a3058b17ba4e8622e1a7edfc6a4703b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c721ddea0132a7fd","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c721ddea0132a7fd","status":"passed","time":{"start":1705493442545,"stop":1705493442557,"duration":12}}]},"2cb65d093ec75317a9937640a1bf7979:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1f9188999cdced3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/c1f9188999cdced3","status":"passed","time":{"start":1705485095850,"stop":1705485095850,"duration":0}}]},"e08d5d2089a4201799d35e07431491ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3cb547e46f9c99","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/f3cb547e46f9c99","status":"passed","time":{"start":1706101380160,"stop":1706101380161,"duration":1}}]},"11f3a0293cfee5595616c352f3e166c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ef936489ffb4681","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/1ef936489ffb4681","status":"passed","time":{"start":1705680350530,"stop":1705680350530,"duration":0}}]},"656b601bb63f3c0e319ae9b559369ac3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a09fdcea95d46210","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/a09fdcea95d46210","status":"passed","time":{"start":1706100770608,"stop":1706100770608,"duration":0}}]},"65a6466bdbed1288f3c4ef8b5548f520:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55125c93be7af229","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/55125c93be7af229","status":"passed","time":{"start":1705521057021,"stop":1705521057022,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"e4e330b570c51884","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e4e330b570c51884","status":"passed","time":{"start":1706528986021,"stop":1706528986021,"duration":0}},{"uid":"a7ed6ad3d01dd0cb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a7ed6ad3d01dd0cb","status":"passed","time":{"start":1706527951712,"stop":1706527951712,"duration":0}},{"uid":"2dfed44696dfeca1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2dfed44696dfeca1","status":"passed","time":{"start":1706526969213,"stop":1706526969214,"duration":1}},{"uid":"4612205397d6b605","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4612205397d6b605","status":"passed","time":{"start":1706526675859,"stop":1706526675860,"duration":1}},{"uid":"630aa9f4f2096f9b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/630aa9f4f2096f9b","status":"passed","time":{"start":1706526572369,"stop":1706526572369,"duration":0}},{"uid":"7fd01998fd7b86c2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7fd01998fd7b86c2","status":"passed","time":{"start":1706525997944,"stop":1706525997944,"duration":0}},{"uid":"7bf0c067dbfa5c03","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7bf0c067dbfa5c03","status":"passed","time":{"start":1706525468261,"stop":1706525468261,"duration":0}},{"uid":"6ccd6e6f174d62f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6ccd6e6f174d62f","status":"passed","time":{"start":1706525019722,"stop":1706525019722,"duration":0}},{"uid":"4955f208105db0df","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4955f208105db0df","status":"passed","time":{"start":1706467721297,"stop":1706467721297,"duration":0}},{"uid":"565f211d1c841733","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/565f211d1c841733","status":"passed","time":{"start":1706323082569,"stop":1706323082570,"duration":1}},{"uid":"243f385b4822d0a4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/243f385b4822d0a4","status":"passed","time":{"start":1706321389974,"stop":1706321389974,"duration":0}},{"uid":"727531b119ab4b20","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/727531b119ab4b20","status":"passed","time":{"start":1706115172659,"stop":1706115172659,"duration":0}},{"uid":"71641efe57ac6ae7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/71641efe57ac6ae7","status":"passed","time":{"start":1706114335605,"stop":1706114335606,"duration":1}},{"uid":"4704db50d6e9c401","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4704db50d6e9c401","status":"passed","time":{"start":1706111797814,"stop":1706111797814,"duration":0}},{"uid":"dba2ff80afe8ea53","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/dba2ff80afe8ea53","status":"passed","time":{"start":1706111496615,"stop":1706111496616,"duration":1}},{"uid":"33c3ec1ccc694579","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/33c3ec1ccc694579","status":"passed","time":{"start":1706109403548,"stop":1706109403549,"duration":1}},{"uid":"aa66ca6ec0c54dd7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aa66ca6ec0c54dd7","status":"passed","time":{"start":1706103220676,"stop":1706103220677,"duration":1}},{"uid":"bf3423a284a9432b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bf3423a284a9432b","status":"passed","time":{"start":1706102943585,"stop":1706102943585,"duration":0}},{"uid":"44e5c7bbeed2b7c0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/44e5c7bbeed2b7c0","status":"passed","time":{"start":1706102315324,"stop":1706102315324,"duration":0}},{"uid":"b4e65823fe6fc3ca","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b4e65823fe6fc3ca","status":"passed","time":{"start":1706102190051,"stop":1706102190051,"duration":0}}]},"ce3ee9647c82043b68b9f862698bcd4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66fa549c5895bccf","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/66fa549c5895bccf","status":"passed","time":{"start":1706468042651,"stop":1706468042652,"duration":1}}]},"d8f72b0c6cfdb50147d0bd362c375a34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"707cb04054c95b93","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/707cb04054c95b93","status":"passed","time":{"start":1705494879422,"stop":1705494879422,"duration":0}}]},"8ca009b05be9f32de1094d81db6d244e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f073a9103287e0f6","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/f073a9103287e0f6","status":"passed","time":{"start":1705577908000,"stop":1705577908000,"duration":0}}]},"59ff992c2281d90e6c77fb9582b780f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"15f7a7b5e35352be","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/15f7a7b5e35352be","status":"passed","time":{"start":1706528814913,"stop":1706528814913,"duration":0}},{"uid":"d9aed974e01f9e8c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d9aed974e01f9e8c","status":"passed","time":{"start":1706527782649,"stop":1706527782649,"duration":0}},{"uid":"c92bac78ccb2d07a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c92bac78ccb2d07a","status":"passed","time":{"start":1706526799743,"stop":1706526799743,"duration":0}},{"uid":"7ae1018065777304","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7ae1018065777304","status":"passed","time":{"start":1706526495775,"stop":1706526495775,"duration":0}},{"uid":"5423da5cab80ddef","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5423da5cab80ddef","status":"passed","time":{"start":1706526404756,"stop":1706526404757,"duration":1}},{"uid":"497212d7fe4fa83f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/497212d7fe4fa83f","status":"passed","time":{"start":1706525829647,"stop":1706525829648,"duration":1}},{"uid":"4c3fbad123398fc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4c3fbad123398fc","status":"passed","time":{"start":1706525298673,"stop":1706525298673,"duration":0}},{"uid":"437de742a2efb86f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/437de742a2efb86f","status":"passed","time":{"start":1706524857923,"stop":1706524857924,"duration":1}},{"uid":"3ffc3d2aa3cef826","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3ffc3d2aa3cef826","status":"passed","time":{"start":1706467552031,"stop":1706467552031,"duration":0}},{"uid":"6a3505dcf9f88c33","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6a3505dcf9f88c33","status":"passed","time":{"start":1706322904823,"stop":1706322904823,"duration":0}},{"uid":"7493f13e478b56e7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7493f13e478b56e7","status":"passed","time":{"start":1706321219410,"stop":1706321219410,"duration":0}},{"uid":"d398caa29fabb898","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d398caa29fabb898","status":"passed","time":{"start":1706244735438,"stop":1706244735438,"duration":0}},{"uid":"5074474dd2d0d993","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5074474dd2d0d993","status":"passed","time":{"start":1706242296379,"stop":1706242296379,"duration":0}},{"uid":"5703bcd30f940b8d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5703bcd30f940b8d","status":"passed","time":{"start":1706114989562,"stop":1706114989563,"duration":1}},{"uid":"8207206c6c9aff82","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8207206c6c9aff82","status":"passed","time":{"start":1706114161101,"stop":1706114161101,"duration":0}},{"uid":"7ee8865458e6bfce","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7ee8865458e6bfce","status":"passed","time":{"start":1706111636966,"stop":1706111636966,"duration":0}},{"uid":"b6331120031df28f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b6331120031df28f","status":"passed","time":{"start":1706111323424,"stop":1706111323426,"duration":2}},{"uid":"f64273ddb35da538","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f64273ddb35da538","status":"passed","time":{"start":1706109231132,"stop":1706109231133,"duration":1}},{"uid":"1138c959ef84d39e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1138c959ef84d39e","status":"passed","time":{"start":1706103046863,"stop":1706103046864,"duration":1}},{"uid":"819bd80ffb7c582e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/819bd80ffb7c582e","status":"passed","time":{"start":1706102784503,"stop":1706102784503,"duration":0}}]},"ea7d7f4779f54636be416b30ec96056b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3835026d39e33884","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/3835026d39e33884","status":"passed","time":{"start":1705391458380,"stop":1705391458381,"duration":1}}]},"652309709957fdcd84668e01db38774a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ebbdba39fc06f92","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/8ebbdba39fc06f92","status":"passed","time":{"start":1706099960910,"stop":1706099960910,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"896f104956142892","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/896f104956142892","status":"passed","time":{"start":1706528986018,"stop":1706528986019,"duration":1}},{"uid":"1b5daa0c3894b911","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1b5daa0c3894b911","status":"passed","time":{"start":1706527951710,"stop":1706527951711,"duration":1}},{"uid":"e60e14e23e54aa7c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e60e14e23e54aa7c","status":"passed","time":{"start":1706526969212,"stop":1706526969212,"duration":0}},{"uid":"59c2836baac018e6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/59c2836baac018e6","status":"passed","time":{"start":1706526675858,"stop":1706526675858,"duration":0}},{"uid":"81383e750ac885ef","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/81383e750ac885ef","status":"passed","time":{"start":1706526572367,"stop":1706526572368,"duration":1}},{"uid":"6b24011eae9cee14","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6b24011eae9cee14","status":"passed","time":{"start":1706525997940,"stop":1706525997941,"duration":1}},{"uid":"b6221a35b94a8ec3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b6221a35b94a8ec3","status":"passed","time":{"start":1706525468255,"stop":1706525468256,"duration":1}},{"uid":"580acf52f441ff93","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/580acf52f441ff93","status":"passed","time":{"start":1706525019720,"stop":1706525019721,"duration":1}},{"uid":"8dd8bfc655714c49","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8dd8bfc655714c49","status":"passed","time":{"start":1706467721296,"stop":1706467721296,"duration":0}},{"uid":"4f185b55a58f638c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4f185b55a58f638c","status":"passed","time":{"start":1706323082569,"stop":1706323082569,"duration":0}},{"uid":"86a37b3052595b9b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/86a37b3052595b9b","status":"passed","time":{"start":1706321389973,"stop":1706321389973,"duration":0}},{"uid":"adc2a18fb259c9b2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/adc2a18fb259c9b2","status":"passed","time":{"start":1706115172657,"stop":1706115172658,"duration":1}},{"uid":"c7a7f5f400aaf14a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c7a7f5f400aaf14a","status":"passed","time":{"start":1706114335604,"stop":1706114335604,"duration":0}},{"uid":"5660ed6de93359fe","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5660ed6de93359fe","status":"passed","time":{"start":1706111797812,"stop":1706111797813,"duration":1}},{"uid":"18b1ebfaae79c1aa","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/18b1ebfaae79c1aa","status":"passed","time":{"start":1706111496608,"stop":1706111496608,"duration":0}},{"uid":"d2fcdd33b8264a7c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d2fcdd33b8264a7c","status":"passed","time":{"start":1706109403547,"stop":1706109403547,"duration":0}},{"uid":"81fe0b1416ddaaef","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/81fe0b1416ddaaef","status":"passed","time":{"start":1706103220675,"stop":1706103220675,"duration":0}},{"uid":"dde04fd0c82631b4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dde04fd0c82631b4","status":"passed","time":{"start":1706102943584,"stop":1706102943584,"duration":0}},{"uid":"e54f73ba78deaa0b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e54f73ba78deaa0b","status":"passed","time":{"start":1706102315322,"stop":1706102315322,"duration":0}},{"uid":"a09b5aa84fa89333","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a09b5aa84fa89333","status":"passed","time":{"start":1706102190050,"stop":1706102190050,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"be29ff972ab55f83","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/be29ff972ab55f83","status":"passed","time":{"start":1706529061223,"stop":1706529061224,"duration":1}},{"uid":"55e3d40a9922f43e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/55e3d40a9922f43e","status":"passed","time":{"start":1706528032697,"stop":1706528032697,"duration":0}},{"uid":"6ae5a92b08de3f1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6ae5a92b08de3f1","status":"passed","time":{"start":1706527032149,"stop":1706527032149,"duration":0}},{"uid":"be2b7a69148f789e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/be2b7a69148f789e","status":"passed","time":{"start":1706526728462,"stop":1706526728463,"duration":1}},{"uid":"6123d097086826d9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6123d097086826d9","status":"passed","time":{"start":1706526631863,"stop":1706526631864,"duration":1}},{"uid":"ec1a53244f3e0b27","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ec1a53244f3e0b27","status":"passed","time":{"start":1706526058754,"stop":1706526058754,"duration":0}},{"uid":"add11f79a2941123","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/add11f79a2941123","status":"passed","time":{"start":1706525527747,"stop":1706525527748,"duration":1}},{"uid":"e2bc64b0b3fa6b9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e2bc64b0b3fa6b9","status":"passed","time":{"start":1706525094625,"stop":1706525094638,"duration":13}},{"uid":"8ec2a268ed74f3e1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8ec2a268ed74f3e1","status":"passed","time":{"start":1706467780074,"stop":1706467780075,"duration":1}},{"uid":"586ed0782969cd84","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/586ed0782969cd84","status":"passed","time":{"start":1706323147731,"stop":1706323147731,"duration":0}},{"uid":"646aef64aa85b48c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/646aef64aa85b48c","status":"passed","time":{"start":1706321448926,"stop":1706321448926,"duration":0}},{"uid":"84f23999b06c71c4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/84f23999b06c71c4","status":"passed","time":{"start":1706244757740,"stop":1706244757740,"duration":0}},{"uid":"fa43903080aa6d86","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/fa43903080aa6d86","status":"passed","time":{"start":1706242322198,"stop":1706242322198,"duration":0}},{"uid":"972669d755fd55db","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/972669d755fd55db","status":"passed","time":{"start":1706115232367,"stop":1706115232370,"duration":3}},{"uid":"cfb03d539ae59024","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cfb03d539ae59024","status":"passed","time":{"start":1706114393724,"stop":1706114393724,"duration":0}},{"uid":"b86601159e75ee7f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b86601159e75ee7f","status":"passed","time":{"start":1706111855443,"stop":1706111855443,"duration":0}},{"uid":"4624ee7bd5272678","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4624ee7bd5272678","status":"passed","time":{"start":1706111555055,"stop":1706111555055,"duration":0}},{"uid":"cdf666e4c84c59ba","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cdf666e4c84c59ba","status":"passed","time":{"start":1706109464064,"stop":1706109464065,"duration":1}},{"uid":"4b41ab8d6add03e7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4b41ab8d6add03e7","status":"passed","time":{"start":1706103282749,"stop":1706103282749,"duration":0}},{"uid":"e62650051bcd6513","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e62650051bcd6513","status":"passed","time":{"start":1706103002604,"stop":1706103002605,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"a348c507a91ce632","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a348c507a91ce632","status":"passed","time":{"start":1706529198490,"stop":1706529198490,"duration":0}},{"uid":"1373cb3acdd80458","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1373cb3acdd80458","status":"passed","time":{"start":1706528173994,"stop":1706528173995,"duration":1}},{"uid":"ebb78894899d7ba0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ebb78894899d7ba0","status":"passed","time":{"start":1706527067789,"stop":1706527067790,"duration":1}},{"uid":"2d7d55745d6f6527","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2d7d55745d6f6527","status":"passed","time":{"start":1706526764003,"stop":1706526764004,"duration":1}},{"uid":"7c2d201ef8903b25","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7c2d201ef8903b25","status":"passed","time":{"start":1706526667847,"stop":1706526667847,"duration":0}},{"uid":"ebbde1faaa826b08","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ebbde1faaa826b08","status":"passed","time":{"start":1706526105661,"stop":1706526105661,"duration":0}},{"uid":"8a4a9fb6a1db80c4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8a4a9fb6a1db80c4","status":"passed","time":{"start":1706525567534,"stop":1706525567535,"duration":1}},{"uid":"337edc6b2d678f2c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/337edc6b2d678f2c","status":"passed","time":{"start":1706525202450,"stop":1706525202450,"duration":0}},{"uid":"115fbdbf512d73a9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/115fbdbf512d73a9","status":"passed","time":{"start":1706467809673,"stop":1706467809674,"duration":1}},{"uid":"2d632d33d001f82f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2d632d33d001f82f","status":"passed","time":{"start":1706323189694,"stop":1706323189695,"duration":1}},{"uid":"b4c7c034e6c9eeb6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b4c7c034e6c9eeb6","status":"passed","time":{"start":1706321484935,"stop":1706321484936,"duration":1}},{"uid":"5d5e986332015168","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5d5e986332015168","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244750486,"stop":1706244750491,"duration":5}},{"uid":"276866a686d7eb9f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/276866a686d7eb9f","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242301914,"stop":1706242301916,"duration":2}},{"uid":"998c1dd953d67ed7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/998c1dd953d67ed7","status":"passed","time":{"start":1706115265124,"stop":1706115265125,"duration":1}},{"uid":"c5d42b3c1edff7d1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c5d42b3c1edff7d1","status":"passed","time":{"start":1706114432221,"stop":1706114432221,"duration":0}},{"uid":"701da2383b4dd2aa","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/701da2383b4dd2aa","status":"passed","time":{"start":1706111890886,"stop":1706111890886,"duration":0}},{"uid":"1674c5e30d46b31d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1674c5e30d46b31d","status":"passed","time":{"start":1706111596338,"stop":1706111596338,"duration":0}},{"uid":"f88cca2ad4dbcf81","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f88cca2ad4dbcf81","status":"passed","time":{"start":1706109507182,"stop":1706109507182,"duration":0}},{"uid":"28bdc6eadb2bfc2d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/28bdc6eadb2bfc2d","status":"passed","time":{"start":1706103311164,"stop":1706103311164,"duration":0}},{"uid":"ddd1a0f78c2ba4e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ddd1a0f78c2ba4e","status":"passed","time":{"start":1706103033280,"stop":1706103033280,"duration":0}}]},"46ba46b4c3c158d61b8e3d81859fdec6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f84ae9b7259f177","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/9f84ae9b7259f177","status":"passed","time":{"start":1705502478111,"stop":1705502478111,"duration":0}}]},"25d55916f7658347e6e45d35e18005a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d01d499d4124e986","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d01d499d4124e986","status":"passed","time":{"start":1706109719544,"stop":1706109719544,"duration":0}}]},"d2d289bbf9a1f9ca0af33c92a98014af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f85977dc9277e8","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/5f85977dc9277e8","status":"passed","time":{"start":1705667834349,"stop":1705667834349,"duration":0}}]},"89f019e586d54c394044725ea55fbaec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"791fcc2260ebc74c","reportUrl":"https://waku-org.github.io/js-waku/6172//#testresult/791fcc2260ebc74c","status":"passed","time":{"start":1705432522372,"stop":1705432522373,"duration":1}}]},"18c790c53348c9daa20a905a688b4280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b5403915ed256b7","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/9b5403915ed256b7","status":"passed","time":{"start":1705369285911,"stop":1705369285911,"duration":0}}]},"bb570987a2d4e70eb23b0b1513fdd170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf0ba1f610a63080","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cf0ba1f610a63080","status":"passed","time":{"start":1706527016307,"stop":1706527016307,"duration":0}}]},"fbd3370c3a79fd357247aed839aa2d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3b1ae2f2947497a","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/e3b1ae2f2947497a","status":"passed","time":{"start":1705383142403,"stop":1705383142403,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":127,"unknown":0,"total":131},"items":[{"uid":"da734a290c806ec5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/da734a290c806ec5","status":"passed","time":{"start":1706529378210,"stop":1706529378210,"duration":0}},{"uid":"b53986c1a2d48c49","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b53986c1a2d48c49","status":"passed","time":{"start":1706528340450,"stop":1706528340451,"duration":1}},{"uid":"285a1ca2a6bef667","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/285a1ca2a6bef667","status":"passed","time":{"start":1706527263029,"stop":1706527263029,"duration":0}},{"uid":"44f4b0f45724de6a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/44f4b0f45724de6a","status":"passed","time":{"start":1706527018363,"stop":1706527018364,"duration":1}},{"uid":"8e125735055e285a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8e125735055e285a","status":"passed","time":{"start":1706526921007,"stop":1706526921007,"duration":0}},{"uid":"823616cc6de26d60","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/823616cc6de26d60","status":"passed","time":{"start":1706526364925,"stop":1706526364929,"duration":4}},{"uid":"c293b5b06c1c52c5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c293b5b06c1c52c5","status":"passed","time":{"start":1706525815785,"stop":1706525815786,"duration":1}},{"uid":"9b9d8f6d3623ee20","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9b9d8f6d3623ee20","status":"passed","time":{"start":1706525403293,"stop":1706525403293,"duration":0}},{"uid":"e32b522bf508f69a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e32b522bf508f69a","status":"passed","time":{"start":1706468037072,"stop":1706468037073,"duration":1}},{"uid":"4227416e2fc4cb81","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4227416e2fc4cb81","status":"passed","time":{"start":1706323438324,"stop":1706323438325,"duration":1}},{"uid":"437ea5df197f16a5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/437ea5df197f16a5","status":"passed","time":{"start":1706321670402,"stop":1706321670402,"duration":0}},{"uid":"a5a494ba2ccdd631","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a5a494ba2ccdd631","status":"passed","time":{"start":1706244806938,"stop":1706244806938,"duration":0}},{"uid":"d8229704416a8f33","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d8229704416a8f33","status":"passed","time":{"start":1706242366090,"stop":1706242366090,"duration":0}},{"uid":"4cb36a17512e9374","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4cb36a17512e9374","status":"passed","time":{"start":1706115502838,"stop":1706115502839,"duration":1}},{"uid":"b72c3e26a989b5a1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b72c3e26a989b5a1","status":"passed","time":{"start":1706114665326,"stop":1706114665327,"duration":1}},{"uid":"95ceecc42f85efe6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/95ceecc42f85efe6","status":"passed","time":{"start":1706112151708,"stop":1706112151708,"duration":0}},{"uid":"9789f12a0393abf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9789f12a0393abf","status":"passed","time":{"start":1706111851589,"stop":1706111851589,"duration":0}},{"uid":"61909eedb639c0d2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/61909eedb639c0d2","status":"passed","time":{"start":1706109762351,"stop":1706109762352,"duration":1}},{"uid":"104e640996c64e12","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/104e640996c64e12","status":"passed","time":{"start":1706103476620,"stop":1706103476621,"duration":1}},{"uid":"ce6dc285aeddd694","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ce6dc285aeddd694","status":"passed","time":{"start":1706103287624,"stop":1706103287625,"duration":1}}]},"0eb98915f1d546cf27aa51f9e5e29b19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a307eff5d9a37bcf","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/a307eff5d9a37bcf","status":"passed","time":{"start":1705424570317,"stop":1705424570317,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"c6d1c4276bb8587b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c6d1c4276bb8587b","status":"passed","time":{"start":1706528741620,"stop":1706528741622,"duration":2}},{"uid":"41ee5b11422faac0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/41ee5b11422faac0","status":"passed","time":{"start":1706527710767,"stop":1706527710769,"duration":2}},{"uid":"fbd8cbe0f91980d7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fbd8cbe0f91980d7","status":"passed","time":{"start":1706526725943,"stop":1706526725945,"duration":2}},{"uid":"e62ebe5887897cc0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e62ebe5887897cc0","status":"passed","time":{"start":1706526422778,"stop":1706526422779,"duration":1}},{"uid":"9595cd34f4b9a64e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9595cd34f4b9a64e","status":"passed","time":{"start":1706526327906,"stop":1706526327908,"duration":2}},{"uid":"f15f50f3cd33d08a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f15f50f3cd33d08a","status":"passed","time":{"start":1706525756936,"stop":1706525756937,"duration":1}},{"uid":"d4efc5bf41029ca3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d4efc5bf41029ca3","status":"passed","time":{"start":1706525224176,"stop":1706525224178,"duration":2}},{"uid":"563a35d2c077ae49","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/563a35d2c077ae49","status":"passed","time":{"start":1706524785327,"stop":1706524785328,"duration":1}},{"uid":"b991b989fb4d9563","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b991b989fb4d9563","status":"passed","time":{"start":1706467479156,"stop":1706467479158,"duration":2}},{"uid":"649db6c287b989b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/649db6c287b989b","status":"passed","time":{"start":1706322831628,"stop":1706322831629,"duration":1}},{"uid":"a0df20699a3e036d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a0df20699a3e036d","status":"passed","time":{"start":1706321144852,"stop":1706321144853,"duration":1}},{"uid":"a565252e63b3c7bf","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a565252e63b3c7bf","status":"passed","time":{"start":1706244661048,"stop":1706244661049,"duration":1}},{"uid":"da23f09e7687be34","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/da23f09e7687be34","status":"passed","time":{"start":1706242229503,"stop":1706242229504,"duration":1}},{"uid":"2f78fa087cc1815a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2f78fa087cc1815a","status":"passed","time":{"start":1706114917468,"stop":1706114917470,"duration":2}},{"uid":"56263170628fcfa7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/56263170628fcfa7","status":"passed","time":{"start":1706114088380,"stop":1706114088381,"duration":1}},{"uid":"7e7abbfe1de2464e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7e7abbfe1de2464e","status":"passed","time":{"start":1706111563117,"stop":1706111563119,"duration":2}},{"uid":"d786b72325a24559","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d786b72325a24559","status":"passed","time":{"start":1706111252712,"stop":1706111252713,"duration":1}},{"uid":"e6d518010e837b95","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e6d518010e837b95","status":"passed","time":{"start":1706109154960,"stop":1706109154961,"duration":1}},{"uid":"555479d726420cc0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/555479d726420cc0","status":"passed","time":{"start":1706102973182,"stop":1706102973184,"duration":2}},{"uid":"3933ae097d6586e3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3933ae097d6586e3","status":"passed","time":{"start":1706102712824,"stop":1706102712826,"duration":2}}]},"3da65abae9c9aa70f54b3f420918fe65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db7c7887362d72f0","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/db7c7887362d72f0","status":"passed","time":{"start":1705593437650,"stop":1705593437651,"duration":1}}]},"ed002a5d2b5d74399cd95fb16cded496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a61ad3d5914109af","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/a61ad3d5914109af","status":"passed","time":{"start":1705590994432,"stop":1705590994432,"duration":0}}]},"9d8ec509fe669f32bc37c971a6e19fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d23364a75fa39f7f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/d23364a75fa39f7f","status":"passed","time":{"start":1705506512665,"stop":1705506512666,"duration":1}}]},"5e385b56344ab14f129ce7a487bb7d30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"9ea6b0ab523ea521","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/9ea6b0ab523ea521","status":"passed","time":{"start":1705520842599,"stop":1705520842599,"duration":0}},{"uid":"9dcf8ee99c665048","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9dcf8ee99c665048","status":"passed","time":{"start":1705518211221,"stop":1705518211221,"duration":0}},{"uid":"c94b807fd63d65dc","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/c94b807fd63d65dc","status":"passed","time":{"start":1705518105986,"stop":1705518105986,"duration":0}},{"uid":"bcf4128d45a1bd40","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/bcf4128d45a1bd40","status":"passed","time":{"start":1705517988166,"stop":1705517988166,"duration":0}},{"uid":"341f4c64bde31956","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/341f4c64bde31956","status":"passed","time":{"start":1705508655510,"stop":1705508655511,"duration":1}},{"uid":"bcc1d4bcd345fa0c","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/bcc1d4bcd345fa0c","status":"passed","time":{"start":1705506482092,"stop":1705506482093,"duration":1}},{"uid":"9fb470d0701b5bbe","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/9fb470d0701b5bbe","status":"passed","time":{"start":1705502939552,"stop":1705502939552,"duration":0}},{"uid":"7f158aa319b6963c","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/7f158aa319b6963c","status":"passed","time":{"start":1705502479553,"stop":1705502479553,"duration":0}},{"uid":"f1d366b20ad0b3f3","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f1d366b20ad0b3f3","status":"broken","statusDetails":"Subscribe to 31 topics was successful but was expected to fail with a specific error.","time":{"start":1705494937943,"stop":1705494937943,"duration":0}},{"uid":"5cda163e9101eac2","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5cda163e9101eac2","status":"passed","time":{"start":1705494940953,"stop":1705494940953,"duration":0}},{"uid":"ff0c94d2da020c9b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/ff0c94d2da020c9b","status":"passed","time":{"start":1705494895033,"stop":1705494895033,"duration":0}},{"uid":"a71c954542dd3882","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a71c954542dd3882","status":"passed","time":{"start":1705493464925,"stop":1705493464926,"duration":1}},{"uid":"6bfee4e1491d1dc9","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/6bfee4e1491d1dc9","status":"passed","time":{"start":1705493422433,"stop":1705493422434,"duration":1}},{"uid":"7a095c540a64e8c3","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/7a095c540a64e8c3","status":"passed","time":{"start":1705485250481,"stop":1705485250481,"duration":0}},{"uid":"21c63b58a6073b9c","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/21c63b58a6073b9c","status":"passed","time":{"start":1705485112219,"stop":1705485112219,"duration":0}},{"uid":"5f82f8e995e64b6a","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5f82f8e995e64b6a","status":"passed","time":{"start":1705484354898,"stop":1705484354899,"duration":1}},{"uid":"80873b40f88fa5f2","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/80873b40f88fa5f2","status":"passed","time":{"start":1705469872225,"stop":1705469872225,"duration":0}},{"uid":"79f5059df66e871d","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/79f5059df66e871d","status":"passed","time":{"start":1705466939039,"stop":1705466939040,"duration":1}},{"uid":"2c7c31cdf78805eb","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/2c7c31cdf78805eb","status":"passed","time":{"start":1705435403980,"stop":1705435403981,"duration":1}},{"uid":"9998d48637178a81","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/9998d48637178a81","status":"passed","time":{"start":1705434864617,"stop":1705434864617,"duration":0}}]},"be8c6ad240a5e3d83f2f7e4fc583b7b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"967d07be96ae5790","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/967d07be96ae5790","status":"passed","time":{"start":1705469867102,"stop":1705469867102,"duration":0}}]},"286ddb0bb0f1ca809c4bffbf34d96d4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cb36801220ad4e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4cb36801220ad4e","status":"passed","time":{"start":1706323213975,"stop":1706323213975,"duration":0}}]},"e3cf478a5ed4d7fa9460a41b94ba0f60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fda4212160b77c11","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/fda4212160b77c11","status":"passed","time":{"start":1705439197142,"stop":1705439197144,"duration":2}}]},"a91c09309b88aaea15727de6d96a9ce0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"587ca1fd72fcf8ae","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/587ca1fd72fcf8ae","status":"passed","time":{"start":1706109609751,"stop":1706109609751,"duration":0}}]},"bfb6a9594c66074ab717367f467b92fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"413aac9f29838f36","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/413aac9f29838f36","status":"passed","time":{"start":1705577370288,"stop":1705577370288,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"678221f8d01549d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/678221f8d01549d0","status":"passed","time":{"start":1706529395068,"stop":1706529395069,"duration":1}},{"uid":"d83a989d727d11cc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d83a989d727d11cc","status":"passed","time":{"start":1706528358753,"stop":1706528358753,"duration":0}},{"uid":"6935ddf7a8a054eb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6935ddf7a8a054eb","status":"passed","time":{"start":1706527285975,"stop":1706527285975,"duration":0}},{"uid":"c6c73b1a831859eb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c6c73b1a831859eb","status":"passed","time":{"start":1706527028625,"stop":1706527028625,"duration":0}},{"uid":"ea072fd2d405deba","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ea072fd2d405deba","status":"passed","time":{"start":1706526935250,"stop":1706526935250,"duration":0}},{"uid":"8b3af78de1d75ca2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8b3af78de1d75ca2","status":"passed","time":{"start":1706526371059,"stop":1706526371060,"duration":1}},{"uid":"191a3dad3f6e1391","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/191a3dad3f6e1391","status":"passed","time":{"start":1706525823088,"stop":1706525823088,"duration":0}},{"uid":"907607d38c9838de","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/907607d38c9838de","status":"passed","time":{"start":1706525412647,"stop":1706525412647,"duration":0}},{"uid":"dc0fe106748207d7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dc0fe106748207d7","status":"passed","time":{"start":1706468076200,"stop":1706468076201,"duration":1}},{"uid":"6a8f229688e879e1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6a8f229688e879e1","status":"passed","time":{"start":1706323445950,"stop":1706323445950,"duration":0}},{"uid":"8f091e2323dd6319","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8f091e2323dd6319","status":"passed","time":{"start":1706321706183,"stop":1706321706183,"duration":0}},{"uid":"5f7e340739838e78","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5f7e340739838e78","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932812,"stop":1706244932812,"duration":0}},{"uid":"3098b081564bbac5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3098b081564bbac5","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486092,"stop":1706242486092,"duration":0}},{"uid":"6a2c60679f81b3eb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6a2c60679f81b3eb","status":"passed","time":{"start":1706115514825,"stop":1706115514825,"duration":0}},{"uid":"dbd61318528635b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dbd61318528635b","status":"passed","time":{"start":1706114699438,"stop":1706114699438,"duration":0}},{"uid":"a0928b649371cc47","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a0928b649371cc47","status":"passed","time":{"start":1706112167447,"stop":1706112167448,"duration":1}},{"uid":"349efc29e099bff6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/349efc29e099bff6","status":"passed","time":{"start":1706111851844,"stop":1706111851847,"duration":3}},{"uid":"68028e5f3ec4c55b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/68028e5f3ec4c55b","status":"passed","time":{"start":1706109770214,"stop":1706109770215,"duration":1}},{"uid":"9d7ae358a7618397","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9d7ae358a7618397","status":"passed","time":{"start":1706103489248,"stop":1706103489249,"duration":1}},{"uid":"1f196a83ebfa4056","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1f196a83ebfa4056","status":"passed","time":{"start":1706103311683,"stop":1706103311683,"duration":0}}]},"f9b1b9b605a14b0da1d09eacf97f7b64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64670a1344500c34","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/64670a1344500c34","status":"passed","time":{"start":1705580407836,"stop":1705580407837,"duration":1}}]},"d7e13782028fb3bbd5ed171be5a18ba0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7704ac371589f966","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/7704ac371589f966","status":"passed","time":{"start":1705502478110,"stop":1705502478111,"duration":1}}]},"90a0cf650fed570ac57d5b5b2d27e9c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42cf8c53ff4d289b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/42cf8c53ff4d289b","status":"passed","time":{"start":1706112015270,"stop":1706112015270,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"6745382e4060f92d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6745382e4060f92d","status":"passed","time":{"start":1706528760734,"stop":1706528760735,"duration":1}},{"uid":"9d5ce4d1e908b33b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9d5ce4d1e908b33b","status":"passed","time":{"start":1706527729320,"stop":1706527729320,"duration":0}},{"uid":"c5117fc0d6b40e6b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c5117fc0d6b40e6b","status":"passed","time":{"start":1706526744071,"stop":1706526744072,"duration":1}},{"uid":"f30b1930b5c35205","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f30b1930b5c35205","status":"passed","time":{"start":1706526440821,"stop":1706526440821,"duration":0}},{"uid":"23bc61cafb13468b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/23bc61cafb13468b","status":"passed","time":{"start":1706526346095,"stop":1706526346095,"duration":0}},{"uid":"d7814e6c4fb09589","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d7814e6c4fb09589","status":"passed","time":{"start":1706525774992,"stop":1706525774993,"duration":1}},{"uid":"29896a554970eade","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/29896a554970eade","status":"passed","time":{"start":1706525242001,"stop":1706525242001,"duration":0}},{"uid":"fa1c69a8efc1db6a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fa1c69a8efc1db6a","status":"passed","time":{"start":1706524803170,"stop":1706524803170,"duration":0}},{"uid":"601a5dc38b4055c9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/601a5dc38b4055c9","status":"passed","time":{"start":1706467497089,"stop":1706467497090,"duration":1}},{"uid":"97a0eff7517f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/97a0eff7517f8b2b","status":"passed","time":{"start":1706322850085,"stop":1706322850085,"duration":0}},{"uid":"7e2b8b76567fdb22","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7e2b8b76567fdb22","status":"passed","time":{"start":1706321162960,"stop":1706321162960,"duration":0}},{"uid":"dd90b8814819642","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/dd90b8814819642","status":"passed","time":{"start":1706244679262,"stop":1706244679263,"duration":1}},{"uid":"83d31d0f7b98ea11","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/83d31d0f7b98ea11","status":"passed","time":{"start":1706242247534,"stop":1706242247534,"duration":0}},{"uid":"f542e283b1ac0400","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f542e283b1ac0400","status":"passed","time":{"start":1706114935938,"stop":1706114935938,"duration":0}},{"uid":"b52e04886fb29eb8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b52e04886fb29eb8","status":"passed","time":{"start":1706114106560,"stop":1706114106560,"duration":0}},{"uid":"934b5dc55f9dea9e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/934b5dc55f9dea9e","status":"passed","time":{"start":1706111581215,"stop":1706111581215,"duration":0}},{"uid":"5c2ff0f2aa27881e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5c2ff0f2aa27881e","status":"passed","time":{"start":1706111270943,"stop":1706111270943,"duration":0}},{"uid":"518b5ecadb044635","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/518b5ecadb044635","status":"passed","time":{"start":1706109173584,"stop":1706109173584,"duration":0}},{"uid":"5c3658a1ecde401","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5c3658a1ecde401","status":"passed","time":{"start":1706102991306,"stop":1706102991306,"duration":0}},{"uid":"960576f2e845ec99","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/960576f2e845ec99","status":"passed","time":{"start":1706102731123,"stop":1706102731123,"duration":0}}]},"3d07aac9c73b8c979b70a555a8e567c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee719f632af58a2c","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/ee719f632af58a2c","status":"passed","time":{"start":1705431083113,"stop":1705431083114,"duration":1}}]},"8ddd8ef614332013a233628d7f2dea33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c2eb87fae024061","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/7c2eb87fae024061","status":"passed","time":{"start":1705391499152,"stop":1705391499152,"duration":0}}]},"6a126bb7f75dacb0177021574d1fd1a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"670dbb8e2ee0f115","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/670dbb8e2ee0f115","status":"passed","time":{"start":1706525226783,"stop":1706525226783,"duration":0}}]},"e5b1f86cd50c93c40867cafc583ede56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2825777187aa7f02","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/2825777187aa7f02","status":"passed","time":{"start":1705469867100,"stop":1705469867100,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"cfc6d3b7f13d7f9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cfc6d3b7f13d7f9f","status":"passed","time":{"start":1706528752254,"stop":1706528752254,"duration":0}},{"uid":"5e7d0f13ae86ae58","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5e7d0f13ae86ae58","status":"passed","time":{"start":1706527720930,"stop":1706527720930,"duration":0}},{"uid":"fe24f402223ef778","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fe24f402223ef778","status":"passed","time":{"start":1706526735906,"stop":1706526735906,"duration":0}},{"uid":"d446fa2e93e3470","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d446fa2e93e3470","status":"passed","time":{"start":1706526432822,"stop":1706526432822,"duration":0}},{"uid":"34a3e42a3306feda","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/34a3e42a3306feda","status":"passed","time":{"start":1706526337880,"stop":1706526337881,"duration":1}},{"uid":"ef71ddab3d6e9bbe","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef71ddab3d6e9bbe","status":"passed","time":{"start":1706525766995,"stop":1706525766996,"duration":1}},{"uid":"16d0413423d1ba14","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/16d0413423d1ba14","status":"passed","time":{"start":1706525233960,"stop":1706525233960,"duration":0}},{"uid":"3cbc3e044e1cdf87","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3cbc3e044e1cdf87","status":"passed","time":{"start":1706524795121,"stop":1706524795121,"duration":0}},{"uid":"315cd7d2455201c6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/315cd7d2455201c6","status":"passed","time":{"start":1706467489020,"stop":1706467489021,"duration":1}},{"uid":"94aed16c8c6606d4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/94aed16c8c6606d4","status":"passed","time":{"start":1706322841814,"stop":1706322841814,"duration":0}},{"uid":"d08c892e29a1831","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d08c892e29a1831","status":"passed","time":{"start":1706321154960,"stop":1706321154961,"duration":1}},{"uid":"dc6d0a881d711ca1","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/dc6d0a881d711ca1","status":"passed","time":{"start":1706244671171,"stop":1706244671172,"duration":1}},{"uid":"45edecda06fc258d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/45edecda06fc258d","status":"passed","time":{"start":1706242239395,"stop":1706242239396,"duration":1}},{"uid":"55201d92eefb64cd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/55201d92eefb64cd","status":"passed","time":{"start":1706114927745,"stop":1706114927745,"duration":0}},{"uid":"f0fb1a20ce5d5dfb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f0fb1a20ce5d5dfb","status":"passed","time":{"start":1706114098420,"stop":1706114098420,"duration":0}},{"uid":"99d17ee2bfb5fc84","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/99d17ee2bfb5fc84","status":"passed","time":{"start":1706111573213,"stop":1706111573213,"duration":0}},{"uid":"ddff34b9dfb96d40","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ddff34b9dfb96d40","status":"passed","time":{"start":1706111262801,"stop":1706111262802,"duration":1}},{"uid":"b2fd3787babd553a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b2fd3787babd553a","status":"passed","time":{"start":1706109165165,"stop":1706109165165,"duration":0}},{"uid":"4584ab8766ec2bf4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4584ab8766ec2bf4","status":"passed","time":{"start":1706102983248,"stop":1706102983249,"duration":1}},{"uid":"f2393b07d1b334fb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f2393b07d1b334fb","status":"passed","time":{"start":1706102722918,"stop":1706102722918,"duration":0}}]},"f366089843a8a1e925a69044aeb099be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df299bbde22b286","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/df299bbde22b286","status":"passed","time":{"start":1706467906895,"stop":1706467906895,"duration":0}}]},"c46c57b60f2df987f8ac39a432503834:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97eb1c79edd5028e","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/97eb1c79edd5028e","status":"passed","time":{"start":1705677996975,"stop":1705677996977,"duration":2}}]},"207a12841fe9413232724c9aa8e1730f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0daf9797c7c3394","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/d0daf9797c7c3394","status":"passed","time":{"start":1705593389644,"stop":1705593389644,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"85d4338f406f93f7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/85d4338f406f93f7","status":"passed","time":{"start":1706529365901,"stop":1706529365901,"duration":0}},{"uid":"cfaa6d293678ba9e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cfaa6d293678ba9e","status":"passed","time":{"start":1706528340610,"stop":1706528340610,"duration":0}},{"uid":"162e0be99362e8d0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/162e0be99362e8d0","status":"passed","time":{"start":1706527248979,"stop":1706527248980,"duration":1}},{"uid":"bf020bbbae585d78","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bf020bbbae585d78","status":"passed","time":{"start":1706526997162,"stop":1706526997162,"duration":0}},{"uid":"c88970a224379ba6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c88970a224379ba6","status":"passed","time":{"start":1706526893392,"stop":1706526893392,"duration":0}},{"uid":"d85fb143ff191412","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d85fb143ff191412","status":"passed","time":{"start":1706526327168,"stop":1706526327168,"duration":0}},{"uid":"a4edc905fa96a6d5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a4edc905fa96a6d5","status":"passed","time":{"start":1706525781313,"stop":1706525781314,"duration":1}},{"uid":"dbe18397509a11b7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/dbe18397509a11b7","status":"passed","time":{"start":1706525374256,"stop":1706525374256,"duration":0}},{"uid":"a10562616da37727","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a10562616da37727","status":"passed","time":{"start":1706468039064,"stop":1706468039064,"duration":0}},{"uid":"2242abddfaaa56e1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2242abddfaaa56e1","status":"passed","time":{"start":1706323408019,"stop":1706323408019,"duration":0}},{"uid":"1005cb38154bdebb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1005cb38154bdebb","status":"passed","time":{"start":1706321643579,"stop":1706321643579,"duration":0}},{"uid":"a0935bb7e84ad492","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a0935bb7e84ad492","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966366,"stop":1706244966367,"duration":1}},{"uid":"30c1ee59274d0a23","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/30c1ee59274d0a23","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528810,"stop":1706242528810,"duration":0}},{"uid":"333e37df234ee509","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/333e37df234ee509","status":"passed","time":{"start":1706115509981,"stop":1706115509981,"duration":0}},{"uid":"f6393d9b0767f50a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f6393d9b0767f50a","status":"passed","time":{"start":1706114658623,"stop":1706114658624,"duration":1}},{"uid":"c66318b110c28d23","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c66318b110c28d23","status":"passed","time":{"start":1706112139550,"stop":1706112139550,"duration":0}},{"uid":"c2be659688fc258f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c2be659688fc258f","status":"passed","time":{"start":1706111828830,"stop":1706111828830,"duration":0}},{"uid":"aaafb52961b9b661","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/aaafb52961b9b661","status":"passed","time":{"start":1706109750963,"stop":1706109750964,"duration":1}},{"uid":"af5a03855d0a7244","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/af5a03855d0a7244","status":"passed","time":{"start":1706103450440,"stop":1706103450440,"duration":0}},{"uid":"641a5b7a37f7bcb3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/641a5b7a37f7bcb3","status":"passed","time":{"start":1706103293562,"stop":1706103293563,"duration":1}}]},"b272e705f7dbecc03eb2630c470f52e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"63bf8ca0701f2533","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/63bf8ca0701f2533","status":"passed","time":{"start":1706100979761,"stop":1706100979765,"duration":4}},{"uid":"e0638e8178cb01b5","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e0638e8178cb01b5","status":"passed","time":{"start":1706100012434,"stop":1706100012435,"duration":1}},{"uid":"c34c5f72fefda871","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/c34c5f72fefda871","status":"passed","time":{"start":1706077739088,"stop":1706077739089,"duration":1}},{"uid":"dcd25c83d042aa0f","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/dcd25c83d042aa0f","status":"passed","time":{"start":1706069827473,"stop":1706069827474,"duration":1}},{"uid":"4fd6d0ac6577d920","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/4fd6d0ac6577d920","status":"passed","time":{"start":1705950521676,"stop":1705950521676,"duration":0}},{"uid":"dba0bd4e52b4cf67","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/dba0bd4e52b4cf67","status":"passed","time":{"start":1705938343380,"stop":1705938343381,"duration":1}},{"uid":"adc2c57732bc66a9","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/adc2c57732bc66a9","status":"passed","time":{"start":1705913488234,"stop":1705913488238,"duration":4}},{"uid":"3e2ea49e86165bb3","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/3e2ea49e86165bb3","status":"passed","time":{"start":1705913034278,"stop":1705913034278,"duration":0}},{"uid":"5f457afd2331a819","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/5f457afd2331a819","status":"passed","time":{"start":1705912407148,"stop":1705912407148,"duration":0}},{"uid":"a6428146d656d17b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/a6428146d656d17b","status":"passed","time":{"start":1705911588798,"stop":1705911588799,"duration":1}},{"uid":"206ca323877258ed","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/206ca323877258ed","status":"passed","time":{"start":1705698799122,"stop":1705698799123,"duration":1}},{"uid":"a2d3d7b78720689","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/a2d3d7b78720689","status":"passed","time":{"start":1705687522374,"stop":1705687522375,"duration":1}},{"uid":"c50d208e3630f0ff","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c50d208e3630f0ff","status":"passed","time":{"start":1705687430759,"stop":1705687430759,"duration":0}},{"uid":"754fd574736336e4","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/754fd574736336e4","status":"passed","time":{"start":1705678121493,"stop":1705678121495,"duration":2}},{"uid":"c89fa4df4b44f898","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/c89fa4df4b44f898","status":"passed","time":{"start":1705678046317,"stop":1705678046317,"duration":0}},{"uid":"9d797fac881205a3","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/9d797fac881205a3","status":"passed","time":{"start":1705677908055,"stop":1705677908055,"duration":0}},{"uid":"f764c72153ed689d","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/f764c72153ed689d","status":"passed","time":{"start":1705677463245,"stop":1705677463259,"duration":14}},{"uid":"ad2dea150b4ddd3d","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/ad2dea150b4ddd3d","status":"passed","time":{"start":1705676052712,"stop":1705676052712,"duration":0}},{"uid":"815e3eea78258244","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/815e3eea78258244","status":"passed","time":{"start":1705675474644,"stop":1705675474644,"duration":0}},{"uid":"6602c6dac7216b2f","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/6602c6dac7216b2f","status":"passed","time":{"start":1705670338396,"stop":1705670338396,"duration":0}}]},"8a738980ad288b92d63b6de954d9d37c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29e0b3a35d4063da","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/29e0b3a35d4063da","status":"passed","time":{"start":1705580356183,"stop":1705580356183,"duration":0}}]},"5bef7e468aee7c3bf80dd5a943a18b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"e80f626d53cf0f91","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/e80f626d53cf0f91","status":"passed","time":{"start":1706100979752,"stop":1706100979753,"duration":1}},{"uid":"11646fe1e7bc341d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/11646fe1e7bc341d","status":"passed","time":{"start":1706100012423,"stop":1706100012423,"duration":0}},{"uid":"47e9126540b07a46","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/47e9126540b07a46","status":"passed","time":{"start":1706077739081,"stop":1706077739082,"duration":1}},{"uid":"d2ea50516385b3b8","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d2ea50516385b3b8","status":"passed","time":{"start":1706069827465,"stop":1706069827466,"duration":1}},{"uid":"f9ab79a0912ee3d0","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f9ab79a0912ee3d0","status":"passed","time":{"start":1705950521663,"stop":1705950521663,"duration":0}},{"uid":"c5823ae91b7cb6ec","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c5823ae91b7cb6ec","status":"passed","time":{"start":1705938343369,"stop":1705938343370,"duration":1}},{"uid":"a71347b03936908f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a71347b03936908f","status":"passed","time":{"start":1705913488219,"stop":1705913488220,"duration":1}},{"uid":"d253c7d5f6405bed","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d253c7d5f6405bed","status":"passed","time":{"start":1705913034270,"stop":1705913034270,"duration":0}},{"uid":"67c5d4c8016bad3d","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/67c5d4c8016bad3d","status":"passed","time":{"start":1705912407135,"stop":1705912407136,"duration":1}},{"uid":"926bb47e5663a3ca","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/926bb47e5663a3ca","status":"passed","time":{"start":1705911588791,"stop":1705911588792,"duration":1}},{"uid":"9a9f32ac15c3abe9","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/9a9f32ac15c3abe9","status":"passed","time":{"start":1705698799106,"stop":1705698799106,"duration":0}},{"uid":"e9d575013e8eaea1","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e9d575013e8eaea1","status":"passed","time":{"start":1705687522364,"stop":1705687522364,"duration":0}},{"uid":"26bdc96cd595ea61","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/26bdc96cd595ea61","status":"passed","time":{"start":1705687430730,"stop":1705687430731,"duration":1}},{"uid":"14f581881490984b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/14f581881490984b","status":"passed","time":{"start":1705678121466,"stop":1705678121466,"duration":0}},{"uid":"1dd727725be6ff1d","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/1dd727725be6ff1d","status":"passed","time":{"start":1705678046310,"stop":1705678046310,"duration":0}},{"uid":"77304b3619d8baf5","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/77304b3619d8baf5","status":"passed","time":{"start":1705677908048,"stop":1705677908049,"duration":1}},{"uid":"2f77aeb27cf9c931","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/2f77aeb27cf9c931","status":"passed","time":{"start":1705677463215,"stop":1705677463216,"duration":1}},{"uid":"466aa427ae7a8e6c","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/466aa427ae7a8e6c","status":"passed","time":{"start":1705676052697,"stop":1705676052697,"duration":0}},{"uid":"ad6f0e831f56b4fb","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/ad6f0e831f56b4fb","status":"passed","time":{"start":1705675474637,"stop":1705675474637,"duration":0}},{"uid":"3e9c793e75c0d953","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/3e9c793e75c0d953","status":"passed","time":{"start":1705670338389,"stop":1705670338389,"duration":0}}]},"b6c928adffb43261d3d610e67576a0cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ffdf0b24564a60","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/f4ffdf0b24564a60","status":"passed","time":{"start":1705681459380,"stop":1705681459380,"duration":0}}]},"532919be29a105c8bcd70e2f7858f778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"54c297ba4be623c0","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/54c297ba4be623c0","status":"passed","time":{"start":1706100979749,"stop":1706100979749,"duration":0}},{"uid":"5dfb267ea7f53f8a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/5dfb267ea7f53f8a","status":"passed","time":{"start":1706100012409,"stop":1706100012409,"duration":0}},{"uid":"40345ead2e5bcb92","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/40345ead2e5bcb92","status":"passed","time":{"start":1706077739068,"stop":1706077739068,"duration":0}},{"uid":"8e408a24bddfaade","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/8e408a24bddfaade","status":"passed","time":{"start":1706069827461,"stop":1706069827461,"duration":0}},{"uid":"d96a6815a341217c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/d96a6815a341217c","status":"passed","time":{"start":1705950521658,"stop":1705950521658,"duration":0}},{"uid":"75d507716f8c4066","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/75d507716f8c4066","status":"passed","time":{"start":1705938343365,"stop":1705938343366,"duration":1}},{"uid":"f749951bc4210f1f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f749951bc4210f1f","status":"passed","time":{"start":1705913488211,"stop":1705913488212,"duration":1}},{"uid":"6498ce678bf5bb88","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/6498ce678bf5bb88","status":"passed","time":{"start":1705913034259,"stop":1705913034260,"duration":1}},{"uid":"de22c79039725849","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/de22c79039725849","status":"passed","time":{"start":1705912407118,"stop":1705912407119,"duration":1}},{"uid":"e140af85e6a7c9c3","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e140af85e6a7c9c3","status":"passed","time":{"start":1705911588786,"stop":1705911588787,"duration":1}},{"uid":"d5bd0118bd4d30f7","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d5bd0118bd4d30f7","status":"passed","time":{"start":1705698799101,"stop":1705698799101,"duration":0}},{"uid":"5d4ce0e5e38274e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/5d4ce0e5e38274e","status":"passed","time":{"start":1705687522358,"stop":1705687522360,"duration":2}},{"uid":"2573531223d083ae","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/2573531223d083ae","status":"passed","time":{"start":1705687430726,"stop":1705687430726,"duration":0}},{"uid":"26ff2d3719a51734","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/26ff2d3719a51734","status":"passed","time":{"start":1705678121456,"stop":1705678121457,"duration":1}},{"uid":"8f3d326e5c0e376a","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/8f3d326e5c0e376a","status":"passed","time":{"start":1705678046302,"stop":1705678046302,"duration":0}},{"uid":"bd0790573a41b2c7","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/bd0790573a41b2c7","status":"passed","time":{"start":1705677908044,"stop":1705677908044,"duration":0}},{"uid":"8548b67156b9f60","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/8548b67156b9f60","status":"passed","time":{"start":1705677463210,"stop":1705677463211,"duration":1}},{"uid":"1e4e263e7aa0e3b0","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/1e4e263e7aa0e3b0","status":"passed","time":{"start":1705676052692,"stop":1705676052692,"duration":0}},{"uid":"dd2ab33dec4d0487","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/dd2ab33dec4d0487","status":"passed","time":{"start":1705675474632,"stop":1705675474633,"duration":1}},{"uid":"5659f443aa745ab4","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/5659f443aa745ab4","status":"passed","time":{"start":1705670338385,"stop":1705670338385,"duration":0}}]},"35fa5911d10556b2f0ba3e88c4659775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec8b5e5eb6dc8b88","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/ec8b5e5eb6dc8b88","status":"passed","time":{"start":1705577406164,"stop":1705577406164,"duration":0}}]},"9d919f70b8f7f3fee9ebad03568fff96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"d85d842a0bb1c1e3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/d85d842a0bb1c1e3","status":"passed","time":{"start":1706100942619,"stop":1706100942619,"duration":0}},{"uid":"ee60453bbf78278d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ee60453bbf78278d","status":"passed","time":{"start":1706099973761,"stop":1706099973762,"duration":1}},{"uid":"6a120312b47a8a06","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/6a120312b47a8a06","status":"passed","time":{"start":1706077701787,"stop":1706077701788,"duration":1}},{"uid":"cdf7434b322862c6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/cdf7434b322862c6","status":"passed","time":{"start":1706069790735,"stop":1706069790735,"duration":0}},{"uid":"b59b3a28c61a2f26","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b59b3a28c61a2f26","status":"passed","time":{"start":1705950495047,"stop":1705950495054,"duration":7}},{"uid":"8d9754f685cf6f91","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/8d9754f685cf6f91","status":"passed","time":{"start":1705938302719,"stop":1705938302720,"duration":1}},{"uid":"a34d95fac4cca1d7","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a34d95fac4cca1d7","status":"passed","time":{"start":1705913446710,"stop":1705913446710,"duration":0}},{"uid":"fbf3593c983bf5e1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/fbf3593c983bf5e1","status":"passed","time":{"start":1705912988135,"stop":1705912988136,"duration":1}},{"uid":"6b2eb4765fd3a542","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6b2eb4765fd3a542","status":"passed","time":{"start":1705912372224,"stop":1705912372225,"duration":1}},{"uid":"d5ddacf6e7880fca","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d5ddacf6e7880fca","status":"passed","time":{"start":1705911551485,"stop":1705911551485,"duration":0}},{"uid":"935e587a2e781db4","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/935e587a2e781db4","status":"passed","time":{"start":1705698757767,"stop":1705698757767,"duration":0}},{"uid":"93dc21927226bde4","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/93dc21927226bde4","status":"passed","time":{"start":1705687467728,"stop":1705687467729,"duration":1}},{"uid":"22bc7bd8896bcbcd","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/22bc7bd8896bcbcd","status":"passed","time":{"start":1705687390801,"stop":1705687390802,"duration":1}},{"uid":"c563a7c43cd3c08","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c563a7c43cd3c08","status":"passed","time":{"start":1705678077459,"stop":1705678077459,"duration":0}},{"uid":"770763e97313da12","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/770763e97313da12","status":"passed","time":{"start":1705678007046,"stop":1705678007047,"duration":1}},{"uid":"8a2665f202580e32","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/8a2665f202580e32","status":"passed","time":{"start":1705677873539,"stop":1705677873539,"duration":0}},{"uid":"cf7c7566adb94c10","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/cf7c7566adb94c10","status":"passed","time":{"start":1705677414846,"stop":1705677414846,"duration":0}},{"uid":"152467bd62c1fda1","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/152467bd62c1fda1","status":"passed","time":{"start":1705676004251,"stop":1705676004251,"duration":0}},{"uid":"655ce56ec8739c54","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/655ce56ec8739c54","status":"passed","time":{"start":1705675426984,"stop":1705675426984,"duration":0}},{"uid":"3d5ad1cccbf40121","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/3d5ad1cccbf40121","status":"passed","time":{"start":1705670299878,"stop":1705670299882,"duration":4}}]},"b7f53d4b06ef2ca84ae38db9a6aeb399:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89e94985bb300b60","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/89e94985bb300b60","status":"passed","time":{"start":1705426462239,"stop":1705426462240,"duration":1}}]},"9e2206f66b048f6d80dee1913c157710:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a1fab996c75d63a","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/2a1fab996c75d63a","status":"passed","time":{"start":1706101594024,"stop":1706101594027,"duration":3}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"3098dda3d77da082","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3098dda3d77da082","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0}},{"uid":"534b48d61ec5d3d7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/534b48d61ec5d3d7","status":"passed","time":{"start":1706528320796,"stop":1706528320796,"duration":0}},{"uid":"2270e5cd2ca52448","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2270e5cd2ca52448","status":"passed","time":{"start":1706527265205,"stop":1706527265205,"duration":0}},{"uid":"7c3c1a8e13823992","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7c3c1a8e13823992","status":"passed","time":{"start":1706527005561,"stop":1706527005561,"duration":0}},{"uid":"dff37d5de79b7887","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/dff37d5de79b7887","status":"passed","time":{"start":1706526910758,"stop":1706526910758,"duration":0}},{"uid":"6e6cfe7c362c85d6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6e6cfe7c362c85d6","status":"passed","time":{"start":1706526356962,"stop":1706526356962,"duration":0}},{"uid":"77b08c9a1cd02e88","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/77b08c9a1cd02e88","status":"passed","time":{"start":1706525810739,"stop":1706525810740,"duration":1}},{"uid":"472dac6d0bd77865","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/472dac6d0bd77865","status":"passed","time":{"start":1706525387406,"stop":1706525387406,"duration":0}},{"uid":"44132072aa07ce85","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/44132072aa07ce85","status":"passed","time":{"start":1706468060690,"stop":1706468060690,"duration":0}},{"uid":"b7c5e23e40775d53","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b7c5e23e40775d53","status":"passed","time":{"start":1706323416165,"stop":1706323416165,"duration":0}},{"uid":"3fa5f187183e9b6f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3fa5f187183e9b6f","status":"passed","time":{"start":1706321681958,"stop":1706321681959,"duration":1}},{"uid":"747283e7f2d391f4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/747283e7f2d391f4","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244888537,"stop":1706244888537,"duration":0}},{"uid":"99ac0600d695a5e9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/99ac0600d695a5e9","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242436647,"stop":1706242436647,"duration":0}},{"uid":"153b841328586439","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/153b841328586439","status":"passed","time":{"start":1706115490243,"stop":1706115490243,"duration":0}},{"uid":"bd398a53a9055ef5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bd398a53a9055ef5","status":"passed","time":{"start":1706114663127,"stop":1706114663128,"duration":1}},{"uid":"d3a94c04a1a6816a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d3a94c04a1a6816a","status":"passed","time":{"start":1706112139772,"stop":1706112139772,"duration":0}},{"uid":"3844c98b3da0d1e4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3844c98b3da0d1e4","status":"passed","time":{"start":1706111836525,"stop":1706111836528,"duration":3}},{"uid":"aa4ca42fb835aad","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/aa4ca42fb835aad","status":"passed","time":{"start":1706109751255,"stop":1706109751256,"duration":1}},{"uid":"813ca157e7c2c85f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/813ca157e7c2c85f","status":"passed","time":{"start":1706103464932,"stop":1706103464933,"duration":1}},{"uid":"884fd66876512990","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/884fd66876512990","status":"passed","time":{"start":1706103267880,"stop":1706103267880,"duration":0}}]},"4f1fa4d66ba0d70fd32d2294e81e095f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1398704a46c00477","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1398704a46c00477","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"a94e0ffa1437da2f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a94e0ffa1437da2f","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"duration":0}},{"uid":"a4a539d68a976929","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a4a539d68a976929","status":"passed","time":{"start":1706528057438,"stop":1706528057441,"duration":3}},{"uid":"49afd7476733654c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/49afd7476733654c","status":"passed","time":{"start":1706526914763,"stop":1706526914763,"duration":0}},{"uid":"1d150ac30659bd05","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1d150ac30659bd05","status":"passed","time":{"start":1706526612633,"stop":1706526612634,"duration":1}},{"uid":"8367f2ed92ec8ca3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8367f2ed92ec8ca3","status":"passed","time":{"start":1706526514760,"stop":1706526514761,"duration":1}},{"uid":"37b4d9ef797bef74","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/37b4d9ef797bef74","status":"passed","time":{"start":1706525945104,"stop":1706525945105,"duration":1}},{"uid":"fd0727162dadb25f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fd0727162dadb25f","status":"passed","time":{"start":1706525418817,"stop":1706525418818,"duration":1}},{"uid":"30bc122c46773e5e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/30bc122c46773e5e","status":"passed","time":{"start":1706525116048,"stop":1706525116048,"duration":0}},{"uid":"d85aba2f641a4b6f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d85aba2f641a4b6f","status":"passed","time":{"start":1706467681195,"stop":1706467681195,"duration":0}},{"uid":"fa1e5e7641e33fe2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fa1e5e7641e33fe2","status":"passed","time":{"start":1706323017119,"stop":1706323017119,"duration":0}},{"uid":"9fd400c40e20bf8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9fd400c40e20bf8","status":"passed","time":{"start":1706321333754,"stop":1706321333755,"duration":1}},{"uid":"23bdef0b89be1b17","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/23bdef0b89be1b17","status":"passed","time":{"start":1706115157094,"stop":1706115157094,"duration":0}},{"uid":"14dc14c367e3d44","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/14dc14c367e3d44","status":"passed","time":{"start":1706114292029,"stop":1706114292029,"duration":0}},{"uid":"df564afce854bff0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/df564afce854bff0","status":"passed","time":{"start":1706111755002,"stop":1706111755002,"duration":0}},{"uid":"f980dd9f99e3d488","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f980dd9f99e3d488","status":"passed","time":{"start":1706111454529,"stop":1706111454529,"duration":0}},{"uid":"804eb0d4d7448df0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/804eb0d4d7448df0","status":"passed","time":{"start":1706109346658,"stop":1706109346659,"duration":1}},{"uid":"433add0a3b056a3d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/433add0a3b056a3d","status":"passed","time":{"start":1706103153467,"stop":1706103153467,"duration":0}},{"uid":"4fa78d4757cbb973","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4fa78d4757cbb973","status":"passed","time":{"start":1706102905522,"stop":1706102905522,"duration":0}},{"uid":"9acb51e9083c00b9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9acb51e9083c00b9","status":"passed","time":{"start":1706102263601,"stop":1706102263601,"duration":0}},{"uid":"c3505317bc9646ba","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c3505317bc9646ba","status":"passed","time":{"start":1706102127467,"stop":1706102127468,"duration":1}}]},"d0acddfa5ff038e8471a16ba26f7a119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca6106f923939e27","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ca6106f923939e27","status":"passed","time":{"start":1706103305150,"stop":1706103305150,"duration":0}}]},"092c9debd7e8eb2774e3bd0d5e6a07ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"2e54d2cea046ba2d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/2e54d2cea046ba2d","status":"passed","time":{"start":1705521140303,"stop":1705521140303,"duration":0}},{"uid":"6e8053f5ebee70ad","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/6e8053f5ebee70ad","status":"passed","time":{"start":1705520883419,"stop":1705520883419,"duration":0}},{"uid":"d03a554a7fd75f3d","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d03a554a7fd75f3d","status":"passed","time":{"start":1705520300891,"stop":1705520300891,"duration":0}},{"uid":"3c9f36612dd2b0cb","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/3c9f36612dd2b0cb","status":"passed","time":{"start":1705518525964,"stop":1705518525965,"duration":1}},{"uid":"b847a18cfac26e98","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b847a18cfac26e98","status":"passed","time":{"start":1705518246810,"stop":1705518246810,"duration":0}},{"uid":"667b37c1747f918a","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/667b37c1747f918a","status":"passed","time":{"start":1705518140985,"stop":1705518140985,"duration":0}},{"uid":"ca4191698194655f","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ca4191698194655f","status":"passed","time":{"start":1705518032421,"stop":1705518032422,"duration":1}},{"uid":"87d63b9297c4d338","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/87d63b9297c4d338","status":"passed","time":{"start":1705508700813,"stop":1705508700814,"duration":1}},{"uid":"b92ba7a180081764","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/b92ba7a180081764","status":"passed","time":{"start":1705506512653,"stop":1705506512653,"duration":0}},{"uid":"eefeadd10d20451f","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/eefeadd10d20451f","status":"passed","time":{"start":1705502966518,"stop":1705502966518,"duration":0}},{"uid":"118e006803f483da","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/118e006803f483da","status":"passed","time":{"start":1705502370728,"stop":1705502370729,"duration":1}},{"uid":"1630f54e85a17ee7","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1630f54e85a17ee7","status":"passed","time":{"start":1705502517773,"stop":1705502517773,"duration":0}},{"uid":"9403b99d8a1985f9","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/9403b99d8a1985f9","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321695,"stop":1705495321696,"duration":1}},{"uid":"5806161d413a51b1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5806161d413a51b1","status":"passed","time":{"start":1705494975690,"stop":1705494975690,"duration":0}},{"uid":"fd67808221ab0ccd","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/fd67808221ab0ccd","status":"passed","time":{"start":1705494930760,"stop":1705494930760,"duration":0}},{"uid":"a416d6b5982d82e8","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a416d6b5982d82e8","status":"passed","time":{"start":1705493496368,"stop":1705493496369,"duration":1}},{"uid":"1f0fccb7a115854b","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/1f0fccb7a115854b","status":"passed","time":{"start":1705493451252,"stop":1705493451253,"duration":1}},{"uid":"a44d66b0edd95984","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/a44d66b0edd95984","status":"passed","time":{"start":1705485279307,"stop":1705485279308,"duration":1}},{"uid":"c6af0937d460a886","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/c6af0937d460a886","status":"passed","time":{"start":1705485136809,"stop":1705485136809,"duration":0}},{"uid":"b9cf1f90625538ab","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/b9cf1f90625538ab","status":"passed","time":{"start":1705484392936,"stop":1705484392936,"duration":0}}]},"a3a5274256ddd08ff4eabd9b5de18203:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26e76247ac5df203","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/26e76247ac5df203","status":"passed","time":{"start":1705521057020,"stop":1705521057021,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"e4d92de4e992721e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e4d92de4e992721e","status":"passed","time":{"start":1706529218502,"stop":1706529218503,"duration":1}},{"uid":"cc8f5c6c989e48e5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cc8f5c6c989e48e5","status":"passed","time":{"start":1706528190563,"stop":1706528190563,"duration":0}},{"uid":"c185ead294a4369b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c185ead294a4369b","status":"passed","time":{"start":1706527166722,"stop":1706527166733,"duration":11}},{"uid":"3782f2a53145eded","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3782f2a53145eded","status":"passed","time":{"start":1706526866853,"stop":1706526866853,"duration":0}},{"uid":"b3645ccbaf1d3972","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b3645ccbaf1d3972","status":"passed","time":{"start":1706526763552,"stop":1706526763553,"duration":1}},{"uid":"3b832733c787e8f4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3b832733c787e8f4","status":"passed","time":{"start":1706526185669,"stop":1706526185670,"duration":1}},{"uid":"58655a70eb542463","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/58655a70eb542463","status":"passed","time":{"start":1706525658957,"stop":1706525658957,"duration":0}},{"uid":"61bfd2c09c3a5948","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/61bfd2c09c3a5948","status":"passed","time":{"start":1706525242368,"stop":1706525242369,"duration":1}},{"uid":"672e5021479a5d67","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/672e5021479a5d67","status":"passed","time":{"start":1706467906875,"stop":1706467906875,"duration":0}},{"uid":"455f76df58f7ae0c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/455f76df58f7ae0c","status":"passed","time":{"start":1706323273239,"stop":1706323273240,"duration":1}},{"uid":"6efa1e058e8f85a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6efa1e058e8f85a","status":"passed","time":{"start":1706321575850,"stop":1706321575850,"duration":0}},{"uid":"560940e3b667791f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/560940e3b667791f","status":"passed","time":{"start":1706115384044,"stop":1706115384044,"duration":0}},{"uid":"e714190c79a7d965","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e714190c79a7d965","status":"passed","time":{"start":1706114521912,"stop":1706114521913,"duration":1}},{"uid":"cb4168d95b31bbbf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cb4168d95b31bbbf","status":"passed","time":{"start":1706112015251,"stop":1706112015252,"duration":1}},{"uid":"1eebb8bc967af","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1eebb8bc967af","status":"passed","time":{"start":1706111693394,"stop":1706111693394,"duration":0}},{"uid":"71ce1b61d9085163","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/71ce1b61d9085163","status":"passed","time":{"start":1706109609724,"stop":1706109609724,"duration":0}},{"uid":"24d9823b1d984f05","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/24d9823b1d984f05","status":"passed","time":{"start":1706103393423,"stop":1706103393424,"duration":1}},{"uid":"32f2ef8b33ed12ce","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/32f2ef8b33ed12ce","status":"passed","time":{"start":1706103153295,"stop":1706103153295,"duration":0}},{"uid":"d71430efe286aaf5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d71430efe286aaf5","status":"passed","time":{"start":1706102506960,"stop":1706102506961,"duration":1}},{"uid":"173589b13aec1883","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/173589b13aec1883","status":"passed","time":{"start":1706102385167,"stop":1706102385168,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"87e656dfbc3ff92a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87e656dfbc3ff92a","status":"passed","time":{"start":1706529333275,"stop":1706529333275,"duration":0}},{"uid":"ddd5cad7f590d8e3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ddd5cad7f590d8e3","status":"passed","time":{"start":1706528290475,"stop":1706528290475,"duration":0}},{"uid":"919ca046474ae564","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/919ca046474ae564","status":"passed","time":{"start":1706527264367,"stop":1706527264368,"duration":1}},{"uid":"412fd18e8184f11a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/412fd18e8184f11a","status":"passed","time":{"start":1706526976780,"stop":1706526976780,"duration":0}},{"uid":"31248ff40408cadd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/31248ff40408cadd","status":"passed","time":{"start":1706526885813,"stop":1706526885813,"duration":0}},{"uid":"f4b53270e36912df","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f4b53270e36912df","status":"passed","time":{"start":1706526330105,"stop":1706526330105,"duration":0}},{"uid":"c7d6b316b5c045ba","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c7d6b316b5c045ba","status":"passed","time":{"start":1706525780732,"stop":1706525780733,"duration":1}},{"uid":"366c73613bc07fa0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/366c73613bc07fa0","status":"passed","time":{"start":1706525359506,"stop":1706525359507,"duration":1}},{"uid":"d9a2bf5e8c923d93","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d9a2bf5e8c923d93","status":"passed","time":{"start":1706468042650,"stop":1706468042650,"duration":0}},{"uid":"8a29a3097c1157e3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8a29a3097c1157e3","status":"passed","time":{"start":1706323386936,"stop":1706323386937,"duration":1}},{"uid":"ef80921451ffe250","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ef80921451ffe250","status":"passed","time":{"start":1706321713107,"stop":1706321713107,"duration":0}},{"uid":"e5b83c6003594d8e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e5b83c6003594d8e","status":"passed","time":{"start":1706115482618,"stop":1706115482618,"duration":0}},{"uid":"d69f365dc443af9b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d69f365dc443af9b","status":"passed","time":{"start":1706114635444,"stop":1706114635444,"duration":0}},{"uid":"9f040500be3230ab","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9f040500be3230ab","status":"passed","time":{"start":1706112127568,"stop":1706112127568,"duration":0}},{"uid":"7796b410bb65d6fd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7796b410bb65d6fd","status":"passed","time":{"start":1706111809286,"stop":1706111809286,"duration":0}},{"uid":"317e05ecf0ce74b1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/317e05ecf0ce74b1","status":"passed","time":{"start":1706109719542,"stop":1706109719542,"duration":0}},{"uid":"8df34eab4880b3be","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8df34eab4880b3be","status":"passed","time":{"start":1706103518440,"stop":1706103518441,"duration":1}},{"uid":"d39c7f8902e62021","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d39c7f8902e62021","status":"passed","time":{"start":1706103305168,"stop":1706103305168,"duration":0}},{"uid":"24ef8462f476715c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/24ef8462f476715c","status":"passed","time":{"start":1706102626864,"stop":1706102626865,"duration":1}},{"uid":"712b740648fb1d2f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/712b740648fb1d2f","status":"passed","time":{"start":1706102491860,"stop":1706102491861,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"90f1f2cf0596f13b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/90f1f2cf0596f13b","status":"passed","time":{"start":1706529367467,"stop":1706529367468,"duration":1}},{"uid":"8c061a392da9cbb0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8c061a392da9cbb0","status":"passed","time":{"start":1706528339930,"stop":1706528339930,"duration":0}},{"uid":"aa53926c602cfde2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/aa53926c602cfde2","status":"passed","time":{"start":1706527181577,"stop":1706527181577,"duration":0}},{"uid":"d77884f20dd26c9a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d77884f20dd26c9a","status":"passed","time":{"start":1706527016296,"stop":1706527016297,"duration":1}},{"uid":"cb02da69dfaf961b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cb02da69dfaf961b","status":"passed","time":{"start":1706526929200,"stop":1706526929200,"duration":0}},{"uid":"a6178062c1c1b8fd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a6178062c1c1b8fd","status":"passed","time":{"start":1706526355571,"stop":1706526355571,"duration":0}},{"uid":"d0e0cf17a86e698a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d0e0cf17a86e698a","status":"passed","time":{"start":1706525825279,"stop":1706525825279,"duration":0}},{"uid":"5fa41cf91a647990","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5fa41cf91a647990","status":"passed","time":{"start":1706525414586,"stop":1706525414587,"duration":1}},{"uid":"8a4c0815adc6d12c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8a4c0815adc6d12c","status":"passed","time":{"start":1706468084965,"stop":1706468084965,"duration":0}},{"uid":"ef08673b2dcd5c7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ef08673b2dcd5c7","status":"passed","time":{"start":1706323430972,"stop":1706323430972,"duration":0}},{"uid":"f6b8a864fbf5fe6f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f6b8a864fbf5fe6f","status":"passed","time":{"start":1706321743967,"stop":1706321743967,"duration":0}},{"uid":"77bc0eef4f0d7c40","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/77bc0eef4f0d7c40","status":"passed","time":{"start":1706115449581,"stop":1706115449582,"duration":1}},{"uid":"bdefb38c055b105f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bdefb38c055b105f","status":"passed","time":{"start":1706114706810,"stop":1706114706810,"duration":0}},{"uid":"b84d5466adc3eaa5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b84d5466adc3eaa5","status":"passed","time":{"start":1706112158271,"stop":1706112158271,"duration":0}},{"uid":"6e2e24fb3cafe297","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6e2e24fb3cafe297","status":"passed","time":{"start":1706111870565,"stop":1706111870565,"duration":0}},{"uid":"8d3b120314b47eb2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8d3b120314b47eb2","status":"passed","time":{"start":1706109756251,"stop":1706109756252,"duration":1}},{"uid":"57e0b3a35f8ec1b7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/57e0b3a35f8ec1b7","status":"passed","time":{"start":1706103332261,"stop":1706103332261,"duration":0}},{"uid":"f4c56f869b6ea266","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f4c56f869b6ea266","status":"passed","time":{"start":1706102670267,"stop":1706102670267,"duration":0}},{"uid":"5c676d51b0900ea7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5c676d51b0900ea7","status":"passed","time":{"start":1706102539195,"stop":1706102539195,"duration":0}},{"uid":"83030091a6e8cb9a","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/83030091a6e8cb9a","status":"passed","time":{"start":1706102378577,"stop":1706102378577,"duration":0}}]},"82f6a8d8b7bab1c1f2f2097e3eb28546:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e548e151ce26a7b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/6e548e151ce26a7b","status":"passed","time":{"start":1706101499461,"stop":1706101499461,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"e7a92877c5d488f4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7a92877c5d488f4","status":"passed","time":{"start":1706529248597,"stop":1706529248597,"duration":0}},{"uid":"e3be9483622f4954","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e3be9483622f4954","status":"passed","time":{"start":1706528220651,"stop":1706528220652,"duration":1}},{"uid":"4cba39672bee303e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4cba39672bee303e","status":"passed","time":{"start":1706527177103,"stop":1706527177103,"duration":0}},{"uid":"2d33fcede19e3d36","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2d33fcede19e3d36","status":"passed","time":{"start":1706526879830,"stop":1706526879830,"duration":0}},{"uid":"76f9169566807207","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/76f9169566807207","status":"passed","time":{"start":1706526777110,"stop":1706526777110,"duration":0}},{"uid":"a9c983db7804c17a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a9c983db7804c17a","status":"passed","time":{"start":1706526204140,"stop":1706526204140,"duration":0}},{"uid":"bb89610a69df6adb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bb89610a69df6adb","status":"passed","time":{"start":1706525670189,"stop":1706525670189,"duration":0}},{"uid":"a6a5fae7cea778ac","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a6a5fae7cea778ac","status":"passed","time":{"start":1706525258214,"stop":1706525258214,"duration":0}},{"uid":"5b2901f1563a3fe9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5b2901f1563a3fe9","status":"passed","time":{"start":1706467920012,"stop":1706467920012,"duration":0}},{"uid":"1b17b4a1437304a7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1b17b4a1437304a7","status":"passed","time":{"start":1706323290754,"stop":1706323290764,"duration":10}},{"uid":"8e413dcc784aecbb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8e413dcc784aecbb","status":"passed","time":{"start":1706321508277,"stop":1706321508277,"duration":0}},{"uid":"f4a66ac70319d90c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f4a66ac70319d90c","status":"passed","time":{"start":1706244780672,"stop":1706244780672,"duration":0}},{"uid":"6f57c17fb852663c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6f57c17fb852663c","status":"passed","time":{"start":1706242339456,"stop":1706242339457,"duration":1}},{"uid":"cff988db77eb56f3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cff988db77eb56f3","status":"passed","time":{"start":1706115400247,"stop":1706115400247,"duration":0}},{"uid":"1946f82e44ec6186","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1946f82e44ec6186","status":"passed","time":{"start":1706114536401,"stop":1706114536402,"duration":1}},{"uid":"9021396856040685","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9021396856040685","status":"passed","time":{"start":1706112032806,"stop":1706112032806,"duration":0}},{"uid":"501f887f0b43cbad","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/501f887f0b43cbad","status":"passed","time":{"start":1706111710236,"stop":1706111710236,"duration":0}},{"uid":"9adeebefef39cf84","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9adeebefef39cf84","status":"passed","time":{"start":1706109621307,"stop":1706109621308,"duration":1}},{"uid":"e8eb5bb018bfbdaf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e8eb5bb018bfbdaf","status":"passed","time":{"start":1706103335200,"stop":1706103335200,"duration":0}},{"uid":"60b25379950981ed","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/60b25379950981ed","status":"passed","time":{"start":1706103167014,"stop":1706103167014,"duration":0}}]},"d9418a2d925aad62d4677ae403d87a05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43a2280a454bb72e","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/43a2280a454bb72e","status":"passed","time":{"start":1706102378585,"stop":1706102378586,"duration":1}}]},"8157fec7d2c5d16ae536c441cf547d51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"d909f111db7a88fb","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/d909f111db7a88fb","status":"passed","time":{"start":1705521140299,"stop":1705521140299,"duration":0}},{"uid":"1c491685546d367f","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/1c491685546d367f","status":"passed","time":{"start":1705520883414,"stop":1705520883414,"duration":0}},{"uid":"c9e04177ced773d3","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c9e04177ced773d3","status":"passed","time":{"start":1705520300886,"stop":1705520300886,"duration":0}},{"uid":"795369eb9939b917","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/795369eb9939b917","status":"passed","time":{"start":1705518525959,"stop":1705518525959,"duration":0}},{"uid":"831055c9a8c0cd3","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/831055c9a8c0cd3","status":"passed","time":{"start":1705518246805,"stop":1705518246806,"duration":1}},{"uid":"71e8504684c63343","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/71e8504684c63343","status":"passed","time":{"start":1705518140977,"stop":1705518140978,"duration":1}},{"uid":"9b6ddc5c0232b79c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9b6ddc5c0232b79c","status":"passed","time":{"start":1705518032416,"stop":1705518032416,"duration":0}},{"uid":"2fe9475ff105630b","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/2fe9475ff105630b","status":"passed","time":{"start":1705508700808,"stop":1705508700808,"duration":0}},{"uid":"a2fdbe35f6feba48","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/a2fdbe35f6feba48","status":"passed","time":{"start":1705506512642,"stop":1705506512642,"duration":0}},{"uid":"f143ea5c926790cd","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f143ea5c926790cd","status":"passed","time":{"start":1705502966506,"stop":1705502966507,"duration":1}},{"uid":"57e29610ecc5b0b6","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/57e29610ecc5b0b6","status":"passed","time":{"start":1705502370717,"stop":1705502370718,"duration":1}},{"uid":"9725156009691865","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/9725156009691865","status":"passed","time":{"start":1705502517769,"stop":1705502517769,"duration":0}},{"uid":"6a6682b794c16699","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/6a6682b794c16699","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321688,"stop":1705495321688,"duration":0}},{"uid":"2350c8f27ec871db","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/2350c8f27ec871db","status":"passed","time":{"start":1705494975687,"stop":1705494975687,"duration":0}},{"uid":"d7c24b006bdddc63","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d7c24b006bdddc63","status":"passed","time":{"start":1705494930743,"stop":1705494930743,"duration":0}},{"uid":"747eb32f4665bb0c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/747eb32f4665bb0c","status":"passed","time":{"start":1705493496347,"stop":1705493496347,"duration":0}},{"uid":"b2c4e5f24e473b35","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/b2c4e5f24e473b35","status":"passed","time":{"start":1705493451248,"stop":1705493451248,"duration":0}},{"uid":"409143c4fbb58d79","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/409143c4fbb58d79","status":"passed","time":{"start":1705485279303,"stop":1705485279304,"duration":1}},{"uid":"c5c599c0379161e1","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/c5c599c0379161e1","status":"passed","time":{"start":1705485136803,"stop":1705485136803,"duration":0}},{"uid":"4179f53cd63d58c0","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/4179f53cd63d58c0","status":"passed","time":{"start":1705484392932,"stop":1705484392932,"duration":0}}]},"f60579ca71c2c8f85d74f300d1950712:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"934bf63842e8df0f","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/934bf63842e8df0f","status":"passed","time":{"start":1705517988394,"stop":1705517988394,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"2aaa0221553a662b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2aaa0221553a662b","status":"passed","time":{"start":1706528998594,"stop":1706528998595,"duration":1}},{"uid":"826756b81bf26a20","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/826756b81bf26a20","status":"passed","time":{"start":1706527970122,"stop":1706527970123,"duration":1}},{"uid":"a19cbd0481e220b8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a19cbd0481e220b8","status":"passed","time":{"start":1706526976587,"stop":1706526976587,"duration":0}},{"uid":"9227239d81d795c7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9227239d81d795c7","status":"passed","time":{"start":1706526677707,"stop":1706526677708,"duration":1}},{"uid":"47db68d744ca6e3d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/47db68d744ca6e3d","status":"passed","time":{"start":1706526585226,"stop":1706526585226,"duration":0}},{"uid":"28b54d3cbaf6d054","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/28b54d3cbaf6d054","status":"passed","time":{"start":1706526011343,"stop":1706526011343,"duration":0}},{"uid":"dd6daf336b6a6985","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dd6daf336b6a6985","status":"passed","time":{"start":1706525481679,"stop":1706525481681,"duration":2}},{"uid":"71a4cae949b5eff4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/71a4cae949b5eff4","status":"passed","time":{"start":1706525034594,"stop":1706525034594,"duration":0}},{"uid":"ee0812c79dad52dc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ee0812c79dad52dc","status":"passed","time":{"start":1706467723737,"stop":1706467723737,"duration":0}},{"uid":"426f570793febbdf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/426f570793febbdf","status":"passed","time":{"start":1706323095241,"stop":1706323095241,"duration":0}},{"uid":"e39d55375a845184","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e39d55375a845184","status":"passed","time":{"start":1706321394055,"stop":1706321394055,"duration":0}},{"uid":"9e93fc127f37a4cb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9e93fc127f37a4cb","status":"passed","time":{"start":1706115176947,"stop":1706115176947,"duration":0}},{"uid":"c4c443f1d315ddec","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c4c443f1d315ddec","status":"passed","time":{"start":1706114337388,"stop":1706114337389,"duration":1}},{"uid":"3fd36fca466fb5da","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3fd36fca466fb5da","status":"passed","time":{"start":1706111808832,"stop":1706111808833,"duration":1}},{"uid":"824f9c6cacc74c2f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/824f9c6cacc74c2f","status":"passed","time":{"start":1706111511403,"stop":1706111511404,"duration":1}},{"uid":"5cba1df65112e011","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5cba1df65112e011","status":"passed","time":{"start":1706109411596,"stop":1706109411596,"duration":0}},{"uid":"648ee3049e03427","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/648ee3049e03427","status":"passed","time":{"start":1706103221762,"stop":1706103221762,"duration":0}},{"uid":"747af0e5cb35647a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/747af0e5cb35647a","status":"passed","time":{"start":1706102961389,"stop":1706102961389,"duration":0}},{"uid":"96289f39ce1d2669","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/96289f39ce1d2669","status":"passed","time":{"start":1706102333042,"stop":1706102333042,"duration":0}},{"uid":"a1f2263f185e80de","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a1f2263f185e80de","status":"passed","time":{"start":1706102204588,"stop":1706102204589,"duration":1}}]},"ee862b0a9a648af70f8421c10493fd93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7fca873715c6c73","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/b7fca873715c6c73","status":"passed","time":{"start":1705365585611,"stop":1705365585613,"duration":2}}]},"bb3b4cd91f3239427e02dfe56ec5de51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17711e1ed327a243","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/17711e1ed327a243","status":"passed","time":{"start":1705680158915,"stop":1705680158915,"duration":0}}]},"fdc1aaf17fcad159476ccdfd7335c009:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0a9dc5ede67024c","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b0a9dc5ede67024c","status":"passed","time":{"start":1705912407155,"stop":1705912407155,"duration":0}}]},"8e12c5e2145e06bef0cc6789b7685a9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"793226b305c34ea2","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/793226b305c34ea2","status":"passed","time":{"start":1705577320168,"stop":1705577320168,"duration":0}}]},"d7667fa544279e1ba4336fdc7f772b49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6296668474a8a69c","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/6296668474a8a69c","status":"passed","time":{"start":1705525288821,"stop":1705525288822,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"693e013db42d32e8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/693e013db42d32e8","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0}},{"uid":"a88895afc38c63ad","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a88895afc38c63ad","status":"passed","time":{"start":1706527923869,"stop":1706527923870,"duration":1}},{"uid":"8d03e212c6a43e3","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8d03e212c6a43e3","status":"passed","time":{"start":1706526930840,"stop":1706526930840,"duration":0}},{"uid":"e078247602a03e8a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e078247602a03e8a","status":"passed","time":{"start":1706526632070,"stop":1706526632071,"duration":1}},{"uid":"e2bbd60096d914a4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e2bbd60096d914a4","status":"passed","time":{"start":1706526534060,"stop":1706526534068,"duration":8}},{"uid":"4f313c89ae822f26","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4f313c89ae822f26","status":"passed","time":{"start":1706525958158,"stop":1706525958158,"duration":0}},{"uid":"701cdbbeac353984","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/701cdbbeac353984","status":"passed","time":{"start":1706525436692,"stop":1706525436693,"duration":1}},{"uid":"79226f5f87f7e223","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/79226f5f87f7e223","status":"passed","time":{"start":1706524982419,"stop":1706524982419,"duration":0}},{"uid":"1038cae27dac91fe","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1038cae27dac91fe","status":"passed","time":{"start":1706467678791,"stop":1706467678791,"duration":0}},{"uid":"43324df41a51b404","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/43324df41a51b404","status":"passed","time":{"start":1706323040460,"stop":1706323040460,"duration":0}},{"uid":"7007a8da7d6f7756","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7007a8da7d6f7756","status":"passed","time":{"start":1706321353335,"stop":1706321353335,"duration":0}},{"uid":"f457aefbde09b807","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f457aefbde09b807","status":"passed","time":{"start":1706114292329,"stop":1706114292329,"duration":0}},{"uid":"d7ce5f7cca317362","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d7ce5f7cca317362","status":"passed","time":{"start":1706111780327,"stop":1706111780328,"duration":1}},{"uid":"704c720e9a1cda9c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/704c720e9a1cda9c","status":"passed","time":{"start":1706111464007,"stop":1706111464011,"duration":4}},{"uid":"cb298be97f407019","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cb298be97f407019","status":"passed","time":{"start":1706109370828,"stop":1706109370829,"duration":1}},{"uid":"e88ecb2d23dbf901","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e88ecb2d23dbf901","status":"passed","time":{"start":1706103179149,"stop":1706103179150,"duration":1}},{"uid":"8d2e465a8ee91916","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8d2e465a8ee91916","status":"passed","time":{"start":1706102925532,"stop":1706102925532,"duration":0}},{"uid":"96c8307a5edf4f0a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/96c8307a5edf4f0a","status":"passed","time":{"start":1706102273655,"stop":1706102273656,"duration":1}},{"uid":"e196e74b1eddbcc7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e196e74b1eddbcc7","status":"passed","time":{"start":1706102152975,"stop":1706102152975,"duration":0}},{"uid":"18fdfd6104be76e9","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/18fdfd6104be76e9","status":"passed","time":{"start":1706101976567,"stop":1706101976573,"duration":6}}]},"cc7616948ae6396c0cb44a016ff4ce6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5f7509c3a643828","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f5f7509c3a643828","status":"passed","time":{"start":1706528339938,"stop":1706528339939,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":88,"unknown":0,"total":89},"items":[{"uid":"f92d68c1ecd7ffbe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f92d68c1ecd7ffbe","status":"passed","time":{"start":1706528812085,"stop":1706528812085,"duration":0}},{"uid":"a1872c9bddad5a3c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a1872c9bddad5a3c","status":"passed","time":{"start":1706527784296,"stop":1706527784297,"duration":1}},{"uid":"782bc9d463c08174","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/782bc9d463c08174","status":"passed","time":{"start":1706526795463,"stop":1706526795464,"duration":1}},{"uid":"cce4712586e476d4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cce4712586e476d4","status":"passed","time":{"start":1706526493513,"stop":1706526493514,"duration":1}},{"uid":"6fc1092b723ed9cd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6fc1092b723ed9cd","status":"passed","time":{"start":1706526398845,"stop":1706526398845,"duration":0}},{"uid":"4472827808150ebc","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4472827808150ebc","status":"passed","time":{"start":1706525824437,"stop":1706525824438,"duration":1}},{"uid":"75cec658fa9c794c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/75cec658fa9c794c","status":"passed","time":{"start":1706525296098,"stop":1706525296098,"duration":0}},{"uid":"4274b175e61fac33","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4274b175e61fac33","status":"passed","time":{"start":1706524850481,"stop":1706524850481,"duration":0}},{"uid":"a93002b944161934","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a93002b944161934","status":"passed","time":{"start":1706467549224,"stop":1706467549224,"duration":0}},{"uid":"55d747b993dda05b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/55d747b993dda05b","status":"passed","time":{"start":1706322907599,"stop":1706322907600,"duration":1}},{"uid":"c5bfbf2b618b96fc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c5bfbf2b618b96fc","status":"passed","time":{"start":1706321214828,"stop":1706321214828,"duration":0}},{"uid":"ccd12010a583d852","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ccd12010a583d852","status":"passed","time":{"start":1706114983181,"stop":1706114983182,"duration":1}},{"uid":"396736c37cec542b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/396736c37cec542b","status":"passed","time":{"start":1706114158945,"stop":1706114158945,"duration":0}},{"uid":"b8b8e0ba8dbce064","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b8b8e0ba8dbce064","status":"passed","time":{"start":1706111630976,"stop":1706111630977,"duration":1}},{"uid":"becc670f5fb26210","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/becc670f5fb26210","status":"passed","time":{"start":1706111322392,"stop":1706111322393,"duration":1}},{"uid":"dfb964c232c31b24","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dfb964c232c31b24","status":"passed","time":{"start":1706109226571,"stop":1706109226572,"duration":1}},{"uid":"7644431a768fa69a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7644431a768fa69a","status":"passed","time":{"start":1706103040613,"stop":1706103040613,"duration":0}},{"uid":"16072b81bc76f2b7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/16072b81bc76f2b7","status":"passed","time":{"start":1706102783698,"stop":1706102783698,"duration":0}},{"uid":"820329a678bb8795","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/820329a678bb8795","status":"passed","time":{"start":1706102142032,"stop":1706102142032,"duration":0}},{"uid":"1987a6c6cb8e3ec7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1987a6c6cb8e3ec7","status":"passed","time":{"start":1706102015075,"stop":1706102015075,"duration":0}}]},"9bb163e953cff8a36be9bb568467f9ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"7d1dd24b59bea456","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/7d1dd24b59bea456","status":"passed","time":{"start":1706100942623,"stop":1706100942625,"duration":2}},{"uid":"f0a5a63463bf863f","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/f0a5a63463bf863f","status":"passed","time":{"start":1706099973770,"stop":1706099973771,"duration":1}},{"uid":"487d6103e0b5c9bd","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/487d6103e0b5c9bd","status":"passed","time":{"start":1706077701791,"stop":1706077701791,"duration":0}},{"uid":"58ba0a60f14f9ffd","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/58ba0a60f14f9ffd","status":"passed","time":{"start":1706069790739,"stop":1706069790739,"duration":0}},{"uid":"a6bd3cc28c003b48","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a6bd3cc28c003b48","status":"passed","time":{"start":1705950495057,"stop":1705950495058,"duration":1}},{"uid":"519be96fbe74f6a1","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/519be96fbe74f6a1","status":"passed","time":{"start":1705938302730,"stop":1705938302730,"duration":0}},{"uid":"793ddd9c578ed33b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/793ddd9c578ed33b","status":"passed","time":{"start":1705913446715,"stop":1705913446715,"duration":0}},{"uid":"10b0c2c0e3346a35","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/10b0c2c0e3346a35","status":"passed","time":{"start":1705912988157,"stop":1705912988158,"duration":1}},{"uid":"8cd508467e1ca390","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8cd508467e1ca390","status":"passed","time":{"start":1705912372237,"stop":1705912372238,"duration":1}},{"uid":"98bf8b8a832aba09","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/98bf8b8a832aba09","status":"passed","time":{"start":1705911551489,"stop":1705911551490,"duration":1}},{"uid":"e83fdb60536567a5","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e83fdb60536567a5","status":"passed","time":{"start":1705698757773,"stop":1705698757774,"duration":1}},{"uid":"ab0509d566853eb7","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ab0509d566853eb7","status":"passed","time":{"start":1705687467732,"stop":1705687467733,"duration":1}},{"uid":"70a815ce186dd470","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/70a815ce186dd470","status":"passed","time":{"start":1705687390805,"stop":1705687390805,"duration":0}},{"uid":"37c5c2732e305f4c","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/37c5c2732e305f4c","status":"passed","time":{"start":1705678077463,"stop":1705678077463,"duration":0}},{"uid":"ecad737b562e5570","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ecad737b562e5570","status":"passed","time":{"start":1705678007050,"stop":1705678007051,"duration":1}},{"uid":"f8ca2753f57046aa","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/f8ca2753f57046aa","status":"passed","time":{"start":1705677873544,"stop":1705677873544,"duration":0}},{"uid":"7907b429ebbe4517","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/7907b429ebbe4517","status":"passed","time":{"start":1705677414853,"stop":1705677414853,"duration":0}},{"uid":"b565cab358cc6c47","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/b565cab358cc6c47","status":"passed","time":{"start":1705676004259,"stop":1705676004260,"duration":1}},{"uid":"3f92069f7d545670","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/3f92069f7d545670","status":"passed","time":{"start":1705675426988,"stop":1705675426988,"duration":0}},{"uid":"b1ac78169a518ead","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/b1ac78169a518ead","status":"passed","time":{"start":1705670299887,"stop":1705670299887,"duration":0}}]},"9077fb7bb8b9452e07aee31c67639de7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23053e75011b16a","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/23053e75011b16a","status":"passed","time":{"start":1705667004062,"stop":1705667004062,"duration":0}}]},"46a1b7f5607f8cc8b966a2b5deb97eb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15ecb412c07f10b9","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/15ecb412c07f10b9","status":"passed","time":{"start":1705582607494,"stop":1705582607495,"duration":1}}]},"b85f7eaec4f2ec252a18c60a980fdc0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43adb0583c9750b4","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/43adb0583c9750b4","status":"passed","time":{"start":1705667008398,"stop":1705667008398,"duration":0}}]},"a67c32c5ca4a7320faf4236ab553015e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed73c19a91e1c92b","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/ed73c19a91e1c92b","status":"passed","time":{"start":1705665444343,"stop":1705665444343,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"3e2901af9f017ca3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e2901af9f017ca3","status":"passed","time":{"start":1706528735263,"stop":1706528735264,"duration":1}},{"uid":"b93c9a364c25d1c7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b93c9a364c25d1c7","status":"passed","time":{"start":1706527704590,"stop":1706527704590,"duration":0}},{"uid":"79fa2e19e2f0ac65","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/79fa2e19e2f0ac65","status":"passed","time":{"start":1706526720966,"stop":1706526720966,"duration":0}},{"uid":"a06fedded1f9a64","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a06fedded1f9a64","status":"passed","time":{"start":1706526416744,"stop":1706526416744,"duration":0}},{"uid":"e6b6493f8f059a63","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e6b6493f8f059a63","status":"passed","time":{"start":1706526321954,"stop":1706526321954,"duration":0}},{"uid":"63a90ba3398f8c8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/63a90ba3398f8c8","status":"passed","time":{"start":1706525752099,"stop":1706525752100,"duration":1}},{"uid":"2e90d5eef7ff4925","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2e90d5eef7ff4925","status":"passed","time":{"start":1706525219268,"stop":1706525219268,"duration":0}},{"uid":"ba72a2c356eb312","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ba72a2c356eb312","status":"passed","time":{"start":1706524780270,"stop":1706524780270,"duration":0}},{"uid":"3765e23df60f5978","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3765e23df60f5978","status":"passed","time":{"start":1706467474170,"stop":1706467474170,"duration":0}},{"uid":"f9223e4b6e78125c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f9223e4b6e78125c","status":"passed","time":{"start":1706322826377,"stop":1706322826377,"duration":0}},{"uid":"a35b9fe1b213e75","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a35b9fe1b213e75","status":"passed","time":{"start":1706321140039,"stop":1706321140040,"duration":1}},{"uid":"4046d63d007e310e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4046d63d007e310e","status":"passed","time":{"start":1706244656032,"stop":1706244656032,"duration":0}},{"uid":"c43ac13920581e49","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c43ac13920581e49","status":"passed","time":{"start":1706242224305,"stop":1706242224306,"duration":1}},{"uid":"9975a0eae14efca1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9975a0eae14efca1","status":"passed","time":{"start":1706114912651,"stop":1706114912652,"duration":1}},{"uid":"f153575b26ce2069","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f153575b26ce2069","status":"passed","time":{"start":1706114083416,"stop":1706114083417,"duration":1}},{"uid":"712f02b7f6cde23f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/712f02b7f6cde23f","status":"passed","time":{"start":1706111558164,"stop":1706111558164,"duration":0}},{"uid":"ef17b82de4f9c997","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ef17b82de4f9c997","status":"passed","time":{"start":1706111247719,"stop":1706111247719,"duration":0}},{"uid":"ffaa76fd4dda68dd","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ffaa76fd4dda68dd","status":"passed","time":{"start":1706109149842,"stop":1706109149842,"duration":0}},{"uid":"ff59d76dcc11db5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ff59d76dcc11db5","status":"passed","time":{"start":1706102968252,"stop":1706102968252,"duration":0}},{"uid":"3c40ba672550cec9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3c40ba672550cec9","status":"passed","time":{"start":1706102707918,"stop":1706102707918,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"7ed33860d7f3e185","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ed33860d7f3e185","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0}},{"uid":"b2e9240c5826cc1f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b2e9240c5826cc1f","status":"passed","time":{"start":1706527705426,"stop":1706527705427,"duration":1}},{"uid":"21efc45eed6379c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/21efc45eed6379c","status":"passed","time":{"start":1706526721659,"stop":1706526721659,"duration":0}},{"uid":"ec483b5a2bb5a88c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ec483b5a2bb5a88c","status":"passed","time":{"start":1706526417563,"stop":1706526417563,"duration":0}},{"uid":"3a13c5915d5858b0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3a13c5915d5858b0","status":"passed","time":{"start":1706526322673,"stop":1706526322673,"duration":0}},{"uid":"1f0468861e1dade7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1f0468861e1dade7","status":"passed","time":{"start":1706525752766,"stop":1706525752766,"duration":0}},{"uid":"b7c2e08320565d6a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b7c2e08320565d6a","status":"passed","time":{"start":1706525219895,"stop":1706525219895,"duration":0}},{"uid":"c2776149b79182be","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c2776149b79182be","status":"passed","time":{"start":1706524780928,"stop":1706524780928,"duration":0}},{"uid":"72e07246b0a4cbbf","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/72e07246b0a4cbbf","status":"passed","time":{"start":1706467474876,"stop":1706467474876,"duration":0}},{"uid":"f4d365f068dfaac2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f4d365f068dfaac2","status":"passed","time":{"start":1706322827218,"stop":1706322827218,"duration":0}},{"uid":"7abfd983253246b0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7abfd983253246b0","status":"passed","time":{"start":1706321140680,"stop":1706321140680,"duration":0}},{"uid":"4f86e1eca791ba7b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4f86e1eca791ba7b","status":"passed","time":{"start":1706244656775,"stop":1706244656775,"duration":0}},{"uid":"de0478ae246adee9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/de0478ae246adee9","status":"passed","time":{"start":1706242225088,"stop":1706242225088,"duration":0}},{"uid":"b9a4d7e10f14a287","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b9a4d7e10f14a287","status":"passed","time":{"start":1706114913329,"stop":1706114913329,"duration":0}},{"uid":"1994037fd0b6fbd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1994037fd0b6fbd","status":"passed","time":{"start":1706114084090,"stop":1706114084090,"duration":0}},{"uid":"81b06f3f815e9364","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/81b06f3f815e9364","status":"passed","time":{"start":1706111558877,"stop":1706111558877,"duration":0}},{"uid":"35bdc2ab294ce888","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/35bdc2ab294ce888","status":"passed","time":{"start":1706111248341,"stop":1706111248342,"duration":1}},{"uid":"12a4ae3d50f7d6bb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/12a4ae3d50f7d6bb","status":"passed","time":{"start":1706109150501,"stop":1706109150501,"duration":0}},{"uid":"9f6179de743bb53c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9f6179de743bb53c","status":"passed","time":{"start":1706102968920,"stop":1706102968920,"duration":0}},{"uid":"b55e46a5e399c6d2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b55e46a5e399c6d2","status":"passed","time":{"start":1706102708600,"stop":1706102708600,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"c52de877bcf9daf4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c52de877bcf9daf4","status":"passed","time":{"start":1706529218503,"stop":1706529218504,"duration":1}},{"uid":"2911d1846c77ffd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2911d1846c77ffd","status":"passed","time":{"start":1706528190564,"stop":1706528190564,"duration":0}},{"uid":"e6a5769e85abd07b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e6a5769e85abd07b","status":"passed","time":{"start":1706527166734,"stop":1706527166736,"duration":2}},{"uid":"f3f941b7676c38eb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f3f941b7676c38eb","status":"passed","time":{"start":1706526866854,"stop":1706526866873,"duration":19}},{"uid":"2a44c484441c2e89","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2a44c484441c2e89","status":"passed","time":{"start":1706526763554,"stop":1706526763557,"duration":3}},{"uid":"40806caa3342bd90","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/40806caa3342bd90","status":"passed","time":{"start":1706526185671,"stop":1706526185672,"duration":1}},{"uid":"6557916d919e8e4f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6557916d919e8e4f","status":"passed","time":{"start":1706525658965,"stop":1706525658965,"duration":0}},{"uid":"af8a6dd757cb36d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/af8a6dd757cb36d","status":"passed","time":{"start":1706525242369,"stop":1706525242370,"duration":1}},{"uid":"5e2a7c4a8631a673","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5e2a7c4a8631a673","status":"passed","time":{"start":1706467906877,"stop":1706467906878,"duration":1}},{"uid":"e25d075506c55edf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e25d075506c55edf","status":"passed","time":{"start":1706323273241,"stop":1706323273242,"duration":1}},{"uid":"6be171a3e5c1be35","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6be171a3e5c1be35","status":"passed","time":{"start":1706321575852,"stop":1706321575853,"duration":1}},{"uid":"da3c493acf4f2801","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/da3c493acf4f2801","status":"passed","time":{"start":1706115384045,"stop":1706115384046,"duration":1}},{"uid":"39de3d173f057720","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/39de3d173f057720","status":"passed","time":{"start":1706114521914,"stop":1706114521914,"duration":0}},{"uid":"6308b0e0c31848fd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6308b0e0c31848fd","status":"passed","time":{"start":1706112015253,"stop":1706112015253,"duration":0}},{"uid":"8dfac7f29cac3867","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8dfac7f29cac3867","status":"passed","time":{"start":1706111693395,"stop":1706111693396,"duration":1}},{"uid":"a14b7b451ce685ee","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a14b7b451ce685ee","status":"passed","time":{"start":1706109609725,"stop":1706109609726,"duration":1}},{"uid":"cf95c9ce0fac22a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cf95c9ce0fac22a","status":"passed","time":{"start":1706103393424,"stop":1706103393425,"duration":1}},{"uid":"31d0895161fed0f6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/31d0895161fed0f6","status":"passed","time":{"start":1706103153296,"stop":1706103153296,"duration":0}},{"uid":"c85ecb86489f9ef5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c85ecb86489f9ef5","status":"passed","time":{"start":1706102506990,"stop":1706102506991,"duration":1}},{"uid":"84899a96ebe39949","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/84899a96ebe39949","status":"passed","time":{"start":1706102385170,"stop":1706102385170,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"65cedc1df1d8cb7d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/65cedc1df1d8cb7d","status":"passed","time":{"start":1706529218516,"stop":1706529218517,"duration":1}},{"uid":"8bf769216c4183a5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8bf769216c4183a5","status":"passed","time":{"start":1706528190571,"stop":1706528190571,"duration":0}},{"uid":"7ef6694c154af352","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7ef6694c154af352","status":"passed","time":{"start":1706527166749,"stop":1706527166749,"duration":0}},{"uid":"b10315ca919fb2e3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b10315ca919fb2e3","status":"passed","time":{"start":1706526866895,"stop":1706526866895,"duration":0}},{"uid":"c5482e98ab90974f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c5482e98ab90974f","status":"passed","time":{"start":1706526763566,"stop":1706526763566,"duration":0}},{"uid":"70147a3d52d3c20d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/70147a3d52d3c20d","status":"passed","time":{"start":1706526185680,"stop":1706526185680,"duration":0}},{"uid":"3e1a788331963a02","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3e1a788331963a02","status":"passed","time":{"start":1706525658974,"stop":1706525658975,"duration":1}},{"uid":"5ab3c3c5509088e3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5ab3c3c5509088e3","status":"passed","time":{"start":1706525242373,"stop":1706525242374,"duration":1}},{"uid":"c14781a028370b94","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c14781a028370b94","status":"passed","time":{"start":1706467906882,"stop":1706467906883,"duration":1}},{"uid":"b1aa7f09b55078be","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b1aa7f09b55078be","status":"passed","time":{"start":1706323273256,"stop":1706323273257,"duration":1}},{"uid":"6e057224fc397687","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6e057224fc397687","status":"passed","time":{"start":1706321575863,"stop":1706321575864,"duration":1}},{"uid":"593089dcffb717c1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/593089dcffb717c1","status":"passed","time":{"start":1706115384050,"stop":1706115384050,"duration":0}},{"uid":"61f28e365c3da9cf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/61f28e365c3da9cf","status":"passed","time":{"start":1706114521922,"stop":1706114521922,"duration":0}},{"uid":"ec94fa8daaa8aad7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ec94fa8daaa8aad7","status":"passed","time":{"start":1706112015259,"stop":1706112015259,"duration":0}},{"uid":"2c175572c8e35e9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2c175572c8e35e9","status":"passed","time":{"start":1706111693402,"stop":1706111693402,"duration":0}},{"uid":"f8bd49898f312104","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f8bd49898f312104","status":"passed","time":{"start":1706109609737,"stop":1706109609737,"duration":0}},{"uid":"90de913d2110b89d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/90de913d2110b89d","status":"passed","time":{"start":1706103393430,"stop":1706103393430,"duration":0}},{"uid":"94b2c06f3755ac42","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/94b2c06f3755ac42","status":"passed","time":{"start":1706103153306,"stop":1706103153307,"duration":1}},{"uid":"cc8e272a0ef82b1b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/cc8e272a0ef82b1b","status":"passed","time":{"start":1706102506995,"stop":1706102507000,"duration":5}},{"uid":"ee544356e3e933fa","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ee544356e3e933fa","status":"passed","time":{"start":1706102385183,"stop":1706102385183,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"94c14c1afcaf2e9c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/94c14c1afcaf2e9c","status":"passed","time":{"start":1706529333244,"stop":1706529333250,"duration":6}},{"uid":"22c9e5f5eb76f8ce","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/22c9e5f5eb76f8ce","status":"passed","time":{"start":1706528290459,"stop":1706528290459,"duration":0}},{"uid":"92b32501ffa31be4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/92b32501ffa31be4","status":"passed","time":{"start":1706527264340,"stop":1706527264340,"duration":0}},{"uid":"e53883e8bea1552a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e53883e8bea1552a","status":"passed","time":{"start":1706526976770,"stop":1706526976770,"duration":0}},{"uid":"e43377f62ff0beed","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e43377f62ff0beed","status":"passed","time":{"start":1706526885804,"stop":1706526885805,"duration":1}},{"uid":"478d12e5ee7a83","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/478d12e5ee7a83","status":"passed","time":{"start":1706526330094,"stop":1706526330095,"duration":1}},{"uid":"4e4c63afeb8d7a84","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4e4c63afeb8d7a84","status":"passed","time":{"start":1706525780721,"stop":1706525780721,"duration":0}},{"uid":"bc853462979f9680","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bc853462979f9680","status":"passed","time":{"start":1706525359489,"stop":1706525359489,"duration":0}},{"uid":"3297187c39bd5a18","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3297187c39bd5a18","status":"passed","time":{"start":1706468042635,"stop":1706468042635,"duration":0}},{"uid":"e0828b68b9765d41","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e0828b68b9765d41","status":"passed","time":{"start":1706323386925,"stop":1706323386925,"duration":0}},{"uid":"cb5035b70e2ff8d2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cb5035b70e2ff8d2","status":"passed","time":{"start":1706321713094,"stop":1706321713094,"duration":0}},{"uid":"8776ce0790769780","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8776ce0790769780","status":"passed","time":{"start":1706115482610,"stop":1706115482610,"duration":0}},{"uid":"f1749c83185f03ad","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f1749c83185f03ad","status":"passed","time":{"start":1706114635404,"stop":1706114635404,"duration":0}},{"uid":"80eed4ec4821c2b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/80eed4ec4821c2b","status":"passed","time":{"start":1706112127544,"stop":1706112127544,"duration":0}},{"uid":"ff9d2111e7445e5a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ff9d2111e7445e5a","status":"passed","time":{"start":1706111809272,"stop":1706111809272,"duration":0}},{"uid":"6909e2ffa0753339","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6909e2ffa0753339","status":"passed","time":{"start":1706109719519,"stop":1706109719519,"duration":0}},{"uid":"13639f44fd9058d8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/13639f44fd9058d8","status":"passed","time":{"start":1706103518432,"stop":1706103518433,"duration":1}},{"uid":"8fe82fbc17e98404","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8fe82fbc17e98404","status":"passed","time":{"start":1706103305154,"stop":1706103305154,"duration":0}},{"uid":"43dafe1d1fecea5c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/43dafe1d1fecea5c","status":"passed","time":{"start":1706102626850,"stop":1706102626851,"duration":1}},{"uid":"e43d37d8db72b746","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e43d37d8db72b746","status":"passed","time":{"start":1706102491831,"stop":1706102491831,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":132,"unknown":0,"total":133},"items":[{"uid":"bacf99caeda814af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bacf99caeda814af","status":"passed","time":{"start":1706529098501,"stop":1706529098501,"duration":0}},{"uid":"257f5a6e63bcedfe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/257f5a6e63bcedfe","status":"passed","time":{"start":1706528062572,"stop":1706528062573,"duration":1}},{"uid":"c04a23f79da824f2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c04a23f79da824f2","status":"passed","time":{"start":1706527021504,"stop":1706527021505,"duration":1}},{"uid":"9ebc7281fd341cb0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9ebc7281fd341cb0","status":"passed","time":{"start":1706526728543,"stop":1706526728544,"duration":1}},{"uid":"8adf318ce5a8cb82","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8adf318ce5a8cb82","status":"passed","time":{"start":1706526631935,"stop":1706526631936,"duration":1}},{"uid":"ef279588de45c93d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef279588de45c93d","status":"passed","time":{"start":1706526067879,"stop":1706526067879,"duration":0}},{"uid":"d2a7a5abe4972b2a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d2a7a5abe4972b2a","status":"passed","time":{"start":1706525533768,"stop":1706525533769,"duration":1}},{"uid":"b76729ac07f6fd43","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b76729ac07f6fd43","status":"broken","statusDetails":"expected [ '--listen-address=0.0.0.0', …(6) ] to deeply equal [ '--listen-address=0.0.0.0', …(6) ]","time":{"start":1706525124951,"stop":1706525124951,"duration":0}},{"uid":"5865d71f7602fabb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5865d71f7602fabb","status":"passed","time":{"start":1706467770234,"stop":1706467770234,"duration":0}},{"uid":"649a2ef0dfdac61c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/649a2ef0dfdac61c","status":"passed","time":{"start":1706323148189,"stop":1706323148189,"duration":0}},{"uid":"9d2ed35a69b1acbc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9d2ed35a69b1acbc","status":"passed","time":{"start":1706321448998,"stop":1706321448999,"duration":1}},{"uid":"a132410437d2e259","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a132410437d2e259","status":"passed","time":{"start":1706244739630,"stop":1706244739630,"duration":0}},{"uid":"efe8246218184716","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/efe8246218184716","status":"passed","time":{"start":1706242301131,"stop":1706242301132,"duration":1}},{"uid":"8b6ade71ac71000d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8b6ade71ac71000d","status":"passed","time":{"start":1706115232450,"stop":1706115232450,"duration":0}},{"uid":"93e8af751cbd1615","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/93e8af751cbd1615","status":"passed","time":{"start":1706114380068,"stop":1706114380069,"duration":1}},{"uid":"e335e07d6bedc7de","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e335e07d6bedc7de","status":"passed","time":{"start":1706111855510,"stop":1706111855511,"duration":1}},{"uid":"15597fd5e6c9d6c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/15597fd5e6c9d6c","status":"passed","time":{"start":1706111563598,"stop":1706111563599,"duration":1}},{"uid":"5a53ab1911adb2d3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5a53ab1911adb2d3","status":"passed","time":{"start":1706109470959,"stop":1706109470959,"duration":0}},{"uid":"50a1f28b60a5c22f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/50a1f28b60a5c22f","status":"passed","time":{"start":1706103280944,"stop":1706103280944,"duration":0}},{"uid":"58070a1681c40110","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/58070a1681c40110","status":"passed","time":{"start":1706103002681,"stop":1706103002681,"duration":0}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"c4e4c71baad762bc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c4e4c71baad762bc","status":"passed","time":{"start":1706529198491,"stop":1706529198492,"duration":1}},{"uid":"318ce7bc89073afc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/318ce7bc89073afc","status":"passed","time":{"start":1706528173996,"stop":1706528173996,"duration":0}},{"uid":"8ea58d92b87ba9e0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8ea58d92b87ba9e0","status":"passed","time":{"start":1706527067791,"stop":1706527067791,"duration":0}},{"uid":"1ac09a5b3009ef60","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1ac09a5b3009ef60","status":"passed","time":{"start":1706526764006,"stop":1706526764006,"duration":0}},{"uid":"4c591043b28db11c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4c591043b28db11c","status":"passed","time":{"start":1706526667849,"stop":1706526667849,"duration":0}},{"uid":"3b725a51a7b2cf29","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3b725a51a7b2cf29","status":"passed","time":{"start":1706526105663,"stop":1706526105663,"duration":0}},{"uid":"aa924d183f2dc7f3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/aa924d183f2dc7f3","status":"passed","time":{"start":1706525567536,"stop":1706525567536,"duration":0}},{"uid":"5e1e57e886710a9f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5e1e57e886710a9f","status":"passed","time":{"start":1706525202451,"stop":1706525202452,"duration":1}},{"uid":"b221f600fe7a4df7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b221f600fe7a4df7","status":"passed","time":{"start":1706467809675,"stop":1706467809675,"duration":0}},{"uid":"1e9bb5d711ddb008","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1e9bb5d711ddb008","status":"passed","time":{"start":1706323189696,"stop":1706323189696,"duration":0}},{"uid":"9569be2e7349ab7d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9569be2e7349ab7d","status":"passed","time":{"start":1706321484941,"stop":1706321484942,"duration":1}},{"uid":"1cd1852249b840e0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1cd1852249b840e0","status":"passed","time":{"start":1706115265126,"stop":1706115265126,"duration":0}},{"uid":"987b9c5c426a7a85","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/987b9c5c426a7a85","status":"passed","time":{"start":1706114432223,"stop":1706114432223,"duration":0}},{"uid":"a64f897005e0cb38","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a64f897005e0cb38","status":"passed","time":{"start":1706111890887,"stop":1706111890888,"duration":1}},{"uid":"863e6c71dbd7106e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/863e6c71dbd7106e","status":"passed","time":{"start":1706111596339,"stop":1706111596339,"duration":0}},{"uid":"47b0b4db430bf984","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/47b0b4db430bf984","status":"passed","time":{"start":1706109507183,"stop":1706109507184,"duration":1}},{"uid":"1f40bbdbde4c6f39","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1f40bbdbde4c6f39","status":"passed","time":{"start":1706103311167,"stop":1706103311167,"duration":0}},{"uid":"f84420fc086a7cf","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f84420fc086a7cf","status":"passed","time":{"start":1706103033281,"stop":1706103033281,"duration":0}},{"uid":"33f31d14b43e35d8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/33f31d14b43e35d8","status":"passed","time":{"start":1706102412553,"stop":1706102412554,"duration":1}},{"uid":"64d31692d2304939","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/64d31692d2304939","status":"passed","time":{"start":1706102307069,"stop":1706102307070,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"d950d1e384220a52","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d950d1e384220a52","status":"passed","time":{"start":1706529218510,"stop":1706529218514,"duration":4}},{"uid":"fd59c1a05d69ad19","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fd59c1a05d69ad19","status":"passed","time":{"start":1706528190569,"stop":1706528190570,"duration":1}},{"uid":"77be89105cf515e7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/77be89105cf515e7","status":"passed","time":{"start":1706527166748,"stop":1706527166748,"duration":0}},{"uid":"5b41cbfeea0798a8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5b41cbfeea0798a8","status":"passed","time":{"start":1706526866892,"stop":1706526866894,"duration":2}},{"uid":"82e36556a7f65d09","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/82e36556a7f65d09","status":"passed","time":{"start":1706526763564,"stop":1706526763565,"duration":1}},{"uid":"7b411a3fc71053","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7b411a3fc71053","status":"passed","time":{"start":1706526185677,"stop":1706526185678,"duration":1}},{"uid":"25f56d5047f15788","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/25f56d5047f15788","status":"passed","time":{"start":1706525658973,"stop":1706525658973,"duration":0}},{"uid":"9446974a2f927690","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9446974a2f927690","status":"passed","time":{"start":1706525242372,"stop":1706525242372,"duration":0}},{"uid":"f9413c0b01d1a8ed","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f9413c0b01d1a8ed","status":"passed","time":{"start":1706467906881,"stop":1706467906881,"duration":0}},{"uid":"29aa6a7bcaa19ec","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/29aa6a7bcaa19ec","status":"passed","time":{"start":1706323273254,"stop":1706323273254,"duration":0}},{"uid":"f5c588bb76f7a029","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f5c588bb76f7a029","status":"passed","time":{"start":1706321575860,"stop":1706321575861,"duration":1}},{"uid":"eef9b2be69fd5335","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/eef9b2be69fd5335","status":"passed","time":{"start":1706115384049,"stop":1706115384049,"duration":0}},{"uid":"50146dde12e6285f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/50146dde12e6285f","status":"passed","time":{"start":1706114521920,"stop":1706114521921,"duration":1}},{"uid":"4478692272a1c4e3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4478692272a1c4e3","status":"passed","time":{"start":1706112015258,"stop":1706112015258,"duration":0}},{"uid":"6525b92922509d7b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6525b92922509d7b","status":"passed","time":{"start":1706111693401,"stop":1706111693401,"duration":0}},{"uid":"a2d87bdf14ae0ee5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a2d87bdf14ae0ee5","status":"passed","time":{"start":1706109609732,"stop":1706109609735,"duration":3}},{"uid":"3eb28b34b900dfe9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3eb28b34b900dfe9","status":"passed","time":{"start":1706103393428,"stop":1706103393429,"duration":1}},{"uid":"899873db0a2ace6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/899873db0a2ace6","status":"passed","time":{"start":1706103153305,"stop":1706103153305,"duration":0}},{"uid":"bceb12ec681dcdc4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bceb12ec681dcdc4","status":"passed","time":{"start":1706102506994,"stop":1706102506994,"duration":0}},{"uid":"9da3486c15f17cde","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9da3486c15f17cde","status":"passed","time":{"start":1706102385178,"stop":1706102385181,"duration":3}}]},"7c43c27eb857d677468ae988f4f8e85a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ea8d5d122490fb6","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/6ea8d5d122490fb6","status":"passed","time":{"start":1706101723806,"stop":1706101723806,"duration":0}}]},"c800800e5f763f2b0e14c076343447c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4819e9673439969b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/4819e9673439969b","status":"passed","time":{"start":1706077709418,"stop":1706077709419,"duration":1}}]},"93a0b2f3ce5cbce77809a553bdbe0ab6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"6a314aad16d548b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6a314aad16d548b4","status":"passed","time":{"start":1706528814918,"stop":1706528814918,"duration":0}},{"uid":"dca39906a084d7a0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/dca39906a084d7a0","status":"passed","time":{"start":1706527782652,"stop":1706527782652,"duration":0}},{"uid":"4cb0c2992162cfb4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4cb0c2992162cfb4","status":"passed","time":{"start":1706526799746,"stop":1706526799747,"duration":1}},{"uid":"506123c60086d7cc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/506123c60086d7cc","status":"passed","time":{"start":1706526495778,"stop":1706526495779,"duration":1}},{"uid":"847d79739802abce","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/847d79739802abce","status":"passed","time":{"start":1706526404759,"stop":1706526404759,"duration":0}},{"uid":"27c52af88e076597","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/27c52af88e076597","status":"passed","time":{"start":1706525829651,"stop":1706525829651,"duration":0}},{"uid":"e0e420d5b394fba7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e0e420d5b394fba7","status":"passed","time":{"start":1706525298676,"stop":1706525298676,"duration":0}},{"uid":"29dd528c299abb24","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/29dd528c299abb24","status":"passed","time":{"start":1706524857927,"stop":1706524857927,"duration":0}},{"uid":"c5cbd7aed2d5b191","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c5cbd7aed2d5b191","status":"passed","time":{"start":1706467552034,"stop":1706467552035,"duration":1}},{"uid":"d7622068264904bb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d7622068264904bb","status":"passed","time":{"start":1706322904827,"stop":1706322904827,"duration":0}},{"uid":"70746fbe83766316","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/70746fbe83766316","status":"passed","time":{"start":1706321219413,"stop":1706321219414,"duration":1}},{"uid":"3c317037b5be24b5","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3c317037b5be24b5","status":"passed","time":{"start":1706244735441,"stop":1706244735442,"duration":1}},{"uid":"58e42974d61f21d3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/58e42974d61f21d3","status":"passed","time":{"start":1706242296404,"stop":1706242296404,"duration":0}},{"uid":"12df7aeb14e86a72","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/12df7aeb14e86a72","status":"passed","time":{"start":1706114989566,"stop":1706114989566,"duration":0}},{"uid":"b7433f3bd04dd187","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b7433f3bd04dd187","status":"passed","time":{"start":1706114161108,"stop":1706114161109,"duration":1}},{"uid":"e218188fb1ff7101","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e218188fb1ff7101","status":"passed","time":{"start":1706111636969,"stop":1706111636969,"duration":0}},{"uid":"e73ab15294a1265b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e73ab15294a1265b","status":"passed","time":{"start":1706111323433,"stop":1706111323434,"duration":1}},{"uid":"ede004569ec57ad0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ede004569ec57ad0","status":"passed","time":{"start":1706109231136,"stop":1706109231137,"duration":1}},{"uid":"fd1fb61364a4e2a6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fd1fb61364a4e2a6","status":"passed","time":{"start":1706103046867,"stop":1706103046867,"duration":0}},{"uid":"825c70a384f5dab7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/825c70a384f5dab7","status":"passed","time":{"start":1706102784507,"stop":1706102784507,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"5e1d1c7063004100","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5e1d1c7063004100","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"duration":0}},{"uid":"4e84d85a7f9dbf90","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4e84d85a7f9dbf90","status":"passed","time":{"start":1706527951713,"stop":1706527951713,"duration":0}},{"uid":"b6e0231cf1a9510d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b6e0231cf1a9510d","status":"passed","time":{"start":1706526969215,"stop":1706526969215,"duration":0}},{"uid":"99a9431c4bd85934","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/99a9431c4bd85934","status":"passed","time":{"start":1706526675863,"stop":1706526675864,"duration":1}},{"uid":"7aa8189d2aff8bf9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7aa8189d2aff8bf9","status":"passed","time":{"start":1706526572370,"stop":1706526572370,"duration":0}},{"uid":"90dd899dbbe99749","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/90dd899dbbe99749","status":"passed","time":{"start":1706525997946,"stop":1706525997946,"duration":0}},{"uid":"6c149681cfac1cdb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6c149681cfac1cdb","status":"passed","time":{"start":1706525468262,"stop":1706525468263,"duration":1}},{"uid":"415eef68a18d3c52","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/415eef68a18d3c52","status":"passed","time":{"start":1706525019724,"stop":1706525019724,"duration":0}},{"uid":"c6a12ad53bf1a86e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c6a12ad53bf1a86e","status":"passed","time":{"start":1706467721298,"stop":1706467721298,"duration":0}},{"uid":"5525a08f5f0fa30c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5525a08f5f0fa30c","status":"passed","time":{"start":1706323082571,"stop":1706323082571,"duration":0}},{"uid":"b2b2119e43c7b85e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b2b2119e43c7b85e","status":"passed","time":{"start":1706321389975,"stop":1706321389976,"duration":1}},{"uid":"86b67d6dd4971c48","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/86b67d6dd4971c48","status":"passed","time":{"start":1706115172660,"stop":1706115172660,"duration":0}},{"uid":"e6557a5130b5d9e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e6557a5130b5d9e","status":"passed","time":{"start":1706114335607,"stop":1706114335607,"duration":0}},{"uid":"19ba8144c2f4e314","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/19ba8144c2f4e314","status":"passed","time":{"start":1706111797815,"stop":1706111797816,"duration":1}},{"uid":"44c13155bffa6228","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/44c13155bffa6228","status":"passed","time":{"start":1706111496617,"stop":1706111496618,"duration":1}},{"uid":"9d2b4d7bcc2a8c95","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9d2b4d7bcc2a8c95","status":"passed","time":{"start":1706109403550,"stop":1706109403551,"duration":1}},{"uid":"b1b439b72806741d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b1b439b72806741d","status":"passed","time":{"start":1706103220678,"stop":1706103220678,"duration":0}},{"uid":"49cb0cdaa1001a1f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/49cb0cdaa1001a1f","status":"passed","time":{"start":1706102943587,"stop":1706102943588,"duration":1}},{"uid":"356b6d0482543d9e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/356b6d0482543d9e","status":"passed","time":{"start":1706102315325,"stop":1706102315325,"duration":0}},{"uid":"1383466b23b7f727","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1383466b23b7f727","status":"passed","time":{"start":1706102190052,"stop":1706102190053,"duration":1}}]},"f5e3b8aa2170ad22e474ffd50fd768f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0d95c98c7798625","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/a0d95c98c7798625","status":"passed","time":{"start":1706099176332,"stop":1706099176333,"duration":1}}]},"d28c9f1f52fac1820e3bd204cd6603c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"87623eb9a827eef8","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/87623eb9a827eef8","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433200742,"stop":1705433200742,"duration":0}}]},"3ecad48dc6595ed3607ae4566ddc0cca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"801d7b6e994aeec3","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/801d7b6e994aeec3","status":"passed","time":{"start":1705912363764,"stop":1705912363764,"duration":0}}]},"e0eee52c7a390de03d1687ac587af03d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"ab3166a3c5b5f564","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/ab3166a3c5b5f564","status":"passed","time":{"start":1706100942631,"stop":1706100942632,"duration":1}},{"uid":"c3e6a5a243e9b8d2","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/c3e6a5a243e9b8d2","status":"passed","time":{"start":1706099973771,"stop":1706099973772,"duration":1}},{"uid":"a9640b7cb3e89d65","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/a9640b7cb3e89d65","status":"passed","time":{"start":1706077701791,"stop":1706077701792,"duration":1}},{"uid":"59323b89d70d79ab","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/59323b89d70d79ab","status":"passed","time":{"start":1706069790740,"stop":1706069790740,"duration":0}},{"uid":"9bd02249b4907083","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/9bd02249b4907083","status":"passed","time":{"start":1705950495058,"stop":1705950495058,"duration":0}},{"uid":"ce9e7f60fded85b7","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/ce9e7f60fded85b7","status":"passed","time":{"start":1705938302730,"stop":1705938302730,"duration":0}},{"uid":"981d89568506b7f1","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/981d89568506b7f1","status":"passed","time":{"start":1705913446715,"stop":1705913446716,"duration":1}},{"uid":"cb84054308cd0881","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/cb84054308cd0881","status":"passed","time":{"start":1705912988158,"stop":1705912988159,"duration":1}},{"uid":"98271ec252480cbf","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/98271ec252480cbf","status":"passed","time":{"start":1705912372238,"stop":1705912372238,"duration":0}},{"uid":"bc3e6d6f603058c8","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/bc3e6d6f603058c8","status":"passed","time":{"start":1705911551490,"stop":1705911551496,"duration":6}},{"uid":"158c53014fb316b6","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/158c53014fb316b6","status":"passed","time":{"start":1705698757774,"stop":1705698757774,"duration":0}},{"uid":"de6ec4ca9ccad216","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/de6ec4ca9ccad216","status":"passed","time":{"start":1705687467733,"stop":1705687467733,"duration":0}},{"uid":"d9f87532d6842443","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d9f87532d6842443","status":"passed","time":{"start":1705687390806,"stop":1705687390806,"duration":0}},{"uid":"9d3bdb00ee9d689b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9d3bdb00ee9d689b","status":"passed","time":{"start":1705678077463,"stop":1705678077464,"duration":1}},{"uid":"9b016a1ac6fb9b9b","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/9b016a1ac6fb9b9b","status":"passed","time":{"start":1705678007051,"stop":1705678007051,"duration":0}},{"uid":"2b87901e9fd3df32","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/2b87901e9fd3df32","status":"passed","time":{"start":1705677873544,"stop":1705677873545,"duration":1}},{"uid":"8c35eb595c12deaf","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/8c35eb595c12deaf","status":"passed","time":{"start":1705677414853,"stop":1705677414853,"duration":0}},{"uid":"42b471a8570c3d57","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/42b471a8570c3d57","status":"passed","time":{"start":1705676004260,"stop":1705676004265,"duration":5}},{"uid":"dbd6350c33040716","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/dbd6350c33040716","status":"passed","time":{"start":1705675426989,"stop":1705675426989,"duration":0}},{"uid":"4549eee1a3b23578","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/4549eee1a3b23578","status":"passed","time":{"start":1705670299887,"stop":1705670299888,"duration":1}}]},"023d3fc4d7be6c954b12504901fd5208:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"e9639d081bdf55c6","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/e9639d081bdf55c6","status":"passed","time":{"start":1705520815481,"stop":1705520815481,"duration":0}},{"uid":"8878bdf3acba018e","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/8878bdf3acba018e","status":"passed","time":{"start":1705518208993,"stop":1705518208993,"duration":0}},{"uid":"a7df74477586a2e8","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/a7df74477586a2e8","status":"passed","time":{"start":1705518112856,"stop":1705518112856,"duration":0}},{"uid":"f3dc83855fd7ca5f","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/f3dc83855fd7ca5f","status":"passed","time":{"start":1705517988385,"stop":1705517988385,"duration":0}},{"uid":"900d6d7a08b6bb48","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/900d6d7a08b6bb48","status":"passed","time":{"start":1705508651530,"stop":1705508651530,"duration":0}},{"uid":"5f2ebf53c0b25ac2","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/5f2ebf53c0b25ac2","status":"passed","time":{"start":1705506479144,"stop":1705506479145,"duration":1}},{"uid":"18832775b79c9040","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/18832775b79c9040","status":"passed","time":{"start":1705502938683,"stop":1705502938683,"duration":0}},{"uid":"35636bbcc44a7bd","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/35636bbcc44a7bd","status":"passed","time":{"start":1705502478105,"stop":1705502478106,"duration":1}},{"uid":"db8cfe7d7ee878fc","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/db8cfe7d7ee878fc","status":"passed","time":{"start":1705494884678,"stop":1705494884678,"duration":0}},{"uid":"51843d0e9cad720b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/51843d0e9cad720b","status":"passed","time":{"start":1705494937597,"stop":1705494937598,"duration":1}},{"uid":"3739ebcb89c9e44","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/3739ebcb89c9e44","status":"passed","time":{"start":1705494894081,"stop":1705494894083,"duration":2}},{"uid":"da7e63cb22db01ce","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/da7e63cb22db01ce","status":"passed","time":{"start":1705493458476,"stop":1705493458477,"duration":1}},{"uid":"96a6a3388a3535e4","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/96a6a3388a3535e4","status":"passed","time":{"start":1705493421084,"stop":1705493421085,"duration":1}},{"uid":"2df7f44474478c6e","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/2df7f44474478c6e","status":"passed","time":{"start":1705485246693,"stop":1705485246693,"duration":0}},{"uid":"d6ea2e4f5cd4feb9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/d6ea2e4f5cd4feb9","status":"passed","time":{"start":1705485106620,"stop":1705485106621,"duration":1}},{"uid":"976ddf40a847500a","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/976ddf40a847500a","status":"passed","time":{"start":1705484353078,"stop":1705484353079,"duration":1}},{"uid":"626b580167605be5","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/626b580167605be5","status":"passed","time":{"start":1705469867095,"stop":1705469867095,"duration":0}},{"uid":"14f679c1d581ebae","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/14f679c1d581ebae","status":"passed","time":{"start":1705466933259,"stop":1705466933259,"duration":0}},{"uid":"672ed22ec3f49d","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/672ed22ec3f49d","status":"passed","time":{"start":1705435401896,"stop":1705435401896,"duration":0}},{"uid":"63de443665262533","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/63de443665262533","status":"passed","time":{"start":1705434866480,"stop":1705434866481,"duration":1}}]},"2a90cf5136b95c0b196ab94153c462fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"67d20d1f8220e3f5","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/67d20d1f8220e3f5","status":"passed","time":{"start":1705520842606,"stop":1705520842608,"duration":2}},{"uid":"8442fc3acdfe9285","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/8442fc3acdfe9285","status":"passed","time":{"start":1705518211227,"stop":1705518211228,"duration":1}},{"uid":"75b10e0f338fcdd3","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/75b10e0f338fcdd3","status":"passed","time":{"start":1705518105995,"stop":1705518105995,"duration":0}},{"uid":"7887122a2fd4b057","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/7887122a2fd4b057","status":"passed","time":{"start":1705517988195,"stop":1705517988196,"duration":1}},{"uid":"219055f673f4ab6a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/219055f673f4ab6a","status":"passed","time":{"start":1705508655531,"stop":1705508655535,"duration":4}},{"uid":"72b970208c85d39f","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/72b970208c85d39f","status":"passed","time":{"start":1705506482111,"stop":1705506482111,"duration":0}},{"uid":"58f855b592ef4284","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/58f855b592ef4284","status":"passed","time":{"start":1705502939558,"stop":1705502939559,"duration":1}},{"uid":"1ce17b356fb57ca5","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1ce17b356fb57ca5","status":"passed","time":{"start":1705502479561,"stop":1705502479561,"duration":0}},{"uid":"e569095e3d6052d2","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e569095e3d6052d2","status":"passed","time":{"start":1705494937951,"stop":1705494937951,"duration":0}},{"uid":"9d48c6923cff2f37","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9d48c6923cff2f37","status":"passed","time":{"start":1705494940965,"stop":1705494940966,"duration":1}},{"uid":"d2bacd737ef29998","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d2bacd737ef29998","status":"passed","time":{"start":1705494895046,"stop":1705494895046,"duration":0}},{"uid":"d63120d43df67b0a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d63120d43df67b0a","status":"passed","time":{"start":1705493464934,"stop":1705493464934,"duration":0}},{"uid":"95090df401bec5b1","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/95090df401bec5b1","status":"passed","time":{"start":1705493422441,"stop":1705493422441,"duration":0}},{"uid":"2d1434963c495703","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/2d1434963c495703","status":"passed","time":{"start":1705485250494,"stop":1705485250494,"duration":0}},{"uid":"9359f8ff732b631d","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/9359f8ff732b631d","status":"passed","time":{"start":1705485112227,"stop":1705485112227,"duration":0}},{"uid":"3ad7295dee61228","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/3ad7295dee61228","status":"passed","time":{"start":1705484354906,"stop":1705484354906,"duration":0}},{"uid":"14831e9ed771b002","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/14831e9ed771b002","status":"passed","time":{"start":1705469872233,"stop":1705469872233,"duration":0}},{"uid":"bcd6e299268828dd","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/bcd6e299268828dd","status":"passed","time":{"start":1705466939047,"stop":1705466939047,"duration":0}},{"uid":"b87336aec01080c9","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/b87336aec01080c9","status":"passed","time":{"start":1705435403991,"stop":1705435403991,"duration":0}},{"uid":"d4a6851b71f56913","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/d4a6851b71f56913","status":"passed","time":{"start":1705434864625,"stop":1705434864625,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"400a93846f472cb4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/400a93846f472cb4","status":"passed","time":{"start":1706528787519,"stop":1706528787519,"duration":0}},{"uid":"5aa25db131c5ed0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5aa25db131c5ed0","status":"passed","time":{"start":1706527760842,"stop":1706527760843,"duration":1}},{"uid":"1e4e0b3c22c1d78","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1e4e0b3c22c1d78","status":"passed","time":{"start":1706526770929,"stop":1706526770930,"duration":1}},{"uid":"d10983f37a31a410","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d10983f37a31a410","status":"passed","time":{"start":1706526471046,"stop":1706526471046,"duration":0}},{"uid":"cc8b67c7bcf3d2ee","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cc8b67c7bcf3d2ee","status":"passed","time":{"start":1706526378819,"stop":1706526378821,"duration":2}},{"uid":"2a044ab944864e78","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2a044ab944864e78","status":"passed","time":{"start":1706525802344,"stop":1706525802344,"duration":0}},{"uid":"c31bf242bff795d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c31bf242bff795d","status":"passed","time":{"start":1706525269707,"stop":1706525269708,"duration":1}},{"uid":"245b2e9679337060","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/245b2e9679337060","status":"passed","time":{"start":1706524832180,"stop":1706524832180,"duration":0}},{"uid":"f74f28c0cf538363","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f74f28c0cf538363","status":"passed","time":{"start":1706467526665,"stop":1706467526666,"duration":1}},{"uid":"861c1c7c90f59c3b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/861c1c7c90f59c3b","status":"passed","time":{"start":1706322876707,"stop":1706322876707,"duration":0}},{"uid":"98e745ada68089ce","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/98e745ada68089ce","status":"passed","time":{"start":1706321192893,"stop":1706321192893,"duration":0}},{"uid":"f19cd8e9c69d551d","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f19cd8e9c69d551d","status":"passed","time":{"start":1706244711611,"stop":1706244711611,"duration":0}},{"uid":"d778568742ae6f18","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d778568742ae6f18","status":"passed","time":{"start":1706242276198,"stop":1706242276198,"duration":0}},{"uid":"fc34e4335e4d2f81","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fc34e4335e4d2f81","status":"passed","time":{"start":1706114963441,"stop":1706114963441,"duration":0}},{"uid":"d850f4d34e870dce","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d850f4d34e870dce","status":"passed","time":{"start":1706114132502,"stop":1706114132502,"duration":0}},{"uid":"bad8d878e69fa139","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bad8d878e69fa139","status":"passed","time":{"start":1706111608356,"stop":1706111608357,"duration":1}},{"uid":"f556c95877863162","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f556c95877863162","status":"passed","time":{"start":1706111301204,"stop":1706111301205,"duration":1}},{"uid":"5f7b6d18002457b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5f7b6d18002457b","status":"passed","time":{"start":1706109202175,"stop":1706109202175,"duration":0}},{"uid":"93860d3883eeab33","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/93860d3883eeab33","status":"passed","time":{"start":1706103019524,"stop":1706103019527,"duration":3}},{"uid":"9766076e8b316a4d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9766076e8b316a4d","status":"passed","time":{"start":1706102766898,"stop":1706102766898,"duration":0}}]},"a78ccdef6b0e2c05d3cf63b3ae116698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e11896a906c59123","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/e11896a906c59123","status":"passed","time":{"start":1705424570316,"stop":1705424570317,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"9e5a49c7941f0056","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9e5a49c7941f0056","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0}},{"uid":"e92823641b3188b7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e92823641b3188b7","status":"passed","time":{"start":1706527705425,"stop":1706527705425,"duration":0}},{"uid":"952cef40ecd3e621","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/952cef40ecd3e621","status":"passed","time":{"start":1706526721658,"stop":1706526721658,"duration":0}},{"uid":"1f336ac4562ecd70","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1f336ac4562ecd70","status":"passed","time":{"start":1706526417562,"stop":1706526417562,"duration":0}},{"uid":"c0f5f78b236d1117","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c0f5f78b236d1117","status":"passed","time":{"start":1706526322672,"stop":1706526322672,"duration":0}},{"uid":"e73bcba7124158a6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e73bcba7124158a6","status":"passed","time":{"start":1706525752765,"stop":1706525752765,"duration":0}},{"uid":"d5c942a02c4b78b5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d5c942a02c4b78b5","status":"passed","time":{"start":1706525219894,"stop":1706525219894,"duration":0}},{"uid":"5e6c66d546a22c16","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5e6c66d546a22c16","status":"passed","time":{"start":1706524780927,"stop":1706524780927,"duration":0}},{"uid":"ab7a94b018d0ad1f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ab7a94b018d0ad1f","status":"passed","time":{"start":1706467474875,"stop":1706467474875,"duration":0}},{"uid":"cb0dde6ece493f8f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cb0dde6ece493f8f","status":"passed","time":{"start":1706322827216,"stop":1706322827217,"duration":1}},{"uid":"43cdbfe32cd512df","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/43cdbfe32cd512df","status":"passed","time":{"start":1706321140679,"stop":1706321140679,"duration":0}},{"uid":"caaf872eb56402b7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/caaf872eb56402b7","status":"passed","time":{"start":1706244656774,"stop":1706244656774,"duration":0}},{"uid":"c4ba30212f2894a7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c4ba30212f2894a7","status":"passed","time":{"start":1706242225087,"stop":1706242225087,"duration":0}},{"uid":"9accdfe281034313","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9accdfe281034313","status":"passed","time":{"start":1706114913327,"stop":1706114913328,"duration":1}},{"uid":"e3bc32e68e2f92e9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e3bc32e68e2f92e9","status":"passed","time":{"start":1706114084089,"stop":1706114084089,"duration":0}},{"uid":"3762774e7bea0b0d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3762774e7bea0b0d","status":"passed","time":{"start":1706111558876,"stop":1706111558876,"duration":0}},{"uid":"29ffa318d04706c5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/29ffa318d04706c5","status":"passed","time":{"start":1706111248340,"stop":1706111248340,"duration":0}},{"uid":"bbc20d28ae62447","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bbc20d28ae62447","status":"passed","time":{"start":1706109150500,"stop":1706109150500,"duration":0}},{"uid":"5b1c9f06086ce2d8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5b1c9f06086ce2d8","status":"passed","time":{"start":1706102968919,"stop":1706102968919,"duration":0}},{"uid":"a6bd354faf7a83e5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a6bd354faf7a83e5","status":"passed","time":{"start":1706102708599,"stop":1706102708599,"duration":0}}]},"cab3328483820d6e004adb08844c6851:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cc33a1c2c5c1928","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6cc33a1c2c5c1928","status":"passed","time":{"start":1706115384063,"stop":1706115384064,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"5ed6c331e0826a6f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5ed6c331e0826a6f","status":"passed","time":{"start":1706529367476,"stop":1706529367478,"duration":2}},{"uid":"7334e2fc924d18ca","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7334e2fc924d18ca","status":"passed","time":{"start":1706528339935,"stop":1706528339935,"duration":0}},{"uid":"18c3d4a85b298aea","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/18c3d4a85b298aea","status":"passed","time":{"start":1706527016302,"stop":1706527016303,"duration":1}},{"uid":"e93342e5c7e050d2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e93342e5c7e050d2","status":"passed","time":{"start":1706526929203,"stop":1706526929204,"duration":1}},{"uid":"a92173d69cf800f9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a92173d69cf800f9","status":"passed","time":{"start":1706526355581,"stop":1706526355581,"duration":0}},{"uid":"755ee43669187139","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/755ee43669187139","status":"passed","time":{"start":1706525825283,"stop":1706525825283,"duration":0}},{"uid":"1e631dd54a382744","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1e631dd54a382744","status":"passed","time":{"start":1706525414592,"stop":1706525414592,"duration":0}},{"uid":"39581da5e01a4ad7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/39581da5e01a4ad7","status":"passed","time":{"start":1706468084977,"stop":1706468084978,"duration":1}},{"uid":"2a68a1e50e07475d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2a68a1e50e07475d","status":"passed","time":{"start":1706323430976,"stop":1706323430977,"duration":1}},{"uid":"8d2db9a1431361ec","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8d2db9a1431361ec","status":"passed","time":{"start":1706321743971,"stop":1706321743971,"duration":0}},{"uid":"5741a82a998f7cce","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5741a82a998f7cce","status":"passed","time":{"start":1706115449596,"stop":1706115449597,"duration":1}},{"uid":"6a4db68cb9393333","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6a4db68cb9393333","status":"passed","time":{"start":1706114706815,"stop":1706114706815,"duration":0}},{"uid":"1515a88b0aad03d2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1515a88b0aad03d2","status":"passed","time":{"start":1706112158281,"stop":1706112158282,"duration":1}},{"uid":"4897eddcf165765a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4897eddcf165765a","status":"passed","time":{"start":1706111870569,"stop":1706111870569,"duration":0}},{"uid":"6d168473267f468b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6d168473267f468b","status":"passed","time":{"start":1706109756256,"stop":1706109756256,"duration":0}},{"uid":"e3da54091b970e65","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e3da54091b970e65","status":"passed","time":{"start":1706103332265,"stop":1706103332265,"duration":0}},{"uid":"362160470f682e8e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/362160470f682e8e","status":"passed","time":{"start":1706102670271,"stop":1706102670271,"duration":0}},{"uid":"970f31b224b9a52","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/970f31b224b9a52","status":"passed","time":{"start":1706102539199,"stop":1706102539200,"duration":1}},{"uid":"93751dc22a9b3b44","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/93751dc22a9b3b44","status":"passed","time":{"start":1706102378582,"stop":1706102378582,"duration":0}},{"uid":"390230d0ac29c060","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/390230d0ac29c060","status":"passed","time":{"start":1706102131112,"stop":1706102131113,"duration":1}}]},"9739569391e2ab952cda6b3754e1ee1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"759caedb3699e587","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/759caedb3699e587","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"duration":0}},{"uid":"5af31db10482cf16","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5af31db10482cf16","status":"passed","time":{"start":1706528357107,"stop":1706528357107,"duration":0}},{"uid":"545b745c0886e2f2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/545b745c0886e2f2","status":"passed","time":{"start":1706527326695,"stop":1706527326695,"duration":0}},{"uid":"a0645c1754d125bc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a0645c1754d125bc","status":"passed","time":{"start":1706527049799,"stop":1706527049799,"duration":0}},{"uid":"3f73a085f54c05d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3f73a085f54c05d","status":"passed","time":{"start":1706526961446,"stop":1706526961446,"duration":0}},{"uid":"e88118719cdbd7c4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e88118719cdbd7c4","status":"passed","time":{"start":1706526404284,"stop":1706526404285,"duration":1}},{"uid":"94d47899c4ac9a4e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/94d47899c4ac9a4e","status":"passed","time":{"start":1706525849960,"stop":1706525849960,"duration":0}},{"uid":"ced2f5033c9dcb45","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ced2f5033c9dcb45","status":"passed","time":{"start":1706525432951,"stop":1706525432951,"duration":0}},{"uid":"c77d4697d72ff0c8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c77d4697d72ff0c8","status":"passed","time":{"start":1706468114352,"stop":1706468114352,"duration":0}},{"uid":"572ef3ea3ec39a8c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/572ef3ea3ec39a8c","status":"passed","time":{"start":1706323469653,"stop":1706323469653,"duration":0}},{"uid":"fefffca97bfaffbe","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fefffca97bfaffbe","status":"passed","time":{"start":1706321771794,"stop":1706321771794,"duration":0}},{"uid":"cee7ef4598c735b0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cee7ef4598c735b0","status":"passed","time":{"start":1706115542399,"stop":1706115542399,"duration":0}},{"uid":"638ed8fa49820590","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/638ed8fa49820590","status":"passed","time":{"start":1706114725922,"stop":1706114725922,"duration":0}},{"uid":"8793fcadf2733c19","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8793fcadf2733c19","status":"passed","time":{"start":1706112199269,"stop":1706112199269,"duration":0}},{"uid":"afd5d7859714b5f6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/afd5d7859714b5f6","status":"passed","time":{"start":1706111893740,"stop":1706111893740,"duration":0}},{"uid":"5a74bf5a13111f90","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5a74bf5a13111f90","status":"passed","time":{"start":1706109796555,"stop":1706109796556,"duration":1}},{"uid":"80a5cf639cb75bcf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/80a5cf639cb75bcf","status":"passed","time":{"start":1706103557156,"stop":1706103557156,"duration":0}},{"uid":"a46e260fcbfbe3c6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a46e260fcbfbe3c6","status":"passed","time":{"start":1706103365808,"stop":1706103365808,"duration":0}},{"uid":"5a0d978c9fb21c54","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5a0d978c9fb21c54","status":"passed","time":{"start":1706102701054,"stop":1706102701054,"duration":0}},{"uid":"20ae3a819ead2cc9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/20ae3a819ead2cc9","status":"passed","time":{"start":1706102579561,"stop":1706102579561,"duration":0}}]},"28a8dbff3f85cc38288ea735b40d171f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22377606f907358c","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/22377606f907358c","status":"passed","time":{"start":1705426406707,"stop":1705426406708,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ada15d10c8dd207f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ada15d10c8dd207f","status":"passed","time":{"start":1706529367482,"stop":1706529367482,"duration":0}},{"uid":"82f4c4f77f95aae1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/82f4c4f77f95aae1","status":"passed","time":{"start":1706528339938,"stop":1706528339938,"duration":0}},{"uid":"6b04de66b0a54d9e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6b04de66b0a54d9e","status":"passed","time":{"start":1706527016306,"stop":1706527016306,"duration":0}},{"uid":"f127f2c77219254a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f127f2c77219254a","status":"passed","time":{"start":1706526929207,"stop":1706526929207,"duration":0}},{"uid":"4f65cfc881cdd445","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4f65cfc881cdd445","status":"passed","time":{"start":1706526355592,"stop":1706526355593,"duration":1}},{"uid":"14a81ac1d655ae33","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/14a81ac1d655ae33","status":"passed","time":{"start":1706525825286,"stop":1706525825286,"duration":0}},{"uid":"7496641d8e58c521","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7496641d8e58c521","status":"passed","time":{"start":1706525414595,"stop":1706525414595,"duration":0}},{"uid":"5348ae922fd9881b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5348ae922fd9881b","status":"passed","time":{"start":1706468084982,"stop":1706468084982,"duration":0}},{"uid":"e0f47cbd999a967c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e0f47cbd999a967c","status":"passed","time":{"start":1706323430979,"stop":1706323430980,"duration":1}},{"uid":"f4ed7ea1da0ceafc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f4ed7ea1da0ceafc","status":"passed","time":{"start":1706321743974,"stop":1706321743974,"duration":0}},{"uid":"c41d251e189ca4a1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c41d251e189ca4a1","status":"passed","time":{"start":1706115449604,"stop":1706115449605,"duration":1}},{"uid":"71b89290f87dcdf1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/71b89290f87dcdf1","status":"passed","time":{"start":1706114706817,"stop":1706114706818,"duration":1}},{"uid":"6cfe664343110065","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6cfe664343110065","status":"passed","time":{"start":1706112158284,"stop":1706112158284,"duration":0}},{"uid":"b18289b7106a14fa","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b18289b7106a14fa","status":"passed","time":{"start":1706111870571,"stop":1706111870571,"duration":0}},{"uid":"963037ad289d97c3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/963037ad289d97c3","status":"passed","time":{"start":1706109756262,"stop":1706109756262,"duration":0}},{"uid":"3d393bffdfa725c6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3d393bffdfa725c6","status":"passed","time":{"start":1706103332268,"stop":1706103332269,"duration":1}},{"uid":"366ae486b3998c05","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/366ae486b3998c05","status":"passed","time":{"start":1706102670274,"stop":1706102670274,"duration":0}},{"uid":"9e959dce3920a9a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9e959dce3920a9a","status":"passed","time":{"start":1706102539203,"stop":1706102539203,"duration":0}},{"uid":"6124d9244b98c10e","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/6124d9244b98c10e","status":"passed","time":{"start":1706102378585,"stop":1706102378585,"duration":0}},{"uid":"b378f69484f42150","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/b378f69484f42150","status":"passed","time":{"start":1706102131118,"stop":1706102131119,"duration":1}}]},"e49aba9f1e397289de983d48f0b8c89c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77dd595eece14306","reportUrl":"https://waku-org.github.io/js-waku/6152//#testresult/77dd595eece14306","status":"passed","time":{"start":1705424574635,"stop":1705424574635,"duration":0}}]},"2cf53282865b72cf1a3c713838db382a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b59d69d60df23e03","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/b59d69d60df23e03","status":"passed","time":{"start":1705517992078,"stop":1705517992080,"duration":2}}]},"23b9442d37aee30e3654d58b1c9dcda5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c6e0269294f3f46","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/6c6e0269294f3f46","status":"passed","time":{"start":1706100510908,"stop":1706100510908,"duration":0}}]},"96fd77a0438735b1f50adeddeef2a70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37b5dcdb06c07d4a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/37b5dcdb06c07d4a","status":"passed","time":{"start":1705687522384,"stop":1705687522384,"duration":0}}]},"c7095d344726556e94d89c759084f1f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d47f1f457aae7d4","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/d47f1f457aae7d4","status":"passed","time":{"start":1705591048534,"stop":1705591048535,"duration":1}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"9fe616895e578ef5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9fe616895e578ef5","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"duration":0}},{"uid":"52e3afdf56a6eace","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/52e3afdf56a6eace","status":"passed","time":{"start":1706528357082,"stop":1706528357082,"duration":0}},{"uid":"61d0be3b59a6bc79","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/61d0be3b59a6bc79","status":"passed","time":{"start":1706527326687,"stop":1706527326688,"duration":1}},{"uid":"ac813de9dfedf84b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ac813de9dfedf84b","status":"passed","time":{"start":1706527049792,"stop":1706527049792,"duration":0}},{"uid":"b72c7ef41eed4eda","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b72c7ef41eed4eda","status":"passed","time":{"start":1706526961436,"stop":1706526961437,"duration":1}},{"uid":"4b3c99ee6025f7d9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4b3c99ee6025f7d9","status":"passed","time":{"start":1706526404275,"stop":1706526404276,"duration":1}},{"uid":"ba59c52e5b038c48","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ba59c52e5b038c48","status":"passed","time":{"start":1706525849951,"stop":1706525849951,"duration":0}},{"uid":"312e5bc577822cff","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/312e5bc577822cff","status":"passed","time":{"start":1706525432943,"stop":1706525432943,"duration":0}},{"uid":"989ba643b1f97c6f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/989ba643b1f97c6f","status":"passed","time":{"start":1706468114342,"stop":1706468114343,"duration":1}},{"uid":"5164fb3c368e95e5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5164fb3c368e95e5","status":"passed","time":{"start":1706323469644,"stop":1706323469644,"duration":0}},{"uid":"b838f220c66c125d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b838f220c66c125d","status":"passed","time":{"start":1706321771786,"stop":1706321771786,"duration":0}},{"uid":"643d4491078e301","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/643d4491078e301","status":"passed","time":{"start":1706115542392,"stop":1706115542392,"duration":0}},{"uid":"2dbb0323a852427d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2dbb0323a852427d","status":"passed","time":{"start":1706114725915,"stop":1706114725915,"duration":0}},{"uid":"3be23b02ef54c50a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3be23b02ef54c50a","status":"passed","time":{"start":1706112199259,"stop":1706112199260,"duration":1}},{"uid":"3042d45c32cab756","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3042d45c32cab756","status":"passed","time":{"start":1706111893732,"stop":1706111893732,"duration":0}},{"uid":"a9e180034803e347","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a9e180034803e347","status":"passed","time":{"start":1706109796549,"stop":1706109796549,"duration":0}},{"uid":"5c5c7e9a1a1cd454","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5c5c7e9a1a1cd454","status":"passed","time":{"start":1706103557149,"stop":1706103557149,"duration":0}},{"uid":"b6dafb98ef642292","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b6dafb98ef642292","status":"passed","time":{"start":1706103365798,"stop":1706103365799,"duration":1}},{"uid":"7dc9fe8aea2a843","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7dc9fe8aea2a843","status":"passed","time":{"start":1706102701045,"stop":1706102701046,"duration":1}},{"uid":"e4a24cc23b08a331","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e4a24cc23b08a331","status":"passed","time":{"start":1706102579554,"stop":1706102579554,"duration":0}}]},"ebc957d74af07132277895511a54985d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43c0999c512ae3c3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/43c0999c512ae3c3","status":"passed","time":{"start":1706526929208,"stop":1706526929210,"duration":2}}]},"ce08b39128d5fc39af80c24638ef5141:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":11,"passed":0,"unknown":0,"total":11},"items":[{"uid":"f87e3daf10f1e71b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/f87e3daf10f1e71b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100942614,"stop":1706100942615,"duration":1}},{"uid":"b9ed7632c16f20dc","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b9ed7632c16f20dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099973752,"stop":1706099973752,"duration":0}},{"uid":"1de853a186ab3ca8","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/1de853a186ab3ca8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706077701783,"stop":1706077701783,"duration":0}},{"uid":"7af5deed2a59c2c5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7af5deed2a59c2c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706069790730,"stop":1706069790730,"duration":0}},{"uid":"cbe9dfe804d308a5","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/cbe9dfe804d308a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1705950495036,"stop":1705950495036,"duration":0}},{"uid":"eb20712e8d2848da","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/eb20712e8d2848da","status":"skipped","statusDetails":"Test ignored","time":{"start":1705938302713,"stop":1705938302713,"duration":0}},{"uid":"e9d9289fb23dfc1f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/e9d9289fb23dfc1f","status":"skipped","statusDetails":"Test ignored","time":{"start":1705913446692,"stop":1705913446692,"duration":0}},{"uid":"3693083c6ebefb93","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/3693083c6ebefb93","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912988128,"stop":1705912988128,"duration":0}},{"uid":"138d52f1627eabd","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/138d52f1627eabd","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912372218,"stop":1705912372218,"duration":0}},{"uid":"aefa6263069b3784","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/aefa6263069b3784","status":"skipped","statusDetails":"Test ignored","time":{"start":1705911551479,"stop":1705911551480,"duration":1}},{"uid":"4d03911631cc5533","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/4d03911631cc5533","status":"skipped","statusDetails":"Test ignored","time":{"start":1705670299872,"stop":1705670299872,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"eaabb071e78ed9b0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eaabb071e78ed9b0","status":"passed","time":{"start":1706529223901,"stop":1706529223901,"duration":0}},{"uid":"3d379729344e287d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3d379729344e287d","status":"passed","time":{"start":1706528204210,"stop":1706528204211,"duration":1}},{"uid":"c00bf7fccf2536e8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c00bf7fccf2536e8","status":"passed","time":{"start":1706527085318,"stop":1706527085319,"duration":1}},{"uid":"6753b86e20c81f0b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6753b86e20c81f0b","status":"passed","time":{"start":1706526783370,"stop":1706526783371,"duration":1}},{"uid":"10f722cdb2990164","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/10f722cdb2990164","status":"passed","time":{"start":1706526690276,"stop":1706526690281,"duration":5}},{"uid":"429107afd5a0b3cf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/429107afd5a0b3cf","status":"passed","time":{"start":1706526129388,"stop":1706526129389,"duration":1}},{"uid":"6cb525776d9cf8a1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6cb525776d9cf8a1","status":"passed","time":{"start":1706525593275,"stop":1706525593275,"duration":0}},{"uid":"5e021fdf68ebc66","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5e021fdf68ebc66","status":"passed","time":{"start":1706525226791,"stop":1706525226791,"duration":0}},{"uid":"94c4246ad7177188","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/94c4246ad7177188","status":"passed","time":{"start":1706467837098,"stop":1706467837098,"duration":0}},{"uid":"cf96411b7a7fe74d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cf96411b7a7fe74d","status":"passed","time":{"start":1706323213977,"stop":1706323213978,"duration":1}},{"uid":"8e2c075b6f9d757d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8e2c075b6f9d757d","status":"passed","time":{"start":1706321475557,"stop":1706321475557,"duration":0}},{"uid":"de1adcc88ecacf8b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/de1adcc88ecacf8b","status":"passed","time":{"start":1706115285540,"stop":1706115285541,"duration":1}},{"uid":"12b1f8ba0216bebd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/12b1f8ba0216bebd","status":"passed","time":{"start":1706114454515,"stop":1706114454516,"duration":1}},{"uid":"9a057bf04b8fe0af","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9a057bf04b8fe0af","status":"passed","time":{"start":1706111914150,"stop":1706111914150,"duration":0}},{"uid":"f62e3034eb9b2582","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f62e3034eb9b2582","status":"passed","time":{"start":1706111616744,"stop":1706111616751,"duration":7}},{"uid":"7a8bc7cf3943eabb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7a8bc7cf3943eabb","status":"passed","time":{"start":1706109533634,"stop":1706109533634,"duration":0}},{"uid":"d28fea3604ea0d3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d28fea3604ea0d3","status":"passed","time":{"start":1706103308666,"stop":1706103308666,"duration":0}},{"uid":"33d1f8b69b9936db","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/33d1f8b69b9936db","status":"passed","time":{"start":1706103054166,"stop":1706103054167,"duration":1}},{"uid":"97c6a8cc64168c3d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/97c6a8cc64168c3d","status":"passed","time":{"start":1706102435013,"stop":1706102435013,"duration":0}},{"uid":"75ba39fa2b1a2d3b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/75ba39fa2b1a2d3b","status":"passed","time":{"start":1706102331421,"stop":1706102331421,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"15d5f19d8d13517b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/15d5f19d8d13517b","status":"passed","time":{"start":1706528736047,"stop":1706528736047,"duration":0}},{"uid":"72119df84e499700","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/72119df84e499700","status":"passed","time":{"start":1706527705430,"stop":1706527705430,"duration":0}},{"uid":"a201cd0dddfea1a7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a201cd0dddfea1a7","status":"passed","time":{"start":1706526721662,"stop":1706526721662,"duration":0}},{"uid":"67b619f11e83621a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/67b619f11e83621a","status":"passed","time":{"start":1706526417566,"stop":1706526417566,"duration":0}},{"uid":"62e77a4d3e8ebef0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/62e77a4d3e8ebef0","status":"passed","time":{"start":1706526322676,"stop":1706526322676,"duration":0}},{"uid":"f2649a9ecac0fb3c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f2649a9ecac0fb3c","status":"passed","time":{"start":1706525752770,"stop":1706525752770,"duration":0}},{"uid":"9f28510b5e857a32","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9f28510b5e857a32","status":"passed","time":{"start":1706525219899,"stop":1706525219899,"duration":0}},{"uid":"6c3ada5eb0d6d214","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6c3ada5eb0d6d214","status":"passed","time":{"start":1706524780931,"stop":1706524780932,"duration":1}},{"uid":"f81751c6007c68cd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f81751c6007c68cd","status":"passed","time":{"start":1706467474880,"stop":1706467474880,"duration":0}},{"uid":"8c9e2d24d8f0bb1d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8c9e2d24d8f0bb1d","status":"passed","time":{"start":1706322827222,"stop":1706322827222,"duration":0}},{"uid":"17e076ebb31f53ab","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/17e076ebb31f53ab","status":"passed","time":{"start":1706321140683,"stop":1706321140684,"duration":1}},{"uid":"ebcbd664f0a35823","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ebcbd664f0a35823","status":"passed","time":{"start":1706244656778,"stop":1706244656778,"duration":0}},{"uid":"542170e8a2391a1a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/542170e8a2391a1a","status":"passed","time":{"start":1706242225091,"stop":1706242225091,"duration":0}},{"uid":"e91496cb7c314cda","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e91496cb7c314cda","status":"passed","time":{"start":1706114913333,"stop":1706114913333,"duration":0}},{"uid":"fdb159091cdbeb37","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fdb159091cdbeb37","status":"passed","time":{"start":1706114084094,"stop":1706114084094,"duration":0}},{"uid":"b33a73ea10034bf9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b33a73ea10034bf9","status":"passed","time":{"start":1706111558880,"stop":1706111558881,"duration":1}},{"uid":"a25da316c1eaee0c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a25da316c1eaee0c","status":"passed","time":{"start":1706111248345,"stop":1706111248345,"duration":0}},{"uid":"870239642b66b8a9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/870239642b66b8a9","status":"passed","time":{"start":1706109150504,"stop":1706109150504,"duration":0}},{"uid":"b68b67c0f836d237","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b68b67c0f836d237","status":"passed","time":{"start":1706102968924,"stop":1706102968924,"duration":0}},{"uid":"88f20b948bf9858","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/88f20b948bf9858","status":"passed","time":{"start":1706102708603,"stop":1706102708603,"duration":0}}]},"0d62e9f1ab20cdf8882f66b34acdff92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"146c7964ebc7ce37","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/146c7964ebc7ce37","status":"passed","time":{"start":1706103332270,"stop":1706103332270,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"e7882f8c6ccda084","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7882f8c6ccda084","status":"passed","time":{"start":1706529061222,"stop":1706529061223,"duration":1}},{"uid":"c9f6af0814f70c31","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c9f6af0814f70c31","status":"passed","time":{"start":1706528032696,"stop":1706528032697,"duration":1}},{"uid":"b7ded77085f044d0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b7ded77085f044d0","status":"passed","time":{"start":1706527032148,"stop":1706527032149,"duration":1}},{"uid":"acc87aa23bc04d0b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/acc87aa23bc04d0b","status":"passed","time":{"start":1706526728461,"stop":1706526728462,"duration":1}},{"uid":"cede9be6cf4f47ac","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cede9be6cf4f47ac","status":"passed","time":{"start":1706526631863,"stop":1706526631863,"duration":0}},{"uid":"ed41529a2f71effa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ed41529a2f71effa","status":"passed","time":{"start":1706526058753,"stop":1706526058753,"duration":0}},{"uid":"57769e4381368912","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/57769e4381368912","status":"passed","time":{"start":1706525527747,"stop":1706525527747,"duration":0}},{"uid":"ca4977efa883e1dd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ca4977efa883e1dd","status":"passed","time":{"start":1706525094624,"stop":1706525094624,"duration":0}},{"uid":"6ce560e3d5c4bf86","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6ce560e3d5c4bf86","status":"passed","time":{"start":1706467780074,"stop":1706467780074,"duration":0}},{"uid":"3588dbb8ede82148","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3588dbb8ede82148","status":"passed","time":{"start":1706323147730,"stop":1706323147731,"duration":1}},{"uid":"9e8fc841118760fc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9e8fc841118760fc","status":"passed","time":{"start":1706321448925,"stop":1706321448926,"duration":1}},{"uid":"6fd14a512bc230d0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/6fd14a512bc230d0","status":"passed","time":{"start":1706244757739,"stop":1706244757740,"duration":1}},{"uid":"77c683ff8ad6cafc","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/77c683ff8ad6cafc","status":"passed","time":{"start":1706242322197,"stop":1706242322197,"duration":0}},{"uid":"62f6de4638c833ea","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/62f6de4638c833ea","status":"passed","time":{"start":1706115232362,"stop":1706115232363,"duration":1}},{"uid":"4d19dd8878f85697","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4d19dd8878f85697","status":"passed","time":{"start":1706114393724,"stop":1706114393724,"duration":0}},{"uid":"cca50911b06414d8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cca50911b06414d8","status":"passed","time":{"start":1706111855442,"stop":1706111855443,"duration":1}},{"uid":"cca386bd2ef8f7e3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cca386bd2ef8f7e3","status":"passed","time":{"start":1706111555055,"stop":1706111555055,"duration":0}},{"uid":"da3ac499dd3d00f6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/da3ac499dd3d00f6","status":"passed","time":{"start":1706109464064,"stop":1706109464064,"duration":0}},{"uid":"102ec78682fbd138","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/102ec78682fbd138","status":"passed","time":{"start":1706103282748,"stop":1706103282749,"duration":1}},{"uid":"77081329eb153b72","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/77081329eb153b72","status":"passed","time":{"start":1706103002604,"stop":1706103002604,"duration":0}}]},"eb393f794c6bdbca95f292300e3fdc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"286458a6e52e9b8f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/286458a6e52e9b8f","status":"passed","time":{"start":1706525359486,"stop":1706525359486,"duration":0}}]},"e11f6a17ba66152147bd11d10537e38f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d18643df7999f79","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5d18643df7999f79","status":"passed","time":{"start":1706525242384,"stop":1706525242384,"duration":0}}]},"d184fdf33f7f9a9fba9622dfcaf72635:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4f83c9ba0f148ab","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/f4f83c9ba0f148ab","status":"passed","time":{"start":1705667055299,"stop":1705667055299,"duration":0}}]},"7101e9db4363cf1ce58fa74bb214ad39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15278682c85d6b61","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/15278682c85d6b61","status":"passed","time":{"start":1705434856566,"stop":1705434856566,"duration":0}}]},"88ea310b22436ff59beadf5aa89996a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"710f27ee8e8ce7cc","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/710f27ee8e8ce7cc","status":"passed","time":{"start":1705680350545,"stop":1705680350545,"duration":0}}]},"e40622220107bcdd15ecfab7b3ebd8ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f77f90fb5a66485c","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f77f90fb5a66485c","status":"passed","time":{"start":1705506512665,"stop":1705506512665,"duration":0}}]},"e8ee3a0b966384a3bd111ecb013f310b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"b4b0b5e6c9de5e36","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b4b0b5e6c9de5e36","status":"passed","time":{"start":1706528814943,"stop":1706528814943,"duration":0}},{"uid":"b7b37fc4de10949","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b7b37fc4de10949","status":"passed","time":{"start":1706527782654,"stop":1706527782655,"duration":1}},{"uid":"15017544ecf9fc8a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/15017544ecf9fc8a","status":"passed","time":{"start":1706526799749,"stop":1706526799750,"duration":1}},{"uid":"c8eba714ea5725b3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c8eba714ea5725b3","status":"passed","time":{"start":1706526495781,"stop":1706526495782,"duration":1}},{"uid":"c1dd7cbd97e9e119","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c1dd7cbd97e9e119","status":"passed","time":{"start":1706526404761,"stop":1706526404762,"duration":1}},{"uid":"5bf4d3b125c7a725","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5bf4d3b125c7a725","status":"passed","time":{"start":1706525829656,"stop":1706525829656,"duration":0}},{"uid":"cc463a205ed1a947","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cc463a205ed1a947","status":"passed","time":{"start":1706525298681,"stop":1706525298681,"duration":0}},{"uid":"88c809bea6dc72b7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/88c809bea6dc72b7","status":"passed","time":{"start":1706524857930,"stop":1706524857930,"duration":0}},{"uid":"9a092c86ede83f5c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9a092c86ede83f5c","status":"passed","time":{"start":1706467552037,"stop":1706467552037,"duration":0}},{"uid":"671b7e68d8435be9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/671b7e68d8435be9","status":"passed","time":{"start":1706322904830,"stop":1706322904830,"duration":0}},{"uid":"9f4f90872d730528","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9f4f90872d730528","status":"passed","time":{"start":1706321219426,"stop":1706321219427,"duration":1}},{"uid":"c1ed0c3dcbf61e62","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c1ed0c3dcbf61e62","status":"passed","time":{"start":1706244735444,"stop":1706244735446,"duration":2}},{"uid":"5adfac5e8bd78189","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5adfac5e8bd78189","status":"passed","time":{"start":1706242296411,"stop":1706242296412,"duration":1}},{"uid":"f31592e7726e539b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f31592e7726e539b","status":"passed","time":{"start":1706114989569,"stop":1706114989573,"duration":4}},{"uid":"f8664834c6af328f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f8664834c6af328f","status":"passed","time":{"start":1706114161114,"stop":1706114161115,"duration":1}},{"uid":"603edc64d00c4ed9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/603edc64d00c4ed9","status":"passed","time":{"start":1706111636982,"stop":1706111636989,"duration":7}},{"uid":"92d591938acc4422","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/92d591938acc4422","status":"passed","time":{"start":1706111323439,"stop":1706111323440,"duration":1}},{"uid":"e5d25d6c67f7625a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e5d25d6c67f7625a","status":"passed","time":{"start":1706109231142,"stop":1706109231142,"duration":0}},{"uid":"10ffc3eb7d9eb6fe","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/10ffc3eb7d9eb6fe","status":"passed","time":{"start":1706103046870,"stop":1706103046871,"duration":1}},{"uid":"88c87e4266c99593","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/88c87e4266c99593","status":"passed","time":{"start":1706102784509,"stop":1706102784510,"duration":1}}]},"be7634e662c73271590d147d88922852:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f178237db9b508c2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f178237db9b508c2","status":"passed","time":{"start":1706103518429,"stop":1706103518430,"duration":1}}]},"3f0d9d567865daf6eb085e03e150316b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb49c424ccc37ceb","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/fb49c424ccc37ceb","status":"passed","time":{"start":1705687466247,"stop":1705687466247,"duration":0}}]},"78f13be632e8275e2b015afe84dfa480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a91ea4276a364953","reportUrl":"https://waku-org.github.io/js-waku/6173//#testresult/a91ea4276a364953","status":"passed","time":{"start":1705432575482,"stop":1705432575482,"duration":0}}]},"80b911553a4975e7b6a6863e27f5a90e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85e6643663d9311b","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/85e6643663d9311b","status":"passed","time":{"start":1705580407836,"stop":1705580407836,"duration":0}}]},"ed87b6eac7eccfa4ddf698d10cade8b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ffa5f3912e94226c","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/ffa5f3912e94226c","status":"passed","time":{"start":1705572124804,"stop":1705572124804,"duration":0}}]},"4cf55d55ccbfbc95de1229a537d4008b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c24fee32c82ee872","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/c24fee32c82ee872","status":"passed","time":{"start":1705485246698,"stop":1705485246699,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"eeaba624bb711d04","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eeaba624bb711d04","status":"passed","time":{"start":1706529333273,"stop":1706529333273,"duration":0}},{"uid":"841439c376298263","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/841439c376298263","status":"passed","time":{"start":1706528290473,"stop":1706528290473,"duration":0}},{"uid":"d9bf13ea7c74ae90","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d9bf13ea7c74ae90","status":"passed","time":{"start":1706527264365,"stop":1706527264366,"duration":1}},{"uid":"56554f69aa99d478","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/56554f69aa99d478","status":"passed","time":{"start":1706526976778,"stop":1706526976778,"duration":0}},{"uid":"98009f9572224626","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/98009f9572224626","status":"passed","time":{"start":1706526885811,"stop":1706526885811,"duration":0}},{"uid":"5d4eafcf72c08f73","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5d4eafcf72c08f73","status":"passed","time":{"start":1706526330103,"stop":1706526330103,"duration":0}},{"uid":"a339d920de41e8f1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a339d920de41e8f1","status":"passed","time":{"start":1706525780731,"stop":1706525780731,"duration":0}},{"uid":"6132366c5e262cf7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6132366c5e262cf7","status":"passed","time":{"start":1706525359501,"stop":1706525359501,"duration":0}},{"uid":"8d860239aec34f2d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8d860239aec34f2d","status":"passed","time":{"start":1706468042648,"stop":1706468042648,"duration":0}},{"uid":"896bf82288242194","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/896bf82288242194","status":"passed","time":{"start":1706323386935,"stop":1706323386935,"duration":0}},{"uid":"bbd56af08ac586eb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bbd56af08ac586eb","status":"passed","time":{"start":1706321713104,"stop":1706321713105,"duration":1}},{"uid":"1a973a1b4f15f69c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1a973a1b4f15f69c","status":"passed","time":{"start":1706115482616,"stop":1706115482616,"duration":0}},{"uid":"60d106ce07f35e5e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/60d106ce07f35e5e","status":"passed","time":{"start":1706114635442,"stop":1706114635442,"duration":0}},{"uid":"ca6058945acdd551","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ca6058945acdd551","status":"passed","time":{"start":1706112127566,"stop":1706112127566,"duration":0}},{"uid":"e8025d1ce2829289","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e8025d1ce2829289","status":"passed","time":{"start":1706111809284,"stop":1706111809284,"duration":0}},{"uid":"4e3a36cb6bed745f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4e3a36cb6bed745f","status":"passed","time":{"start":1706109719540,"stop":1706109719540,"duration":0}},{"uid":"588d929a20c97629","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/588d929a20c97629","status":"passed","time":{"start":1706103518439,"stop":1706103518439,"duration":0}},{"uid":"74a832cf4b21f6fe","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/74a832cf4b21f6fe","status":"passed","time":{"start":1706103305166,"stop":1706103305166,"duration":0}},{"uid":"70d2a5d922f20f99","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/70d2a5d922f20f99","status":"passed","time":{"start":1706102626857,"stop":1706102626857,"duration":0}},{"uid":"43baecad4c6762c3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/43baecad4c6762c3","status":"passed","time":{"start":1706102491858,"stop":1706102491859,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"ceb401e390518a27","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ceb401e390518a27","status":"passed","time":{"start":1706529389606,"stop":1706529389606,"duration":0}},{"uid":"37cb0347bfbcb991","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/37cb0347bfbcb991","status":"passed","time":{"start":1706528353253,"stop":1706528353253,"duration":0}},{"uid":"6bc26037cfc6912c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6bc26037cfc6912c","status":"passed","time":{"start":1706527278814,"stop":1706527278815,"duration":1}},{"uid":"9a59c4b5cf12a4cd","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9a59c4b5cf12a4cd","status":"passed","time":{"start":1706527029246,"stop":1706527029247,"duration":1}},{"uid":"d978ba5ba0c0865b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d978ba5ba0c0865b","status":"passed","time":{"start":1706526928449,"stop":1706526928449,"duration":0}},{"uid":"21a582bbb7c92d45","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/21a582bbb7c92d45","status":"passed","time":{"start":1706526369756,"stop":1706526369756,"duration":0}},{"uid":"73743ddf9aa220e2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/73743ddf9aa220e2","status":"passed","time":{"start":1706525831086,"stop":1706525831086,"duration":0}},{"uid":"fab7295619365ccd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fab7295619365ccd","status":"passed","time":{"start":1706525422171,"stop":1706525422171,"duration":0}},{"uid":"f5a9237b56eb3388","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f5a9237b56eb3388","status":"passed","time":{"start":1706468076433,"stop":1706468076434,"duration":1}},{"uid":"73e82d0ca6bb8daf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/73e82d0ca6bb8daf","status":"passed","time":{"start":1706323442931,"stop":1706323442931,"duration":0}},{"uid":"e73d1ae16fd7fc40","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e73d1ae16fd7fc40","status":"passed","time":{"start":1706321711467,"stop":1706321711467,"duration":0}},{"uid":"df6a1d1d3c059997","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/df6a1d1d3c059997","status":"passed","time":{"start":1706115514665,"stop":1706115514665,"duration":0}},{"uid":"8383dce067968e9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8383dce067968e9","status":"passed","time":{"start":1706114679497,"stop":1706114679497,"duration":0}},{"uid":"7aa99b5805fd32a7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7aa99b5805fd32a7","status":"passed","time":{"start":1706112166159,"stop":1706112166159,"duration":0}},{"uid":"f1ac251354d1a5ec","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f1ac251354d1a5ec","status":"passed","time":{"start":1706111864525,"stop":1706111864526,"duration":1}},{"uid":"88b05e77a44f21e0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/88b05e77a44f21e0","status":"passed","time":{"start":1706109770035,"stop":1706109770035,"duration":0}},{"uid":"293e9ea53cbc7cd8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/293e9ea53cbc7cd8","status":"passed","time":{"start":1706103500626,"stop":1706103500626,"duration":0}},{"uid":"d119b2f29a965e95","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d119b2f29a965e95","status":"passed","time":{"start":1706103320917,"stop":1706103320917,"duration":0}},{"uid":"8db9ef9afb5598a9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8db9ef9afb5598a9","status":"passed","time":{"start":1706102675066,"stop":1706102675066,"duration":0}},{"uid":"d3453bd4fc5f66f7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d3453bd4fc5f66f7","status":"passed","time":{"start":1706102539857,"stop":1706102539859,"duration":2}}]},"7a9115e462d77f10447dd4857492b729:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d380f974e5604d6","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/3d380f974e5604d6","status":"passed","time":{"start":1705567294417,"stop":1705567294418,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":127,"unknown":0,"total":131},"items":[{"uid":"bbe8d54b5d839e16","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bbe8d54b5d839e16","status":"passed","time":{"start":1706529378211,"stop":1706529378211,"duration":0}},{"uid":"486870ba21197d60","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/486870ba21197d60","status":"passed","time":{"start":1706528340451,"stop":1706528340460,"duration":9}},{"uid":"47f415eccae48d13","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/47f415eccae48d13","status":"passed","time":{"start":1706527263030,"stop":1706527263030,"duration":0}},{"uid":"d41ec0a08c5ca657","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d41ec0a08c5ca657","status":"passed","time":{"start":1706527018364,"stop":1706527018364,"duration":0}},{"uid":"51fbb9fa07436a48","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/51fbb9fa07436a48","status":"passed","time":{"start":1706526921007,"stop":1706526921008,"duration":1}},{"uid":"90c0bc608a358a80","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/90c0bc608a358a80","status":"passed","time":{"start":1706526364929,"stop":1706526364930,"duration":1}},{"uid":"176c4a54ad413979","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/176c4a54ad413979","status":"passed","time":{"start":1706525815786,"stop":1706525815787,"duration":1}},{"uid":"530c1fbd1508fb1a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/530c1fbd1508fb1a","status":"passed","time":{"start":1706525403293,"stop":1706525403294,"duration":1}},{"uid":"6f706a60f1fd3ee8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6f706a60f1fd3ee8","status":"passed","time":{"start":1706468037073,"stop":1706468037079,"duration":6}},{"uid":"16cfc17820877b85","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/16cfc17820877b85","status":"passed","time":{"start":1706323438325,"stop":1706323438325,"duration":0}},{"uid":"fa91b73246d36b06","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fa91b73246d36b06","status":"passed","time":{"start":1706321670403,"stop":1706321670403,"duration":0}},{"uid":"bbceef0f8e2fec91","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bbceef0f8e2fec91","status":"passed","time":{"start":1706244806938,"stop":1706244806940,"duration":2}},{"uid":"d2c33dd178d4aaa5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d2c33dd178d4aaa5","status":"passed","time":{"start":1706242366090,"stop":1706242366090,"duration":0}},{"uid":"dceacd8b845be69","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/dceacd8b845be69","status":"passed","time":{"start":1706115502839,"stop":1706115502842,"duration":3}},{"uid":"db9a0c7ddf6d1719","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/db9a0c7ddf6d1719","status":"passed","time":{"start":1706114665327,"stop":1706114665328,"duration":1}},{"uid":"73e59cf1a3531c3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/73e59cf1a3531c3","status":"passed","time":{"start":1706112151708,"stop":1706112151708,"duration":0}},{"uid":"f591a7c561b1de90","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f591a7c561b1de90","status":"passed","time":{"start":1706111851590,"stop":1706111851590,"duration":0}},{"uid":"289ec62bd46ebc66","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/289ec62bd46ebc66","status":"passed","time":{"start":1706109762352,"stop":1706109762354,"duration":2}},{"uid":"dc6532d2c222dc0e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/dc6532d2c222dc0e","status":"passed","time":{"start":1706103476621,"stop":1706103476622,"duration":1}},{"uid":"5fd2dcf82463f9ed","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5fd2dcf82463f9ed","status":"passed","time":{"start":1706103287625,"stop":1706103287625,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"ce549d0bfd2641b7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ce549d0bfd2641b7","status":"passed","time":{"start":1706528752264,"stop":1706528752264,"duration":0}},{"uid":"c313d0fa8a34d75f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c313d0fa8a34d75f","status":"passed","time":{"start":1706527720932,"stop":1706527720932,"duration":0}},{"uid":"ac53df23c6cb03c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ac53df23c6cb03c","status":"passed","time":{"start":1706526735908,"stop":1706526735908,"duration":0}},{"uid":"90b3999fcc49ad93","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/90b3999fcc49ad93","status":"passed","time":{"start":1706526432824,"stop":1706526432824,"duration":0}},{"uid":"7c78a0fd4bb3a007","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7c78a0fd4bb3a007","status":"passed","time":{"start":1706526337883,"stop":1706526337883,"duration":0}},{"uid":"7ee0fcc564a31a5b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7ee0fcc564a31a5b","status":"passed","time":{"start":1706525766998,"stop":1706525766998,"duration":0}},{"uid":"331b6967fba20395","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/331b6967fba20395","status":"passed","time":{"start":1706525233962,"stop":1706525233962,"duration":0}},{"uid":"36c19b24e1f3f895","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/36c19b24e1f3f895","status":"passed","time":{"start":1706524795123,"stop":1706524795123,"duration":0}},{"uid":"c8be3245d0fd9929","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c8be3245d0fd9929","status":"passed","time":{"start":1706467489024,"stop":1706467489024,"duration":0}},{"uid":"8d3f25ebc2bebee9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8d3f25ebc2bebee9","status":"passed","time":{"start":1706322841816,"stop":1706322841816,"duration":0}},{"uid":"c5cb0ee9348c82c2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c5cb0ee9348c82c2","status":"passed","time":{"start":1706321154963,"stop":1706321154963,"duration":0}},{"uid":"fda6af60f3d4cfd5","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/fda6af60f3d4cfd5","status":"passed","time":{"start":1706244671174,"stop":1706244671175,"duration":1}},{"uid":"d03115a5de3bfa9c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d03115a5de3bfa9c","status":"passed","time":{"start":1706242239398,"stop":1706242239398,"duration":0}},{"uid":"884ec1bb3c2040a2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/884ec1bb3c2040a2","status":"passed","time":{"start":1706114927747,"stop":1706114927747,"duration":0}},{"uid":"228f1e6543c71c17","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/228f1e6543c71c17","status":"passed","time":{"start":1706114098425,"stop":1706114098425,"duration":0}},{"uid":"53ac05423a9f0544","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/53ac05423a9f0544","status":"passed","time":{"start":1706111573215,"stop":1706111573215,"duration":0}},{"uid":"4c07b6bd41a5e508","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4c07b6bd41a5e508","status":"passed","time":{"start":1706111262804,"stop":1706111262804,"duration":0}},{"uid":"915951947a7f3453","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/915951947a7f3453","status":"passed","time":{"start":1706109165167,"stop":1706109165167,"duration":0}},{"uid":"36601e0f21909c2a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/36601e0f21909c2a","status":"passed","time":{"start":1706102983252,"stop":1706102983252,"duration":0}},{"uid":"fb774059fbd0696b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fb774059fbd0696b","status":"passed","time":{"start":1706102722920,"stop":1706102722921,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":62,"unknown":0,"total":62},"items":[{"uid":"bc5663f57ab1aef7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc5663f57ab1aef7","status":"passed","time":{"start":1706528729637,"stop":1706528729637,"duration":0}},{"uid":"ea5a2950cabaa55d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ea5a2950cabaa55d","status":"passed","time":{"start":1706527699171,"stop":1706527699171,"duration":0}},{"uid":"a621cf716b2c9bcd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a621cf716b2c9bcd","status":"passed","time":{"start":1706526713039,"stop":1706526713039,"duration":0}},{"uid":"419ea37a1cf1c386","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/419ea37a1cf1c386","status":"passed","time":{"start":1706526411514,"stop":1706526411515,"duration":1}},{"uid":"fbabb764e415b7d2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fbabb764e415b7d2","status":"passed","time":{"start":1706526316665,"stop":1706526316665,"duration":0}},{"uid":"fa4bee6c24e68f17","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fa4bee6c24e68f17","status":"passed","time":{"start":1706525744480,"stop":1706525744480,"duration":0}},{"uid":"6882e467f2415ed6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6882e467f2415ed6","status":"passed","time":{"start":1706525211344,"stop":1706525211344,"duration":0}},{"uid":"785fa2adb567c9b8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/785fa2adb567c9b8","status":"passed","time":{"start":1706524772508,"stop":1706524772508,"duration":0}},{"uid":"b2eae827a4b34ac0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b2eae827a4b34ac0","status":"passed","time":{"start":1706467466426,"stop":1706467466426,"duration":0}},{"uid":"3dfec027f3d45f26","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3dfec027f3d45f26","status":"passed","time":{"start":1706322818546,"stop":1706322818547,"duration":1}},{"uid":"c82ca7756f18911a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c82ca7756f18911a","status":"passed","time":{"start":1706321132327,"stop":1706321132327,"duration":0}},{"uid":"56bc88f5de333275","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/56bc88f5de333275","status":"passed","time":{"start":1706244648295,"stop":1706244648296,"duration":1}},{"uid":"813a817e24276f1e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/813a817e24276f1e","status":"passed","time":{"start":1706242216514,"stop":1706242216515,"duration":1}},{"uid":"318816cafed50712","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/318816cafed50712","status":"passed","time":{"start":1706114904800,"stop":1706114904800,"duration":0}},{"uid":"80f917c112b6e224","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/80f917c112b6e224","status":"passed","time":{"start":1706114075355,"stop":1706114075355,"duration":0}},{"uid":"228ad1605ac7b4bd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/228ad1605ac7b4bd","status":"passed","time":{"start":1706111550276,"stop":1706111550276,"duration":0}},{"uid":"d360dd832bf96193","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d360dd832bf96193","status":"passed","time":{"start":1706111239744,"stop":1706111239744,"duration":0}},{"uid":"7b30404b03e3708","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7b30404b03e3708","status":"passed","time":{"start":1706109141857,"stop":1706109141858,"duration":1}},{"uid":"43762889a13b2482","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/43762889a13b2482","status":"passed","time":{"start":1706102960420,"stop":1706102960420,"duration":0}},{"uid":"3f4035a5326affe0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3f4035a5326affe0","status":"passed","time":{"start":1706102700221,"stop":1706102700221,"duration":0}}]},"28f3c5b3d439b0350e3502ebba3cac5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"721bd5a06eba0150","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/721bd5a06eba0150","status":"passed","time":{"start":1705665444342,"stop":1705665444343,"duration":1}}]},"dd27ba66cd4987c79a2e0946aa5da064:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a1c0007c0ec9cd5","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/3a1c0007c0ec9cd5","status":"passed","time":{"start":1705577256948,"stop":1705577256948,"duration":0}}]},"c5e70477b00e9d535047aaa592e58f77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2451627ff2ef4629","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/2451627ff2ef4629","status":"passed","time":{"start":1705466933271,"stop":1705466933271,"duration":0}}]},"5ad8e84e471567aaebf91a5ed70d5f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51f02842e0b28be4","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/51f02842e0b28be4","status":"passed","time":{"start":1705570433188,"stop":1705570433189,"duration":1}}]},"160ea3e100b17e7cc9e8e836c8a1f472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"41481e580426fb07","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/41481e580426fb07","status":"passed","time":{"start":1705521140295,"stop":1705521140296,"duration":1}},{"uid":"ca66795b4122ca02","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/ca66795b4122ca02","status":"passed","time":{"start":1705520883406,"stop":1705520883406,"duration":0}},{"uid":"afed1b543291a0ef","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/afed1b543291a0ef","status":"passed","time":{"start":1705520300882,"stop":1705520300883,"duration":1}},{"uid":"c845d4ab2ebe6f36","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c845d4ab2ebe6f36","status":"passed","time":{"start":1705518525956,"stop":1705518525956,"duration":0}},{"uid":"af26887affb51b4f","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/af26887affb51b4f","status":"passed","time":{"start":1705518246802,"stop":1705518246802,"duration":0}},{"uid":"1047f1ce3607d098","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/1047f1ce3607d098","status":"passed","time":{"start":1705518140970,"stop":1705518140971,"duration":1}},{"uid":"57fec0dd775e8871","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/57fec0dd775e8871","status":"passed","time":{"start":1705518032413,"stop":1705518032413,"duration":0}},{"uid":"76344b770cf5ca5b","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/76344b770cf5ca5b","status":"passed","time":{"start":1705508700804,"stop":1705508700804,"duration":0}},{"uid":"dc2736d22fc1732","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/dc2736d22fc1732","status":"passed","time":{"start":1705506512636,"stop":1705506512636,"duration":0}},{"uid":"2ef5f8de9b89907b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/2ef5f8de9b89907b","status":"passed","time":{"start":1705502966501,"stop":1705502966502,"duration":1}},{"uid":"27361e1cd987cc4a","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/27361e1cd987cc4a","status":"passed","time":{"start":1705502370711,"stop":1705502370712,"duration":1}},{"uid":"1d48c5f60fc56230","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1d48c5f60fc56230","status":"passed","time":{"start":1705502517764,"stop":1705502517764,"duration":0}},{"uid":"16042d25aaae4dbb","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/16042d25aaae4dbb","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321678,"stop":1705495321678,"duration":0}},{"uid":"b99d8bdd83175124","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b99d8bdd83175124","status":"passed","time":{"start":1705494975682,"stop":1705494975682,"duration":0}},{"uid":"e06dbf84aed982f3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/e06dbf84aed982f3","status":"passed","time":{"start":1705494930735,"stop":1705494930736,"duration":1}},{"uid":"87e1554d9c108bd5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/87e1554d9c108bd5","status":"passed","time":{"start":1705493496299,"stop":1705493496299,"duration":0}},{"uid":"f56a695fefaca16d","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/f56a695fefaca16d","status":"passed","time":{"start":1705493451244,"stop":1705493451244,"duration":0}},{"uid":"7b4d5ccd34f0ab91","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/7b4d5ccd34f0ab91","status":"passed","time":{"start":1705485279299,"stop":1705485279300,"duration":1}},{"uid":"4dd943020d7916a6","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/4dd943020d7916a6","status":"passed","time":{"start":1705485136799,"stop":1705485136799,"duration":0}},{"uid":"e98bc71423199457","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e98bc71423199457","status":"passed","time":{"start":1705484392926,"stop":1705484392926,"duration":0}}]},"611f554287f6742958b535e8480aa33f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"1b4fd7e65cab5200","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1b4fd7e65cab5200","status":"passed","time":{"start":1705521140299,"stop":1705521140299,"duration":0}},{"uid":"562c7c4a5c7201a4","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/562c7c4a5c7201a4","status":"passed","time":{"start":1705520883413,"stop":1705520883414,"duration":1}},{"uid":"6b896d4f128741aa","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/6b896d4f128741aa","status":"passed","time":{"start":1705520300886,"stop":1705520300886,"duration":0}},{"uid":"6fff1f057e8be2d3","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6fff1f057e8be2d3","status":"passed","time":{"start":1705518525959,"stop":1705518525959,"duration":0}},{"uid":"ee42bd12bb483faf","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/ee42bd12bb483faf","status":"passed","time":{"start":1705518246805,"stop":1705518246805,"duration":0}},{"uid":"9b160d7c26a9ecb7","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/9b160d7c26a9ecb7","status":"passed","time":{"start":1705518140976,"stop":1705518140976,"duration":0}},{"uid":"109af0dff5902a4c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/109af0dff5902a4c","status":"passed","time":{"start":1705518032416,"stop":1705518032416,"duration":0}},{"uid":"7de46af2e6a4cc92","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/7de46af2e6a4cc92","status":"passed","time":{"start":1705508700807,"stop":1705508700807,"duration":0}},{"uid":"cf8337c2655847ec","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/cf8337c2655847ec","status":"passed","time":{"start":1705506512641,"stop":1705506512642,"duration":1}},{"uid":"e9c75e0dac50dbfe","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/e9c75e0dac50dbfe","status":"passed","time":{"start":1705502966506,"stop":1705502966506,"duration":0}},{"uid":"1ade1527934161c4","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/1ade1527934161c4","status":"passed","time":{"start":1705502370716,"stop":1705502370717,"duration":1}},{"uid":"26315fb3b9c19318","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/26315fb3b9c19318","status":"passed","time":{"start":1705502517768,"stop":1705502517768,"duration":0}},{"uid":"a8474cd53d3798a0","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/a8474cd53d3798a0","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321687,"stop":1705495321687,"duration":0}},{"uid":"1b667c9a43f4db17","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/1b667c9a43f4db17","status":"passed","time":{"start":1705494975686,"stop":1705494975687,"duration":1}},{"uid":"d4ed37c3b58bb28b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d4ed37c3b58bb28b","status":"passed","time":{"start":1705494930742,"stop":1705494930742,"duration":0}},{"uid":"ea114910936abaf5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ea114910936abaf5","status":"passed","time":{"start":1705493496346,"stop":1705493496347,"duration":1}},{"uid":"e200141a8ab50a3a","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/e200141a8ab50a3a","status":"passed","time":{"start":1705493451247,"stop":1705493451248,"duration":1}},{"uid":"3a1e65505540619d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/3a1e65505540619d","status":"passed","time":{"start":1705485279303,"stop":1705485279303,"duration":0}},{"uid":"99f4ef695ff889b5","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/99f4ef695ff889b5","status":"passed","time":{"start":1705485136802,"stop":1705485136802,"duration":0}},{"uid":"e964dee559a48e0","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e964dee559a48e0","status":"passed","time":{"start":1705484392929,"stop":1705484392931,"duration":2}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"92fbeedaa534755e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92fbeedaa534755e","status":"passed","time":{"start":1706529333251,"stop":1706529333251,"duration":0}},{"uid":"c863add9bc51b97c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c863add9bc51b97c","status":"passed","time":{"start":1706528290460,"stop":1706528290460,"duration":0}},{"uid":"2248609c0c0b7e2c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2248609c0c0b7e2c","status":"passed","time":{"start":1706527264355,"stop":1706527264355,"duration":0}},{"uid":"4515d34e7f912325","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4515d34e7f912325","status":"passed","time":{"start":1706526976770,"stop":1706526976771,"duration":1}},{"uid":"5c99cf3717aa1866","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5c99cf3717aa1866","status":"passed","time":{"start":1706526885805,"stop":1706526885806,"duration":1}},{"uid":"5ec6e57db1b9ff58","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5ec6e57db1b9ff58","status":"passed","time":{"start":1706526330095,"stop":1706526330095,"duration":0}},{"uid":"f093b2f4421300e6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f093b2f4421300e6","status":"passed","time":{"start":1706525780722,"stop":1706525780722,"duration":0}},{"uid":"f27ed591b82dee2a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f27ed591b82dee2a","status":"passed","time":{"start":1706525359490,"stop":1706525359490,"duration":0}},{"uid":"e6d0b5a4e8c87c75","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e6d0b5a4e8c87c75","status":"passed","time":{"start":1706468042636,"stop":1706468042636,"duration":0}},{"uid":"4c1eaa2f8a5176a1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4c1eaa2f8a5176a1","status":"passed","time":{"start":1706323386926,"stop":1706323386926,"duration":0}},{"uid":"eae821a7f4b433dd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/eae821a7f4b433dd","status":"passed","time":{"start":1706321713099,"stop":1706321713099,"duration":0}},{"uid":"39c9b75b5d7a6814","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/39c9b75b5d7a6814","status":"passed","time":{"start":1706115482610,"stop":1706115482611,"duration":1}},{"uid":"c99a9bed24979b0b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c99a9bed24979b0b","status":"passed","time":{"start":1706114635405,"stop":1706114635405,"duration":0}},{"uid":"46fb3721c65d4849","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/46fb3721c65d4849","status":"passed","time":{"start":1706112127555,"stop":1706112127557,"duration":2}},{"uid":"ee48b1612f21f5d4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ee48b1612f21f5d4","status":"passed","time":{"start":1706111809272,"stop":1706111809273,"duration":1}},{"uid":"5e64f18fc8b4c6d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5e64f18fc8b4c6d","status":"passed","time":{"start":1706109719520,"stop":1706109719520,"duration":0}},{"uid":"46f9f965de151915","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/46f9f965de151915","status":"passed","time":{"start":1706103518433,"stop":1706103518434,"duration":1}},{"uid":"a4aaae56685c68e3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a4aaae56685c68e3","status":"passed","time":{"start":1706103305155,"stop":1706103305155,"duration":0}},{"uid":"fd38d3c5fbdaafb9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fd38d3c5fbdaafb9","status":"passed","time":{"start":1706102626851,"stop":1706102626852,"duration":1}},{"uid":"a620ba43ff5bfed","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a620ba43ff5bfed","status":"passed","time":{"start":1706102491832,"stop":1706102491834,"duration":2}}]},"440c4e77761cc30352414eea3da989a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd3cf108c596ee6e","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/fd3cf108c596ee6e","status":"passed","time":{"start":1705502938688,"stop":1705502938688,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"997339a97b28036a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/997339a97b28036a","status":"passed","time":{"start":1706529092206,"stop":1706529092206,"duration":0}},{"uid":"85fc1bc7d5d24f06","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/85fc1bc7d5d24f06","status":"passed","time":{"start":1706528057452,"stop":1706528057452,"duration":0}},{"uid":"de4aba3b246886d1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/de4aba3b246886d1","status":"passed","time":{"start":1706526914764,"stop":1706526914764,"duration":0}},{"uid":"62d9d37578e711b3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/62d9d37578e711b3","status":"passed","time":{"start":1706526612634,"stop":1706526612635,"duration":1}},{"uid":"ea253ba5192e048b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ea253ba5192e048b","status":"passed","time":{"start":1706526514762,"stop":1706526514762,"duration":0}},{"uid":"acab72382b424cbb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/acab72382b424cbb","status":"passed","time":{"start":1706525945105,"stop":1706525945106,"duration":1}},{"uid":"358c0dfcdec23e70","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/358c0dfcdec23e70","status":"passed","time":{"start":1706525418819,"stop":1706525418819,"duration":0}},{"uid":"3a05868f8f7eb496","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3a05868f8f7eb496","status":"passed","time":{"start":1706525116049,"stop":1706525116049,"duration":0}},{"uid":"86a9e87f586b4b80","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/86a9e87f586b4b80","status":"passed","time":{"start":1706467681196,"stop":1706467681197,"duration":1}},{"uid":"d69b94009dc6d3b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d69b94009dc6d3b","status":"passed","time":{"start":1706323017120,"stop":1706323017120,"duration":0}},{"uid":"202bdd95332d714a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/202bdd95332d714a","status":"passed","time":{"start":1706321333759,"stop":1706321333759,"duration":0}},{"uid":"9f2b6cb6bc8e2161","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9f2b6cb6bc8e2161","status":"passed","time":{"start":1706115157095,"stop":1706115157095,"duration":0}},{"uid":"faa703e5ae658555","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/faa703e5ae658555","status":"passed","time":{"start":1706114292031,"stop":1706114292031,"duration":0}},{"uid":"f3b147b543dd56bd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f3b147b543dd56bd","status":"passed","time":{"start":1706111755006,"stop":1706111755007,"duration":1}},{"uid":"a5b1cf16502c3a86","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a5b1cf16502c3a86","status":"passed","time":{"start":1706111454530,"stop":1706111454531,"duration":1}},{"uid":"b6b9741f1af707ae","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b6b9741f1af707ae","status":"passed","time":{"start":1706109346659,"stop":1706109346660,"duration":1}},{"uid":"10d954fd4d97c722","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/10d954fd4d97c722","status":"passed","time":{"start":1706103153468,"stop":1706103153468,"duration":0}},{"uid":"392f8f442b67232a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/392f8f442b67232a","status":"passed","time":{"start":1706102905523,"stop":1706102905525,"duration":2}},{"uid":"19f1a33b17882d3c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/19f1a33b17882d3c","status":"passed","time":{"start":1706102263602,"stop":1706102263602,"duration":0}},{"uid":"da46a433432b8f49","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/da46a433432b8f49","status":"passed","time":{"start":1706102127468,"stop":1706102127469,"duration":1}}]},"98f3f03b7cb82628473df53e40b9a885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8b707dcbc7a807","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d8b707dcbc7a807","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0}}]},"b99e53eefab7c3ea7d320a0ccdfaa58c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"9b80261fff84abac","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/9b80261fff84abac","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":1705520815494,"stop":1705520815495,"duration":1}},{"uid":"ba871cd0f3dc1ed4","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/ba871cd0f3dc1ed4","status":"passed","time":{"start":1705518208999,"stop":1705518208999,"duration":0}},{"uid":"6026ef208f53cbd9","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/6026ef208f53cbd9","status":"passed","time":{"start":1705518112864,"stop":1705518112864,"duration":0}},{"uid":"32fc129a1f5a2c04","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/32fc129a1f5a2c04","status":"passed","time":{"start":1705517988394,"stop":1705517988395,"duration":1}},{"uid":"1c59b1561da93df1","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/1c59b1561da93df1","status":"passed","time":{"start":1705508651536,"stop":1705508651536,"duration":0}},{"uid":"ad18a6014487d4d9","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/ad18a6014487d4d9","status":"passed","time":{"start":1705506479154,"stop":1705506479155,"duration":1}},{"uid":"b98229d09f934557","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/b98229d09f934557","status":"passed","time":{"start":1705502938689,"stop":1705502938690,"duration":1}},{"uid":"1eb158678d874b33","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1eb158678d874b33","status":"passed","time":{"start":1705502478111,"stop":1705502478112,"duration":1}},{"uid":"bfdabf560b516178","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/bfdabf560b516178","status":"passed","time":{"start":1705494884684,"stop":1705494884685,"duration":1}},{"uid":"5530db4d2f8990fa","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5530db4d2f8990fa","status":"passed","time":{"start":1705494937611,"stop":1705494937613,"duration":2}},{"uid":"5050ecf13f919434","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/5050ecf13f919434","status":"passed","time":{"start":1705494894098,"stop":1705494894099,"duration":1}},{"uid":"193df74eb78fd4fc","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/193df74eb78fd4fc","status":"passed","time":{"start":1705493458484,"stop":1705493458484,"duration":0}},{"uid":"4b3d4a9a79e177cd","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/4b3d4a9a79e177cd","status":"passed","time":{"start":1705493421104,"stop":1705493421105,"duration":1}},{"uid":"ad5acd46053a076b","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/ad5acd46053a076b","status":"passed","time":{"start":1705485246699,"stop":1705485246699,"duration":0}},{"uid":"8c42be8b74891e28","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/8c42be8b74891e28","status":"passed","time":{"start":1705485106626,"stop":1705485106626,"duration":0}},{"uid":"1cfe28188eb7f17b","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1cfe28188eb7f17b","status":"passed","time":{"start":1705484353092,"stop":1705484353092,"duration":0}},{"uid":"e9fdd77e5df61ba1","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e9fdd77e5df61ba1","status":"passed","time":{"start":1705469867102,"stop":1705469867103,"duration":1}},{"uid":"1702c1e0c234bcf5","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/1702c1e0c234bcf5","status":"passed","time":{"start":1705466933271,"stop":1705466933271,"duration":0}},{"uid":"dc52722d7e5476e7","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/dc52722d7e5476e7","status":"passed","time":{"start":1705435401902,"stop":1705435401902,"duration":0}},{"uid":"a5275d96abe67179","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/a5275d96abe67179","status":"passed","time":{"start":1705434866488,"stop":1705434866488,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"7c359e8d8f880969","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7c359e8d8f880969","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0}},{"uid":"e6221258730469a5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e6221258730469a5","status":"passed","time":{"start":1706527705425,"stop":1706527705425,"duration":0}},{"uid":"d266f6889e7d53e3","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d266f6889e7d53e3","status":"passed","time":{"start":1706526721658,"stop":1706526721658,"duration":0}},{"uid":"4e9e41396fbb9b17","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4e9e41396fbb9b17","status":"passed","time":{"start":1706526417561,"stop":1706526417561,"duration":0}},{"uid":"a03ddc7f583dd3eb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a03ddc7f583dd3eb","status":"passed","time":{"start":1706526322672,"stop":1706526322672,"duration":0}},{"uid":"3e4be8c05df2e428","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3e4be8c05df2e428","status":"passed","time":{"start":1706525752765,"stop":1706525752765,"duration":0}},{"uid":"7ccdc4552b67fb0a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7ccdc4552b67fb0a","status":"passed","time":{"start":1706525219893,"stop":1706525219894,"duration":1}},{"uid":"5fabd6fe9e0af09a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5fabd6fe9e0af09a","status":"passed","time":{"start":1706524780927,"stop":1706524780927,"duration":0}},{"uid":"1e451080c0acf5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1e451080c0acf5","status":"passed","time":{"start":1706467474875,"stop":1706467474875,"duration":0}},{"uid":"2c47275be9859a8e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2c47275be9859a8e","status":"passed","time":{"start":1706322827216,"stop":1706322827216,"duration":0}},{"uid":"91d3a434a199110f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/91d3a434a199110f","status":"passed","time":{"start":1706321140679,"stop":1706321140679,"duration":0}},{"uid":"43b53ff3359fed9a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/43b53ff3359fed9a","status":"passed","time":{"start":1706244656774,"stop":1706244656774,"duration":0}},{"uid":"da53aaa7e1fe4229","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/da53aaa7e1fe4229","status":"passed","time":{"start":1706242225087,"stop":1706242225087,"duration":0}},{"uid":"4eb044c21144d89b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4eb044c21144d89b","status":"passed","time":{"start":1706114913327,"stop":1706114913327,"duration":0}},{"uid":"1348fa99d8a90251","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1348fa99d8a90251","status":"passed","time":{"start":1706114084088,"stop":1706114084089,"duration":1}},{"uid":"78086c023d1dc671","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/78086c023d1dc671","status":"passed","time":{"start":1706111558875,"stop":1706111558876,"duration":1}},{"uid":"844dbd7169524141","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/844dbd7169524141","status":"passed","time":{"start":1706111248340,"stop":1706111248340,"duration":0}},{"uid":"740384b1953654a0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/740384b1953654a0","status":"passed","time":{"start":1706109150499,"stop":1706109150499,"duration":0}},{"uid":"ae7eee2031318168","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ae7eee2031318168","status":"passed","time":{"start":1706102968918,"stop":1706102968918,"duration":0}},{"uid":"397a7fd03f1d55c3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/397a7fd03f1d55c3","status":"passed","time":{"start":1706102708598,"stop":1706102708598,"duration":0}}]},"d501424cd4b85b8d9c70914425c65d2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"504be73713b2f11d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/504be73713b2f11d","status":"passed","time":{"start":1706526185701,"stop":1706526185701,"duration":0}}]},"2e4641322951de75c9dc5226501dab62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8586b246627c11a","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/b8586b246627c11a","status":"passed","time":{"start":1705593437649,"stop":1705593437650,"duration":1}}]},"38671bd454cfdfdd177bfeed7d31e0f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":42,"unknown":0,"total":47},"items":[{"uid":"88cbd03e0d9ba7c8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/88cbd03e0d9ba7c8","status":"passed","time":{"start":1705521016433,"stop":1705521016434,"duration":1}},{"uid":"8ebea868d274b135","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/8ebea868d274b135","status":"passed","time":{"start":1705520811002,"stop":1705520811003,"duration":1}},{"uid":"63e9768fd9641617","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/63e9768fd9641617","status":"passed","time":{"start":1705520163978,"stop":1705520163978,"duration":0}},{"uid":"d65d3433d042983a","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/d65d3433d042983a","status":"passed","time":{"start":1705518395136,"stop":1705518395147,"duration":11}},{"uid":"11f62e4add0a56a7","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/11f62e4add0a56a7","status":"passed","time":{"start":1705518165822,"stop":1705518165822,"duration":0}},{"uid":"5890d3b57cab615a","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/5890d3b57cab615a","status":"passed","time":{"start":1705518062864,"stop":1705518062864,"duration":0}},{"uid":"e60a63c8e110f945","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/e60a63c8e110f945","status":"passed","time":{"start":1705517955336,"stop":1705517955336,"duration":0}},{"uid":"648e02a413e04f02","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/648e02a413e04f02","status":"passed","time":{"start":1705508621277,"stop":1705508621279,"duration":2}},{"uid":"3014e1484b37fd96","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/3014e1484b37fd96","status":"passed","time":{"start":1705506440931,"stop":1705506440931,"duration":0}},{"uid":"b7ae766fd7832c29","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/b7ae766fd7832c29","status":"passed","time":{"start":1705502898671,"stop":1705502898671,"duration":0}},{"uid":"1e02bf000c60b687","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/1e02bf000c60b687","status":"passed","time":{"start":1705502231197,"stop":1705502231198,"duration":1}},{"uid":"cccf3016db20dd4e","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/cccf3016db20dd4e","status":"passed","time":{"start":1705502434945,"stop":1705502434945,"duration":0}},{"uid":"dd6e07eb321474c1","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/dd6e07eb321474c1","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495384742,"stop":1705495384742,"duration":0}},{"uid":"83c9a882f3db76cb","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/83c9a882f3db76cb","status":"passed","time":{"start":1705494891663,"stop":1705494891663,"duration":0}},{"uid":"d6814f9693c3855d","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d6814f9693c3855d","status":"passed","time":{"start":1705494852281,"stop":1705494852282,"duration":1}},{"uid":"db6dd80d1d172794","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/db6dd80d1d172794","status":"passed","time":{"start":1705493411435,"stop":1705493411435,"duration":0}},{"uid":"d71502159e86d144","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/d71502159e86d144","status":"passed","time":{"start":1705493382747,"stop":1705493382747,"duration":0}},{"uid":"2194a77e9b0a3067","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/2194a77e9b0a3067","status":"passed","time":{"start":1705485206012,"stop":1705485206012,"duration":0}},{"uid":"6be1a64f49d80efb","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6be1a64f49d80efb","status":"passed","time":{"start":1705485065033,"stop":1705485065033,"duration":0}},{"uid":"83eabb39529da3b","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/83eabb39529da3b","status":"passed","time":{"start":1705484311480,"stop":1705484311481,"duration":1}}]},"60b1ef82a20f6fc3ab7b6f6ab668ec9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"febf82f8f50d1b74","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/febf82f8f50d1b74","status":"passed","time":{"start":1706100979757,"stop":1706100979757,"duration":0}},{"uid":"3c7a39f38fe4fe69","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/3c7a39f38fe4fe69","status":"passed","time":{"start":1706100012426,"stop":1706100012427,"duration":1}},{"uid":"7ac1857f1bc60cb","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/7ac1857f1bc60cb","status":"passed","time":{"start":1706077739083,"stop":1706077739084,"duration":1}},{"uid":"ea670948cf27ac8f","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/ea670948cf27ac8f","status":"passed","time":{"start":1706069827467,"stop":1706069827468,"duration":1}},{"uid":"547723d4bccf4517","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/547723d4bccf4517","status":"passed","time":{"start":1705950521665,"stop":1705950521665,"duration":0}},{"uid":"b21036e2d572632d","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b21036e2d572632d","status":"passed","time":{"start":1705938343371,"stop":1705938343372,"duration":1}},{"uid":"cb504080f73d78c7","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/cb504080f73d78c7","status":"passed","time":{"start":1705913488223,"stop":1705913488224,"duration":1}},{"uid":"42e166bb89226c39","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/42e166bb89226c39","status":"passed","time":{"start":1705913034273,"stop":1705913034273,"duration":0}},{"uid":"aa7b6cd217373db4","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/aa7b6cd217373db4","status":"passed","time":{"start":1705912407140,"stop":1705912407140,"duration":0}},{"uid":"7be9b9b3aa105275","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/7be9b9b3aa105275","status":"passed","time":{"start":1705911588793,"stop":1705911588793,"duration":0}},{"uid":"88566c38c10be530","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/88566c38c10be530","status":"passed","time":{"start":1705698799117,"stop":1705698799117,"duration":0}},{"uid":"58546ec890a8275","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/58546ec890a8275","status":"passed","time":{"start":1705687522366,"stop":1705687522366,"duration":0}},{"uid":"929b1a9187c8a815","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/929b1a9187c8a815","status":"passed","time":{"start":1705687430745,"stop":1705687430746,"duration":1}},{"uid":"4d2b2745a89af313","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/4d2b2745a89af313","status":"passed","time":{"start":1705678121468,"stop":1705678121468,"duration":0}},{"uid":"673f590deaae58c9","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/673f590deaae58c9","status":"passed","time":{"start":1705678046312,"stop":1705678046313,"duration":1}},{"uid":"a6553a3f1d49facb","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/a6553a3f1d49facb","status":"passed","time":{"start":1705677908050,"stop":1705677908050,"duration":0}},{"uid":"1d502cf561d5c08e","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/1d502cf561d5c08e","status":"passed","time":{"start":1705677463218,"stop":1705677463218,"duration":0}},{"uid":"520b851ec52896a5","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/520b851ec52896a5","status":"passed","time":{"start":1705676052698,"stop":1705676052699,"duration":1}},{"uid":"f4e6e3c81a8ea184","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/f4e6e3c81a8ea184","status":"passed","time":{"start":1705675474639,"stop":1705675474639,"duration":0}},{"uid":"f89d7b21fb71478b","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/f89d7b21fb71478b","status":"passed","time":{"start":1705670338391,"stop":1705670338391,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"63696ac2358167b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63696ac2358167b2","status":"passed","time":{"start":1706529232496,"stop":1706529232497,"duration":1}},{"uid":"55289cab869dfbbc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/55289cab869dfbbc","status":"passed","time":{"start":1706528204713,"stop":1706528204714,"duration":1}},{"uid":"44af981433f43efd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/44af981433f43efd","status":"passed","time":{"start":1706527099416,"stop":1706527099416,"duration":0}},{"uid":"d05cb0ecf4b7f8a2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d05cb0ecf4b7f8a2","status":"passed","time":{"start":1706526797226,"stop":1706526797226,"duration":0}},{"uid":"315492be75df2d36","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/315492be75df2d36","status":"passed","time":{"start":1706526702298,"stop":1706526702299,"duration":1}},{"uid":"a651e43a307a621d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a651e43a307a621d","status":"passed","time":{"start":1706526144638,"stop":1706526144639,"duration":1}},{"uid":"2b067c01312b5c85","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2b067c01312b5c85","status":"passed","time":{"start":1706525605481,"stop":1706525605482,"duration":1}},{"uid":"6ff2f658ea81850a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6ff2f658ea81850a","status":"passed","time":{"start":1706525237517,"stop":1706525237518,"duration":1}},{"uid":"10ee3a9c0c71cd09","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/10ee3a9c0c71cd09","status":"passed","time":{"start":1706467847956,"stop":1706467847956,"duration":0}},{"uid":"36c8b254621ed552","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/36c8b254621ed552","status":"passed","time":{"start":1706323224590,"stop":1706323224590,"duration":0}},{"uid":"1878fa91232570d1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1878fa91232570d1","status":"passed","time":{"start":1706321490515,"stop":1706321490515,"duration":0}},{"uid":"fa4d19a10d1a883c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fa4d19a10d1a883c","status":"passed","time":{"start":1706115297913,"stop":1706115297913,"duration":0}},{"uid":"f22d3e3d1b127e03","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f22d3e3d1b127e03","status":"passed","time":{"start":1706114468895,"stop":1706114468896,"duration":1}},{"uid":"28f43ec162f9462b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/28f43ec162f9462b","status":"passed","time":{"start":1706111928721,"stop":1706111928721,"duration":0}},{"uid":"a698cf4e91a4784a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a698cf4e91a4784a","status":"passed","time":{"start":1706111629325,"stop":1706111629326,"duration":1}},{"uid":"842464b0ec72a03","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/842464b0ec72a03","status":"passed","time":{"start":1706109548338,"stop":1706109548339,"duration":1}},{"uid":"8a50a88fc2b5f64","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8a50a88fc2b5f64","status":"passed","time":{"start":1706103319930,"stop":1706103319930,"duration":0}},{"uid":"f537a12ec924d689","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f537a12ec924d689","status":"passed","time":{"start":1706103066443,"stop":1706103066452,"duration":9}},{"uid":"56a62ec8d4ba5060","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/56a62ec8d4ba5060","status":"passed","time":{"start":1706102448465,"stop":1706102448465,"duration":0}},{"uid":"dabf208848afe11e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/dabf208848afe11e","status":"passed","time":{"start":1706102342942,"stop":1706102342943,"duration":1}}]},"a0bdbceaf0a40253a35c28fdcacee7a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"231ab900763ebeae","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/231ab900763ebeae","status":"passed","time":{"start":1706101594027,"stop":1706101594027,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"3189861ccede0335","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3189861ccede0335","status":"passed","time":{"start":1706528760736,"stop":1706528760736,"duration":0}},{"uid":"8faf666373e15028","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8faf666373e15028","status":"passed","time":{"start":1706527729321,"stop":1706527729322,"duration":1}},{"uid":"5ce038be1fd809d7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5ce038be1fd809d7","status":"passed","time":{"start":1706526744073,"stop":1706526744073,"duration":0}},{"uid":"bef813fec16ff621","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bef813fec16ff621","status":"passed","time":{"start":1706526440822,"stop":1706526440822,"duration":0}},{"uid":"2d89774653314e35","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2d89774653314e35","status":"passed","time":{"start":1706526346096,"stop":1706526346097,"duration":1}},{"uid":"2e3f1f6353a7e44c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2e3f1f6353a7e44c","status":"passed","time":{"start":1706525774994,"stop":1706525774994,"duration":0}},{"uid":"c7645f6742f1b4c7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c7645f6742f1b4c7","status":"passed","time":{"start":1706525242002,"stop":1706525242002,"duration":0}},{"uid":"90023eaac1fa3c34","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/90023eaac1fa3c34","status":"passed","time":{"start":1706524803171,"stop":1706524803171,"duration":0}},{"uid":"561c29a9500b47b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/561c29a9500b47b","status":"passed","time":{"start":1706467497091,"stop":1706467497091,"duration":0}},{"uid":"19af4c7cfc703e03","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/19af4c7cfc703e03","status":"passed","time":{"start":1706322850087,"stop":1706322850087,"duration":0}},{"uid":"89572b3f6632462f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/89572b3f6632462f","status":"passed","time":{"start":1706321162961,"stop":1706321162961,"duration":0}},{"uid":"a340c17c73c74f3","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a340c17c73c74f3","status":"passed","time":{"start":1706244679264,"stop":1706244679264,"duration":0}},{"uid":"f0c886e5ec9ab476","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f0c886e5ec9ab476","status":"passed","time":{"start":1706242247535,"stop":1706242247535,"duration":0}},{"uid":"675b3dc22f60356b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/675b3dc22f60356b","status":"passed","time":{"start":1706114935939,"stop":1706114935939,"duration":0}},{"uid":"173b09c76315ec1e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/173b09c76315ec1e","status":"passed","time":{"start":1706114106561,"stop":1706114106562,"duration":1}},{"uid":"da6d753860555f0f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/da6d753860555f0f","status":"passed","time":{"start":1706111581216,"stop":1706111581216,"duration":0}},{"uid":"d16af04bde928924","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d16af04bde928924","status":"passed","time":{"start":1706111270944,"stop":1706111270944,"duration":0}},{"uid":"d9944e8c52e90d9e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d9944e8c52e90d9e","status":"passed","time":{"start":1706109173585,"stop":1706109173585,"duration":0}},{"uid":"590ffbac057d5b91","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/590ffbac057d5b91","status":"passed","time":{"start":1706102991308,"stop":1706102991308,"duration":0}},{"uid":"4bd92031948c14d7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4bd92031948c14d7","status":"passed","time":{"start":1706102731124,"stop":1706102731125,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"8d484d2e18cb343e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8d484d2e18cb343e","status":"passed","time":{"start":1706529218538,"stop":1706529218542,"duration":4}},{"uid":"404d4fd825576b38","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/404d4fd825576b38","status":"passed","time":{"start":1706528190591,"stop":1706528190592,"duration":1}},{"uid":"d7e349694809f88f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d7e349694809f88f","status":"passed","time":{"start":1706527166798,"stop":1706527166804,"duration":6}},{"uid":"5ea0f9196754906e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5ea0f9196754906e","status":"passed","time":{"start":1706526866914,"stop":1706526866914,"duration":0}},{"uid":"23b5e6b01234dc1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/23b5e6b01234dc1","status":"passed","time":{"start":1706526763577,"stop":1706526763577,"duration":0}},{"uid":"4ed069b32c9d3561","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4ed069b32c9d3561","status":"passed","time":{"start":1706526185699,"stop":1706526185699,"duration":0}},{"uid":"eec8b85b9e074db9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/eec8b85b9e074db9","status":"passed","time":{"start":1706525659016,"stop":1706525659016,"duration":0}},{"uid":"d30d5b03172ac49d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d30d5b03172ac49d","status":"passed","time":{"start":1706525242383,"stop":1706525242383,"duration":0}},{"uid":"6ba0af258e27c217","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6ba0af258e27c217","status":"passed","time":{"start":1706467906893,"stop":1706467906893,"duration":0}},{"uid":"8932fa7c8512f23","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8932fa7c8512f23","status":"passed","time":{"start":1706323273291,"stop":1706323273291,"duration":0}},{"uid":"9a5972634f8be0d4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9a5972634f8be0d4","status":"passed","time":{"start":1706321575895,"stop":1706321575895,"duration":0}},{"uid":"d44077e03c418f21","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d44077e03c418f21","status":"passed","time":{"start":1706115384061,"stop":1706115384061,"duration":0}},{"uid":"ee5916f08acf6a06","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ee5916f08acf6a06","status":"passed","time":{"start":1706114521958,"stop":1706114521958,"duration":0}},{"uid":"57f1c00ee18f29e9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/57f1c00ee18f29e9","status":"passed","time":{"start":1706112015268,"stop":1706112015269,"duration":1}},{"uid":"f8979913a9e10a76","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f8979913a9e10a76","status":"passed","time":{"start":1706111693412,"stop":1706111693412,"duration":0}},{"uid":"8c553e531cd85966","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8c553e531cd85966","status":"passed","time":{"start":1706109609749,"stop":1706109609749,"duration":0}},{"uid":"243780a51ea18741","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/243780a51ea18741","status":"passed","time":{"start":1706103393470,"stop":1706103393471,"duration":1}},{"uid":"908a91f66e4611e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/908a91f66e4611e","status":"passed","time":{"start":1706103153323,"stop":1706103153324,"duration":1}},{"uid":"de80f177f391566f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/de80f177f391566f","status":"passed","time":{"start":1706102507034,"stop":1706102507034,"duration":0}},{"uid":"cb932957985a0427","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cb932957985a0427","status":"passed","time":{"start":1706102385198,"stop":1706102385198,"duration":0}}]},"c884c2fb07e8dc3a4fdd9e88c7efa20a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":45,"unknown":0,"total":46},"items":[{"uid":"6dabf23bb20bb99c","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/6dabf23bb20bb99c","status":"passed","time":{"start":1705521140292,"stop":1705521140292,"duration":0}},{"uid":"44df324f2363421","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/44df324f2363421","status":"passed","time":{"start":1705520883402,"stop":1705520883402,"duration":0}},{"uid":"c955402becfb1648","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c955402becfb1648","status":"passed","time":{"start":1705520300879,"stop":1705520300879,"duration":0}},{"uid":"a15e88b42948026","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a15e88b42948026","status":"passed","time":{"start":1705518525952,"stop":1705518525952,"duration":0}},{"uid":"970d557cc8da49ee","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/970d557cc8da49ee","status":"passed","time":{"start":1705518246798,"stop":1705518246798,"duration":0}},{"uid":"d998176f99ef4d18","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/d998176f99ef4d18","status":"passed","time":{"start":1705518140964,"stop":1705518140964,"duration":0}},{"uid":"f369ece8613d2b44","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/f369ece8613d2b44","status":"passed","time":{"start":1705518032406,"stop":1705518032407,"duration":1}},{"uid":"ef9900f604d0bfcc","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/ef9900f604d0bfcc","status":"passed","time":{"start":1705508700799,"stop":1705508700800,"duration":1}},{"uid":"634a3b45606c88a2","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/634a3b45606c88a2","status":"passed","time":{"start":1705506512632,"stop":1705506512632,"duration":0}},{"uid":"884cb2e0635de673","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/884cb2e0635de673","status":"passed","time":{"start":1705502966497,"stop":1705502966497,"duration":0}},{"uid":"626e910227458d08","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/626e910227458d08","status":"passed","time":{"start":1705502370706,"stop":1705502370706,"duration":0}},{"uid":"4411fa5f0ed54add","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/4411fa5f0ed54add","status":"passed","time":{"start":1705502517761,"stop":1705502517761,"duration":0}},{"uid":"af6b0afdaadee28c","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/af6b0afdaadee28c","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321652,"stop":1705495321653,"duration":1}},{"uid":"94405bff68ecaf68","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/94405bff68ecaf68","status":"passed","time":{"start":1705494975677,"stop":1705494975679,"duration":2}},{"uid":"9d585f68ae687f32","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/9d585f68ae687f32","status":"passed","time":{"start":1705494930720,"stop":1705494930721,"duration":1}},{"uid":"ea70688847171784","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ea70688847171784","status":"passed","time":{"start":1705493496290,"stop":1705493496290,"duration":0}},{"uid":"d54734ee888aa00b","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/d54734ee888aa00b","status":"passed","time":{"start":1705493451241,"stop":1705493451241,"duration":0}},{"uid":"4305551d8b5bb172","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4305551d8b5bb172","status":"passed","time":{"start":1705485279295,"stop":1705485279295,"duration":0}},{"uid":"761e18472cc8228e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/761e18472cc8228e","status":"passed","time":{"start":1705485136795,"stop":1705485136795,"duration":0}},{"uid":"c9cd3c6b3c2e5aea","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c9cd3c6b3c2e5aea","status":"passed","time":{"start":1705484392920,"stop":1705484392920,"duration":0}}]},"93544b3bdd87f81d3896b50f9b3a7fa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fafd5d79add93b1","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/9fafd5d79add93b1","status":"passed","time":{"start":1705521790753,"stop":1705521790753,"duration":0}}]},"6effa5655b72498e146b1780aa08dd9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcd48d53df12c46d","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/fcd48d53df12c46d","status":"passed","time":{"start":1705590961274,"stop":1705590961274,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"9788a3bc18c764a6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9788a3bc18c764a6","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0}},{"uid":"6415e81840a8e9c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6415e81840a8e9c","status":"passed","time":{"start":1706527705413,"stop":1706527705413,"duration":0}},{"uid":"967fa4a6e2996ea1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/967fa4a6e2996ea1","status":"passed","time":{"start":1706526721650,"stop":1706526721650,"duration":0}},{"uid":"55070c181f8145f1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/55070c181f8145f1","status":"passed","time":{"start":1706526417559,"stop":1706526417559,"duration":0}},{"uid":"887f15da34a691d9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/887f15da34a691d9","status":"passed","time":{"start":1706526322664,"stop":1706526322664,"duration":0}},{"uid":"d76a813a1db4d45f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d76a813a1db4d45f","status":"passed","time":{"start":1706525752761,"stop":1706525752762,"duration":1}},{"uid":"bc13b999d2b3654","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bc13b999d2b3654","status":"passed","time":{"start":1706525219890,"stop":1706525219891,"duration":1}},{"uid":"9718b995c725203d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9718b995c725203d","status":"passed","time":{"start":1706524780916,"stop":1706524780916,"duration":0}},{"uid":"267c34283c816a56","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/267c34283c816a56","status":"passed","time":{"start":1706467474865,"stop":1706467474865,"duration":0}},{"uid":"8c1103cc94542ab1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8c1103cc94542ab1","status":"passed","time":{"start":1706322827213,"stop":1706322827213,"duration":0}},{"uid":"e8fe22284d697417","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e8fe22284d697417","status":"passed","time":{"start":1706321140668,"stop":1706321140668,"duration":0}},{"uid":"af369bb6dc91eaf2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/af369bb6dc91eaf2","status":"passed","time":{"start":1706244656771,"stop":1706244656771,"duration":0}},{"uid":"9c18a43d553c82bd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9c18a43d553c82bd","status":"passed","time":{"start":1706242225075,"stop":1706242225075,"duration":0}},{"uid":"b4b68d2a69a7a819","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b4b68d2a69a7a819","status":"passed","time":{"start":1706114913323,"stop":1706114913324,"duration":1}},{"uid":"517224970aba043e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/517224970aba043e","status":"passed","time":{"start":1706114084085,"stop":1706114084085,"duration":0}},{"uid":"ed0c77422dc4fce","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ed0c77422dc4fce","status":"passed","time":{"start":1706111558872,"stop":1706111558872,"duration":0}},{"uid":"c1c13393ff0c3e3c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c1c13393ff0c3e3c","status":"passed","time":{"start":1706111248331,"stop":1706111248337,"duration":6}},{"uid":"c63cdb9e76fcedb5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c63cdb9e76fcedb5","status":"passed","time":{"start":1706109150490,"stop":1706109150497,"duration":7}},{"uid":"4f23ca053df2caa8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4f23ca053df2caa8","status":"passed","time":{"start":1706102968911,"stop":1706102968911,"duration":0}},{"uid":"4ef0c05adb2fd02e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4ef0c05adb2fd02e","status":"passed","time":{"start":1706102708590,"stop":1706102708596,"duration":6}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"2e2704abbf1c252","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2e2704abbf1c252","status":"passed","time":{"start":1706529403580,"stop":1706529403580,"duration":0}},{"uid":"7d5c0fbf31f014fc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7d5c0fbf31f014fc","status":"passed","time":{"start":1706528357115,"stop":1706528357115,"duration":0}},{"uid":"f54c73c1f8ce946b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f54c73c1f8ce946b","status":"passed","time":{"start":1706527326700,"stop":1706527326700,"duration":0}},{"uid":"449450ccde7612de","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/449450ccde7612de","status":"passed","time":{"start":1706527049802,"stop":1706527049802,"duration":0}},{"uid":"fd33a33cc81a3add","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fd33a33cc81a3add","status":"passed","time":{"start":1706526961450,"stop":1706526961451,"duration":1}},{"uid":"363c9baf79a9cbc9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/363c9baf79a9cbc9","status":"passed","time":{"start":1706526404289,"stop":1706526404289,"duration":0}},{"uid":"84b2a87836496c93","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/84b2a87836496c93","status":"passed","time":{"start":1706525849964,"stop":1706525849965,"duration":1}},{"uid":"3795ddb0e3db6f2b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3795ddb0e3db6f2b","status":"passed","time":{"start":1706525432956,"stop":1706525432957,"duration":1}},{"uid":"3ae143d1eefab0e8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3ae143d1eefab0e8","status":"passed","time":{"start":1706468114356,"stop":1706468114357,"duration":1}},{"uid":"83ae53e3c478cb83","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/83ae53e3c478cb83","status":"passed","time":{"start":1706323469657,"stop":1706323469657,"duration":0}},{"uid":"e2c897dd8bb98828","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e2c897dd8bb98828","status":"passed","time":{"start":1706321771799,"stop":1706321771799,"duration":0}},{"uid":"83ecc29e92d06f30","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/83ecc29e92d06f30","status":"passed","time":{"start":1706115542403,"stop":1706115542403,"duration":0}},{"uid":"ba6316034b5c5b68","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ba6316034b5c5b68","status":"passed","time":{"start":1706114725926,"stop":1706114725926,"duration":0}},{"uid":"681b4adc06a12bbb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/681b4adc06a12bbb","status":"passed","time":{"start":1706112199273,"stop":1706112199273,"duration":0}},{"uid":"fba603c2588fee0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fba603c2588fee0","status":"passed","time":{"start":1706111893744,"stop":1706111893745,"duration":1}},{"uid":"69e9e93d62251e69","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/69e9e93d62251e69","status":"passed","time":{"start":1706109796559,"stop":1706109796559,"duration":0}},{"uid":"1520413ccc7c6256","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1520413ccc7c6256","status":"passed","time":{"start":1706103557160,"stop":1706103557160,"duration":0}},{"uid":"1412ed69ddd76d0c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1412ed69ddd76d0c","status":"passed","time":{"start":1706103365812,"stop":1706103365812,"duration":0}},{"uid":"bfc5263ba7ba94ba","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bfc5263ba7ba94ba","status":"passed","time":{"start":1706102701058,"stop":1706102701058,"duration":0}},{"uid":"cb95eb9fa09d2389","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cb95eb9fa09d2389","status":"passed","time":{"start":1706102579566,"stop":1706102579566,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"24f3fc411b99708c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/24f3fc411b99708c","status":"passed","time":{"start":1706529410670,"stop":1706529410671,"duration":1}},{"uid":"687de1c2200bd5bb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/687de1c2200bd5bb","status":"passed","time":{"start":1706528377616,"stop":1706528377616,"duration":0}},{"uid":"c5c03d9c48fa1dbb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c5c03d9c48fa1dbb","status":"passed","time":{"start":1706527306307,"stop":1706527306307,"duration":0}},{"uid":"a3e6a950b4c5add5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a3e6a950b4c5add5","status":"passed","time":{"start":1706527046993,"stop":1706527046993,"duration":0}},{"uid":"eb7d3de2c2be73d5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/eb7d3de2c2be73d5","status":"passed","time":{"start":1706526952001,"stop":1706526952001,"duration":0}},{"uid":"aa8b6a5d8b994f31","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/aa8b6a5d8b994f31","status":"passed","time":{"start":1706526389840,"stop":1706526389840,"duration":0}},{"uid":"a17625ceb09a8ea4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a17625ceb09a8ea4","status":"passed","time":{"start":1706525847951,"stop":1706525847951,"duration":0}},{"uid":"4a5d7eb4fceec64","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4a5d7eb4fceec64","status":"passed","time":{"start":1706525437956,"stop":1706525437956,"duration":0}},{"uid":"a37255bfe62017ec","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a37255bfe62017ec","status":"passed","time":{"start":1706468095745,"stop":1706468095745,"duration":0}},{"uid":"2d405db2fb05572c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2d405db2fb05572c","status":"passed","time":{"start":1706323461756,"stop":1706323461756,"duration":0}},{"uid":"370e6928e30565ae","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/370e6928e30565ae","status":"passed","time":{"start":1706321743323,"stop":1706321743324,"duration":1}},{"uid":"72b938f25dbb00fc","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/72b938f25dbb00fc","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010806,"stop":1706245010807,"duration":1}},{"uid":"c35554a1ac081794","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c35554a1ac081794","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544463,"stop":1706242544464,"duration":1}},{"uid":"59b6b615f64ef279","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/59b6b615f64ef279","status":"passed","time":{"start":1706115531607,"stop":1706115531607,"duration":0}},{"uid":"97952b18344932a2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/97952b18344932a2","status":"passed","time":{"start":1706114715199,"stop":1706114715199,"duration":0}},{"uid":"79adca406dd7d402","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/79adca406dd7d402","status":"passed","time":{"start":1706112185142,"stop":1706112185142,"duration":0}},{"uid":"e1607166c16e7b5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e1607166c16e7b5","status":"passed","time":{"start":1706111901264,"stop":1706111901264,"duration":0}},{"uid":"c7b5833b651439e6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c7b5833b651439e6","status":"passed","time":{"start":1706109791592,"stop":1706109791592,"duration":0}},{"uid":"3c42f0386137e9e1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3c42f0386137e9e1","status":"passed","time":{"start":1706103523185,"stop":1706103523185,"duration":0}},{"uid":"e278873e6df1dd6c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e278873e6df1dd6c","status":"passed","time":{"start":1706103343827,"stop":1706103343828,"duration":1}}]},"c6feef7d90c26e2d9621c2a5f583dac6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dc86252ff480b13","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/1dc86252ff480b13","status":"passed","time":{"start":1705670275179,"stop":1705670275180,"duration":1}}]},"e2c83a1c26357570d4697da4ca9ee61c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c695a265409e2838","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/c695a265409e2838","status":"passed","time":{"start":1705426509429,"stop":1705426509431,"duration":2}}]},"ac511a76c5434315cfcc00c9cab6e5d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a8b151eb1809fac","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/7a8b151eb1809fac","status":"passed","time":{"start":1706099290630,"stop":1706099290630,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"d7b323013b62c514","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d7b323013b62c514","status":"passed","time":{"start":1706529218536,"stop":1706529218537,"duration":1}},{"uid":"50b6b67c41f9e1fd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/50b6b67c41f9e1fd","status":"passed","time":{"start":1706528190590,"stop":1706528190591,"duration":1}},{"uid":"e3e84f89879f43b1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e3e84f89879f43b1","status":"passed","time":{"start":1706527166794,"stop":1706527166798,"duration":4}},{"uid":"746a915815a5fd94","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/746a915815a5fd94","status":"passed","time":{"start":1706526866907,"stop":1706526866912,"duration":5}},{"uid":"ec7457538ce93901","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ec7457538ce93901","status":"passed","time":{"start":1706526763576,"stop":1706526763576,"duration":0}},{"uid":"aed439afbbe2c91b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/aed439afbbe2c91b","status":"passed","time":{"start":1706526185698,"stop":1706526185699,"duration":1}},{"uid":"e34148a24e7cdcc2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e34148a24e7cdcc2","status":"passed","time":{"start":1706525659009,"stop":1706525659009,"duration":0}},{"uid":"2c3c1447b59ab4b1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2c3c1447b59ab4b1","status":"passed","time":{"start":1706525242382,"stop":1706525242382,"duration":0}},{"uid":"5ee648a0996a0354","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5ee648a0996a0354","status":"passed","time":{"start":1706467906892,"stop":1706467906892,"duration":0}},{"uid":"ee17b7f037fb7d43","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ee17b7f037fb7d43","status":"passed","time":{"start":1706323273290,"stop":1706323273290,"duration":0}},{"uid":"c142e5f7b3aa1d25","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c142e5f7b3aa1d25","status":"passed","time":{"start":1706321575894,"stop":1706321575894,"duration":0}},{"uid":"b29ea7d56c8fba61","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b29ea7d56c8fba61","status":"passed","time":{"start":1706115384060,"stop":1706115384060,"duration":0}},{"uid":"e8ceaebb60640e91","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e8ceaebb60640e91","status":"passed","time":{"start":1706114521957,"stop":1706114521957,"duration":0}},{"uid":"ba035661f2348934","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ba035661f2348934","status":"passed","time":{"start":1706112015268,"stop":1706112015268,"duration":0}},{"uid":"759d5c7aacae253","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/759d5c7aacae253","status":"passed","time":{"start":1706111693411,"stop":1706111693411,"duration":0}},{"uid":"73ee1e2e8dadf4f0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/73ee1e2e8dadf4f0","status":"passed","time":{"start":1706109609748,"stop":1706109609748,"duration":0}},{"uid":"a3d94e63b0422d77","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a3d94e63b0422d77","status":"passed","time":{"start":1706103393469,"stop":1706103393470,"duration":1}},{"uid":"1e194d7a911dd4af","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1e194d7a911dd4af","status":"passed","time":{"start":1706103153322,"stop":1706103153323,"duration":1}},{"uid":"4b5d620426078d5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4b5d620426078d5","status":"passed","time":{"start":1706102507033,"stop":1706102507033,"duration":0}},{"uid":"b1ccebab52a20e59","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b1ccebab52a20e59","status":"passed","time":{"start":1706102385197,"stop":1706102385197,"duration":0}}]},"7af6f942c9dc1e887943ee7004bf0860:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12fc8f18949e16c7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/12fc8f18949e16c7","status":"passed","time":{"start":1706114635377,"stop":1706114635378,"duration":1}}]},"f4b85a38ebc7bb5ad6829a1cf24f210a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89d844dd3db93996","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/89d844dd3db93996","status":"passed","time":{"start":1705485238755,"stop":1705485238755,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"a1188f6e00c6c037","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a1188f6e00c6c037","status":"passed","time":{"start":1706528787512,"stop":1706528787515,"duration":3}},{"uid":"f58ae5c45c9104e6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f58ae5c45c9104e6","status":"passed","time":{"start":1706527760838,"stop":1706527760839,"duration":1}},{"uid":"874b14e01135ce7a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/874b14e01135ce7a","status":"passed","time":{"start":1706526770923,"stop":1706526770925,"duration":2}},{"uid":"386f325ca0aa0d22","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/386f325ca0aa0d22","status":"passed","time":{"start":1706526471041,"stop":1706526471043,"duration":2}},{"uid":"eeb8c6a69e830c95","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/eeb8c6a69e830c95","status":"passed","time":{"start":1706526378814,"stop":1706526378815,"duration":1}},{"uid":"17e882c04d581f5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/17e882c04d581f5","status":"passed","time":{"start":1706525802338,"stop":1706525802340,"duration":2}},{"uid":"2558d8e687ffec0a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2558d8e687ffec0a","status":"passed","time":{"start":1706525269700,"stop":1706525269704,"duration":4}},{"uid":"40e0851ecf7683eb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/40e0851ecf7683eb","status":"passed","time":{"start":1706524832174,"stop":1706524832176,"duration":2}},{"uid":"dc346bd1f83b5b83","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dc346bd1f83b5b83","status":"passed","time":{"start":1706467526660,"stop":1706467526662,"duration":2}},{"uid":"c482fa1fd9fd33c0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c482fa1fd9fd33c0","status":"passed","time":{"start":1706322876701,"stop":1706322876703,"duration":2}},{"uid":"9c8aa3b46175a28e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9c8aa3b46175a28e","status":"passed","time":{"start":1706321192887,"stop":1706321192889,"duration":2}},{"uid":"cb434f2f7b0df245","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cb434f2f7b0df245","status":"passed","time":{"start":1706244711591,"stop":1706244711591,"duration":0}},{"uid":"1e83a84a2985bff9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1e83a84a2985bff9","status":"passed","time":{"start":1706242276195,"stop":1706242276196,"duration":1}},{"uid":"5e817048470087ca","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5e817048470087ca","status":"passed","time":{"start":1706114963435,"stop":1706114963437,"duration":2}},{"uid":"89a8cf3b59ceb033","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/89a8cf3b59ceb033","status":"passed","time":{"start":1706114132483,"stop":1706114132484,"duration":1}},{"uid":"4e42bd55162ee03f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4e42bd55162ee03f","status":"passed","time":{"start":1706111608345,"stop":1706111608347,"duration":2}},{"uid":"91279ea6fba1924b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/91279ea6fba1924b","status":"passed","time":{"start":1706111301199,"stop":1706111301201,"duration":2}},{"uid":"f33f5653e71dd5f4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f33f5653e71dd5f4","status":"passed","time":{"start":1706109202168,"stop":1706109202171,"duration":3}},{"uid":"561a01d880772dda","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/561a01d880772dda","status":"passed","time":{"start":1706103019516,"stop":1706103019518,"duration":2}},{"uid":"a8389bb39c32f2fa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a8389bb39c32f2fa","status":"passed","time":{"start":1706102766894,"stop":1706102766895,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"6d92a10974840ab6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6d92a10974840ab6","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0}},{"uid":"8a61e25597598107","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8a61e25597598107","status":"passed","time":{"start":1706527705427,"stop":1706527705427,"duration":0}},{"uid":"3aec728219686b8d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3aec728219686b8d","status":"passed","time":{"start":1706526721659,"stop":1706526721659,"duration":0}},{"uid":"f5c9f27b9ae2505a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f5c9f27b9ae2505a","status":"passed","time":{"start":1706526417563,"stop":1706526417563,"duration":0}},{"uid":"3e9ecd27b46d001c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3e9ecd27b46d001c","status":"passed","time":{"start":1706526322673,"stop":1706526322673,"duration":0}},{"uid":"3bc738d7fc43e5d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3bc738d7fc43e5d","status":"passed","time":{"start":1706525752767,"stop":1706525752767,"duration":0}},{"uid":"36cab76c5dcdf4df","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/36cab76c5dcdf4df","status":"passed","time":{"start":1706525219895,"stop":1706525219896,"duration":1}},{"uid":"4a92818b236d3ddc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4a92818b236d3ddc","status":"passed","time":{"start":1706524780928,"stop":1706524780928,"duration":0}},{"uid":"cd7a4b956070d76a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cd7a4b956070d76a","status":"passed","time":{"start":1706467474876,"stop":1706467474877,"duration":1}},{"uid":"e09d95018b940df4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e09d95018b940df4","status":"passed","time":{"start":1706322827218,"stop":1706322827218,"duration":0}},{"uid":"6d1127862b66bf95","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6d1127862b66bf95","status":"passed","time":{"start":1706321140681,"stop":1706321140681,"duration":0}},{"uid":"249c4bd3d0b402c6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/249c4bd3d0b402c6","status":"passed","time":{"start":1706244656775,"stop":1706244656775,"duration":0}},{"uid":"83bd52f4166db819","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/83bd52f4166db819","status":"passed","time":{"start":1706242225088,"stop":1706242225088,"duration":0}},{"uid":"2939d92991e78aa7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2939d92991e78aa7","status":"passed","time":{"start":1706114913329,"stop":1706114913329,"duration":0}},{"uid":"3cc246e50d77fefa","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3cc246e50d77fefa","status":"passed","time":{"start":1706114084090,"stop":1706114084091,"duration":1}},{"uid":"9aa91aaa56879d09","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9aa91aaa56879d09","status":"passed","time":{"start":1706111558878,"stop":1706111558878,"duration":0}},{"uid":"e55680a26585b427","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e55680a26585b427","status":"passed","time":{"start":1706111248342,"stop":1706111248342,"duration":0}},{"uid":"7ac17aa32fd17ae9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7ac17aa32fd17ae9","status":"passed","time":{"start":1706109150501,"stop":1706109150501,"duration":0}},{"uid":"3eab7d4757f4f379","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3eab7d4757f4f379","status":"passed","time":{"start":1706102968920,"stop":1706102968920,"duration":0}},{"uid":"b426d4bcb2b20a30","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b426d4bcb2b20a30","status":"passed","time":{"start":1706102708600,"stop":1706102708600,"duration":0}}]},"a93358fb872abdc1741087a9695b1193:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f06d35515f556493","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/f06d35515f556493","status":"passed","time":{"start":1705391454133,"stop":1705391454133,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":129,"unknown":0,"total":130},"items":[{"uid":"c6923f624e367586","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c6923f624e367586","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"duration":0}},{"uid":"a580780ef3dcc3de","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a580780ef3dcc3de","status":"passed","time":{"start":1706528227158,"stop":1706528227158,"duration":0}},{"uid":"e819677abcfae0c0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e819677abcfae0c0","status":"passed","time":{"start":1706527190763,"stop":1706527190763,"duration":0}},{"uid":"85ee9b6881e0dc1d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/85ee9b6881e0dc1d","status":"passed","time":{"start":1706526900154,"stop":1706526900155,"duration":1}},{"uid":"ff7f47a38399f0a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ff7f47a38399f0a","status":"passed","time":{"start":1706526805125,"stop":1706526805128,"duration":3}},{"uid":"8d65492df2c501b1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8d65492df2c501b1","status":"passed","time":{"start":1706526239679,"stop":1706526239679,"duration":0}},{"uid":"e00aac24e558b501","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e00aac24e558b501","status":"passed","time":{"start":1706525701054,"stop":1706525701054,"duration":0}},{"uid":"e015e64643ec7a7f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e015e64643ec7a7f","status":"passed","time":{"start":1706525290656,"stop":1706525290656,"duration":0}},{"uid":"d6e3d835d03681a8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d6e3d835d03681a8","status":"passed","time":{"start":1706467928030,"stop":1706467928031,"duration":1}},{"uid":"4acf2c422242ec23","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4acf2c422242ec23","status":"passed","time":{"start":1706323327241,"stop":1706323327241,"duration":0}},{"uid":"e711bae8d9b0d432","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e711bae8d9b0d432","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449220,"stop":1706321449221,"duration":1}},{"uid":"dd73da20dc9b4e45","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/dd73da20dc9b4e45","status":"passed","time":{"start":1706115400176,"stop":1706115400176,"duration":0}},{"uid":"32c95840adae0686","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/32c95840adae0686","status":"passed","time":{"start":1706114546368,"stop":1706114546368,"duration":0}},{"uid":"7ac58ff59abf516c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7ac58ff59abf516c","status":"passed","time":{"start":1706112015692,"stop":1706112015692,"duration":0}},{"uid":"92697e8e62bef892","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/92697e8e62bef892","status":"passed","time":{"start":1706111736268,"stop":1706111736268,"duration":0}},{"uid":"8c7adde0e9597690","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8c7adde0e9597690","status":"passed","time":{"start":1706109647601,"stop":1706109647601,"duration":0}},{"uid":"8810a9b9146847cd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8810a9b9146847cd","status":"passed","time":{"start":1706103431923,"stop":1706103431923,"duration":0}},{"uid":"bf6ee127705b841e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bf6ee127705b841e","status":"passed","time":{"start":1706103172412,"stop":1706103172412,"duration":0}},{"uid":"46b7bd7489d140","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/46b7bd7489d140","status":"passed","time":{"start":1706102539695,"stop":1706102539696,"duration":1}},{"uid":"26734c3a7ec12b5a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/26734c3a7ec12b5a","status":"passed","time":{"start":1706102412590,"stop":1706102412590,"duration":0}}]},"d4e740a561d1fa6a571f7b972101581e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f36751ca4a116089","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f36751ca4a116089","status":"passed","time":{"start":1706526929208,"stop":1706526929208,"duration":0}}]},"a630bb92f839e98acc3d9034cd3a0840:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1c788d7e248cbb7","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/f1c788d7e248cbb7","status":"passed","time":{"start":1705678121504,"stop":1705678121504,"duration":0}}]},"b34209064a68ae425f517ec40b38c628:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32246d850c44cf7f","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/32246d850c44cf7f","status":"passed","time":{"start":1705521140309,"stop":1705521140309,"duration":0}}]},"7fa460b3c5739414f4d6fb582af2eca8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"460f4c59d2134182","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/460f4c59d2134182","status":"passed","time":{"start":1705493451258,"stop":1705493451258,"duration":0}}]},"ebcd62916e99004359471374a73b8015:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f901736eeead8ca8","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/f901736eeead8ca8","status":"passed","time":{"start":1705521751438,"stop":1705521751438,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"25584f096b2d177a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/25584f096b2d177a","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"duration":0}},{"uid":"b6a9163157338b8e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b6a9163157338b8e","status":"passed","time":{"start":1706528357071,"stop":1706528357071,"duration":0}},{"uid":"b6c70ee5b4ecafeb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b6c70ee5b4ecafeb","status":"passed","time":{"start":1706527326684,"stop":1706527326684,"duration":0}},{"uid":"68c7f6a420ed6d59","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/68c7f6a420ed6d59","status":"passed","time":{"start":1706527049788,"stop":1706527049789,"duration":1}},{"uid":"c381f826f902ace8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c381f826f902ace8","status":"passed","time":{"start":1706526961433,"stop":1706526961433,"duration":0}},{"uid":"24c596d9d108643b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/24c596d9d108643b","status":"passed","time":{"start":1706526404271,"stop":1706526404272,"duration":1}},{"uid":"d2d4c9f4bae5f88b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d2d4c9f4bae5f88b","status":"passed","time":{"start":1706525849948,"stop":1706525849948,"duration":0}},{"uid":"1e7a7434fda292fd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1e7a7434fda292fd","status":"passed","time":{"start":1706525432940,"stop":1706525432940,"duration":0}},{"uid":"9d63de733374104a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9d63de733374104a","status":"passed","time":{"start":1706468114339,"stop":1706468114339,"duration":0}},{"uid":"8c4c2dd2ccfc58a3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8c4c2dd2ccfc58a3","status":"passed","time":{"start":1706323469641,"stop":1706323469641,"duration":0}},{"uid":"358f3184b4e57a02","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/358f3184b4e57a02","status":"passed","time":{"start":1706321771782,"stop":1706321771782,"duration":0}},{"uid":"76d35133ab2d5c6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/76d35133ab2d5c6","status":"passed","time":{"start":1706115542389,"stop":1706115542389,"duration":0}},{"uid":"33f56375c9eb5db","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/33f56375c9eb5db","status":"passed","time":{"start":1706114725912,"stop":1706114725912,"duration":0}},{"uid":"89985a9c328bf57f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/89985a9c328bf57f","status":"passed","time":{"start":1706112199255,"stop":1706112199255,"duration":0}},{"uid":"5c4cf3da732fc2ed","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5c4cf3da732fc2ed","status":"passed","time":{"start":1706111893728,"stop":1706111893729,"duration":1}},{"uid":"affb17f0dec42a60","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/affb17f0dec42a60","status":"passed","time":{"start":1706109796546,"stop":1706109796546,"duration":0}},{"uid":"190c6693b0cb7978","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/190c6693b0cb7978","status":"passed","time":{"start":1706103557144,"stop":1706103557145,"duration":1}},{"uid":"8dc9d9dbab78c646","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8dc9d9dbab78c646","status":"passed","time":{"start":1706103365795,"stop":1706103365795,"duration":0}},{"uid":"6b9379f06581ef12","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6b9379f06581ef12","status":"passed","time":{"start":1706102701042,"stop":1706102701042,"duration":0}},{"uid":"b529c1b426f20da2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b529c1b426f20da2","status":"passed","time":{"start":1706102579551,"stop":1706102579551,"duration":0}}]},"181e22774f794692235867359ecf8605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e41def34055e4dd","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/8e41def34055e4dd","status":"passed","time":{"start":1705677864493,"stop":1705677864493,"duration":0}}]},"2b050d0cdcee0b35b1d0783ddacc2f3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7381b51e54999147","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7381b51e54999147","status":"passed","time":{"start":1705518096812,"stop":1705518096813,"duration":1}}]},"bd8df5f3349035e71f9c6a426cbcfc0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90849170135af3f7","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/90849170135af3f7","status":"passed","time":{"start":1705518140995,"stop":1705518140996,"duration":1}}]},"420c1829859777a23871f217ddb066f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75015cc92318049","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/75015cc92318049","status":"passed","time":{"start":1706102322248,"stop":1706102322248,"duration":0}}]},"b74b1e988a665e68981eb022ed7b46ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c709c6202fc41f68","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c709c6202fc41f68","status":"passed","time":{"start":1706323430980,"stop":1706323430981,"duration":1}}]},"be4bfd6b204f882b39cd2042c4d3db3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24065545e938663b","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/24065545e938663b","status":"passed","time":{"start":1706099096977,"stop":1706099096978,"duration":1}}]},"d0a721d6cfa5ac90794c01dbc9a3074f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c779e2d0b05b265","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/1c779e2d0b05b265","status":"passed","time":{"start":1706101499462,"stop":1706101499462,"duration":0}}]},"54f2900000d19c28f41deb30925752a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9e8aa67aa0f8bda","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/a9e8aa67aa0f8bda","status":"passed","time":{"start":1705391632249,"stop":1705391632250,"duration":1}}]},"8e75abc942693625cacf5fa7cf289c51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":38,"unknown":0,"total":38},"items":[{"uid":"902cf9e564e4be4c","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/902cf9e564e4be4c","status":"passed","time":{"start":1705520739816,"stop":1705520739817,"duration":1}},{"uid":"7fe80995545271f9","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/7fe80995545271f9","status":"passed","time":{"start":1705518110158,"stop":1705518110159,"duration":1}},{"uid":"7b2463402ea352ca","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7b2463402ea352ca","status":"passed","time":{"start":1705518007083,"stop":1705518007083,"duration":0}},{"uid":"8f7a405258d32b5d","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/8f7a405258d32b5d","status":"passed","time":{"start":1705517887853,"stop":1705517887853,"duration":0}},{"uid":"3795aa993ce4a136","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/3795aa993ce4a136","status":"passed","time":{"start":1705508547220,"stop":1705508547221,"duration":1}},{"uid":"109b0fb27940296a","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/109b0fb27940296a","status":"passed","time":{"start":1705506381554,"stop":1705506381554,"duration":0}},{"uid":"a7f1f5c26643309","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/a7f1f5c26643309","status":"passed","time":{"start":1705502839999,"stop":1705502840000,"duration":1}},{"uid":"3683566c59fb1df0","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/3683566c59fb1df0","status":"passed","time":{"start":1705502379042,"stop":1705502379043,"duration":1}},{"uid":"5489a00fad5324c8","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/5489a00fad5324c8","status":"passed","time":{"start":1705494782373,"stop":1705494782373,"duration":0}},{"uid":"59a062f8b4aa621d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/59a062f8b4aa621d","status":"passed","time":{"start":1705494834690,"stop":1705494834690,"duration":0}},{"uid":"7a5f84131cda509","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/7a5f84131cda509","status":"passed","time":{"start":1705494795766,"stop":1705494795767,"duration":1}},{"uid":"39b2be1660fa449b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/39b2be1660fa449b","status":"passed","time":{"start":1705493366793,"stop":1705493366794,"duration":1}},{"uid":"a7bbff3846e11d4e","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/a7bbff3846e11d4e","status":"passed","time":{"start":1705493324472,"stop":1705493324473,"duration":1}},{"uid":"4cc8893c945650e9","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4cc8893c945650e9","status":"passed","time":{"start":1705485150337,"stop":1705485150337,"duration":0}},{"uid":"aee4f5b2ac1878d2","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/aee4f5b2ac1878d2","status":"passed","time":{"start":1705485008620,"stop":1705485008621,"duration":1}},{"uid":"b780f682309cff21","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/b780f682309cff21","status":"passed","time":{"start":1705484258772,"stop":1705484258773,"duration":1}},{"uid":"2e9d625bc86f8cf2","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/2e9d625bc86f8cf2","status":"passed","time":{"start":1705469770281,"stop":1705469770283,"duration":2}},{"uid":"3a1bb4c529bf5a65","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/3a1bb4c529bf5a65","status":"passed","time":{"start":1705466835053,"stop":1705466835054,"duration":1}},{"uid":"58a1aa9c5019625c","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/58a1aa9c5019625c","status":"passed","time":{"start":1705435305429,"stop":1705435305429,"duration":0}},{"uid":"4fadb12b7af1d6b2","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/4fadb12b7af1d6b2","status":"passed","time":{"start":1705434767640,"stop":1705434767640,"duration":0}}]},"6ef4f20c72c1218131a0640080fa1fbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3691fdd7d4ee8504","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/3691fdd7d4ee8504","status":"passed","time":{"start":1705493421096,"stop":1705493421097,"duration":1}}]},"7930ddb6cc8d9148d3b00fac18094bd6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4604f8fbe8a834b","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/f4604f8fbe8a834b","status":"passed","time":{"start":1705567295389,"stop":1705567295389,"duration":0}}]},"4d0d6728012a7a9d7fb83b9d6961946c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1d0dc5673b31c08","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f1d0dc5673b31c08","status":"passed","time":{"start":1705911588818,"stop":1705911588818,"duration":0}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"6c5549f1b75ae982","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6c5549f1b75ae982","status":"passed","time":{"start":1706528752269,"stop":1706528752270,"duration":1}},{"uid":"8844f1664f2cdac7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8844f1664f2cdac7","status":"passed","time":{"start":1706527720933,"stop":1706527720934,"duration":1}},{"uid":"1e7d2d1a298b1c29","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1e7d2d1a298b1c29","status":"passed","time":{"start":1706526735909,"stop":1706526735910,"duration":1}},{"uid":"71100b86fb18f36c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/71100b86fb18f36c","status":"passed","time":{"start":1706526432825,"stop":1706526432826,"duration":1}},{"uid":"1e462d7b94011f4c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1e462d7b94011f4c","status":"passed","time":{"start":1706526337884,"stop":1706526337884,"duration":0}},{"uid":"78f759baa02ae1b1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/78f759baa02ae1b1","status":"passed","time":{"start":1706525766999,"stop":1706525767000,"duration":1}},{"uid":"c25b92276a0960e8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c25b92276a0960e8","status":"passed","time":{"start":1706525233963,"stop":1706525233964,"duration":1}},{"uid":"b88e2225ad81a77d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b88e2225ad81a77d","status":"passed","time":{"start":1706524795124,"stop":1706524795125,"duration":1}},{"uid":"e083da172990d359","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e083da172990d359","status":"passed","time":{"start":1706467489026,"stop":1706467489027,"duration":1}},{"uid":"9ebc07c1718770bf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9ebc07c1718770bf","status":"passed","time":{"start":1706322841817,"stop":1706322841818,"duration":1}},{"uid":"40486022fccf1e98","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/40486022fccf1e98","status":"passed","time":{"start":1706321154965,"stop":1706321154965,"duration":0}},{"uid":"4190fb4a0c91873e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4190fb4a0c91873e","status":"passed","time":{"start":1706244671176,"stop":1706244671177,"duration":1}},{"uid":"9764b8a05fc63b4e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9764b8a05fc63b4e","status":"passed","time":{"start":1706242239399,"stop":1706242239399,"duration":0}},{"uid":"fabecb566fe33718","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fabecb566fe33718","status":"passed","time":{"start":1706114927748,"stop":1706114927749,"duration":1}},{"uid":"a8db738e3316a684","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a8db738e3316a684","status":"passed","time":{"start":1706114098426,"stop":1706114098427,"duration":1}},{"uid":"a52099e828789f52","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a52099e828789f52","status":"passed","time":{"start":1706111573216,"stop":1706111573216,"duration":0}},{"uid":"5f459efe59462e9e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5f459efe59462e9e","status":"passed","time":{"start":1706111262805,"stop":1706111262805,"duration":0}},{"uid":"44c3fe282b497952","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/44c3fe282b497952","status":"passed","time":{"start":1706109165168,"stop":1706109165169,"duration":1}},{"uid":"7ae76b2bad3d5c80","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7ae76b2bad3d5c80","status":"passed","time":{"start":1706102983253,"stop":1706102983253,"duration":0}},{"uid":"7daea28bd9453295","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7daea28bd9453295","status":"passed","time":{"start":1706102722921,"stop":1706102722922,"duration":1}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"9fd16a049848a108","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9fd16a049848a108","status":"passed","time":{"start":1706528965680,"stop":1706528965680,"duration":0}},{"uid":"9031aaf1ec77100b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9031aaf1ec77100b","status":"passed","time":{"start":1706527923875,"stop":1706527923876,"duration":1}},{"uid":"378b40e070a749e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/378b40e070a749e","status":"passed","time":{"start":1706526930852,"stop":1706526930853,"duration":1}},{"uid":"e8bdf68791ceea96","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e8bdf68791ceea96","status":"passed","time":{"start":1706526632080,"stop":1706526632081,"duration":1}},{"uid":"cdbccd8fafbca4e3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cdbccd8fafbca4e3","status":"passed","time":{"start":1706526534074,"stop":1706526534074,"duration":0}},{"uid":"566f3414478dc6bf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/566f3414478dc6bf","status":"passed","time":{"start":1706525958163,"stop":1706525958164,"duration":1}},{"uid":"ce81117199f014b1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ce81117199f014b1","status":"passed","time":{"start":1706525436706,"stop":1706525436708,"duration":2}},{"uid":"8e5c3aa629885c8b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8e5c3aa629885c8b","status":"passed","time":{"start":1706524982424,"stop":1706524982424,"duration":0}},{"uid":"8ad6de9c20315ab1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8ad6de9c20315ab1","status":"passed","time":{"start":1706467678797,"stop":1706467678797,"duration":0}},{"uid":"56f306cb4088f788","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/56f306cb4088f788","status":"passed","time":{"start":1706323040462,"stop":1706323040462,"duration":0}},{"uid":"43ba2400093ad8d8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/43ba2400093ad8d8","status":"passed","time":{"start":1706321353342,"stop":1706321353343,"duration":1}},{"uid":"8514eb5650b89446","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8514eb5650b89446","status":"passed","time":{"start":1706114292375,"stop":1706114292377,"duration":2}},{"uid":"f094a9304ea42340","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f094a9304ea42340","status":"passed","time":{"start":1706111780332,"stop":1706111780332,"duration":0}},{"uid":"41dd94cf14915b7b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/41dd94cf14915b7b","status":"passed","time":{"start":1706111464017,"stop":1706111464018,"duration":1}},{"uid":"e348fb7b9e853d25","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e348fb7b9e853d25","status":"passed","time":{"start":1706109370849,"stop":1706109370851,"duration":2}},{"uid":"e75aba390894ffcb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e75aba390894ffcb","status":"passed","time":{"start":1706103179169,"stop":1706103179174,"duration":5}},{"uid":"6256d1328ff9f958","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6256d1328ff9f958","status":"passed","time":{"start":1706102925539,"stop":1706102925539,"duration":0}},{"uid":"fca5e16367e0dd43","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fca5e16367e0dd43","status":"passed","time":{"start":1706102273658,"stop":1706102273658,"duration":0}},{"uid":"47282d4e79b7fc1","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/47282d4e79b7fc1","status":"passed","time":{"start":1706102152978,"stop":1706102152979,"duration":1}},{"uid":"d4f4248e9add202e","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/d4f4248e9add202e","status":"passed","time":{"start":1706101976577,"stop":1706101976577,"duration":0}}]},"ea40eb9e755f1181aac457892d217111:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"add516715cc1ccf9","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/add516715cc1ccf9","status":"passed","time":{"start":1705520192947,"stop":1705520192947,"duration":0}}]},"3212df43afe10f84dec0904b8f1094fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a583617d1e7a509","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/3a583617d1e7a509","status":"passed","time":{"start":1705493496394,"stop":1705493496394,"duration":0}}]},"3522f98fc525432b6e925b6ea57e01f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7042ec7b908bcb3","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b7042ec7b908bcb3","status":"passed","time":{"start":1706099967117,"stop":1706099967117,"duration":0}}]},"1163994ec638933e7704b98e197405db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4cb9da23feef017","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f4cb9da23feef017","status":"passed","time":{"start":1706467837095,"stop":1706467837095,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"306777f6734540cd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/306777f6734540cd","status":"passed","time":{"start":1706529333233,"stop":1706529333234,"duration":1}},{"uid":"c6b39cdab64fb8b4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c6b39cdab64fb8b4","status":"passed","time":{"start":1706528290451,"stop":1706528290451,"duration":0}},{"uid":"93fcec847848f05a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/93fcec847848f05a","status":"passed","time":{"start":1706527264308,"stop":1706527264308,"duration":0}},{"uid":"f82baf79cbd38b14","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f82baf79cbd38b14","status":"passed","time":{"start":1706526976757,"stop":1706526976758,"duration":1}},{"uid":"1819a65374f6042b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1819a65374f6042b","status":"passed","time":{"start":1706526885798,"stop":1706526885798,"duration":0}},{"uid":"7d39f3c94c604719","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7d39f3c94c604719","status":"passed","time":{"start":1706526330088,"stop":1706526330088,"duration":0}},{"uid":"9345e3adbee6c127","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9345e3adbee6c127","status":"passed","time":{"start":1706525780715,"stop":1706525780716,"duration":1}},{"uid":"809a46c7e702f6f7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/809a46c7e702f6f7","status":"passed","time":{"start":1706525359480,"stop":1706525359481,"duration":1}},{"uid":"a6d6ab5c575ff8f9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a6d6ab5c575ff8f9","status":"passed","time":{"start":1706468042627,"stop":1706468042627,"duration":0}},{"uid":"1cd139bf1d7afd5f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1cd139bf1d7afd5f","status":"passed","time":{"start":1706323386910,"stop":1706323386910,"duration":0}},{"uid":"6623e5ba762cbd8c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6623e5ba762cbd8c","status":"passed","time":{"start":1706321713082,"stop":1706321713083,"duration":1}},{"uid":"23844d936545a20c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/23844d936545a20c","status":"passed","time":{"start":1706115482601,"stop":1706115482601,"duration":0}},{"uid":"33e087ad6343689e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/33e087ad6343689e","status":"passed","time":{"start":1706114635373,"stop":1706114635373,"duration":0}},{"uid":"82c23636667d7623","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/82c23636667d7623","status":"passed","time":{"start":1706112127511,"stop":1706112127511,"duration":0}},{"uid":"45c45d04a7810b43","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/45c45d04a7810b43","status":"passed","time":{"start":1706111809251,"stop":1706111809252,"duration":1}},{"uid":"7382bae142d2d3d5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7382bae142d2d3d5","status":"passed","time":{"start":1706109719512,"stop":1706109719513,"duration":1}},{"uid":"bf30cc6b67932aaa","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bf30cc6b67932aaa","status":"passed","time":{"start":1706103518427,"stop":1706103518427,"duration":0}},{"uid":"720d549b61789fed","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/720d549b61789fed","status":"passed","time":{"start":1706103305147,"stop":1706103305148,"duration":1}},{"uid":"73594096e54acd71","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/73594096e54acd71","status":"passed","time":{"start":1706102626844,"stop":1706102626844,"duration":0}},{"uid":"1398481afc979fa6","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1398481afc979fa6","status":"passed","time":{"start":1706102491805,"stop":1706102491818,"duration":13}}]},"ac71687772249b1eca05d11849c11a9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2beddc5151ab9ffe","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2beddc5151ab9ffe","status":"passed","time":{"start":1706077739099,"stop":1706077739099,"duration":0}}]},"86065aa9c5b6b13df58e7fc2356f8d5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aabf998328721123","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/aabf998328721123","status":"passed","time":{"start":1705577273956,"stop":1705577273956,"duration":0}}]},"9e9beb99fea820390c9bd88cab5f99a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f79b63249cb2031","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f79b63249cb2031","status":"passed","time":{"start":1706526976781,"stop":1706526976781,"duration":0}}]},"2a060487868d724a1acbe03c7f141ada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37485c870a4b117","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a37485c870a4b117","status":"passed","time":{"start":1706321575898,"stop":1706321575899,"duration":1}}]},"9f2d4dfd1ed19d0cb07e33abb63a9808:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78f9aa27d12a4026","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/78f9aa27d12a4026","status":"passed","time":{"start":1705432999901,"stop":1705432999902,"duration":1}}]},"5184f8b64c973c7e25b1a47a25194443:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"51310b2440f572ee","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/51310b2440f572ee","status":"passed","time":{"start":1705520842600,"stop":1705520842600,"duration":0}},{"uid":"a31cd53899063664","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a31cd53899063664","status":"passed","time":{"start":1705518211221,"stop":1705518211222,"duration":1}},{"uid":"24a29520172d2dee","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/24a29520172d2dee","status":"passed","time":{"start":1705518105987,"stop":1705518105987,"duration":0}},{"uid":"f7189c50ff9a0798","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/f7189c50ff9a0798","status":"passed","time":{"start":1705517988175,"stop":1705517988176,"duration":1}},{"uid":"5bdcb11b0c659744","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/5bdcb11b0c659744","status":"passed","time":{"start":1705508655513,"stop":1705508655514,"duration":1}},{"uid":"19ad2c55cc6d5fc5","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/19ad2c55cc6d5fc5","status":"passed","time":{"start":1705506482093,"stop":1705506482093,"duration":0}},{"uid":"2049d059820026e8","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/2049d059820026e8","status":"passed","time":{"start":1705502939553,"stop":1705502939553,"duration":0}},{"uid":"91ed96226a2a4961","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/91ed96226a2a4961","status":"passed","time":{"start":1705502479554,"stop":1705502479555,"duration":1}},{"uid":"5897f6121820165a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/5897f6121820165a","status":"passed","time":{"start":1705494937944,"stop":1705494937944,"duration":0}},{"uid":"64a9009a94723868","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/64a9009a94723868","status":"passed","time":{"start":1705494940953,"stop":1705494940954,"duration":1}},{"uid":"2939a39ab09822ea","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/2939a39ab09822ea","status":"passed","time":{"start":1705494895033,"stop":1705494895034,"duration":1}},{"uid":"1acd1028af2e6349","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/1acd1028af2e6349","status":"passed","time":{"start":1705493464926,"stop":1705493464926,"duration":0}},{"uid":"c7814eed8d5a7283","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/c7814eed8d5a7283","status":"passed","time":{"start":1705493422434,"stop":1705493422435,"duration":1}},{"uid":"223ff449b6833a06","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/223ff449b6833a06","status":"passed","time":{"start":1705485250482,"stop":1705485250482,"duration":0}},{"uid":"6df9b8a664637f1e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6df9b8a664637f1e","status":"passed","time":{"start":1705485112220,"stop":1705485112220,"duration":0}},{"uid":"1e851878eeb1c8d2","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1e851878eeb1c8d2","status":"passed","time":{"start":1705484354899,"stop":1705484354899,"duration":0}},{"uid":"99e673503869644a","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/99e673503869644a","status":"passed","time":{"start":1705469872225,"stop":1705469872226,"duration":1}},{"uid":"6d56bc6b2fb33d68","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/6d56bc6b2fb33d68","status":"passed","time":{"start":1705466939040,"stop":1705466939040,"duration":0}},{"uid":"167de73e32bb0f9a","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/167de73e32bb0f9a","status":"passed","time":{"start":1705435403981,"stop":1705435403982,"duration":1}},{"uid":"9444332c93faf191","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/9444332c93faf191","status":"passed","time":{"start":1705434864618,"stop":1705434864618,"duration":0}}]},"0e6f13418d91bf12c785d2ceb419be17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b80993d0b2115820","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/b80993d0b2115820","status":"passed","time":{"start":1705525340219,"stop":1705525340219,"duration":0}}]},"94131931969142534f0bb37ed959c730:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b5d8c787477912d","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/8b5d8c787477912d","status":"passed","time":{"start":1705371445901,"stop":1705371445901,"duration":0}}]},"baebc9e1da770a70091e23078d1ea1e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52d6f98aa89db423","reportUrl":"https://waku-org.github.io/js-waku/6156//#testresult/52d6f98aa89db423","status":"passed","time":{"start":1705369239037,"stop":1705369239037,"duration":0}}]},"5779f11947faca6745e7b1ca5b3ca449:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a45cca32da443555","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/a45cca32da443555","status":"passed","time":{"start":1705520832708,"stop":1705520832708,"duration":0}}]},"cb34840320f5d919a434aefeb5e1a7d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"872ec387cccc0971","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/872ec387cccc0971","status":"passed","time":{"start":1705518208997,"stop":1705518208998,"duration":1}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b55d8c61dea53f6d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b55d8c61dea53f6d","status":"passed","time":{"start":1706529367484,"stop":1706529367486,"duration":2}},{"uid":"dcca6f169c8ce1ac","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/dcca6f169c8ce1ac","status":"passed","time":{"start":1706528339941,"stop":1706528339943,"duration":2}},{"uid":"cc97e53f330e0e9f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cc97e53f330e0e9f","status":"passed","time":{"start":1706527016308,"stop":1706527016308,"duration":0}},{"uid":"993762850bc10532","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/993762850bc10532","status":"passed","time":{"start":1706526929210,"stop":1706526929213,"duration":3}},{"uid":"961a6b381187bb54","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/961a6b381187bb54","status":"passed","time":{"start":1706526355594,"stop":1706526355594,"duration":0}},{"uid":"8426772461ab4a38","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8426772461ab4a38","status":"passed","time":{"start":1706525825287,"stop":1706525825287,"duration":0}},{"uid":"31e120e09f365c65","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/31e120e09f365c65","status":"passed","time":{"start":1706525414596,"stop":1706525414597,"duration":1}},{"uid":"4708aa6b35385c9b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4708aa6b35385c9b","status":"passed","time":{"start":1706468084983,"stop":1706468084984,"duration":1}},{"uid":"211824ddc93b74ff","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/211824ddc93b74ff","status":"passed","time":{"start":1706323430981,"stop":1706323430981,"duration":0}},{"uid":"c534377c14e92d58","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c534377c14e92d58","status":"passed","time":{"start":1706321743976,"stop":1706321743976,"duration":0}},{"uid":"86cd1a2537edefe2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/86cd1a2537edefe2","status":"passed","time":{"start":1706115449608,"stop":1706115449608,"duration":0}},{"uid":"e930d967f1e66b48","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e930d967f1e66b48","status":"passed","time":{"start":1706114706819,"stop":1706114706819,"duration":0}},{"uid":"8c327c53358524ce","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8c327c53358524ce","status":"passed","time":{"start":1706112158286,"stop":1706112158286,"duration":0}},{"uid":"c43556f5c5ff0f40","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c43556f5c5ff0f40","status":"passed","time":{"start":1706111870573,"stop":1706111870573,"duration":0}},{"uid":"cc764c2088921d54","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cc764c2088921d54","status":"passed","time":{"start":1706109756264,"stop":1706109756264,"duration":0}},{"uid":"882c9e6e11eb7073","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/882c9e6e11eb7073","status":"passed","time":{"start":1706103332270,"stop":1706103332270,"duration":0}},{"uid":"981089d5fb97e0f9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/981089d5fb97e0f9","status":"passed","time":{"start":1706102670276,"stop":1706102670276,"duration":0}},{"uid":"729107925eb042f6","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/729107925eb042f6","status":"passed","time":{"start":1706102539205,"stop":1706102539205,"duration":0}},{"uid":"262b190be5f675a4","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/262b190be5f675a4","status":"passed","time":{"start":1706102378586,"stop":1706102378587,"duration":1}},{"uid":"2838474f8162e422","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/2838474f8162e422","status":"passed","time":{"start":1706102131125,"stop":1706102131125,"duration":0}}]},"a6b91cfb0e7f67c26dec53a535cc1165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":36,"unknown":0,"total":39},"items":[{"uid":"5fb9b87fc11b9289","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/5fb9b87fc11b9289","status":"passed","time":{"start":1705520778367,"stop":1705520778367,"duration":0}},{"uid":"977f1a6eb3325dcd","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/977f1a6eb3325dcd","status":"passed","time":{"start":1705518147351,"stop":1705518147351,"duration":0}},{"uid":"7326cb92c6ddb5ce","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7326cb92c6ddb5ce","status":"passed","time":{"start":1705518043736,"stop":1705518043736,"duration":0}},{"uid":"ab8712bf23ceca38","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ab8712bf23ceca38","status":"passed","time":{"start":1705517918814,"stop":1705517918815,"duration":1}},{"uid":"d12a31fb94ee3722","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/d12a31fb94ee3722","status":"passed","time":{"start":1705508582711,"stop":1705508582712,"duration":1}},{"uid":"6b4794eecf0d8744","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/6b4794eecf0d8744","status":"passed","time":{"start":1705506415881,"stop":1705506415882,"duration":1}},{"uid":"79feb8c396aeb9d5","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/79feb8c396aeb9d5","status":"passed","time":{"start":1705502881057,"stop":1705502881059,"duration":2}},{"uid":"4f8df35f20522b35","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/4f8df35f20522b35","status":"passed","time":{"start":1705502413586,"stop":1705502413586,"duration":0}},{"uid":"f267a1e34cb0b016","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f267a1e34cb0b016","status":"passed","time":{"start":1705494819399,"stop":1705494819399,"duration":0}},{"uid":"9008646ff7083950","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9008646ff7083950","status":"passed","time":{"start":1705494869804,"stop":1705494869805,"duration":1}},{"uid":"2711da36822909c3","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/2711da36822909c3","status":"broken","statusDetails":"stream ended before 1 bytes became available","time":{"start":1705494814432,"stop":1705494814433,"duration":1}},{"uid":"4b839b249a6f54e8","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/4b839b249a6f54e8","status":"passed","time":{"start":1705493391731,"stop":1705493391732,"duration":1}},{"uid":"815127c4c834fa32","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/815127c4c834fa32","status":"passed","time":{"start":1705493359335,"stop":1705493359336,"duration":1}},{"uid":"f6de44d19ea85b61","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/f6de44d19ea85b61","status":"passed","time":{"start":1705485182398,"stop":1705485182398,"duration":0}},{"uid":"b29d907bd2e3393a","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/b29d907bd2e3393a","status":"passed","time":{"start":1705485040843,"stop":1705485040843,"duration":0}},{"uid":"7637ab2894e013b4","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/7637ab2894e013b4","status":"passed","time":{"start":1705484295612,"stop":1705484295612,"duration":0}},{"uid":"8fa72ee79b44345d","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/8fa72ee79b44345d","status":"passed","time":{"start":1705469807046,"stop":1705469807046,"duration":0}},{"uid":"8d9cea1ae4ebb7a5","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/8d9cea1ae4ebb7a5","status":"passed","time":{"start":1705466873104,"stop":1705466873105,"duration":1}},{"uid":"bb476fbe2f4e03e8","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/bb476fbe2f4e03e8","status":"passed","time":{"start":1705435339057,"stop":1705435339058,"duration":1}},{"uid":"e105ec7183fd2237","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/e105ec7183fd2237","status":"passed","time":{"start":1705434801918,"stop":1705434801918,"duration":0}}]},"10bf099f55853a478f91477f136b4ee5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3482cbdf0d83ac5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b3482cbdf0d83ac5","status":"passed","time":{"start":1706109533629,"stop":1706109533630,"duration":1}}]},"c9b61b99b8287b32ad718c90d931434c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1611e37aedf2d133","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/1611e37aedf2d133","status":"passed","time":{"start":1705434856566,"stop":1705434856566,"duration":0}}]},"1f70cfa394cd25b976d79ad86ac0e04e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"17e041289c10150e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/17e041289c10150e","status":"passed","time":{"start":1705520778366,"stop":1705520778366,"duration":0}},{"uid":"81b310ad3022b52a","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/81b310ad3022b52a","status":"passed","time":{"start":1705518147350,"stop":1705518147351,"duration":1}},{"uid":"a5cfb3620ee27835","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/a5cfb3620ee27835","status":"passed","time":{"start":1705518043735,"stop":1705518043736,"duration":1}},{"uid":"66a0edfd1d76da94","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/66a0edfd1d76da94","status":"passed","time":{"start":1705517918813,"stop":1705517918813,"duration":0}},{"uid":"6a575682d870e6d3","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/6a575682d870e6d3","status":"passed","time":{"start":1705508582711,"stop":1705508582711,"duration":0}},{"uid":"3ee2bd7b4b2748d3","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/3ee2bd7b4b2748d3","status":"passed","time":{"start":1705506415881,"stop":1705506415881,"duration":0}},{"uid":"bc25458ccddfc428","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/bc25458ccddfc428","status":"passed","time":{"start":1705502881057,"stop":1705502881057,"duration":0}},{"uid":"fe300789036b633d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/fe300789036b633d","status":"passed","time":{"start":1705502413585,"stop":1705502413586,"duration":1}},{"uid":"da7bdf0ea148cea9","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/da7bdf0ea148cea9","status":"passed","time":{"start":1705494819398,"stop":1705494819398,"duration":0}},{"uid":"98fc4e8017e1e096","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/98fc4e8017e1e096","status":"passed","time":{"start":1705494869802,"stop":1705494869803,"duration":1}},{"uid":"93c83856da96bf94","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/93c83856da96bf94","status":"passed","time":{"start":1705494814431,"stop":1705494814432,"duration":1}},{"uid":"da35b1e37f57c41f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/da35b1e37f57c41f","status":"passed","time":{"start":1705493391731,"stop":1705493391731,"duration":0}},{"uid":"e6e1bdb79f8d50a1","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/e6e1bdb79f8d50a1","status":"passed","time":{"start":1705493359307,"stop":1705493359307,"duration":0}},{"uid":"d8978a1641460774","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/d8978a1641460774","status":"passed","time":{"start":1705485182397,"stop":1705485182397,"duration":0}},{"uid":"1a983a94f929a84d","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/1a983a94f929a84d","status":"passed","time":{"start":1705485040842,"stop":1705485040842,"duration":0}},{"uid":"90410745802b2f1e","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/90410745802b2f1e","status":"passed","time":{"start":1705484295611,"stop":1705484295611,"duration":0}},{"uid":"5026ad4476854525","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/5026ad4476854525","status":"passed","time":{"start":1705469807045,"stop":1705469807046,"duration":1}},{"uid":"9ca8ef444bea7ea9","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/9ca8ef444bea7ea9","status":"passed","time":{"start":1705466873104,"stop":1705466873104,"duration":0}},{"uid":"ff5afe6a8f2e2488","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/ff5afe6a8f2e2488","status":"passed","time":{"start":1705435339056,"stop":1705435339057,"duration":1}},{"uid":"61bf798a2ca5be97","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/61bf798a2ca5be97","status":"passed","time":{"start":1705434801917,"stop":1705434801918,"duration":1}}]},"bc78c4e69658a9ec349acc77f571b704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e9e2dc9f50931ac","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5e9e2dc9f50931ac","status":"passed","time":{"start":1705938293056,"stop":1705938293056,"duration":0}}]},"6d2bea49e5edca5bc693b742b9b22d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"257ab0559d682b46","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/257ab0559d682b46","status":"passed","time":{"start":1705493451259,"stop":1705493451259,"duration":0}}]},"f224e8492a92eb3e7fba98786a69af56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e1c260e5340e103","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/1e1c260e5340e103","status":"passed","time":{"start":1705391458385,"stop":1705391458386,"duration":1}}]},"09cc6c936d41ba6f5843f2ea588380e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de099105c1b97206","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/de099105c1b97206","status":"passed","time":{"start":1705678066195,"stop":1705678066195,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"84cba2ba58211d0d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/84cba2ba58211d0d","status":"passed","time":{"start":1706528760735,"stop":1706528760735,"duration":0}},{"uid":"80de94e5bd05c7aa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/80de94e5bd05c7aa","status":"passed","time":{"start":1706527729321,"stop":1706527729321,"duration":0}},{"uid":"1dbed8673822a31a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1dbed8673822a31a","status":"passed","time":{"start":1706526744072,"stop":1706526744072,"duration":0}},{"uid":"9a8b23f2356347d8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9a8b23f2356347d8","status":"passed","time":{"start":1706526440821,"stop":1706526440822,"duration":1}},{"uid":"8384254fb960ca4d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8384254fb960ca4d","status":"passed","time":{"start":1706526346095,"stop":1706526346096,"duration":1}},{"uid":"5510b0cb1681c6dd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5510b0cb1681c6dd","status":"passed","time":{"start":1706525774993,"stop":1706525774993,"duration":0}},{"uid":"6c7bf6b824c334b6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6c7bf6b824c334b6","status":"passed","time":{"start":1706525242001,"stop":1706525242002,"duration":1}},{"uid":"ad1bd8af7cbd3c1a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ad1bd8af7cbd3c1a","status":"passed","time":{"start":1706524803170,"stop":1706524803170,"duration":0}},{"uid":"21055a6729cd088e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/21055a6729cd088e","status":"passed","time":{"start":1706467497090,"stop":1706467497090,"duration":0}},{"uid":"c494acf4cd465c71","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c494acf4cd465c71","status":"passed","time":{"start":1706322850086,"stop":1706322850086,"duration":0}},{"uid":"8ad61c2ba9ed3fbd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8ad61c2ba9ed3fbd","status":"passed","time":{"start":1706321162960,"stop":1706321162961,"duration":1}},{"uid":"134c19123f9c78d7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/134c19123f9c78d7","status":"passed","time":{"start":1706244679263,"stop":1706244679263,"duration":0}},{"uid":"e65d3162be2c5c3d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e65d3162be2c5c3d","status":"passed","time":{"start":1706242247534,"stop":1706242247534,"duration":0}},{"uid":"9fadf5617c8ba0fb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9fadf5617c8ba0fb","status":"passed","time":{"start":1706114935938,"stop":1706114935939,"duration":1}},{"uid":"244c433be645339b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/244c433be645339b","status":"passed","time":{"start":1706114106561,"stop":1706114106561,"duration":0}},{"uid":"566d15ea60333350","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/566d15ea60333350","status":"passed","time":{"start":1706111581215,"stop":1706111581216,"duration":1}},{"uid":"b2c474d1c93f3d11","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b2c474d1c93f3d11","status":"passed","time":{"start":1706111270943,"stop":1706111270943,"duration":0}},{"uid":"2a3369c3e6cdc42e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2a3369c3e6cdc42e","status":"passed","time":{"start":1706109173584,"stop":1706109173585,"duration":1}},{"uid":"bba795d8b534f627","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bba795d8b534f627","status":"passed","time":{"start":1706102991307,"stop":1706102991307,"duration":0}},{"uid":"253f58df6d1ae544","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/253f58df6d1ae544","status":"passed","time":{"start":1706102731124,"stop":1706102731124,"duration":0}}]},"1fd75a44378c73304cea345565ab3e2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc0ad65609d4ccb5","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/cc0ad65609d4ccb5","status":"passed","time":{"start":1705664730044,"stop":1705664730045,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":54,"unknown":0,"total":56},"items":[{"uid":"4ad5b0775b9ffb32","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ad5b0775b9ffb32","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706529092198,"stop":1706529092200,"duration":2}},{"uid":"afc48933ef28863a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/afc48933ef28863a","status":"passed","time":{"start":1706528057425,"stop":1706528057426,"duration":1}},{"uid":"3551eebf44a8fc2a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3551eebf44a8fc2a","status":"passed","time":{"start":1706526914756,"stop":1706526914757,"duration":1}},{"uid":"1a1d1ba49cd04c91","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1a1d1ba49cd04c91","status":"passed","time":{"start":1706526612611,"stop":1706526612611,"duration":0}},{"uid":"b442a33c6f507180","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b442a33c6f507180","status":"passed","time":{"start":1706526514753,"stop":1706526514753,"duration":0}},{"uid":"525c69a47a9ed5ef","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/525c69a47a9ed5ef","status":"passed","time":{"start":1706525945100,"stop":1706525945100,"duration":0}},{"uid":"12a318024ffbb54f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/12a318024ffbb54f","status":"passed","time":{"start":1706525418813,"stop":1706525418813,"duration":0}},{"uid":"6b31bee66a9b97a6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6b31bee66a9b97a6","status":"broken","statusDetails":"unexpected end of input","time":{"start":1706525116043,"stop":1706525116043,"duration":0}},{"uid":"c49e3c0e46d62ac0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c49e3c0e46d62ac0","status":"passed","time":{"start":1706467681183,"stop":1706467681184,"duration":1}},{"uid":"f192761097277a76","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f192761097277a76","status":"passed","time":{"start":1706323017114,"stop":1706323017114,"duration":0}},{"uid":"9b2a993af993af36","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9b2a993af993af36","status":"passed","time":{"start":1706321333740,"stop":1706321333740,"duration":0}},{"uid":"80e4a141f11b4cc","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/80e4a141f11b4cc","status":"passed","time":{"start":1706244762206,"stop":1706244762206,"duration":0}},{"uid":"b62e64c2ad2e5be2","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b62e64c2ad2e5be2","status":"passed","time":{"start":1706242326849,"stop":1706242326849,"duration":0}},{"uid":"5f3af4ba2fb440ec","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5f3af4ba2fb440ec","status":"passed","time":{"start":1706115157084,"stop":1706115157085,"duration":1}},{"uid":"a91783259de26bf3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a91783259de26bf3","status":"passed","time":{"start":1706114292019,"stop":1706114292019,"duration":0}},{"uid":"863d23e728691cbd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/863d23e728691cbd","status":"passed","time":{"start":1706111754970,"stop":1706111754984,"duration":14}},{"uid":"a989966b61933c97","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a989966b61933c97","status":"passed","time":{"start":1706111454520,"stop":1706111454520,"duration":0}},{"uid":"b5351c3c7fc2d64b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b5351c3c7fc2d64b","status":"passed","time":{"start":1706109346651,"stop":1706109346651,"duration":0}},{"uid":"4a6cab9b1fbebffb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4a6cab9b1fbebffb","status":"passed","time":{"start":1706103153457,"stop":1706103153458,"duration":1}},{"uid":"c894307bee0397b0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c894307bee0397b0","status":"passed","time":{"start":1706102905515,"stop":1706102905516,"duration":1}}]},"a028ae69f754c887fdae707db8027be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66c9563668a25bb3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/66c9563668a25bb3","status":"passed","time":{"start":1705485106625,"stop":1705485106626,"duration":1}}]},"2ca2d99b9a3b2c25897abe830933855f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d891202ba42c92c","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/1d891202ba42c92c","status":"passed","time":{"start":1705371412828,"stop":1705371412829,"duration":1}}]},"bfe018f3e1f8501a0f488a5f8b99bdb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75f902e2103c901b","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/75f902e2103c901b","status":"passed","time":{"start":1705667826313,"stop":1705667826314,"duration":1}}]},"384db7d3256e11bb2a380144f82b5a44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40e71d0ff40a10bf","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/40e71d0ff40a10bf","status":"passed","time":{"start":1705681326957,"stop":1705681326958,"duration":1}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"4876833b8fd4c033","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4876833b8fd4c033","status":"passed","time":{"start":1706528736046,"stop":1706528736046,"duration":0}},{"uid":"21343c2490596bc4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/21343c2490596bc4","status":"passed","time":{"start":1706527705429,"stop":1706527705429,"duration":0}},{"uid":"b423c61ba0ea9801","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b423c61ba0ea9801","status":"passed","time":{"start":1706526721661,"stop":1706526721661,"duration":0}},{"uid":"9bfedb1c7c3d4a65","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9bfedb1c7c3d4a65","status":"passed","time":{"start":1706526417565,"stop":1706526417565,"duration":0}},{"uid":"9a9e96de1ce1a4f6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9a9e96de1ce1a4f6","status":"passed","time":{"start":1706526322675,"stop":1706526322675,"duration":0}},{"uid":"1a3673ea224ee5d6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1a3673ea224ee5d6","status":"passed","time":{"start":1706525752769,"stop":1706525752769,"duration":0}},{"uid":"3084990ec7201f86","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3084990ec7201f86","status":"passed","time":{"start":1706525219898,"stop":1706525219898,"duration":0}},{"uid":"974d92acc82bfd78","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/974d92acc82bfd78","status":"passed","time":{"start":1706524780931,"stop":1706524780931,"duration":0}},{"uid":"370b66392f0d2fd6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/370b66392f0d2fd6","status":"passed","time":{"start":1706467474879,"stop":1706467474879,"duration":0}},{"uid":"f40610c239ddeccd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f40610c239ddeccd","status":"passed","time":{"start":1706322827220,"stop":1706322827221,"duration":1}},{"uid":"d5cba24f9bc0231e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d5cba24f9bc0231e","status":"passed","time":{"start":1706321140683,"stop":1706321140683,"duration":0}},{"uid":"2ab44d9cca3cfe4a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2ab44d9cca3cfe4a","status":"passed","time":{"start":1706244656777,"stop":1706244656778,"duration":1}},{"uid":"c593624e7bb36e0c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c593624e7bb36e0c","status":"passed","time":{"start":1706242225090,"stop":1706242225090,"duration":0}},{"uid":"23b200af288a5262","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/23b200af288a5262","status":"passed","time":{"start":1706114913331,"stop":1706114913332,"duration":1}},{"uid":"59497af906bcf176","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/59497af906bcf176","status":"passed","time":{"start":1706114084093,"stop":1706114084093,"duration":0}},{"uid":"6667125dc3944d66","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6667125dc3944d66","status":"passed","time":{"start":1706111558880,"stop":1706111558880,"duration":0}},{"uid":"74ac68a4e1bba583","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/74ac68a4e1bba583","status":"passed","time":{"start":1706111248344,"stop":1706111248344,"duration":0}},{"uid":"f87ed9e51758838e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f87ed9e51758838e","status":"passed","time":{"start":1706109150503,"stop":1706109150503,"duration":0}},{"uid":"9480920a10c967b9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9480920a10c967b9","status":"passed","time":{"start":1706102968923,"stop":1706102968923,"duration":0}},{"uid":"b4fd8fb3f011a499","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b4fd8fb3f011a499","status":"passed","time":{"start":1706102708602,"stop":1706102708602,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"f57ee4ec144aac84","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f57ee4ec144aac84","status":"passed","time":{"start":1706529367442,"stop":1706529367443,"duration":1}},{"uid":"a1e7a2d4fbf2ba7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a1e7a2d4fbf2ba7","status":"passed","time":{"start":1706528339924,"stop":1706528339924,"duration":0}},{"uid":"52031ed3694bd30","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/52031ed3694bd30","status":"passed","time":{"start":1706527181544,"stop":1706527181545,"duration":1}},{"uid":"d8d48cc758f548a8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d8d48cc758f548a8","status":"passed","time":{"start":1706527016290,"stop":1706527016291,"duration":1}},{"uid":"5dbfc0a5426cda01","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5dbfc0a5426cda01","status":"passed","time":{"start":1706526929195,"stop":1706526929195,"duration":0}},{"uid":"ab74294bd362e24b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ab74294bd362e24b","status":"passed","time":{"start":1706526355566,"stop":1706526355566,"duration":0}},{"uid":"c1085bcb28e3cf0e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c1085bcb28e3cf0e","status":"passed","time":{"start":1706525825273,"stop":1706525825273,"duration":0}},{"uid":"1578beccb93930d1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1578beccb93930d1","status":"passed","time":{"start":1706525414578,"stop":1706525414579,"duration":1}},{"uid":"4be5ff3d4e018a9f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4be5ff3d4e018a9f","status":"passed","time":{"start":1706468084955,"stop":1706468084955,"duration":0}},{"uid":"345ceb09c831b8a4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/345ceb09c831b8a4","status":"passed","time":{"start":1706323430965,"stop":1706323430965,"duration":0}},{"uid":"dca6eb3bc18d1c82","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dca6eb3bc18d1c82","status":"passed","time":{"start":1706321743962,"stop":1706321743962,"duration":0}},{"uid":"6cf745120909cd5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6cf745120909cd5","status":"passed","time":{"start":1706115449526,"stop":1706115449526,"duration":0}},{"uid":"ac43e5a1f90c8bae","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ac43e5a1f90c8bae","status":"passed","time":{"start":1706114706804,"stop":1706114706805,"duration":1}},{"uid":"41a226580e8a57b4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/41a226580e8a57b4","status":"passed","time":{"start":1706112158255,"stop":1706112158255,"duration":0}},{"uid":"eb461a669f40e400","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/eb461a669f40e400","status":"passed","time":{"start":1706111870560,"stop":1706111870560,"duration":0}},{"uid":"cce1375b3cfcc2c6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cce1375b3cfcc2c6","status":"passed","time":{"start":1706109756247,"stop":1706109756247,"duration":0}},{"uid":"e041965f5ecb26cb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e041965f5ecb26cb","status":"passed","time":{"start":1706103280826,"stop":1706103280827,"duration":1}},{"uid":"fcd51516b1929cd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fcd51516b1929cd","status":"passed","time":{"start":1706103332257,"stop":1706103332257,"duration":0}},{"uid":"a6f143af1b22854a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a6f143af1b22854a","status":"passed","time":{"start":1706102670253,"stop":1706102670258,"duration":5}},{"uid":"54f829c76de0d4dc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/54f829c76de0d4dc","status":"passed","time":{"start":1706102539181,"stop":1706102539181,"duration":0}}]},"1715b35e9257504109ab9c1316fb5a7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e7826767ec8be0d","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/1e7826767ec8be0d","status":"passed","time":{"start":1705525435392,"stop":1705525435392,"duration":0}}]},"24bdf92b3014b1b3be00bace8b510d5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a138a72c73a3e6c4","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/a138a72c73a3e6c4","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684103,"stop":1705502684104,"duration":1}}]},"95320882a54f26eb2cb6b3e825dd3d95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6896ab735f2a6333","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/6896ab735f2a6333","status":"passed","time":{"start":1706101380161,"stop":1706101380161,"duration":0}}]},"ab19332a1feb3aeb9d85b1f567cfccb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420c793d1cf08bdf","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/420c793d1cf08bdf","status":"passed","time":{"start":1706102385199,"stop":1706102385200,"duration":1}}]},"b85ebfe2579e35203de8999528b07092:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34b412c8a6c87cfd","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/34b412c8a6c87cfd","status":"passed","time":{"start":1705675996735,"stop":1705675996735,"duration":0}}]},"fa5b88c19bd235276cf87c55647e5419:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81076ee68da418ef","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/81076ee68da418ef","status":"passed","time":{"start":1705525435392,"stop":1705525435393,"duration":1}}]},"ef1874733e9b2f4204380cb360d6b478:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6eedc26b885cfefe","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/6eedc26b885cfefe","status":"passed","time":{"start":1705665612355,"stop":1705665612355,"duration":0}}]},"7c72d835f7ed5b337dc56f5d9a98608b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c1d8b6528ce254b","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/8c1d8b6528ce254b","status":"passed","time":{"start":1705494884684,"stop":1705494884684,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"91b5b9e41328e186","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91b5b9e41328e186","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0}},{"uid":"9ff716265f5a8907","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9ff716265f5a8907","status":"passed","time":{"start":1706527711464,"stop":1706527711464,"duration":0}},{"uid":"d5ac1015a3329d88","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d5ac1015a3329d88","status":"passed","time":{"start":1706526726552,"stop":1706526726552,"duration":0}},{"uid":"3f208e3db4bbf5c3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3f208e3db4bbf5c3","status":"passed","time":{"start":1706526423451,"stop":1706526423451,"duration":0}},{"uid":"dccb8eb9256a81f0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/dccb8eb9256a81f0","status":"passed","time":{"start":1706526328561,"stop":1706526328562,"duration":1}},{"uid":"fafcfd71c4574547","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fafcfd71c4574547","status":"passed","time":{"start":1706525757666,"stop":1706525757666,"duration":0}},{"uid":"5cb6f1dbc74b7303","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5cb6f1dbc74b7303","status":"passed","time":{"start":1706525224708,"stop":1706525224708,"duration":0}},{"uid":"f5b3340b5fabcaee","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f5b3340b5fabcaee","status":"passed","time":{"start":1706524785823,"stop":1706524785823,"duration":0}},{"uid":"36def000e0f26493","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/36def000e0f26493","status":"passed","time":{"start":1706467479692,"stop":1706467479693,"duration":1}},{"uid":"69485754095f2663","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/69485754095f2663","status":"passed","time":{"start":1706322832270,"stop":1706322832270,"duration":0}},{"uid":"c57dde1ce60a4660","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c57dde1ce60a4660","status":"passed","time":{"start":1706321145651,"stop":1706321145651,"duration":0}},{"uid":"f98cf23e3a5bd96","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f98cf23e3a5bd96","status":"passed","time":{"start":1706244661671,"stop":1706244661671,"duration":0}},{"uid":"a441a4e42825cd0d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/a441a4e42825cd0d","status":"passed","time":{"start":1706242230032,"stop":1706242230033,"duration":1}},{"uid":"9a2e0dd7bbf2f7d2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9a2e0dd7bbf2f7d2","status":"passed","time":{"start":1706114918308,"stop":1706114918308,"duration":0}},{"uid":"eed8d83a32ff56c2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/eed8d83a32ff56c2","status":"passed","time":{"start":1706114089067,"stop":1706114089067,"duration":0}},{"uid":"c713f20359ce8ad8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c713f20359ce8ad8","status":"passed","time":{"start":1706111563818,"stop":1706111563818,"duration":0}},{"uid":"93bdcad0fe656377","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/93bdcad0fe656377","status":"passed","time":{"start":1706111253308,"stop":1706111253308,"duration":0}},{"uid":"7be8778d1fb9e25a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7be8778d1fb9e25a","status":"passed","time":{"start":1706109155546,"stop":1706109155547,"duration":1}},{"uid":"b8c8cb729a337cde","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b8c8cb729a337cde","status":"passed","time":{"start":1706102973881,"stop":1706102973881,"duration":0}},{"uid":"254d0b34ff48edef","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/254d0b34ff48edef","status":"passed","time":{"start":1706102713466,"stop":1706102713466,"duration":0}}]},"84b907b83dcc55e05339ce85732653a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"147b72da0b87cb3b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/147b72da0b87cb3b","status":"passed","time":{"start":1706525780734,"stop":1706525780740,"duration":6}}]},"6f3c347a77ba3b40dcd36432b2825bf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a049d09b91375806","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/a049d09b91375806","status":"passed","time":{"start":1705664730045,"stop":1705664730046,"duration":1}}]},"0c78073457c7a12b83822363eaf4dd25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c2c69abf092a87c","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/8c2c69abf092a87c","status":"passed","time":{"start":1705681678131,"stop":1705681678131,"duration":0}}]},"be0ce1cd079cfb1ddaa5bcf3a92fb9bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c613451129e64f","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/60c613451129e64f","status":"passed","time":{"start":1705520300897,"stop":1705520300897,"duration":0}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"a6155f88e6fc4f3d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a6155f88e6fc4f3d","status":"passed","time":{"start":1706528752632,"stop":1706528752633,"duration":1}},{"uid":"360113a60abb22ca","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/360113a60abb22ca","status":"passed","time":{"start":1706527721485,"stop":1706527721485,"duration":0}},{"uid":"603cb41fe7898718","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/603cb41fe7898718","status":"passed","time":{"start":1706526736330,"stop":1706526736331,"duration":1}},{"uid":"ea5553efe9809c31","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ea5553efe9809c31","status":"passed","time":{"start":1706526433122,"stop":1706526433123,"duration":1}},{"uid":"2ff0abefb2864990","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2ff0abefb2864990","status":"passed","time":{"start":1706526338334,"stop":1706526338334,"duration":0}},{"uid":"b9a0d4e6ed754fd6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b9a0d4e6ed754fd6","status":"passed","time":{"start":1706525767351,"stop":1706525767352,"duration":1}},{"uid":"5da0d843174703a2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5da0d843174703a2","status":"passed","time":{"start":1706525234335,"stop":1706525234335,"duration":0}},{"uid":"f9e2fc545e72141d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f9e2fc545e72141d","status":"passed","time":{"start":1706524795501,"stop":1706524795501,"duration":0}},{"uid":"a07501dc7ceda6ed","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a07501dc7ceda6ed","status":"passed","time":{"start":1706467489459,"stop":1706467489459,"duration":0}},{"uid":"361638b1cb9378c9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/361638b1cb9378c9","status":"passed","time":{"start":1706322842265,"stop":1706322842266,"duration":1}},{"uid":"3418da1efc1647f1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3418da1efc1647f1","status":"passed","time":{"start":1706321155288,"stop":1706321155288,"duration":0}},{"uid":"7e8984f697a18e7f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7e8984f697a18e7f","status":"passed","time":{"start":1706244671451,"stop":1706244671451,"duration":0}},{"uid":"6a49d5a4bf67090e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6a49d5a4bf67090e","status":"passed","time":{"start":1706242239782,"stop":1706242239783,"duration":1}},{"uid":"4f20f5e4cba0c6fc","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4f20f5e4cba0c6fc","status":"passed","time":{"start":1706114928163,"stop":1706114928163,"duration":0}},{"uid":"ff3454ccfe49db67","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ff3454ccfe49db67","status":"passed","time":{"start":1706114098851,"stop":1706114098851,"duration":0}},{"uid":"972dc7aa48365c5c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/972dc7aa48365c5c","status":"passed","time":{"start":1706111573574,"stop":1706111573575,"duration":1}},{"uid":"8373cc84611bfced","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8373cc84611bfced","status":"passed","time":{"start":1706111263116,"stop":1706111263116,"duration":0}},{"uid":"6dea00e1b43a7a08","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6dea00e1b43a7a08","status":"passed","time":{"start":1706109165547,"stop":1706109165548,"duration":1}},{"uid":"a260252ae9991c79","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a260252ae9991c79","status":"passed","time":{"start":1706102983598,"stop":1706102983598,"duration":0}},{"uid":"5c2f7c35108fc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5c2f7c35108fc","status":"passed","time":{"start":1706102723313,"stop":1706102723314,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"61af5c42900781ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/61af5c42900781ac","status":"passed","time":{"start":1706529232495,"stop":1706529232496,"duration":1}},{"uid":"8638b6a00f5124f9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8638b6a00f5124f9","status":"passed","time":{"start":1706528204712,"stop":1706528204713,"duration":1}},{"uid":"5b359d1661c8a908","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5b359d1661c8a908","status":"passed","time":{"start":1706527099414,"stop":1706527099415,"duration":1}},{"uid":"d7f1f3095b5fe40d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d7f1f3095b5fe40d","status":"passed","time":{"start":1706526797224,"stop":1706526797225,"duration":1}},{"uid":"3d6fc6a8c3a32a21","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3d6fc6a8c3a32a21","status":"passed","time":{"start":1706526702294,"stop":1706526702294,"duration":0}},{"uid":"a6968b1937eca348","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a6968b1937eca348","status":"passed","time":{"start":1706526144636,"stop":1706526144637,"duration":1}},{"uid":"543f6f57e8035676","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/543f6f57e8035676","status":"passed","time":{"start":1706525605480,"stop":1706525605480,"duration":0}},{"uid":"7be810b707267f6b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7be810b707267f6b","status":"passed","time":{"start":1706525237516,"stop":1706525237516,"duration":0}},{"uid":"78d62ce41b1eec3a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/78d62ce41b1eec3a","status":"passed","time":{"start":1706467847955,"stop":1706467847955,"duration":0}},{"uid":"7ab7d24a8b465e0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7ab7d24a8b465e0","status":"passed","time":{"start":1706323224589,"stop":1706323224589,"duration":0}},{"uid":"9b4dbd7c0e7eb67d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9b4dbd7c0e7eb67d","status":"passed","time":{"start":1706321490514,"stop":1706321490514,"duration":0}},{"uid":"a23ca634e1fd5109","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a23ca634e1fd5109","status":"passed","time":{"start":1706115297912,"stop":1706115297912,"duration":0}},{"uid":"162a73cb0bbb368f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/162a73cb0bbb368f","status":"passed","time":{"start":1706114468894,"stop":1706114468894,"duration":0}},{"uid":"917e6766939dcfae","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/917e6766939dcfae","status":"passed","time":{"start":1706111928720,"stop":1706111928720,"duration":0}},{"uid":"fafc2a11cfe7db76","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fafc2a11cfe7db76","status":"passed","time":{"start":1706111629324,"stop":1706111629324,"duration":0}},{"uid":"8a5197d1583af0a1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8a5197d1583af0a1","status":"passed","time":{"start":1706109548329,"stop":1706109548329,"duration":0}},{"uid":"f7708fe72eede532","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f7708fe72eede532","status":"passed","time":{"start":1706103319928,"stop":1706103319929,"duration":1}},{"uid":"2df1d78c0c419b09","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2df1d78c0c419b09","status":"passed","time":{"start":1706103066442,"stop":1706103066443,"duration":1}},{"uid":"79ebfbb9ea804783","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/79ebfbb9ea804783","status":"passed","time":{"start":1706102448464,"stop":1706102448464,"duration":0}},{"uid":"94dc24b1965d8ce5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/94dc24b1965d8ce5","status":"passed","time":{"start":1706102342941,"stop":1706102342942,"duration":1}}]},"58aff4ca6c738e814dde52037c9ae223:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a52285666951b5c3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a52285666951b5c3","status":"passed","time":{"start":1706109756263,"stop":1706109756263,"duration":0}}]},"16e3d12b5cb85993f6916844ccc65150:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15da35e55a3ebf5f","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/15da35e55a3ebf5f","status":"passed","time":{"start":1706101549612,"stop":1706101549617,"duration":5}}]},"d3afd4ab4d5177716694758300e8bae8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa5480c64164a9a5","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/fa5480c64164a9a5","status":"passed","time":{"start":1706101757861,"stop":1706101757862,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"2eca231d48f51c53","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2eca231d48f51c53","status":"passed","time":{"start":1706529382346,"stop":1706529382346,"duration":0}},{"uid":"d16ba46dfdab5e7f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d16ba46dfdab5e7f","status":"passed","time":{"start":1706528358936,"stop":1706528358936,"duration":0}},{"uid":"846e2312328d8c11","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/846e2312328d8c11","status":"passed","time":{"start":1706527280979,"stop":1706527280979,"duration":0}},{"uid":"bc45e8959b5dddc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bc45e8959b5dddc","status":"passed","time":{"start":1706527018955,"stop":1706527018955,"duration":0}},{"uid":"4aa6817552e2eac3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4aa6817552e2eac3","status":"passed","time":{"start":1706526913491,"stop":1706526913492,"duration":1}},{"uid":"5bc724593dec9b55","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5bc724593dec9b55","status":"passed","time":{"start":1706526349829,"stop":1706526349830,"duration":1}},{"uid":"ae99ca366bc97ab3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ae99ca366bc97ab3","status":"passed","time":{"start":1706525818566,"stop":1706525818566,"duration":0}},{"uid":"16f8afe81b822292","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/16f8afe81b822292","status":"passed","time":{"start":1706525411712,"stop":1706525411712,"duration":0}},{"uid":"12f23f4322d6741a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/12f23f4322d6741a","status":"passed","time":{"start":1706468058611,"stop":1706468058612,"duration":1}},{"uid":"8a96ff1bc7a918a7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8a96ff1bc7a918a7","status":"passed","time":{"start":1706323426980,"stop":1706323426980,"duration":0}},{"uid":"6b9243b39faadcc4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6b9243b39faadcc4","status":"passed","time":{"start":1706321694469,"stop":1706321694470,"duration":1}},{"uid":"d46dd6975beea2f2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d46dd6975beea2f2","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244874732,"stop":1706244874732,"duration":0}},{"uid":"212ea16af43ef913","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/212ea16af43ef913","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242416176,"stop":1706242416176,"duration":0}},{"uid":"68aa13e40c2ff23b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/68aa13e40c2ff23b","status":"passed","time":{"start":1706115501230,"stop":1706115501230,"duration":0}},{"uid":"fcb9fbc8f07633c0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fcb9fbc8f07633c0","status":"passed","time":{"start":1706114678599,"stop":1706114678599,"duration":0}},{"uid":"a8f4a2cc8d34264","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a8f4a2cc8d34264","status":"passed","time":{"start":1706112160997,"stop":1706112160997,"duration":0}},{"uid":"d95b0b8e88b445c7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d95b0b8e88b445c7","status":"passed","time":{"start":1706111848590,"stop":1706111848591,"duration":1}},{"uid":"c64a84cff6598737","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c64a84cff6598737","status":"passed","time":{"start":1706109769706,"stop":1706109769707,"duration":1}},{"uid":"faa00234a4abec68","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/faa00234a4abec68","status":"passed","time":{"start":1706103482579,"stop":1706103482579,"duration":0}},{"uid":"4ade13b80be22b06","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4ade13b80be22b06","status":"passed","time":{"start":1706103311279,"stop":1706103311280,"duration":1}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"6ad2059569b2ad8a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ad2059569b2ad8a","status":"passed","time":{"start":1706528735129,"stop":1706528735130,"duration":1}},{"uid":"93fa9a747c5fb878","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/93fa9a747c5fb878","status":"passed","time":{"start":1706527704553,"stop":1706527704554,"duration":1}},{"uid":"96bf198e8fbdb53c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/96bf198e8fbdb53c","status":"passed","time":{"start":1706526720931,"stop":1706526720932,"duration":1}},{"uid":"ab4d1bf54a2b3106","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ab4d1bf54a2b3106","status":"passed","time":{"start":1706526416651,"stop":1706526416651,"duration":0}},{"uid":"8353c8eb635cefa1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8353c8eb635cefa1","status":"passed","time":{"start":1706526321787,"stop":1706526321787,"duration":0}},{"uid":"ffcf78b142e3308a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ffcf78b142e3308a","status":"passed","time":{"start":1706525751929,"stop":1706525751929,"duration":0}},{"uid":"1bdbda15ccaeef9c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1bdbda15ccaeef9c","status":"passed","time":{"start":1706525218947,"stop":1706525218947,"duration":0}},{"uid":"4ac8cefd3fd0c59d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4ac8cefd3fd0c59d","status":"passed","time":{"start":1706524780135,"stop":1706524780136,"duration":1}},{"uid":"7889519371f2077c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7889519371f2077c","status":"passed","time":{"start":1706467473997,"stop":1706467473997,"duration":0}},{"uid":"1b4848fe466700ac","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1b4848fe466700ac","status":"passed","time":{"start":1706322826365,"stop":1706322826366,"duration":1}},{"uid":"f6777de624f5f66d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f6777de624f5f66d","status":"passed","time":{"start":1706321139951,"stop":1706321139952,"duration":1}},{"uid":"459bf33817fe6f6e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/459bf33817fe6f6e","status":"passed","time":{"start":1706244655877,"stop":1706244655878,"duration":1}},{"uid":"33cec13347ea765d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/33cec13347ea765d","status":"passed","time":{"start":1706242224325,"stop":1706242224326,"duration":1}},{"uid":"83ffb225c9829a2c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/83ffb225c9829a2c","status":"passed","time":{"start":1706114912525,"stop":1706114912526,"duration":1}},{"uid":"22a95ad1953b52c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/22a95ad1953b52c","status":"passed","time":{"start":1706114083266,"stop":1706114083266,"duration":0}},{"uid":"72d5549605c08a14","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/72d5549605c08a14","status":"passed","time":{"start":1706111557896,"stop":1706111557897,"duration":1}},{"uid":"a0b9d23c31f2b5a2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a0b9d23c31f2b5a2","status":"passed","time":{"start":1706111247536,"stop":1706111247537,"duration":1}},{"uid":"ae7480061ceb1a26","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ae7480061ceb1a26","status":"passed","time":{"start":1706109149771,"stop":1706109149771,"duration":0}},{"uid":"b8037589f0c92419","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b8037589f0c92419","status":"passed","time":{"start":1706102968128,"stop":1706102968129,"duration":1}},{"uid":"3447190617175bda","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3447190617175bda","status":"passed","time":{"start":1706102707866,"stop":1706102707870,"duration":4}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e842953fd9095106","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e842953fd9095106","status":"passed","time":{"start":1706528742088,"stop":1706528742088,"duration":0}},{"uid":"77da3f7ea67f6a62","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/77da3f7ea67f6a62","status":"passed","time":{"start":1706527711278,"stop":1706527711278,"duration":0}},{"uid":"855d02406c548155","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/855d02406c548155","status":"passed","time":{"start":1706526726449,"stop":1706526726450,"duration":1}},{"uid":"f85a44eb8d6d43fb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f85a44eb8d6d43fb","status":"passed","time":{"start":1706526423300,"stop":1706526423301,"duration":1}},{"uid":"f693bbd1d013b3f4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f693bbd1d013b3f4","status":"passed","time":{"start":1706526328420,"stop":1706526328420,"duration":0}},{"uid":"b5c08ac799704439","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b5c08ac799704439","status":"passed","time":{"start":1706525757430,"stop":1706525757430,"duration":0}},{"uid":"9693d91e4df07de4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9693d91e4df07de4","status":"passed","time":{"start":1706525224652,"stop":1706525224652,"duration":0}},{"uid":"1128f57de86276e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1128f57de86276e","status":"passed","time":{"start":1706524785729,"stop":1706524785730,"duration":1}},{"uid":"ca1326a1a207167f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ca1326a1a207167f","status":"passed","time":{"start":1706467479706,"stop":1706467479706,"duration":0}},{"uid":"12e7bc71cf16020f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/12e7bc71cf16020f","status":"passed","time":{"start":1706322831924,"stop":1706322831924,"duration":0}},{"uid":"b45a419d23fd5365","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b45a419d23fd5365","status":"passed","time":{"start":1706321145322,"stop":1706321145323,"duration":1}},{"uid":"7e1141e913cade36","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7e1141e913cade36","status":"passed","time":{"start":1706244661659,"stop":1706244661660,"duration":1}},{"uid":"9ce76d5564cf03f4","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9ce76d5564cf03f4","status":"passed","time":{"start":1706242229836,"stop":1706242229836,"duration":0}},{"uid":"31dd7338fa76891c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/31dd7338fa76891c","status":"passed","time":{"start":1706114918190,"stop":1706114918191,"duration":1}},{"uid":"9f2b9b82db361d72","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9f2b9b82db361d72","status":"passed","time":{"start":1706114088843,"stop":1706114088843,"duration":0}},{"uid":"6720c952c4a6383","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6720c952c4a6383","status":"passed","time":{"start":1706111563559,"stop":1706111563559,"duration":0}},{"uid":"3df0a665b0445ece","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3df0a665b0445ece","status":"passed","time":{"start":1706111253124,"stop":1706111253125,"duration":1}},{"uid":"834253d35c8d6700","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/834253d35c8d6700","status":"passed","time":{"start":1706109155254,"stop":1706109155255,"duration":1}},{"uid":"630a273ad8511506","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/630a273ad8511506","status":"passed","time":{"start":1706102973688,"stop":1706102973689,"duration":1}},{"uid":"f168bacfe5622cce","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f168bacfe5622cce","status":"passed","time":{"start":1706102713456,"stop":1706102713457,"duration":1}}]},"c7893cd8121b9e3958a12eaf87eea2ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e1b986e9332ec19","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/9e1b986e9332ec19","status":"passed","time":{"start":1705485136815,"stop":1705485136815,"duration":0}}]},"b93c71c150b69f7cebf1ff822a014f67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7e8c64193a16e8","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/e7e8c64193a16e8","status":"passed","time":{"start":1705675474649,"stop":1705675474649,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"6f1f3b79b51f3269","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f1f3b79b51f3269","status":"passed","time":{"start":1706528986007,"stop":1706528986008,"duration":1}},{"uid":"5fc8d3da9dc81a23","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5fc8d3da9dc81a23","status":"passed","time":{"start":1706527951698,"stop":1706527951699,"duration":1}},{"uid":"2bfa736d56ad6f1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2bfa736d56ad6f1","status":"passed","time":{"start":1706526969202,"stop":1706526969203,"duration":1}},{"uid":"eac9e5559a0233f1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/eac9e5559a0233f1","status":"passed","time":{"start":1706526675846,"stop":1706526675846,"duration":0}},{"uid":"e2c0f373184dd52b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e2c0f373184dd52b","status":"passed","time":{"start":1706526572353,"stop":1706526572353,"duration":0}},{"uid":"7ebf451da43e2cbf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7ebf451da43e2cbf","status":"passed","time":{"start":1706525997935,"stop":1706525997935,"duration":0}},{"uid":"39d4140fccc0b2af","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/39d4140fccc0b2af","status":"passed","time":{"start":1706525468248,"stop":1706525468248,"duration":0}},{"uid":"eb787e95ab889edb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/eb787e95ab889edb","status":"passed","time":{"start":1706525019708,"stop":1706525019708,"duration":0}},{"uid":"a6430184cd7540a4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a6430184cd7540a4","status":"passed","time":{"start":1706467721291,"stop":1706467721292,"duration":1}},{"uid":"c12280480b977aa0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c12280480b977aa0","status":"passed","time":{"start":1706323082564,"stop":1706323082565,"duration":1}},{"uid":"abaa99cf5806ae94","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/abaa99cf5806ae94","status":"passed","time":{"start":1706321389967,"stop":1706321389967,"duration":0}},{"uid":"d9414e5872995d18","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d9414e5872995d18","status":"passed","time":{"start":1706115172648,"stop":1706115172648,"duration":0}},{"uid":"1464480db952a32e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1464480db952a32e","status":"passed","time":{"start":1706114335597,"stop":1706114335598,"duration":1}},{"uid":"ee2875ecf89a11bf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ee2875ecf89a11bf","status":"passed","time":{"start":1706111797801,"stop":1706111797802,"duration":1}},{"uid":"8b18a28276a6cd56","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8b18a28276a6cd56","status":"passed","time":{"start":1706111496585,"stop":1706111496586,"duration":1}},{"uid":"efc75219b8ff5650","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/efc75219b8ff5650","status":"passed","time":{"start":1706109403538,"stop":1706109403539,"duration":1}},{"uid":"768bed5d03a7d269","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/768bed5d03a7d269","status":"passed","time":{"start":1706103220670,"stop":1706103220670,"duration":0}},{"uid":"317d553829ee15ac","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/317d553829ee15ac","status":"passed","time":{"start":1706102943578,"stop":1706102943579,"duration":1}},{"uid":"651c8f13c9f19a1f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/651c8f13c9f19a1f","status":"passed","time":{"start":1706102315316,"stop":1706102315317,"duration":1}},{"uid":"84a74be5444bc980","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/84a74be5444bc980","status":"passed","time":{"start":1706102190044,"stop":1706102190044,"duration":0}}]},"699712d155b54589ca80e97062732e88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e482708f1ef331c5","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/e482708f1ef331c5","status":"passed","time":{"start":1705525645326,"stop":1705525645327,"duration":1}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"42b4066798e41dd1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42b4066798e41dd1","status":"passed","time":{"start":1706528985984,"stop":1706528985985,"duration":1}},{"uid":"cd8acf9622512857","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cd8acf9622512857","status":"passed","time":{"start":1706527951687,"stop":1706527951687,"duration":0}},{"uid":"6c7e6b446224aced","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6c7e6b446224aced","status":"passed","time":{"start":1706526969196,"stop":1706526969197,"duration":1}},{"uid":"2717f9145f484406","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2717f9145f484406","status":"passed","time":{"start":1706526675841,"stop":1706526675841,"duration":0}},{"uid":"f277d1d021fd9782","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f277d1d021fd9782","status":"passed","time":{"start":1706526572347,"stop":1706526572347,"duration":0}},{"uid":"f9f89fc847c46475","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f9f89fc847c46475","status":"passed","time":{"start":1706525997929,"stop":1706525997930,"duration":1}},{"uid":"91d429e33f4fb9b2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/91d429e33f4fb9b2","status":"passed","time":{"start":1706525468223,"stop":1706525468224,"duration":1}},{"uid":"2497a78e7cb0b566","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2497a78e7cb0b566","status":"passed","time":{"start":1706525019702,"stop":1706525019702,"duration":0}},{"uid":"405d0ceafe3ea0d2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/405d0ceafe3ea0d2","status":"passed","time":{"start":1706467721285,"stop":1706467721285,"duration":0}},{"uid":"3d718cfda5c6c5ac","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3d718cfda5c6c5ac","status":"passed","time":{"start":1706323082559,"stop":1706323082559,"duration":0}},{"uid":"ed52e4b1156e60ce","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ed52e4b1156e60ce","status":"passed","time":{"start":1706321389961,"stop":1706321389961,"duration":0}},{"uid":"b016d1eae0c3bff","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b016d1eae0c3bff","status":"passed","time":{"start":1706115172632,"stop":1706115172632,"duration":0}},{"uid":"2954d06d40785681","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2954d06d40785681","status":"passed","time":{"start":1706114335579,"stop":1706114335580,"duration":1}},{"uid":"9516946c482f40f0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9516946c482f40f0","status":"passed","time":{"start":1706111797790,"stop":1706111797791,"duration":1}},{"uid":"3b6417987c99665b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3b6417987c99665b","status":"passed","time":{"start":1706111496580,"stop":1706111496581,"duration":1}},{"uid":"255511f91d8f3e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/255511f91d8f3e","status":"passed","time":{"start":1706109403530,"stop":1706109403532,"duration":2}},{"uid":"f8f294676c0c2f42","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f8f294676c0c2f42","status":"passed","time":{"start":1706103220664,"stop":1706103220665,"duration":1}},{"uid":"9d3a26adc54e4ce8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9d3a26adc54e4ce8","status":"passed","time":{"start":1706102943569,"stop":1706102943570,"duration":1}},{"uid":"3c2ac41fa7fc3d3","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3c2ac41fa7fc3d3","status":"passed","time":{"start":1706102315311,"stop":1706102315311,"duration":0}},{"uid":"13906916ef0582e5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/13906916ef0582e5","status":"passed","time":{"start":1706102190038,"stop":1706102190039,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"c44f5b9c4379651f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c44f5b9c4379651f","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"duration":0}},{"uid":"59cfac361e328415","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/59cfac361e328415","status":"passed","time":{"start":1706528057466,"stop":1706528057467,"duration":1}},{"uid":"5ebc6ee2eda0f29c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5ebc6ee2eda0f29c","status":"passed","time":{"start":1706526914783,"stop":1706526914783,"duration":0}},{"uid":"76e75f087da06f15","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/76e75f087da06f15","status":"passed","time":{"start":1706526612656,"stop":1706526612656,"duration":0}},{"uid":"45bc5ab60d7310fd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/45bc5ab60d7310fd","status":"passed","time":{"start":1706526514771,"stop":1706526514771,"duration":0}},{"uid":"213966bb9c0f8937","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/213966bb9c0f8937","status":"passed","time":{"start":1706525945114,"stop":1706525945114,"duration":0}},{"uid":"9de2c61ce003feed","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9de2c61ce003feed","status":"passed","time":{"start":1706525418832,"stop":1706525418832,"duration":0}},{"uid":"a73e7139c1e31932","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a73e7139c1e31932","status":"passed","time":{"start":1706525116056,"stop":1706525116057,"duration":1}},{"uid":"606ecbc53205cbe9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/606ecbc53205cbe9","status":"passed","time":{"start":1706467681215,"stop":1706467681215,"duration":0}},{"uid":"da5875f7b7a3adc6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/da5875f7b7a3adc6","status":"passed","time":{"start":1706323017128,"stop":1706323017128,"duration":0}},{"uid":"a78ab7f1d1955a3f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a78ab7f1d1955a3f","status":"passed","time":{"start":1706321333768,"stop":1706321333768,"duration":0}},{"uid":"53205bca0add4c4a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/53205bca0add4c4a","status":"passed","time":{"start":1706115157112,"stop":1706115157112,"duration":0}},{"uid":"1a38f6618300cce7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1a38f6618300cce7","status":"passed","time":{"start":1706114292041,"stop":1706114292041,"duration":0}},{"uid":"5eba795b88d4e478","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5eba795b88d4e478","status":"passed","time":{"start":1706111755026,"stop":1706111755027,"duration":1}},{"uid":"b6c2efd3c5146a9d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b6c2efd3c5146a9d","status":"passed","time":{"start":1706111454547,"stop":1706111454547,"duration":0}},{"uid":"9f327d1d4cb9147f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9f327d1d4cb9147f","status":"passed","time":{"start":1706109346669,"stop":1706109346669,"duration":0}},{"uid":"f7a0cb07a5191add","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f7a0cb07a5191add","status":"passed","time":{"start":1706103153478,"stop":1706103153478,"duration":0}},{"uid":"6b2ab95e75d16ad6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6b2ab95e75d16ad6","status":"passed","time":{"start":1706102905544,"stop":1706102905544,"duration":0}},{"uid":"3c9f9ee3bab903f8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3c9f9ee3bab903f8","status":"passed","time":{"start":1706102263612,"stop":1706102263612,"duration":0}},{"uid":"6dc90bfd4ea1eef","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6dc90bfd4ea1eef","status":"passed","time":{"start":1706102127477,"stop":1706102127477,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"9cee1bfb9c7c91f7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9cee1bfb9c7c91f7","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"duration":0}},{"uid":"5ce0c837f9943491","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5ce0c837f9943491","status":"passed","time":{"start":1706528204727,"stop":1706528204727,"duration":0}},{"uid":"39f0acc6b2dd672b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/39f0acc6b2dd672b","status":"passed","time":{"start":1706527099429,"stop":1706527099429,"duration":0}},{"uid":"2365415ed1c1f9e3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2365415ed1c1f9e3","status":"passed","time":{"start":1706526797237,"stop":1706526797237,"duration":0}},{"uid":"51654624468f1ec6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/51654624468f1ec6","status":"passed","time":{"start":1706526702311,"stop":1706526702311,"duration":0}},{"uid":"acd7fd8cf5c9c467","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/acd7fd8cf5c9c467","status":"passed","time":{"start":1706526144651,"stop":1706526144651,"duration":0}},{"uid":"5eb0f462ba4a700b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5eb0f462ba4a700b","status":"passed","time":{"start":1706525605502,"stop":1706525605502,"duration":0}},{"uid":"899405c713331f54","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/899405c713331f54","status":"passed","time":{"start":1706525237528,"stop":1706525237528,"duration":0}},{"uid":"bd14cd2bc51f1fb6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bd14cd2bc51f1fb6","status":"passed","time":{"start":1706467847965,"stop":1706467847965,"duration":0}},{"uid":"f2deeb4ae6fde984","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f2deeb4ae6fde984","status":"passed","time":{"start":1706323224603,"stop":1706323224603,"duration":0}},{"uid":"8ca8b76e3e191dd0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8ca8b76e3e191dd0","status":"passed","time":{"start":1706321490529,"stop":1706321490529,"duration":0}},{"uid":"c9938ac23aa8ec5a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c9938ac23aa8ec5a","status":"passed","time":{"start":1706115297924,"stop":1706115297924,"duration":0}},{"uid":"240959471420f065","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/240959471420f065","status":"passed","time":{"start":1706114468920,"stop":1706114468920,"duration":0}},{"uid":"8aba048369a6b6a4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8aba048369a6b6a4","status":"passed","time":{"start":1706111928730,"stop":1706111928730,"duration":0}},{"uid":"915e13de9cf4c756","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/915e13de9cf4c756","status":"passed","time":{"start":1706111629340,"stop":1706111629340,"duration":0}},{"uid":"b8b4e3adfeb46ec6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b8b4e3adfeb46ec6","status":"passed","time":{"start":1706109548377,"stop":1706109548378,"duration":1}},{"uid":"3032df3e73ba1d5e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3032df3e73ba1d5e","status":"passed","time":{"start":1706103319940,"stop":1706103319941,"duration":1}},{"uid":"8e8d2ffb7a70e2d5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8e8d2ffb7a70e2d5","status":"passed","time":{"start":1706103066484,"stop":1706103066485,"duration":1}},{"uid":"ec9391f9e9396411","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ec9391f9e9396411","status":"passed","time":{"start":1706102448477,"stop":1706102448477,"duration":0}},{"uid":"d9a8f2ba6345a5cb","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d9a8f2ba6345a5cb","status":"passed","time":{"start":1706102342952,"stop":1706102342952,"duration":0}}]},"1f78c38d986ed65d002b8a67b6cbfb20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec8d2377c2a9a7fa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ec8d2377c2a9a7fa","status":"passed","time":{"start":1706103305176,"stop":1706103305176,"duration":0}}]},"d67a1b534260de80c80bbc3731792dcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1b0e699d59afbed","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/f1b0e699d59afbed","status":"passed","time":{"start":1705687465949,"stop":1705687465949,"duration":0}}]},"f3c33753b42423086257732f8b104706:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"fd5c2dd72cc17fbf","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/fd5c2dd72cc17fbf","status":"passed","time":{"start":1706100979767,"stop":1706100979767,"duration":0}},{"uid":"4c90c40d1e63442a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4c90c40d1e63442a","status":"passed","time":{"start":1706100012437,"stop":1706100012437,"duration":0}},{"uid":"5456fa0e21256ba","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5456fa0e21256ba","status":"passed","time":{"start":1706077739094,"stop":1706077739095,"duration":1}},{"uid":"3461675733aa6992","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/3461675733aa6992","status":"passed","time":{"start":1706069827482,"stop":1706069827482,"duration":0}},{"uid":"e689af98fc9bee8b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/e689af98fc9bee8b","status":"passed","time":{"start":1705950521690,"stop":1705950521690,"duration":0}},{"uid":"4da5383d22ebe233","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/4da5383d22ebe233","status":"passed","time":{"start":1705938343383,"stop":1705938343383,"duration":0}},{"uid":"aaf79abe9024b4a4","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/aaf79abe9024b4a4","status":"passed","time":{"start":1705913488242,"stop":1705913488243,"duration":1}},{"uid":"29b9ddde01990997","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/29b9ddde01990997","status":"passed","time":{"start":1705913034279,"stop":1705913034280,"duration":1}},{"uid":"8207a08a678f5c2f","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8207a08a678f5c2f","status":"passed","time":{"start":1705912407150,"stop":1705912407150,"duration":0}},{"uid":"fcc3301b7a31f7a7","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/fcc3301b7a31f7a7","status":"passed","time":{"start":1705911588805,"stop":1705911588807,"duration":2}},{"uid":"fb9e6ca25cd523d6","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/fb9e6ca25cd523d6","status":"passed","time":{"start":1705698799124,"stop":1705698799124,"duration":0}},{"uid":"e2dcc72676c562ca","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e2dcc72676c562ca","status":"passed","time":{"start":1705687522380,"stop":1705687522380,"duration":0}},{"uid":"48e828b748527cd3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/48e828b748527cd3","status":"passed","time":{"start":1705687430763,"stop":1705687430763,"duration":0}},{"uid":"94e8f7b3b31d838e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/94e8f7b3b31d838e","status":"passed","time":{"start":1705678121499,"stop":1705678121500,"duration":1}},{"uid":"a216f9394aa22b3d","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/a216f9394aa22b3d","status":"passed","time":{"start":1705678046320,"stop":1705678046321,"duration":1}},{"uid":"7d09742d44e038ed","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/7d09742d44e038ed","status":"passed","time":{"start":1705677908057,"stop":1705677908057,"duration":0}},{"uid":"42617684e0ec6315","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/42617684e0ec6315","status":"passed","time":{"start":1705677463261,"stop":1705677463261,"duration":0}},{"uid":"af4119e05cce02c3","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/af4119e05cce02c3","status":"passed","time":{"start":1705676052724,"stop":1705676052724,"duration":0}},{"uid":"fb8ae0e913c2452d","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/fb8ae0e913c2452d","status":"passed","time":{"start":1705675474646,"stop":1705675474646,"duration":0}},{"uid":"43f061767f006c7","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/43f061767f006c7","status":"passed","time":{"start":1705670338398,"stop":1705670338398,"duration":0}}]},"38285198e9e7cf610e1aefff0f8b1783:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"951e7b1996308593","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/951e7b1996308593","status":"passed","time":{"start":1706077739099,"stop":1706077739100,"duration":1}}]},"dc3bc4bc984c084bf6c1885e9727283f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3afcba2a2a798db","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f3afcba2a2a798db","status":"passed","time":{"start":1706321713108,"stop":1706321713108,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"133c2d0d4d52fb44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/133c2d0d4d52fb44","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0}},{"uid":"4db3c8b6b1bf0f98","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4db3c8b6b1bf0f98","status":"passed","time":{"start":1706527813605,"stop":1706527813606,"duration":1}},{"uid":"9c9bfc2eb14b5253","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9c9bfc2eb14b5253","status":"passed","time":{"start":1706526833443,"stop":1706526833445,"duration":2}},{"uid":"e44f20951bf6377b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e44f20951bf6377b","status":"passed","time":{"start":1706526535571,"stop":1706526535574,"duration":3}},{"uid":"47eaf9921dedd7ce","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/47eaf9921dedd7ce","status":"passed","time":{"start":1706526432886,"stop":1706526432886,"duration":0}},{"uid":"a82c1fddff7633dc","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a82c1fddff7633dc","status":"passed","time":{"start":1706525863193,"stop":1706525863194,"duration":1}},{"uid":"f8225af4c620fc52","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f8225af4c620fc52","status":"passed","time":{"start":1706525327035,"stop":1706525327035,"duration":0}},{"uid":"473a89c20f19bafe","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/473a89c20f19bafe","status":"passed","time":{"start":1706524890662,"stop":1706524890662,"duration":0}},{"uid":"fdf9a3d74c00f076","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fdf9a3d74c00f076","status":"passed","time":{"start":1706467585304,"stop":1706467585305,"duration":1}},{"uid":"974b990dff6d3f33","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/974b990dff6d3f33","status":"passed","time":{"start":1706322939536,"stop":1706322939536,"duration":0}},{"uid":"6ed2b26974ba55ef","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6ed2b26974ba55ef","status":"passed","time":{"start":1706321258429,"stop":1706321258430,"duration":1}},{"uid":"4eca311b1ded25f7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4eca311b1ded25f7","status":"passed","time":{"start":1706115022318,"stop":1706115022326,"duration":8}},{"uid":"64b2ebb91671a1c0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/64b2ebb91671a1c0","status":"passed","time":{"start":1706114199107,"stop":1706114199108,"duration":1}},{"uid":"8ebd7c0993b3b3a5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8ebd7c0993b3b3a5","status":"passed","time":{"start":1706111666079,"stop":1706111666079,"duration":0}},{"uid":"4929a94677b0c74b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4929a94677b0c74b","status":"passed","time":{"start":1706111361079,"stop":1706111361080,"duration":1}},{"uid":"e5be21a12b7af04c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e5be21a12b7af04c","status":"passed","time":{"start":1706109262492,"stop":1706109262492,"duration":0}},{"uid":"afd4f9d77f17d0f7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/afd4f9d77f17d0f7","status":"passed","time":{"start":1706103081165,"stop":1706103081166,"duration":1}},{"uid":"e7e39ab012157ead","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e7e39ab012157ead","status":"passed","time":{"start":1706102823291,"stop":1706102823292,"duration":1}},{"uid":"75ed5e3fa2c753da","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/75ed5e3fa2c753da","status":"passed","time":{"start":1706102181349,"stop":1706102181349,"duration":0}},{"uid":"cd699025bce32120","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cd699025bce32120","status":"passed","time":{"start":1706102053767,"stop":1706102053767,"duration":0}}]},"a52dcf99b518b8cd107d8c11cd158709:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9393538794382d06","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/9393538794382d06","status":"passed","time":{"start":1705391632248,"stop":1705391632249,"duration":1}}]},"c3df99764380815627e6501bb570c60b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"893bd03c69cd4873","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/893bd03c69cd4873","status":"passed","time":{"start":1706103308664,"stop":1706103308664,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"5da2ef567af5e8eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5da2ef567af5e8eb","status":"passed","time":{"start":1706528735134,"stop":1706528735134,"duration":0}},{"uid":"78cad9ea8777c823","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/78cad9ea8777c823","status":"passed","time":{"start":1706527704559,"stop":1706527704559,"duration":0}},{"uid":"cd07c764d34a4643","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cd07c764d34a4643","status":"passed","time":{"start":1706526720936,"stop":1706526720937,"duration":1}},{"uid":"770a3b5f8338071d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/770a3b5f8338071d","status":"passed","time":{"start":1706526416656,"stop":1706526416656,"duration":0}},{"uid":"1996135b7b5d6595","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1996135b7b5d6595","status":"passed","time":{"start":1706526321793,"stop":1706526321793,"duration":0}},{"uid":"af0a910425cded05","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/af0a910425cded05","status":"passed","time":{"start":1706525751934,"stop":1706525751935,"duration":1}},{"uid":"e7cd08790ad0b26e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e7cd08790ad0b26e","status":"passed","time":{"start":1706525218968,"stop":1706525218969,"duration":1}},{"uid":"4bcfd12433edb86b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4bcfd12433edb86b","status":"passed","time":{"start":1706524780145,"stop":1706524780145,"duration":0}},{"uid":"f34300e4ed0ed994","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f34300e4ed0ed994","status":"passed","time":{"start":1706467474002,"stop":1706467474002,"duration":0}},{"uid":"148906b01bcaa249","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/148906b01bcaa249","status":"passed","time":{"start":1706322826371,"stop":1706322826372,"duration":1}},{"uid":"7bf41e2584dca36","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7bf41e2584dca36","status":"passed","time":{"start":1706321139956,"stop":1706321139956,"duration":0}},{"uid":"1c66a7bca831bd08","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1c66a7bca831bd08","status":"passed","time":{"start":1706244655885,"stop":1706244655886,"duration":1}},{"uid":"895be57e7d32c8fc","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/895be57e7d32c8fc","status":"passed","time":{"start":1706242224330,"stop":1706242224331,"duration":1}},{"uid":"1e3688d4a0f29249","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1e3688d4a0f29249","status":"passed","time":{"start":1706114912530,"stop":1706114912530,"duration":0}},{"uid":"54160f70b9b036a6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/54160f70b9b036a6","status":"passed","time":{"start":1706114083271,"stop":1706114083275,"duration":4}},{"uid":"f535cea3646b423","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f535cea3646b423","status":"passed","time":{"start":1706111557902,"stop":1706111557902,"duration":0}},{"uid":"41587e204566aa9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/41587e204566aa9","status":"passed","time":{"start":1706111247546,"stop":1706111247547,"duration":1}},{"uid":"316988141dbbb82c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/316988141dbbb82c","status":"passed","time":{"start":1706109149776,"stop":1706109149776,"duration":0}},{"uid":"d8f56baaece2e822","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d8f56baaece2e822","status":"passed","time":{"start":1706102968133,"stop":1706102968133,"duration":0}},{"uid":"431fa0378391764a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/431fa0378391764a","status":"passed","time":{"start":1706102707875,"stop":1706102707875,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"5c0eb9564d18dd39","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c0eb9564d18dd39","status":"passed","time":{"start":1706529218532,"stop":1706529218533,"duration":1}},{"uid":"f8beac4776cc210d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f8beac4776cc210d","status":"passed","time":{"start":1706528190589,"stop":1706528190589,"duration":0}},{"uid":"d896720d6835182e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d896720d6835182e","status":"passed","time":{"start":1706527166781,"stop":1706527166789,"duration":8}},{"uid":"38dc9270b2594460","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/38dc9270b2594460","status":"passed","time":{"start":1706526866903,"stop":1706526866904,"duration":1}},{"uid":"51fe4c43caddf19b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/51fe4c43caddf19b","status":"passed","time":{"start":1706526763574,"stop":1706526763574,"duration":0}},{"uid":"47acb235a1ae4561","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/47acb235a1ae4561","status":"passed","time":{"start":1706526185696,"stop":1706526185696,"duration":0}},{"uid":"44a25301c5b06c71","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/44a25301c5b06c71","status":"passed","time":{"start":1706525659007,"stop":1706525659007,"duration":0}},{"uid":"8b59a6a3f85fe4de","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8b59a6a3f85fe4de","status":"passed","time":{"start":1706525242380,"stop":1706525242380,"duration":0}},{"uid":"1e8d9282841e5df5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1e8d9282841e5df5","status":"passed","time":{"start":1706467906890,"stop":1706467906890,"duration":0}},{"uid":"ef9271a13b8da10e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ef9271a13b8da10e","status":"passed","time":{"start":1706323273287,"stop":1706323273287,"duration":0}},{"uid":"762a87a393944589","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/762a87a393944589","status":"passed","time":{"start":1706321575892,"stop":1706321575892,"duration":0}},{"uid":"4ffc602e96c6949c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4ffc602e96c6949c","status":"passed","time":{"start":1706115384058,"stop":1706115384058,"duration":0}},{"uid":"5fc66d98918b8c10","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5fc66d98918b8c10","status":"passed","time":{"start":1706114521954,"stop":1706114521954,"duration":0}},{"uid":"a18236c4b038c240","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a18236c4b038c240","status":"passed","time":{"start":1706112015266,"stop":1706112015266,"duration":0}},{"uid":"b520d8ddd519b6fc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b520d8ddd519b6fc","status":"passed","time":{"start":1706111693409,"stop":1706111693409,"duration":0}},{"uid":"d264b93d09132cd3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d264b93d09132cd3","status":"passed","time":{"start":1706109609746,"stop":1706109609747,"duration":1}},{"uid":"7e751379a7ec53a1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7e751379a7ec53a1","status":"passed","time":{"start":1706103393439,"stop":1706103393439,"duration":0}},{"uid":"16d8b1e942427bd8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/16d8b1e942427bd8","status":"passed","time":{"start":1706103153321,"stop":1706103153321,"duration":0}},{"uid":"f54b9267721250ac","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f54b9267721250ac","status":"passed","time":{"start":1706102507030,"stop":1706102507031,"duration":1}},{"uid":"fdc9ba3e23dfbac8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/fdc9ba3e23dfbac8","status":"passed","time":{"start":1706102385195,"stop":1706102385195,"duration":0}}]},"dc59ead2e6dc53ff0084969bbc20755c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8aa5be27506668e1","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8aa5be27506668e1","status":"passed","time":{"start":1705521069059,"stop":1705521069059,"duration":0}}]},"49ea7c74bdf7b3a64730263de682224e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c48778e15482f20","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c48778e15482f20","status":"passed","time":{"start":1706527085316,"stop":1706527085316,"duration":0}}]},"25d3410efc53382a74329bb515e4116e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9e1201019c079ea","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/e9e1201019c079ea","status":"passed","time":{"start":1706102095094,"stop":1706102095094,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"6d9a6e2617c04e82","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6d9a6e2617c04e82","status":"passed","time":{"start":1706528742327,"stop":1706528742327,"duration":0}},{"uid":"e6a744c0f11dcf87","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e6a744c0f11dcf87","status":"passed","time":{"start":1706527711462,"stop":1706527711462,"duration":0}},{"uid":"728ef6edc8ecd133","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/728ef6edc8ecd133","status":"passed","time":{"start":1706526726550,"stop":1706526726550,"duration":0}},{"uid":"72ace161cdfa0a6f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/72ace161cdfa0a6f","status":"passed","time":{"start":1706526423449,"stop":1706526423450,"duration":1}},{"uid":"e634fc8a0340ad36","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e634fc8a0340ad36","status":"passed","time":{"start":1706526328559,"stop":1706526328560,"duration":1}},{"uid":"4640ec9241cd39cf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4640ec9241cd39cf","status":"passed","time":{"start":1706525757664,"stop":1706525757664,"duration":0}},{"uid":"d452504f09f79a23","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d452504f09f79a23","status":"passed","time":{"start":1706525224706,"stop":1706525224706,"duration":0}},{"uid":"9d440099180aaa16","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9d440099180aaa16","status":"passed","time":{"start":1706524785821,"stop":1706524785821,"duration":0}},{"uid":"13aa565eef237a33","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/13aa565eef237a33","status":"passed","time":{"start":1706467479690,"stop":1706467479690,"duration":0}},{"uid":"d380c3f00df4d46c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d380c3f00df4d46c","status":"passed","time":{"start":1706322832268,"stop":1706322832268,"duration":0}},{"uid":"8a0b754259bc9034","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8a0b754259bc9034","status":"passed","time":{"start":1706321145649,"stop":1706321145649,"duration":0}},{"uid":"c9ab8b7455c4f745","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c9ab8b7455c4f745","status":"passed","time":{"start":1706244661669,"stop":1706244661669,"duration":0}},{"uid":"882c070244f8f005","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/882c070244f8f005","status":"passed","time":{"start":1706242230030,"stop":1706242230031,"duration":1}},{"uid":"baa0f7d3ba8fdc58","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/baa0f7d3ba8fdc58","status":"passed","time":{"start":1706114918306,"stop":1706114918306,"duration":0}},{"uid":"e8b2cdc71c4b1e21","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e8b2cdc71c4b1e21","status":"passed","time":{"start":1706114089065,"stop":1706114089065,"duration":0}},{"uid":"c1284a85b47bfd88","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c1284a85b47bfd88","status":"passed","time":{"start":1706111563816,"stop":1706111563816,"duration":0}},{"uid":"7c543df35015730d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7c543df35015730d","status":"passed","time":{"start":1706111253306,"stop":1706111253306,"duration":0}},{"uid":"2268dd1c750195f3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2268dd1c750195f3","status":"passed","time":{"start":1706109155544,"stop":1706109155545,"duration":1}},{"uid":"fc3c55c500f460a9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fc3c55c500f460a9","status":"passed","time":{"start":1706102973879,"stop":1706102973879,"duration":0}},{"uid":"8795d16d74095044","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8795d16d74095044","status":"passed","time":{"start":1706102713464,"stop":1706102713464,"duration":0}}]},"2abfe83ed4ba830641eb83498fc02595:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72e279235f6d539e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/72e279235f6d539e","status":"passed","time":{"start":1705502324613,"stop":1705502324614,"duration":1}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"cd60f9d33bc0c8fd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cd60f9d33bc0c8fd","status":"passed","time":{"start":1706528998593,"stop":1706528998593,"duration":0}},{"uid":"1bdd3e1fa293345a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1bdd3e1fa293345a","status":"passed","time":{"start":1706527970119,"stop":1706527970120,"duration":1}},{"uid":"44e3fb9d964f543","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/44e3fb9d964f543","status":"passed","time":{"start":1706526976586,"stop":1706526976586,"duration":0}},{"uid":"d2e76e663bb0e35","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d2e76e663bb0e35","status":"passed","time":{"start":1706526677706,"stop":1706526677706,"duration":0}},{"uid":"8112ce02d169ec6b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8112ce02d169ec6b","status":"passed","time":{"start":1706526585224,"stop":1706526585225,"duration":1}},{"uid":"cac7f64c00a9793a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cac7f64c00a9793a","status":"passed","time":{"start":1706526011342,"stop":1706526011342,"duration":0}},{"uid":"bcfa01b2bdd6fde8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bcfa01b2bdd6fde8","status":"passed","time":{"start":1706525481672,"stop":1706525481677,"duration":5}},{"uid":"b02a55416ff05f74","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b02a55416ff05f74","status":"passed","time":{"start":1706525034592,"stop":1706525034593,"duration":1}},{"uid":"1972f066c385cef9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1972f066c385cef9","status":"passed","time":{"start":1706467723735,"stop":1706467723736,"duration":1}},{"uid":"cb4f6bf5601efe98","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cb4f6bf5601efe98","status":"passed","time":{"start":1706323095238,"stop":1706323095239,"duration":1}},{"uid":"bb958953235d1def","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bb958953235d1def","status":"passed","time":{"start":1706321394054,"stop":1706321394054,"duration":0}},{"uid":"f6c12a714d502b91","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f6c12a714d502b91","status":"passed","time":{"start":1706115176946,"stop":1706115176946,"duration":0}},{"uid":"792e66e5784d7313","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/792e66e5784d7313","status":"passed","time":{"start":1706114337387,"stop":1706114337387,"duration":0}},{"uid":"87257f00b55d207c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/87257f00b55d207c","status":"passed","time":{"start":1706111808829,"stop":1706111808830,"duration":1}},{"uid":"9e22e921a82f3497","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9e22e921a82f3497","status":"passed","time":{"start":1706111511402,"stop":1706111511402,"duration":0}},{"uid":"84a81dc4b1761f9c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/84a81dc4b1761f9c","status":"passed","time":{"start":1706109411594,"stop":1706109411595,"duration":1}},{"uid":"f83049b7018e540f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f83049b7018e540f","status":"passed","time":{"start":1706103221761,"stop":1706103221761,"duration":0}},{"uid":"e98d025c10ea54ca","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e98d025c10ea54ca","status":"passed","time":{"start":1706102961387,"stop":1706102961388,"duration":1}},{"uid":"d110a7f7ffccec9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d110a7f7ffccec9","status":"passed","time":{"start":1706102333039,"stop":1706102333040,"duration":1}},{"uid":"d2665ba2ad97e9af","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d2665ba2ad97e9af","status":"passed","time":{"start":1706102204587,"stop":1706102204588,"duration":1}}]},"f665d34ef6500bf4fc99e18913c96fe2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28bd2a36843cadc3","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/28bd2a36843cadc3","status":"passed","time":{"start":1705520778028,"stop":1705520778029,"duration":1}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"407b70cd1351033e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/407b70cd1351033e","status":"passed","time":{"start":1706529403575,"stop":1706529403575,"duration":0}},{"uid":"6ef02c39dd62363f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6ef02c39dd62363f","status":"passed","time":{"start":1706528357106,"stop":1706528357106,"duration":0}},{"uid":"10bf01019dbf0c13","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/10bf01019dbf0c13","status":"passed","time":{"start":1706527326694,"stop":1706527326694,"duration":0}},{"uid":"694a498023aa359e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/694a498023aa359e","status":"passed","time":{"start":1706527049798,"stop":1706527049798,"duration":0}},{"uid":"223fa9322b0a089a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/223fa9322b0a089a","status":"passed","time":{"start":1706526961445,"stop":1706526961445,"duration":0}},{"uid":"c7b4ac44aa26ecca","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c7b4ac44aa26ecca","status":"passed","time":{"start":1706526404283,"stop":1706526404283,"duration":0}},{"uid":"9fc01899ca8e9515","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9fc01899ca8e9515","status":"passed","time":{"start":1706525849958,"stop":1706525849959,"duration":1}},{"uid":"f948432062490392","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f948432062490392","status":"passed","time":{"start":1706525432949,"stop":1706525432950,"duration":1}},{"uid":"d71f23eefe8a4654","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d71f23eefe8a4654","status":"passed","time":{"start":1706468114350,"stop":1706468114351,"duration":1}},{"uid":"be23b010cf91ec0c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/be23b010cf91ec0c","status":"passed","time":{"start":1706323469652,"stop":1706323469652,"duration":0}},{"uid":"2f78d0f20d1c5921","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2f78d0f20d1c5921","status":"passed","time":{"start":1706321771793,"stop":1706321771793,"duration":0}},{"uid":"f4285b796f2f30f3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f4285b796f2f30f3","status":"passed","time":{"start":1706115542398,"stop":1706115542398,"duration":0}},{"uid":"b8cb6c47f3876e3","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b8cb6c47f3876e3","status":"passed","time":{"start":1706114725921,"stop":1706114725921,"duration":0}},{"uid":"36b84d3df01bdd4b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/36b84d3df01bdd4b","status":"passed","time":{"start":1706112199268,"stop":1706112199268,"duration":0}},{"uid":"60d62708afeadd6a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/60d62708afeadd6a","status":"passed","time":{"start":1706111893739,"stop":1706111893739,"duration":0}},{"uid":"f8a770365e602667","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f8a770365e602667","status":"passed","time":{"start":1706109796554,"stop":1706109796555,"duration":1}},{"uid":"a0d6b6cb2d3b709c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a0d6b6cb2d3b709c","status":"passed","time":{"start":1706103557155,"stop":1706103557155,"duration":0}},{"uid":"5f27460b7c40d858","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5f27460b7c40d858","status":"passed","time":{"start":1706103365807,"stop":1706103365807,"duration":0}},{"uid":"f2a6192c61d52b35","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f2a6192c61d52b35","status":"passed","time":{"start":1706102701052,"stop":1706102701052,"duration":0}},{"uid":"40e0f2dc69328381","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/40e0f2dc69328381","status":"passed","time":{"start":1706102579560,"stop":1706102579560,"duration":0}}]},"228dd949d84cbf80498ffd420a7d853c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6471f47eb3365ebe","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/6471f47eb3365ebe","status":"passed","time":{"start":1705675415276,"stop":1705675415276,"duration":0}}]},"6618e66f684f9efbaeaad4bb2189a631:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85d71b6e9e39e309","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/85d71b6e9e39e309","status":"passed","time":{"start":1705577933373,"stop":1705577933373,"duration":0}}]},"5cbd2cc6dfa592eb7de85cd9cb66c9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2c3796a97892d34","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e2c3796a97892d34","status":"passed","time":{"start":1705484336314,"stop":1705484336315,"duration":1}}]},"e263fbdf704b6dc82838a0ddc044c517:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360244d5def4f0ae","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/360244d5def4f0ae","status":"passed","time":{"start":1705426406708,"stop":1705426406708,"duration":0}}]},"9c29e00b76d8b9e2ee8ae0c4c350588d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96394861811fbac","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/96394861811fbac","status":"passed","time":{"start":1705572882918,"stop":1705572882918,"duration":0}}]},"e73ec1e568909a7ee29bacbea42749ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1129c046a4d38987","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/1129c046a4d38987","status":"passed","time":{"start":1705426247293,"stop":1705426247293,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":128,"passed":0,"unknown":0,"total":128},"items":[{"uid":"63abe897a985c8dd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63abe897a985c8dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529223902,"stop":1706529223902,"duration":0}},{"uid":"ab649b73fa25b918","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ab649b73fa25b918","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528204212,"stop":1706528204212,"duration":0}},{"uid":"d0f25ac75d6af03d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d0f25ac75d6af03d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527085320,"stop":1706527085320,"duration":0}},{"uid":"60aabe9d501bd4c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/60aabe9d501bd4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526783372,"stop":1706526783372,"duration":0}},{"uid":"205ea20e4315cf4e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/205ea20e4315cf4e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526690283,"stop":1706526690283,"duration":0}},{"uid":"d1e464b7deb15a96","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d1e464b7deb15a96","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526129394,"stop":1706526129394,"duration":0}},{"uid":"ed805dbabadb5ea8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ed805dbabadb5ea8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525593278,"stop":1706525593278,"duration":0}},{"uid":"804c110f9dd00814","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/804c110f9dd00814","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525226799,"stop":1706525226799,"duration":0}},{"uid":"a9463286635a0907","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a9463286635a0907","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467837101,"stop":1706467837101,"duration":0}},{"uid":"57b484c4d42c546a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/57b484c4d42c546a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323213980,"stop":1706323213980,"duration":0}},{"uid":"b3e1a40e52820070","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b3e1a40e52820070","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321475558,"stop":1706321475559,"duration":1}},{"uid":"ab353fafd588c4b8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ab353fafd588c4b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115285544,"stop":1706115285544,"duration":0}},{"uid":"d6e2191aa00cb26a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d6e2191aa00cb26a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114454518,"stop":1706114454519,"duration":1}},{"uid":"117f4a1504008e96","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/117f4a1504008e96","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111914153,"stop":1706111914153,"duration":0}},{"uid":"32a51f521cd1cab2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/32a51f521cd1cab2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111616754,"stop":1706111616754,"duration":0}},{"uid":"7d20de7eb98f9b50","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7d20de7eb98f9b50","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109533642,"stop":1706109533642,"duration":0}},{"uid":"72a97801668ed0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/72a97801668ed0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103308669,"stop":1706103308669,"duration":0}},{"uid":"44a8de6f245750f0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/44a8de6f245750f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103054177,"stop":1706103054177,"duration":0}},{"uid":"57ec4e9a2b395904","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/57ec4e9a2b395904","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102435015,"stop":1706102435016,"duration":1}},{"uid":"839210b212c315bc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/839210b212c315bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102331423,"stop":1706102331423,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"afcdfbacb68bac22","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/afcdfbacb68bac22","status":"passed","time":{"start":1706528965685,"stop":1706528965685,"duration":0}},{"uid":"9d0cd26415f331b0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9d0cd26415f331b0","status":"passed","time":{"start":1706527923885,"stop":1706527923885,"duration":0}},{"uid":"73a4136c282b4e6c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/73a4136c282b4e6c","status":"passed","time":{"start":1706526930861,"stop":1706526930867,"duration":6}},{"uid":"7b53a48be0b29345","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7b53a48be0b29345","status":"passed","time":{"start":1706526632105,"stop":1706526632106,"duration":1}},{"uid":"da82ade23c2198aa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/da82ade23c2198aa","status":"passed","time":{"start":1706526534079,"stop":1706526534079,"duration":0}},{"uid":"9c3e36c995635197","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9c3e36c995635197","status":"passed","time":{"start":1706525958172,"stop":1706525958173,"duration":1}},{"uid":"c0fa6c44b19b0626","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c0fa6c44b19b0626","status":"passed","time":{"start":1706525436724,"stop":1706525436724,"duration":0}},{"uid":"ca976946ab0ed1cd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ca976946ab0ed1cd","status":"passed","time":{"start":1706524982435,"stop":1706524982436,"duration":1}},{"uid":"45912f6106e1fd3b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/45912f6106e1fd3b","status":"passed","time":{"start":1706467678802,"stop":1706467678802,"duration":0}},{"uid":"9428cd227e3340c5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9428cd227e3340c5","status":"passed","time":{"start":1706323040468,"stop":1706323040473,"duration":5}},{"uid":"b9f467dbed52e87a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b9f467dbed52e87a","status":"passed","time":{"start":1706321353352,"stop":1706321353353,"duration":1}},{"uid":"64294f9cb07f35bf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/64294f9cb07f35bf","status":"passed","time":{"start":1706114292385,"stop":1706114292385,"duration":0}},{"uid":"cf6f6fd02b5ece","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cf6f6fd02b5ece","status":"passed","time":{"start":1706111780342,"stop":1706111780342,"duration":0}},{"uid":"bb6648fce0c93c96","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bb6648fce0c93c96","status":"passed","time":{"start":1706111464022,"stop":1706111464022,"duration":0}},{"uid":"6ab22d14489b2582","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6ab22d14489b2582","status":"passed","time":{"start":1706109370856,"stop":1706109370857,"duration":1}},{"uid":"bfaa2b18c5982666","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bfaa2b18c5982666","status":"passed","time":{"start":1706103179182,"stop":1706103179182,"duration":0}},{"uid":"eb65abbe737509e9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/eb65abbe737509e9","status":"passed","time":{"start":1706102925545,"stop":1706102925545,"duration":0}},{"uid":"3bce97f35405a0ba","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3bce97f35405a0ba","status":"passed","time":{"start":1706102273663,"stop":1706102273663,"duration":0}},{"uid":"4741518341443a2e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4741518341443a2e","status":"passed","time":{"start":1706102152988,"stop":1706102152988,"duration":0}},{"uid":"2ab3acfe93190d99","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/2ab3acfe93190d99","status":"passed","time":{"start":1706101976583,"stop":1706101976584,"duration":1}}]},"ed7271f1374bdea8c93f6cad10d943d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d73d3be3f68e09c8","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/d73d3be3f68e09c8","status":"broken","statusDetails":"should not receive a peer event after stop","time":{"start":1705371375408,"stop":1705371375408,"duration":0}}]},"5d4cf184cfe65713f6c9f391b365d477:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c92044590e852fab","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/c92044590e852fab","status":"passed","time":{"start":1705678046328,"stop":1705678046329,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"38a637dfc09160c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/38a637dfc09160c0","status":"passed","time":{"start":1706528752629,"stop":1706528752629,"duration":0}},{"uid":"e99bef83b38427eb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e99bef83b38427eb","status":"passed","time":{"start":1706527721482,"stop":1706527721482,"duration":0}},{"uid":"2a8bf7dd9f9ab170","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2a8bf7dd9f9ab170","status":"passed","time":{"start":1706526736327,"stop":1706526736327,"duration":0}},{"uid":"1877ad04e924f451","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1877ad04e924f451","status":"passed","time":{"start":1706526433119,"stop":1706526433119,"duration":0}},{"uid":"d305dc350c7f9e03","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d305dc350c7f9e03","status":"passed","time":{"start":1706526338330,"stop":1706526338331,"duration":1}},{"uid":"8a5f0726315ffe90","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8a5f0726315ffe90","status":"passed","time":{"start":1706525767348,"stop":1706525767348,"duration":0}},{"uid":"3862fd603c10e8b9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3862fd603c10e8b9","status":"passed","time":{"start":1706525234332,"stop":1706525234332,"duration":0}},{"uid":"3c12a10e2ae0e0dd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3c12a10e2ae0e0dd","status":"passed","time":{"start":1706524795498,"stop":1706524795498,"duration":0}},{"uid":"b9f1d1a001460712","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b9f1d1a001460712","status":"passed","time":{"start":1706467489456,"stop":1706467489456,"duration":0}},{"uid":"2f09e24efbbcb566","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2f09e24efbbcb566","status":"passed","time":{"start":1706322842262,"stop":1706322842263,"duration":1}},{"uid":"e2264c48c75d044c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e2264c48c75d044c","status":"passed","time":{"start":1706321155285,"stop":1706321155285,"duration":0}},{"uid":"38891af177343c84","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/38891af177343c84","status":"passed","time":{"start":1706244671447,"stop":1706244671447,"duration":0}},{"uid":"be77159531879c30","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/be77159531879c30","status":"passed","time":{"start":1706242239779,"stop":1706242239779,"duration":0}},{"uid":"41b03761a62dd1fb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/41b03761a62dd1fb","status":"passed","time":{"start":1706114928160,"stop":1706114928160,"duration":0}},{"uid":"579ab6fc19f10759","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/579ab6fc19f10759","status":"passed","time":{"start":1706114098848,"stop":1706114098848,"duration":0}},{"uid":"eaf072d771dfe771","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eaf072d771dfe771","status":"passed","time":{"start":1706111573571,"stop":1706111573572,"duration":1}},{"uid":"39bae5b80504b2bc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/39bae5b80504b2bc","status":"passed","time":{"start":1706111263113,"stop":1706111263113,"duration":0}},{"uid":"ab3f52a846dc7fdc","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ab3f52a846dc7fdc","status":"passed","time":{"start":1706109165544,"stop":1706109165544,"duration":0}},{"uid":"73749a42f77f7d79","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/73749a42f77f7d79","status":"passed","time":{"start":1706102983595,"stop":1706102983595,"duration":0}},{"uid":"d53e031eb3276e6e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d53e031eb3276e6e","status":"passed","time":{"start":1706102723310,"stop":1706102723311,"duration":1}}]},"210f1735f24516748c1e76841485844c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47c5dec203e68436","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/47c5dec203e68436","status":"passed","time":{"start":1705572882918,"stop":1705572882919,"duration":1}}]},"926015e05afc069fc8fd32ee90e78619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d131809f1d1ba90f","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/d131809f1d1ba90f","status":"passed","time":{"start":1705675996736,"stop":1705675996736,"duration":0}}]},"da63f66ecd6c5e3f76f7d0aaf7f8c7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ceb34c41b12e316d","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/ceb34c41b12e316d","status":"passed","time":{"start":1705664750935,"stop":1705664750936,"duration":1}}]},"3a27a902d44749ce39d39543d9148e88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea5241aee1e0e281","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/ea5241aee1e0e281","status":"passed","time":{"start":1705426463504,"stop":1705426463504,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"1a998b3b75ee59db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1a998b3b75ee59db","status":"passed","time":{"start":1706528742328,"stop":1706528742328,"duration":0}},{"uid":"5635af7fededb614","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5635af7fededb614","status":"passed","time":{"start":1706527711462,"stop":1706527711463,"duration":1}},{"uid":"8a3cdac5233508bf","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8a3cdac5233508bf","status":"passed","time":{"start":1706526726550,"stop":1706526726551,"duration":1}},{"uid":"f9b038dbcf33fdc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f9b038dbcf33fdc","status":"passed","time":{"start":1706526423450,"stop":1706526423450,"duration":0}},{"uid":"bcc253586246d235","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bcc253586246d235","status":"passed","time":{"start":1706526328560,"stop":1706526328560,"duration":0}},{"uid":"2e6d2ec70d18ce62","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2e6d2ec70d18ce62","status":"passed","time":{"start":1706525757664,"stop":1706525757665,"duration":1}},{"uid":"cc944afcc6419af5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cc944afcc6419af5","status":"passed","time":{"start":1706525224706,"stop":1706525224706,"duration":0}},{"uid":"3423d802896da252","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3423d802896da252","status":"passed","time":{"start":1706524785821,"stop":1706524785821,"duration":0}},{"uid":"6fe109aab849ea18","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6fe109aab849ea18","status":"passed","time":{"start":1706467479690,"stop":1706467479691,"duration":1}},{"uid":"c17b8b3b1cae09cc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c17b8b3b1cae09cc","status":"passed","time":{"start":1706322832268,"stop":1706322832268,"duration":0}},{"uid":"93d092768ec28950","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/93d092768ec28950","status":"passed","time":{"start":1706321145650,"stop":1706321145650,"duration":0}},{"uid":"d1d8138cb68e3656","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/d1d8138cb68e3656","status":"passed","time":{"start":1706244661669,"stop":1706244661669,"duration":0}},{"uid":"f40b3e6ef0bb5c9b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f40b3e6ef0bb5c9b","status":"passed","time":{"start":1706242230031,"stop":1706242230031,"duration":0}},{"uid":"518d583a64bc8294","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/518d583a64bc8294","status":"passed","time":{"start":1706114918306,"stop":1706114918306,"duration":0}},{"uid":"7416cf04d6b7ed9b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7416cf04d6b7ed9b","status":"passed","time":{"start":1706114089065,"stop":1706114089065,"duration":0}},{"uid":"2589921b4afcfe44","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2589921b4afcfe44","status":"passed","time":{"start":1706111563816,"stop":1706111563817,"duration":1}},{"uid":"8aad5e4d1ca1bca","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8aad5e4d1ca1bca","status":"passed","time":{"start":1706111253306,"stop":1706111253306,"duration":0}},{"uid":"2f4ee2f92519490e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2f4ee2f92519490e","status":"passed","time":{"start":1706109155545,"stop":1706109155545,"duration":0}},{"uid":"adc443c4122c8f16","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/adc443c4122c8f16","status":"passed","time":{"start":1706102973880,"stop":1706102973880,"duration":0}},{"uid":"e4894c6e14285e7d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e4894c6e14285e7d","status":"passed","time":{"start":1706102713464,"stop":1706102713464,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"e5c3d618f197564d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5c3d618f197564d","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"duration":0}},{"uid":"51701758cda0d0d5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/51701758cda0d0d5","status":"passed","time":{"start":1706528290458,"stop":1706528290458,"duration":0}},{"uid":"4afb2503bfc04094","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4afb2503bfc04094","status":"passed","time":{"start":1706527264337,"stop":1706527264339,"duration":2}},{"uid":"d5fe3f5768375a7c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d5fe3f5768375a7c","status":"passed","time":{"start":1706526976768,"stop":1706526976769,"duration":1}},{"uid":"3e1f1078f90b6ba","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3e1f1078f90b6ba","status":"passed","time":{"start":1706526885804,"stop":1706526885804,"duration":0}},{"uid":"7f52872b4f1e91a2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7f52872b4f1e91a2","status":"passed","time":{"start":1706526330093,"stop":1706526330094,"duration":1}},{"uid":"47da0ea1a1288a8e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/47da0ea1a1288a8e","status":"passed","time":{"start":1706525780720,"stop":1706525780721,"duration":1}},{"uid":"cfb37175f3f4728b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cfb37175f3f4728b","status":"passed","time":{"start":1706525359488,"stop":1706525359488,"duration":0}},{"uid":"e3c515796bee5440","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e3c515796bee5440","status":"passed","time":{"start":1706468042630,"stop":1706468042631,"duration":1}},{"uid":"4c0056b5b3766c13","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4c0056b5b3766c13","status":"passed","time":{"start":1706323386924,"stop":1706323386924,"duration":0}},{"uid":"cba80618ca4fe374","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cba80618ca4fe374","status":"passed","time":{"start":1706321713093,"stop":1706321713093,"duration":0}},{"uid":"25117ebe708aa811","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/25117ebe708aa811","status":"passed","time":{"start":1706115482607,"stop":1706115482608,"duration":1}},{"uid":"d6d5dec09c6c412e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d6d5dec09c6c412e","status":"passed","time":{"start":1706114635402,"stop":1706114635403,"duration":1}},{"uid":"de4cda0cc91e8129","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/de4cda0cc91e8129","status":"passed","time":{"start":1706112127541,"stop":1706112127542,"duration":1}},{"uid":"10773fbfdb727970","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/10773fbfdb727970","status":"passed","time":{"start":1706111809271,"stop":1706111809271,"duration":0}},{"uid":"3f9871253e76c116","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3f9871253e76c116","status":"passed","time":{"start":1706109719518,"stop":1706109719518,"duration":0}},{"uid":"2044971133dee3c6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2044971133dee3c6","status":"passed","time":{"start":1706103518432,"stop":1706103518432,"duration":0}},{"uid":"c6c8a4c239754e82","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c6c8a4c239754e82","status":"passed","time":{"start":1706103305152,"stop":1706103305153,"duration":1}},{"uid":"912f87e13a1c98c4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/912f87e13a1c98c4","status":"passed","time":{"start":1706102626849,"stop":1706102626850,"duration":1}},{"uid":"8a0d9cf8ed186b7e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8a0d9cf8ed186b7e","status":"passed","time":{"start":1706102491829,"stop":1706102491829,"duration":0}}]},"3252425483c7b3f461584afe2e0289b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"464ecb5c2acd7af","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/464ecb5c2acd7af","status":"passed","time":{"start":1705590994432,"stop":1705590994432,"duration":0}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":33,"unknown":0,"total":34},"items":[{"uid":"c0c838ad63942646","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c0c838ad63942646","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"duration":0}},{"uid":"ec31bcef5cb3d17b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ec31bcef5cb3d17b","status":"passed","time":{"start":1706528290457,"stop":1706528290457,"duration":0}},{"uid":"e516ca0ed3068e38","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e516ca0ed3068e38","status":"passed","time":{"start":1706527264336,"stop":1706527264336,"duration":0}},{"uid":"ef607d0215d013db","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ef607d0215d013db","status":"passed","time":{"start":1706526976767,"stop":1706526976768,"duration":1}},{"uid":"28fcb40dab0929f4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/28fcb40dab0929f4","status":"passed","time":{"start":1706526885803,"stop":1706526885803,"duration":0}},{"uid":"9c4275ff9e8ef022","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9c4275ff9e8ef022","status":"passed","time":{"start":1706526330092,"stop":1706526330092,"duration":0}},{"uid":"fca094e44b85fa1e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fca094e44b85fa1e","status":"passed","time":{"start":1706525780719,"stop":1706525780720,"duration":1}},{"uid":"33a62994a4b3e472","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/33a62994a4b3e472","status":"passed","time":{"start":1706525359487,"stop":1706525359487,"duration":0}},{"uid":"7ae144c656cda948","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7ae144c656cda948","status":"passed","time":{"start":1706468042630,"stop":1706468042630,"duration":0}},{"uid":"7a6d909f713215ef","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7a6d909f713215ef","status":"passed","time":{"start":1706323386923,"stop":1706323386924,"duration":1}},{"uid":"e1007ed41dbee5be","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e1007ed41dbee5be","status":"passed","time":{"start":1706321713092,"stop":1706321713092,"duration":0}},{"uid":"ad042de23914d9a7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ad042de23914d9a7","status":"passed","time":{"start":1706115482606,"stop":1706115482607,"duration":1}},{"uid":"d9effafd3b90f207","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d9effafd3b90f207","status":"passed","time":{"start":1706114635401,"stop":1706114635401,"duration":0}},{"uid":"688ff8ad120bb1fa","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/688ff8ad120bb1fa","status":"passed","time":{"start":1706112127539,"stop":1706112127541,"duration":2}},{"uid":"5b223582eb84267f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5b223582eb84267f","status":"passed","time":{"start":1706111809260,"stop":1706111809261,"duration":1}},{"uid":"98301f20036f809b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/98301f20036f809b","status":"passed","time":{"start":1706109719517,"stop":1706109719517,"duration":0}},{"uid":"2d633eb2519bfc77","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2d633eb2519bfc77","status":"passed","time":{"start":1706103518431,"stop":1706103518431,"duration":0}},{"uid":"bacff4d58134d0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bacff4d58134d0","status":"passed","time":{"start":1706103305151,"stop":1706103305152,"duration":1}},{"uid":"17e27e33886e5afc","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/17e27e33886e5afc","status":"passed","time":{"start":1706102626848,"stop":1706102626848,"duration":0}},{"uid":"ed3b0c39c532b929","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ed3b0c39c532b929","status":"passed","time":{"start":1706102491824,"stop":1706102491824,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"3076797b8175193c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3076797b8175193c","status":"passed","time":{"start":1706529092222,"stop":1706529092222,"duration":0}},{"uid":"826e8b79fc478c99","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/826e8b79fc478c99","status":"passed","time":{"start":1706528057475,"stop":1706528057475,"duration":0}},{"uid":"d556a608df723472","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d556a608df723472","status":"passed","time":{"start":1706526914788,"stop":1706526914788,"duration":0}},{"uid":"bfc0a5c61b673b1e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bfc0a5c61b673b1e","status":"passed","time":{"start":1706526612684,"stop":1706526612685,"duration":1}},{"uid":"4042608a514635e3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4042608a514635e3","status":"passed","time":{"start":1706526514775,"stop":1706526514775,"duration":0}},{"uid":"4141030a530bf052","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4141030a530bf052","status":"passed","time":{"start":1706525945121,"stop":1706525945122,"duration":1}},{"uid":"7e95658df8f7c95c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7e95658df8f7c95c","status":"passed","time":{"start":1706525418839,"stop":1706525418839,"duration":0}},{"uid":"3425442ba31de7f0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3425442ba31de7f0","status":"passed","time":{"start":1706525116060,"stop":1706525116061,"duration":1}},{"uid":"33bc5db42f8c789f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/33bc5db42f8c789f","status":"passed","time":{"start":1706467681232,"stop":1706467681232,"duration":0}},{"uid":"8fb4a324c89fd743","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8fb4a324c89fd743","status":"passed","time":{"start":1706323017134,"stop":1706323017134,"duration":0}},{"uid":"6ccc84fb63a45fe0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6ccc84fb63a45fe0","status":"passed","time":{"start":1706321333779,"stop":1706321333779,"duration":0}},{"uid":"8960152a1460a89e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8960152a1460a89e","status":"passed","time":{"start":1706115157117,"stop":1706115157117,"duration":0}},{"uid":"46994b1a96740f4c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/46994b1a96740f4c","status":"passed","time":{"start":1706114292045,"stop":1706114292045,"duration":0}},{"uid":"5307b334679de56a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5307b334679de56a","status":"passed","time":{"start":1706111755037,"stop":1706111755038,"duration":1}},{"uid":"eb7d40f45526224f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/eb7d40f45526224f","status":"passed","time":{"start":1706111454566,"stop":1706111454567,"duration":1}},{"uid":"837b08bd3fa2ee6b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/837b08bd3fa2ee6b","status":"passed","time":{"start":1706109346680,"stop":1706109346680,"duration":0}},{"uid":"c5a1c49e5c9db3b7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c5a1c49e5c9db3b7","status":"passed","time":{"start":1706103153522,"stop":1706103153523,"duration":1}},{"uid":"73fce200179b7b8b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/73fce200179b7b8b","status":"passed","time":{"start":1706102905549,"stop":1706102905549,"duration":0}},{"uid":"6f9fa8bc59d59c32","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6f9fa8bc59d59c32","status":"passed","time":{"start":1706102263618,"stop":1706102263619,"duration":1}},{"uid":"478412166b686d8e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/478412166b686d8e","status":"passed","time":{"start":1706102127491,"stop":1706102127492,"duration":1}}]},"748aec1643444faa612115e88cabc425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fe2329971ec7355","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/8fe2329971ec7355","status":"passed","time":{"start":1705913488248,"stop":1705913488249,"duration":1}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"c5fab43aef7d531e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c5fab43aef7d531e","status":"passed","time":{"start":1706529403579,"stop":1706529403580,"duration":1}},{"uid":"e4483fdc090dab6d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e4483fdc090dab6d","status":"passed","time":{"start":1706528357115,"stop":1706528357115,"duration":0}},{"uid":"4499f89000e023d4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4499f89000e023d4","status":"passed","time":{"start":1706527326700,"stop":1706527326700,"duration":0}},{"uid":"68840136675fcdb9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/68840136675fcdb9","status":"passed","time":{"start":1706527049802,"stop":1706527049802,"duration":0}},{"uid":"f9129706dcdc6cd9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f9129706dcdc6cd9","status":"passed","time":{"start":1706526961450,"stop":1706526961450,"duration":0}},{"uid":"ccfc8dd2535c741d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ccfc8dd2535c741d","status":"passed","time":{"start":1706526404288,"stop":1706526404288,"duration":0}},{"uid":"befa527b1e05106c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/befa527b1e05106c","status":"passed","time":{"start":1706525849964,"stop":1706525849964,"duration":0}},{"uid":"333625474337a82e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/333625474337a82e","status":"passed","time":{"start":1706525432956,"stop":1706525432956,"duration":0}},{"uid":"bd7d334a6b643b4d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bd7d334a6b643b4d","status":"passed","time":{"start":1706468114356,"stop":1706468114356,"duration":0}},{"uid":"81a1aeb6fe9d5ba1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/81a1aeb6fe9d5ba1","status":"passed","time":{"start":1706323469657,"stop":1706323469657,"duration":0}},{"uid":"48d30c2218702aa6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/48d30c2218702aa6","status":"passed","time":{"start":1706321771799,"stop":1706321771799,"duration":0}},{"uid":"8324c5b5c03c04d8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8324c5b5c03c04d8","status":"passed","time":{"start":1706115542402,"stop":1706115542402,"duration":0}},{"uid":"7f375cdd83c91c44","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7f375cdd83c91c44","status":"passed","time":{"start":1706114725926,"stop":1706114725926,"duration":0}},{"uid":"e632c61c1c885ac2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e632c61c1c885ac2","status":"passed","time":{"start":1706112199272,"stop":1706112199272,"duration":0}},{"uid":"97f9ed07e278677a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/97f9ed07e278677a","status":"passed","time":{"start":1706111893744,"stop":1706111893744,"duration":0}},{"uid":"791cbfffca25b96f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/791cbfffca25b96f","status":"passed","time":{"start":1706109796559,"stop":1706109796559,"duration":0}},{"uid":"f57c8f62692026e9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f57c8f62692026e9","status":"passed","time":{"start":1706103557160,"stop":1706103557160,"duration":0}},{"uid":"5abf165832327a0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5abf165832327a0","status":"passed","time":{"start":1706103365812,"stop":1706103365812,"duration":0}},{"uid":"ea31ccee3ed8b543","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ea31ccee3ed8b543","status":"passed","time":{"start":1706102701058,"stop":1706102701058,"duration":0}},{"uid":"4a952ed92ffcde05","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4a952ed92ffcde05","status":"passed","time":{"start":1706102579565,"stop":1706102579566,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"593651d5011e593e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/593651d5011e593e","status":"passed","time":{"start":1706529218534,"stop":1706529218535,"duration":1}},{"uid":"bd837035b57ccd14","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bd837035b57ccd14","status":"passed","time":{"start":1706528190590,"stop":1706528190590,"duration":0}},{"uid":"4760ea0c11d5964f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4760ea0c11d5964f","status":"passed","time":{"start":1706527166794,"stop":1706527166794,"duration":0}},{"uid":"8015c7e02d20132b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8015c7e02d20132b","status":"passed","time":{"start":1706526866904,"stop":1706526866906,"duration":2}},{"uid":"5edac7cebacf7032","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5edac7cebacf7032","status":"passed","time":{"start":1706526763575,"stop":1706526763576,"duration":1}},{"uid":"a9abdb9a104a268d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a9abdb9a104a268d","status":"passed","time":{"start":1706526185697,"stop":1706526185698,"duration":1}},{"uid":"f5d80db96bd2f150","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f5d80db96bd2f150","status":"passed","time":{"start":1706525659008,"stop":1706525659008,"duration":0}},{"uid":"d3b15a9ec405bdd2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d3b15a9ec405bdd2","status":"passed","time":{"start":1706525242381,"stop":1706525242381,"duration":0}},{"uid":"2c4563191203a710","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2c4563191203a710","status":"passed","time":{"start":1706467906891,"stop":1706467906891,"duration":0}},{"uid":"2f20e3c142fcaf71","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2f20e3c142fcaf71","status":"passed","time":{"start":1706323273288,"stop":1706323273289,"duration":1}},{"uid":"d1f067ebdcd76509","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d1f067ebdcd76509","status":"passed","time":{"start":1706321575893,"stop":1706321575893,"duration":0}},{"uid":"a5d4eaf93a8b74f6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a5d4eaf93a8b74f6","status":"passed","time":{"start":1706115384059,"stop":1706115384059,"duration":0}},{"uid":"b0e8729da49c63f0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b0e8729da49c63f0","status":"passed","time":{"start":1706114521955,"stop":1706114521956,"duration":1}},{"uid":"9f93b670251fc35","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9f93b670251fc35","status":"passed","time":{"start":1706112015267,"stop":1706112015267,"duration":0}},{"uid":"bf07760525ad4b97","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bf07760525ad4b97","status":"passed","time":{"start":1706111693410,"stop":1706111693410,"duration":0}},{"uid":"58ee60775243a0e3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/58ee60775243a0e3","status":"passed","time":{"start":1706109609747,"stop":1706109609747,"duration":0}},{"uid":"6b5e8ba0f3b074a5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6b5e8ba0f3b074a5","status":"passed","time":{"start":1706103393463,"stop":1706103393464,"duration":1}},{"uid":"d3cfe0c3ffe9fd4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d3cfe0c3ffe9fd4","status":"passed","time":{"start":1706103153322,"stop":1706103153322,"duration":0}},{"uid":"dd1bb4510df22e8b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/dd1bb4510df22e8b","status":"passed","time":{"start":1706102507032,"stop":1706102507032,"duration":0}},{"uid":"10501a5b8219198f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/10501a5b8219198f","status":"passed","time":{"start":1706102385196,"stop":1706102385196,"duration":0}}]},"c4d1dc196e9349f217afe6a5bad2fbbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cdd1154d91805cc","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/7cdd1154d91805cc","status":"passed","time":{"start":1705526842276,"stop":1705526842276,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"4f637dc431849ef4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4f637dc431849ef4","status":"passed","time":{"start":1706529332308,"stop":1706529332309,"duration":1}},{"uid":"4ecdd5f8b6847d8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4ecdd5f8b6847d8","status":"passed","time":{"start":1706528291443,"stop":1706528291443,"duration":0}},{"uid":"88346f97650e6a09","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/88346f97650e6a09","status":"passed","time":{"start":1706527236972,"stop":1706527236972,"duration":0}},{"uid":"c2af50e48963cdce","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c2af50e48963cdce","status":"passed","time":{"start":1706526962705,"stop":1706526962705,"duration":0}},{"uid":"9a28c84097f49311","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9a28c84097f49311","status":"passed","time":{"start":1706526865897,"stop":1706526865898,"duration":1}},{"uid":"cc9ca3095f4d4a36","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cc9ca3095f4d4a36","status":"passed","time":{"start":1706526300411,"stop":1706526300411,"duration":0}},{"uid":"f7689a73bda7b07","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f7689a73bda7b07","status":"passed","time":{"start":1706525759135,"stop":1706525759135,"duration":0}},{"uid":"86a12c55f27f5a8b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/86a12c55f27f5a8b","status":"passed","time":{"start":1706525355447,"stop":1706525355447,"duration":0}},{"uid":"7ae060772eb209f9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7ae060772eb209f9","status":"passed","time":{"start":1706467982870,"stop":1706467982871,"duration":1}},{"uid":"2d123f340d1d4ad","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2d123f340d1d4ad","status":"passed","time":{"start":1706323387503,"stop":1706323387504,"duration":1}},{"uid":"e014dab2debc4369","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e014dab2debc4369","status":"passed","time":{"start":1706321612870,"stop":1706321612871,"duration":1}},{"uid":"bcb4a65990c52dce","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bcb4a65990c52dce","status":"passed","time":{"start":1706115462410,"stop":1706115462410,"duration":0}},{"uid":"c96792a8f3ee91f5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c96792a8f3ee91f5","status":"passed","time":{"start":1706114612172,"stop":1706114612173,"duration":1}},{"uid":"c3141ad7233e1a1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c3141ad7233e1a1","status":"passed","time":{"start":1706112092777,"stop":1706112092778,"duration":1}},{"uid":"412b116c35c5b993","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/412b116c35c5b993","status":"passed","time":{"start":1706111796125,"stop":1706111796126,"duration":1}},{"uid":"94b211ae632bab25","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/94b211ae632bab25","status":"passed","time":{"start":1706109710119,"stop":1706109710119,"duration":0}},{"uid":"d0d29799ec029991","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d0d29799ec029991","status":"passed","time":{"start":1706103427347,"stop":1706103427348,"duration":1}},{"uid":"a7436d1a310649e1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a7436d1a310649e1","status":"passed","time":{"start":1706103228582,"stop":1706103228582,"duration":0}},{"uid":"3979acc6e13521a4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3979acc6e13521a4","status":"passed","time":{"start":1706102603433,"stop":1706102603433,"duration":0}},{"uid":"1f04d5eacfbf79cf","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1f04d5eacfbf79cf","status":"passed","time":{"start":1706102474579,"stop":1706102474579,"duration":0}}]},"bf1feca067f37aa5aebceeec7217fcde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df19b7af96b23b6e","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/df19b7af96b23b6e","status":"passed","time":{"start":1705518200430,"stop":1705518200431,"duration":1}}]},"4973c4de8b406ef8c5f241e84a38f60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"c047872c48e6e588","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c047872c48e6e588","status":"passed","time":{"start":1706100942618,"stop":1706100942618,"duration":0}},{"uid":"ce5c0d3e1d10a98c","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ce5c0d3e1d10a98c","status":"passed","time":{"start":1706099973759,"stop":1706099973759,"duration":0}},{"uid":"ec71203999605bf","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ec71203999605bf","status":"passed","time":{"start":1706077701786,"stop":1706077701787,"duration":1}},{"uid":"f2c98b57e41aeec3","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f2c98b57e41aeec3","status":"passed","time":{"start":1706069790733,"stop":1706069790734,"duration":1}},{"uid":"a03f07752823b6b8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/a03f07752823b6b8","status":"passed","time":{"start":1705950495046,"stop":1705950495047,"duration":1}},{"uid":"e5928d293aeafae6","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e5928d293aeafae6","status":"passed","time":{"start":1705938302718,"stop":1705938302718,"duration":0}},{"uid":"68dfca840647cca","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/68dfca840647cca","status":"passed","time":{"start":1705913446700,"stop":1705913446704,"duration":4}},{"uid":"2ae1437aa63c42a0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2ae1437aa63c42a0","status":"passed","time":{"start":1705912988132,"stop":1705912988132,"duration":0}},{"uid":"69611ebd7f06023a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/69611ebd7f06023a","status":"passed","time":{"start":1705912372222,"stop":1705912372222,"duration":0}},{"uid":"58a5f8f0715bedfa","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/58a5f8f0715bedfa","status":"passed","time":{"start":1705911551483,"stop":1705911551484,"duration":1}},{"uid":"e30783f1b2c628e9","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/e30783f1b2c628e9","status":"passed","time":{"start":1705698757765,"stop":1705698757765,"duration":0}},{"uid":"604e484602509038","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/604e484602509038","status":"passed","time":{"start":1705687467727,"stop":1705687467727,"duration":0}},{"uid":"b65aa499eac5d79","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/b65aa499eac5d79","status":"passed","time":{"start":1705687390800,"stop":1705687390800,"duration":0}},{"uid":"c872ab36120dc75f","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/c872ab36120dc75f","status":"passed","time":{"start":1705678077458,"stop":1705678077458,"duration":0}},{"uid":"42369d2c92883fc3","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/42369d2c92883fc3","status":"passed","time":{"start":1705678007045,"stop":1705678007045,"duration":0}},{"uid":"811173f8ef818e59","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/811173f8ef818e59","status":"passed","time":{"start":1705677873538,"stop":1705677873538,"duration":0}},{"uid":"aa423c62da7d7475","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/aa423c62da7d7475","status":"passed","time":{"start":1705677414840,"stop":1705677414841,"duration":1}},{"uid":"c78a07d358d4fee2","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/c78a07d358d4fee2","status":"passed","time":{"start":1705676004250,"stop":1705676004250,"duration":0}},{"uid":"646769bc9018e038","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/646769bc9018e038","status":"passed","time":{"start":1705675426982,"stop":1705675426982,"duration":0}},{"uid":"112c3f3b3305bba8","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/112c3f3b3305bba8","status":"passed","time":{"start":1705670299875,"stop":1705670299876,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"b71a978c10a47458","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b71a978c10a47458","status":"passed","time":{"start":1706529333276,"stop":1706529333276,"duration":0}},{"uid":"88e147fef3129a2a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/88e147fef3129a2a","status":"passed","time":{"start":1706528290477,"stop":1706528290478,"duration":1}},{"uid":"df680d5b818ca023","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/df680d5b818ca023","status":"passed","time":{"start":1706527264368,"stop":1706527264372,"duration":4}},{"uid":"7d1c831eab283a6f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7d1c831eab283a6f","status":"passed","time":{"start":1706526976780,"stop":1706526976781,"duration":1}},{"uid":"7773ac584da0d01c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7773ac584da0d01c","status":"passed","time":{"start":1706526885814,"stop":1706526885814,"duration":0}},{"uid":"96d42bdc12a492d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/96d42bdc12a492d","status":"passed","time":{"start":1706526330109,"stop":1706526330110,"duration":1}},{"uid":"ae3a06efd476c0a3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ae3a06efd476c0a3","status":"passed","time":{"start":1706525780734,"stop":1706525780734,"duration":0}},{"uid":"1b7ac09e4c59d3c0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1b7ac09e4c59d3c0","status":"passed","time":{"start":1706525359508,"stop":1706525359508,"duration":0}},{"uid":"29ec5c151525d960","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/29ec5c151525d960","status":"passed","time":{"start":1706468042651,"stop":1706468042651,"duration":0}},{"uid":"52bbb4a92f16d0aa","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/52bbb4a92f16d0aa","status":"passed","time":{"start":1706323386937,"stop":1706323386938,"duration":1}},{"uid":"4a669269af45352a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4a669269af45352a","status":"passed","time":{"start":1706321713107,"stop":1706321713108,"duration":1}},{"uid":"838aa880ac3bad54","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/838aa880ac3bad54","status":"passed","time":{"start":1706115482619,"stop":1706115482619,"duration":0}},{"uid":"a149227b472fa7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a149227b472fa7","status":"passed","time":{"start":1706114635445,"stop":1706114635445,"duration":0}},{"uid":"c465ca9aa21be9fa","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c465ca9aa21be9fa","status":"passed","time":{"start":1706112127571,"stop":1706112127572,"duration":1}},{"uid":"20152777a836fd74","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/20152777a836fd74","status":"passed","time":{"start":1706111809287,"stop":1706111809287,"duration":0}},{"uid":"278b1d142d48695b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/278b1d142d48695b","status":"passed","time":{"start":1706109719543,"stop":1706109719543,"duration":0}},{"uid":"cad0cd60d9bfb199","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cad0cd60d9bfb199","status":"passed","time":{"start":1706103518441,"stop":1706103518441,"duration":0}},{"uid":"6c8dc7a6343695ea","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6c8dc7a6343695ea","status":"passed","time":{"start":1706103305168,"stop":1706103305169,"duration":1}},{"uid":"323a57c331ba92b8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/323a57c331ba92b8","status":"passed","time":{"start":1706102626865,"stop":1706102626866,"duration":1}},{"uid":"f1bb79002b7d117f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f1bb79002b7d117f","status":"passed","time":{"start":1706102491878,"stop":1706102491906,"duration":28}}]},"04b9a70d2fe8169e304335606ae166e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11a7924d15de8ee9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/11a7924d15de8ee9","status":"passed","time":{"start":1706112158286,"stop":1706112158286,"duration":0}}]},"9d2044c636ede990c7631b94acddac8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77e2c4bfd14aac46","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/77e2c4bfd14aac46","status":"passed","time":{"start":1706102626846,"stop":1706102626846,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"4df508e92085db9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4df508e92085db9","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"duration":0}},{"uid":"c7a0e283a0a7e1cd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c7a0e283a0a7e1cd","status":"passed","time":{"start":1706528357108,"stop":1706528357109,"duration":1}},{"uid":"403de417a5bf85e1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/403de417a5bf85e1","status":"passed","time":{"start":1706527326696,"stop":1706527326696,"duration":0}},{"uid":"84b6a2b7aeef8a3b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/84b6a2b7aeef8a3b","status":"passed","time":{"start":1706527049799,"stop":1706527049800,"duration":1}},{"uid":"6cc8806a2e509d95","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6cc8806a2e509d95","status":"passed","time":{"start":1706526961447,"stop":1706526961447,"duration":0}},{"uid":"e1a14924027128be","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e1a14924027128be","status":"passed","time":{"start":1706526404285,"stop":1706526404286,"duration":1}},{"uid":"f569cdc670cdabb4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f569cdc670cdabb4","status":"passed","time":{"start":1706525849961,"stop":1706525849961,"duration":0}},{"uid":"de4dd8dd1764eb09","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/de4dd8dd1764eb09","status":"passed","time":{"start":1706525432952,"stop":1706525432952,"duration":0}},{"uid":"d8595c9ee94a8d8d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d8595c9ee94a8d8d","status":"passed","time":{"start":1706468114353,"stop":1706468114353,"duration":0}},{"uid":"95ed64e31f470a1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/95ed64e31f470a1","status":"passed","time":{"start":1706323469654,"stop":1706323469654,"duration":0}},{"uid":"731c3e0e4ca834","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/731c3e0e4ca834","status":"passed","time":{"start":1706321771795,"stop":1706321771795,"duration":0}},{"uid":"dd0c5b92d0e91646","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/dd0c5b92d0e91646","status":"passed","time":{"start":1706115542400,"stop":1706115542400,"duration":0}},{"uid":"4ad8ca017873cb23","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4ad8ca017873cb23","status":"passed","time":{"start":1706114725923,"stop":1706114725923,"duration":0}},{"uid":"77bd298a75131a7d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/77bd298a75131a7d","status":"passed","time":{"start":1706112199270,"stop":1706112199270,"duration":0}},{"uid":"eab5f17925d484f9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/eab5f17925d484f9","status":"passed","time":{"start":1706111893741,"stop":1706111893741,"duration":0}},{"uid":"9b2b8014de27a175","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9b2b8014de27a175","status":"passed","time":{"start":1706109796556,"stop":1706109796556,"duration":0}},{"uid":"e074c35d2f252489","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e074c35d2f252489","status":"passed","time":{"start":1706103557157,"stop":1706103557157,"duration":0}},{"uid":"33721cf4a4efd386","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/33721cf4a4efd386","status":"passed","time":{"start":1706103365809,"stop":1706103365809,"duration":0}},{"uid":"69f69105a3eafb8f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/69f69105a3eafb8f","status":"passed","time":{"start":1706102701055,"stop":1706102701055,"duration":0}},{"uid":"130e762be0007300","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/130e762be0007300","status":"passed","time":{"start":1706102579562,"stop":1706102579562,"duration":0}}]},"a9e80e78d75e51b4da0dd3903f546874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90e9566a6523489f","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/90e9566a6523489f","status":"passed","time":{"start":1705518112863,"stop":1705518112864,"duration":1}}]},"ea862818e094316a1974a6eff7069047:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b88481df6530f050","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/b88481df6530f050","status":"passed","time":{"start":1705421437096,"stop":1705421437096,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"b9ccd062e192ac63","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b9ccd062e192ac63","status":"passed","time":{"start":1706529218543,"stop":1706529218543,"duration":0}},{"uid":"32b45c4e2178780d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/32b45c4e2178780d","status":"passed","time":{"start":1706528190592,"stop":1706528190592,"duration":0}},{"uid":"421b424c592cef08","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/421b424c592cef08","status":"passed","time":{"start":1706527166805,"stop":1706527166805,"duration":0}},{"uid":"fc01d3e6f9862ee6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fc01d3e6f9862ee6","status":"passed","time":{"start":1706526866915,"stop":1706526866915,"duration":0}},{"uid":"adfe1f84470d38f5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/adfe1f84470d38f5","status":"passed","time":{"start":1706526763578,"stop":1706526763578,"duration":0}},{"uid":"64777234d7892056","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/64777234d7892056","status":"passed","time":{"start":1706526185700,"stop":1706526185700,"duration":0}},{"uid":"50fc46d0487c08f5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/50fc46d0487c08f5","status":"passed","time":{"start":1706525659017,"stop":1706525659017,"duration":0}},{"uid":"8e37f0bcc203e93c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8e37f0bcc203e93c","status":"passed","time":{"start":1706525242384,"stop":1706525242384,"duration":0}},{"uid":"f61930a536000468","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f61930a536000468","status":"passed","time":{"start":1706467906894,"stop":1706467906894,"duration":0}},{"uid":"c602846e96844f5b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c602846e96844f5b","status":"passed","time":{"start":1706323273292,"stop":1706323273293,"duration":1}},{"uid":"52ba4c2d5f42cb1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/52ba4c2d5f42cb1","status":"passed","time":{"start":1706321575896,"stop":1706321575897,"duration":1}},{"uid":"84857568bfddfe5c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/84857568bfddfe5c","status":"passed","time":{"start":1706115384062,"stop":1706115384062,"duration":0}},{"uid":"cb4e184ce500dcb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/cb4e184ce500dcb","status":"passed","time":{"start":1706114521959,"stop":1706114521959,"duration":0}},{"uid":"8da17f0e0eb35570","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8da17f0e0eb35570","status":"passed","time":{"start":1706112015269,"stop":1706112015269,"duration":0}},{"uid":"7fab2326807a7090","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7fab2326807a7090","status":"passed","time":{"start":1706111693413,"stop":1706111693413,"duration":0}},{"uid":"8f609caab837ed73","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8f609caab837ed73","status":"passed","time":{"start":1706109609750,"stop":1706109609751,"duration":1}},{"uid":"c709c3318bee40a6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c709c3318bee40a6","status":"passed","time":{"start":1706103393475,"stop":1706103393476,"duration":1}},{"uid":"e5d4573bd8a6b7c3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e5d4573bd8a6b7c3","status":"passed","time":{"start":1706103153324,"stop":1706103153324,"duration":0}},{"uid":"5d395461878eb261","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5d395461878eb261","status":"passed","time":{"start":1706102507035,"stop":1706102507035,"duration":0}},{"uid":"752b4d844f43258","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/752b4d844f43258","status":"passed","time":{"start":1706102385199,"stop":1706102385199,"duration":0}}]},"f8af32573311628aa99c85b9a32df390:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":51,"unknown":0,"total":51},"items":[{"uid":"a5c7971a32848a4c","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a5c7971a32848a4c","status":"passed","time":{"start":1706100979772,"stop":1706100979772,"duration":0}},{"uid":"703086560bf3d2d8","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/703086560bf3d2d8","status":"passed","time":{"start":1706100012442,"stop":1706100012442,"duration":0}},{"uid":"5a1511254bf15b8b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5a1511254bf15b8b","status":"passed","time":{"start":1706077739101,"stop":1706077739102,"duration":1}},{"uid":"ded2f3516039187c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/ded2f3516039187c","status":"passed","time":{"start":1706069827485,"stop":1706069827485,"duration":0}},{"uid":"9a466888cc973ba0","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/9a466888cc973ba0","status":"passed","time":{"start":1705950521705,"stop":1705950521706,"duration":1}},{"uid":"792bfe3d0de83d1c","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/792bfe3d0de83d1c","status":"passed","time":{"start":1705938343413,"stop":1705938343413,"duration":0}},{"uid":"7f3d9939f4f43ebb","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/7f3d9939f4f43ebb","status":"passed","time":{"start":1705913488254,"stop":1705913488254,"duration":0}},{"uid":"21f48ad5e539d524","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/21f48ad5e539d524","status":"passed","time":{"start":1705913034284,"stop":1705913034284,"duration":0}},{"uid":"a3ff9d56f1abfaec","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a3ff9d56f1abfaec","status":"passed","time":{"start":1705912407155,"stop":1705912407156,"duration":1}},{"uid":"f11711a39b9152d5","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f11711a39b9152d5","status":"passed","time":{"start":1705911588818,"stop":1705911588819,"duration":1}},{"uid":"8975073ebeb1e083","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/8975073ebeb1e083","status":"passed","time":{"start":1705698799128,"stop":1705698799129,"duration":1}},{"uid":"c327c4add248bdb8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/c327c4add248bdb8","status":"passed","time":{"start":1705687522385,"stop":1705687522385,"duration":0}},{"uid":"a8c1f7dfb7d036e2","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/a8c1f7dfb7d036e2","status":"passed","time":{"start":1705687430768,"stop":1705687430769,"duration":1}},{"uid":"a00122f0031690da","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/a00122f0031690da","status":"passed","time":{"start":1705678121506,"stop":1705678121507,"duration":1}},{"uid":"382fa5ba8c42bb66","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/382fa5ba8c42bb66","status":"passed","time":{"start":1705678046329,"stop":1705678046329,"duration":0}},{"uid":"d07b01c159ca2196","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/d07b01c159ca2196","status":"passed","time":{"start":1705677908061,"stop":1705677908061,"duration":0}},{"uid":"76b57d4ae8154702","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/76b57d4ae8154702","status":"passed","time":{"start":1705677463266,"stop":1705677463266,"duration":0}},{"uid":"d6d9e5a1e20c2999","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/d6d9e5a1e20c2999","status":"passed","time":{"start":1705676052730,"stop":1705676052731,"duration":1}},{"uid":"7049d7f912f8f11f","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/7049d7f912f8f11f","status":"passed","time":{"start":1705675474649,"stop":1705675474650,"duration":1}},{"uid":"eec8d13f3632a048","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/eec8d13f3632a048","status":"passed","time":{"start":1705670338403,"stop":1705670338404,"duration":1}}]},"56dc8edf7678e12e5ff93e3e8284152b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"2680e2b0fc649109","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/2680e2b0fc649109","status":"passed","time":{"start":1706100979753,"stop":1706100979753,"duration":0}},{"uid":"803c8dfdb3965322","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/803c8dfdb3965322","status":"passed","time":{"start":1706100012424,"stop":1706100012426,"duration":2}},{"uid":"2ed184e607504456","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2ed184e607504456","status":"passed","time":{"start":1706077739082,"stop":1706077739083,"duration":1}},{"uid":"f0628de41b1b5237","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f0628de41b1b5237","status":"passed","time":{"start":1706069827466,"stop":1706069827467,"duration":1}},{"uid":"128032a443225676","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/128032a443225676","status":"passed","time":{"start":1705950521664,"stop":1705950521664,"duration":0}},{"uid":"94b5b44e591e0ab2","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/94b5b44e591e0ab2","status":"passed","time":{"start":1705938343370,"stop":1705938343371,"duration":1}},{"uid":"6c5af436afe05407","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/6c5af436afe05407","status":"passed","time":{"start":1705913488221,"stop":1705913488222,"duration":1}},{"uid":"4cdba528913ce69c","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4cdba528913ce69c","status":"passed","time":{"start":1705913034271,"stop":1705913034271,"duration":0}},{"uid":"f4993ce5bbc53d30","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f4993ce5bbc53d30","status":"passed","time":{"start":1705912407138,"stop":1705912407138,"duration":0}},{"uid":"ab50dc085c33eecb","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/ab50dc085c33eecb","status":"passed","time":{"start":1705911588792,"stop":1705911588793,"duration":1}},{"uid":"3d189c46cb127908","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/3d189c46cb127908","status":"passed","time":{"start":1705698799116,"stop":1705698799116,"duration":0}},{"uid":"60f405685344120d","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/60f405685344120d","status":"passed","time":{"start":1705687522365,"stop":1705687522365,"duration":0}},{"uid":"d9cdfb01e64843ad","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/d9cdfb01e64843ad","status":"passed","time":{"start":1705687430745,"stop":1705687430745,"duration":0}},{"uid":"d8e2e26e1df4987d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/d8e2e26e1df4987d","status":"passed","time":{"start":1705678121467,"stop":1705678121467,"duration":0}},{"uid":"225886bf31e47a9","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/225886bf31e47a9","status":"passed","time":{"start":1705678046311,"stop":1705678046312,"duration":1}},{"uid":"bdb421610e68c90c","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/bdb421610e68c90c","status":"passed","time":{"start":1705677908049,"stop":1705677908049,"duration":0}},{"uid":"81a083e3d7471103","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/81a083e3d7471103","status":"passed","time":{"start":1705677463217,"stop":1705677463217,"duration":0}},{"uid":"7e2354221cea042","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/7e2354221cea042","status":"passed","time":{"start":1705676052697,"stop":1705676052698,"duration":1}},{"uid":"12f795ea3d7181c3","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/12f795ea3d7181c3","status":"passed","time":{"start":1705675474638,"stop":1705675474638,"duration":0}},{"uid":"b5d74c544f0fcf8f","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/b5d74c544f0fcf8f","status":"passed","time":{"start":1705670338390,"stop":1705670338390,"duration":0}}]},"47181d83b19207a801ea80145dfbfa58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a9ffd8329be5490","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6a9ffd8329be5490","status":"passed","time":{"start":1705938343412,"stop":1705938343412,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"af99f94c03390582","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/af99f94c03390582","status":"passed","time":{"start":1706529218510,"stop":1706529218510,"duration":0}},{"uid":"91e76e6baf558ca8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/91e76e6baf558ca8","status":"passed","time":{"start":1706528190568,"stop":1706528190569,"duration":1}},{"uid":"3b19bb7ca861e557","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3b19bb7ca861e557","status":"passed","time":{"start":1706527166747,"stop":1706527166747,"duration":0}},{"uid":"3bd0aaf71799c9e5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3bd0aaf71799c9e5","status":"passed","time":{"start":1706526866891,"stop":1706526866892,"duration":1}},{"uid":"8aab1ed94d2c6690","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8aab1ed94d2c6690","status":"passed","time":{"start":1706526763563,"stop":1706526763563,"duration":0}},{"uid":"6a705cf087a4ad95","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6a705cf087a4ad95","status":"passed","time":{"start":1706526185677,"stop":1706526185677,"duration":0}},{"uid":"88b3cfb19c7c250f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/88b3cfb19c7c250f","status":"passed","time":{"start":1706525658972,"stop":1706525658972,"duration":0}},{"uid":"7024b5819edc2642","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7024b5819edc2642","status":"passed","time":{"start":1706525242372,"stop":1706525242372,"duration":0}},{"uid":"dcff394d2960381d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dcff394d2960381d","status":"passed","time":{"start":1706467906880,"stop":1706467906881,"duration":1}},{"uid":"bc844436482d3da3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bc844436482d3da3","status":"passed","time":{"start":1706323273253,"stop":1706323273253,"duration":0}},{"uid":"1b41b679cac905e7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1b41b679cac905e7","status":"passed","time":{"start":1706321575859,"stop":1706321575860,"duration":1}},{"uid":"57925974c07236ab","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/57925974c07236ab","status":"passed","time":{"start":1706115384048,"stop":1706115384048,"duration":0}},{"uid":"8b62f048f03499cd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8b62f048f03499cd","status":"passed","time":{"start":1706114521920,"stop":1706114521920,"duration":0}},{"uid":"37eb4858f75d3fc0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/37eb4858f75d3fc0","status":"passed","time":{"start":1706112015257,"stop":1706112015258,"duration":1}},{"uid":"940616bd98490caf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/940616bd98490caf","status":"passed","time":{"start":1706111693400,"stop":1706111693400,"duration":0}},{"uid":"54b9a9f71f52ec5f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/54b9a9f71f52ec5f","status":"passed","time":{"start":1706109609731,"stop":1706109609731,"duration":0}},{"uid":"ee236e75d40491ee","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ee236e75d40491ee","status":"passed","time":{"start":1706103393427,"stop":1706103393427,"duration":0}},{"uid":"49540e2b5e5bf305","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/49540e2b5e5bf305","status":"passed","time":{"start":1706103153298,"stop":1706103153305,"duration":7}},{"uid":"45e9e8eac432261e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/45e9e8eac432261e","status":"passed","time":{"start":1706102506993,"stop":1706102506993,"duration":0}},{"uid":"86ce00e094d1b1e7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/86ce00e094d1b1e7","status":"passed","time":{"start":1706102385173,"stop":1706102385178,"duration":5}}]},"5963d9f2ba90ad9b14bfe4c7457bcf0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"55c900f81a8c1f7","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/55c900f81a8c1f7","status":"passed","time":{"start":1705521140293,"stop":1705521140293,"duration":0}},{"uid":"df545328aa7c613b","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/df545328aa7c613b","status":"passed","time":{"start":1705520883404,"stop":1705520883404,"duration":0}},{"uid":"a4fad5e9bc38663e","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/a4fad5e9bc38663e","status":"passed","time":{"start":1705520300880,"stop":1705520300880,"duration":0}},{"uid":"e2eb35ca39c2964a","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/e2eb35ca39c2964a","status":"passed","time":{"start":1705518525953,"stop":1705518525954,"duration":1}},{"uid":"5a733f46a9c8b13b","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/5a733f46a9c8b13b","status":"passed","time":{"start":1705518246798,"stop":1705518246800,"duration":2}},{"uid":"a17a7de176403238","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/a17a7de176403238","status":"passed","time":{"start":1705518140965,"stop":1705518140965,"duration":0}},{"uid":"22cc493c83e79b8","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/22cc493c83e79b8","status":"passed","time":{"start":1705518032407,"stop":1705518032411,"duration":4}},{"uid":"bf695977d5032d0b","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/bf695977d5032d0b","status":"passed","time":{"start":1705508700801,"stop":1705508700802,"duration":1}},{"uid":"1762418c31650feb","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/1762418c31650feb","status":"passed","time":{"start":1705506512633,"stop":1705506512633,"duration":0}},{"uid":"485a213e8a112939","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/485a213e8a112939","status":"passed","time":{"start":1705502966498,"stop":1705502966499,"duration":1}},{"uid":"bee5198801bc95cf","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/bee5198801bc95cf","status":"passed","time":{"start":1705502370707,"stop":1705502370708,"duration":1}},{"uid":"e39d0721fafd0c94","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e39d0721fafd0c94","status":"passed","time":{"start":1705502517762,"stop":1705502517762,"duration":0}},{"uid":"402ae220f41f99e7","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/402ae220f41f99e7","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321655,"stop":1705495321656,"duration":1}},{"uid":"4a978a22bb11b15e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/4a978a22bb11b15e","status":"passed","time":{"start":1705494975680,"stop":1705494975680,"duration":0}},{"uid":"619ba0f6445d3d19","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/619ba0f6445d3d19","status":"passed","time":{"start":1705494930722,"stop":1705494930729,"duration":7}},{"uid":"f6dd0cbc32250c1b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f6dd0cbc32250c1b","status":"passed","time":{"start":1705493496291,"stop":1705493496291,"duration":0}},{"uid":"59724e2cc42fcbe9","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/59724e2cc42fcbe9","status":"passed","time":{"start":1705493451242,"stop":1705493451242,"duration":0}},{"uid":"ece1383438f8722d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/ece1383438f8722d","status":"passed","time":{"start":1705485279296,"stop":1705485279296,"duration":0}},{"uid":"d2c544eac3d901bc","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/d2c544eac3d901bc","status":"passed","time":{"start":1705485136796,"stop":1705485136796,"duration":0}},{"uid":"775e919684134f91","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/775e919684134f91","status":"passed","time":{"start":1705484392921,"stop":1705484392922,"duration":1}}]},"516b716fbabd133ed2ac19026526c538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d77099900b00cc7","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/3d77099900b00cc7","status":"passed","time":{"start":1705493421095,"stop":1705493421096,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"cf0440fad4de312e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cf0440fad4de312e","status":"passed","time":{"start":1706528736036,"stop":1706528736036,"duration":0}},{"uid":"21be788007e3f4d6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/21be788007e3f4d6","status":"passed","time":{"start":1706527705410,"stop":1706527705411,"duration":1}},{"uid":"95fe7938a497f560","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/95fe7938a497f560","status":"passed","time":{"start":1706526721648,"stop":1706526721648,"duration":0}},{"uid":"b2a040c226dc22df","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b2a040c226dc22df","status":"passed","time":{"start":1706526417557,"stop":1706526417558,"duration":1}},{"uid":"b35bcd0099a5bffe","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b35bcd0099a5bffe","status":"passed","time":{"start":1706526322662,"stop":1706526322662,"duration":0}},{"uid":"4fb1f373b3d63daa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4fb1f373b3d63daa","status":"passed","time":{"start":1706525752756,"stop":1706525752756,"duration":0}},{"uid":"6cf1e902a75c688a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6cf1e902a75c688a","status":"passed","time":{"start":1706525219883,"stop":1706525219889,"duration":6}},{"uid":"c9f4de9d6123e8c8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c9f4de9d6123e8c8","status":"passed","time":{"start":1706524780914,"stop":1706524780914,"duration":0}},{"uid":"19c8e96d85a2621b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/19c8e96d85a2621b","status":"passed","time":{"start":1706467474863,"stop":1706467474863,"duration":0}},{"uid":"23be000f9b245f51","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/23be000f9b245f51","status":"passed","time":{"start":1706322827208,"stop":1706322827209,"duration":1}},{"uid":"dc6c8326229e96fe","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dc6c8326229e96fe","status":"passed","time":{"start":1706321140667,"stop":1706321140667,"duration":0}},{"uid":"81c0a5ea7ec75ece","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/81c0a5ea7ec75ece","status":"passed","time":{"start":1706244656767,"stop":1706244656768,"duration":1}},{"uid":"9248aa29f0a82932","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9248aa29f0a82932","status":"passed","time":{"start":1706242225073,"stop":1706242225074,"duration":1}},{"uid":"66254b56ec3b2060","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/66254b56ec3b2060","status":"passed","time":{"start":1706114913321,"stop":1706114913322,"duration":1}},{"uid":"603e7bd217c21e4e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/603e7bd217c21e4e","status":"passed","time":{"start":1706114084083,"stop":1706114084084,"duration":1}},{"uid":"24ae5eef995e979d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/24ae5eef995e979d","status":"passed","time":{"start":1706111558870,"stop":1706111558870,"duration":0}},{"uid":"7af7ca1d51b5fde","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7af7ca1d51b5fde","status":"passed","time":{"start":1706111248329,"stop":1706111248329,"duration":0}},{"uid":"c336714421d5cbc7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c336714421d5cbc7","status":"passed","time":{"start":1706109150489,"stop":1706109150489,"duration":0}},{"uid":"6e382e09ae35461b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6e382e09ae35461b","status":"passed","time":{"start":1706102968909,"stop":1706102968909,"duration":0}},{"uid":"9533823b26ec670a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9533823b26ec670a","status":"passed","time":{"start":1706102708587,"stop":1706102708588,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"8832fbed40d54b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8832fbed40d54b4","status":"passed","time":{"start":1706528736040,"stop":1706528736040,"duration":0}},{"uid":"88fa87f05e6c63e5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/88fa87f05e6c63e5","status":"passed","time":{"start":1706527705415,"stop":1706527705423,"duration":8}},{"uid":"13d4bd4be5b0464e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/13d4bd4be5b0464e","status":"passed","time":{"start":1706526721656,"stop":1706526721657,"duration":1}},{"uid":"b63f010f95b5c2f1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b63f010f95b5c2f1","status":"passed","time":{"start":1706526417560,"stop":1706526417560,"duration":0}},{"uid":"62084385437f6fad","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/62084385437f6fad","status":"passed","time":{"start":1706526322666,"stop":1706526322671,"duration":5}},{"uid":"e05ca14ee910405c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e05ca14ee910405c","status":"passed","time":{"start":1706525752763,"stop":1706525752763,"duration":0}},{"uid":"b1ac08d0cc9cf0eb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b1ac08d0cc9cf0eb","status":"passed","time":{"start":1706525219892,"stop":1706525219892,"duration":0}},{"uid":"afead9b2d5ed8c81","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/afead9b2d5ed8c81","status":"passed","time":{"start":1706524780926,"stop":1706524780926,"duration":0}},{"uid":"ce5b501a987e6604","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ce5b501a987e6604","status":"passed","time":{"start":1706467474872,"stop":1706467474873,"duration":1}},{"uid":"645fc4408a8dc5eb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/645fc4408a8dc5eb","status":"passed","time":{"start":1706322827215,"stop":1706322827215,"duration":0}},{"uid":"20986d1c3a347bb0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/20986d1c3a347bb0","status":"passed","time":{"start":1706321140678,"stop":1706321140678,"duration":0}},{"uid":"570b91a88f82d728","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/570b91a88f82d728","status":"passed","time":{"start":1706244656772,"stop":1706244656773,"duration":1}},{"uid":"7a4327d130e8f5fc","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7a4327d130e8f5fc","status":"passed","time":{"start":1706242225085,"stop":1706242225086,"duration":1}},{"uid":"378cb3a3ff0f605b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/378cb3a3ff0f605b","status":"passed","time":{"start":1706114913325,"stop":1706114913326,"duration":1}},{"uid":"69b1cce7ced10d8c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/69b1cce7ced10d8c","status":"passed","time":{"start":1706114084087,"stop":1706114084087,"duration":0}},{"uid":"f03143d519ddc4c0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f03143d519ddc4c0","status":"passed","time":{"start":1706111558874,"stop":1706111558874,"duration":0}},{"uid":"900d7f4861b8d7e0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/900d7f4861b8d7e0","status":"passed","time":{"start":1706111248338,"stop":1706111248339,"duration":1}},{"uid":"3a7b60e03a83495d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3a7b60e03a83495d","status":"passed","time":{"start":1706109150498,"stop":1706109150498,"duration":0}},{"uid":"5bc7b08f9389600b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5bc7b08f9389600b","status":"passed","time":{"start":1706102968913,"stop":1706102968917,"duration":4}},{"uid":"b9ce58ac43b8697f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b9ce58ac43b8697f","status":"passed","time":{"start":1706102708597,"stop":1706102708597,"duration":0}}]},"094df8023a76fcdf0e542dca5f5ae43a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a39f262a13a386bd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a39f262a13a386bd","status":"passed","time":{"start":1706115384062,"stop":1706115384063,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":128,"unknown":0,"total":130},"items":[{"uid":"a911052426b262","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a911052426b262","status":"passed","time":{"start":1706529213427,"stop":1706529213436,"duration":9}},{"uid":"3774a697eecd2b6c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3774a697eecd2b6c","status":"passed","time":{"start":1706528190996,"stop":1706528190997,"duration":1}},{"uid":"c6a5673be8c49b83","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c6a5673be8c49b83","status":"passed","time":{"start":1706527073926,"stop":1706527073926,"duration":0}},{"uid":"cec76e8f1a46e6ab","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cec76e8f1a46e6ab","status":"passed","time":{"start":1706526771986,"stop":1706526771987,"duration":1}},{"uid":"b327f01179766ffc","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b327f01179766ffc","status":"passed","time":{"start":1706526678870,"stop":1706526678878,"duration":8}},{"uid":"60252088324814dc","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/60252088324814dc","status":"passed","time":{"start":1706526118987,"stop":1706526118987,"duration":0}},{"uid":"4298f2d7cddae65e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4298f2d7cddae65e","status":"passed","time":{"start":1706525578823,"stop":1706525578824,"duration":1}},{"uid":"3184c389634b26cc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3184c389634b26cc","status":"passed","time":{"start":1706525215566,"stop":1706525215575,"duration":9}},{"uid":"57ad4fd47be12eb6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/57ad4fd47be12eb6","status":"passed","time":{"start":1706467823857,"stop":1706467823858,"duration":1}},{"uid":"e8eaf64a315c090d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e8eaf64a315c090d","status":"passed","time":{"start":1706323200732,"stop":1706323200732,"duration":0}},{"uid":"d960ab90ccaae49e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d960ab90ccaae49e","status":"passed","time":{"start":1706321464243,"stop":1706321464244,"duration":1}},{"uid":"f6dbad4da8168bfb","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f6dbad4da8168bfb","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244759799,"stop":1706244759799,"duration":0}},{"uid":"3da501506923a6d9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3da501506923a6d9","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242311079,"stop":1706242311079,"duration":0}},{"uid":"84881a76d2eb78c4","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/84881a76d2eb78c4","status":"passed","time":{"start":1706115275217,"stop":1706115275217,"duration":0}},{"uid":"4e8d3ff4ee123cb8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4e8d3ff4ee123cb8","status":"passed","time":{"start":1706114443293,"stop":1706114443294,"duration":1}},{"uid":"e5dda129b92e8104","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e5dda129b92e8104","status":"passed","time":{"start":1706111903918,"stop":1706111903918,"duration":0}},{"uid":"fff731546a4cc314","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fff731546a4cc314","status":"passed","time":{"start":1706111606545,"stop":1706111606545,"duration":0}},{"uid":"27ae053b1fb5ce5a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/27ae053b1fb5ce5a","status":"passed","time":{"start":1706109519396,"stop":1706109519397,"duration":1}},{"uid":"972c7e1af4f87cd9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/972c7e1af4f87cd9","status":"passed","time":{"start":1706103297423,"stop":1706103297424,"duration":1}},{"uid":"8e3b45940b525f6d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8e3b45940b525f6d","status":"passed","time":{"start":1706103044801,"stop":1706103044801,"duration":0}}]},"babf5e4f96d312b71efe2d51ec62ac70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80b9ed0df17efa9f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/80b9ed0df17efa9f","status":"passed","time":{"start":1706528290455,"stop":1706528290456,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"c8250b40a99b14f8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c8250b40a99b14f8","status":"passed","time":{"start":1706528735135,"stop":1706528735135,"duration":0}},{"uid":"fe712e483c72ac5c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fe712e483c72ac5c","status":"passed","time":{"start":1706527704560,"stop":1706527704560,"duration":0}},{"uid":"6be9f40574b5aa6d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6be9f40574b5aa6d","status":"passed","time":{"start":1706526720937,"stop":1706526720937,"duration":0}},{"uid":"27b07825a2868bab","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/27b07825a2868bab","status":"passed","time":{"start":1706526416656,"stop":1706526416657,"duration":1}},{"uid":"40d575e8a0711524","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/40d575e8a0711524","status":"passed","time":{"start":1706526321793,"stop":1706526321794,"duration":1}},{"uid":"c114dfd1bad19fd0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c114dfd1bad19fd0","status":"passed","time":{"start":1706525751935,"stop":1706525751936,"duration":1}},{"uid":"69ab79fed3674843","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/69ab79fed3674843","status":"passed","time":{"start":1706525218969,"stop":1706525218970,"duration":1}},{"uid":"17592563ffac7442","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/17592563ffac7442","status":"passed","time":{"start":1706524780146,"stop":1706524780146,"duration":0}},{"uid":"bff91a989faae468","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bff91a989faae468","status":"passed","time":{"start":1706467474003,"stop":1706467474003,"duration":0}},{"uid":"341db35783a9c29b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/341db35783a9c29b","status":"passed","time":{"start":1706322826372,"stop":1706322826372,"duration":0}},{"uid":"859bcc2ad97523bd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/859bcc2ad97523bd","status":"passed","time":{"start":1706321139957,"stop":1706321139957,"duration":0}},{"uid":"74f49669295cc9c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/74f49669295cc9c","status":"passed","time":{"start":1706244655886,"stop":1706244655886,"duration":0}},{"uid":"76ab4388e84aaff7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/76ab4388e84aaff7","status":"passed","time":{"start":1706242224331,"stop":1706242224331,"duration":0}},{"uid":"b19b68a17b9bc82f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b19b68a17b9bc82f","status":"passed","time":{"start":1706114912530,"stop":1706114912531,"duration":1}},{"uid":"44ca1ae021e388bb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/44ca1ae021e388bb","status":"passed","time":{"start":1706114083275,"stop":1706114083275,"duration":0}},{"uid":"611b597c8a3bbe68","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/611b597c8a3bbe68","status":"passed","time":{"start":1706111557902,"stop":1706111557903,"duration":1}},{"uid":"d6def8a1543bd4cc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d6def8a1543bd4cc","status":"passed","time":{"start":1706111247547,"stop":1706111247548,"duration":1}},{"uid":"fa796c90fbbdbd76","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fa796c90fbbdbd76","status":"passed","time":{"start":1706109149777,"stop":1706109149777,"duration":0}},{"uid":"c8aa1a333dbb5a9c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c8aa1a333dbb5a9c","status":"passed","time":{"start":1706102968133,"stop":1706102968134,"duration":1}},{"uid":"cc31a1ce04b72ded","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cc31a1ce04b72ded","status":"passed","time":{"start":1706102707875,"stop":1706102707876,"duration":1}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":132,"unknown":0,"total":133},"items":[{"uid":"f835def9a0a31217","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f835def9a0a31217","status":"passed","time":{"start":1706529248592,"stop":1706529248597,"duration":5}},{"uid":"a41624f7c6a5e433","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a41624f7c6a5e433","status":"passed","time":{"start":1706528220651,"stop":1706528220651,"duration":0}},{"uid":"4351731a3bdd9a00","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4351731a3bdd9a00","status":"passed","time":{"start":1706527177102,"stop":1706527177103,"duration":1}},{"uid":"4411ce03e3053882","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4411ce03e3053882","status":"passed","time":{"start":1706526879829,"stop":1706526879829,"duration":0}},{"uid":"f97f91183c2cb3ac","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f97f91183c2cb3ac","status":"passed","time":{"start":1706526777107,"stop":1706526777108,"duration":1}},{"uid":"8c3657eb6077ea4d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8c3657eb6077ea4d","status":"passed","time":{"start":1706526204135,"stop":1706526204140,"duration":5}},{"uid":"69e13f413ff9700","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/69e13f413ff9700","status":"passed","time":{"start":1706525670188,"stop":1706525670188,"duration":0}},{"uid":"dfdd02fecd90a93f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/dfdd02fecd90a93f","status":"passed","time":{"start":1706525258213,"stop":1706525258213,"duration":0}},{"uid":"4d160ca6cb1870f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4d160ca6cb1870f","status":"passed","time":{"start":1706467920011,"stop":1706467920011,"duration":0}},{"uid":"7ce204a02a287410","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7ce204a02a287410","status":"passed","time":{"start":1706323290753,"stop":1706323290753,"duration":0}},{"uid":"14c96e8f04325eae","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/14c96e8f04325eae","status":"passed","time":{"start":1706321508276,"stop":1706321508277,"duration":1}},{"uid":"e9f0cfa115ff221a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e9f0cfa115ff221a","status":"passed","time":{"start":1706244780670,"stop":1706244780671,"duration":1}},{"uid":"5f8e16d257a06435","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5f8e16d257a06435","status":"passed","time":{"start":1706242339455,"stop":1706242339456,"duration":1}},{"uid":"549785c52e2de204","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/549785c52e2de204","status":"passed","time":{"start":1706115400246,"stop":1706115400246,"duration":0}},{"uid":"78efe0c7606c9035","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/78efe0c7606c9035","status":"passed","time":{"start":1706114536401,"stop":1706114536401,"duration":0}},{"uid":"5f8f3ae4b9ebc084","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5f8f3ae4b9ebc084","status":"passed","time":{"start":1706112032805,"stop":1706112032806,"duration":1}},{"uid":"4f8f43d1e8f4b115","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4f8f43d1e8f4b115","status":"passed","time":{"start":1706111710236,"stop":1706111710236,"duration":0}},{"uid":"f419dc9aa5e59b1a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f419dc9aa5e59b1a","status":"passed","time":{"start":1706109621306,"stop":1706109621307,"duration":1}},{"uid":"b2fdc00b8431516","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b2fdc00b8431516","status":"passed","time":{"start":1706103335199,"stop":1706103335200,"duration":1}},{"uid":"2c682894a78557f4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2c682894a78557f4","status":"passed","time":{"start":1706103167013,"stop":1706103167014,"duration":1}}]},"7a1b0646c858557f30dce7a90ce4a60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"233b5a3454545020","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/233b5a3454545020","status":"passed","time":{"start":1705590952395,"stop":1705590952395,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"5917b26ef1b85c3d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5917b26ef1b85c3d","status":"passed","time":{"start":1706529403569,"stop":1706529403569,"duration":0}},{"uid":"9d8a8994b048132c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9d8a8994b048132c","status":"passed","time":{"start":1706528357082,"stop":1706528357082,"duration":0}},{"uid":"5d2fb9f02a4a62be","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5d2fb9f02a4a62be","status":"passed","time":{"start":1706527326687,"stop":1706527326687,"duration":0}},{"uid":"1d5de16fb067a80c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1d5de16fb067a80c","status":"passed","time":{"start":1706527049792,"stop":1706527049792,"duration":0}},{"uid":"74a730194f81c4c5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/74a730194f81c4c5","status":"passed","time":{"start":1706526961436,"stop":1706526961436,"duration":0}},{"uid":"f8797f6b56036016","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f8797f6b56036016","status":"passed","time":{"start":1706526404275,"stop":1706526404275,"duration":0}},{"uid":"b6812d094d2a6f8d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b6812d094d2a6f8d","status":"passed","time":{"start":1706525849951,"stop":1706525849951,"duration":0}},{"uid":"ee360b5a22a0702a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ee360b5a22a0702a","status":"passed","time":{"start":1706525432943,"stop":1706525432943,"duration":0}},{"uid":"5c6f5161f8bbe532","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5c6f5161f8bbe532","status":"passed","time":{"start":1706468114342,"stop":1706468114342,"duration":0}},{"uid":"2d38c2aa8254fa7d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2d38c2aa8254fa7d","status":"passed","time":{"start":1706323469644,"stop":1706323469644,"duration":0}},{"uid":"9b91ec40d4218edb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9b91ec40d4218edb","status":"passed","time":{"start":1706321771785,"stop":1706321771786,"duration":1}},{"uid":"13c35279f80b87a0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/13c35279f80b87a0","status":"passed","time":{"start":1706115542392,"stop":1706115542392,"duration":0}},{"uid":"52f1d0cc91bd7d55","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/52f1d0cc91bd7d55","status":"passed","time":{"start":1706114725914,"stop":1706114725915,"duration":1}},{"uid":"d1988779ce4d4134","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d1988779ce4d4134","status":"passed","time":{"start":1706112199259,"stop":1706112199259,"duration":0}},{"uid":"ba623c4af4ff3838","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ba623c4af4ff3838","status":"passed","time":{"start":1706111893731,"stop":1706111893732,"duration":1}},{"uid":"7ad45307583d5e4b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7ad45307583d5e4b","status":"passed","time":{"start":1706109796548,"stop":1706109796548,"duration":0}},{"uid":"8528ba560c447962","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8528ba560c447962","status":"passed","time":{"start":1706103557149,"stop":1706103557149,"duration":0}},{"uid":"18f1fb4ca5ac931a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/18f1fb4ca5ac931a","status":"passed","time":{"start":1706103365798,"stop":1706103365798,"duration":0}},{"uid":"d8ba24dd518a9988","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d8ba24dd518a9988","status":"passed","time":{"start":1706102701045,"stop":1706102701045,"duration":0}},{"uid":"7cb934e68b78af03","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/7cb934e68b78af03","status":"passed","time":{"start":1706102579553,"stop":1706102579554,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"130d94de004d4a1f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/130d94de004d4a1f","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"duration":0}},{"uid":"de9d37fe751150b8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/de9d37fe751150b8","status":"passed","time":{"start":1706528357114,"stop":1706528357114,"duration":0}},{"uid":"ebee9b8e247607a3","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ebee9b8e247607a3","status":"passed","time":{"start":1706527326699,"stop":1706527326699,"duration":0}},{"uid":"83e039155667bc81","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/83e039155667bc81","status":"passed","time":{"start":1706527049802,"stop":1706527049802,"duration":0}},{"uid":"70ec3633d57b0f80","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/70ec3633d57b0f80","status":"passed","time":{"start":1706526961450,"stop":1706526961450,"duration":0}},{"uid":"40ad559d78ef71b8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/40ad559d78ef71b8","status":"passed","time":{"start":1706526404288,"stop":1706526404288,"duration":0}},{"uid":"8ff9563a30c6e6a9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8ff9563a30c6e6a9","status":"passed","time":{"start":1706525849964,"stop":1706525849964,"duration":0}},{"uid":"56c49b761145516e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/56c49b761145516e","status":"passed","time":{"start":1706525432955,"stop":1706525432956,"duration":1}},{"uid":"df5459f8402bd609","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/df5459f8402bd609","status":"passed","time":{"start":1706468114356,"stop":1706468114356,"duration":0}},{"uid":"694a14aa8d2f4e88","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/694a14aa8d2f4e88","status":"passed","time":{"start":1706323469657,"stop":1706323469657,"duration":0}},{"uid":"1d8bf5f90f736d2a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1d8bf5f90f736d2a","status":"passed","time":{"start":1706321771799,"stop":1706321771799,"duration":0}},{"uid":"1335e46e094477bf","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1335e46e094477bf","status":"passed","time":{"start":1706115542402,"stop":1706115542402,"duration":0}},{"uid":"1f9dfd3f698b77cd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1f9dfd3f698b77cd","status":"passed","time":{"start":1706114725926,"stop":1706114725926,"duration":0}},{"uid":"4b0a1ad771d416ab","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4b0a1ad771d416ab","status":"passed","time":{"start":1706112199272,"stop":1706112199272,"duration":0}},{"uid":"6274801e476938d0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6274801e476938d0","status":"passed","time":{"start":1706111893744,"stop":1706111893744,"duration":0}},{"uid":"336daaadb24a643f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/336daaadb24a643f","status":"passed","time":{"start":1706109796558,"stop":1706109796559,"duration":1}},{"uid":"92d1530352ae7d41","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/92d1530352ae7d41","status":"passed","time":{"start":1706103557160,"stop":1706103557160,"duration":0}},{"uid":"a2cf81081e20af55","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a2cf81081e20af55","status":"passed","time":{"start":1706103365812,"stop":1706103365812,"duration":0}},{"uid":"c144da77e4181325","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c144da77e4181325","status":"passed","time":{"start":1706102701057,"stop":1706102701057,"duration":0}},{"uid":"d0cf0e88104dd11a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d0cf0e88104dd11a","status":"passed","time":{"start":1706102579565,"stop":1706102579565,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"eed87ccf7f72308b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eed87ccf7f72308b","status":"passed","time":{"start":1706528965672,"stop":1706528965672,"duration":0}},{"uid":"be45d31ebe277b36","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/be45d31ebe277b36","status":"passed","time":{"start":1706527923868,"stop":1706527923869,"duration":1}},{"uid":"140b954ef70e0363","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/140b954ef70e0363","status":"passed","time":{"start":1706526930836,"stop":1706526930838,"duration":2}},{"uid":"cb122d0f070120a0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cb122d0f070120a0","status":"passed","time":{"start":1706526632068,"stop":1706526632069,"duration":1}},{"uid":"ba94e664e83439e2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ba94e664e83439e2","status":"passed","time":{"start":1706526534059,"stop":1706526534060,"duration":1}},{"uid":"d93b6c44f1910a3d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d93b6c44f1910a3d","status":"passed","time":{"start":1706525958157,"stop":1706525958157,"duration":0}},{"uid":"627616d27021aade","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/627616d27021aade","status":"passed","time":{"start":1706525436689,"stop":1706525436690,"duration":1}},{"uid":"c536a45c5b76b6fb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c536a45c5b76b6fb","status":"passed","time":{"start":1706524982418,"stop":1706524982418,"duration":0}},{"uid":"da9203f967bd72f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/da9203f967bd72f","status":"passed","time":{"start":1706467678783,"stop":1706467678790,"duration":7}},{"uid":"373dbbce46a34351","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/373dbbce46a34351","status":"passed","time":{"start":1706323040451,"stop":1706323040459,"duration":8}},{"uid":"b692ac801c46b3c8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b692ac801c46b3c8","status":"passed","time":{"start":1706321353334,"stop":1706321353335,"duration":1}},{"uid":"a40275061f07a4e0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a40275061f07a4e0","status":"passed","time":{"start":1706114292328,"stop":1706114292329,"duration":1}},{"uid":"be64609ff0c0f54","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/be64609ff0c0f54","status":"passed","time":{"start":1706111780326,"stop":1706111780326,"duration":0}},{"uid":"e797c7a554b3ddff","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e797c7a554b3ddff","status":"passed","time":{"start":1706111463993,"stop":1706111463993,"duration":0}},{"uid":"f7023e668a2a8b04","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f7023e668a2a8b04","status":"passed","time":{"start":1706109370817,"stop":1706109370827,"duration":10}},{"uid":"f1eb10dce198e9f5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f1eb10dce198e9f5","status":"passed","time":{"start":1706103179144,"stop":1706103179145,"duration":1}},{"uid":"90d58bde77811a47","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/90d58bde77811a47","status":"passed","time":{"start":1706102925530,"stop":1706102925531,"duration":1}},{"uid":"4bc4eee62552dcc9","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4bc4eee62552dcc9","status":"passed","time":{"start":1706102273653,"stop":1706102273654,"duration":1}},{"uid":"406ffea70d673ecf","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/406ffea70d673ecf","status":"passed","time":{"start":1706102152974,"stop":1706102152974,"duration":0}},{"uid":"64c87f5aa5c58521","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/64c87f5aa5c58521","status":"passed","time":{"start":1706101976565,"stop":1706101976566,"duration":1}}]},"3053c6ac1174dae5ed15e25b59a0d379:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":38,"unknown":0,"total":38},"items":[{"uid":"8a8e745b9e70409d","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/8a8e745b9e70409d","status":"passed","time":{"start":1705520739815,"stop":1705520739815,"duration":0}},{"uid":"b3ea3fb88d17732c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b3ea3fb88d17732c","status":"passed","time":{"start":1705518110158,"stop":1705518110158,"duration":0}},{"uid":"dd72ac8cc2aa5a4","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/dd72ac8cc2aa5a4","status":"passed","time":{"start":1705518007082,"stop":1705518007082,"duration":0}},{"uid":"cfa219999e50cf60","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/cfa219999e50cf60","status":"passed","time":{"start":1705517887852,"stop":1705517887852,"duration":0}},{"uid":"84758ec376ff853f","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/84758ec376ff853f","status":"passed","time":{"start":1705508547220,"stop":1705508547220,"duration":0}},{"uid":"2d0e199457a4fe58","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2d0e199457a4fe58","status":"passed","time":{"start":1705506381553,"stop":1705506381554,"duration":1}},{"uid":"6ebcb15a38d584d6","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/6ebcb15a38d584d6","status":"passed","time":{"start":1705502839999,"stop":1705502839999,"duration":0}},{"uid":"c86defb4bb472aa7","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/c86defb4bb472aa7","status":"passed","time":{"start":1705502379041,"stop":1705502379042,"duration":1}},{"uid":"e5f51936d54d04c8","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e5f51936d54d04c8","status":"passed","time":{"start":1705494782372,"stop":1705494782372,"duration":0}},{"uid":"5b38dc602564bd10","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5b38dc602564bd10","status":"passed","time":{"start":1705494834689,"stop":1705494834690,"duration":1}},{"uid":"90d793f8bc5f158b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/90d793f8bc5f158b","status":"passed","time":{"start":1705494795766,"stop":1705494795766,"duration":0}},{"uid":"2e653f2f60b2e4b6","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/2e653f2f60b2e4b6","status":"passed","time":{"start":1705493366793,"stop":1705493366793,"duration":0}},{"uid":"5c73bb7435a847c5","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/5c73bb7435a847c5","status":"passed","time":{"start":1705493324472,"stop":1705493324472,"duration":0}},{"uid":"6f364bca2136fb7f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/6f364bca2136fb7f","status":"passed","time":{"start":1705485150336,"stop":1705485150337,"duration":1}},{"uid":"128631d3df5ccac1","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/128631d3df5ccac1","status":"passed","time":{"start":1705485008619,"stop":1705485008620,"duration":1}},{"uid":"97e5abdb2256ab75","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/97e5abdb2256ab75","status":"passed","time":{"start":1705484258772,"stop":1705484258772,"duration":0}},{"uid":"d2d7e9d6d9e94fd0","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/d2d7e9d6d9e94fd0","status":"passed","time":{"start":1705469770280,"stop":1705469770281,"duration":1}},{"uid":"2b34cfe24f473ae2","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/2b34cfe24f473ae2","status":"passed","time":{"start":1705466835051,"stop":1705466835052,"duration":1}},{"uid":"c85c360b90a6f9be","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/c85c360b90a6f9be","status":"passed","time":{"start":1705435305428,"stop":1705435305429,"duration":1}},{"uid":"b4cbd89602604ef6","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/b4cbd89602604ef6","status":"passed","time":{"start":1705434767639,"stop":1705434767639,"duration":0}}]},"33fc856050bc9c81264bf5617aa8775c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c387675a87da70a9","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/c387675a87da70a9","status":"passed","time":{"start":1705590961275,"stop":1705590961275,"duration":0}}]},"b1b6ca683415727149f7f9fab1dd3118:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"b853da57a5d4c5a3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b853da57a5d4c5a3","status":"passed","time":{"start":1706100979759,"stop":1706100979759,"duration":0}},{"uid":"71b2a8b752548fbf","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/71b2a8b752548fbf","status":"passed","time":{"start":1706100012429,"stop":1706100012429,"duration":0}},{"uid":"7f44d3d246e0dce7","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/7f44d3d246e0dce7","status":"passed","time":{"start":1706077739087,"stop":1706077739087,"duration":0}},{"uid":"97278c45da6d5ccf","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/97278c45da6d5ccf","status":"passed","time":{"start":1706069827471,"stop":1706069827471,"duration":0}},{"uid":"d69e31c1ca4b7ab0","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/d69e31c1ca4b7ab0","status":"passed","time":{"start":1705950521668,"stop":1705950521668,"duration":0}},{"uid":"cf6bc6f7b0128dc5","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/cf6bc6f7b0128dc5","status":"passed","time":{"start":1705938343374,"stop":1705938343374,"duration":0}},{"uid":"35c34df76be8c1a8","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/35c34df76be8c1a8","status":"passed","time":{"start":1705913488230,"stop":1705913488230,"duration":0}},{"uid":"e9c1c831969b7c79","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/e9c1c831969b7c79","status":"passed","time":{"start":1705913034276,"stop":1705913034276,"duration":0}},{"uid":"68c3b96783cb1879","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/68c3b96783cb1879","status":"passed","time":{"start":1705912407143,"stop":1705912407144,"duration":1}},{"uid":"e642953d033a264d","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/e642953d033a264d","status":"passed","time":{"start":1705911588796,"stop":1705911588797,"duration":1}},{"uid":"cadc65f0547019ac","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/cadc65f0547019ac","status":"passed","time":{"start":1705698799120,"stop":1705698799120,"duration":0}},{"uid":"1b172f351673229","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/1b172f351673229","status":"passed","time":{"start":1705687522369,"stop":1705687522373,"duration":4}},{"uid":"1a68d379f42da09e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1a68d379f42da09e","status":"passed","time":{"start":1705687430756,"stop":1705687430756,"duration":0}},{"uid":"386203e39f0e1a5e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/386203e39f0e1a5e","status":"passed","time":{"start":1705678121479,"stop":1705678121479,"duration":0}},{"uid":"ef19ad186ece0ba4","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ef19ad186ece0ba4","status":"passed","time":{"start":1705678046315,"stop":1705678046316,"duration":1}},{"uid":"2317f43ef97ef7c9","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/2317f43ef97ef7c9","status":"passed","time":{"start":1705677908053,"stop":1705677908053,"duration":0}},{"uid":"d9741c74c0a3e2e0","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/d9741c74c0a3e2e0","status":"passed","time":{"start":1705677463238,"stop":1705677463238,"duration":0}},{"uid":"a9ca571456726395","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/a9ca571456726395","status":"passed","time":{"start":1705676052706,"stop":1705676052706,"duration":0}},{"uid":"1b3bfc8dcd3d889","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/1b3bfc8dcd3d889","status":"passed","time":{"start":1705675474641,"stop":1705675474642,"duration":1}},{"uid":"9946842bf9c9d8e3","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/9946842bf9c9d8e3","status":"passed","time":{"start":1705670338393,"stop":1705670338394,"duration":1}}]},"2398047f2e11ca72a84c5b367ce70824:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36cb04362392bbea","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/36cb04362392bbea","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"duration":0}}]},"f5175ecaa0443a993f28f63df8c8f973:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9b2f1e197cff751","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e9b2f1e197cff751","status":"passed","time":{"start":1705502261921,"stop":1705502261921,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":128,"unknown":0,"total":130},"items":[{"uid":"3e265da06ddab88b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e265da06ddab88b","status":"passed","time":{"start":1706529232495,"stop":1706529232495,"duration":0}},{"uid":"ee582fa361135f31","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ee582fa361135f31","status":"passed","time":{"start":1706528204711,"stop":1706528204712,"duration":1}},{"uid":"c9432b0c47479856","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c9432b0c47479856","status":"passed","time":{"start":1706527099412,"stop":1706527099413,"duration":1}},{"uid":"ea37314a8c09d2e3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ea37314a8c09d2e3","status":"passed","time":{"start":1706526797224,"stop":1706526797224,"duration":0}},{"uid":"ac66567d9ecc9ff3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ac66567d9ecc9ff3","status":"passed","time":{"start":1706526702293,"stop":1706526702293,"duration":0}},{"uid":"551c26e275c6e0a9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/551c26e275c6e0a9","status":"passed","time":{"start":1706526144635,"stop":1706526144636,"duration":1}},{"uid":"11bd3a0b8347bd5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/11bd3a0b8347bd5","status":"passed","time":{"start":1706525605479,"stop":1706525605479,"duration":0}},{"uid":"4b47051073b95e4e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4b47051073b95e4e","status":"passed","time":{"start":1706525237515,"stop":1706525237516,"duration":1}},{"uid":"21a92980f74e00c0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/21a92980f74e00c0","status":"passed","time":{"start":1706467847955,"stop":1706467847955,"duration":0}},{"uid":"f1fd488ea2c386ba","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f1fd488ea2c386ba","status":"passed","time":{"start":1706323224588,"stop":1706323224588,"duration":0}},{"uid":"f326ce1b4e3d9839","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f326ce1b4e3d9839","status":"passed","time":{"start":1706321490513,"stop":1706321490514,"duration":1}},{"uid":"1f3da2e2437757c8","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1f3da2e2437757c8","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244753369,"stop":1706244753369,"duration":0}},{"uid":"401e329188901564","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/401e329188901564","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242311475,"stop":1706242311476,"duration":1}},{"uid":"613b13b109695c98","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/613b13b109695c98","status":"passed","time":{"start":1706115297911,"stop":1706115297912,"duration":1}},{"uid":"9a91a78897c69fda","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9a91a78897c69fda","status":"passed","time":{"start":1706114468892,"stop":1706114468893,"duration":1}},{"uid":"35406a5ac2d404c2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/35406a5ac2d404c2","status":"passed","time":{"start":1706111928719,"stop":1706111928720,"duration":1}},{"uid":"6ff89e6cfded7626","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6ff89e6cfded7626","status":"passed","time":{"start":1706111629324,"stop":1706111629324,"duration":0}},{"uid":"c2006d4c73d279b7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c2006d4c73d279b7","status":"passed","time":{"start":1706109548327,"stop":1706109548328,"duration":1}},{"uid":"b4f9f4b8fde6f47f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b4f9f4b8fde6f47f","status":"passed","time":{"start":1706103319926,"stop":1706103319928,"duration":2}},{"uid":"366fd48e2975e200","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/366fd48e2975e200","status":"passed","time":{"start":1706103066442,"stop":1706103066442,"duration":0}}]},"78b7ed1f58b58a4a1acb3bc339c0f849:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d68b9f54d2ec87bc","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/d68b9f54d2ec87bc","status":"passed","time":{"start":1705572691153,"stop":1705572691153,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":100,"unknown":0,"total":102},"items":[{"uid":"72fa13ee143e079","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/72fa13ee143e079","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0}},{"uid":"3e81dea7effc433f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3e81dea7effc433f","status":"passed","time":{"start":1706528369062,"stop":1706528369062,"duration":0}},{"uid":"e4447ba8fde2205a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e4447ba8fde2205a","status":"passed","time":{"start":1706527293610,"stop":1706527293611,"duration":1}},{"uid":"f7546ad92773002f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f7546ad92773002f","status":"passed","time":{"start":1706527035904,"stop":1706527035905,"duration":1}},{"uid":"88d3ca992b368d04","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/88d3ca992b368d04","status":"passed","time":{"start":1706526945112,"stop":1706526945112,"duration":0}},{"uid":"67fb93bc669e0666","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/67fb93bc669e0666","status":"passed","time":{"start":1706526380426,"stop":1706526380426,"duration":0}},{"uid":"66c7449224ee3a56","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/66c7449224ee3a56","status":"passed","time":{"start":1706525838441,"stop":1706525838441,"duration":0}},{"uid":"3bfb5048f61227a2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3bfb5048f61227a2","status":"passed","time":{"start":1706525430052,"stop":1706525430053,"duration":1}},{"uid":"a385625097ceead1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a385625097ceead1","status":"passed","time":{"start":1706468092733,"stop":1706468092733,"duration":0}},{"uid":"9c658b5269561bc0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9c658b5269561bc0","status":"passed","time":{"start":1706323453202,"stop":1706323453203,"duration":1}},{"uid":"7bae984bb95c2d68","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7bae984bb95c2d68","status":"passed","time":{"start":1706321730262,"stop":1706321730262,"duration":0}},{"uid":"948b930a4f21a9b8","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/948b930a4f21a9b8","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244983412,"stop":1706244983413,"duration":1}},{"uid":"ffcde63ce0c5fc1","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ffcde63ce0c5fc1","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242505292,"stop":1706242505292,"duration":0}},{"uid":"c27efaa674199ec5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c27efaa674199ec5","status":"passed","time":{"start":1706115525168,"stop":1706115525168,"duration":0}},{"uid":"e896cec50549f894","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e896cec50549f894","status":"passed","time":{"start":1706114703600,"stop":1706114703601,"duration":1}},{"uid":"c9ae7dc26ac04dbb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c9ae7dc26ac04dbb","status":"passed","time":{"start":1706112177298,"stop":1706112177298,"duration":0}},{"uid":"16c4269eea0b73bf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/16c4269eea0b73bf","status":"passed","time":{"start":1706111871940,"stop":1706111871940,"duration":0}},{"uid":"e31d0812465a434b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e31d0812465a434b","status":"passed","time":{"start":1706109785932,"stop":1706109785933,"duration":1}},{"uid":"43260b4bbf66b5b3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/43260b4bbf66b5b3","status":"passed","time":{"start":1706103509817,"stop":1706103509817,"duration":0}},{"uid":"c104a21d043a4e04","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c104a21d043a4e04","status":"passed","time":{"start":1706103331212,"stop":1706103331212,"duration":0}}]},"1f914853e90101614529b3d2a4fa470a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"967a2557ddda80d","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/967a2557ddda80d","status":"passed","time":{"start":1705466980103,"stop":1705466980103,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"f16ee39d9782b13","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f16ee39d9782b13","status":"passed","time":{"start":1706529364249,"stop":1706529364250,"duration":1}},{"uid":"41c243ef1deb402c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/41c243ef1deb402c","status":"passed","time":{"start":1706528320794,"stop":1706528320795,"duration":1}},{"uid":"5a858bdee112ccba","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5a858bdee112ccba","status":"passed","time":{"start":1706527265202,"stop":1706527265203,"duration":1}},{"uid":"5ae49e50b0f2f905","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5ae49e50b0f2f905","status":"passed","time":{"start":1706527005559,"stop":1706527005559,"duration":0}},{"uid":"a0e517b7a4f72f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a0e517b7a4f72f","status":"passed","time":{"start":1706526910749,"stop":1706526910749,"duration":0}},{"uid":"c74cebe50dc895f6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c74cebe50dc895f6","status":"passed","time":{"start":1706526356960,"stop":1706526356960,"duration":0}},{"uid":"1beea25351b737ff","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1beea25351b737ff","status":"passed","time":{"start":1706525810737,"stop":1706525810738,"duration":1}},{"uid":"ee479a50105ed746","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ee479a50105ed746","status":"passed","time":{"start":1706525387404,"stop":1706525387404,"duration":0}},{"uid":"3a446a0e9bac817f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3a446a0e9bac817f","status":"passed","time":{"start":1706468060688,"stop":1706468060688,"duration":0}},{"uid":"6bdb29a3e6d377fd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6bdb29a3e6d377fd","status":"passed","time":{"start":1706323416163,"stop":1706323416163,"duration":0}},{"uid":"64d1b7513fc19a04","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/64d1b7513fc19a04","status":"passed","time":{"start":1706321681955,"stop":1706321681956,"duration":1}},{"uid":"89b939a3aeb55c77","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/89b939a3aeb55c77","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244888530,"stop":1706244888530,"duration":0}},{"uid":"3a4e4adff9467da5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3a4e4adff9467da5","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242436638,"stop":1706242436638,"duration":0}},{"uid":"1291d78b6f854986","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1291d78b6f854986","status":"passed","time":{"start":1706115490241,"stop":1706115490242,"duration":1}},{"uid":"d599cc31dcc33192","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d599cc31dcc33192","status":"passed","time":{"start":1706114663124,"stop":1706114663125,"duration":1}},{"uid":"a0a4139f7364e5ca","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a0a4139f7364e5ca","status":"passed","time":{"start":1706112139769,"stop":1706112139770,"duration":1}},{"uid":"fe9da87dede0727d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fe9da87dede0727d","status":"passed","time":{"start":1706111836523,"stop":1706111836523,"duration":0}},{"uid":"73e8a1e827303990","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/73e8a1e827303990","status":"passed","time":{"start":1706109751253,"stop":1706109751253,"duration":0}},{"uid":"40dd696d16bf7fc0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/40dd696d16bf7fc0","status":"passed","time":{"start":1706103464930,"stop":1706103464931,"duration":1}},{"uid":"c23adc774facf41a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c23adc774facf41a","status":"passed","time":{"start":1706103267878,"stop":1706103267878,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"c81eed9377f3b961","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c81eed9377f3b961","status":"passed","time":{"start":1706529367433,"stop":1706529367434,"duration":1}},{"uid":"9111c572e69ef31c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9111c572e69ef31c","status":"passed","time":{"start":1706528339920,"stop":1706528339921,"duration":1}},{"uid":"84ac26defb8b881c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/84ac26defb8b881c","status":"passed","time":{"start":1706527181532,"stop":1706527181533,"duration":1}},{"uid":"847e8db960eb6ebc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/847e8db960eb6ebc","status":"passed","time":{"start":1706527016285,"stop":1706527016286,"duration":1}},{"uid":"83ec26bcdb6bbb3d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/83ec26bcdb6bbb3d","status":"passed","time":{"start":1706526929191,"stop":1706526929191,"duration":0}},{"uid":"35c5972ffa817218","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/35c5972ffa817218","status":"passed","time":{"start":1706526355563,"stop":1706526355563,"duration":0}},{"uid":"3558764a7d3bf85b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3558764a7d3bf85b","status":"passed","time":{"start":1706525825271,"stop":1706525825271,"duration":0}},{"uid":"4ca6342e72f74000","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4ca6342e72f74000","status":"passed","time":{"start":1706525414573,"stop":1706525414573,"duration":0}},{"uid":"6fcff1c9cea6511","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6fcff1c9cea6511","status":"passed","time":{"start":1706468084952,"stop":1706468084952,"duration":0}},{"uid":"6678c09dec45573a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6678c09dec45573a","status":"passed","time":{"start":1706323430961,"stop":1706323430961,"duration":0}},{"uid":"818b0648d3f2874f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/818b0648d3f2874f","status":"passed","time":{"start":1706321743960,"stop":1706321743960,"duration":0}},{"uid":"e7a37471bd98c640","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e7a37471bd98c640","status":"passed","time":{"start":1706115449516,"stop":1706115449516,"duration":0}},{"uid":"9bb7b7567f1432ee","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9bb7b7567f1432ee","status":"passed","time":{"start":1706114706795,"stop":1706114706795,"duration":0}},{"uid":"41e7ca97da5f5025","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/41e7ca97da5f5025","status":"passed","time":{"start":1706112158249,"stop":1706112158249,"duration":0}},{"uid":"b43a696e61750cae","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b43a696e61750cae","status":"passed","time":{"start":1706111870556,"stop":1706111870557,"duration":1}},{"uid":"bc2b7b5c29213337","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bc2b7b5c29213337","status":"passed","time":{"start":1706109756244,"stop":1706109756244,"duration":0}},{"uid":"a693036378a6b29d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a693036378a6b29d","status":"passed","time":{"start":1706103280815,"stop":1706103280816,"duration":1}},{"uid":"4b88c2df70d2ef8d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4b88c2df70d2ef8d","status":"passed","time":{"start":1706103332253,"stop":1706103332253,"duration":0}},{"uid":"572fe00ef0733d20","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/572fe00ef0733d20","status":"passed","time":{"start":1706102670249,"stop":1706102670249,"duration":0}},{"uid":"ceab4518c288c153","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ceab4518c288c153","status":"passed","time":{"start":1706102539178,"stop":1706102539178,"duration":0}}]},"1471a7307d30eae1368ab810d0bef620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82d04864c0bb10aa","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/82d04864c0bb10aa","status":"passed","time":{"start":1705675474648,"stop":1705675474648,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"41c4e4eaac66eb1a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/41c4e4eaac66eb1a","status":"passed","time":{"start":1706529297072,"stop":1706529297072,"duration":0}},{"uid":"41361083172342be","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/41361083172342be","status":"passed","time":{"start":1706528272358,"stop":1706528272358,"duration":0}},{"uid":"e4fcb89188e7b3b7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e4fcb89188e7b3b7","status":"passed","time":{"start":1706527215978,"stop":1706527215979,"duration":1}},{"uid":"28f89ec148421135","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/28f89ec148421135","status":"passed","time":{"start":1706526930056,"stop":1706526930056,"duration":0}},{"uid":"41d91161db00d6c3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/41d91161db00d6c3","status":"passed","time":{"start":1706526828479,"stop":1706526828479,"duration":0}},{"uid":"82eff3e1f2b23e26","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/82eff3e1f2b23e26","status":"passed","time":{"start":1706526253879,"stop":1706526253879,"duration":0}},{"uid":"c731b3fb0502306c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c731b3fb0502306c","status":"passed","time":{"start":1706525716608,"stop":1706525716609,"duration":1}},{"uid":"53a37f2160011585","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/53a37f2160011585","status":"passed","time":{"start":1706525305323,"stop":1706525305323,"duration":0}},{"uid":"a5a138ce4469fb4d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a5a138ce4469fb4d","status":"passed","time":{"start":1706467969854,"stop":1706467969854,"duration":0}},{"uid":"43476cb2f8f87678","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/43476cb2f8f87678","status":"passed","time":{"start":1706323337219,"stop":1706323337220,"duration":1}},{"uid":"7f14c6d890f7348d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7f14c6d890f7348d","status":"passed","time":{"start":1706321555210,"stop":1706321555210,"duration":0}},{"uid":"5228863f863a0646","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5228863f863a0646","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927230,"stop":1706244927230,"duration":0}},{"uid":"ac9fc87258395751","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ac9fc87258395751","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486046,"stop":1706242486047,"duration":1}},{"uid":"38b0528082077975","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/38b0528082077975","status":"passed","time":{"start":1706115454684,"stop":1706115454685,"duration":1}},{"uid":"94575447e5aa03c9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/94575447e5aa03c9","status":"passed","time":{"start":1706114588210,"stop":1706114588210,"duration":0}},{"uid":"83feaf04da76fbe5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/83feaf04da76fbe5","status":"passed","time":{"start":1706112067730,"stop":1706112067731,"duration":1}},{"uid":"3a14a74fe8a62f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3a14a74fe8a62f","status":"passed","time":{"start":1706111759506,"stop":1706111759506,"duration":0}},{"uid":"f262a0b6cf5c5254","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f262a0b6cf5c5254","status":"passed","time":{"start":1706109683580,"stop":1706109683580,"duration":0}},{"uid":"ddd022c794eec6d7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ddd022c794eec6d7","status":"passed","time":{"start":1706103380776,"stop":1706103380776,"duration":0}},{"uid":"533f541e8f8002ed","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/533f541e8f8002ed","status":"passed","time":{"start":1706103218562,"stop":1706103218563,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"1da6bc525017e3a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1da6bc525017e3a4","status":"passed","time":{"start":1706529213423,"stop":1706529213424,"duration":1}},{"uid":"5bba84912317ec8c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5bba84912317ec8c","status":"passed","time":{"start":1706528190993,"stop":1706528190994,"duration":1}},{"uid":"58d81f4de2309585","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/58d81f4de2309585","status":"passed","time":{"start":1706527073922,"stop":1706527073924,"duration":2}},{"uid":"d80973c1cd13d556","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d80973c1cd13d556","status":"passed","time":{"start":1706526771983,"stop":1706526771984,"duration":1}},{"uid":"b8212bff48cf466","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b8212bff48cf466","status":"passed","time":{"start":1706526678868,"stop":1706526678868,"duration":0}},{"uid":"11a08a114867f0df","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/11a08a114867f0df","status":"passed","time":{"start":1706526118986,"stop":1706526118986,"duration":0}},{"uid":"c66009da80f7ff33","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c66009da80f7ff33","status":"passed","time":{"start":1706525578822,"stop":1706525578822,"duration":0}},{"uid":"42ce8de5c845bcae","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/42ce8de5c845bcae","status":"passed","time":{"start":1706525215563,"stop":1706525215564,"duration":1}},{"uid":"4bc83091c5b16e27","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4bc83091c5b16e27","status":"passed","time":{"start":1706467823856,"stop":1706467823857,"duration":1}},{"uid":"150ca4b01af8a7bf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/150ca4b01af8a7bf","status":"passed","time":{"start":1706323200729,"stop":1706323200730,"duration":1}},{"uid":"723bbf65b7a0825c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/723bbf65b7a0825c","status":"passed","time":{"start":1706321464242,"stop":1706321464242,"duration":0}},{"uid":"adbfef9c7cb313c0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/adbfef9c7cb313c0","status":"passed","time":{"start":1706244759797,"stop":1706244759797,"duration":0}},{"uid":"58dec6e168017c70","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/58dec6e168017c70","status":"passed","time":{"start":1706242311075,"stop":1706242311076,"duration":1}},{"uid":"f759b857360a594d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f759b857360a594d","status":"passed","time":{"start":1706115275216,"stop":1706115275216,"duration":0}},{"uid":"13afa990454e316b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/13afa990454e316b","status":"passed","time":{"start":1706114443292,"stop":1706114443292,"duration":0}},{"uid":"ca5e9731622013d0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ca5e9731622013d0","status":"passed","time":{"start":1706111903913,"stop":1706111903915,"duration":2}},{"uid":"b980e2d40245469d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b980e2d40245469d","status":"passed","time":{"start":1706111606541,"stop":1706111606544,"duration":3}},{"uid":"1eecc78543099d2d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1eecc78543099d2d","status":"passed","time":{"start":1706109519395,"stop":1706109519395,"duration":0}},{"uid":"3e1f634f6f3e42c9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3e1f634f6f3e42c9","status":"passed","time":{"start":1706103297421,"stop":1706103297422,"duration":1}},{"uid":"e1e3c968f6cd1578","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e1e3c968f6cd1578","status":"passed","time":{"start":1706103044790,"stop":1706103044800,"duration":10}}]},"c24bc6cfd30280448a50f7b913a5d3fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"dcf7c7c089aeaa98","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/dcf7c7c089aeaa98","status":"passed","time":{"start":1706100979749,"stop":1706100979750,"duration":1}},{"uid":"9ddbd12056534fde","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/9ddbd12056534fde","status":"passed","time":{"start":1706100012410,"stop":1706100012410,"duration":0}},{"uid":"ac31be88e60981a0","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ac31be88e60981a0","status":"passed","time":{"start":1706077739069,"stop":1706077739071,"duration":2}},{"uid":"b1cd3408b1e35fd5","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b1cd3408b1e35fd5","status":"passed","time":{"start":1706069827461,"stop":1706069827462,"duration":1}},{"uid":"bd84716882e30afb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/bd84716882e30afb","status":"passed","time":{"start":1705950521659,"stop":1705950521659,"duration":0}},{"uid":"411cd400c4c2bf41","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/411cd400c4c2bf41","status":"passed","time":{"start":1705938343366,"stop":1705938343366,"duration":0}},{"uid":"f79c460c82d86c1d","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f79c460c82d86c1d","status":"passed","time":{"start":1705913488212,"stop":1705913488213,"duration":1}},{"uid":"5a1c02e1aec55030","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/5a1c02e1aec55030","status":"passed","time":{"start":1705913034260,"stop":1705913034261,"duration":1}},{"uid":"fe25b686e88321b8","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fe25b686e88321b8","status":"passed","time":{"start":1705912407119,"stop":1705912407119,"duration":0}},{"uid":"f364a429c90a030c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f364a429c90a030c","status":"passed","time":{"start":1705911588787,"stop":1705911588788,"duration":1}},{"uid":"48229b554108f69d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/48229b554108f69d","status":"passed","time":{"start":1705698799102,"stop":1705698799103,"duration":1}},{"uid":"1f8bac0f2ad89f4","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/1f8bac0f2ad89f4","status":"passed","time":{"start":1705687522360,"stop":1705687522360,"duration":0}},{"uid":"458889980f15b5b7","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/458889980f15b5b7","status":"passed","time":{"start":1705687430727,"stop":1705687430727,"duration":0}},{"uid":"79b11315d10e42a1","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/79b11315d10e42a1","status":"passed","time":{"start":1705678121457,"stop":1705678121458,"duration":1}},{"uid":"ce704621cd2a650c","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ce704621cd2a650c","status":"passed","time":{"start":1705678046302,"stop":1705678046303,"duration":1}},{"uid":"40d48cc11b7d7410","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/40d48cc11b7d7410","status":"passed","time":{"start":1705677908044,"stop":1705677908044,"duration":0}},{"uid":"d8d0d0895a10040","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/d8d0d0895a10040","status":"passed","time":{"start":1705677463211,"stop":1705677463211,"duration":0}},{"uid":"8c4a11c7fb494b2c","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/8c4a11c7fb494b2c","status":"passed","time":{"start":1705676052692,"stop":1705676052693,"duration":1}},{"uid":"bdbd2faa328fe24f","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/bdbd2faa328fe24f","status":"passed","time":{"start":1705675474633,"stop":1705675474634,"duration":1}},{"uid":"54d53b3975a244d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/54d53b3975a244d","status":"passed","time":{"start":1705670338385,"stop":1705670338386,"duration":1}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"1d2544911205b83f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1d2544911205b83f","status":"passed","time":{"start":1706529365899,"stop":1706529365899,"duration":0}},{"uid":"f56925110d68265e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f56925110d68265e","status":"passed","time":{"start":1706528340608,"stop":1706528340608,"duration":0}},{"uid":"b8ad35090c794ebd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b8ad35090c794ebd","status":"passed","time":{"start":1706527248974,"stop":1706527248974,"duration":0}},{"uid":"c08e4b837b01d033","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c08e4b837b01d033","status":"passed","time":{"start":1706526997159,"stop":1706526997159,"duration":0}},{"uid":"e32a28de4b372965","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e32a28de4b372965","status":"passed","time":{"start":1706526893390,"stop":1706526893390,"duration":0}},{"uid":"382a88508aca1eb8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/382a88508aca1eb8","status":"passed","time":{"start":1706526327164,"stop":1706526327164,"duration":0}},{"uid":"b306b0fdf5131720","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b306b0fdf5131720","status":"passed","time":{"start":1706525781311,"stop":1706525781312,"duration":1}},{"uid":"c3187091c65bd8dd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c3187091c65bd8dd","status":"passed","time":{"start":1706525374254,"stop":1706525374254,"duration":0}},{"uid":"47c644e6824d85f8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/47c644e6824d85f8","status":"passed","time":{"start":1706468039061,"stop":1706468039061,"duration":0}},{"uid":"f3f182639eb2c66f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f3f182639eb2c66f","status":"passed","time":{"start":1706323408015,"stop":1706323408015,"duration":0}},{"uid":"35a32bc98bc06150","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/35a32bc98bc06150","status":"passed","time":{"start":1706321643576,"stop":1706321643576,"duration":0}},{"uid":"97f2b91d4892e630","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/97f2b91d4892e630","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966350,"stop":1706244966354,"duration":4}},{"uid":"c657629d8a49baa3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c657629d8a49baa3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528805,"stop":1706242528805,"duration":0}},{"uid":"53e0628c4e1b791","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/53e0628c4e1b791","status":"passed","time":{"start":1706115509979,"stop":1706115509979,"duration":0}},{"uid":"2d6eefcf05e1b662","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2d6eefcf05e1b662","status":"passed","time":{"start":1706114658621,"stop":1706114658622,"duration":1}},{"uid":"befbd6ceaa62fb91","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/befbd6ceaa62fb91","status":"passed","time":{"start":1706112139547,"stop":1706112139547,"duration":0}},{"uid":"39336f747855eb45","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/39336f747855eb45","status":"passed","time":{"start":1706111828828,"stop":1706111828828,"duration":0}},{"uid":"8693a42d2219f3fa","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8693a42d2219f3fa","status":"passed","time":{"start":1706109750953,"stop":1706109750954,"duration":1}},{"uid":"d422886872d3c905","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d422886872d3c905","status":"passed","time":{"start":1706103450437,"stop":1706103450438,"duration":1}},{"uid":"237e0e0c1563ea74","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/237e0e0c1563ea74","status":"passed","time":{"start":1706103293558,"stop":1706103293558,"duration":0}}]},"b0c4a18634129e7ac6229c5bc9779d18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"1c37f703c682a5c4","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/1c37f703c682a5c4","status":"passed","time":{"start":1705521140306,"stop":1705521140306,"duration":0}},{"uid":"5cde7c541a518232","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/5cde7c541a518232","status":"passed","time":{"start":1705520883421,"stop":1705520883421,"duration":0}},{"uid":"e6a5d29dde4fbd3c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/e6a5d29dde4fbd3c","status":"passed","time":{"start":1705520300894,"stop":1705520300894,"duration":0}},{"uid":"987a8fedbd83c74e","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/987a8fedbd83c74e","status":"passed","time":{"start":1705518525968,"stop":1705518525968,"duration":0}},{"uid":"7debb2d519b0adb5","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/7debb2d519b0adb5","status":"passed","time":{"start":1705518246813,"stop":1705518246814,"duration":1}},{"uid":"1bb65b8b3544c733","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/1bb65b8b3544c733","status":"passed","time":{"start":1705518140991,"stop":1705518140991,"duration":0}},{"uid":"38c8153e1ad575d6","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/38c8153e1ad575d6","status":"passed","time":{"start":1705518032431,"stop":1705518032432,"duration":1}},{"uid":"a12728359526bac","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a12728359526bac","status":"passed","time":{"start":1705508700817,"stop":1705508700817,"duration":0}},{"uid":"c930e4c7fa1f06e0","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/c930e4c7fa1f06e0","status":"passed","time":{"start":1705506512663,"stop":1705506512663,"duration":0}},{"uid":"709ee0efb19cc897","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/709ee0efb19cc897","status":"passed","time":{"start":1705502966522,"stop":1705502966523,"duration":1}},{"uid":"7222695a2c90bd29","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/7222695a2c90bd29","status":"passed","time":{"start":1705502370733,"stop":1705502370733,"duration":0}},{"uid":"ca6579fb2598924b","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/ca6579fb2598924b","status":"passed","time":{"start":1705502517777,"stop":1705502517777,"duration":0}},{"uid":"11f3a2d3c8a60cc7","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/11f3a2d3c8a60cc7","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321703,"stop":1705495321703,"duration":0}},{"uid":"ddc37ed13f8387a6","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ddc37ed13f8387a6","status":"passed","time":{"start":1705494975698,"stop":1705494975699,"duration":1}},{"uid":"9435b623cd330742","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/9435b623cd330742","status":"passed","time":{"start":1705494930765,"stop":1705494930765,"duration":0}},{"uid":"3749fc56c07e2715","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/3749fc56c07e2715","status":"passed","time":{"start":1705493496376,"stop":1705493496385,"duration":9}},{"uid":"b3bc71324f553111","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/b3bc71324f553111","status":"passed","time":{"start":1705493451256,"stop":1705493451256,"duration":0}},{"uid":"4db7dfc5da7cf9b6","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4db7dfc5da7cf9b6","status":"passed","time":{"start":1705485279310,"stop":1705485279310,"duration":0}},{"uid":"131a3167f8e7a025","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/131a3167f8e7a025","status":"passed","time":{"start":1705485136812,"stop":1705485136812,"duration":0}},{"uid":"d4cdc7347293bec8","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/d4cdc7347293bec8","status":"passed","time":{"start":1705484392939,"stop":1705484392939,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":85,"unknown":0,"total":85},"items":[{"uid":"cca9f76bacee72a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cca9f76bacee72a0","status":"passed","time":{"start":1706528851379,"stop":1706528851380,"duration":1}},{"uid":"2f8515bba9f77904","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2f8515bba9f77904","status":"passed","time":{"start":1706527824198,"stop":1706527824198,"duration":0}},{"uid":"3c06be252c85335","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3c06be252c85335","status":"passed","time":{"start":1706526834960,"stop":1706526834960,"duration":0}},{"uid":"abd95172ee0c8975","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/abd95172ee0c8975","status":"passed","time":{"start":1706526535010,"stop":1706526535011,"duration":1}},{"uid":"80271bbea1ab12df","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/80271bbea1ab12df","status":"passed","time":{"start":1706526444479,"stop":1706526444480,"duration":1}},{"uid":"8cb3a73b7115a735","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8cb3a73b7115a735","status":"passed","time":{"start":1706525868579,"stop":1706525868580,"duration":1}},{"uid":"ce4323d0bee116b1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ce4323d0bee116b1","status":"passed","time":{"start":1706525336017,"stop":1706525336017,"duration":0}},{"uid":"efeb723d5650aedd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/efeb723d5650aedd","status":"passed","time":{"start":1706524893166,"stop":1706524893167,"duration":1}},{"uid":"405940d5e31fa90","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/405940d5e31fa90","status":"passed","time":{"start":1706467588099,"stop":1706467588099,"duration":0}},{"uid":"16253bd8ad76441b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/16253bd8ad76441b","status":"passed","time":{"start":1706322942309,"stop":1706322942309,"duration":0}},{"uid":"7a3ae5fb2cd9de09","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7a3ae5fb2cd9de09","status":"passed","time":{"start":1706321258742,"stop":1706321258743,"duration":1}},{"uid":"39793e0770851357","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/39793e0770851357","status":"passed","time":{"start":1706115030716,"stop":1706115030716,"duration":0}},{"uid":"c652e329a6b3c0cd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c652e329a6b3c0cd","status":"passed","time":{"start":1706114200934,"stop":1706114200935,"duration":1}},{"uid":"5bd69f42b1e247b7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5bd69f42b1e247b7","status":"passed","time":{"start":1706111673819,"stop":1706111673820,"duration":1}},{"uid":"a60f3fb8165867c9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a60f3fb8165867c9","status":"passed","time":{"start":1706111361508,"stop":1706111361509,"duration":1}},{"uid":"a02f62adde0641b0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a02f62adde0641b0","status":"passed","time":{"start":1706109265213,"stop":1706109265213,"duration":0}},{"uid":"c5b1b8d670492617","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c5b1b8d670492617","status":"passed","time":{"start":1706103084489,"stop":1706103084489,"duration":0}},{"uid":"5380d111ce49c12f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5380d111ce49c12f","status":"passed","time":{"start":1706102823115,"stop":1706102823116,"duration":1}},{"uid":"8a4ae30a5a1b6935","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8a4ae30a5a1b6935","status":"passed","time":{"start":1706102183493,"stop":1706102183493,"duration":0}},{"uid":"eafa644e9b72894b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/eafa644e9b72894b","status":"passed","time":{"start":1706102054641,"stop":1706102054641,"duration":0}}]},"ca93e7744ac2b0e3a7336147855ded8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d3dc98bf0de0568","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/5d3dc98bf0de0568","status":"passed","time":{"start":1705502467835,"stop":1705502467836,"duration":1}}]},"c2b3ca48fe0d866343736613b647bf24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"35bfaf4925a425c7","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/35bfaf4925a425c7","status":"passed","time":{"start":1706100979750,"stop":1706100979750,"duration":0}},{"uid":"a6d2b7887da75cf4","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/a6d2b7887da75cf4","status":"passed","time":{"start":1706100012410,"stop":1706100012410,"duration":0}},{"uid":"f59cc24276004e13","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f59cc24276004e13","status":"passed","time":{"start":1706077739074,"stop":1706077739074,"duration":0}},{"uid":"eefd8b1b1189dfd4","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/eefd8b1b1189dfd4","status":"passed","time":{"start":1706069827462,"stop":1706069827462,"duration":0}},{"uid":"82e534a64a622092","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/82e534a64a622092","status":"passed","time":{"start":1705950521659,"stop":1705950521659,"duration":0}},{"uid":"5166eb594533eba9","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/5166eb594533eba9","status":"passed","time":{"start":1705938343366,"stop":1705938343367,"duration":1}},{"uid":"ff44156fe78c1d2c","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ff44156fe78c1d2c","status":"passed","time":{"start":1705913488213,"stop":1705913488214,"duration":1}},{"uid":"bff910e8bb9dea6a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/bff910e8bb9dea6a","status":"passed","time":{"start":1705913034261,"stop":1705913034262,"duration":1}},{"uid":"15b8b56ddc97ac56","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/15b8b56ddc97ac56","status":"passed","time":{"start":1705912407119,"stop":1705912407119,"duration":0}},{"uid":"3bfd0f3d026959be","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3bfd0f3d026959be","status":"passed","time":{"start":1705911588788,"stop":1705911588788,"duration":0}},{"uid":"10409b1c2943b58b","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/10409b1c2943b58b","status":"passed","time":{"start":1705698799103,"stop":1705698799103,"duration":0}},{"uid":"fa8ce0b95783423","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/fa8ce0b95783423","status":"passed","time":{"start":1705687522360,"stop":1705687522361,"duration":1}},{"uid":"82da0503a74381b5","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/82da0503a74381b5","status":"passed","time":{"start":1705687430727,"stop":1705687430727,"duration":0}},{"uid":"7fcb70daaef07ed4","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/7fcb70daaef07ed4","status":"passed","time":{"start":1705678121458,"stop":1705678121459,"duration":1}},{"uid":"22c2314cb196c317","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/22c2314cb196c317","status":"passed","time":{"start":1705678046303,"stop":1705678046304,"duration":1}},{"uid":"c380809f5975299c","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/c380809f5975299c","status":"passed","time":{"start":1705677908045,"stop":1705677908045,"duration":0}},{"uid":"e6d30ec0954e760e","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/e6d30ec0954e760e","status":"passed","time":{"start":1705677463211,"stop":1705677463212,"duration":1}},{"uid":"97dcf32670bc4278","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/97dcf32670bc4278","status":"passed","time":{"start":1705676052693,"stop":1705676052693,"duration":0}},{"uid":"95f403461e825601","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/95f403461e825601","status":"passed","time":{"start":1705675474634,"stop":1705675474634,"duration":0}},{"uid":"fe28c03e7ebf0c7d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/fe28c03e7ebf0c7d","status":"passed","time":{"start":1705670338386,"stop":1705670338386,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"a533e4793261a8e5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a533e4793261a8e5","status":"passed","time":{"start":1706529333255,"stop":1706529333255,"duration":0}},{"uid":"4fa7e41f871c6b5f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4fa7e41f871c6b5f","status":"passed","time":{"start":1706528290470,"stop":1706528290470,"duration":0}},{"uid":"564790d469b17b22","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/564790d469b17b22","status":"passed","time":{"start":1706527264358,"stop":1706527264358,"duration":0}},{"uid":"eb6e70e3383d3568","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/eb6e70e3383d3568","status":"passed","time":{"start":1706526976775,"stop":1706526976775,"duration":0}},{"uid":"fa879c9da8f0c140","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fa879c9da8f0c140","status":"passed","time":{"start":1706526885808,"stop":1706526885809,"duration":1}},{"uid":"237952903d75fb63","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/237952903d75fb63","status":"passed","time":{"start":1706526330101,"stop":1706526330101,"duration":0}},{"uid":"e4fe288cba13ed27","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e4fe288cba13ed27","status":"passed","time":{"start":1706525780726,"stop":1706525780726,"duration":0}},{"uid":"754b2f7e48a09e9c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/754b2f7e48a09e9c","status":"passed","time":{"start":1706525359495,"stop":1706525359495,"duration":0}},{"uid":"3807ccf32c385b6a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3807ccf32c385b6a","status":"passed","time":{"start":1706468042638,"stop":1706468042643,"duration":5}},{"uid":"7f3d31fe02a8e39a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7f3d31fe02a8e39a","status":"passed","time":{"start":1706323386931,"stop":1706323386931,"duration":0}},{"uid":"74aa8b920721cd3f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/74aa8b920721cd3f","status":"passed","time":{"start":1706321713101,"stop":1706321713102,"duration":1}},{"uid":"74efb93433996726","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/74efb93433996726","status":"passed","time":{"start":1706115482613,"stop":1706115482614,"duration":1}},{"uid":"3ebdf2ea6363770b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3ebdf2ea6363770b","status":"passed","time":{"start":1706114635439,"stop":1706114635439,"duration":0}},{"uid":"426db15a46b158b4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/426db15a46b158b4","status":"passed","time":{"start":1706112127563,"stop":1706112127564,"duration":1}},{"uid":"4314da52ba4848ab","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4314da52ba4848ab","status":"passed","time":{"start":1706111809282,"stop":1706111809282,"duration":0}},{"uid":"fcaa4043d0349590","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fcaa4043d0349590","status":"passed","time":{"start":1706109719532,"stop":1706109719532,"duration":0}},{"uid":"f53434e153ad80a0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f53434e153ad80a0","status":"passed","time":{"start":1706103518436,"stop":1706103518436,"duration":0}},{"uid":"89117c586cfefa2d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/89117c586cfefa2d","status":"passed","time":{"start":1706103305164,"stop":1706103305164,"duration":0}},{"uid":"aa6597a3405965fa","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/aa6597a3405965fa","status":"passed","time":{"start":1706102626854,"stop":1706102626854,"duration":0}},{"uid":"cfc48f853a4c8c9c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cfc48f853a4c8c9c","status":"passed","time":{"start":1706102491850,"stop":1706102491850,"duration":0}}]},"1eb3ef9fd77fe6214c956fc693a71221:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35f2adb039830569","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/35f2adb039830569","status":"passed","time":{"start":1705431033940,"stop":1705431033941,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"876c33477d2ceb54","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/876c33477d2ceb54","status":"passed","time":{"start":1706528735136,"stop":1706528735136,"duration":0}},{"uid":"f2955249d2ddd904","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f2955249d2ddd904","status":"passed","time":{"start":1706527704561,"stop":1706527704564,"duration":3}},{"uid":"e0b2a597c945a611","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e0b2a597c945a611","status":"passed","time":{"start":1706526720938,"stop":1706526720938,"duration":0}},{"uid":"696e9ab3f17e66b9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/696e9ab3f17e66b9","status":"passed","time":{"start":1706526416660,"stop":1706526416661,"duration":1}},{"uid":"19c91e4f6e6994db","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/19c91e4f6e6994db","status":"passed","time":{"start":1706526321795,"stop":1706526321795,"duration":0}},{"uid":"149465b9f02bc10e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/149465b9f02bc10e","status":"passed","time":{"start":1706525751937,"stop":1706525751937,"duration":0}},{"uid":"6f1b075f644f42e9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6f1b075f644f42e9","status":"passed","time":{"start":1706525218971,"stop":1706525218972,"duration":1}},{"uid":"b4ef37958703cb99","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b4ef37958703cb99","status":"passed","time":{"start":1706524780150,"stop":1706524780151,"duration":1}},{"uid":"1f3a83898a3f5bc","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1f3a83898a3f5bc","status":"passed","time":{"start":1706467474004,"stop":1706467474004,"duration":0}},{"uid":"7b0d118202d603f6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7b0d118202d603f6","status":"passed","time":{"start":1706322826373,"stop":1706322826374,"duration":1}},{"uid":"8a89aa613a53cfc6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8a89aa613a53cfc6","status":"passed","time":{"start":1706321139958,"stop":1706321139958,"duration":0}},{"uid":"e93650137ae35b6a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e93650137ae35b6a","status":"passed","time":{"start":1706244655887,"stop":1706244655887,"duration":0}},{"uid":"eae0ee44f5780cad","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/eae0ee44f5780cad","status":"passed","time":{"start":1706242224332,"stop":1706242224332,"duration":0}},{"uid":"24b3a5f88cf984b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/24b3a5f88cf984b","status":"passed","time":{"start":1706114912531,"stop":1706114912532,"duration":1}},{"uid":"8429d04a1d9ba17d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8429d04a1d9ba17d","status":"passed","time":{"start":1706114083276,"stop":1706114083277,"duration":1}},{"uid":"71046b6fbc7ad617","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/71046b6fbc7ad617","status":"passed","time":{"start":1706111557904,"stop":1706111557904,"duration":0}},{"uid":"edc6ca4fef002f6c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/edc6ca4fef002f6c","status":"passed","time":{"start":1706111247549,"stop":1706111247550,"duration":1}},{"uid":"63178a3e8215f621","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/63178a3e8215f621","status":"passed","time":{"start":1706109149778,"stop":1706109149778,"duration":0}},{"uid":"7b5424db9a2325c0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7b5424db9a2325c0","status":"passed","time":{"start":1706102968134,"stop":1706102968135,"duration":1}},{"uid":"f937f1db4cf87f7e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f937f1db4cf87f7e","status":"passed","time":{"start":1706102707877,"stop":1706102707877,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"8c0cab566b91274a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8c0cab566b91274a","status":"passed","time":{"start":1706529218507,"stop":1706529218508,"duration":1}},{"uid":"2b83b8273348c534","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2b83b8273348c534","status":"passed","time":{"start":1706528190565,"stop":1706528190566,"duration":1}},{"uid":"71563d21f1d16af9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/71563d21f1d16af9","status":"passed","time":{"start":1706527166746,"stop":1706527166746,"duration":0}},{"uid":"5498c8d3419f33b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5498c8d3419f33b","status":"passed","time":{"start":1706526866874,"stop":1706526866874,"duration":0}},{"uid":"3d78e1123736bdcd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3d78e1123736bdcd","status":"passed","time":{"start":1706526763559,"stop":1706526763559,"duration":0}},{"uid":"dfc828abc7f42996","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dfc828abc7f42996","status":"passed","time":{"start":1706526185675,"stop":1706526185676,"duration":1}},{"uid":"bbb3572ec760a6ad","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bbb3572ec760a6ad","status":"passed","time":{"start":1706525658966,"stop":1706525658966,"duration":0}},{"uid":"e18feaa0418a7f9b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e18feaa0418a7f9b","status":"passed","time":{"start":1706525242371,"stop":1706525242371,"duration":0}},{"uid":"76425cec47ee425f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/76425cec47ee425f","status":"passed","time":{"start":1706467906879,"stop":1706467906879,"duration":0}},{"uid":"894de039a76d00f0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/894de039a76d00f0","status":"passed","time":{"start":1706323273250,"stop":1706323273251,"duration":1}},{"uid":"8c039cf887f9391e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8c039cf887f9391e","status":"passed","time":{"start":1706321575854,"stop":1706321575854,"duration":0}},{"uid":"af1be85515c81701","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/af1be85515c81701","status":"passed","time":{"start":1706115384047,"stop":1706115384047,"duration":0}},{"uid":"4a602ccb2804649","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4a602ccb2804649","status":"passed","time":{"start":1706114521915,"stop":1706114521919,"duration":4}},{"uid":"5030f6487330fbbe","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5030f6487330fbbe","status":"passed","time":{"start":1706112015255,"stop":1706112015256,"duration":1}},{"uid":"b6c7bf61e0989fcc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b6c7bf61e0989fcc","status":"passed","time":{"start":1706111693398,"stop":1706111693399,"duration":1}},{"uid":"235350d40bf1f66","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/235350d40bf1f66","status":"passed","time":{"start":1706109609727,"stop":1706109609728,"duration":1}},{"uid":"c61d44244efe8cd5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c61d44244efe8cd5","status":"passed","time":{"start":1706103393426,"stop":1706103393426,"duration":0}},{"uid":"407b293285acc888","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/407b293285acc888","status":"passed","time":{"start":1706103153297,"stop":1706103153297,"duration":0}},{"uid":"d7c5d42d9e8ef113","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d7c5d42d9e8ef113","status":"passed","time":{"start":1706102506992,"stop":1706102506992,"duration":0}},{"uid":"20cb0f90c231512d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/20cb0f90c231512d","status":"passed","time":{"start":1706102385172,"stop":1706102385172,"duration":0}}]},"72ef01cb514c34a4c267f2f7995c1b75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":30,"unknown":0,"total":31},"items":[{"uid":"273c16b01f8389c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/273c16b01f8389c","status":"passed","time":{"start":1705517887798,"stop":1705517887799,"duration":1}},{"uid":"a7a9b6f91f8f3c7","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a7a9b6f91f8f3c7","status":"passed","time":{"start":1705508546742,"stop":1705508546744,"duration":2}},{"uid":"28c096420d5c655b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/28c096420d5c655b","status":"passed","time":{"start":1705502840350,"stop":1705502840351,"duration":1}},{"uid":"a7c9ff90d9f9707c","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/a7c9ff90d9f9707c","status":"passed","time":{"start":1705502379261,"stop":1705502379261,"duration":0}},{"uid":"4ece82061c9e0c36","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/4ece82061c9e0c36","status":"passed","time":{"start":1705494781674,"stop":1705494781676,"duration":2}},{"uid":"9ce3cb276979f555","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9ce3cb276979f555","status":"passed","time":{"start":1705494835473,"stop":1705494835474,"duration":1}},{"uid":"fe135453256f9a66","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/fe135453256f9a66","status":"passed","time":{"start":1705494795646,"stop":1705494795647,"duration":1}},{"uid":"b7394e5660867ea1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b7394e5660867ea1","status":"passed","time":{"start":1705493356103,"stop":1705493356103,"duration":0}},{"uid":"dbf7ccaa4908746c","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/dbf7ccaa4908746c","status":"passed","time":{"start":1705493324126,"stop":1705493324127,"duration":1}},{"uid":"1d6831c5d9f5afc","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/1d6831c5d9f5afc","status":"passed","time":{"start":1705485149791,"stop":1705485149792,"duration":1}},{"uid":"c091d9ab8fa2c01e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/c091d9ab8fa2c01e","status":"passed","time":{"start":1705485009354,"stop":1705485009354,"duration":0}},{"uid":"c2d38969433dadb","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c2d38969433dadb","status":"passed","time":{"start":1705484257967,"stop":1705484257968,"duration":1}},{"uid":"f1f2d0b3c70bb26f","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/f1f2d0b3c70bb26f","status":"passed","time":{"start":1705469772117,"stop":1705469772118,"duration":1}},{"uid":"4ebc6ce71b320de7","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/4ebc6ce71b320de7","status":"passed","time":{"start":1705466834301,"stop":1705466834303,"duration":2}},{"uid":"d96c852cde5c31a1","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/d96c852cde5c31a1","status":"broken","statusDetails":"(HTTP code 404) no such container - No such image: wakuorg/nwaku:v0.22.0 ","time":{"start":1705429249397,"stop":1705429249397,"duration":0}},{"uid":"f1bdd8676a880226","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/f1bdd8676a880226","status":"passed","time":{"start":1705429075365,"stop":1705429075369,"duration":4}},{"uid":"82ce1a62d9a3c2c8","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/82ce1a62d9a3c2c8","status":"passed","time":{"start":1705426774744,"stop":1705426774744,"duration":0}},{"uid":"837a77672625755b","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/837a77672625755b","status":"passed","time":{"start":1705426381372,"stop":1705426381372,"duration":0}},{"uid":"96c0994e3071dc71","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/96c0994e3071dc71","status":"passed","time":{"start":1705426322378,"stop":1705426322379,"duration":1}},{"uid":"45128a2505d87bca","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/45128a2505d87bca","status":"passed","time":{"start":1705426159685,"stop":1705426159686,"duration":1}}]},"d1281ccdb8ced260559421bcd8f6c3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a9e1445152846f9","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/7a9e1445152846f9","status":"passed","time":{"start":1705677869833,"stop":1705677869833,"duration":0}}]},"7e478ddb5e5240df93449744cb078d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"f325d5b3584453b1","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/f325d5b3584453b1","status":"passed","time":{"start":1705520815487,"stop":1705520815488,"duration":1}},{"uid":"9914e17b7098b57f","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9914e17b7098b57f","status":"passed","time":{"start":1705518208994,"stop":1705518208994,"duration":0}},{"uid":"7bf046d2fbdd9b62","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7bf046d2fbdd9b62","status":"passed","time":{"start":1705518112858,"stop":1705518112859,"duration":1}},{"uid":"3fe883f53cc9f2c0","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/3fe883f53cc9f2c0","status":"passed","time":{"start":1705517988386,"stop":1705517988387,"duration":1}},{"uid":"4f3cceb4e76e2875","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/4f3cceb4e76e2875","status":"passed","time":{"start":1705508651531,"stop":1705508651531,"duration":0}},{"uid":"f10d78f434036140","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f10d78f434036140","status":"passed","time":{"start":1705506479146,"stop":1705506479146,"duration":0}},{"uid":"9c72df09f8a8b26d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/9c72df09f8a8b26d","status":"passed","time":{"start":1705502938684,"stop":1705502938685,"duration":1}},{"uid":"93dacd2f4ac80c78","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/93dacd2f4ac80c78","status":"passed","time":{"start":1705502478107,"stop":1705502478108,"duration":1}},{"uid":"1599bd1c0362419c","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1599bd1c0362419c","status":"passed","time":{"start":1705494884679,"stop":1705494884680,"duration":1}},{"uid":"bdae1c809db27cf4","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/bdae1c809db27cf4","status":"passed","time":{"start":1705494937600,"stop":1705494937601,"duration":1}},{"uid":"cac9fcce435fb5d6","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/cac9fcce435fb5d6","status":"passed","time":{"start":1705494894092,"stop":1705494894093,"duration":1}},{"uid":"218750a42285c0b8","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/218750a42285c0b8","status":"passed","time":{"start":1705493458478,"stop":1705493458478,"duration":0}},{"uid":"baa99c516285a9e3","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/baa99c516285a9e3","status":"passed","time":{"start":1705493421088,"stop":1705493421089,"duration":1}},{"uid":"5b7d661c3e8a5b2b","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/5b7d661c3e8a5b2b","status":"passed","time":{"start":1705485246694,"stop":1705485246695,"duration":1}},{"uid":"32c47c11d799bbc8","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/32c47c11d799bbc8","status":"passed","time":{"start":1705485106622,"stop":1705485106622,"duration":0}},{"uid":"5aafe2b7db28b545","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5aafe2b7db28b545","status":"passed","time":{"start":1705484353083,"stop":1705484353085,"duration":2}},{"uid":"cb11c5465be1f273","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/cb11c5465be1f273","status":"passed","time":{"start":1705469867096,"stop":1705469867096,"duration":0}},{"uid":"5d3d4a37fbdfc880","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/5d3d4a37fbdfc880","status":"passed","time":{"start":1705466933266,"stop":1705466933266,"duration":0}},{"uid":"1ce3042254cd29c5","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/1ce3042254cd29c5","status":"passed","time":{"start":1705435401897,"stop":1705435401897,"duration":0}},{"uid":"987f28e7c8596fe0","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/987f28e7c8596fe0","status":"passed","time":{"start":1705434866482,"stop":1705434866482,"duration":0}}]},"d92dff448be2b96a95579517f4392b05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab9680b42e59be0b","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/ab9680b42e59be0b","status":"passed","time":{"start":1705666562504,"stop":1705666562505,"duration":1}}]},"000cceb85b264c5dd322caf95e5ab809:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97f9ab9676ded01","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/97f9ab9676ded01","status":"passed","time":{"start":1706529333276,"stop":1706529333277,"duration":1}}]},"512d6a240258e1408e50be720faac573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"912fd58955acacb1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/912fd58955acacb1","status":"passed","time":{"start":1706109609751,"stop":1706109609751,"duration":0}}]},"4ae57517dfbd0023f5a655014da418d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d58762512ba405b0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d58762512ba405b0","status":"passed","time":{"start":1706525780718,"stop":1706525780718,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"bed6538d2086f160","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bed6538d2086f160","status":"passed","time":{"start":1706529332310,"stop":1706529332313,"duration":3}},{"uid":"6fe2b77e4a39ab6c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6fe2b77e4a39ab6c","status":"passed","time":{"start":1706528291446,"stop":1706528291447,"duration":1}},{"uid":"b3750d2317bea71f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b3750d2317bea71f","status":"passed","time":{"start":1706527236973,"stop":1706527236974,"duration":1}},{"uid":"ec67819cca54e379","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ec67819cca54e379","status":"passed","time":{"start":1706526962706,"stop":1706526962706,"duration":0}},{"uid":"5248cbfa64137c8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5248cbfa64137c8","status":"passed","time":{"start":1706526865899,"stop":1706526865899,"duration":0}},{"uid":"dd150b0a5e10ab47","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dd150b0a5e10ab47","status":"passed","time":{"start":1706526300412,"stop":1706526300412,"duration":0}},{"uid":"9b43eab87ef598c1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9b43eab87ef598c1","status":"passed","time":{"start":1706525759136,"stop":1706525759136,"duration":0}},{"uid":"6576bb8d11274672","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6576bb8d11274672","status":"passed","time":{"start":1706525355448,"stop":1706525355448,"duration":0}},{"uid":"fb0b34d045d04d67","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fb0b34d045d04d67","status":"passed","time":{"start":1706467982872,"stop":1706467982873,"duration":1}},{"uid":"8ee57d95c70284b9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8ee57d95c70284b9","status":"passed","time":{"start":1706323387504,"stop":1706323387505,"duration":1}},{"uid":"485c34522eeb2f62","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/485c34522eeb2f62","status":"passed","time":{"start":1706321612872,"stop":1706321612873,"duration":1}},{"uid":"13426d8b0c04406c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/13426d8b0c04406c","status":"passed","time":{"start":1706115462412,"stop":1706115462413,"duration":1}},{"uid":"15187ff6a21f77b2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/15187ff6a21f77b2","status":"passed","time":{"start":1706114612178,"stop":1706114612178,"duration":0}},{"uid":"c1c43f2f100043f8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c1c43f2f100043f8","status":"passed","time":{"start":1706112092791,"stop":1706112092791,"duration":0}},{"uid":"26ba03421f4a77e6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/26ba03421f4a77e6","status":"passed","time":{"start":1706111796126,"stop":1706111796126,"duration":0}},{"uid":"d0c90d666e44dcfb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d0c90d666e44dcfb","status":"passed","time":{"start":1706109710120,"stop":1706109710120,"duration":0}},{"uid":"2abf6dfdd90a50bb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2abf6dfdd90a50bb","status":"passed","time":{"start":1706103427348,"stop":1706103427349,"duration":1}},{"uid":"71d61127a26dd1c1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/71d61127a26dd1c1","status":"passed","time":{"start":1706103228583,"stop":1706103228583,"duration":0}},{"uid":"38fb108fbb47f8f2","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/38fb108fbb47f8f2","status":"passed","time":{"start":1706102603436,"stop":1706102603437,"duration":1}},{"uid":"880cec26fda12e59","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/880cec26fda12e59","status":"passed","time":{"start":1706102474580,"stop":1706102474580,"duration":0}}]},"d30585158cce4905ee43ad8ce443ff72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a93198edd896f85","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/8a93198edd896f85","status":"passed","time":{"start":1706099342679,"stop":1706099342680,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"70abb889e8919767","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/70abb889e8919767","status":"passed","time":{"start":1706529092203,"stop":1706529092203,"duration":0}},{"uid":"ecfef3c7cad1f2cf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ecfef3c7cad1f2cf","status":"passed","time":{"start":1706528057431,"stop":1706528057432,"duration":1}},{"uid":"7c10bc041cc46103","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7c10bc041cc46103","status":"passed","time":{"start":1706526914760,"stop":1706526914761,"duration":1}},{"uid":"44f56a70d119d11a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/44f56a70d119d11a","status":"passed","time":{"start":1706526612630,"stop":1706526612630,"duration":0}},{"uid":"d8c2d1069b1bdfd5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d8c2d1069b1bdfd5","status":"passed","time":{"start":1706526514758,"stop":1706526514758,"duration":0}},{"uid":"fc53025704813528","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fc53025704813528","status":"passed","time":{"start":1706525945102,"stop":1706525945103,"duration":1}},{"uid":"28e18870ecfb70cc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/28e18870ecfb70cc","status":"passed","time":{"start":1706525418815,"stop":1706525418815,"duration":0}},{"uid":"5da7905e401f1286","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5da7905e401f1286","status":"passed","time":{"start":1706525116046,"stop":1706525116046,"duration":0}},{"uid":"96ba7a50f3535974","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/96ba7a50f3535974","status":"passed","time":{"start":1706467681186,"stop":1706467681186,"duration":0}},{"uid":"e3f6f0a095235b24","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e3f6f0a095235b24","status":"passed","time":{"start":1706323017116,"stop":1706323017116,"duration":0}},{"uid":"441ac2d9fcb3281b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/441ac2d9fcb3281b","status":"passed","time":{"start":1706321333751,"stop":1706321333752,"duration":1}},{"uid":"58a4fdf74c8f4329","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/58a4fdf74c8f4329","status":"passed","time":{"start":1706115157087,"stop":1706115157087,"duration":0}},{"uid":"48dcfbcf7b07d167","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/48dcfbcf7b07d167","status":"passed","time":{"start":1706114292022,"stop":1706114292022,"duration":0}},{"uid":"4ecc1a8bc4a69d8d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4ecc1a8bc4a69d8d","status":"passed","time":{"start":1706111754991,"stop":1706111754991,"duration":0}},{"uid":"f18537b3052ff3be","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f18537b3052ff3be","status":"passed","time":{"start":1706111454522,"stop":1706111454526,"duration":4}},{"uid":"d9b76e2ddf0ec28f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d9b76e2ddf0ec28f","status":"passed","time":{"start":1706109346653,"stop":1706109346653,"duration":0}},{"uid":"a1d2b68a31fbc774","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a1d2b68a31fbc774","status":"passed","time":{"start":1706103153459,"stop":1706103153460,"duration":1}},{"uid":"880aa9d8fdd606f3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/880aa9d8fdd606f3","status":"passed","time":{"start":1706102905519,"stop":1706102905519,"duration":0}},{"uid":"60cca5ea27788056","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/60cca5ea27788056","status":"passed","time":{"start":1706102263597,"stop":1706102263598,"duration":1}},{"uid":"97f52bf5a4a607ab","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/97f52bf5a4a607ab","status":"passed","time":{"start":1706102127463,"stop":1706102127463,"duration":0}}]},"61b9780395e972bb38eb1332045eef48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":51,"unknown":0,"total":51},"items":[{"uid":"6e5e6719fa2d4807","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/6e5e6719fa2d4807","status":"passed","time":{"start":1706100979770,"stop":1706100979770,"duration":0}},{"uid":"969df74402bd26c1","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/969df74402bd26c1","status":"passed","time":{"start":1706100012440,"stop":1706100012440,"duration":0}},{"uid":"bf45ae0b02c38dfa","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/bf45ae0b02c38dfa","status":"passed","time":{"start":1706077739099,"stop":1706077739099,"duration":0}},{"uid":"c3cc85b6809d6571","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/c3cc85b6809d6571","status":"passed","time":{"start":1706069827484,"stop":1706069827484,"duration":0}},{"uid":"2e84f90558ebdf1c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/2e84f90558ebdf1c","status":"passed","time":{"start":1705950521697,"stop":1705950521697,"duration":0}},{"uid":"4207c530ad8abcf","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/4207c530ad8abcf","status":"passed","time":{"start":1705938343411,"stop":1705938343412,"duration":1}},{"uid":"556e0dd068cd23f7","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/556e0dd068cd23f7","status":"passed","time":{"start":1705913488247,"stop":1705913488247,"duration":0}},{"uid":"50649f668edb0352","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/50649f668edb0352","status":"passed","time":{"start":1705913034282,"stop":1705913034282,"duration":0}},{"uid":"ff4c1107c07f8cd2","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/ff4c1107c07f8cd2","status":"passed","time":{"start":1705912407154,"stop":1705912407154,"duration":0}},{"uid":"f8d8e23f09a6cd07","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f8d8e23f09a6cd07","status":"passed","time":{"start":1705911588816,"stop":1705911588817,"duration":1}},{"uid":"d5170781ef60a219","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/d5170781ef60a219","status":"passed","time":{"start":1705698799127,"stop":1705698799127,"duration":0}},{"uid":"dc9fc9fc1af69e9d","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/dc9fc9fc1af69e9d","status":"passed","time":{"start":1705687522383,"stop":1705687522383,"duration":0}},{"uid":"ff24561b0efade3","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ff24561b0efade3","status":"passed","time":{"start":1705687430766,"stop":1705687430767,"duration":1}},{"uid":"915729be8ddaf35f","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/915729be8ddaf35f","status":"passed","time":{"start":1705678121503,"stop":1705678121504,"duration":1}},{"uid":"ae41468ba4685d34","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ae41468ba4685d34","status":"passed","time":{"start":1705678046327,"stop":1705678046327,"duration":0}},{"uid":"44810174d8d66aae","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/44810174d8d66aae","status":"passed","time":{"start":1705677908059,"stop":1705677908059,"duration":0}},{"uid":"dcde84dfa28ee87d","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/dcde84dfa28ee87d","status":"passed","time":{"start":1705677463263,"stop":1705677463264,"duration":1}},{"uid":"807383249504a080","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/807383249504a080","status":"passed","time":{"start":1705676052727,"stop":1705676052728,"duration":1}},{"uid":"8c35b6654d7439b6","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/8c35b6654d7439b6","status":"passed","time":{"start":1705675474648,"stop":1705675474648,"duration":0}},{"uid":"7cd981db1d586a4f","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/7cd981db1d586a4f","status":"passed","time":{"start":1705670338400,"stop":1705670338401,"duration":1}}]},"8672b6067a285282d7ba95f2deb2ee52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c4d3f19fd68009b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6c4d3f19fd68009b","status":"passed","time":{"start":1706525414595,"stop":1706525414595,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"caca9a108556a58f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/caca9a108556a58f","status":"passed","time":{"start":1706529403577,"stop":1706529403577,"duration":0}},{"uid":"ce272d31f8ad4a9f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ce272d31f8ad4a9f","status":"passed","time":{"start":1706528357109,"stop":1706528357109,"duration":0}},{"uid":"5168847d1b157ca0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5168847d1b157ca0","status":"passed","time":{"start":1706527326697,"stop":1706527326697,"duration":0}},{"uid":"72c29af16168a795","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/72c29af16168a795","status":"passed","time":{"start":1706527049800,"stop":1706527049800,"duration":0}},{"uid":"d118fdb340df6930","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d118fdb340df6930","status":"passed","time":{"start":1706526961447,"stop":1706526961447,"duration":0}},{"uid":"d2b0ecc62a967ba0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d2b0ecc62a967ba0","status":"passed","time":{"start":1706526404286,"stop":1706526404286,"duration":0}},{"uid":"2da3efd4da06a40a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2da3efd4da06a40a","status":"passed","time":{"start":1706525849961,"stop":1706525849961,"duration":0}},{"uid":"750d3ede8459fb4b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/750d3ede8459fb4b","status":"passed","time":{"start":1706525432953,"stop":1706525432953,"duration":0}},{"uid":"711eb61a4e1f6656","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/711eb61a4e1f6656","status":"passed","time":{"start":1706468114353,"stop":1706468114353,"duration":0}},{"uid":"96a916bb81d02935","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/96a916bb81d02935","status":"passed","time":{"start":1706323469654,"stop":1706323469655,"duration":1}},{"uid":"915f641171cea1cd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/915f641171cea1cd","status":"passed","time":{"start":1706321771796,"stop":1706321771796,"duration":0}},{"uid":"5733313705658c3c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5733313705658c3c","status":"passed","time":{"start":1706115542400,"stop":1706115542400,"duration":0}},{"uid":"5fb07c615113e870","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5fb07c615113e870","status":"passed","time":{"start":1706114725923,"stop":1706114725923,"duration":0}},{"uid":"7304f26e6ab0acf3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7304f26e6ab0acf3","status":"passed","time":{"start":1706112199270,"stop":1706112199270,"duration":0}},{"uid":"864b5587a44f7e0b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/864b5587a44f7e0b","status":"passed","time":{"start":1706111893742,"stop":1706111893742,"duration":0}},{"uid":"6b43e0f6ad3fe5af","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6b43e0f6ad3fe5af","status":"passed","time":{"start":1706109796556,"stop":1706109796557,"duration":1}},{"uid":"36ba2ea55c5fce60","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/36ba2ea55c5fce60","status":"passed","time":{"start":1706103557157,"stop":1706103557158,"duration":1}},{"uid":"5af74724c9524789","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5af74724c9524789","status":"passed","time":{"start":1706103365809,"stop":1706103365810,"duration":1}},{"uid":"c08aba3be3a3c46c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c08aba3be3a3c46c","status":"passed","time":{"start":1706102701055,"stop":1706102701055,"duration":0}},{"uid":"45d19ca4eda098fd","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/45d19ca4eda098fd","status":"passed","time":{"start":1706102579563,"stop":1706102579563,"duration":0}}]},"719ff3f8fd8bc1e147696a464a6d863c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ba0847ff6423b8","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/34ba0847ff6423b8","status":"passed","time":{"start":1705485279311,"stop":1705485279311,"duration":0}}]},"fe7ffaf3cc19e5075de2c6dcbb0f4604:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b8c13e6febe04a9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3b8c13e6febe04a9","status":"passed","time":{"start":1706109756263,"stop":1706109756263,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"918446a1f8e73f3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/918446a1f8e73f3","status":"passed","time":{"start":1706529395067,"stop":1706529395067,"duration":0}},{"uid":"98a2e8750d3a5434","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/98a2e8750d3a5434","status":"passed","time":{"start":1706528358752,"stop":1706528358753,"duration":1}},{"uid":"241f03c943318d9a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/241f03c943318d9a","status":"passed","time":{"start":1706527285975,"stop":1706527285975,"duration":0}},{"uid":"1177c0c534e379c1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1177c0c534e379c1","status":"passed","time":{"start":1706527028625,"stop":1706527028625,"duration":0}},{"uid":"28fc1b1f4586ac24","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/28fc1b1f4586ac24","status":"passed","time":{"start":1706526935249,"stop":1706526935249,"duration":0}},{"uid":"bc44eb0311f3e369","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bc44eb0311f3e369","status":"passed","time":{"start":1706526371059,"stop":1706526371059,"duration":0}},{"uid":"4d0be40cd2dce4cc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4d0be40cd2dce4cc","status":"passed","time":{"start":1706525823082,"stop":1706525823088,"duration":6}},{"uid":"b2c35ef2fab33c18","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b2c35ef2fab33c18","status":"passed","time":{"start":1706525412645,"stop":1706525412647,"duration":2}},{"uid":"3a9102b442a5198c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3a9102b442a5198c","status":"passed","time":{"start":1706468076200,"stop":1706468076200,"duration":0}},{"uid":"76680d7c109d4c5e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/76680d7c109d4c5e","status":"passed","time":{"start":1706323445949,"stop":1706323445950,"duration":1}},{"uid":"b101e0b9224b8c4b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b101e0b9224b8c4b","status":"passed","time":{"start":1706321706183,"stop":1706321706183,"duration":0}},{"uid":"2ae9ff332026749f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2ae9ff332026749f","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244932811,"stop":1706244932811,"duration":0}},{"uid":"2e586cf2a12ac221","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2e586cf2a12ac221","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486090,"stop":1706242486090,"duration":0}},{"uid":"64f5ac780fd4d148","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/64f5ac780fd4d148","status":"passed","time":{"start":1706115514824,"stop":1706115514825,"duration":1}},{"uid":"571f1b741ca2d82b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/571f1b741ca2d82b","status":"passed","time":{"start":1706114699438,"stop":1706114699438,"duration":0}},{"uid":"3aedfe475566ce1b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3aedfe475566ce1b","status":"passed","time":{"start":1706112167447,"stop":1706112167447,"duration":0}},{"uid":"33e408be0e911c94","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/33e408be0e911c94","status":"passed","time":{"start":1706111851839,"stop":1706111851844,"duration":5}},{"uid":"c6fa6fff10fa33fa","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c6fa6fff10fa33fa","status":"passed","time":{"start":1706109770214,"stop":1706109770214,"duration":0}},{"uid":"a447ff3582802b42","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a447ff3582802b42","status":"passed","time":{"start":1706103489248,"stop":1706103489248,"duration":0}},{"uid":"627069fc52db8f76","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/627069fc52db8f76","status":"passed","time":{"start":1706103311682,"stop":1706103311683,"duration":1}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e9cd78fddc12da1f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e9cd78fddc12da1f","status":"passed","time":{"start":1706528729416,"stop":1706528729417,"duration":1}},{"uid":"80714922c3e522bb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/80714922c3e522bb","status":"passed","time":{"start":1706527698862,"stop":1706527698862,"duration":0}},{"uid":"ccc94bf5447c19ef","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ccc94bf5447c19ef","status":"passed","time":{"start":1706526712947,"stop":1706526712947,"duration":0}},{"uid":"c61df928b12fca3f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c61df928b12fca3f","status":"passed","time":{"start":1706526411257,"stop":1706526411258,"duration":1}},{"uid":"63cf0ad4fc662d20","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/63cf0ad4fc662d20","status":"passed","time":{"start":1706526316473,"stop":1706526316474,"duration":1}},{"uid":"48cc7e8448b1eaed","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/48cc7e8448b1eaed","status":"passed","time":{"start":1706525744162,"stop":1706525744162,"duration":0}},{"uid":"151d857e335a362e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/151d857e335a362e","status":"passed","time":{"start":1706525211107,"stop":1706525211108,"duration":1}},{"uid":"183631bb9c9446d3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/183631bb9c9446d3","status":"passed","time":{"start":1706524772404,"stop":1706524772405,"duration":1}},{"uid":"55939c1ed7eb5357","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/55939c1ed7eb5357","status":"passed","time":{"start":1706467466251,"stop":1706467466252,"duration":1}},{"uid":"bc4176c7bc43ae3d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bc4176c7bc43ae3d","status":"passed","time":{"start":1706322818130,"stop":1706322818130,"duration":0}},{"uid":"fdae1e70dd0edbb3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fdae1e70dd0edbb3","status":"passed","time":{"start":1706321132317,"stop":1706321132318,"duration":1}},{"uid":"1f71889d24c973a1","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1f71889d24c973a1","status":"passed","time":{"start":1706244648265,"stop":1706244648265,"duration":0}},{"uid":"6190a38fafaf13f3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6190a38fafaf13f3","status":"passed","time":{"start":1706242216312,"stop":1706242216312,"duration":0}},{"uid":"4a7885a2e4b68985","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4a7885a2e4b68985","status":"passed","time":{"start":1706114904748,"stop":1706114904749,"duration":1}},{"uid":"bb29c74f85375ce5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bb29c74f85375ce5","status":"passed","time":{"start":1706114075344,"stop":1706114075345,"duration":1}},{"uid":"898768130df6849c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/898768130df6849c","status":"passed","time":{"start":1706111549895,"stop":1706111549896,"duration":1}},{"uid":"2572ddf6140bb2c6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2572ddf6140bb2c6","status":"passed","time":{"start":1706111239550,"stop":1706111239550,"duration":0}},{"uid":"6243aa3592592109","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6243aa3592592109","status":"passed","time":{"start":1706109141781,"stop":1706109141781,"duration":0}},{"uid":"d7cf249683e9f8dd","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d7cf249683e9f8dd","status":"passed","time":{"start":1706102960254,"stop":1706102960254,"duration":0}},{"uid":"16cea475044451d1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/16cea475044451d1","status":"passed","time":{"start":1706102700181,"stop":1706102700181,"duration":0}}]},"6a659534771e39b43ac4f35235e2b195:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"443822b31dd5b6bf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/443822b31dd5b6bf","status":"passed","time":{"start":1706323273293,"stop":1706323273294,"duration":1}}]},"49e5189ee6329c343b706ba900257745:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bc047d37bccb372","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/5bc047d37bccb372","status":"passed","time":{"start":1705589084197,"stop":1705589084198,"duration":1}}]},"07e1708b1e286bb868baec632ed1843e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":30,"unknown":0,"total":31},"items":[{"uid":"9980224a20fb924b","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9980224a20fb924b","status":"passed","time":{"start":1705517887799,"stop":1705517887799,"duration":0}},{"uid":"26e7b4daacfbbe79","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/26e7b4daacfbbe79","status":"passed","time":{"start":1705508546744,"stop":1705508546745,"duration":1}},{"uid":"6a8b1d12d2303f78","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/6a8b1d12d2303f78","status":"passed","time":{"start":1705502840351,"stop":1705502840351,"duration":0}},{"uid":"b6e6d1dac3e856d4","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/b6e6d1dac3e856d4","status":"passed","time":{"start":1705502379262,"stop":1705502379262,"duration":0}},{"uid":"def2d6744769dec6","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/def2d6744769dec6","status":"passed","time":{"start":1705494781676,"stop":1705494781677,"duration":1}},{"uid":"30b13c3fa45f29b7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/30b13c3fa45f29b7","status":"passed","time":{"start":1705494835474,"stop":1705494835475,"duration":1}},{"uid":"cd63113dd30c3a21","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/cd63113dd30c3a21","status":"passed","time":{"start":1705494795647,"stop":1705494795648,"duration":1}},{"uid":"5d242764aea662eb","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5d242764aea662eb","status":"passed","time":{"start":1705493356104,"stop":1705493356105,"duration":1}},{"uid":"ab0c47c3a4098fec","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/ab0c47c3a4098fec","status":"passed","time":{"start":1705493324128,"stop":1705493324128,"duration":0}},{"uid":"4fa758daf5222ecc","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4fa758daf5222ecc","status":"passed","time":{"start":1705485149793,"stop":1705485149793,"duration":0}},{"uid":"7d0267191e7e85a7","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/7d0267191e7e85a7","status":"passed","time":{"start":1705485009354,"stop":1705485009355,"duration":1}},{"uid":"ffe1fc20aed4e5","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ffe1fc20aed4e5","status":"passed","time":{"start":1705484257969,"stop":1705484257970,"duration":1}},{"uid":"9c3cc2b120c13156","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/9c3cc2b120c13156","status":"passed","time":{"start":1705469772118,"stop":1705469772118,"duration":0}},{"uid":"70e7d8eeceff1290","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/70e7d8eeceff1290","status":"passed","time":{"start":1705466834304,"stop":1705466834304,"duration":0}},{"uid":"21e2c86eca89b47e","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/21e2c86eca89b47e","status":"broken","statusDetails":"(HTTP code 404) no such container - No such image: wakuorg/nwaku:v0.22.0 ","time":{"start":1705429249398,"stop":1705429249398,"duration":0}},{"uid":"6929e20735be4b25","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/6929e20735be4b25","status":"passed","time":{"start":1705429075373,"stop":1705429075374,"duration":1}},{"uid":"dcbb4665ae6bf20","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/dcbb4665ae6bf20","status":"passed","time":{"start":1705426774745,"stop":1705426774745,"duration":0}},{"uid":"25b59ca1408a8a0f","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/25b59ca1408a8a0f","status":"passed","time":{"start":1705426381373,"stop":1705426381373,"duration":0}},{"uid":"35dabec77a2b3eaa","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/35dabec77a2b3eaa","status":"passed","time":{"start":1705426322380,"stop":1705426322383,"duration":3}},{"uid":"dd889b215844325c","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/dd889b215844325c","status":"passed","time":{"start":1705426159686,"stop":1705426159686,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e35a518f090114c1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e35a518f090114c1","status":"passed","time":{"start":1706528752632,"stop":1706528752632,"duration":0}},{"uid":"70da145859ca4d07","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/70da145859ca4d07","status":"passed","time":{"start":1706527721485,"stop":1706527721485,"duration":0}},{"uid":"908cc457d429939a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/908cc457d429939a","status":"passed","time":{"start":1706526736330,"stop":1706526736330,"duration":0}},{"uid":"3a68941d08a5d7c5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3a68941d08a5d7c5","status":"passed","time":{"start":1706526433122,"stop":1706526433122,"duration":0}},{"uid":"bd86d3f851a39a9b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bd86d3f851a39a9b","status":"passed","time":{"start":1706526338333,"stop":1706526338334,"duration":1}},{"uid":"5e8b1367f73f5d70","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5e8b1367f73f5d70","status":"passed","time":{"start":1706525767351,"stop":1706525767351,"duration":0}},{"uid":"fc9bd3fb39059de5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fc9bd3fb39059de5","status":"passed","time":{"start":1706525234335,"stop":1706525234335,"duration":0}},{"uid":"8228c5dc5d9d99eb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8228c5dc5d9d99eb","status":"passed","time":{"start":1706524795501,"stop":1706524795501,"duration":0}},{"uid":"34b8934ed435815","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/34b8934ed435815","status":"passed","time":{"start":1706467489459,"stop":1706467489459,"duration":0}},{"uid":"b2c37031672b50d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b2c37031672b50d","status":"passed","time":{"start":1706322842265,"stop":1706322842265,"duration":0}},{"uid":"773212fb66dee855","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/773212fb66dee855","status":"passed","time":{"start":1706321155288,"stop":1706321155288,"duration":0}},{"uid":"14c19df1da2037ab","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/14c19df1da2037ab","status":"passed","time":{"start":1706244671450,"stop":1706244671451,"duration":1}},{"uid":"844433918877401d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/844433918877401d","status":"passed","time":{"start":1706242239782,"stop":1706242239782,"duration":0}},{"uid":"c0fe2b90df324659","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c0fe2b90df324659","status":"passed","time":{"start":1706114928162,"stop":1706114928163,"duration":1}},{"uid":"b1660cc1db41be45","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b1660cc1db41be45","status":"passed","time":{"start":1706114098851,"stop":1706114098851,"duration":0}},{"uid":"7cf25099c41a9e16","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7cf25099c41a9e16","status":"passed","time":{"start":1706111573574,"stop":1706111573574,"duration":0}},{"uid":"e234802ba7ff6742","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e234802ba7ff6742","status":"passed","time":{"start":1706111263116,"stop":1706111263116,"duration":0}},{"uid":"16e843c080245864","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/16e843c080245864","status":"passed","time":{"start":1706109165547,"stop":1706109165547,"duration":0}},{"uid":"75b4480c24469031","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/75b4480c24469031","status":"passed","time":{"start":1706102983597,"stop":1706102983598,"duration":1}},{"uid":"a96b5079bffeaad","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a96b5079bffeaad","status":"passed","time":{"start":1706102723313,"stop":1706102723313,"duration":0}}]},"746ce28dd114da3b4e809a8d4224bebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cf0a668b6819063","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/3cf0a668b6819063","status":"passed","time":{"start":1705494957579,"stop":1705494957581,"duration":2}}]},"6bbbdc761f342a5063b469004e99d086:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3391566f51ecb059","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/3391566f51ecb059","status":"passed","time":{"start":1705508644322,"stop":1705508644322,"duration":0}}]},"ea33fde64a3924deb29102d21a1ea596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"660fb62a028a4a3c","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/660fb62a028a4a3c","status":"passed","time":{"start":1705577727935,"stop":1705577727939,"duration":4}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"d623b2c04c2bf330","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d623b2c04c2bf330","status":"passed","time":{"start":1706528736037,"stop":1706528736037,"duration":0}},{"uid":"5ce18cf1bda0ecf0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5ce18cf1bda0ecf0","status":"passed","time":{"start":1706527705412,"stop":1706527705412,"duration":0}},{"uid":"4ced08faf019da8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4ced08faf019da8","status":"passed","time":{"start":1706526721649,"stop":1706526721649,"duration":0}},{"uid":"ebe703f25ceb233c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ebe703f25ceb233c","status":"passed","time":{"start":1706526417558,"stop":1706526417558,"duration":0}},{"uid":"93eee5cc2f2f97aa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/93eee5cc2f2f97aa","status":"passed","time":{"start":1706526322663,"stop":1706526322663,"duration":0}},{"uid":"d8200eced662d99c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d8200eced662d99c","status":"passed","time":{"start":1706525752757,"stop":1706525752761,"duration":4}},{"uid":"18a74c9caf94c259","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/18a74c9caf94c259","status":"passed","time":{"start":1706525219890,"stop":1706525219890,"duration":0}},{"uid":"2ecbcca21e3f59de","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2ecbcca21e3f59de","status":"passed","time":{"start":1706524780915,"stop":1706524780915,"duration":0}},{"uid":"79eb9ee258ea9e3d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/79eb9ee258ea9e3d","status":"passed","time":{"start":1706467474864,"stop":1706467474864,"duration":0}},{"uid":"794d4734fc14fb21","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/794d4734fc14fb21","status":"passed","time":{"start":1706322827212,"stop":1706322827212,"duration":0}},{"uid":"3f4f70b5c2bf5da2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3f4f70b5c2bf5da2","status":"passed","time":{"start":1706321140667,"stop":1706321140668,"duration":1}},{"uid":"34e04ea62ae911f9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/34e04ea62ae911f9","status":"passed","time":{"start":1706244656770,"stop":1706244656770,"duration":0}},{"uid":"2ade204557eda8b9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2ade204557eda8b9","status":"passed","time":{"start":1706242225074,"stop":1706242225075,"duration":1}},{"uid":"a7ef6ab054b9897b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a7ef6ab054b9897b","status":"passed","time":{"start":1706114913323,"stop":1706114913323,"duration":0}},{"uid":"3d3f21b39d6f2a48","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3d3f21b39d6f2a48","status":"passed","time":{"start":1706114084084,"stop":1706114084085,"duration":1}},{"uid":"7c7a2c642a7096ee","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7c7a2c642a7096ee","status":"passed","time":{"start":1706111558871,"stop":1706111558871,"duration":0}},{"uid":"9ec11d25fad2a328","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9ec11d25fad2a328","status":"passed","time":{"start":1706111248330,"stop":1706111248331,"duration":1}},{"uid":"288f0ade269a1732","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/288f0ade269a1732","status":"passed","time":{"start":1706109150490,"stop":1706109150490,"duration":0}},{"uid":"e1548669c8a77b07","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e1548669c8a77b07","status":"passed","time":{"start":1706102968910,"stop":1706102968910,"duration":0}},{"uid":"dd7bdbf4e03ef722","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dd7bdbf4e03ef722","status":"passed","time":{"start":1706102708590,"stop":1706102708590,"duration":0}}]},"01b69cbd7ed68e0a2959c451115d9885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"f02a33a70629efe1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f02a33a70629efe1","status":"passed","time":{"start":1706528814937,"stop":1706528814938,"duration":1}},{"uid":"643a3537f73d0abf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/643a3537f73d0abf","status":"passed","time":{"start":1706527782653,"stop":1706527782653,"duration":0}},{"uid":"1828551dfa91f37e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1828551dfa91f37e","status":"passed","time":{"start":1706526799747,"stop":1706526799748,"duration":1}},{"uid":"809948a5e97478d4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/809948a5e97478d4","status":"passed","time":{"start":1706526495780,"stop":1706526495780,"duration":0}},{"uid":"6cf17ae9c4d1ce99","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6cf17ae9c4d1ce99","status":"passed","time":{"start":1706526404760,"stop":1706526404760,"duration":0}},{"uid":"f14d948888b32015","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f14d948888b32015","status":"passed","time":{"start":1706525829652,"stop":1706525829653,"duration":1}},{"uid":"f064e8f106fc5ba5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f064e8f106fc5ba5","status":"passed","time":{"start":1706525298678,"stop":1706525298680,"duration":2}},{"uid":"7c4647139738dd56","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7c4647139738dd56","status":"passed","time":{"start":1706524857928,"stop":1706524857929,"duration":1}},{"uid":"13f0332b58292f1f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/13f0332b58292f1f","status":"passed","time":{"start":1706467552036,"stop":1706467552036,"duration":0}},{"uid":"17cf49be1fd6a96a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/17cf49be1fd6a96a","status":"passed","time":{"start":1706322904829,"stop":1706322904829,"duration":0}},{"uid":"6344a540e713a29d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6344a540e713a29d","status":"passed","time":{"start":1706321219423,"stop":1706321219424,"duration":1}},{"uid":"b0b42fa0bda6a71f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b0b42fa0bda6a71f","status":"passed","time":{"start":1706244735443,"stop":1706244735443,"duration":0}},{"uid":"e00b1508a769b68e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e00b1508a769b68e","status":"passed","time":{"start":1706242296405,"stop":1706242296407,"duration":2}},{"uid":"936f9a204a15426c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/936f9a204a15426c","status":"passed","time":{"start":1706114989567,"stop":1706114989568,"duration":1}},{"uid":"977eb1707a76d3e9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/977eb1707a76d3e9","status":"passed","time":{"start":1706114161111,"stop":1706114161112,"duration":1}},{"uid":"fed6432da3755365","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fed6432da3755365","status":"passed","time":{"start":1706111636977,"stop":1706111636980,"duration":3}},{"uid":"e5f35813019e2c66","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e5f35813019e2c66","status":"passed","time":{"start":1706111323436,"stop":1706111323437,"duration":1}},{"uid":"d46973306133efd1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d46973306133efd1","status":"passed","time":{"start":1706109231138,"stop":1706109231138,"duration":0}},{"uid":"8747d23f53306909","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8747d23f53306909","status":"passed","time":{"start":1706103046868,"stop":1706103046869,"duration":1}},{"uid":"824c20f621d3b0e3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/824c20f621d3b0e3","status":"passed","time":{"start":1706102784508,"stop":1706102784508,"duration":0}}]},"9eedae863ec1b450a4796f37fd64d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a4dab606753a9ce","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/1a4dab606753a9ce","status":"passed","time":{"start":1705469859226,"stop":1705469859227,"duration":1}}]},"d50732aaa06be364d7459e98384bf3ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86be28cb9856c3d7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/86be28cb9856c3d7","status":"passed","time":{"start":1706109533630,"stop":1706109533631,"duration":1}}]},"4c55bf61741f9a034fc7cf55299101fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"de762f3be6350743","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/de762f3be6350743","status":"passed","time":{"start":1705521140297,"stop":1705521140297,"duration":0}},{"uid":"ea7f423bd609d3e3","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/ea7f423bd609d3e3","status":"passed","time":{"start":1705520883408,"stop":1705520883408,"duration":0}},{"uid":"1407dbd1c927f024","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/1407dbd1c927f024","status":"passed","time":{"start":1705520300884,"stop":1705520300884,"duration":0}},{"uid":"1697148995c29e6b","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/1697148995c29e6b","status":"passed","time":{"start":1705518525957,"stop":1705518525957,"duration":0}},{"uid":"6d4a3d0da9d3f3d0","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/6d4a3d0da9d3f3d0","status":"passed","time":{"start":1705518246803,"stop":1705518246803,"duration":0}},{"uid":"428e258dfcde073c","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/428e258dfcde073c","status":"passed","time":{"start":1705518140972,"stop":1705518140972,"duration":0}},{"uid":"86d9f3d133293e5e","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/86d9f3d133293e5e","status":"passed","time":{"start":1705518032414,"stop":1705518032414,"duration":0}},{"uid":"b02cc1da42a0e342","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/b02cc1da42a0e342","status":"passed","time":{"start":1705508700805,"stop":1705508700806,"duration":1}},{"uid":"df919d3d0ad2b008","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/df919d3d0ad2b008","status":"passed","time":{"start":1705506512639,"stop":1705506512640,"duration":1}},{"uid":"756204d9d62cc89e","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/756204d9d62cc89e","status":"passed","time":{"start":1705502966504,"stop":1705502966504,"duration":0}},{"uid":"44173af3e0437f9e","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/44173af3e0437f9e","status":"passed","time":{"start":1705502370713,"stop":1705502370714,"duration":1}},{"uid":"dc7ea448b7ee2058","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/dc7ea448b7ee2058","status":"passed","time":{"start":1705502517766,"stop":1705502517766,"duration":0}},{"uid":"a41a910e493f132d","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/a41a910e493f132d","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321681,"stop":1705495321683,"duration":2}},{"uid":"2450f4e9eee6e4b3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/2450f4e9eee6e4b3","status":"passed","time":{"start":1705494975684,"stop":1705494975684,"duration":0}},{"uid":"66b9ea85ca36ed8","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/66b9ea85ca36ed8","status":"passed","time":{"start":1705494930737,"stop":1705494930737,"duration":0}},{"uid":"da4c127bca1e9636","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/da4c127bca1e9636","status":"passed","time":{"start":1705493496300,"stop":1705493496301,"duration":1}},{"uid":"e40910a44f4685c3","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/e40910a44f4685c3","status":"passed","time":{"start":1705493451246,"stop":1705493451246,"duration":0}},{"uid":"7bdb534833ea63b2","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/7bdb534833ea63b2","status":"passed","time":{"start":1705485279301,"stop":1705485279301,"duration":0}},{"uid":"3513333bb7b9b522","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/3513333bb7b9b522","status":"passed","time":{"start":1705485136800,"stop":1705485136801,"duration":1}},{"uid":"7ba6a3d024321d34","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/7ba6a3d024321d34","status":"passed","time":{"start":1705484392927,"stop":1705484392928,"duration":1}}]},"7ce5cff374a05144a9f08eb56392948f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f0e6cdff765843a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4f0e6cdff765843a","status":"passed","time":{"start":1705687522383,"stop":1705687522383,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"84286c56956ae208","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/84286c56956ae208","status":"passed","time":{"start":1706528736038,"stop":1706528736038,"duration":0}},{"uid":"cb25044167b79293","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cb25044167b79293","status":"passed","time":{"start":1706527705413,"stop":1706527705413,"duration":0}},{"uid":"b11adf03d84b776f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b11adf03d84b776f","status":"passed","time":{"start":1706526721650,"stop":1706526721655,"duration":5}},{"uid":"4d7f5f459764dfa0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4d7f5f459764dfa0","status":"passed","time":{"start":1706526417559,"stop":1706526417559,"duration":0}},{"uid":"ace9669fac0537c6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ace9669fac0537c6","status":"passed","time":{"start":1706526322664,"stop":1706526322664,"duration":0}},{"uid":"706e485cfe088087","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/706e485cfe088087","status":"passed","time":{"start":1706525752762,"stop":1706525752762,"duration":0}},{"uid":"f49b5db0f66f701c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f49b5db0f66f701c","status":"passed","time":{"start":1706525219891,"stop":1706525219891,"duration":0}},{"uid":"c8d3f9cd519142a2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c8d3f9cd519142a2","status":"passed","time":{"start":1706524780916,"stop":1706524780916,"duration":0}},{"uid":"6fe2d59c258f4965","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6fe2d59c258f4965","status":"passed","time":{"start":1706467474865,"stop":1706467474865,"duration":0}},{"uid":"933430f983f4a80f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/933430f983f4a80f","status":"passed","time":{"start":1706322827213,"stop":1706322827213,"duration":0}},{"uid":"fb20025a40054e6f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fb20025a40054e6f","status":"passed","time":{"start":1706321140669,"stop":1706321140669,"duration":0}},{"uid":"3d3a9f0673f3fd22","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3d3a9f0673f3fd22","status":"passed","time":{"start":1706244656771,"stop":1706244656771,"duration":0}},{"uid":"9714543edd7744f8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9714543edd7744f8","status":"passed","time":{"start":1706242225076,"stop":1706242225084,"duration":8}},{"uid":"71faa40902ddc007","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/71faa40902ddc007","status":"passed","time":{"start":1706114913324,"stop":1706114913324,"duration":0}},{"uid":"848f6272805c9211","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/848f6272805c9211","status":"passed","time":{"start":1706114084085,"stop":1706114084086,"duration":1}},{"uid":"d9964aa676e0e087","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d9964aa676e0e087","status":"passed","time":{"start":1706111558872,"stop":1706111558873,"duration":1}},{"uid":"1779ed8c79b8c9d1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1779ed8c79b8c9d1","status":"passed","time":{"start":1706111248337,"stop":1706111248337,"duration":0}},{"uid":"675ca166ddde501e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/675ca166ddde501e","status":"passed","time":{"start":1706109150497,"stop":1706109150497,"duration":0}},{"uid":"99457a43d01a7db7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/99457a43d01a7db7","status":"passed","time":{"start":1706102968911,"stop":1706102968911,"duration":0}},{"uid":"f55763f202663c13","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f55763f202663c13","status":"passed","time":{"start":1706102708596,"stop":1706102708596,"duration":0}}]},"42c64a08b2a137268e220bdd6c58f599:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"74665e60ee4a3727","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/74665e60ee4a3727","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433200740,"stop":1705433200740,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"e34cd7b95c0e31d7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e34cd7b95c0e31d7","status":"passed","time":{"start":1706529092221,"stop":1706529092222,"duration":1}},{"uid":"f325630013b19a65","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f325630013b19a65","status":"passed","time":{"start":1706528057474,"stop":1706528057475,"duration":1}},{"uid":"6c791520a09b9909","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6c791520a09b9909","status":"passed","time":{"start":1706526914787,"stop":1706526914788,"duration":1}},{"uid":"4f656e139999adc2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4f656e139999adc2","status":"passed","time":{"start":1706526612684,"stop":1706526612684,"duration":0}},{"uid":"d2d3b3f3be7c54fb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d2d3b3f3be7c54fb","status":"passed","time":{"start":1706526514775,"stop":1706526514775,"duration":0}},{"uid":"e6561c49cdb90861","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e6561c49cdb90861","status":"passed","time":{"start":1706525945121,"stop":1706525945121,"duration":0}},{"uid":"f99c6050d354b111","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f99c6050d354b111","status":"passed","time":{"start":1706525418838,"stop":1706525418838,"duration":0}},{"uid":"b3c11e376fc34be6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b3c11e376fc34be6","status":"passed","time":{"start":1706525116060,"stop":1706525116060,"duration":0}},{"uid":"4a247fc9fa7c6574","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4a247fc9fa7c6574","status":"passed","time":{"start":1706467681232,"stop":1706467681232,"duration":0}},{"uid":"4722dc3b691854f9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4722dc3b691854f9","status":"passed","time":{"start":1706323017133,"stop":1706323017134,"duration":1}},{"uid":"962109038757f138","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/962109038757f138","status":"passed","time":{"start":1706321333778,"stop":1706321333779,"duration":1}},{"uid":"70e39dca50050dfa","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/70e39dca50050dfa","status":"passed","time":{"start":1706115157116,"stop":1706115157117,"duration":1}},{"uid":"149eefebcbf0cd35","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/149eefebcbf0cd35","status":"passed","time":{"start":1706114292045,"stop":1706114292045,"duration":0}},{"uid":"3e382d8a11bc0ae1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3e382d8a11bc0ae1","status":"passed","time":{"start":1706111755036,"stop":1706111755037,"duration":1}},{"uid":"19ecdacc99f8344e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/19ecdacc99f8344e","status":"passed","time":{"start":1706111454564,"stop":1706111454566,"duration":2}},{"uid":"6e0fef791fe25c3b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6e0fef791fe25c3b","status":"passed","time":{"start":1706109346679,"stop":1706109346679,"duration":0}},{"uid":"6ce2041cf731ac6e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6ce2041cf731ac6e","status":"passed","time":{"start":1706103153522,"stop":1706103153522,"duration":0}},{"uid":"4d1b977de14c8b35","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4d1b977de14c8b35","status":"passed","time":{"start":1706102905549,"stop":1706102905549,"duration":0}},{"uid":"9cce0c07a2ffdd15","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9cce0c07a2ffdd15","status":"passed","time":{"start":1706102263618,"stop":1706102263618,"duration":0}},{"uid":"d4758b3cd7c51a93","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d4758b3cd7c51a93","status":"passed","time":{"start":1706102127491,"stop":1706102127491,"duration":0}}]},"43357bf609702cc35a08bc75a523d629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7b2a2980ffcba8f","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/e7b2a2980ffcba8f","status":"passed","time":{"start":1705431083114,"stop":1705431083114,"duration":0}}]},"2b0c03838b03a67f345b63681527f65c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":71,"unknown":0,"total":71},"items":[{"uid":"d333dcf760fd962d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/d333dcf760fd962d","status":"passed","time":{"start":1705670143450,"stop":1705670143451,"duration":1}},{"uid":"9a692dab32b31894","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/9a692dab32b31894","status":"passed","time":{"start":1705666593281,"stop":1705666593281,"duration":0}},{"uid":"f70b59ac1c785a37","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/f70b59ac1c785a37","status":"passed","time":{"start":1705666428277,"stop":1705666428277,"duration":0}},{"uid":"501458c3b13bf128","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/501458c3b13bf128","status":"passed","time":{"start":1705665763567,"stop":1705665763567,"duration":0}},{"uid":"fb45e233f2e6adb0","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/fb45e233f2e6adb0","status":"passed","time":{"start":1705665427186,"stop":1705665427186,"duration":0}},{"uid":"ab1dba8b82f03179","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/ab1dba8b82f03179","status":"passed","time":{"start":1705665308555,"stop":1705665308556,"duration":1}},{"uid":"f8f20e8503130c87","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/f8f20e8503130c87","status":"passed","time":{"start":1705664593776,"stop":1705664593776,"duration":0}},{"uid":"1b427c6f8115831a","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/1b427c6f8115831a","status":"passed","time":{"start":1705593259179,"stop":1705593259180,"duration":1}},{"uid":"47075f382b1501a6","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/47075f382b1501a6","status":"passed","time":{"start":1705590869983,"stop":1705590869984,"duration":1}},{"uid":"2b88ab8b84dc51b9","reportUrl":"https://waku-org.github.io/js-waku/6228//#testresult/2b88ab8b84dc51b9","status":"passed","time":{"start":1705590810879,"stop":1705590810879,"duration":0}},{"uid":"599ea76aae816bba","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/599ea76aae816bba","status":"passed","time":{"start":1705588950558,"stop":1705588950559,"duration":1}},{"uid":"f499d60d2c5c64a7","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/f499d60d2c5c64a7","status":"passed","time":{"start":1705584278010,"stop":1705584278010,"duration":0}},{"uid":"76a3447b5a6314cd","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/76a3447b5a6314cd","status":"passed","time":{"start":1705582417477,"stop":1705582417477,"duration":0}},{"uid":"b2852a1583e69469","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/b2852a1583e69469","status":"passed","time":{"start":1705580220344,"stop":1705580220345,"duration":1}},{"uid":"d15c4af10800187","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/d15c4af10800187","status":"passed","time":{"start":1705577758339,"stop":1705577758340,"duration":1}},{"uid":"f24ee759a833418d","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/f24ee759a833418d","status":"passed","time":{"start":1705577574985,"stop":1705577574986,"duration":1}},{"uid":"a88a0c2cdfeb4c47","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/a88a0c2cdfeb4c47","status":"passed","time":{"start":1705577228437,"stop":1705577228437,"duration":0}},{"uid":"8655b3f712e79332","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/8655b3f712e79332","status":"passed","time":{"start":1705577122597,"stop":1705577122597,"duration":0}},{"uid":"5d2d5a84b2ca9ea3","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/5d2d5a84b2ca9ea3","status":"passed","time":{"start":1705572698343,"stop":1705572698344,"duration":1}},{"uid":"a939a5e3a056b2b2","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/a939a5e3a056b2b2","status":"passed","time":{"start":1705572506352,"stop":1705572506352,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"5a502cf228361c79","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5a502cf228361c79","status":"passed","time":{"start":1706529092208,"stop":1706529092208,"duration":0}},{"uid":"d8fc749d312de7fd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d8fc749d312de7fd","status":"passed","time":{"start":1706528057457,"stop":1706528057457,"duration":0}},{"uid":"bcad895c58a66fec","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bcad895c58a66fec","status":"passed","time":{"start":1706526914773,"stop":1706526914773,"duration":0}},{"uid":"ec41e9eea3dd8f09","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ec41e9eea3dd8f09","status":"passed","time":{"start":1706526612644,"stop":1706526612644,"duration":0}},{"uid":"fa0d8423131ce1df","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fa0d8423131ce1df","status":"passed","time":{"start":1706526514766,"stop":1706526514766,"duration":0}},{"uid":"3a62d99116473b06","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3a62d99116473b06","status":"passed","time":{"start":1706525945110,"stop":1706525945110,"duration":0}},{"uid":"5270fa0e0b9ff581","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5270fa0e0b9ff581","status":"passed","time":{"start":1706525418822,"stop":1706525418823,"duration":1}},{"uid":"5fe72d65e17068bb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5fe72d65e17068bb","status":"passed","time":{"start":1706525116052,"stop":1706525116052,"duration":0}},{"uid":"f28163b167414066","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f28163b167414066","status":"passed","time":{"start":1706467681210,"stop":1706467681211,"duration":1}},{"uid":"515b0692fb60d707","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/515b0692fb60d707","status":"passed","time":{"start":1706323017124,"stop":1706323017124,"duration":0}},{"uid":"dced4361b367c614","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dced4361b367c614","status":"passed","time":{"start":1706321333764,"stop":1706321333764,"duration":0}},{"uid":"2e448586a4ab32aa","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2e448586a4ab32aa","status":"passed","time":{"start":1706115157104,"stop":1706115157105,"duration":1}},{"uid":"1ac8451907cb1ede","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1ac8451907cb1ede","status":"passed","time":{"start":1706114292036,"stop":1706114292037,"duration":1}},{"uid":"2787d7335ba2d2fb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2787d7335ba2d2fb","status":"passed","time":{"start":1706111755013,"stop":1706111755013,"duration":0}},{"uid":"97d23d98a0c95d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/97d23d98a0c95d","status":"passed","time":{"start":1706111454534,"stop":1706111454534,"duration":0}},{"uid":"ec261e96675b0c92","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ec261e96675b0c92","status":"passed","time":{"start":1706109346663,"stop":1706109346664,"duration":1}},{"uid":"ee616cdd7d4ee76b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ee616cdd7d4ee76b","status":"passed","time":{"start":1706103153471,"stop":1706103153471,"duration":0}},{"uid":"60e78f63444df87e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/60e78f63444df87e","status":"passed","time":{"start":1706102905534,"stop":1706102905535,"duration":1}},{"uid":"24c93eb5b2616e0c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/24c93eb5b2616e0c","status":"passed","time":{"start":1706102263605,"stop":1706102263607,"duration":2}},{"uid":"2fa49ff2a2c38d13","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2fa49ff2a2c38d13","status":"passed","time":{"start":1706102127471,"stop":1706102127472,"duration":1}}]},"2c18ad5698adaaf817042b953b956d17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69010fa40cfa17d7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/69010fa40cfa17d7","status":"passed","time":{"start":1706102385200,"stop":1706102385200,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"30285327508a5f59","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/30285327508a5f59","status":"passed","time":{"start":1706528735132,"stop":1706528735133,"duration":1}},{"uid":"6aea8b5404134476","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6aea8b5404134476","status":"passed","time":{"start":1706527704557,"stop":1706527704558,"duration":1}},{"uid":"c9f8326db09da1b6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c9f8326db09da1b6","status":"passed","time":{"start":1706526720934,"stop":1706526720935,"duration":1}},{"uid":"32e955e926182c2e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/32e955e926182c2e","status":"passed","time":{"start":1706526416654,"stop":1706526416654,"duration":0}},{"uid":"77c1196bcfbb8ff4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/77c1196bcfbb8ff4","status":"passed","time":{"start":1706526321791,"stop":1706526321791,"duration":0}},{"uid":"c75abf7e366150fa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c75abf7e366150fa","status":"passed","time":{"start":1706525751932,"stop":1706525751933,"duration":1}},{"uid":"a842d6b353a8c5c1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a842d6b353a8c5c1","status":"passed","time":{"start":1706525218955,"stop":1706525218955,"duration":0}},{"uid":"95f5be9c19e58306","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/95f5be9c19e58306","status":"passed","time":{"start":1706524780142,"stop":1706524780142,"duration":0}},{"uid":"e932150084542fa3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e932150084542fa3","status":"passed","time":{"start":1706467474000,"stop":1706467474001,"duration":1}},{"uid":"593a38d144077f3a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/593a38d144077f3a","status":"passed","time":{"start":1706322826369,"stop":1706322826370,"duration":1}},{"uid":"6046ff9435144bd2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6046ff9435144bd2","status":"passed","time":{"start":1706321139954,"stop":1706321139955,"duration":1}},{"uid":"ca8a806b8a6e63ec","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ca8a806b8a6e63ec","status":"passed","time":{"start":1706244655883,"stop":1706244655883,"duration":0}},{"uid":"caeaebfdae7c4969","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/caeaebfdae7c4969","status":"passed","time":{"start":1706242224329,"stop":1706242224329,"duration":0}},{"uid":"a65ad2c854c9db0c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a65ad2c854c9db0c","status":"passed","time":{"start":1706114912528,"stop":1706114912528,"duration":0}},{"uid":"2c87d7a42f9d14df","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2c87d7a42f9d14df","status":"passed","time":{"start":1706114083269,"stop":1706114083270,"duration":1}},{"uid":"cbe44d425ab2df57","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cbe44d425ab2df57","status":"passed","time":{"start":1706111557900,"stop":1706111557900,"duration":0}},{"uid":"b65d89602ad249c5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b65d89602ad249c5","status":"passed","time":{"start":1706111247542,"stop":1706111247543,"duration":1}},{"uid":"12d86a9050698ca","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/12d86a9050698ca","status":"passed","time":{"start":1706109149774,"stop":1706109149775,"duration":1}},{"uid":"1431d8f02f6f012b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1431d8f02f6f012b","status":"passed","time":{"start":1706102968131,"stop":1706102968131,"duration":0}},{"uid":"8465b566284257e7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8465b566284257e7","status":"passed","time":{"start":1706102707873,"stop":1706102707873,"duration":0}}]},"0a319c7714a5e8efbb9984ec049ef8a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63e832c07e7fa6b1","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/63e832c07e7fa6b1","status":"passed","time":{"start":1705493424311,"stop":1705493424311,"duration":0}}]},"2196ea76f461cb7ce3fc7753d3fe93cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4369c260a143b5f2","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/4369c260a143b5f2","status":"passed","time":{"start":1705667826313,"stop":1705667826313,"duration":0}}]},"3ee16a1b85911306e5b371f68021b967:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"189c88aae24fe042","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/189c88aae24fe042","status":"passed","time":{"start":1706526129384,"stop":1706526129385,"duration":1}}]},"57370d1f3175e4383a0b5a9c9ef0f47c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74d8da519b829aec","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/74d8da519b829aec","status":"passed","time":{"start":1706527264372,"stop":1706527264373,"duration":1}}]},"1ac3f2ee38b5bda09d3a588eeb8edaf8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8815e60c89a929a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d8815e60c89a929a","status":"passed","time":{"start":1706525659017,"stop":1706525659017,"duration":0}}]},"e431d276cf81d12facc146bc154f20d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4922663b2e1c8810","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/4922663b2e1c8810","status":"passed","time":{"start":1705526887820,"stop":1705526887820,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":129,"unknown":0,"total":131},"items":[{"uid":"9aafb4c08e076715","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9aafb4c08e076715","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"duration":0}},{"uid":"812f30b5121cc686","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/812f30b5121cc686","status":"passed","time":{"start":1706528366394,"stop":1706528366394,"duration":0}},{"uid":"9f9f90afa110ce8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9f9f90afa110ce8","status":"passed","time":{"start":1706527295406,"stop":1706527295406,"duration":0}},{"uid":"fad886709c32df41","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fad886709c32df41","status":"passed","time":{"start":1706527038708,"stop":1706527038708,"duration":0}},{"uid":"26fc56c92960ba1e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/26fc56c92960ba1e","status":"passed","time":{"start":1706526943976,"stop":1706526943976,"duration":0}},{"uid":"daede844e9b6a728","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/daede844e9b6a728","status":"passed","time":{"start":1706526384544,"stop":1706526384544,"duration":0}},{"uid":"32cb2d236c95266","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/32cb2d236c95266","status":"passed","time":{"start":1706525843794,"stop":1706525843794,"duration":0}},{"uid":"de17320f075c575e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/de17320f075c575e","status":"passed","time":{"start":1706525434351,"stop":1706525434351,"duration":0}},{"uid":"19ae7c8cb4a58244","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/19ae7c8cb4a58244","status":"passed","time":{"start":1706468085175,"stop":1706468085175,"duration":0}},{"uid":"f4d5b6d0fb2c1224","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f4d5b6d0fb2c1224","status":"passed","time":{"start":1706323452004,"stop":1706323452004,"duration":0}},{"uid":"c3897563dde796e1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c3897563dde796e1","status":"passed","time":{"start":1706321729213,"stop":1706321729213,"duration":0}},{"uid":"2783fd64ee32a677","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2783fd64ee32a677","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012420,"stop":1706245012420,"duration":0}},{"uid":"d1e196dc6573aa03","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d1e196dc6573aa03","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521967,"stop":1706242521967,"duration":0}},{"uid":"72e343f1c6c8841a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/72e343f1c6c8841a","status":"passed","time":{"start":1706115521929,"stop":1706115521929,"duration":0}},{"uid":"e5b1cf4d2daf413d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e5b1cf4d2daf413d","status":"passed","time":{"start":1706114703489,"stop":1706114703489,"duration":0}},{"uid":"7c69bddf25773241","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7c69bddf25773241","status":"passed","time":{"start":1706112175815,"stop":1706112175815,"duration":0}},{"uid":"8fa7404c51b26f46","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8fa7404c51b26f46","status":"passed","time":{"start":1706111874202,"stop":1706111874202,"duration":0}},{"uid":"2afb975531638e7c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2afb975531638e7c","status":"passed","time":{"start":1706109783974,"stop":1706109783974,"duration":0}},{"uid":"e6b8caebf5b61e27","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e6b8caebf5b61e27","status":"passed","time":{"start":1706103517618,"stop":1706103517618,"duration":0}},{"uid":"58dde2dbce32ab14","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/58dde2dbce32ab14","status":"passed","time":{"start":1706103336630,"stop":1706103336630,"duration":0}}]},"777f705c7c2bde1fdda1649b5a3b8707:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734f1b8cde215ef1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/734f1b8cde215ef1","status":"passed","time":{"start":1706323273295,"stop":1706323273302,"duration":7}}]},"d2cbc8a308aed79ccb162e6db3fae8b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cf6f385d3e60265","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5cf6f385d3e60265","status":"passed","time":{"start":1706114706818,"stop":1706114706818,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"b5038bcc074cf3a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b5038bcc074cf3a1","status":"passed","time":{"start":1706529218528,"stop":1706529218529,"duration":1}},{"uid":"4c585b6ed2787576","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4c585b6ed2787576","status":"passed","time":{"start":1706528190576,"stop":1706528190586,"duration":10}},{"uid":"ae3e42b979f2a8c8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ae3e42b979f2a8c8","status":"passed","time":{"start":1706527166764,"stop":1706527166765,"duration":1}},{"uid":"66fccca5b7d5b754","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/66fccca5b7d5b754","status":"passed","time":{"start":1706526866901,"stop":1706526866902,"duration":1}},{"uid":"6e49d21009545d3e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6e49d21009545d3e","status":"passed","time":{"start":1706526763572,"stop":1706526763573,"duration":1}},{"uid":"7544ffa7636bec9b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7544ffa7636bec9b","status":"passed","time":{"start":1706526185694,"stop":1706526185694,"duration":0}},{"uid":"607092988b809eb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/607092988b809eb","status":"passed","time":{"start":1706525658983,"stop":1706525658984,"duration":1}},{"uid":"f14035f0a1c8cfb5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f14035f0a1c8cfb5","status":"passed","time":{"start":1706525242379,"stop":1706525242379,"duration":0}},{"uid":"28c5c484a5c3a6d2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/28c5c484a5c3a6d2","status":"passed","time":{"start":1706467906888,"stop":1706467906888,"duration":0}},{"uid":"e446b5e4d6988f6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e446b5e4d6988f6","status":"passed","time":{"start":1706323273283,"stop":1706323273284,"duration":1}},{"uid":"f88add32f30f568f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f88add32f30f568f","status":"passed","time":{"start":1706321575888,"stop":1706321575888,"duration":0}},{"uid":"de31b9cfdbd61fcc","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/de31b9cfdbd61fcc","status":"passed","time":{"start":1706115384056,"stop":1706115384057,"duration":1}},{"uid":"ea8c98b945a7dfb8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ea8c98b945a7dfb8","status":"passed","time":{"start":1706114521950,"stop":1706114521951,"duration":1}},{"uid":"b09a148c8e0cf963","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b09a148c8e0cf963","status":"passed","time":{"start":1706112015264,"stop":1706112015264,"duration":0}},{"uid":"632dcb09cd550993","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/632dcb09cd550993","status":"passed","time":{"start":1706111693408,"stop":1706111693408,"duration":0}},{"uid":"d2710e232d649238","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d2710e232d649238","status":"passed","time":{"start":1706109609745,"stop":1706109609745,"duration":0}},{"uid":"d56201f6df66658e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d56201f6df66658e","status":"passed","time":{"start":1706103393435,"stop":1706103393435,"duration":0}},{"uid":"57a72a657fbc66c5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/57a72a657fbc66c5","status":"passed","time":{"start":1706103153319,"stop":1706103153319,"duration":0}},{"uid":"6612021f2bab4d04","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6612021f2bab4d04","status":"passed","time":{"start":1706102507029,"stop":1706102507029,"duration":0}},{"uid":"5a965cdaa292abec","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5a965cdaa292abec","status":"passed","time":{"start":1706102385189,"stop":1706102385189,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"cd49277081b8f6f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cd49277081b8f6f0","status":"passed","time":{"start":1706529218509,"stop":1706529218509,"duration":0}},{"uid":"79234deaa0525775","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/79234deaa0525775","status":"passed","time":{"start":1706528190567,"stop":1706528190567,"duration":0}},{"uid":"7efc27dd01c4d0f8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7efc27dd01c4d0f8","status":"passed","time":{"start":1706527166747,"stop":1706527166747,"duration":0}},{"uid":"cdee5d735325eea9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cdee5d735325eea9","status":"passed","time":{"start":1706526866889,"stop":1706526866890,"duration":1}},{"uid":"29ef6fedf8af6196","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/29ef6fedf8af6196","status":"passed","time":{"start":1706526763560,"stop":1706526763561,"duration":1}},{"uid":"e45a2526f6c8d841","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e45a2526f6c8d841","status":"passed","time":{"start":1706526185676,"stop":1706526185677,"duration":1}},{"uid":"438f2748e37365a6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/438f2748e37365a6","status":"passed","time":{"start":1706525658972,"stop":1706525658972,"duration":0}},{"uid":"28d6fb920b25605e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/28d6fb920b25605e","status":"passed","time":{"start":1706525242371,"stop":1706525242372,"duration":1}},{"uid":"d9928f24561ab240","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d9928f24561ab240","status":"passed","time":{"start":1706467906880,"stop":1706467906880,"duration":0}},{"uid":"94d712fc57b2b979","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/94d712fc57b2b979","status":"passed","time":{"start":1706323273252,"stop":1706323273252,"duration":0}},{"uid":"d01fc5a24fb31c9c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d01fc5a24fb31c9c","status":"passed","time":{"start":1706321575858,"stop":1706321575859,"duration":1}},{"uid":"a9edc1033ae401e0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a9edc1033ae401e0","status":"passed","time":{"start":1706115384048,"stop":1706115384048,"duration":0}},{"uid":"30a1800ba7cd48cb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/30a1800ba7cd48cb","status":"passed","time":{"start":1706114521920,"stop":1706114521920,"duration":0}},{"uid":"2c83c397cec98d71","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2c83c397cec98d71","status":"passed","time":{"start":1706112015256,"stop":1706112015256,"duration":0}},{"uid":"977dda4a2b10050","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/977dda4a2b10050","status":"passed","time":{"start":1706111693400,"stop":1706111693400,"duration":0}},{"uid":"cbd36fb5e063ae6f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cbd36fb5e063ae6f","status":"passed","time":{"start":1706109609729,"stop":1706109609729,"duration":0}},{"uid":"1c31648f6ef28b67","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1c31648f6ef28b67","status":"passed","time":{"start":1706103393427,"stop":1706103393427,"duration":0}},{"uid":"2a9beeae4c6fc710","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2a9beeae4c6fc710","status":"passed","time":{"start":1706103153298,"stop":1706103153298,"duration":0}},{"uid":"a9dd25e9c07459d8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a9dd25e9c07459d8","status":"passed","time":{"start":1706102506993,"stop":1706102506993,"duration":0}},{"uid":"6e0bf5143783dbab","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6e0bf5143783dbab","status":"passed","time":{"start":1706102385172,"stop":1706102385173,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"b784477200b419fb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b784477200b419fb","status":"passed","time":{"start":1706529223893,"stop":1706529223894,"duration":1}},{"uid":"f40b217397e4662b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f40b217397e4662b","status":"passed","time":{"start":1706528204205,"stop":1706528204206,"duration":1}},{"uid":"e94510644734feab","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e94510644734feab","status":"passed","time":{"start":1706527085313,"stop":1706527085313,"duration":0}},{"uid":"af36868452a3c546","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/af36868452a3c546","status":"passed","time":{"start":1706526783364,"stop":1706526783364,"duration":0}},{"uid":"4e6ece121bab10c7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4e6ece121bab10c7","status":"passed","time":{"start":1706526690271,"stop":1706526690271,"duration":0}},{"uid":"62d005dfdfdaed6e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/62d005dfdfdaed6e","status":"passed","time":{"start":1706526129376,"stop":1706526129376,"duration":0}},{"uid":"b9caf42406b34999","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b9caf42406b34999","status":"passed","time":{"start":1706525593258,"stop":1706525593259,"duration":1}},{"uid":"392891aae3cbe4c4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/392891aae3cbe4c4","status":"passed","time":{"start":1706525226780,"stop":1706525226781,"duration":1}},{"uid":"3c83b7229420db70","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3c83b7229420db70","status":"passed","time":{"start":1706467837091,"stop":1706467837091,"duration":0}},{"uid":"da855d1398f3050d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/da855d1398f3050d","status":"passed","time":{"start":1706323213972,"stop":1706323213972,"duration":0}},{"uid":"194c0a7378cb122c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/194c0a7378cb122c","status":"passed","time":{"start":1706321475551,"stop":1706321475552,"duration":1}},{"uid":"17aa9f50edff50f8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/17aa9f50edff50f8","status":"passed","time":{"start":1706115285528,"stop":1706115285528,"duration":0}},{"uid":"1409b394b00c3668","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1409b394b00c3668","status":"passed","time":{"start":1706114454509,"stop":1706114454509,"duration":0}},{"uid":"44d53d8602bc6a56","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/44d53d8602bc6a56","status":"passed","time":{"start":1706111914134,"stop":1706111914135,"duration":1}},{"uid":"d05713210dc33dbf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d05713210dc33dbf","status":"passed","time":{"start":1706111616737,"stop":1706111616737,"duration":0}},{"uid":"16e801652904b195","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/16e801652904b195","status":"passed","time":{"start":1706109533627,"stop":1706109533627,"duration":0}},{"uid":"4739c79fb35448d0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4739c79fb35448d0","status":"passed","time":{"start":1706103308660,"stop":1706103308660,"duration":0}},{"uid":"ff8598678d87d791","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ff8598678d87d791","status":"passed","time":{"start":1706103054148,"stop":1706103054156,"duration":8}},{"uid":"c88d86f2c33d87d5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c88d86f2c33d87d5","status":"passed","time":{"start":1706102435005,"stop":1706102435005,"duration":0}},{"uid":"a794b9b650971108","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a794b9b650971108","status":"passed","time":{"start":1706102331416,"stop":1706102331416,"duration":0}}]},"442420871a4635155d48049b0ffa7d0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbe048712e8dc7b3","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/bbe048712e8dc7b3","status":"passed","time":{"start":1705508644323,"stop":1705508644323,"duration":0}}]},"4e8fe688273aabd43b79861b349f8299:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fce7836f1a8625a5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fce7836f1a8625a5","status":"passed","time":{"start":1706109719543,"stop":1706109719543,"duration":0}}]},"875964185d762f2be8953042bba0c14d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63c5bc1bb3c84888","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/63c5bc1bb3c84888","status":"passed","time":{"start":1706100722910,"stop":1706100722910,"duration":0}}]},"8b30367353f699718ae46e99ef96f050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2acbf71b7446508","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/c2acbf71b7446508","status":"passed","time":{"start":1705429183894,"stop":1705429183894,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"9ae6e1ed5a42a0f7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9ae6e1ed5a42a0f7","status":"passed","time":{"start":1706529333229,"stop":1706529333229,"duration":0}},{"uid":"8400b745685a6c30","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8400b745685a6c30","status":"passed","time":{"start":1706528290443,"stop":1706528290443,"duration":0}},{"uid":"5a17879b8855630","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5a17879b8855630","status":"passed","time":{"start":1706527264299,"stop":1706527264299,"duration":0}},{"uid":"232135a9a5f9279e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/232135a9a5f9279e","status":"passed","time":{"start":1706526976753,"stop":1706526976754,"duration":1}},{"uid":"1277d2df752e6a2a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1277d2df752e6a2a","status":"passed","time":{"start":1706526885795,"stop":1706526885795,"duration":0}},{"uid":"26b4b369d727611d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/26b4b369d727611d","status":"passed","time":{"start":1706526330084,"stop":1706526330084,"duration":0}},{"uid":"2a878edb49bc40a8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2a878edb49bc40a8","status":"passed","time":{"start":1706525780712,"stop":1706525780712,"duration":0}},{"uid":"141e9abbd17165f9","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/141e9abbd17165f9","status":"passed","time":{"start":1706525359473,"stop":1706525359474,"duration":1}},{"uid":"3d1950e1355fb3a5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3d1950e1355fb3a5","status":"passed","time":{"start":1706468042623,"stop":1706468042623,"duration":0}},{"uid":"ebe958d22bd7514d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ebe958d22bd7514d","status":"passed","time":{"start":1706323386906,"stop":1706323386907,"duration":1}},{"uid":"b76d8cdffde36b1f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b76d8cdffde36b1f","status":"passed","time":{"start":1706321713077,"stop":1706321713077,"duration":0}},{"uid":"efe989e450c6ab39","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/efe989e450c6ab39","status":"passed","time":{"start":1706115482598,"stop":1706115482598,"duration":0}},{"uid":"98f45c7524e004a1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/98f45c7524e004a1","status":"passed","time":{"start":1706114635369,"stop":1706114635369,"duration":0}},{"uid":"886834b59485ac92","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/886834b59485ac92","status":"passed","time":{"start":1706112127506,"stop":1706112127507,"duration":1}},{"uid":"864cb0cabba4eca6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/864cb0cabba4eca6","status":"passed","time":{"start":1706111809246,"stop":1706111809247,"duration":1}},{"uid":"e01f9b82d23f1631","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e01f9b82d23f1631","status":"passed","time":{"start":1706109719509,"stop":1706109719509,"duration":0}},{"uid":"bdf6c21ede8b5b2c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bdf6c21ede8b5b2c","status":"passed","time":{"start":1706103518424,"stop":1706103518425,"duration":1}},{"uid":"fda250fdb57b1f90","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fda250fdb57b1f90","status":"passed","time":{"start":1706103305134,"stop":1706103305135,"duration":1}},{"uid":"e8ae92b4efd97390","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e8ae92b4efd97390","status":"passed","time":{"start":1706102626841,"stop":1706102626841,"duration":0}},{"uid":"a5b5b634629be456","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a5b5b634629be456","status":"passed","time":{"start":1706102491801,"stop":1706102491802,"duration":1}}]},"3e8a7a4d77edd1b287f02a4dc45e42b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50bdeb38a2c6f5db","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/50bdeb38a2c6f5db","status":"passed","time":{"start":1706526690274,"stop":1706526690274,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"c00184c1dd5f6f3d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c00184c1dd5f6f3d","status":"passed","time":{"start":1706528986022,"stop":1706528986022,"duration":0}},{"uid":"a1fabdad299914b1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a1fabdad299914b1","status":"passed","time":{"start":1706527951713,"stop":1706527951713,"duration":0}},{"uid":"a9666f3184e5b3e7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a9666f3184e5b3e7","status":"passed","time":{"start":1706526969214,"stop":1706526969215,"duration":1}},{"uid":"36709ae18ee62cc7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/36709ae18ee62cc7","status":"passed","time":{"start":1706526675860,"stop":1706526675862,"duration":2}},{"uid":"fd2d4d9db1592549","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fd2d4d9db1592549","status":"passed","time":{"start":1706526572370,"stop":1706526572370,"duration":0}},{"uid":"d97427599fa7371c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d97427599fa7371c","status":"passed","time":{"start":1706525997945,"stop":1706525997945,"duration":0}},{"uid":"50a3e12e102f3cb7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/50a3e12e102f3cb7","status":"passed","time":{"start":1706525468262,"stop":1706525468262,"duration":0}},{"uid":"5260383ec2f94185","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5260383ec2f94185","status":"passed","time":{"start":1706525019723,"stop":1706525019724,"duration":1}},{"uid":"70bf7a0df1533b7c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/70bf7a0df1533b7c","status":"passed","time":{"start":1706467721298,"stop":1706467721298,"duration":0}},{"uid":"5db098dfa928f728","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5db098dfa928f728","status":"passed","time":{"start":1706323082570,"stop":1706323082571,"duration":1}},{"uid":"d19b41f701d86510","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d19b41f701d86510","status":"passed","time":{"start":1706321389975,"stop":1706321389975,"duration":0}},{"uid":"c3d4dbf88a195f2e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c3d4dbf88a195f2e","status":"passed","time":{"start":1706115172660,"stop":1706115172660,"duration":0}},{"uid":"c86dbab62a528b91","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c86dbab62a528b91","status":"passed","time":{"start":1706114335606,"stop":1706114335606,"duration":0}},{"uid":"14969dafb86a3b09","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/14969dafb86a3b09","status":"passed","time":{"start":1706111797815,"stop":1706111797815,"duration":0}},{"uid":"3479a699b3ea004d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3479a699b3ea004d","status":"passed","time":{"start":1706111496617,"stop":1706111496617,"duration":0}},{"uid":"e1b6d35be3cf89d3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e1b6d35be3cf89d3","status":"passed","time":{"start":1706109403549,"stop":1706109403550,"duration":1}},{"uid":"c099303ed8a54514","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c099303ed8a54514","status":"passed","time":{"start":1706103220677,"stop":1706103220678,"duration":1}},{"uid":"6cb475be21544bd0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6cb475be21544bd0","status":"passed","time":{"start":1706102943586,"stop":1706102943587,"duration":1}},{"uid":"329b86abc3e6f5b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/329b86abc3e6f5b","status":"passed","time":{"start":1706102315325,"stop":1706102315325,"duration":0}},{"uid":"c7870b684dada41c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c7870b684dada41c","status":"passed","time":{"start":1706102190052,"stop":1706102190052,"duration":0}}]},"0af507768f398fdc6c6aba36d9857f10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6683ef85d3b26d2e","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/6683ef85d3b26d2e","status":"passed","time":{"start":1705681678131,"stop":1705681678131,"duration":0}}]},"6cb9eef37cfd873692ea00620ffddaec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1971eb4090d24434","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1971eb4090d24434","status":"passed","time":{"start":1706103153325,"stop":1706103153325,"duration":0}}]},"7cd2d1c2535ae9d0cb048f9bb573efe3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6543fcf7bbcb833c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6543fcf7bbcb833c","status":"passed","time":{"start":1706109370852,"stop":1706109370852,"duration":0}}]},"ad8a57e27d6aa150dcd4112e4e46d1c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd3b14a53f52a63b","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/fd3b14a53f52a63b","status":"passed","time":{"start":1705584415067,"stop":1705584415067,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"92b1daa2adf57a92","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92b1daa2adf57a92","status":"passed","time":{"start":1706529218518,"stop":1706529218519,"duration":1}},{"uid":"34c0c4d7d93410b5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/34c0c4d7d93410b5","status":"passed","time":{"start":1706528190572,"stop":1706528190572,"duration":0}},{"uid":"73b218556c8fa9c0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/73b218556c8fa9c0","status":"passed","time":{"start":1706527166750,"stop":1706527166751,"duration":1}},{"uid":"a003ed63f21c75e6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a003ed63f21c75e6","status":"passed","time":{"start":1706526866895,"stop":1706526866896,"duration":1}},{"uid":"21b4a657e275a25e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/21b4a657e275a25e","status":"passed","time":{"start":1706526763567,"stop":1706526763567,"duration":0}},{"uid":"dc8f35970350e9d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dc8f35970350e9d","status":"passed","time":{"start":1706526185680,"stop":1706526185681,"duration":1}},{"uid":"1356b1a8e820d12b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1356b1a8e820d12b","status":"passed","time":{"start":1706525658978,"stop":1706525658979,"duration":1}},{"uid":"37401e5e14b0dab7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/37401e5e14b0dab7","status":"passed","time":{"start":1706525242374,"stop":1706525242375,"duration":1}},{"uid":"6fa1d68c1adce81b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6fa1d68c1adce81b","status":"passed","time":{"start":1706467906883,"stop":1706467906884,"duration":1}},{"uid":"e6e85688e9be4f04","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e6e85688e9be4f04","status":"passed","time":{"start":1706323273258,"stop":1706323273259,"duration":1}},{"uid":"5303bfbfbe3975a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5303bfbfbe3975a","status":"passed","time":{"start":1706321575865,"stop":1706321575868,"duration":3}},{"uid":"a0fee59204970bde","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a0fee59204970bde","status":"passed","time":{"start":1706115384050,"stop":1706115384051,"duration":1}},{"uid":"83cb35dcb88bf833","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/83cb35dcb88bf833","status":"passed","time":{"start":1706114521923,"stop":1706114521923,"duration":0}},{"uid":"b0cfc06e6b9a2007","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b0cfc06e6b9a2007","status":"passed","time":{"start":1706112015260,"stop":1706112015260,"duration":0}},{"uid":"c8f7285dec33051b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c8f7285dec33051b","status":"passed","time":{"start":1706111693403,"stop":1706111693403,"duration":0}},{"uid":"863bd8baa866e79","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/863bd8baa866e79","status":"passed","time":{"start":1706109609739,"stop":1706109609739,"duration":0}},{"uid":"e093644939ca0ad","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e093644939ca0ad","status":"passed","time":{"start":1706103393431,"stop":1706103393431,"duration":0}},{"uid":"5067c6c3bfe7333a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5067c6c3bfe7333a","status":"passed","time":{"start":1706103153307,"stop":1706103153308,"duration":1}},{"uid":"8474579f7f73e7eb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8474579f7f73e7eb","status":"passed","time":{"start":1706102507001,"stop":1706102507001,"duration":0}},{"uid":"b2424f96b7cee95c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b2424f96b7cee95c","status":"passed","time":{"start":1706102385184,"stop":1706102385184,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"804169b6df7577a3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/804169b6df7577a3","status":"passed","time":{"start":1706529333253,"stop":1706529333254,"duration":1}},{"uid":"2d5ba381aeb1860d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2d5ba381aeb1860d","status":"passed","time":{"start":1706528290468,"stop":1706528290469,"duration":1}},{"uid":"123a57cbc7c0b54","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/123a57cbc7c0b54","status":"passed","time":{"start":1706527264357,"stop":1706527264357,"duration":0}},{"uid":"72f6072f4e17ab2c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/72f6072f4e17ab2c","status":"passed","time":{"start":1706526976772,"stop":1706526976773,"duration":1}},{"uid":"ce99eaa64fbffebd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ce99eaa64fbffebd","status":"passed","time":{"start":1706526885807,"stop":1706526885808,"duration":1}},{"uid":"714e7635ea87ca56","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/714e7635ea87ca56","status":"passed","time":{"start":1706526330097,"stop":1706526330097,"duration":0}},{"uid":"32b3498b00aceb25","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/32b3498b00aceb25","status":"passed","time":{"start":1706525780725,"stop":1706525780725,"duration":0}},{"uid":"726bf6174825e99e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/726bf6174825e99e","status":"passed","time":{"start":1706525359493,"stop":1706525359493,"duration":0}},{"uid":"7a0123ec55847338","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7a0123ec55847338","status":"passed","time":{"start":1706468042637,"stop":1706468042638,"duration":1}},{"uid":"35874febf94f2035","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/35874febf94f2035","status":"passed","time":{"start":1706323386928,"stop":1706323386928,"duration":0}},{"uid":"b9d9d2a84e76f26c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b9d9d2a84e76f26c","status":"passed","time":{"start":1706321713101,"stop":1706321713101,"duration":0}},{"uid":"b7b1fe6312d7904d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b7b1fe6312d7904d","status":"passed","time":{"start":1706115482612,"stop":1706115482613,"duration":1}},{"uid":"6e890911f2181189","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6e890911f2181189","status":"passed","time":{"start":1706114635438,"stop":1706114635438,"duration":0}},{"uid":"ef7a40a467953e89","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ef7a40a467953e89","status":"passed","time":{"start":1706112127562,"stop":1706112127563,"duration":1}},{"uid":"9b4d277640136335","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9b4d277640136335","status":"passed","time":{"start":1706111809281,"stop":1706111809281,"duration":0}},{"uid":"5a847526c8a39a7a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5a847526c8a39a7a","status":"passed","time":{"start":1706109719523,"stop":1706109719531,"duration":8}},{"uid":"ed7158b92eb1dfd9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ed7158b92eb1dfd9","status":"passed","time":{"start":1706103518435,"stop":1706103518436,"duration":1}},{"uid":"b22ccfebecbcb83b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b22ccfebecbcb83b","status":"passed","time":{"start":1706103305157,"stop":1706103305162,"duration":5}},{"uid":"f79b621b423af0d6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f79b621b423af0d6","status":"passed","time":{"start":1706102626853,"stop":1706102626854,"duration":1}},{"uid":"c44be131a587958e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c44be131a587958e","status":"passed","time":{"start":1706102491840,"stop":1706102491849,"duration":9}}]},"857e8e15fc3975122ca4dc7be4e90271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad4c8cea40bc2a2","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/8ad4c8cea40bc2a2","status":"passed","time":{"start":1705572691153,"stop":1705572691154,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"1fdf7464314848f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1fdf7464314848f2","status":"passed","time":{"start":1706528735135,"stop":1706528735136,"duration":1}},{"uid":"6f63692d3ac7a184","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6f63692d3ac7a184","status":"passed","time":{"start":1706527704560,"stop":1706527704561,"duration":1}},{"uid":"b99c8eb5d4d38e84","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b99c8eb5d4d38e84","status":"passed","time":{"start":1706526720937,"stop":1706526720938,"duration":1}},{"uid":"c277ffb12e9a6bc3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c277ffb12e9a6bc3","status":"passed","time":{"start":1706526416659,"stop":1706526416659,"duration":0}},{"uid":"26077acf3f89d688","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/26077acf3f89d688","status":"passed","time":{"start":1706526321794,"stop":1706526321795,"duration":1}},{"uid":"1b62b50b7ed95405","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1b62b50b7ed95405","status":"passed","time":{"start":1706525751936,"stop":1706525751937,"duration":1}},{"uid":"a4cbae906578589e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a4cbae906578589e","status":"passed","time":{"start":1706525218970,"stop":1706525218971,"duration":1}},{"uid":"1a3aea1d2a0b61fd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1a3aea1d2a0b61fd","status":"passed","time":{"start":1706524780146,"stop":1706524780150,"duration":4}},{"uid":"dd6e197db931c52b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dd6e197db931c52b","status":"passed","time":{"start":1706467474003,"stop":1706467474003,"duration":0}},{"uid":"58b9e772763c212a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/58b9e772763c212a","status":"passed","time":{"start":1706322826373,"stop":1706322826373,"duration":0}},{"uid":"724af7ba61eec90","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/724af7ba61eec90","status":"passed","time":{"start":1706321139957,"stop":1706321139958,"duration":1}},{"uid":"59145395aea1ac6e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/59145395aea1ac6e","status":"passed","time":{"start":1706244655887,"stop":1706244655887,"duration":0}},{"uid":"4b4d16153cb365e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/4b4d16153cb365e","status":"passed","time":{"start":1706242224332,"stop":1706242224332,"duration":0}},{"uid":"fd3f0eb63d1d2611","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fd3f0eb63d1d2611","status":"passed","time":{"start":1706114912531,"stop":1706114912531,"duration":0}},{"uid":"22d2661a047ec16e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/22d2661a047ec16e","status":"passed","time":{"start":1706114083275,"stop":1706114083276,"duration":1}},{"uid":"a5d6a9a30db9bc4b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a5d6a9a30db9bc4b","status":"passed","time":{"start":1706111557903,"stop":1706111557903,"duration":0}},{"uid":"7caf35190e7b498b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7caf35190e7b498b","status":"passed","time":{"start":1706111247548,"stop":1706111247549,"duration":1}},{"uid":"f0fa2a529abbc93e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f0fa2a529abbc93e","status":"passed","time":{"start":1706109149777,"stop":1706109149778,"duration":1}},{"uid":"60ad7f83f9fc1613","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/60ad7f83f9fc1613","status":"passed","time":{"start":1706102968134,"stop":1706102968134,"duration":0}},{"uid":"24f7055eeaa41061","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/24f7055eeaa41061","status":"passed","time":{"start":1706102707876,"stop":1706102707876,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"248f79113014946c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/248f79113014946c","status":"passed","time":{"start":1706529061221,"stop":1706529061222,"duration":1}},{"uid":"131f3cd128d3a4da","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/131f3cd128d3a4da","status":"passed","time":{"start":1706528032695,"stop":1706528032695,"duration":0}},{"uid":"b710a7e75193c6df","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b710a7e75193c6df","status":"passed","time":{"start":1706527032147,"stop":1706527032147,"duration":0}},{"uid":"94b307f869023b7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/94b307f869023b7","status":"passed","time":{"start":1706526728458,"stop":1706526728459,"duration":1}},{"uid":"c7736833961d4ff3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c7736833961d4ff3","status":"passed","time":{"start":1706526631861,"stop":1706526631862,"duration":1}},{"uid":"588ed25143e1170b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/588ed25143e1170b","status":"passed","time":{"start":1706526058752,"stop":1706526058752,"duration":0}},{"uid":"6b01244840888141","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6b01244840888141","status":"passed","time":{"start":1706525527743,"stop":1706525527744,"duration":1}},{"uid":"97c77cd1612a7c57","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/97c77cd1612a7c57","status":"passed","time":{"start":1706525094621,"stop":1706525094623,"duration":2}},{"uid":"36ac6ab7061fa573","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/36ac6ab7061fa573","status":"passed","time":{"start":1706467780073,"stop":1706467780073,"duration":0}},{"uid":"febb7eabe61a39f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/febb7eabe61a39f","status":"passed","time":{"start":1706323147729,"stop":1706323147730,"duration":1}},{"uid":"5746cb9409957477","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5746cb9409957477","status":"passed","time":{"start":1706321448923,"stop":1706321448923,"duration":0}},{"uid":"3605b14feff5553","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3605b14feff5553","status":"passed","time":{"start":1706244757738,"stop":1706244757738,"duration":0}},{"uid":"58dbcbf6bd40a04e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/58dbcbf6bd40a04e","status":"passed","time":{"start":1706242322193,"stop":1706242322194,"duration":1}},{"uid":"64c57718f3f28ddd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/64c57718f3f28ddd","status":"passed","time":{"start":1706115232361,"stop":1706115232361,"duration":0}},{"uid":"ab1dced77cd2d849","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ab1dced77cd2d849","status":"passed","time":{"start":1706114393722,"stop":1706114393723,"duration":1}},{"uid":"e766d3a7757c111a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e766d3a7757c111a","status":"passed","time":{"start":1706111855441,"stop":1706111855441,"duration":0}},{"uid":"d8f8aa574caf2f3e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d8f8aa574caf2f3e","status":"passed","time":{"start":1706111555053,"stop":1706111555054,"duration":1}},{"uid":"68b4fa20d13217c1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/68b4fa20d13217c1","status":"passed","time":{"start":1706109464063,"stop":1706109464063,"duration":0}},{"uid":"e30e89478472463d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e30e89478472463d","status":"passed","time":{"start":1706103282747,"stop":1706103282747,"duration":0}},{"uid":"28f62a6300ffdab4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/28f62a6300ffdab4","status":"passed","time":{"start":1706103002603,"stop":1706103002603,"duration":0}}]},"7fc6c21e9657bb4660e749286ac85686:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"bd10060923f7398d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/bd10060923f7398d","status":"passed","time":{"start":1705521140295,"stop":1705521140295,"duration":0}},{"uid":"98deb38bcdbea337","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/98deb38bcdbea337","status":"passed","time":{"start":1705520883405,"stop":1705520883405,"duration":0}},{"uid":"8dc776b0e21306f4","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/8dc776b0e21306f4","status":"passed","time":{"start":1705520300881,"stop":1705520300882,"duration":1}},{"uid":"81bd0f9f3770e523","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/81bd0f9f3770e523","status":"passed","time":{"start":1705518525955,"stop":1705518525955,"duration":0}},{"uid":"ec0592f8dc6ccc03","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/ec0592f8dc6ccc03","status":"passed","time":{"start":1705518246801,"stop":1705518246801,"duration":0}},{"uid":"6690a4714867365b","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/6690a4714867365b","status":"passed","time":{"start":1705518140969,"stop":1705518140970,"duration":1}},{"uid":"5875bac2604b6ec","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/5875bac2604b6ec","status":"passed","time":{"start":1705518032412,"stop":1705518032412,"duration":0}},{"uid":"9cafdd1f06011fac","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/9cafdd1f06011fac","status":"passed","time":{"start":1705508700803,"stop":1705508700803,"duration":0}},{"uid":"f0ad606e230751f7","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f0ad606e230751f7","status":"passed","time":{"start":1705506512635,"stop":1705506512636,"duration":1}},{"uid":"41dbe9fc2ae85711","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/41dbe9fc2ae85711","status":"passed","time":{"start":1705502966501,"stop":1705502966501,"duration":0}},{"uid":"4d6f310dd22dc1ae","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/4d6f310dd22dc1ae","status":"passed","time":{"start":1705502370710,"stop":1705502370711,"duration":1}},{"uid":"bcfa2f3a241ecf92","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/bcfa2f3a241ecf92","status":"passed","time":{"start":1705502517763,"stop":1705502517763,"duration":0}},{"uid":"8cc531e65d88b9fb","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/8cc531e65d88b9fb","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321663,"stop":1705495321664,"duration":1}},{"uid":"5ce37dae3b24f77e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5ce37dae3b24f77e","status":"passed","time":{"start":1705494975681,"stop":1705494975681,"duration":0}},{"uid":"70b47b9209bea54b","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/70b47b9209bea54b","status":"passed","time":{"start":1705494930734,"stop":1705494930735,"duration":1}},{"uid":"2ed3820a864947b5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/2ed3820a864947b5","status":"passed","time":{"start":1705493496298,"stop":1705493496298,"duration":0}},{"uid":"bba08b4cd5356320","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/bba08b4cd5356320","status":"passed","time":{"start":1705493451243,"stop":1705493451244,"duration":1}},{"uid":"3397b45c368571bc","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/3397b45c368571bc","status":"passed","time":{"start":1705485279298,"stop":1705485279298,"duration":0}},{"uid":"3b822446b98a36f9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/3b822446b98a36f9","status":"passed","time":{"start":1705485136798,"stop":1705485136798,"duration":0}},{"uid":"6b760c6787431c77","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/6b760c6787431c77","status":"passed","time":{"start":1705484392924,"stop":1705484392925,"duration":1}}]},"3df88485457cd812add9f638e211aa5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"a70e7dcb3c156d8b","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/a70e7dcb3c156d8b","status":"passed","time":{"start":1705520815488,"stop":1705520815489,"duration":1}},{"uid":"2f14b6421f0cfff6","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/2f14b6421f0cfff6","status":"passed","time":{"start":1705518208995,"stop":1705518208995,"duration":0}},{"uid":"15fa8b8398fe24c0","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/15fa8b8398fe24c0","status":"passed","time":{"start":1705518112859,"stop":1705518112860,"duration":1}},{"uid":"844ad2749b072626","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/844ad2749b072626","status":"passed","time":{"start":1705517988387,"stop":1705517988388,"duration":1}},{"uid":"b1e2c23eded81bc0","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/b1e2c23eded81bc0","status":"passed","time":{"start":1705508651532,"stop":1705508651532,"duration":0}},{"uid":"ade34ae559a1efe6","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/ade34ae559a1efe6","status":"passed","time":{"start":1705506479147,"stop":1705506479147,"duration":0}},{"uid":"c433ef239e6d7851","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/c433ef239e6d7851","status":"passed","time":{"start":1705502938685,"stop":1705502938686,"duration":1}},{"uid":"aeb4ea0d70007f48","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/aeb4ea0d70007f48","status":"passed","time":{"start":1705502478108,"stop":1705502478108,"duration":0}},{"uid":"96080b14381ec73a","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/96080b14381ec73a","status":"passed","time":{"start":1705494884680,"stop":1705494884681,"duration":1}},{"uid":"7439a8844b297fd5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/7439a8844b297fd5","status":"passed","time":{"start":1705494937605,"stop":1705494937605,"duration":0}},{"uid":"592f5f414cd673fb","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/592f5f414cd673fb","status":"passed","time":{"start":1705494894093,"stop":1705494894094,"duration":1}},{"uid":"e9d939d33de2fdde","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e9d939d33de2fdde","status":"passed","time":{"start":1705493458479,"stop":1705493458479,"duration":0}},{"uid":"3d90c37f1df93c8","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/3d90c37f1df93c8","status":"passed","time":{"start":1705493421090,"stop":1705493421091,"duration":1}},{"uid":"c6bc30c9dbdd3925","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/c6bc30c9dbdd3925","status":"passed","time":{"start":1705485246696,"stop":1705485246696,"duration":0}},{"uid":"207da1e497b01fd9","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/207da1e497b01fd9","status":"passed","time":{"start":1705485106623,"stop":1705485106623,"duration":0}},{"uid":"1f7c566b58d5c2be","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1f7c566b58d5c2be","status":"passed","time":{"start":1705484353086,"stop":1705484353087,"duration":1}},{"uid":"6806e2f242d432a8","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/6806e2f242d432a8","status":"passed","time":{"start":1705469867097,"stop":1705469867097,"duration":0}},{"uid":"7ceb6200843ff638","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/7ceb6200843ff638","status":"passed","time":{"start":1705466933266,"stop":1705466933267,"duration":1}},{"uid":"ca11e782724acc93","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/ca11e782724acc93","status":"passed","time":{"start":1705435401898,"stop":1705435401899,"duration":1}},{"uid":"6fd942a025efdd8c","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/6fd942a025efdd8c","status":"passed","time":{"start":1705434866482,"stop":1705434866483,"duration":1}}]},"813c007f9aa0fd044ad47d8194395e81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e39a4719b8fb8c65","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e39a4719b8fb8c65","status":"passed","time":{"start":1706111616742,"stop":1706111616742,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"128041f51f63e93","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/128041f51f63e93","status":"passed","time":{"start":1706529092205,"stop":1706529092205,"duration":0}},{"uid":"2c79e1d6aa940428","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2c79e1d6aa940428","status":"passed","time":{"start":1706528057435,"stop":1706528057438,"duration":3}},{"uid":"e8ca1ce0178b741f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e8ca1ce0178b741f","status":"passed","time":{"start":1706526914762,"stop":1706526914763,"duration":1}},{"uid":"253583fd87963c91","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/253583fd87963c91","status":"passed","time":{"start":1706526612632,"stop":1706526612633,"duration":1}},{"uid":"207358467619dec3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/207358467619dec3","status":"passed","time":{"start":1706526514760,"stop":1706526514760,"duration":0}},{"uid":"146608e018fe93c4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/146608e018fe93c4","status":"passed","time":{"start":1706525945104,"stop":1706525945104,"duration":0}},{"uid":"c58d182300331c67","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c58d182300331c67","status":"passed","time":{"start":1706525418817,"stop":1706525418817,"duration":0}},{"uid":"ccc759164a107365","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ccc759164a107365","status":"passed","time":{"start":1706525116047,"stop":1706525116048,"duration":1}},{"uid":"c33e0a994898c430","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c33e0a994898c430","status":"passed","time":{"start":1706467681195,"stop":1706467681195,"duration":0}},{"uid":"133780f5ad9e80a1","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/133780f5ad9e80a1","status":"passed","time":{"start":1706323017119,"stop":1706323017119,"duration":0}},{"uid":"525d2efc7ea4961e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/525d2efc7ea4961e","status":"passed","time":{"start":1706321333753,"stop":1706321333754,"duration":1}},{"uid":"cde316b7def5ced3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cde316b7def5ced3","status":"passed","time":{"start":1706115157093,"stop":1706115157093,"duration":0}},{"uid":"b9df8720ce00296b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b9df8720ce00296b","status":"passed","time":{"start":1706114292028,"stop":1706114292028,"duration":0}},{"uid":"616a72f68f511cda","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/616a72f68f511cda","status":"passed","time":{"start":1706111754999,"stop":1706111755000,"duration":1}},{"uid":"7e23ccab960bca86","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7e23ccab960bca86","status":"passed","time":{"start":1706111454529,"stop":1706111454529,"duration":0}},{"uid":"c05dbd3d3074b63","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c05dbd3d3074b63","status":"passed","time":{"start":1706109346658,"stop":1706109346658,"duration":0}},{"uid":"a601e4778711c3f3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a601e4778711c3f3","status":"passed","time":{"start":1706103153466,"stop":1706103153467,"duration":1}},{"uid":"d885087e804a8815","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d885087e804a8815","status":"passed","time":{"start":1706102905521,"stop":1706102905521,"duration":0}},{"uid":"ae1577a90f77bf80","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ae1577a90f77bf80","status":"passed","time":{"start":1706102263600,"stop":1706102263600,"duration":0}},{"uid":"511b9486175155cb","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/511b9486175155cb","status":"passed","time":{"start":1706102127467,"stop":1706102127467,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"2c75def7a72b80d2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2c75def7a72b80d2","status":"passed","time":{"start":1706529382345,"stop":1706529382346,"duration":1}},{"uid":"25d940a252b5d3d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/25d940a252b5d3d","status":"passed","time":{"start":1706528358935,"stop":1706528358935,"duration":0}},{"uid":"5383ea508a48475","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5383ea508a48475","status":"passed","time":{"start":1706527280979,"stop":1706527280979,"duration":0}},{"uid":"d4623f8a2c0c302a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d4623f8a2c0c302a","status":"passed","time":{"start":1706527018955,"stop":1706527018955,"duration":0}},{"uid":"d419c8c3ebe93d84","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d419c8c3ebe93d84","status":"passed","time":{"start":1706526913491,"stop":1706526913491,"duration":0}},{"uid":"6162d754e46934e1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6162d754e46934e1","status":"passed","time":{"start":1706526349829,"stop":1706526349829,"duration":0}},{"uid":"a5a12273b5a4f601","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a5a12273b5a4f601","status":"passed","time":{"start":1706525818566,"stop":1706525818566,"duration":0}},{"uid":"84211a74f1408f07","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/84211a74f1408f07","status":"passed","time":{"start":1706525411711,"stop":1706525411711,"duration":0}},{"uid":"574a9609482b45f4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/574a9609482b45f4","status":"passed","time":{"start":1706468058611,"stop":1706468058611,"duration":0}},{"uid":"ee2de3171c330a94","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ee2de3171c330a94","status":"passed","time":{"start":1706323426977,"stop":1706323426979,"duration":2}},{"uid":"4be67be200fca061","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4be67be200fca061","status":"passed","time":{"start":1706321694469,"stop":1706321694469,"duration":0}},{"uid":"5b3a5729eb74658","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5b3a5729eb74658","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244874730,"stop":1706244874731,"duration":1}},{"uid":"4f29d48ee144e16f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/4f29d48ee144e16f","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242416173,"stop":1706242416174,"duration":1}},{"uid":"e718cd340e585a2b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e718cd340e585a2b","status":"passed","time":{"start":1706115501229,"stop":1706115501229,"duration":0}},{"uid":"33880d3b767c6273","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/33880d3b767c6273","status":"passed","time":{"start":1706114678599,"stop":1706114678599,"duration":0}},{"uid":"843ac6dfbc9eede8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/843ac6dfbc9eede8","status":"passed","time":{"start":1706112160996,"stop":1706112160997,"duration":1}},{"uid":"1146f60837c96f97","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1146f60837c96f97","status":"passed","time":{"start":1706111848589,"stop":1706111848590,"duration":1}},{"uid":"20911f1ca108a4a3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/20911f1ca108a4a3","status":"passed","time":{"start":1706109769706,"stop":1706109769706,"duration":0}},{"uid":"3648beaa5b5f9a28","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3648beaa5b5f9a28","status":"passed","time":{"start":1706103482579,"stop":1706103482579,"duration":0}},{"uid":"bed79cb020e794ad","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bed79cb020e794ad","status":"passed","time":{"start":1706103311278,"stop":1706103311278,"duration":0}}]},"37056d2e3a6f34b520cc6b33efa3a4ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cf4055f0876d342","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/2cf4055f0876d342","status":"passed","time":{"start":1705485106626,"stop":1705485106626,"duration":0}}]},"72e57c3939f3b3e5e5ce2417b8bba35f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55559ebc7ad4ef91","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/55559ebc7ad4ef91","status":"passed","time":{"start":1705429175253,"stop":1705429175253,"duration":0}}]},"320de0ed379ba93aa3c3b43916e459da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a042824a42e1676e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a042824a42e1676e","status":"passed","time":{"start":1706527166805,"stop":1706527166806,"duration":1}}]},"fbee0bb32b9f69200e493cc764c01920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad5739b064d20502","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/ad5739b064d20502","status":"passed","time":{"start":1706101537675,"stop":1706101537675,"duration":0}}]},"e7a83031b80ca128a15060678ebbf30b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8fd138b62a0beec","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/c8fd138b62a0beec","status":"passed","time":{"start":1706101654471,"stop":1706101654471,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"95e6e864d1a7d2ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/95e6e864d1a7d2ff","status":"passed","time":{"start":1706529223903,"stop":1706529223903,"duration":0}},{"uid":"a7b4dd9d48bfe82e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a7b4dd9d48bfe82e","status":"passed","time":{"start":1706528204213,"stop":1706528204213,"duration":0}},{"uid":"21fbf9baf5deb46e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/21fbf9baf5deb46e","status":"passed","time":{"start":1706527085321,"stop":1706527085321,"duration":0}},{"uid":"5cb067b31b96463f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5cb067b31b96463f","status":"passed","time":{"start":1706526783373,"stop":1706526783373,"duration":0}},{"uid":"42faca0e58972f5d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/42faca0e58972f5d","status":"passed","time":{"start":1706526690285,"stop":1706526690285,"duration":0}},{"uid":"6be33b1c9706f7ff","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6be33b1c9706f7ff","status":"passed","time":{"start":1706526129395,"stop":1706526129395,"duration":0}},{"uid":"326a8081d0fdedf5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/326a8081d0fdedf5","status":"passed","time":{"start":1706525593278,"stop":1706525593279,"duration":1}},{"uid":"6ccb9f868c7e8a49","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6ccb9f868c7e8a49","status":"passed","time":{"start":1706525226800,"stop":1706525226800,"duration":0}},{"uid":"7016ac765228dba1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7016ac765228dba1","status":"passed","time":{"start":1706467837103,"stop":1706467837103,"duration":0}},{"uid":"1472a7a5f28e9644","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1472a7a5f28e9644","status":"passed","time":{"start":1706323213980,"stop":1706323213981,"duration":1}},{"uid":"f834dcca426d8a2e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f834dcca426d8a2e","status":"passed","time":{"start":1706321475559,"stop":1706321475559,"duration":0}},{"uid":"9701299f14a92648","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9701299f14a92648","status":"passed","time":{"start":1706115285545,"stop":1706115285546,"duration":1}},{"uid":"8f2104968ba40a3b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8f2104968ba40a3b","status":"passed","time":{"start":1706114454519,"stop":1706114454520,"duration":1}},{"uid":"fa816a69497e7341","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fa816a69497e7341","status":"passed","time":{"start":1706111914154,"stop":1706111914155,"duration":1}},{"uid":"cf590d5f6dc8e3b2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cf590d5f6dc8e3b2","status":"passed","time":{"start":1706111616755,"stop":1706111616755,"duration":0}},{"uid":"11e602cb633119fe","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/11e602cb633119fe","status":"passed","time":{"start":1706109533648,"stop":1706109533649,"duration":1}},{"uid":"47ab1d1cb71c8cf2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/47ab1d1cb71c8cf2","status":"passed","time":{"start":1706103308670,"stop":1706103308670,"duration":0}},{"uid":"b036700721a2c389","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b036700721a2c389","status":"passed","time":{"start":1706103054178,"stop":1706103054179,"duration":1}},{"uid":"68837a1c011fc5e1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/68837a1c011fc5e1","status":"passed","time":{"start":1706102435018,"stop":1706102435018,"duration":0}},{"uid":"eedb521798d6a36b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/eedb521798d6a36b","status":"passed","time":{"start":1706102331424,"stop":1706102331424,"duration":0}}]},"092c8788f693c605abe688cc0c6f815d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4bfb1a51cb88d9d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c4bfb1a51cb88d9d","status":"passed","time":{"start":1706467837096,"stop":1706467837096,"duration":0}}]},"c1a436ee18ade0260f78526482f95120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ea5bdeb2cb1e700","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/5ea5bdeb2cb1e700","status":"passed","time":{"start":1705521316562,"stop":1705521316562,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"17c73dc91d19b850","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/17c73dc91d19b850","status":"passed","time":{"start":1706529333227,"stop":1706529333228,"duration":1}},{"uid":"5dd6b6bcf6b8aff9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5dd6b6bcf6b8aff9","status":"passed","time":{"start":1706528290440,"stop":1706528290441,"duration":1}},{"uid":"527f9c054a32cf4a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/527f9c054a32cf4a","status":"passed","time":{"start":1706527264284,"stop":1706527264285,"duration":1}},{"uid":"faa350efb44da59d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/faa350efb44da59d","status":"passed","time":{"start":1706526976751,"stop":1706526976751,"duration":0}},{"uid":"bc3fe37728b26dc5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bc3fe37728b26dc5","status":"passed","time":{"start":1706526885792,"stop":1706526885793,"duration":1}},{"uid":"abbe5f6a82976cb0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/abbe5f6a82976cb0","status":"passed","time":{"start":1706526330081,"stop":1706526330081,"duration":0}},{"uid":"d0dd21e8fd5f05ab","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d0dd21e8fd5f05ab","status":"passed","time":{"start":1706525780711,"stop":1706525780711,"duration":0}},{"uid":"b37ab1d88c7a4358","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b37ab1d88c7a4358","status":"passed","time":{"start":1706525359469,"stop":1706525359471,"duration":2}},{"uid":"c9578602e36bcdd0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c9578602e36bcdd0","status":"passed","time":{"start":1706468042622,"stop":1706468042622,"duration":0}},{"uid":"a62d0cbcd1d3aa42","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a62d0cbcd1d3aa42","status":"passed","time":{"start":1706323386905,"stop":1706323386905,"duration":0}},{"uid":"6476976054385eab","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6476976054385eab","status":"passed","time":{"start":1706321713074,"stop":1706321713075,"duration":1}},{"uid":"2e36efae8f5092c8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2e36efae8f5092c8","status":"passed","time":{"start":1706115482597,"stop":1706115482597,"duration":0}},{"uid":"46d45b1e28f70c51","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/46d45b1e28f70c51","status":"passed","time":{"start":1706114635367,"stop":1706114635368,"duration":1}},{"uid":"df1e79726a70fa2b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/df1e79726a70fa2b","status":"passed","time":{"start":1706112127505,"stop":1706112127505,"duration":0}},{"uid":"fc30d408861e927a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fc30d408861e927a","status":"passed","time":{"start":1706111809245,"stop":1706111809245,"duration":0}},{"uid":"6a6680d4294190c2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6a6680d4294190c2","status":"passed","time":{"start":1706109719507,"stop":1706109719507,"duration":0}},{"uid":"2a3a59e6693477df","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2a3a59e6693477df","status":"passed","time":{"start":1706103518423,"stop":1706103518424,"duration":1}},{"uid":"bf369f5378425be6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bf369f5378425be6","status":"passed","time":{"start":1706103305133,"stop":1706103305133,"duration":0}},{"uid":"4ee5b4bdfbc5fe4d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4ee5b4bdfbc5fe4d","status":"passed","time":{"start":1706102626839,"stop":1706102626839,"duration":0}},{"uid":"a31e9bf3dc1d21aa","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a31e9bf3dc1d21aa","status":"passed","time":{"start":1706102491800,"stop":1706102491800,"duration":0}}]},"a68632d77d140f21c4b3b13bd61e8154:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"c2f7016699b02106","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/c2f7016699b02106","status":"passed","time":{"start":1705520842604,"stop":1705520842604,"duration":0}},{"uid":"85aeaba7bb62e5e5","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/85aeaba7bb62e5e5","status":"passed","time":{"start":1705518211225,"stop":1705518211225,"duration":0}},{"uid":"b8416f8728153ae5","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/b8416f8728153ae5","status":"passed","time":{"start":1705518105992,"stop":1705518105992,"duration":0}},{"uid":"c98ff72b0202f2fc","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/c98ff72b0202f2fc","status":"passed","time":{"start":1705517988192,"stop":1705517988193,"duration":1}},{"uid":"1b147e9448e9be8","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/1b147e9448e9be8","status":"passed","time":{"start":1705508655524,"stop":1705508655525,"duration":1}},{"uid":"45386e635af1c4d3","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/45386e635af1c4d3","status":"passed","time":{"start":1705506482099,"stop":1705506482100,"duration":1}},{"uid":"8cd12724a8c1b761","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/8cd12724a8c1b761","status":"passed","time":{"start":1705502939556,"stop":1705502939556,"duration":0}},{"uid":"fed4d3c2765150db","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/fed4d3c2765150db","status":"passed","time":{"start":1705502479558,"stop":1705502479558,"duration":0}},{"uid":"4b00a5da27649983","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/4b00a5da27649983","status":"passed","time":{"start":1705494937948,"stop":1705494937948,"duration":0}},{"uid":"43bfe4a63eacdf8a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/43bfe4a63eacdf8a","status":"passed","time":{"start":1705494940958,"stop":1705494940958,"duration":0}},{"uid":"fe5e1070c499c37e","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/fe5e1070c499c37e","status":"passed","time":{"start":1705494895042,"stop":1705494895042,"duration":0}},{"uid":"b2999b6aed8b2f60","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b2999b6aed8b2f60","status":"passed","time":{"start":1705493464931,"stop":1705493464931,"duration":0}},{"uid":"8d71bb5d82ab8ee0","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/8d71bb5d82ab8ee0","status":"passed","time":{"start":1705493422439,"stop":1705493422439,"duration":0}},{"uid":"5aa934eb9666068f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/5aa934eb9666068f","status":"passed","time":{"start":1705485250490,"stop":1705485250490,"duration":0}},{"uid":"85e7309e86f99e18","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/85e7309e86f99e18","status":"passed","time":{"start":1705485112224,"stop":1705485112224,"duration":0}},{"uid":"c87fd3336059cd11","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c87fd3336059cd11","status":"passed","time":{"start":1705484354903,"stop":1705484354903,"duration":0}},{"uid":"629a48375263157a","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/629a48375263157a","status":"passed","time":{"start":1705469872229,"stop":1705469872229,"duration":0}},{"uid":"23c2424351849b05","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/23c2424351849b05","status":"passed","time":{"start":1705466939044,"stop":1705466939045,"duration":1}},{"uid":"70dd0b67b713f317","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/70dd0b67b713f317","status":"passed","time":{"start":1705435403986,"stop":1705435403986,"duration":0}},{"uid":"bd14b0c499fc3fa6","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/bd14b0c499fc3fa6","status":"passed","time":{"start":1705434864622,"stop":1705434864622,"duration":0}}]},"5f17dca797964afb35dada6d66e7ad8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":30,"unknown":0,"total":31},"items":[{"uid":"1501b97f534276c3","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/1501b97f534276c3","status":"passed","time":{"start":1705518069471,"stop":1705518069471,"duration":0}},{"uid":"109e45461d69078e","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/109e45461d69078e","status":"passed","time":{"start":1705508736285,"stop":1705508736285,"duration":0}},{"uid":"50cf0b6bc438a8f","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/50cf0b6bc438a8f","status":"passed","time":{"start":1705503011128,"stop":1705503011128,"duration":0}},{"uid":"7a6585b28fcf0636","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/7a6585b28fcf0636","status":"passed","time":{"start":1705502557233,"stop":1705502557233,"duration":0}},{"uid":"2b90934f0ef4a452","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/2b90934f0ef4a452","status":"passed","time":{"start":1705495059484,"stop":1705495059485,"duration":1}},{"uid":"b94aab01c5b4d179","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b94aab01c5b4d179","status":"passed","time":{"start":1705495015038,"stop":1705495015038,"duration":0}},{"uid":"6d5f2985de5bdf08","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/6d5f2985de5bdf08","status":"passed","time":{"start":1705494981730,"stop":1705494981730,"duration":0}},{"uid":"89ac654a453e5df7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/89ac654a453e5df7","status":"passed","time":{"start":1705493535034,"stop":1705493535034,"duration":0}},{"uid":"5f451f52cb34f509","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/5f451f52cb34f509","status":"passed","time":{"start":1705493496463,"stop":1705493496464,"duration":1}},{"uid":"4cbdb92dd4517794","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4cbdb92dd4517794","status":"passed","time":{"start":1705485323004,"stop":1705485323004,"duration":0}},{"uid":"bd21103d39592f0a","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/bd21103d39592f0a","status":"passed","time":{"start":1705485181762,"stop":1705485181762,"duration":0}},{"uid":"5b42aea7289646ea","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5b42aea7289646ea","status":"passed","time":{"start":1705484433642,"stop":1705484433642,"duration":0}},{"uid":"4460ecc0fcc55308","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/4460ecc0fcc55308","status":"passed","time":{"start":1705469956355,"stop":1705469956355,"duration":0}},{"uid":"59e41eb8cac4b413","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/59e41eb8cac4b413","status":"passed","time":{"start":1705467019531,"stop":1705467019531,"duration":0}},{"uid":"da2c6dcf8112e18","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/da2c6dcf8112e18","status":"broken","statusDetails":"(HTTP code 404) no such container - No such image: wakuorg/nwaku:v0.22.0 ","time":{"start":1705429366488,"stop":1705429366489,"duration":1}},{"uid":"8ad6ca22fdc0a889","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/8ad6ca22fdc0a889","status":"passed","time":{"start":1705429249985,"stop":1705429249985,"duration":0}},{"uid":"bc02d62de1aba12","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/bc02d62de1aba12","status":"passed","time":{"start":1705426946928,"stop":1705426946929,"duration":1}},{"uid":"a8e7d6d71a7826f5","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/a8e7d6d71a7826f5","status":"passed","time":{"start":1705426556878,"stop":1705426556879,"duration":1}},{"uid":"30169cc6ba77f1a3","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/30169cc6ba77f1a3","status":"passed","time":{"start":1705426500221,"stop":1705426500222,"duration":1}},{"uid":"33a712b7d752ae84","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/33a712b7d752ae84","status":"passed","time":{"start":1705426334725,"stop":1705426334726,"duration":1}}]},"de809b1261f7cfc0c26bc5f971293fdc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"104a2afdda855b78","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/104a2afdda855b78","status":"passed","time":{"start":1705508644323,"stop":1705508644323,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"d5a1fdfd6951ea07","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d5a1fdfd6951ea07","status":"passed","time":{"start":1706528736044,"stop":1706528736044,"duration":0}},{"uid":"8598f96b479f3923","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8598f96b479f3923","status":"passed","time":{"start":1706527705427,"stop":1706527705427,"duration":0}},{"uid":"18c8f5a547b12882","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/18c8f5a547b12882","status":"passed","time":{"start":1706526721659,"stop":1706526721660,"duration":1}},{"uid":"787b27c5e5de7281","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/787b27c5e5de7281","status":"passed","time":{"start":1706526417563,"stop":1706526417563,"duration":0}},{"uid":"8da3cd4fd4be88e2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8da3cd4fd4be88e2","status":"passed","time":{"start":1706526322674,"stop":1706526322674,"duration":0}},{"uid":"74762a8eeea2f9de","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/74762a8eeea2f9de","status":"passed","time":{"start":1706525752767,"stop":1706525752767,"duration":0}},{"uid":"d63417fe106a5380","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d63417fe106a5380","status":"passed","time":{"start":1706525219896,"stop":1706525219896,"duration":0}},{"uid":"9e8a9d8f95de9712","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9e8a9d8f95de9712","status":"passed","time":{"start":1706524780929,"stop":1706524780929,"duration":0}},{"uid":"7df0a85fbfa324f1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7df0a85fbfa324f1","status":"passed","time":{"start":1706467474877,"stop":1706467474877,"duration":0}},{"uid":"2ee98196b6898858","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2ee98196b6898858","status":"passed","time":{"start":1706322827218,"stop":1706322827219,"duration":1}},{"uid":"40d147543253d711","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/40d147543253d711","status":"passed","time":{"start":1706321140681,"stop":1706321140681,"duration":0}},{"uid":"2caacfbac8cf6527","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2caacfbac8cf6527","status":"passed","time":{"start":1706244656775,"stop":1706244656776,"duration":1}},{"uid":"2717a8b2fb16e08e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2717a8b2fb16e08e","status":"passed","time":{"start":1706242225088,"stop":1706242225089,"duration":1}},{"uid":"c117ba72fbb7ae9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c117ba72fbb7ae9","status":"passed","time":{"start":1706114913330,"stop":1706114913330,"duration":0}},{"uid":"8e5bb75921df251d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8e5bb75921df251d","status":"passed","time":{"start":1706114084091,"stop":1706114084091,"duration":0}},{"uid":"8f2027b2a616a33a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8f2027b2a616a33a","status":"passed","time":{"start":1706111558878,"stop":1706111558878,"duration":0}},{"uid":"a08eeefade4d14d0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a08eeefade4d14d0","status":"passed","time":{"start":1706111248342,"stop":1706111248342,"duration":0}},{"uid":"3437064662431b24","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3437064662431b24","status":"passed","time":{"start":1706109150501,"stop":1706109150501,"duration":0}},{"uid":"a6ab9b32b1d01e1e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a6ab9b32b1d01e1e","status":"passed","time":{"start":1706102968921,"stop":1706102968921,"duration":0}},{"uid":"ed433a59045eb119","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ed433a59045eb119","status":"passed","time":{"start":1706102708600,"stop":1706102708600,"duration":0}}]},"3186f9a25238e83576802163aa70b041:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3910d6cc2c888e2","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/d3910d6cc2c888e2","status":"passed","time":{"start":1705526842336,"stop":1705526842336,"duration":0}}]},"e4ff6c7dc8b919dd27c7fcca99152e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"48a2fdb17c9fec28","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/48a2fdb17c9fec28","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244702758,"stop":1706244702758,"duration":0}},{"uid":"61ab80af17455dcb","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/61ab80af17455dcb","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242267490,"stop":1706242267491,"duration":1}}]},"ebac1d67829608af5397fc9ef80f0b5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1c85b77183a94a7","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/c1c85b77183a94a7","status":"passed","time":{"start":1705429175253,"stop":1705429175254,"duration":1}}]},"009fecc11316656779edf058a025d12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ea581563d40a8c6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2ea581563d40a8c6","status":"passed","time":{"start":1706102626866,"stop":1706102626866,"duration":0}}]},"1294d44fe8886a2a810988a6e888133b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57af561a945cff7b","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/57af561a945cff7b","status":"passed","time":{"start":1706100979771,"stop":1706100979771,"duration":0}}]},"4ba9bcb21a6e15a10bf7c7d33b828254:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":127,"unknown":0,"total":127},"items":[{"uid":"f6a60979b168c007","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6a60979b168c007","status":"passed","time":{"start":1706528814969,"stop":1706528814970,"duration":1}},{"uid":"1c7e9f6a57b38cbe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1c7e9f6a57b38cbe","status":"passed","time":{"start":1706527782657,"stop":1706527782658,"duration":1}},{"uid":"771863656fc05c5d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/771863656fc05c5d","status":"passed","time":{"start":1706526799752,"stop":1706526799752,"duration":0}},{"uid":"583d7fa6e219a14c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/583d7fa6e219a14c","status":"passed","time":{"start":1706526495785,"stop":1706526495785,"duration":0}},{"uid":"7b0362893313697f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7b0362893313697f","status":"passed","time":{"start":1706526404764,"stop":1706526404765,"duration":1}},{"uid":"112c075a7e4d0d67","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/112c075a7e4d0d67","status":"passed","time":{"start":1706525829683,"stop":1706525829684,"duration":1}},{"uid":"dedf6c031f631ff2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dedf6c031f631ff2","status":"passed","time":{"start":1706525298684,"stop":1706525298685,"duration":1}},{"uid":"3589ba9b56a34971","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3589ba9b56a34971","status":"passed","time":{"start":1706524857933,"stop":1706524857933,"duration":0}},{"uid":"749b199763a8bfbb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/749b199763a8bfbb","status":"passed","time":{"start":1706467552040,"stop":1706467552041,"duration":1}},{"uid":"af0205ef23b7bcf0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/af0205ef23b7bcf0","status":"passed","time":{"start":1706322904833,"stop":1706322904833,"duration":0}},{"uid":"e4076242bfc05b4b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e4076242bfc05b4b","status":"passed","time":{"start":1706321219430,"stop":1706321219430,"duration":0}},{"uid":"18b36b309228e1a8","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/18b36b309228e1a8","status":"passed","time":{"start":1706244735450,"stop":1706244735450,"duration":0}},{"uid":"883191bce2556370","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/883191bce2556370","status":"passed","time":{"start":1706242296418,"stop":1706242296419,"duration":1}},{"uid":"e249f50088cbe27","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e249f50088cbe27","status":"passed","time":{"start":1706114989580,"stop":1706114989581,"duration":1}},{"uid":"22a3f6131f29926c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/22a3f6131f29926c","status":"passed","time":{"start":1706114161120,"stop":1706114161120,"duration":0}},{"uid":"5574155a2b463de4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5574155a2b463de4","status":"passed","time":{"start":1706111636992,"stop":1706111636992,"duration":0}},{"uid":"7798a91910b0fa27","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7798a91910b0fa27","status":"passed","time":{"start":1706111323444,"stop":1706111323445,"duration":1}},{"uid":"e0c58b008c21220e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e0c58b008c21220e","status":"passed","time":{"start":1706109231144,"stop":1706109231146,"duration":2}},{"uid":"b364f8b79c7f0867","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b364f8b79c7f0867","status":"passed","time":{"start":1706103046875,"stop":1706103046876,"duration":1}},{"uid":"3a59766cc3aa1da7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3a59766cc3aa1da7","status":"passed","time":{"start":1706102784512,"stop":1706102784515,"duration":3}}]},"d74b9a995bb16c7baf23195c51c4b868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6147700efd5a9fd8","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/6147700efd5a9fd8","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705518883237,"stop":1705518883238,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"6567dcc8af30a1af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6567dcc8af30a1af","status":"passed","time":{"start":1706528729420,"stop":1706528729420,"duration":0}},{"uid":"423ac3ba3a941e9d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/423ac3ba3a941e9d","status":"passed","time":{"start":1706527698866,"stop":1706527698866,"duration":0}},{"uid":"9b2e939ae9fcd621","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9b2e939ae9fcd621","status":"passed","time":{"start":1706526712950,"stop":1706526712950,"duration":0}},{"uid":"eb1797fd6cfae2da","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/eb1797fd6cfae2da","status":"passed","time":{"start":1706526411260,"stop":1706526411261,"duration":1}},{"uid":"e639001750ccfae4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e639001750ccfae4","status":"passed","time":{"start":1706526316477,"stop":1706526316478,"duration":1}},{"uid":"30e68b0b2c640f7b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/30e68b0b2c640f7b","status":"passed","time":{"start":1706525744165,"stop":1706525744166,"duration":1}},{"uid":"ad08da8b31eac296","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ad08da8b31eac296","status":"passed","time":{"start":1706525211115,"stop":1706525211116,"duration":1}},{"uid":"8b72082e67f3710e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8b72082e67f3710e","status":"passed","time":{"start":1706524772408,"stop":1706524772408,"duration":0}},{"uid":"960f40ae0462bd14","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/960f40ae0462bd14","status":"passed","time":{"start":1706467466255,"stop":1706467466256,"duration":1}},{"uid":"30247e15c5362df7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/30247e15c5362df7","status":"passed","time":{"start":1706322818133,"stop":1706322818133,"duration":0}},{"uid":"4b04de9fd7c5a185","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4b04de9fd7c5a185","status":"passed","time":{"start":1706321132321,"stop":1706321132322,"duration":1}},{"uid":"bb1b497e741c3e84","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bb1b497e741c3e84","status":"passed","time":{"start":1706244648268,"stop":1706244648268,"duration":0}},{"uid":"2c43555a607ebd02","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2c43555a607ebd02","status":"passed","time":{"start":1706242216316,"stop":1706242216316,"duration":0}},{"uid":"1bc8ed402029f64c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1bc8ed402029f64c","status":"passed","time":{"start":1706114904756,"stop":1706114904757,"duration":1}},{"uid":"6039afc8dce008a7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6039afc8dce008a7","status":"passed","time":{"start":1706114075348,"stop":1706114075349,"duration":1}},{"uid":"9b991eb02cf6f95f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9b991eb02cf6f95f","status":"passed","time":{"start":1706111549899,"stop":1706111549899,"duration":0}},{"uid":"4ce5473e5e2af971","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4ce5473e5e2af971","status":"passed","time":{"start":1706111239553,"stop":1706111239554,"duration":1}},{"uid":"c617db58053806c0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c617db58053806c0","status":"passed","time":{"start":1706109141784,"stop":1706109141784,"duration":0}},{"uid":"c8ff55c751087226","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c8ff55c751087226","status":"passed","time":{"start":1706102960258,"stop":1706102960258,"duration":0}},{"uid":"4d957792092a8580","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4d957792092a8580","status":"passed","time":{"start":1706102700184,"stop":1706102700185,"duration":1}}]},"15dce1a60a3d9b1bf5f61c92463944d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6af66a134c79d41","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/e6af66a134c79d41","status":"passed","time":{"start":1706101976577,"stop":1706101976578,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":128,"unknown":0,"total":128},"items":[{"uid":"9b5eb109f20cdaa9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b5eb109f20cdaa9","status":"passed","time":{"start":1706529232496,"stop":1706529232496,"duration":0}},{"uid":"c90180d93e1bf872","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c90180d93e1bf872","status":"passed","time":{"start":1706528204713,"stop":1706528204713,"duration":0}},{"uid":"90ac3353da36a5a5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/90ac3353da36a5a5","status":"passed","time":{"start":1706527099415,"stop":1706527099416,"duration":1}},{"uid":"ac8a93a1abee804c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ac8a93a1abee804c","status":"passed","time":{"start":1706526797225,"stop":1706526797226,"duration":1}},{"uid":"de286e4f1e230d96","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/de286e4f1e230d96","status":"passed","time":{"start":1706526702294,"stop":1706526702298,"duration":4}},{"uid":"2b0b9a5d41d07f0e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2b0b9a5d41d07f0e","status":"passed","time":{"start":1706526144637,"stop":1706526144638,"duration":1}},{"uid":"8c2be526164fe528","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8c2be526164fe528","status":"passed","time":{"start":1706525605480,"stop":1706525605480,"duration":0}},{"uid":"da233f897d381820","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/da233f897d381820","status":"passed","time":{"start":1706525237517,"stop":1706525237517,"duration":0}},{"uid":"6f3ef1346cef18dd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6f3ef1346cef18dd","status":"passed","time":{"start":1706467847956,"stop":1706467847956,"duration":0}},{"uid":"78400dad83db7a89","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/78400dad83db7a89","status":"passed","time":{"start":1706323224589,"stop":1706323224589,"duration":0}},{"uid":"e116e76d9aa00e54","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e116e76d9aa00e54","status":"passed","time":{"start":1706321490514,"stop":1706321490515,"duration":1}},{"uid":"5164137a4d8ff6c5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5164137a4d8ff6c5","status":"passed","time":{"start":1706115297912,"stop":1706115297913,"duration":1}},{"uid":"2aeb8bf6aa7a88e9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2aeb8bf6aa7a88e9","status":"passed","time":{"start":1706114468894,"stop":1706114468895,"duration":1}},{"uid":"ce65cb0040132b84","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ce65cb0040132b84","status":"passed","time":{"start":1706111928720,"stop":1706111928721,"duration":1}},{"uid":"687cae2f854adefd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/687cae2f854adefd","status":"passed","time":{"start":1706111629325,"stop":1706111629325,"duration":0}},{"uid":"fc92ed66ca9eb033","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fc92ed66ca9eb033","status":"passed","time":{"start":1706109548329,"stop":1706109548329,"duration":0}},{"uid":"a17f53982246138","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a17f53982246138","status":"passed","time":{"start":1706103319929,"stop":1706103319929,"duration":0}},{"uid":"add16bc290244fc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/add16bc290244fc","status":"passed","time":{"start":1706103066443,"stop":1706103066443,"duration":0}},{"uid":"4365ee888ba1c9e4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4365ee888ba1c9e4","status":"passed","time":{"start":1706102448465,"stop":1706102448465,"duration":0}},{"uid":"72d898f5df976351","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/72d898f5df976351","status":"passed","time":{"start":1706102342942,"stop":1706102342942,"duration":0}}]},"02c07cb378133e767812754c3ce41a32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"962a6df825ee5f81","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/962a6df825ee5f81","status":"passed","time":{"start":1705577320167,"stop":1705577320167,"duration":0}}]},"38653e442d8b568875aa0f060e23e165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1e7447180311212","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/f1e7447180311212","status":"passed","time":{"start":1705572882919,"stop":1705572882919,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":33,"unknown":0,"total":35},"items":[{"uid":"563fd2bd80d3dfe8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/563fd2bd80d3dfe8","status":"passed","time":{"start":1706529333241,"stop":1706529333241,"duration":0}},{"uid":"bef18b7543743894","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bef18b7543743894","status":"passed","time":{"start":1706528290456,"stop":1706528290456,"duration":0}},{"uid":"bd03efd782dd1de4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bd03efd782dd1de4","status":"passed","time":{"start":1706527264335,"stop":1706527264335,"duration":0}},{"uid":"49fd9c469a2b9cca","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/49fd9c469a2b9cca","status":"passed","time":{"start":1706526976765,"stop":1706526976766,"duration":1}},{"uid":"f5e5acf706fb233f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f5e5acf706fb233f","status":"passed","time":{"start":1706526885802,"stop":1706526885802,"duration":0}},{"uid":"dfbe0ea6317ff7af","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dfbe0ea6317ff7af","status":"passed","time":{"start":1706526330091,"stop":1706526330092,"duration":1}},{"uid":"e61f8c6678493af6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e61f8c6678493af6","status":"passed","time":{"start":1706525780719,"stop":1706525780719,"duration":0}},{"uid":"dfef3d3bac611f90","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/dfef3d3bac611f90","status":"passed","time":{"start":1706525359486,"stop":1706525359486,"duration":0}},{"uid":"3b30b304bad038b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3b30b304bad038b","status":"passed","time":{"start":1706468042629,"stop":1706468042629,"duration":0}},{"uid":"6804ca648826fd64","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6804ca648826fd64","status":"passed","time":{"start":1706323386922,"stop":1706323386923,"duration":1}},{"uid":"41b2a10311ade06d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/41b2a10311ade06d","status":"passed","time":{"start":1706321713090,"stop":1706321713090,"duration":0}},{"uid":"2d93a4d8dcd24695","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2d93a4d8dcd24695","status":"passed","time":{"start":1706115482605,"stop":1706115482605,"duration":0}},{"uid":"95ae454c946bef04","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/95ae454c946bef04","status":"passed","time":{"start":1706114635378,"stop":1706114635378,"duration":0}},{"uid":"eab7176e3edb66a6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eab7176e3edb66a6","status":"passed","time":{"start":1706112127514,"stop":1706112127515,"duration":1}},{"uid":"6cf8c8a133141010","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6cf8c8a133141010","status":"passed","time":{"start":1706111809256,"stop":1706111809259,"duration":3}},{"uid":"4bd18ba9cb9708b2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4bd18ba9cb9708b2","status":"passed","time":{"start":1706109719516,"stop":1706109719516,"duration":0}},{"uid":"712cb79cd9190644","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/712cb79cd9190644","status":"passed","time":{"start":1706103518430,"stop":1706103518430,"duration":0}},{"uid":"20c900f72acde95b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/20c900f72acde95b","status":"passed","time":{"start":1706103305151,"stop":1706103305151,"duration":0}},{"uid":"2e7d0f3a7646d7c0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2e7d0f3a7646d7c0","status":"passed","time":{"start":1706102626847,"stop":1706102626847,"duration":0}},{"uid":"b62c01277af34be2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b62c01277af34be2","status":"passed","time":{"start":1706102491823,"stop":1706102491823,"duration":0}}]},"71d2115f7f47c8f8c74b7c1280398322:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ee8bdd61e5f30f5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/2ee8bdd61e5f30f5","status":"passed","time":{"start":1705493442557,"stop":1705493442557,"duration":0}}]},"378850f54ce44616736efb8db0ee299d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3782ca9f62e3285","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/b3782ca9f62e3285","status":"passed","time":{"start":1705426463504,"stop":1705426463505,"duration":1}}]},"3271eb9297e51c28a92cf135806be848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9af5afcfd34451b","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/d9af5afcfd34451b","status":"passed","time":{"start":1705950488308,"stop":1705950488309,"duration":1}}]},"6a634ec8063b24dac9b9ffb03a7a89a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80e5f0ffb3f147df","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/80e5f0ffb3f147df","status":"passed","time":{"start":1705572859717,"stop":1705572859718,"duration":1}}]},"207c274d577e03b42c4c5bcaae4cfde6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"9bc5656f2c7c269d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9bc5656f2c7c269d","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0}},{"uid":"1625f3f613741e70","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1625f3f613741e70","status":"passed","time":{"start":1706528357074,"stop":1706528357078,"duration":4}},{"uid":"30144cec6b51ae20","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/30144cec6b51ae20","status":"passed","time":{"start":1706527326685,"stop":1706527326686,"duration":1}},{"uid":"97170fcb0a814e9c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/97170fcb0a814e9c","status":"passed","time":{"start":1706527049790,"stop":1706527049790,"duration":0}},{"uid":"cf0204c935b86e5a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cf0204c935b86e5a","status":"passed","time":{"start":1706526961434,"stop":1706526961435,"duration":1}},{"uid":"903a1f779588fa51","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/903a1f779588fa51","status":"passed","time":{"start":1706526404273,"stop":1706526404273,"duration":0}},{"uid":"c962249ceae0d690","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c962249ceae0d690","status":"passed","time":{"start":1706525849949,"stop":1706525849949,"duration":0}},{"uid":"3f8492620c0015ca","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3f8492620c0015ca","status":"passed","time":{"start":1706525432941,"stop":1706525432942,"duration":1}},{"uid":"e4d31336fcff2a1a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e4d31336fcff2a1a","status":"passed","time":{"start":1706468114340,"stop":1706468114341,"duration":1}},{"uid":"cf69b0bbac79b4c4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cf69b0bbac79b4c4","status":"passed","time":{"start":1706323469642,"stop":1706323469642,"duration":0}},{"uid":"75922d9dc75ccd7f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/75922d9dc75ccd7f","status":"passed","time":{"start":1706321771784,"stop":1706321771784,"duration":0}},{"uid":"b062103d9e57489","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b062103d9e57489","status":"passed","time":{"start":1706115542390,"stop":1706115542390,"duration":0}},{"uid":"7c2a730e88481423","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7c2a730e88481423","status":"passed","time":{"start":1706114725913,"stop":1706114725913,"duration":0}},{"uid":"b0ac70afd7deab12","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b0ac70afd7deab12","status":"passed","time":{"start":1706112199257,"stop":1706112199257,"duration":0}},{"uid":"2faf0c5e2b3092b3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2faf0c5e2b3092b3","status":"passed","time":{"start":1706111893730,"stop":1706111893730,"duration":0}},{"uid":"7776c18f8bc9f4fe","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7776c18f8bc9f4fe","status":"passed","time":{"start":1706109796547,"stop":1706109796547,"duration":0}},{"uid":"ac2548feda61f95c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ac2548feda61f95c","status":"passed","time":{"start":1706103557147,"stop":1706103557147,"duration":0}},{"uid":"5a3f886b13d39e9a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5a3f886b13d39e9a","status":"passed","time":{"start":1706103365796,"stop":1706103365796,"duration":0}},{"uid":"64575b2a7102d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/64575b2a7102d","status":"passed","time":{"start":1706102701043,"stop":1706102701043,"duration":0}},{"uid":"f98fbeb603070849","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f98fbeb603070849","status":"passed","time":{"start":1706102579552,"stop":1706102579552,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"cb77b229d64c80a3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb77b229d64c80a3","status":"passed","time":{"start":1706529367437,"stop":1706529367438,"duration":1}},{"uid":"bd54d26ba998887b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bd54d26ba998887b","status":"passed","time":{"start":1706528339922,"stop":1706528339922,"duration":0}},{"uid":"3b0cd7942e1f6f59","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3b0cd7942e1f6f59","status":"passed","time":{"start":1706527181536,"stop":1706527181536,"duration":0}},{"uid":"5753c0c826bcc3d9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5753c0c826bcc3d9","status":"passed","time":{"start":1706527016287,"stop":1706527016289,"duration":2}},{"uid":"dd0de6b45dadbedb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/dd0de6b45dadbedb","status":"passed","time":{"start":1706526929193,"stop":1706526929193,"duration":0}},{"uid":"636d310c4fae1190","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/636d310c4fae1190","status":"passed","time":{"start":1706526355564,"stop":1706526355565,"duration":1}},{"uid":"7f1eaf752cbd6e5b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7f1eaf752cbd6e5b","status":"passed","time":{"start":1706525825272,"stop":1706525825272,"duration":0}},{"uid":"99ce50cabe662dd3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/99ce50cabe662dd3","status":"passed","time":{"start":1706525414575,"stop":1706525414575,"duration":0}},{"uid":"43075d3c346ae4e8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/43075d3c346ae4e8","status":"passed","time":{"start":1706468084953,"stop":1706468084953,"duration":0}},{"uid":"dc0283717ff4dbca","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dc0283717ff4dbca","status":"passed","time":{"start":1706323430963,"stop":1706323430963,"duration":0}},{"uid":"b2af6b29d1b245b1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b2af6b29d1b245b1","status":"passed","time":{"start":1706321743961,"stop":1706321743961,"duration":0}},{"uid":"514411ebaaddd0ac","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/514411ebaaddd0ac","status":"passed","time":{"start":1706115449524,"stop":1706115449524,"duration":0}},{"uid":"4ae846226a17493","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4ae846226a17493","status":"passed","time":{"start":1706114706797,"stop":1706114706798,"duration":1}},{"uid":"6fe22e80c20d524a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6fe22e80c20d524a","status":"passed","time":{"start":1706112158250,"stop":1706112158251,"duration":1}},{"uid":"45f9b42d4b99a350","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/45f9b42d4b99a350","status":"passed","time":{"start":1706111870558,"stop":1706111870558,"duration":0}},{"uid":"a54ca9c7eed40c45","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a54ca9c7eed40c45","status":"passed","time":{"start":1706109756245,"stop":1706109756245,"duration":0}},{"uid":"341e4133e0200f9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/341e4133e0200f9","status":"passed","time":{"start":1706103280823,"stop":1706103280823,"duration":0}},{"uid":"611435b02e857d5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/611435b02e857d5","status":"passed","time":{"start":1706103332255,"stop":1706103332255,"duration":0}},{"uid":"bfbef0f9d56941d5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bfbef0f9d56941d5","status":"passed","time":{"start":1706102670250,"stop":1706102670251,"duration":1}},{"uid":"bfd46e112d8e445e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bfd46e112d8e445e","status":"passed","time":{"start":1706102539179,"stop":1706102539180,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"832bacd24e71e39c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/832bacd24e71e39c","status":"passed","time":{"start":1706528729417,"stop":1706528729418,"duration":1}},{"uid":"e7bf9eaa89dd77d3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e7bf9eaa89dd77d3","status":"passed","time":{"start":1706527698863,"stop":1706527698864,"duration":1}},{"uid":"3b0258e6fd1f18d1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3b0258e6fd1f18d1","status":"passed","time":{"start":1706526712948,"stop":1706526712948,"duration":0}},{"uid":"cde45788d9483b99","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cde45788d9483b99","status":"passed","time":{"start":1706526411258,"stop":1706526411258,"duration":0}},{"uid":"ca8d5f4a6b6f71b8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ca8d5f4a6b6f71b8","status":"passed","time":{"start":1706526316475,"stop":1706526316475,"duration":0}},{"uid":"cf8260369036b50d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cf8260369036b50d","status":"passed","time":{"start":1706525744163,"stop":1706525744163,"duration":0}},{"uid":"c3107a5aa0c00f6f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c3107a5aa0c00f6f","status":"passed","time":{"start":1706525211109,"stop":1706525211110,"duration":1}},{"uid":"af5486759e3da42d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/af5486759e3da42d","status":"passed","time":{"start":1706524772405,"stop":1706524772406,"duration":1}},{"uid":"e878aef8f5f6ef77","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e878aef8f5f6ef77","status":"passed","time":{"start":1706467466253,"stop":1706467466253,"duration":0}},{"uid":"31f0014028fcd317","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/31f0014028fcd317","status":"passed","time":{"start":1706322818131,"stop":1706322818131,"duration":0}},{"uid":"15e6b1d6381c83c4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/15e6b1d6381c83c4","status":"passed","time":{"start":1706321132319,"stop":1706321132319,"duration":0}},{"uid":"9df5e86f3bbc1901","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9df5e86f3bbc1901","status":"passed","time":{"start":1706244648265,"stop":1706244648266,"duration":1}},{"uid":"73cbcedf506726f5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/73cbcedf506726f5","status":"passed","time":{"start":1706242216313,"stop":1706242216313,"duration":0}},{"uid":"5294d08738f9723d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5294d08738f9723d","status":"passed","time":{"start":1706114904750,"stop":1706114904751,"duration":1}},{"uid":"e20dbdddd47e49f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e20dbdddd47e49f","status":"passed","time":{"start":1706114075345,"stop":1706114075346,"duration":1}},{"uid":"9b1bf846175d56b2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9b1bf846175d56b2","status":"passed","time":{"start":1706111549896,"stop":1706111549897,"duration":1}},{"uid":"3e8d4f320f0179db","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3e8d4f320f0179db","status":"passed","time":{"start":1706111239551,"stop":1706111239551,"duration":0}},{"uid":"bfd7ff6944ff4ff1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bfd7ff6944ff4ff1","status":"passed","time":{"start":1706109141782,"stop":1706109141782,"duration":0}},{"uid":"ab1764f874b4d0cc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ab1764f874b4d0cc","status":"passed","time":{"start":1706102960255,"stop":1706102960255,"duration":0}},{"uid":"e53ce5539f21b040","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e53ce5539f21b040","status":"passed","time":{"start":1706102700182,"stop":1706102700182,"duration":0}}]},"a51ed9bdccd6344565b5f40c631694f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":36,"unknown":0,"total":39},"items":[{"uid":"1ed495c36fb15261","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/1ed495c36fb15261","status":"passed","time":{"start":1705520774318,"stop":1705520774318,"duration":0}},{"uid":"4cf5a575b4cd134c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4cf5a575b4cd134c","status":"passed","time":{"start":1705518144855,"stop":1705518144855,"duration":0}},{"uid":"9254b5921c883021","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/9254b5921c883021","status":"passed","time":{"start":1705518037871,"stop":1705518037872,"duration":1}},{"uid":"385f58c68420de2b","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/385f58c68420de2b","status":"passed","time":{"start":1705517919610,"stop":1705517919612,"duration":2}},{"uid":"51ab680c57a4b4a4","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/51ab680c57a4b4a4","status":"passed","time":{"start":1705508581663,"stop":1705508581664,"duration":1}},{"uid":"2ab09b92abb4957d","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2ab09b92abb4957d","status":"passed","time":{"start":1705506417942,"stop":1705506417942,"duration":0}},{"uid":"3dbd46fa5bb26f6d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/3dbd46fa5bb26f6d","status":"passed","time":{"start":1705502873027,"stop":1705502873028,"duration":1}},{"uid":"b5a9ca3dc04c4640","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/b5a9ca3dc04c4640","status":"passed","time":{"start":1705502411168,"stop":1705502411172,"duration":4}},{"uid":"4fccb3b47daa5edc","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/4fccb3b47daa5edc","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494913004,"stop":1705494913004,"duration":0}},{"uid":"34a4d3dee0a6a885","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/34a4d3dee0a6a885","status":"passed","time":{"start":1705494867093,"stop":1705494867094,"duration":1}},{"uid":"5a89754c6a5400fc","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/5a89754c6a5400fc","status":"passed","time":{"start":1705494827836,"stop":1705494827836,"duration":0}},{"uid":"37e02b24a19b4ce4","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/37e02b24a19b4ce4","status":"passed","time":{"start":1705493385861,"stop":1705493385862,"duration":1}},{"uid":"cb718c37a6922cef","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/cb718c37a6922cef","status":"passed","time":{"start":1705493356816,"stop":1705493356817,"duration":1}},{"uid":"a3fca170c606f74d","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/a3fca170c606f74d","status":"passed","time":{"start":1705485181320,"stop":1705485181321,"duration":1}},{"uid":"42dd62253e8903a6","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/42dd62253e8903a6","status":"passed","time":{"start":1705485039007,"stop":1705485039008,"duration":1}},{"uid":"dcfc9c2ea31135d6","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/dcfc9c2ea31135d6","status":"passed","time":{"start":1705484288882,"stop":1705484288887,"duration":5}},{"uid":"e5f72fecaaddaeeb","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e5f72fecaaddaeeb","status":"passed","time":{"start":1705469804327,"stop":1705469804328,"duration":1}},{"uid":"aa0b1477b0c98586","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/aa0b1477b0c98586","status":"passed","time":{"start":1705466868862,"stop":1705466868863,"duration":1}},{"uid":"c3a37c0b3fc55e33","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/c3a37c0b3fc55e33","status":"passed","time":{"start":1705435336417,"stop":1705435336417,"duration":0}},{"uid":"622bbbb622c57531","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/622bbbb622c57531","status":"passed","time":{"start":1705434797359,"stop":1705434797360,"duration":1}}]},"877a21700d923ae813efdd2034d6b7da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f04b0a75141f4eb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9f04b0a75141f4eb","status":"passed","time":{"start":1706526976783,"stop":1706526976784,"duration":1}}]},"b75453bd33761b79676430bffa344122:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45a72b939a16380c","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/45a72b939a16380c","status":"passed","time":{"start":1705570433187,"stop":1705570433188,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":90,"unknown":0,"total":91},"items":[{"uid":"c121b4e2cc71e2d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c121b4e2cc71e2d9","status":"passed","time":{"start":1706528857319,"stop":1706528857320,"duration":1}},{"uid":"a11314f2b3966522","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a11314f2b3966522","status":"passed","time":{"start":1706527827598,"stop":1706527827598,"duration":0}},{"uid":"47df2ec84c760800","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/47df2ec84c760800","status":"passed","time":{"start":1706526836999,"stop":1706526836999,"duration":0}},{"uid":"6fdf103eef8e725a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6fdf103eef8e725a","status":"passed","time":{"start":1706526533889,"stop":1706526533889,"duration":0}},{"uid":"9b79235254678744","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9b79235254678744","status":"passed","time":{"start":1706526441880,"stop":1706526441881,"duration":1}},{"uid":"99bdf5514069079d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/99bdf5514069079d","status":"passed","time":{"start":1706525866028,"stop":1706525866028,"duration":0}},{"uid":"7df817ae450724e8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7df817ae450724e8","status":"passed","time":{"start":1706525332951,"stop":1706525332952,"duration":1}},{"uid":"93164233c74cea8b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/93164233c74cea8b","status":"passed","time":{"start":1706524895853,"stop":1706524895854,"duration":1}},{"uid":"f424fe03b2811da","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f424fe03b2811da","status":"passed","time":{"start":1706467592272,"stop":1706467592273,"duration":1}},{"uid":"cecd52860253aee4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cecd52860253aee4","status":"passed","time":{"start":1706322942362,"stop":1706322942363,"duration":1}},{"uid":"6441b54d8a05f877","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6441b54d8a05f877","status":"passed","time":{"start":1706321253076,"stop":1706321253076,"duration":0}},{"uid":"dd6b8af3d0d96b1c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/dd6b8af3d0d96b1c","status":"passed","time":{"start":1706244761421,"stop":1706244761427,"duration":6}},{"uid":"e24110a52ea77bd6","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e24110a52ea77bd6","status":"passed","time":{"start":1706242323589,"stop":1706242323589,"duration":0}},{"uid":"ea538f5f1c916551","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ea538f5f1c916551","status":"passed","time":{"start":1706115032889,"stop":1706115032890,"duration":1}},{"uid":"50a6af7cae337d60","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/50a6af7cae337d60","status":"passed","time":{"start":1706114198075,"stop":1706114198076,"duration":1}},{"uid":"9002742dce23373d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9002742dce23373d","status":"passed","time":{"start":1706111672954,"stop":1706111672954,"duration":0}},{"uid":"25e235aa3a7ff4a8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/25e235aa3a7ff4a8","status":"passed","time":{"start":1706111369286,"stop":1706111369286,"duration":0}},{"uid":"5a69cbff831cacb6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5a69cbff831cacb6","status":"passed","time":{"start":1706109273536,"stop":1706109273550,"duration":14}},{"uid":"5646bb761ee87371","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5646bb761ee87371","status":"passed","time":{"start":1706103083983,"stop":1706103083984,"duration":1}},{"uid":"6ec1b5886e60dc60","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6ec1b5886e60dc60","status":"passed","time":{"start":1706102826557,"stop":1706102826557,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":28,"unknown":0,"total":30},"items":[{"uid":"ca484b51cd4d42f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ca484b51cd4d42f0","status":"passed","time":{"start":1706529367432,"stop":1706529367433,"duration":1}},{"uid":"7c26d91743728dfc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7c26d91743728dfc","status":"passed","time":{"start":1706528339919,"stop":1706528339920,"duration":1}},{"uid":"de7250ae69103cca","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/de7250ae69103cca","status":"passed","time":{"start":1706527181529,"stop":1706527181530,"duration":1}},{"uid":"da9ddffc895ac672","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/da9ddffc895ac672","status":"passed","time":{"start":1706527016285,"stop":1706527016285,"duration":0}},{"uid":"a50fe377d3d793b2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a50fe377d3d793b2","status":"passed","time":{"start":1706526929186,"stop":1706526929191,"duration":5}},{"uid":"131b1801792fb750","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/131b1801792fb750","status":"passed","time":{"start":1706526355562,"stop":1706526355562,"duration":0}},{"uid":"18a417e478e3801b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/18a417e478e3801b","status":"passed","time":{"start":1706525825270,"stop":1706525825271,"duration":1}},{"uid":"794b95043647537d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/794b95043647537d","status":"passed","time":{"start":1706525414573,"stop":1706525414573,"duration":0}},{"uid":"4f6b7dcf6d93a7ef","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4f6b7dcf6d93a7ef","status":"passed","time":{"start":1706468084951,"stop":1706468084951,"duration":0}},{"uid":"410f23ec609705f5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/410f23ec609705f5","status":"passed","time":{"start":1706323430960,"stop":1706323430960,"duration":0}},{"uid":"4f37f1ed2303148b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4f37f1ed2303148b","status":"passed","time":{"start":1706321743959,"stop":1706321743960,"duration":1}},{"uid":"5636300487054dfe","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5636300487054dfe","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244711512,"stop":1706244711512,"duration":0}},{"uid":"9eb6952fa6fb089c","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/9eb6952fa6fb089c","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242276996,"stop":1706242276997,"duration":1}},{"uid":"cb6fcf3243f90104","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cb6fcf3243f90104","status":"passed","time":{"start":1706115449515,"stop":1706115449515,"duration":0}},{"uid":"4c5ca8ebb12296c1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4c5ca8ebb12296c1","status":"passed","time":{"start":1706114706794,"stop":1706114706794,"duration":0}},{"uid":"19c145ed541a45b5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/19c145ed541a45b5","status":"passed","time":{"start":1706112158248,"stop":1706112158249,"duration":1}},{"uid":"f8769200a3e39d77","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f8769200a3e39d77","status":"passed","time":{"start":1706111870556,"stop":1706111870556,"duration":0}},{"uid":"2affa314e2868661","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2affa314e2868661","status":"passed","time":{"start":1706109756243,"stop":1706109756244,"duration":1}},{"uid":"6aebbe1d25fb9f6c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6aebbe1d25fb9f6c","status":"passed","time":{"start":1706103280814,"stop":1706103280815,"duration":1}},{"uid":"189a9db0b4b4fe96","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/189a9db0b4b4fe96","status":"passed","time":{"start":1706103332252,"stop":1706103332252,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"f0f0c08300a5a608","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f0f0c08300a5a608","status":"passed","time":{"start":1706529403571,"stop":1706529403571,"duration":0}},{"uid":"3a80395989e9ebcf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3a80395989e9ebcf","status":"passed","time":{"start":1706528357085,"stop":1706528357085,"duration":0}},{"uid":"b60970b5e9098903","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b60970b5e9098903","status":"passed","time":{"start":1706527326690,"stop":1706527326690,"duration":0}},{"uid":"70a48129c678e9ee","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/70a48129c678e9ee","status":"passed","time":{"start":1706527049794,"stop":1706527049794,"duration":0}},{"uid":"c86348bbe9c924e6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c86348bbe9c924e6","status":"passed","time":{"start":1706526961439,"stop":1706526961440,"duration":1}},{"uid":"890c63be3e82442b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/890c63be3e82442b","status":"passed","time":{"start":1706526404279,"stop":1706526404279,"duration":0}},{"uid":"4e402628dfc814db","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4e402628dfc814db","status":"passed","time":{"start":1706525849954,"stop":1706525849954,"duration":0}},{"uid":"88bd4473403b53bd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/88bd4473403b53bd","status":"passed","time":{"start":1706525432945,"stop":1706525432945,"duration":0}},{"uid":"c4fc2d91cd02b734","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c4fc2d91cd02b734","status":"passed","time":{"start":1706468114345,"stop":1706468114346,"duration":1}},{"uid":"a6e8bc3ee416bf1a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a6e8bc3ee416bf1a","status":"passed","time":{"start":1706323469647,"stop":1706323469647,"duration":0}},{"uid":"fb8e7b622ffacd6b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fb8e7b622ffacd6b","status":"passed","time":{"start":1706321771788,"stop":1706321771788,"duration":0}},{"uid":"87a314c70bc2c0a3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/87a314c70bc2c0a3","status":"passed","time":{"start":1706115542394,"stop":1706115542394,"duration":0}},{"uid":"49b48ba5f6de8103","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/49b48ba5f6de8103","status":"passed","time":{"start":1706114725917,"stop":1706114725917,"duration":0}},{"uid":"f192501a4964b353","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f192501a4964b353","status":"passed","time":{"start":1706112199262,"stop":1706112199262,"duration":0}},{"uid":"bb1dcff47d125e12","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bb1dcff47d125e12","status":"passed","time":{"start":1706111893734,"stop":1706111893735,"duration":1}},{"uid":"84599ce945ce9c19","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/84599ce945ce9c19","status":"passed","time":{"start":1706109796551,"stop":1706109796551,"duration":0}},{"uid":"d704165ae9ab981b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d704165ae9ab981b","status":"passed","time":{"start":1706103557151,"stop":1706103557152,"duration":1}},{"uid":"82ccc17c11e5c467","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/82ccc17c11e5c467","status":"passed","time":{"start":1706103365802,"stop":1706103365802,"duration":0}},{"uid":"e69fd35598bf2cb3","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e69fd35598bf2cb3","status":"passed","time":{"start":1706102701048,"stop":1706102701048,"duration":0}},{"uid":"66997d0b9fd96de5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/66997d0b9fd96de5","status":"passed","time":{"start":1706102579556,"stop":1706102579556,"duration":0}}]},"febd2efc6559ba0b6910922def8cda85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"773ed2b50dae8575","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/773ed2b50dae8575","status":"passed","time":{"start":1706526885814,"stop":1706526885814,"duration":0}}]},"cb4471ee8626ebb51218473f13bff6be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37141a4ff6431a7f","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/37141a4ff6431a7f","status":"passed","time":{"start":1705681459379,"stop":1705681459379,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"c253b1ef5e6023c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c253b1ef5e6023c0","status":"passed","time":{"start":1706528986000,"stop":1706528986000,"duration":0}},{"uid":"ca556b12fa0b5a74","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ca556b12fa0b5a74","status":"passed","time":{"start":1706527951692,"stop":1706527951693,"duration":1}},{"uid":"e2775561c51230d5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e2775561c51230d5","status":"passed","time":{"start":1706526969201,"stop":1706526969201,"duration":0}},{"uid":"22f5d0a76ce20102","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/22f5d0a76ce20102","status":"passed","time":{"start":1706526675845,"stop":1706526675845,"duration":0}},{"uid":"da2916293bff6353","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/da2916293bff6353","status":"passed","time":{"start":1706526572352,"stop":1706526572352,"duration":0}},{"uid":"777bdb7682de7065","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/777bdb7682de7065","status":"passed","time":{"start":1706525997934,"stop":1706525997934,"duration":0}},{"uid":"7054e4f6cb3b4afa","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7054e4f6cb3b4afa","status":"passed","time":{"start":1706525468240,"stop":1706525468242,"duration":2}},{"uid":"3c7239ce75eea46e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3c7239ce75eea46e","status":"passed","time":{"start":1706525019707,"stop":1706525019707,"duration":0}},{"uid":"fad71187fceed7c8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fad71187fceed7c8","status":"passed","time":{"start":1706467721290,"stop":1706467721291,"duration":1}},{"uid":"f91c8f4521348635","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f91c8f4521348635","status":"passed","time":{"start":1706323082563,"stop":1706323082564,"duration":1}},{"uid":"292897be5ae863d6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/292897be5ae863d6","status":"passed","time":{"start":1706321389965,"stop":1706321389966,"duration":1}},{"uid":"70a5c1093ed2a26e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/70a5c1093ed2a26e","status":"passed","time":{"start":1706115172646,"stop":1706115172647,"duration":1}},{"uid":"5c7096b2c25a9cd1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5c7096b2c25a9cd1","status":"passed","time":{"start":1706114335596,"stop":1706114335597,"duration":1}},{"uid":"6f69dc9038f326bd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6f69dc9038f326bd","status":"passed","time":{"start":1706111797799,"stop":1706111797800,"duration":1}},{"uid":"3a07c76fb77c206b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3a07c76fb77c206b","status":"passed","time":{"start":1706111496584,"stop":1706111496584,"duration":0}},{"uid":"b9b2db9f149c128e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b9b2db9f149c128e","status":"passed","time":{"start":1706109403537,"stop":1706109403538,"duration":1}},{"uid":"57d692f2d3594412","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/57d692f2d3594412","status":"passed","time":{"start":1706103220669,"stop":1706103220669,"duration":0}},{"uid":"8e544e3ec7f89c6a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8e544e3ec7f89c6a","status":"passed","time":{"start":1706102943574,"stop":1706102943574,"duration":0}},{"uid":"9a758885c3be9bcb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9a758885c3be9bcb","status":"passed","time":{"start":1706102315315,"stop":1706102315316,"duration":1}},{"uid":"58d2e22c20bf9763","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/58d2e22c20bf9763","status":"passed","time":{"start":1706102190043,"stop":1706102190043,"duration":0}}]},"0eca1bbc8e579cabcaf1a2b187849db2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a4391fcd94d9a42","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6a4391fcd94d9a42","status":"passed","time":{"start":1705680158915,"stop":1705680158916,"duration":1}}]},"7ab8766b17b08f6fbe3e86268226aca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1348b4673fc803d4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1348b4673fc803d4","status":"passed","time":{"start":1706468042628,"stop":1706468042629,"duration":1}}]},"78630f2a20cd2db9d369c8249d805a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"82b509b11c2fa6e4","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/82b509b11c2fa6e4","status":"passed","time":{"start":1706100942612,"stop":1706100942613,"duration":1}},{"uid":"4ba548839f69d850","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4ba548839f69d850","status":"passed","time":{"start":1706099973748,"stop":1706099973748,"duration":0}},{"uid":"33deaa8a209c431c","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/33deaa8a209c431c","status":"passed","time":{"start":1706077701781,"stop":1706077701781,"duration":0}},{"uid":"2cb947452b9f3d84","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2cb947452b9f3d84","status":"passed","time":{"start":1706069790728,"stop":1706069790728,"duration":0}},{"uid":"774006183a3826b8","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/774006183a3826b8","status":"passed","time":{"start":1705950495034,"stop":1705950495034,"duration":0}},{"uid":"52a7b754e5c36aea","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/52a7b754e5c36aea","status":"passed","time":{"start":1705938302710,"stop":1705938302710,"duration":0}},{"uid":"be0e9b3caba67a9","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/be0e9b3caba67a9","status":"passed","time":{"start":1705913446687,"stop":1705913446687,"duration":0}},{"uid":"2d35a2416d3140b0","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2d35a2416d3140b0","status":"passed","time":{"start":1705912988126,"stop":1705912988127,"duration":1}},{"uid":"f7634c79a72a5c50","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f7634c79a72a5c50","status":"passed","time":{"start":1705912372216,"stop":1705912372216,"duration":0}},{"uid":"4d8de4fce021dc3c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/4d8de4fce021dc3c","status":"passed","time":{"start":1705911551478,"stop":1705911551478,"duration":0}},{"uid":"ce2c4f3ea8db4470","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/ce2c4f3ea8db4470","status":"passed","time":{"start":1705698757761,"stop":1705698757761,"duration":0}},{"uid":"7b271f3c864d0c34","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/7b271f3c864d0c34","status":"passed","time":{"start":1705687467723,"stop":1705687467723,"duration":0}},{"uid":"c37a2bc4857d24e6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c37a2bc4857d24e6","status":"passed","time":{"start":1705687390792,"stop":1705687390793,"duration":1}},{"uid":"25fd6945ecbc031e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/25fd6945ecbc031e","status":"passed","time":{"start":1705678077454,"stop":1705678077454,"duration":0}},{"uid":"be6c0bd99c5ef63e","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/be6c0bd99c5ef63e","status":"passed","time":{"start":1705678007040,"stop":1705678007040,"duration":0}},{"uid":"767977183a218a28","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/767977183a218a28","status":"passed","time":{"start":1705677873532,"stop":1705677873533,"duration":1}},{"uid":"94732caaf5e4b44e","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/94732caaf5e4b44e","status":"passed","time":{"start":1705677414837,"stop":1705677414837,"duration":0}},{"uid":"996ad4940af2087","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/996ad4940af2087","status":"passed","time":{"start":1705676004222,"stop":1705676004223,"duration":1}},{"uid":"bb03a9b77e572c22","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/bb03a9b77e572c22","status":"passed","time":{"start":1705675426977,"stop":1705675426977,"duration":0}},{"uid":"2f2155c0c7e12a6c","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/2f2155c0c7e12a6c","status":"passed","time":{"start":1705670299870,"stop":1705670299870,"duration":0}}]},"05f9a0108f6c4c13afaeea6d8664943c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"49b3b110231cd018","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/49b3b110231cd018","status":"passed","time":{"start":1706100942620,"stop":1706100942620,"duration":0}},{"uid":"b33cfc261208dc83","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b33cfc261208dc83","status":"passed","time":{"start":1706099973763,"stop":1706099973764,"duration":1}},{"uid":"f1f4b69d83c7d6b8","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/f1f4b69d83c7d6b8","status":"passed","time":{"start":1706077701788,"stop":1706077701789,"duration":1}},{"uid":"f9c38063adb4a039","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f9c38063adb4a039","status":"passed","time":{"start":1706069790736,"stop":1706069790736,"duration":0}},{"uid":"930bbcf70b0b0fb7","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/930bbcf70b0b0fb7","status":"passed","time":{"start":1705950495054,"stop":1705950495055,"duration":1}},{"uid":"b67f3d62793f3e6","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b67f3d62793f3e6","status":"passed","time":{"start":1705938302721,"stop":1705938302721,"duration":0}},{"uid":"ce86c73936f327ad","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ce86c73936f327ad","status":"passed","time":{"start":1705913446711,"stop":1705913446712,"duration":1}},{"uid":"172ecf9976f85f5a","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/172ecf9976f85f5a","status":"passed","time":{"start":1705912988143,"stop":1705912988144,"duration":1}},{"uid":"c4c553fcc3a427e5","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/c4c553fcc3a427e5","status":"passed","time":{"start":1705912372226,"stop":1705912372226,"duration":0}},{"uid":"3700d7d8c31e1f9c","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3700d7d8c31e1f9c","status":"passed","time":{"start":1705911551486,"stop":1705911551486,"duration":0}},{"uid":"a19bf042cea390bf","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a19bf042cea390bf","status":"passed","time":{"start":1705698757768,"stop":1705698757768,"duration":0}},{"uid":"ec18fbc931edb5c1","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/ec18fbc931edb5c1","status":"passed","time":{"start":1705687467729,"stop":1705687467730,"duration":1}},{"uid":"95b5643f5c7b5a21","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/95b5643f5c7b5a21","status":"passed","time":{"start":1705687390802,"stop":1705687390803,"duration":1}},{"uid":"19db31fdeefbb46d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/19db31fdeefbb46d","status":"passed","time":{"start":1705678077460,"stop":1705678077460,"duration":0}},{"uid":"fc97021e082cf912","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/fc97021e082cf912","status":"passed","time":{"start":1705678007047,"stop":1705678007047,"duration":0}},{"uid":"e72bdd6e3fcd2a77","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/e72bdd6e3fcd2a77","status":"passed","time":{"start":1705677873540,"stop":1705677873540,"duration":0}},{"uid":"eb7f747629ab9177","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/eb7f747629ab9177","status":"passed","time":{"start":1705677414847,"stop":1705677414847,"duration":0}},{"uid":"aca9a7f2e93d7356","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/aca9a7f2e93d7356","status":"passed","time":{"start":1705676004252,"stop":1705676004253,"duration":1}},{"uid":"95bad20c0ac4e716","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/95bad20c0ac4e716","status":"passed","time":{"start":1705675426985,"stop":1705675426985,"duration":0}},{"uid":"7fed3a2d8f79f991","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/7fed3a2d8f79f991","status":"passed","time":{"start":1705670299883,"stop":1705670299883,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"4b26464a1eeb8d5f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4b26464a1eeb8d5f","status":"passed","time":{"start":1706529232499,"stop":1706529232499,"duration":0}},{"uid":"9bceb4718aa18dbc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9bceb4718aa18dbc","status":"passed","time":{"start":1706528204718,"stop":1706528204718,"duration":0}},{"uid":"c622c99c534bedda","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c622c99c534bedda","status":"passed","time":{"start":1706527099422,"stop":1706527099422,"duration":0}},{"uid":"296b025f9d6dc0a0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/296b025f9d6dc0a0","status":"passed","time":{"start":1706526797230,"stop":1706526797230,"duration":0}},{"uid":"8ad0c254ea02117c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8ad0c254ea02117c","status":"passed","time":{"start":1706526702302,"stop":1706526702303,"duration":1}},{"uid":"d131050354600d5c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d131050354600d5c","status":"passed","time":{"start":1706526144644,"stop":1706526144644,"duration":0}},{"uid":"861bbd87fb8c2777","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/861bbd87fb8c2777","status":"passed","time":{"start":1706525605488,"stop":1706525605488,"duration":0}},{"uid":"c53d61c0bf9259f2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c53d61c0bf9259f2","status":"passed","time":{"start":1706525237521,"stop":1706525237521,"duration":0}},{"uid":"9c2279f19d4ad386","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9c2279f19d4ad386","status":"passed","time":{"start":1706467847959,"stop":1706467847959,"duration":0}},{"uid":"73843fe4aaf6fb7e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/73843fe4aaf6fb7e","status":"passed","time":{"start":1706323224595,"stop":1706323224595,"duration":0}},{"uid":"e306ada091ba1e47","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e306ada091ba1e47","status":"passed","time":{"start":1706321490518,"stop":1706321490518,"duration":0}},{"uid":"e67e07ec003a1d6b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e67e07ec003a1d6b","status":"passed","time":{"start":1706115297917,"stop":1706115297918,"duration":1}},{"uid":"d7946c27fe6baceb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d7946c27fe6baceb","status":"passed","time":{"start":1706114468910,"stop":1706114468911,"duration":1}},{"uid":"8ae5ffa9b54414e1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8ae5ffa9b54414e1","status":"passed","time":{"start":1706111928723,"stop":1706111928724,"duration":1}},{"uid":"28825ee4c8c26995","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/28825ee4c8c26995","status":"passed","time":{"start":1706111629330,"stop":1706111629330,"duration":0}},{"uid":"1a70c31d8bacef38","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1a70c31d8bacef38","status":"passed","time":{"start":1706109548342,"stop":1706109548355,"duration":13}},{"uid":"6343eef8f58fee34","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6343eef8f58fee34","status":"passed","time":{"start":1706103319933,"stop":1706103319933,"duration":0}},{"uid":"c39d08471d06c2f0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c39d08471d06c2f0","status":"passed","time":{"start":1706103066458,"stop":1706103066458,"duration":0}},{"uid":"1b50f28c86d222af","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1b50f28c86d222af","status":"passed","time":{"start":1706102448468,"stop":1706102448468,"duration":0}},{"uid":"5b3348b915e4c748","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5b3348b915e4c748","status":"passed","time":{"start":1706102342946,"stop":1706102342946,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"ab918ce955d13976","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ab918ce955d13976","status":"passed","time":{"start":1706529403577,"stop":1706529403578,"duration":1}},{"uid":"b90038b483c23dcf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b90038b483c23dcf","status":"passed","time":{"start":1706528357109,"stop":1706528357109,"duration":0}},{"uid":"13af229a0d5835ca","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/13af229a0d5835ca","status":"passed","time":{"start":1706527326697,"stop":1706527326697,"duration":0}},{"uid":"d866094d833d5872","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d866094d833d5872","status":"passed","time":{"start":1706527049800,"stop":1706527049800,"duration":0}},{"uid":"6b6d5f874b5bf08f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6b6d5f874b5bf08f","status":"passed","time":{"start":1706526961448,"stop":1706526961448,"duration":0}},{"uid":"d870091cf0587132","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d870091cf0587132","status":"passed","time":{"start":1706526404286,"stop":1706526404286,"duration":0}},{"uid":"5fb294a062df6d2d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5fb294a062df6d2d","status":"passed","time":{"start":1706525849962,"stop":1706525849962,"duration":0}},{"uid":"390812dcd8b73131","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/390812dcd8b73131","status":"passed","time":{"start":1706525432953,"stop":1706525432953,"duration":0}},{"uid":"701681ebf6868887","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/701681ebf6868887","status":"passed","time":{"start":1706468114353,"stop":1706468114354,"duration":1}},{"uid":"ac52945d17e240cc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ac52945d17e240cc","status":"passed","time":{"start":1706323469655,"stop":1706323469655,"duration":0}},{"uid":"558f7026d66bb0cf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/558f7026d66bb0cf","status":"passed","time":{"start":1706321771796,"stop":1706321771796,"duration":0}},{"uid":"24309229f323ae61","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/24309229f323ae61","status":"passed","time":{"start":1706115542400,"stop":1706115542401,"duration":1}},{"uid":"dee3db3499b91110","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dee3db3499b91110","status":"passed","time":{"start":1706114725923,"stop":1706114725923,"duration":0}},{"uid":"a04e9e6c0de51111","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a04e9e6c0de51111","status":"passed","time":{"start":1706112199270,"stop":1706112199270,"duration":0}},{"uid":"901c050e3116e862","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/901c050e3116e862","status":"passed","time":{"start":1706111893742,"stop":1706111893742,"duration":0}},{"uid":"989ac913839e5202","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/989ac913839e5202","status":"passed","time":{"start":1706109796557,"stop":1706109796557,"duration":0}},{"uid":"b57b192786c29656","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b57b192786c29656","status":"passed","time":{"start":1706103557158,"stop":1706103557158,"duration":0}},{"uid":"376f3df22dc22ea7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/376f3df22dc22ea7","status":"passed","time":{"start":1706103365810,"stop":1706103365810,"duration":0}},{"uid":"1b8aeec719d0419a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1b8aeec719d0419a","status":"passed","time":{"start":1706102701055,"stop":1706102701055,"duration":0}},{"uid":"e7284acf5e537c25","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e7284acf5e537c25","status":"passed","time":{"start":1706102579563,"stop":1706102579563,"duration":0}}]},"32b7ec42a6e8b431d75f697f4651683e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4abeb52cfa43fded","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4abeb52cfa43fded","status":"passed","time":{"start":1705521327107,"stop":1705521327107,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"c5fe3d1de78cc19b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c5fe3d1de78cc19b","status":"passed","time":{"start":1706529367450,"stop":1706529367451,"duration":1}},{"uid":"39d5e8a9e7549bf5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/39d5e8a9e7549bf5","status":"passed","time":{"start":1706528339927,"stop":1706528339928,"duration":1}},{"uid":"46e21842e3f67b4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/46e21842e3f67b4","status":"passed","time":{"start":1706527181551,"stop":1706527181551,"duration":0}},{"uid":"6d3cc0859cc7ac2e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6d3cc0859cc7ac2e","status":"passed","time":{"start":1706527016293,"stop":1706527016294,"duration":1}},{"uid":"ad01f70fd9997c93","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ad01f70fd9997c93","status":"passed","time":{"start":1706526929198,"stop":1706526929198,"duration":0}},{"uid":"60e7024e64e190d6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/60e7024e64e190d6","status":"passed","time":{"start":1706526355569,"stop":1706526355569,"duration":0}},{"uid":"8e37859603e1f3ae","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8e37859603e1f3ae","status":"passed","time":{"start":1706525825277,"stop":1706525825277,"duration":0}},{"uid":"4752e4ffe78ba99","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4752e4ffe78ba99","status":"passed","time":{"start":1706525414584,"stop":1706525414585,"duration":1}},{"uid":"e9689efded63d705","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e9689efded63d705","status":"passed","time":{"start":1706468084961,"stop":1706468084963,"duration":2}},{"uid":"9f1c4305109c3821","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9f1c4305109c3821","status":"passed","time":{"start":1706323430969,"stop":1706323430969,"duration":0}},{"uid":"f659172ae30934de","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f659172ae30934de","status":"passed","time":{"start":1706321743964,"stop":1706321743965,"duration":1}},{"uid":"5b6ee1300eeb9c52","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5b6ee1300eeb9c52","status":"passed","time":{"start":1706115449564,"stop":1706115449564,"duration":0}},{"uid":"75636913d8b27b94","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/75636913d8b27b94","status":"passed","time":{"start":1706114706808,"stop":1706114706808,"duration":0}},{"uid":"275c3761f1215318","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/275c3761f1215318","status":"passed","time":{"start":1706112158264,"stop":1706112158264,"duration":0}},{"uid":"fa50bba93433c424","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fa50bba93433c424","status":"passed","time":{"start":1706111870563,"stop":1706111870563,"duration":0}},{"uid":"e167dca330899644","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e167dca330899644","status":"passed","time":{"start":1706109756249,"stop":1706109756250,"duration":1}},{"uid":"a3cd89be476fc245","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a3cd89be476fc245","status":"passed","time":{"start":1706103332259,"stop":1706103332260,"duration":1}},{"uid":"53f41cadfb077d16","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/53f41cadfb077d16","status":"passed","time":{"start":1706102670262,"stop":1706102670262,"duration":0}},{"uid":"218120a7accb631a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/218120a7accb631a","status":"passed","time":{"start":1706102539193,"stop":1706102539193,"duration":0}},{"uid":"bdc0fd7d05b52d8c","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/bdc0fd7d05b52d8c","status":"passed","time":{"start":1706102378575,"stop":1706102378575,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"3c79f21cdde39437","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c79f21cdde39437","status":"passed","time":{"start":1706529092220,"stop":1706529092221,"duration":1}},{"uid":"5bb5dfc6f1a1df12","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5bb5dfc6f1a1df12","status":"passed","time":{"start":1706528057473,"stop":1706528057474,"duration":1}},{"uid":"588f9b36a4bda0a0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/588f9b36a4bda0a0","status":"passed","time":{"start":1706526914786,"stop":1706526914787,"duration":1}},{"uid":"b94dc01495bd558a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b94dc01495bd558a","status":"passed","time":{"start":1706526612680,"stop":1706526612680,"duration":0}},{"uid":"d3fc24d28560c5e2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d3fc24d28560c5e2","status":"passed","time":{"start":1706526514774,"stop":1706526514774,"duration":0}},{"uid":"5bdf06a195845b88","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5bdf06a195845b88","status":"passed","time":{"start":1706525945119,"stop":1706525945119,"duration":0}},{"uid":"9b31d6348293eb4a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9b31d6348293eb4a","status":"passed","time":{"start":1706525418836,"stop":1706525418837,"duration":1}},{"uid":"974de1df2cdb719a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/974de1df2cdb719a","status":"passed","time":{"start":1706525116059,"stop":1706525116059,"duration":0}},{"uid":"5aa58b031b3f6bbb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5aa58b031b3f6bbb","status":"passed","time":{"start":1706467681231,"stop":1706467681231,"duration":0}},{"uid":"2098a9ef1b67cd50","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2098a9ef1b67cd50","status":"passed","time":{"start":1706323017132,"stop":1706323017133,"duration":1}},{"uid":"c8f43f649ddc754b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c8f43f649ddc754b","status":"passed","time":{"start":1706321333777,"stop":1706321333778,"duration":1}},{"uid":"ddfb42c0e65b472a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ddfb42c0e65b472a","status":"passed","time":{"start":1706115157115,"stop":1706115157116,"duration":1}},{"uid":"ff4218dac9e694b7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ff4218dac9e694b7","status":"passed","time":{"start":1706114292044,"stop":1706114292044,"duration":0}},{"uid":"a3e09018c1501b3d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a3e09018c1501b3d","status":"passed","time":{"start":1706111755034,"stop":1706111755035,"duration":1}},{"uid":"6bf360169bceb402","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6bf360169bceb402","status":"passed","time":{"start":1706111454558,"stop":1706111454559,"duration":1}},{"uid":"6552d03dde21ffc8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6552d03dde21ffc8","status":"passed","time":{"start":1706109346678,"stop":1706109346678,"duration":0}},{"uid":"928665952c1c7f0f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/928665952c1c7f0f","status":"passed","time":{"start":1706103153521,"stop":1706103153521,"duration":0}},{"uid":"3f95491a87ca7663","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3f95491a87ca7663","status":"passed","time":{"start":1706102905548,"stop":1706102905548,"duration":0}},{"uid":"d8ffa23110eaafde","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d8ffa23110eaafde","status":"passed","time":{"start":1706102263616,"stop":1706102263617,"duration":1}},{"uid":"564ef37243e3c0ea","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/564ef37243e3c0ea","status":"passed","time":{"start":1706102127490,"stop":1706102127490,"duration":0}}]},"ced5cc9031c7c239112da7a912205788:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63d3971289b3d175","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/63d3971289b3d175","status":"passed","time":{"start":1706103518442,"stop":1706103518442,"duration":0}}]},"c418deb924fc5e5a748aca211d3a2c91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3896460d46ec1ab1","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/3896460d46ec1ab1","status":"passed","time":{"start":1705582552679,"stop":1705582552680,"duration":1}}]},"5acc80d191deddcf38dcebe01f2bd2f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d16da9f800938d5b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/d16da9f800938d5b","status":"passed","time":{"start":1706101654471,"stop":1706101654472,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"c06387ff943e62b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c06387ff943e62b2","status":"passed","time":{"start":1706528736047,"stop":1706528736048,"duration":1}},{"uid":"14832032cdbc718c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/14832032cdbc718c","status":"passed","time":{"start":1706527705431,"stop":1706527705431,"duration":0}},{"uid":"c9f86c131e09026c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c9f86c131e09026c","status":"passed","time":{"start":1706526721662,"stop":1706526721662,"duration":0}},{"uid":"c81b4564d6883c6b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c81b4564d6883c6b","status":"passed","time":{"start":1706526417566,"stop":1706526417566,"duration":0}},{"uid":"c864768c99d2d4fc","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c864768c99d2d4fc","status":"passed","time":{"start":1706526322676,"stop":1706526322677,"duration":1}},{"uid":"afdc55764ed380ab","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/afdc55764ed380ab","status":"passed","time":{"start":1706525752771,"stop":1706525752771,"duration":0}},{"uid":"de652e1e66ea579a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/de652e1e66ea579a","status":"passed","time":{"start":1706525219900,"stop":1706525219900,"duration":0}},{"uid":"86cdb4a7283b6486","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/86cdb4a7283b6486","status":"passed","time":{"start":1706524780932,"stop":1706524780932,"duration":0}},{"uid":"c79ef08973ca1333","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c79ef08973ca1333","status":"passed","time":{"start":1706467474880,"stop":1706467474881,"duration":1}},{"uid":"34e9ab23a61b61fb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/34e9ab23a61b61fb","status":"passed","time":{"start":1706322827222,"stop":1706322827222,"duration":0}},{"uid":"ae4775bde72bdaf9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ae4775bde72bdaf9","status":"passed","time":{"start":1706321140684,"stop":1706321140684,"duration":0}},{"uid":"1fe611833e8733d0","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1fe611833e8733d0","status":"passed","time":{"start":1706244656779,"stop":1706244656779,"duration":0}},{"uid":"1c1e0596696234c2","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/1c1e0596696234c2","status":"passed","time":{"start":1706242225091,"stop":1706242225092,"duration":1}},{"uid":"aa2f46f3fc35cf82","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/aa2f46f3fc35cf82","status":"passed","time":{"start":1706114913333,"stop":1706114913333,"duration":0}},{"uid":"fdba412127202619","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fdba412127202619","status":"passed","time":{"start":1706114084095,"stop":1706114084095,"duration":0}},{"uid":"aae1593c0ea25989","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/aae1593c0ea25989","status":"passed","time":{"start":1706111558881,"stop":1706111558881,"duration":0}},{"uid":"d4323c1296dc153b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d4323c1296dc153b","status":"passed","time":{"start":1706111248346,"stop":1706111248346,"duration":0}},{"uid":"72bc86ff2a2ba741","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/72bc86ff2a2ba741","status":"passed","time":{"start":1706109150504,"stop":1706109150504,"duration":0}},{"uid":"8f42a47d18e230c5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8f42a47d18e230c5","status":"passed","time":{"start":1706102968924,"stop":1706102968925,"duration":1}},{"uid":"18d29c885e8c56c2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/18d29c885e8c56c2","status":"passed","time":{"start":1706102708603,"stop":1706102708604,"duration":1}}]},"3fce7529ef6d1a5ffd7bd9989d54ae2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4faea02b263e6dd","reportUrl":"https://waku-org.github.io/js-waku/6226//#testresult/4faea02b263e6dd","status":"passed","time":{"start":1705582607495,"stop":1705582607495,"duration":0}}]},"79211b321e7954571156ec65ed5c9583:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9effea7d80037f23","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/9effea7d80037f23","status":"passed","time":{"start":1705520883424,"stop":1705520883425,"duration":1}}]},"2157c773d3c705d3890904ec0edf3f9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1b9b9feb6fb18c8","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/f1b9b9feb6fb18c8","status":"passed","time":{"start":1705365638327,"stop":1705365638328,"duration":1}}]},"fd1750a1668eb3d7f075f0797a2c032a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"365c7c940c67b43c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/365c7c940c67b43c","status":"passed","time":{"start":1706115482619,"stop":1706115482620,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"a70b16e9bfcef02c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a70b16e9bfcef02c","status":"passed","time":{"start":1706529333281,"stop":1706529333281,"duration":0}},{"uid":"cacfde02bce32006","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cacfde02bce32006","status":"passed","time":{"start":1706528290497,"stop":1706528290497,"duration":0}},{"uid":"c7d43d3af1023049","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c7d43d3af1023049","status":"passed","time":{"start":1706527264393,"stop":1706527264393,"duration":0}},{"uid":"ed287d17917bf84a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ed287d17917bf84a","status":"passed","time":{"start":1706526976788,"stop":1706526976789,"duration":1}},{"uid":"6e079566bfd6b146","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6e079566bfd6b146","status":"passed","time":{"start":1706526885818,"stop":1706526885819,"duration":1}},{"uid":"e63d5e621357b6c6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e63d5e621357b6c6","status":"passed","time":{"start":1706526330116,"stop":1706526330116,"duration":0}},{"uid":"ad9d0dcf164c7dec","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ad9d0dcf164c7dec","status":"passed","time":{"start":1706525780743,"stop":1706525780744,"duration":1}},{"uid":"6acbe231b1a9c4a3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6acbe231b1a9c4a3","status":"passed","time":{"start":1706525359514,"stop":1706525359515,"duration":1}},{"uid":"5fd6b544479b9698","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5fd6b544479b9698","status":"passed","time":{"start":1706468042655,"stop":1706468042655,"duration":0}},{"uid":"c30ba24e225980c9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c30ba24e225980c9","status":"passed","time":{"start":1706323386952,"stop":1706323386953,"duration":1}},{"uid":"868e67ce8b02b461","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/868e67ce8b02b461","status":"passed","time":{"start":1706321713115,"stop":1706321713116,"duration":1}},{"uid":"82ec548d409acfa6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/82ec548d409acfa6","status":"passed","time":{"start":1706115482638,"stop":1706115482639,"duration":1}},{"uid":"641ec292b6e70702","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/641ec292b6e70702","status":"passed","time":{"start":1706114635453,"stop":1706114635453,"duration":0}},{"uid":"c861dec7ab9f935f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c861dec7ab9f935f","status":"passed","time":{"start":1706112127590,"stop":1706112127590,"duration":0}},{"uid":"43fcd402c5bcac2c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/43fcd402c5bcac2c","status":"passed","time":{"start":1706111809294,"stop":1706111809295,"duration":1}},{"uid":"eae4a78c0df32636","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/eae4a78c0df32636","status":"passed","time":{"start":1706109719551,"stop":1706109719552,"duration":1}},{"uid":"5984a7f8e0f76e65","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5984a7f8e0f76e65","status":"passed","time":{"start":1706103518445,"stop":1706103518445,"duration":0}},{"uid":"cf179caa0fef2f9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cf179caa0fef2f9","status":"passed","time":{"start":1706103305185,"stop":1706103305186,"duration":1}},{"uid":"b8c720424a0029fe","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b8c720424a0029fe","status":"passed","time":{"start":1706102626870,"stop":1706102626870,"duration":0}},{"uid":"f355b445444d0cad","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f355b445444d0cad","status":"passed","time":{"start":1706102491918,"stop":1706102491918,"duration":0}}]},"e5672597759d931a680364446121a2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8fb10358fa20cd8","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/b8fb10358fa20cd8","status":"passed","time":{"start":1705577756067,"stop":1705577756067,"duration":0}}]},"3eea41db43da8ac7edce8d886bde6452:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"5b70d022cd130578","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/5b70d022cd130578","status":"passed","time":{"start":1705520842597,"stop":1705520842597,"duration":0}},{"uid":"bd96854066833f58","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/bd96854066833f58","status":"passed","time":{"start":1705518211218,"stop":1705518211219,"duration":1}},{"uid":"ed399aba3b847fa0","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/ed399aba3b847fa0","status":"passed","time":{"start":1705518105981,"stop":1705518105982,"duration":1}},{"uid":"6937a9d5ab10cd77","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/6937a9d5ab10cd77","status":"passed","time":{"start":1705517988163,"stop":1705517988163,"duration":0}},{"uid":"230913ffc9aa2d4c","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/230913ffc9aa2d4c","status":"passed","time":{"start":1705508655506,"stop":1705508655506,"duration":0}},{"uid":"d8abd9861d892ad3","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/d8abd9861d892ad3","status":"passed","time":{"start":1705506482090,"stop":1705506482090,"duration":0}},{"uid":"9164b80f7b75b6e1","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/9164b80f7b75b6e1","status":"passed","time":{"start":1705502939549,"stop":1705502939549,"duration":0}},{"uid":"4e0e1af054052761","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/4e0e1af054052761","status":"passed","time":{"start":1705502479550,"stop":1705502479550,"duration":0}},{"uid":"b69dba930788b6ea","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/b69dba930788b6ea","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494937937,"stop":1705494937938,"duration":1}},{"uid":"3659cb8755842ed3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/3659cb8755842ed3","status":"passed","time":{"start":1705494940950,"stop":1705494940950,"duration":0}},{"uid":"506a72e2d2fb4564","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/506a72e2d2fb4564","status":"passed","time":{"start":1705494895030,"stop":1705494895030,"duration":0}},{"uid":"130450a58fa9c5f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/130450a58fa9c5f","status":"passed","time":{"start":1705493464923,"stop":1705493464923,"duration":0}},{"uid":"46d8d6473529efed","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/46d8d6473529efed","status":"passed","time":{"start":1705493422429,"stop":1705493422430,"duration":1}},{"uid":"77e79f22f0ee0504","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/77e79f22f0ee0504","status":"passed","time":{"start":1705485250479,"stop":1705485250479,"duration":0}},{"uid":"d187ea44c7f53422","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/d187ea44c7f53422","status":"passed","time":{"start":1705485112217,"stop":1705485112217,"duration":0}},{"uid":"57bdf4baee3f733","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/57bdf4baee3f733","status":"passed","time":{"start":1705484354897,"stop":1705484354897,"duration":0}},{"uid":"4edcd382f291a925","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/4edcd382f291a925","status":"passed","time":{"start":1705469872220,"stop":1705469872220,"duration":0}},{"uid":"4404d8cc1cdb30fb","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/4404d8cc1cdb30fb","status":"passed","time":{"start":1705466939037,"stop":1705466939037,"duration":0}},{"uid":"179162bc17c7b598","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/179162bc17c7b598","status":"passed","time":{"start":1705435403977,"stop":1705435403978,"duration":1}},{"uid":"3afc7f7f4926df7d","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/3afc7f7f4926df7d","status":"passed","time":{"start":1705434864615,"stop":1705434864615,"duration":0}}]},"5c38fffa077879d3d24805ebb6341888:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17819d4eff6b2e47","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/17819d4eff6b2e47","status":"passed","time":{"start":1705520815491,"stop":1705520815491,"duration":0}}]},"a2e613b689556a66ddb71cdfb3ebd6d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1fa702d6ef2f40b","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/c1fa702d6ef2f40b","status":"passed","time":{"start":1705667055299,"stop":1705667055299,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"a4b88c8706558557","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a4b88c8706558557","status":"passed","time":{"start":1706529218524,"stop":1706529218525,"duration":1}},{"uid":"d7e32326243b7a79","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d7e32326243b7a79","status":"passed","time":{"start":1706528190574,"stop":1706528190575,"duration":1}},{"uid":"e548413900527d7e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e548413900527d7e","status":"passed","time":{"start":1706527166757,"stop":1706527166758,"duration":1}},{"uid":"70ae4208889b2729","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/70ae4208889b2729","status":"passed","time":{"start":1706526866898,"stop":1706526866898,"duration":0}},{"uid":"8e8d512ab22c8ae1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8e8d512ab22c8ae1","status":"passed","time":{"start":1706526763569,"stop":1706526763570,"duration":1}},{"uid":"7151b61fb0a813c6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7151b61fb0a813c6","status":"passed","time":{"start":1706526185685,"stop":1706526185685,"duration":0}},{"uid":"cd1bbbbd70255f26","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cd1bbbbd70255f26","status":"passed","time":{"start":1706525658981,"stop":1706525658981,"duration":0}},{"uid":"e11ca7e7363d13b1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e11ca7e7363d13b1","status":"passed","time":{"start":1706525242377,"stop":1706525242377,"duration":0}},{"uid":"c608f7df6c1f7bd8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c608f7df6c1f7bd8","status":"passed","time":{"start":1706467906886,"stop":1706467906886,"duration":0}},{"uid":"24d06049689ad3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/24d06049689ad3","status":"passed","time":{"start":1706323273275,"stop":1706323273279,"duration":4}},{"uid":"db61766e6e3a22e4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/db61766e6e3a22e4","status":"passed","time":{"start":1706321575885,"stop":1706321575885,"duration":0}},{"uid":"fcf5cb067db37cda","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fcf5cb067db37cda","status":"passed","time":{"start":1706115384053,"stop":1706115384053,"duration":0}},{"uid":"bb1acf22b11fedc6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bb1acf22b11fedc6","status":"passed","time":{"start":1706114521931,"stop":1706114521946,"duration":15}},{"uid":"bac7a5525e05fca4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bac7a5525e05fca4","status":"passed","time":{"start":1706112015262,"stop":1706112015262,"duration":0}},{"uid":"2286fa7e56c1b8e4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2286fa7e56c1b8e4","status":"passed","time":{"start":1706111693406,"stop":1706111693406,"duration":0}},{"uid":"bc768d8ad638ea6d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/bc768d8ad638ea6d","status":"passed","time":{"start":1706109609743,"stop":1706109609743,"duration":0}},{"uid":"9cc2498c610f3de6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9cc2498c610f3de6","status":"passed","time":{"start":1706103393433,"stop":1706103393434,"duration":1}},{"uid":"c9004ffdc4853c32","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c9004ffdc4853c32","status":"passed","time":{"start":1706103153317,"stop":1706103153317,"duration":0}},{"uid":"a1e9d12ebe4b9fde","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a1e9d12ebe4b9fde","status":"passed","time":{"start":1706102507017,"stop":1706102507017,"duration":0}},{"uid":"8065d14cdb44acf1","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8065d14cdb44acf1","status":"passed","time":{"start":1706102385187,"stop":1706102385188,"duration":1}}]},"7e4d7d22662bc587ae758cb7b206b2c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3ae2c1411f7c950","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/a3ae2c1411f7c950","status":"passed","time":{"start":1705913488247,"stop":1705913488248,"duration":1}}]},"e517f53137f826b4ec15b9933e98cd1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"d61668f32977646a","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/d61668f32977646a","status":"passed","time":{"start":1705520842602,"stop":1705520842603,"duration":1}},{"uid":"4c84ceed0df6ea87","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/4c84ceed0df6ea87","status":"passed","time":{"start":1705518211224,"stop":1705518211224,"duration":0}},{"uid":"9e216d84fce250e9","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/9e216d84fce250e9","status":"passed","time":{"start":1705518105989,"stop":1705518105990,"duration":1}},{"uid":"1a8c48c7629fbb8a","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/1a8c48c7629fbb8a","status":"passed","time":{"start":1705517988191,"stop":1705517988191,"duration":0}},{"uid":"8f793c511bd764ac","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/8f793c511bd764ac","status":"passed","time":{"start":1705508655520,"stop":1705508655521,"duration":1}},{"uid":"9eaaf13f12c6ddb5","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/9eaaf13f12c6ddb5","status":"passed","time":{"start":1705506482097,"stop":1705506482097,"duration":0}},{"uid":"9e22dde3fad5fb5e","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/9e22dde3fad5fb5e","status":"passed","time":{"start":1705502939555,"stop":1705502939555,"duration":0}},{"uid":"64200c84ccd86087","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/64200c84ccd86087","status":"passed","time":{"start":1705502479557,"stop":1705502479557,"duration":0}},{"uid":"f873c2329205e5fd","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f873c2329205e5fd","status":"passed","time":{"start":1705494937946,"stop":1705494937947,"duration":1}},{"uid":"e5d98b04e77431b8","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e5d98b04e77431b8","status":"passed","time":{"start":1705494940957,"stop":1705494940957,"duration":0}},{"uid":"21892d0c4d506ffc","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/21892d0c4d506ffc","status":"passed","time":{"start":1705494895040,"stop":1705494895040,"duration":0}},{"uid":"d55d466b27066e31","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d55d466b27066e31","status":"passed","time":{"start":1705493464929,"stop":1705493464929,"duration":0}},{"uid":"f2f12ab0c2a450d1","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/f2f12ab0c2a450d1","status":"passed","time":{"start":1705493422437,"stop":1705493422438,"duration":1}},{"uid":"2574b22198296ad8","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/2574b22198296ad8","status":"passed","time":{"start":1705485250488,"stop":1705485250489,"duration":1}},{"uid":"919a42f562265349","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/919a42f562265349","status":"passed","time":{"start":1705485112223,"stop":1705485112223,"duration":0}},{"uid":"fe9a21661255f853","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/fe9a21661255f853","status":"passed","time":{"start":1705484354902,"stop":1705484354902,"duration":0}},{"uid":"bfd4720531477f97","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/bfd4720531477f97","status":"passed","time":{"start":1705469872228,"stop":1705469872228,"duration":0}},{"uid":"1bad1d9bb73e9e67","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/1bad1d9bb73e9e67","status":"passed","time":{"start":1705466939043,"stop":1705466939043,"duration":0}},{"uid":"28b5e5588032f040","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/28b5e5588032f040","status":"passed","time":{"start":1705435403985,"stop":1705435403985,"duration":0}},{"uid":"79f1129802af32d2","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/79f1129802af32d2","status":"passed","time":{"start":1705434864620,"stop":1705434864620,"duration":0}}]},"381de713e66d575a84dd77482a7d886f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff6cf34ea78baf0a","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ff6cf34ea78baf0a","status":"passed","time":{"start":1705678066196,"stop":1705678066196,"duration":0}}]},"467a0680d96fb03dfa10963d116a8f8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9808891634f9d049","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/9808891634f9d049","status":"passed","time":{"start":1706069780790,"stop":1706069780790,"duration":0}}]},"f38a71fda4820dce785fda578d46055d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"7642bada0369145c","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/7642bada0369145c","status":"passed","time":{"start":1706100979760,"stop":1706100979760,"duration":0}},{"uid":"be04058998984c40","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/be04058998984c40","status":"passed","time":{"start":1706100012430,"stop":1706100012430,"duration":0}},{"uid":"46b259e77ce87d2a","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/46b259e77ce87d2a","status":"passed","time":{"start":1706077739088,"stop":1706077739088,"duration":0}},{"uid":"299e862b73381d93","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/299e862b73381d93","status":"passed","time":{"start":1706069827472,"stop":1706069827473,"duration":1}},{"uid":"6e7f3794cba3a652","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/6e7f3794cba3a652","status":"passed","time":{"start":1705950521668,"stop":1705950521669,"duration":1}},{"uid":"f91ae81a67e63ce4","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f91ae81a67e63ce4","status":"passed","time":{"start":1705938343379,"stop":1705938343380,"duration":1}},{"uid":"d0652a7f0332d6c0","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/d0652a7f0332d6c0","status":"passed","time":{"start":1705913488232,"stop":1705913488232,"duration":0}},{"uid":"744f1afc8764d613","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/744f1afc8764d613","status":"passed","time":{"start":1705913034277,"stop":1705913034277,"duration":0}},{"uid":"4d38ae88326367bd","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/4d38ae88326367bd","status":"passed","time":{"start":1705912407145,"stop":1705912407146,"duration":1}},{"uid":"4f6c475a75ae94d5","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/4f6c475a75ae94d5","status":"passed","time":{"start":1705911588797,"stop":1705911588798,"duration":1}},{"uid":"5e31b90a7b00f46d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/5e31b90a7b00f46d","status":"passed","time":{"start":1705698799121,"stop":1705698799122,"duration":1}},{"uid":"4c3d8d34a1191b0","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4c3d8d34a1191b0","status":"passed","time":{"start":1705687522373,"stop":1705687522374,"duration":1}},{"uid":"c400aaa25bf52222","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/c400aaa25bf52222","status":"passed","time":{"start":1705687430757,"stop":1705687430758,"duration":1}},{"uid":"eb215d9e82dab8e8","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/eb215d9e82dab8e8","status":"passed","time":{"start":1705678121481,"stop":1705678121489,"duration":8}},{"uid":"ada151c3561d9be4","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ada151c3561d9be4","status":"passed","time":{"start":1705678046316,"stop":1705678046317,"duration":1}},{"uid":"1b3956348eff8d73","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/1b3956348eff8d73","status":"passed","time":{"start":1705677908053,"stop":1705677908054,"duration":1}},{"uid":"1109ed3ecc0f713f","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/1109ed3ecc0f713f","status":"passed","time":{"start":1705677463243,"stop":1705677463243,"duration":0}},{"uid":"9450cded1cb6f597","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/9450cded1cb6f597","status":"passed","time":{"start":1705676052711,"stop":1705676052711,"duration":0}},{"uid":"2820bb64de8e22c9","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/2820bb64de8e22c9","status":"passed","time":{"start":1705675474642,"stop":1705675474644,"duration":2}},{"uid":"802a83fdf087683","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/802a83fdf087683","status":"passed","time":{"start":1705670338394,"stop":1705670338395,"duration":1}}]},"5e0ff3dd24fb6c3630693e2df8a91d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"806970f4533a0c69","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/806970f4533a0c69","status":"passed","time":{"start":1705493442558,"stop":1705493442558,"duration":0}}]},"c2eac6f393e3d72fb43671f70f6aa116:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cfb36c407b38b44a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/cfb36c407b38b44a","status":"passed","time":{"start":1705687465948,"stop":1705687465949,"duration":1}}]},"d5235236108ea113b7fd24ff97eb2662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f7be03e40e0054a","reportUrl":"https://waku-org.github.io/js-waku/6205//#testresult/9f7be03e40e0054a","status":"passed","time":{"start":1705525216466,"stop":1705525216467,"duration":1}}]},"8947d65de33a7f6b34f85112f201001b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea451f21dd0f632e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ea451f21dd0f632e","status":"passed","time":{"start":1706525780718,"stop":1706525780718,"duration":0}}]},"6c3a79bdbdc4fa7b42440fbfd4da26c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31ec4bd2f7ae2d3b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/31ec4bd2f7ae2d3b","status":"passed","time":{"start":1706529223898,"stop":1706529223898,"duration":0}}]},"26e4bbd63b22951aee24ca0e4ea7c5f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf8987e14b83adfb","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/bf8987e14b83adfb","status":"passed","time":{"start":1706099290623,"stop":1706099290624,"duration":1}}]},"7c2a6f72a174f29dc68d449dcf82a3b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c83b63a8f9f36cc7","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/c83b63a8f9f36cc7","status":"passed","time":{"start":1705667834350,"stop":1705667834350,"duration":0}}]},"7d415e711e4feff6722a9d5060c7c856:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd465cfca5265674","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/cd465cfca5265674","status":"passed","time":{"start":1705572638412,"stop":1705572638412,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":129,"unknown":0,"total":132},"items":[{"uid":"5b65fbbe08204a76","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b65fbbe08204a76","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706529165665,"stop":1706529165666,"duration":1}},{"uid":"491bf2621c56acfb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/491bf2621c56acfb","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706528139555,"stop":1706528139555,"duration":0}},{"uid":"ee476353c34396eb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ee476353c34396eb","status":"passed","time":{"start":1706527014045,"stop":1706527014046,"duration":1}},{"uid":"de205d56be1d6e14","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/de205d56be1d6e14","status":"passed","time":{"start":1706526726637,"stop":1706526726637,"duration":0}},{"uid":"c84bee578ae046ee","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c84bee578ae046ee","status":"passed","time":{"start":1706526627188,"stop":1706526627188,"duration":0}},{"uid":"f92d0fc341b1af6d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f92d0fc341b1af6d","status":"passed","time":{"start":1706526069143,"stop":1706526069143,"duration":0}},{"uid":"a700ce903a540a03","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a700ce903a540a03","status":"passed","time":{"start":1706525533704,"stop":1706525533704,"duration":0}},{"uid":"3da3cac9edfb5609","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3da3cac9edfb5609","status":"passed","time":{"start":1706525170226,"stop":1706525170227,"duration":1}},{"uid":"8cc3957fd9d82ecd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8cc3957fd9d82ecd","status":"passed","time":{"start":1706467763449,"stop":1706467763449,"duration":0}},{"uid":"df87a04d445545b8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/df87a04d445545b8","status":"passed","time":{"start":1706323148148,"stop":1706323148149,"duration":1}},{"uid":"382b1c1c955666b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/382b1c1c955666b","status":"passed","time":{"start":1706321442764,"stop":1706321442764,"duration":0}},{"uid":"9b0be2835e6d5d60","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9b0be2835e6d5d60","status":"passed","time":{"start":1706244749754,"stop":1706244749755,"duration":1}},{"uid":"20efccb48e4d1f02","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/20efccb48e4d1f02","status":"passed","time":{"start":1706242311821,"stop":1706242311822,"duration":1}},{"uid":"5bda14c75282bb3a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5bda14c75282bb3a","status":"passed","time":{"start":1706115227540,"stop":1706115227541,"duration":1}},{"uid":"415738f60e2fb9a7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/415738f60e2fb9a7","status":"passed","time":{"start":1706114371610,"stop":1706114371610,"duration":0}},{"uid":"8f128788a7340d1c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8f128788a7340d1c","status":"passed","time":{"start":1706111854290,"stop":1706111854290,"duration":0}},{"uid":"55ff67bc6fe3508","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/55ff67bc6fe3508","status":"passed","time":{"start":1706111563522,"stop":1706111563523,"duration":1}},{"uid":"6fca4820a6c7e18e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6fca4820a6c7e18e","status":"passed","time":{"start":1706109470862,"stop":1706109470865,"duration":3}},{"uid":"888c5af58ec3222a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/888c5af58ec3222a","status":"passed","time":{"start":1706103275463,"stop":1706103275463,"duration":0}},{"uid":"56c18de1d276b054","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/56c18de1d276b054","status":"passed","time":{"start":1706102998340,"stop":1706102998341,"duration":1}}]},"befc57dbc83ec48169f4712621c75750:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"447418bd99da1092","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/447418bd99da1092","status":"passed","time":{"start":1706111914144,"stop":1706111914144,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":26,"unknown":0,"total":27},"items":[{"uid":"820678b1adf750c8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/820678b1adf750c8","status":"passed","time":{"start":1706529367472,"stop":1706529367473,"duration":1}},{"uid":"8a61b2cfa52d540","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8a61b2cfa52d540","status":"passed","time":{"start":1706528339933,"stop":1706528339933,"duration":0}},{"uid":"85efe3cd0d2e19f5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/85efe3cd0d2e19f5","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":1706527181587,"stop":1706527181588,"duration":1}},{"uid":"898c8af98155953e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/898c8af98155953e","status":"passed","time":{"start":1706527016301,"stop":1706527016301,"duration":0}},{"uid":"4fffc93c17a3c60f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4fffc93c17a3c60f","status":"passed","time":{"start":1706526929202,"stop":1706526929202,"duration":0}},{"uid":"c89fb172eb40cec1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c89fb172eb40cec1","status":"passed","time":{"start":1706526355579,"stop":1706526355579,"duration":0}},{"uid":"8155ab5b493356f6","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8155ab5b493356f6","status":"passed","time":{"start":1706525825281,"stop":1706525825282,"duration":1}},{"uid":"a27a1d6a634d2e97","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a27a1d6a634d2e97","status":"passed","time":{"start":1706525414590,"stop":1706525414590,"duration":0}},{"uid":"1239c4488799e7e1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1239c4488799e7e1","status":"passed","time":{"start":1706468084972,"stop":1706468084973,"duration":1}},{"uid":"feb78d13277c3b00","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/feb78d13277c3b00","status":"passed","time":{"start":1706323430975,"stop":1706323430975,"duration":0}},{"uid":"6db61d80f2b1776d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6db61d80f2b1776d","status":"passed","time":{"start":1706321743969,"stop":1706321743969,"duration":0}},{"uid":"359d0ff4ffe166c3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/359d0ff4ffe166c3","status":"passed","time":{"start":1706115449590,"stop":1706115449591,"duration":1}},{"uid":"f54e4f9584692785","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f54e4f9584692785","status":"passed","time":{"start":1706114706812,"stop":1706114706813,"duration":1}},{"uid":"97f46273bde5d5c9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/97f46273bde5d5c9","status":"passed","time":{"start":1706112158277,"stop":1706112158278,"duration":1}},{"uid":"688d49bdc1b8c41f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/688d49bdc1b8c41f","status":"passed","time":{"start":1706111870567,"stop":1706111870568,"duration":1}},{"uid":"dcf586dcc5d014c9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dcf586dcc5d014c9","status":"passed","time":{"start":1706109756254,"stop":1706109756254,"duration":0}},{"uid":"596e1129be994074","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/596e1129be994074","status":"passed","time":{"start":1706103332264,"stop":1706103332264,"duration":0}},{"uid":"50f0a4e02d9110e1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/50f0a4e02d9110e1","status":"passed","time":{"start":1706102670269,"stop":1706102670270,"duration":1}},{"uid":"82ef78bdcb570c37","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/82ef78bdcb570c37","status":"passed","time":{"start":1706102539198,"stop":1706102539198,"duration":0}},{"uid":"711a8966246eea62","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/711a8966246eea62","status":"passed","time":{"start":1706102378580,"stop":1706102378580,"duration":0}}]},"46a8874a0ab8c4dc60ea5fd0fed593e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":37,"passed":0,"unknown":0,"total":37},"items":[{"uid":"bdd8ddfef2fbf98a","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/bdd8ddfef2fbf98a","status":"skipped","statusDetails":"Test ignored","time":{"start":1705518209010,"stop":1705518209011,"duration":1}},{"uid":"ba06ce7a4d758599","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/ba06ce7a4d758599","status":"skipped","statusDetails":"Test ignored","time":{"start":1705518112876,"stop":1705518112876,"duration":0}},{"uid":"960ebc5dd1536397","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/960ebc5dd1536397","status":"skipped","statusDetails":"Test ignored","time":{"start":1705517988421,"stop":1705517988421,"duration":0}},{"uid":"bb9a9056d4b745a2","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/bb9a9056d4b745a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1705508651541,"stop":1705508651542,"duration":1}},{"uid":"242d969b3c77323c","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/242d969b3c77323c","status":"skipped","statusDetails":"Test ignored","time":{"start":1705506479163,"stop":1705506479163,"duration":0}},{"uid":"502679fecf4e8d3a","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/502679fecf4e8d3a","status":"skipped","statusDetails":"Test ignored","time":{"start":1705502938697,"stop":1705502938697,"duration":0}},{"uid":"e92424c29d778622","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e92424c29d778622","status":"skipped","statusDetails":"Test ignored","time":{"start":1705502478117,"stop":1705502478117,"duration":0}},{"uid":"f2de3fec4bc60541","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f2de3fec4bc60541","status":"skipped","statusDetails":"Test ignored","time":{"start":1705494884694,"stop":1705494884694,"duration":0}},{"uid":"54d9862ad4fdcb9d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/54d9862ad4fdcb9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1705494937626,"stop":1705494937626,"duration":0}},{"uid":"af5b13b77669f140","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/af5b13b77669f140","status":"skipped","statusDetails":"Test ignored","time":{"start":1705494894122,"stop":1705494894122,"duration":0}},{"uid":"9f7879e2f95e4683","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9f7879e2f95e4683","status":"skipped","statusDetails":"Test ignored","time":{"start":1705493458490,"stop":1705493458491,"duration":1}},{"uid":"e85ed1a79a5d95b0","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/e85ed1a79a5d95b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1705493421116,"stop":1705493421116,"duration":0}},{"uid":"5150e8385998af91","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/5150e8385998af91","status":"skipped","statusDetails":"Test ignored","time":{"start":1705485246707,"stop":1705485246707,"duration":0}},{"uid":"b4546d8b281f5f56","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/b4546d8b281f5f56","status":"skipped","statusDetails":"Test ignored","time":{"start":1705485106633,"stop":1705485106634,"duration":1}},{"uid":"f58e62d1622974f4","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/f58e62d1622974f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1705484353105,"stop":1705484353105,"duration":0}},{"uid":"60a8bab723482334","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/60a8bab723482334","status":"skipped","statusDetails":"Test ignored","time":{"start":1705469867108,"stop":1705469867108,"duration":0}},{"uid":"3c356770e69f4a5d","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/3c356770e69f4a5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1705466933283,"stop":1705466933283,"duration":0}},{"uid":"ad4927bb9200cd8b","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/ad4927bb9200cd8b","status":"skipped","statusDetails":"Test ignored","time":{"start":1705435401907,"stop":1705435401907,"duration":0}},{"uid":"4e4b640d4ed6b6ff","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/4e4b640d4ed6b6ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1705434866492,"stop":1705434866492,"duration":0}},{"uid":"6d53536b997cb4e","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/6d53536b997cb4e","status":"skipped","statusDetails":"Test ignored","time":{"start":1705433200749,"stop":1705433200750,"duration":1}}]},"b8ba97d3ae7d322d4ad148fa031b8121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dda031bd58ed81cf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/dda031bd58ed81cf","status":"passed","time":{"start":1706111616743,"stop":1706111616743,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"b5bd8eb61771058b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b5bd8eb61771058b","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"duration":0}},{"uid":"731cd6ecffac933c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/731cd6ecffac933c","status":"passed","time":{"start":1706528357086,"stop":1706528357087,"duration":1}},{"uid":"c08cd79e9679ad5e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c08cd79e9679ad5e","status":"passed","time":{"start":1706527326691,"stop":1706527326691,"duration":0}},{"uid":"b409a7d736cb7861","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b409a7d736cb7861","status":"passed","time":{"start":1706527049795,"stop":1706527049795,"duration":0}},{"uid":"33d58e5896dbc4ab","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/33d58e5896dbc4ab","status":"passed","time":{"start":1706526961440,"stop":1706526961441,"duration":1}},{"uid":"ae2c4e6df25f941b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ae2c4e6df25f941b","status":"passed","time":{"start":1706526404280,"stop":1706526404280,"duration":0}},{"uid":"465b4d24d4872e95","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/465b4d24d4872e95","status":"passed","time":{"start":1706525849955,"stop":1706525849955,"duration":0}},{"uid":"42adae481811acac","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/42adae481811acac","status":"passed","time":{"start":1706525432946,"stop":1706525432947,"duration":1}},{"uid":"ee92249a2a7b1847","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ee92249a2a7b1847","status":"passed","time":{"start":1706468114347,"stop":1706468114347,"duration":0}},{"uid":"fcffafbdada722fe","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fcffafbdada722fe","status":"passed","time":{"start":1706323469648,"stop":1706323469648,"duration":0}},{"uid":"ec867519888800fd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ec867519888800fd","status":"passed","time":{"start":1706321771789,"stop":1706321771789,"duration":0}},{"uid":"492210ba6756c624","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/492210ba6756c624","status":"passed","time":{"start":1706115542395,"stop":1706115542395,"duration":0}},{"uid":"e1b023dced1b2233","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e1b023dced1b2233","status":"passed","time":{"start":1706114725918,"stop":1706114725918,"duration":0}},{"uid":"5ac4f1ce843524d4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5ac4f1ce843524d4","status":"passed","time":{"start":1706112199263,"stop":1706112199264,"duration":1}},{"uid":"a89029a6bbcd8ed1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a89029a6bbcd8ed1","status":"passed","time":{"start":1706111893735,"stop":1706111893736,"duration":1}},{"uid":"989e1ea2818b924a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/989e1ea2818b924a","status":"passed","time":{"start":1706109796552,"stop":1706109796552,"duration":0}},{"uid":"47c2427a7924c369","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/47c2427a7924c369","status":"passed","time":{"start":1706103557152,"stop":1706103557153,"duration":1}},{"uid":"bef55552ae70920a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bef55552ae70920a","status":"passed","time":{"start":1706103365803,"stop":1706103365803,"duration":0}},{"uid":"bb9a207e243d99a8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bb9a207e243d99a8","status":"passed","time":{"start":1706102701049,"stop":1706102701049,"duration":0}},{"uid":"5b2257b3173902f9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5b2257b3173902f9","status":"passed","time":{"start":1706102579557,"stop":1706102579557,"duration":0}}]},"b8aba2ee36399d570fb8f350050ada67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64bb9ce093461522","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/64bb9ce093461522","status":"passed","time":{"start":1705391326695,"stop":1705391326695,"duration":0}}]},"db2ec87c6cf86a1704dbab79128c56f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f392d94b6844d4e","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/9f392d94b6844d4e","status":"passed","time":{"start":1706101264981,"stop":1706101264981,"duration":0}}]},"4e15ab73deb8d54ab80958484a8ce0ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa2b923cd4e980ff","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/aa2b923cd4e980ff","status":"passed","time":{"start":1706323386938,"stop":1706323386940,"duration":2}}]},"1f4da8ab7dfa391a7c74d83b8e569578:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"5538db5bf897efe2","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5538db5bf897efe2","status":"passed","time":{"start":1706100979747,"stop":1706100979748,"duration":1}},{"uid":"8ace000c27f1e9e6","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/8ace000c27f1e9e6","status":"passed","time":{"start":1706100012407,"stop":1706100012408,"duration":1}},{"uid":"e9dcf9cf3353f433","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/e9dcf9cf3353f433","status":"passed","time":{"start":1706077739061,"stop":1706077739066,"duration":5}},{"uid":"f912cbb3f9bd60be","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f912cbb3f9bd60be","status":"passed","time":{"start":1706069827459,"stop":1706069827459,"duration":0}},{"uid":"efa00072c09633d5","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/efa00072c09633d5","status":"passed","time":{"start":1705950521644,"stop":1705950521647,"duration":3}},{"uid":"faa69b6cecbcc319","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/faa69b6cecbcc319","status":"passed","time":{"start":1705938343363,"stop":1705938343364,"duration":1}},{"uid":"246d893c64368fb4","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/246d893c64368fb4","status":"passed","time":{"start":1705913488208,"stop":1705913488209,"duration":1}},{"uid":"553e336a91fa5888","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/553e336a91fa5888","status":"passed","time":{"start":1705913034254,"stop":1705913034255,"duration":1}},{"uid":"cc431f9fd99590dd","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/cc431f9fd99590dd","status":"passed","time":{"start":1705912407116,"stop":1705912407117,"duration":1}},{"uid":"f701c35b8e6e4412","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f701c35b8e6e4412","status":"passed","time":{"start":1705911588783,"stop":1705911588784,"duration":1}},{"uid":"7bdb095bd2e9d644","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/7bdb095bd2e9d644","status":"passed","time":{"start":1705698799095,"stop":1705698799096,"duration":1}},{"uid":"4a69e94ce60f8682","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/4a69e94ce60f8682","status":"passed","time":{"start":1705687522354,"stop":1705687522355,"duration":1}},{"uid":"6f84f58dd8326de2","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/6f84f58dd8326de2","status":"passed","time":{"start":1705687430722,"stop":1705687430723,"duration":1}},{"uid":"1ef890196a6e3cc","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1ef890196a6e3cc","status":"passed","time":{"start":1705678121454,"stop":1705678121455,"duration":1}},{"uid":"53953c47a9c070e2","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/53953c47a9c070e2","status":"passed","time":{"start":1705678046299,"stop":1705678046300,"duration":1}},{"uid":"89ecdbd981f7339a","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/89ecdbd981f7339a","status":"passed","time":{"start":1705677908041,"stop":1705677908042,"duration":1}},{"uid":"23aa541bc2f25762","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/23aa541bc2f25762","status":"passed","time":{"start":1705677463207,"stop":1705677463207,"duration":0}},{"uid":"41a8a34d7edebe68","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/41a8a34d7edebe68","status":"passed","time":{"start":1705676052690,"stop":1705676052690,"duration":0}},{"uid":"d8daf05224c66996","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/d8daf05224c66996","status":"passed","time":{"start":1705675474630,"stop":1705675474631,"duration":1}},{"uid":"d5e97e498019f04b","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/d5e97e498019f04b","status":"passed","time":{"start":1705670338383,"stop":1705670338383,"duration":0}}]},"096471ca1dbbede6b3515fb7d6e12dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bf794e7da45d48","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/2bf794e7da45d48","status":"passed","time":{"start":1705520249084,"stop":1705520249084,"duration":0}}]},"f274a610339b7198d5f89fd5b7e90944:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fac1571cebd50fbc","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/fac1571cebd50fbc","status":"passed","time":{"start":1705494894098,"stop":1705494894098,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":128,"unknown":0,"total":130},"items":[{"uid":"6658a4f5fee5b5fc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6658a4f5fee5b5fc","status":"passed","time":{"start":1706529213443,"stop":1706529213443,"duration":0}},{"uid":"a9c1f4be03f14c40","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a9c1f4be03f14c40","status":"passed","time":{"start":1706528191000,"stop":1706528191000,"duration":0}},{"uid":"ebf33013b94f3ea7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ebf33013b94f3ea7","status":"passed","time":{"start":1706527073928,"stop":1706527073928,"duration":0}},{"uid":"88d8eafdf6efed94","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/88d8eafdf6efed94","status":"passed","time":{"start":1706526771988,"stop":1706526771988,"duration":0}},{"uid":"6906ac2222b1ed55","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6906ac2222b1ed55","status":"passed","time":{"start":1706526678879,"stop":1706526678879,"duration":0}},{"uid":"e34a86bebaf5b3cf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e34a86bebaf5b3cf","status":"passed","time":{"start":1706526118988,"stop":1706526118989,"duration":1}},{"uid":"9a835332f0eca62c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9a835332f0eca62c","status":"passed","time":{"start":1706525578825,"stop":1706525578825,"duration":0}},{"uid":"a9d885e06c6a007a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a9d885e06c6a007a","status":"passed","time":{"start":1706525215578,"stop":1706525215579,"duration":1}},{"uid":"aee6169db6cfe858","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/aee6169db6cfe858","status":"passed","time":{"start":1706467823859,"stop":1706467823859,"duration":0}},{"uid":"54de6f89450ee6e0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/54de6f89450ee6e0","status":"passed","time":{"start":1706323200734,"stop":1706323200734,"duration":0}},{"uid":"b5b85043c1960f0e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b5b85043c1960f0e","status":"passed","time":{"start":1706321464245,"stop":1706321464245,"duration":0}},{"uid":"707569ade7a5d707","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/707569ade7a5d707","status":"passed","time":{"start":1706244759800,"stop":1706244759801,"duration":1}},{"uid":"cd6f818d707a176","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/cd6f818d707a176","status":"passed","time":{"start":1706242311081,"stop":1706242311081,"duration":0}},{"uid":"86d905b55e1f2114","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/86d905b55e1f2114","status":"passed","time":{"start":1706115275219,"stop":1706115275220,"duration":1}},{"uid":"e2d8af1c006435c0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e2d8af1c006435c0","status":"passed","time":{"start":1706114443295,"stop":1706114443295,"duration":0}},{"uid":"25f65f8d18be7bb6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25f65f8d18be7bb6","status":"passed","time":{"start":1706111903922,"stop":1706111903923,"duration":1}},{"uid":"49776e514b9d59f5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/49776e514b9d59f5","status":"passed","time":{"start":1706111606549,"stop":1706111606550,"duration":1}},{"uid":"62ddb6a4c545878a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/62ddb6a4c545878a","status":"passed","time":{"start":1706109519398,"stop":1706109519403,"duration":5}},{"uid":"ad54dd6b2a6710b4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ad54dd6b2a6710b4","status":"passed","time":{"start":1706103297425,"stop":1706103297425,"duration":0}},{"uid":"ca1069669b341f01","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ca1069669b341f01","status":"passed","time":{"start":1706103044802,"stop":1706103044805,"duration":3}}]},"10df5f45dd3befe7d123ec45917dd2eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85cf7f951eee65da","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/85cf7f951eee65da","status":"passed","time":{"start":1705667004061,"stop":1705667004061,"duration":0}}]},"12079b26a44fb78ff1993de4b1464792:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79f87ca4fe276e61","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/79f87ca4fe276e61","status":"passed","time":{"start":1705681544265,"stop":1705681544266,"duration":1}}]},"3fa44c32abbb8b834e97823ad8472f9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55db14b4161a4364","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/55db14b4161a4364","status":"passed","time":{"start":1705913424149,"stop":1705913424149,"duration":0}}]},"2ab3f3cfe873cd0f623081c7b575f27e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36455fa307c6d07d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/36455fa307c6d07d","status":"passed","time":{"start":1705493496394,"stop":1705493496394,"duration":0}}]},"e0690e840b5a19010c1c3cfcf3b9d2db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fccafd35ee9a734f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fccafd35ee9a734f","status":"passed","time":{"start":1706467678797,"stop":1706467678798,"duration":1}}]},"3c1aec9759cba90bb022fd15900ab21b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"615fd3be64ab13b","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/615fd3be64ab13b","status":"passed","time":{"start":1705365585602,"stop":1705365585610,"duration":8}}]},"514a68531ce69f0fb11bc90ca3a76c19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a22af632cca730d0","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a22af632cca730d0","status":"passed","time":{"start":1706100979770,"stop":1706100979771,"duration":1}}]},"e23ffdee95ea51fac1b1ee32d0f4eb52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2f85c78f9dddfec","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e2f85c78f9dddfec","status":"passed","time":{"start":1706323040463,"stop":1706323040463,"duration":0}}]},"04a940ab4438669ab2b30097a412c581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e647b001570c79a","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/8e647b001570c79a","status":"passed","time":{"start":1705429166897,"stop":1705429166897,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32},"items":[{"uid":"54f12c80c69bc2b0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54f12c80c69bc2b0","status":"passed","time":{"start":1706529403580,"stop":1706529403581,"duration":1}},{"uid":"6001d9acb26b0a55","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6001d9acb26b0a55","status":"passed","time":{"start":1706528357116,"stop":1706528357116,"duration":0}},{"uid":"5783c71fde0faeb9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5783c71fde0faeb9","status":"passed","time":{"start":1706527326701,"stop":1706527326701,"duration":0}},{"uid":"541b52c55f5135a4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/541b52c55f5135a4","status":"passed","time":{"start":1706527049803,"stop":1706527049803,"duration":0}},{"uid":"a77770e9ebd37ba6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a77770e9ebd37ba6","status":"passed","time":{"start":1706526961451,"stop":1706526961451,"duration":0}},{"uid":"f791b9ab3b9ce25","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f791b9ab3b9ce25","status":"passed","time":{"start":1706526404289,"stop":1706526404289,"duration":0}},{"uid":"f150cc0a7773742","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f150cc0a7773742","status":"passed","time":{"start":1706525849965,"stop":1706525849965,"duration":0}},{"uid":"5d5117b3f61dc73b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5d5117b3f61dc73b","status":"passed","time":{"start":1706525432957,"stop":1706525432957,"duration":0}},{"uid":"71538ebe5eff35b3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/71538ebe5eff35b3","status":"passed","time":{"start":1706468114357,"stop":1706468114357,"duration":0}},{"uid":"777f296b7a7ed51c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/777f296b7a7ed51c","status":"passed","time":{"start":1706323469658,"stop":1706323469658,"duration":0}},{"uid":"53fee2c4a986fe8b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/53fee2c4a986fe8b","status":"passed","time":{"start":1706321771800,"stop":1706321771800,"duration":0}},{"uid":"5ec9740c5e26d958","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5ec9740c5e26d958","status":"passed","time":{"start":1706115542403,"stop":1706115542403,"duration":0}},{"uid":"53677764a25ff4d5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/53677764a25ff4d5","status":"passed","time":{"start":1706114725927,"stop":1706114725927,"duration":0}},{"uid":"bd2ffd038d519d7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bd2ffd038d519d7","status":"passed","time":{"start":1706112199273,"stop":1706112199273,"duration":0}},{"uid":"3072015e970162db","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3072015e970162db","status":"passed","time":{"start":1706111893745,"stop":1706111893745,"duration":0}},{"uid":"5601ec722110c462","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5601ec722110c462","status":"passed","time":{"start":1706109796559,"stop":1706109796560,"duration":1}},{"uid":"f046e51b0bc9c161","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f046e51b0bc9c161","status":"passed","time":{"start":1706103557161,"stop":1706103557161,"duration":0}},{"uid":"4e07b54b55cda4f6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4e07b54b55cda4f6","status":"passed","time":{"start":1706103365813,"stop":1706103365813,"duration":0}},{"uid":"f86d693cd71b05b1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f86d693cd71b05b1","status":"passed","time":{"start":1706102701059,"stop":1706102701059,"duration":0}},{"uid":"67c3fc8ff1f71fb4","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/67c3fc8ff1f71fb4","status":"passed","time":{"start":1706102579566,"stop":1706102579567,"duration":1}}]},"ffaa4904433841899617a33e3eaa41ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a1ca659914af7d0","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/3a1ca659914af7d0","status":"passed","time":{"start":1705392790621,"stop":1705392790622,"duration":1}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":100,"unknown":0,"total":102},"items":[{"uid":"eef4cfbdc81c8c4c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eef4cfbdc81c8c4c","status":"passed","time":{"start":1706528794129,"stop":1706528794129,"duration":0}},{"uid":"a2a507a4a553cf4d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a2a507a4a553cf4d","status":"passed","time":{"start":1706527760368,"stop":1706527760368,"duration":0}},{"uid":"4c98368ba9937e2f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4c98368ba9937e2f","status":"passed","time":{"start":1706526775961,"stop":1706526775962,"duration":1}},{"uid":"2e41528c8618de2d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2e41528c8618de2d","status":"passed","time":{"start":1706526473119,"stop":1706526473120,"duration":1}},{"uid":"2348a458b65ebffa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2348a458b65ebffa","status":"passed","time":{"start":1706526378021,"stop":1706526378021,"duration":0}},{"uid":"56cb95003ca82267","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/56cb95003ca82267","status":"passed","time":{"start":1706525805693,"stop":1706525805693,"duration":0}},{"uid":"3f86f90e19593061","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3f86f90e19593061","status":"passed","time":{"start":1706525274456,"stop":1706525274457,"duration":1}},{"uid":"b8d61e8ad8ae5281","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b8d61e8ad8ae5281","status":"passed","time":{"start":1706524834470,"stop":1706524834470,"duration":0}},{"uid":"d0ab7c28bb3160fb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d0ab7c28bb3160fb","status":"passed","time":{"start":1706467531170,"stop":1706467531170,"duration":0}},{"uid":"8657f48d568b5e09","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8657f48d568b5e09","status":"passed","time":{"start":1706322881025,"stop":1706322881025,"duration":0}},{"uid":"389f4ed55219585a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/389f4ed55219585a","status":"passed","time":{"start":1706321194900,"stop":1706321194900,"duration":0}},{"uid":"fd94d8fec3ab0a9e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/fd94d8fec3ab0a9e","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244752706,"stop":1706244752706,"duration":0}},{"uid":"ee1b5861dd9f9213","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ee1b5861dd9f9213","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242322792,"stop":1706242322793,"duration":1}},{"uid":"45aa0dea1e7093f8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/45aa0dea1e7093f8","status":"passed","time":{"start":1706114964030,"stop":1706114964030,"duration":0}},{"uid":"d5e5caa206b2e36e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d5e5caa206b2e36e","status":"passed","time":{"start":1706114136555,"stop":1706114136556,"duration":1}},{"uid":"60972a8074a78a1d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/60972a8074a78a1d","status":"passed","time":{"start":1706111612101,"stop":1706111612101,"duration":0}},{"uid":"f905e55bb581d528","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f905e55bb581d528","status":"passed","time":{"start":1706111302167,"stop":1706111302168,"duration":1}},{"uid":"605d707841127ffa","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/605d707841127ffa","status":"passed","time":{"start":1706109204936,"stop":1706109204937,"duration":1}},{"uid":"cb0346078634c0ca","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cb0346078634c0ca","status":"passed","time":{"start":1706103024096,"stop":1706103024096,"duration":0}},{"uid":"100ac59eafcdab02","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/100ac59eafcdab02","status":"passed","time":{"start":1706102762981,"stop":1706102762982,"duration":1}}]},"38e5833b5c7cbaddf1b294b80e96257f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d647286ce6b29f7d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d647286ce6b29f7d","status":"passed","time":{"start":1706099960910,"stop":1706099960910,"duration":0}}]},"114779673d8e2dd9b0bc528732fa9735:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"621b9440a7ba5b3a","reportUrl":"https://waku-org.github.io/js-waku/6204//#testresult/621b9440a7ba5b3a","status":"passed","time":{"start":1705521838517,"stop":1705521838518,"duration":1}}]},"df20108d14f6af0462beefb958340432:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"877ed291fa91895c","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/877ed291fa91895c","status":"passed","time":{"start":1706101594027,"stop":1706101594028,"duration":1}}]},"24f006e0afc90e82592a4711a23236fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74f12a855af2fbf1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/74f12a855af2fbf1","status":"passed","time":{"start":1706526763580,"stop":1706526763580,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"fa8220330fc90506","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa8220330fc90506","status":"passed","time":{"start":1706529367468,"stop":1706529367469,"duration":1}},{"uid":"9019ffdaaa8d5eeb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9019ffdaaa8d5eeb","status":"passed","time":{"start":1706528339931,"stop":1706528339931,"duration":0}},{"uid":"19daf0c713474e46","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/19daf0c713474e46","status":"passed","time":{"start":1706527181577,"stop":1706527181578,"duration":1}},{"uid":"ca8493f845f11d5c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ca8493f845f11d5c","status":"passed","time":{"start":1706527016297,"stop":1706527016299,"duration":2}},{"uid":"c5791af02b16d11a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c5791af02b16d11a","status":"passed","time":{"start":1706526929200,"stop":1706526929200,"duration":0}},{"uid":"c2d0e3447a30302e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c2d0e3447a30302e","status":"passed","time":{"start":1706526355571,"stop":1706526355572,"duration":1}},{"uid":"4d041c9b48aa6bd8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4d041c9b48aa6bd8","status":"passed","time":{"start":1706525825279,"stop":1706525825279,"duration":0}},{"uid":"f5d15b9d625c6708","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f5d15b9d625c6708","status":"passed","time":{"start":1706525414587,"stop":1706525414587,"duration":0}},{"uid":"a7d52c14c0c4a4df","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a7d52c14c0c4a4df","status":"passed","time":{"start":1706468084965,"stop":1706468084965,"duration":0}},{"uid":"cf0671fdc7ac340a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cf0671fdc7ac340a","status":"passed","time":{"start":1706323430972,"stop":1706323430973,"duration":1}},{"uid":"5a9e01136e1d4bcd","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5a9e01136e1d4bcd","status":"passed","time":{"start":1706321743967,"stop":1706321743967,"duration":0}},{"uid":"959274f3a31a0ada","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/959274f3a31a0ada","status":"passed","time":{"start":1706115449582,"stop":1706115449583,"duration":1}},{"uid":"c0d8677ee0bc6275","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c0d8677ee0bc6275","status":"passed","time":{"start":1706114706810,"stop":1706114706811,"duration":1}},{"uid":"c5b1b4ba7411bf8c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c5b1b4ba7411bf8c","status":"passed","time":{"start":1706112158272,"stop":1706112158273,"duration":1}},{"uid":"88cffcdf7b012c93","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/88cffcdf7b012c93","status":"passed","time":{"start":1706111870565,"stop":1706111870566,"duration":1}},{"uid":"f9ed639541925316","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f9ed639541925316","status":"passed","time":{"start":1706109756252,"stop":1706109756252,"duration":0}},{"uid":"2df74793c728b300","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2df74793c728b300","status":"passed","time":{"start":1706103332262,"stop":1706103332262,"duration":0}},{"uid":"32bdcb0fde4b646","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/32bdcb0fde4b646","status":"passed","time":{"start":1706102670267,"stop":1706102670267,"duration":0}},{"uid":"894c7992f4e44158","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/894c7992f4e44158","status":"passed","time":{"start":1706102539195,"stop":1706102539196,"duration":1}},{"uid":"8402df55a29acb6","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/8402df55a29acb6","status":"passed","time":{"start":1706102378577,"stop":1706102378578,"duration":1}}]},"03e947bbf7081e4e05e774176c8335a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8263f02e755d5e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e8263f02e755d5e","status":"passed","time":{"start":1706526534074,"stop":1706526534075,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"b50c0e8ab2217a92","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b50c0e8ab2217a92","status":"passed","time":{"start":1706529403570,"stop":1706529403570,"duration":0}},{"uid":"d1af3f6cece668c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d1af3f6cece668c","status":"passed","time":{"start":1706528357084,"stop":1706528357084,"duration":0}},{"uid":"1a49cfd7e00e19a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1a49cfd7e00e19a","status":"passed","time":{"start":1706527326689,"stop":1706527326689,"duration":0}},{"uid":"b7804e676eab496b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b7804e676eab496b","status":"passed","time":{"start":1706527049793,"stop":1706527049793,"duration":0}},{"uid":"eb00df6c82790314","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/eb00df6c82790314","status":"passed","time":{"start":1706526961438,"stop":1706526961438,"duration":0}},{"uid":"c62599db40012bf7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c62599db40012bf7","status":"passed","time":{"start":1706526404277,"stop":1706526404278,"duration":1}},{"uid":"49188b53b86170a1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/49188b53b86170a1","status":"passed","time":{"start":1706525849953,"stop":1706525849953,"duration":0}},{"uid":"891a34938953efc2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/891a34938953efc2","status":"passed","time":{"start":1706525432944,"stop":1706525432945,"duration":1}},{"uid":"8638794041f74322","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8638794041f74322","status":"passed","time":{"start":1706468114344,"stop":1706468114344,"duration":0}},{"uid":"79128f1a6b3d6d94","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/79128f1a6b3d6d94","status":"passed","time":{"start":1706323469646,"stop":1706323469646,"duration":0}},{"uid":"e111816425e30c24","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e111816425e30c24","status":"passed","time":{"start":1706321771787,"stop":1706321771787,"duration":0}},{"uid":"d72147173b3496ef","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d72147173b3496ef","status":"passed","time":{"start":1706115542393,"stop":1706115542393,"duration":0}},{"uid":"9b512d4d568c2453","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9b512d4d568c2453","status":"passed","time":{"start":1706114725916,"stop":1706114725916,"duration":0}},{"uid":"9f2b7ef89ddb2231","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9f2b7ef89ddb2231","status":"passed","time":{"start":1706112199261,"stop":1706112199261,"duration":0}},{"uid":"8b93688b5ad85521","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8b93688b5ad85521","status":"passed","time":{"start":1706111893733,"stop":1706111893734,"duration":1}},{"uid":"6b3e214f8fed42d0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6b3e214f8fed42d0","status":"passed","time":{"start":1706109796550,"stop":1706109796550,"duration":0}},{"uid":"3482624fa1e56d0a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3482624fa1e56d0a","status":"passed","time":{"start":1706103557150,"stop":1706103557150,"duration":0}},{"uid":"368b632cd036ddb1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/368b632cd036ddb1","status":"passed","time":{"start":1706103365800,"stop":1706103365801,"duration":1}},{"uid":"159a6845c26c8aa5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/159a6845c26c8aa5","status":"passed","time":{"start":1706102701047,"stop":1706102701047,"duration":0}},{"uid":"71e43257caf73dab","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/71e43257caf73dab","status":"passed","time":{"start":1706102579555,"stop":1706102579555,"duration":0}}]},"21a2a34aade6ff4bd0a8c37580d849b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f69e163a62adc1e7","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/f69e163a62adc1e7","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433090199,"stop":1705433090199,"duration":0}}]},"0d0e6ba541daa441f668be369b101c9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90a4543c9c56ac92","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/90a4543c9c56ac92","status":"passed","time":{"start":1705938289257,"stop":1705938289257,"duration":0}}]},"534a04de136d78c948fb7d0fa00ee44e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47ca31967e1c34a2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/47ca31967e1c34a2","status":"passed","time":{"start":1706526783366,"stop":1706526783367,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"604012385fbb36ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/604012385fbb36ac","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"duration":0}},{"uid":"678c040830869b8c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/678c040830869b8c","status":"passed","time":{"start":1706528057457,"stop":1706528057457,"duration":0}},{"uid":"5525436be4004b3a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5525436be4004b3a","status":"passed","time":{"start":1706526914773,"stop":1706526914773,"duration":0}},{"uid":"f42f6b648c81422a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f42f6b648c81422a","status":"passed","time":{"start":1706526612644,"stop":1706526612644,"duration":0}},{"uid":"72486a8ec2c03bc6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/72486a8ec2c03bc6","status":"passed","time":{"start":1706526514767,"stop":1706526514767,"duration":0}},{"uid":"82d46a906d350366","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/82d46a906d350366","status":"passed","time":{"start":1706525945110,"stop":1706525945110,"duration":0}},{"uid":"bedfa57f66dec90a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/bedfa57f66dec90a","status":"passed","time":{"start":1706525418823,"stop":1706525418824,"duration":1}},{"uid":"ed7388c7de325ae3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ed7388c7de325ae3","status":"passed","time":{"start":1706525116052,"stop":1706525116052,"duration":0}},{"uid":"8c97f514d46f3bcd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8c97f514d46f3bcd","status":"passed","time":{"start":1706467681211,"stop":1706467681211,"duration":0}},{"uid":"afc4cf20f62dd5fb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/afc4cf20f62dd5fb","status":"passed","time":{"start":1706323017124,"stop":1706323017124,"duration":0}},{"uid":"65f61ade4731487e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/65f61ade4731487e","status":"passed","time":{"start":1706321333764,"stop":1706321333765,"duration":1}},{"uid":"d95e836ec09032cf","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d95e836ec09032cf","status":"passed","time":{"start":1706115157106,"stop":1706115157106,"duration":0}},{"uid":"11b40abcb2a292e2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/11b40abcb2a292e2","status":"passed","time":{"start":1706114292037,"stop":1706114292037,"duration":0}},{"uid":"3c6ea348c81be00e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3c6ea348c81be00e","status":"passed","time":{"start":1706111755014,"stop":1706111755014,"duration":0}},{"uid":"94cb1cd5e21dced8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/94cb1cd5e21dced8","status":"passed","time":{"start":1706111454534,"stop":1706111454535,"duration":1}},{"uid":"f3f380ea4a7183a2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f3f380ea4a7183a2","status":"passed","time":{"start":1706109346664,"stop":1706109346664,"duration":0}},{"uid":"aee108c357a9753e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aee108c357a9753e","status":"passed","time":{"start":1706103153471,"stop":1706103153474,"duration":3}},{"uid":"67ad12cfe5ccc1df","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/67ad12cfe5ccc1df","status":"passed","time":{"start":1706102905535,"stop":1706102905536,"duration":1}},{"uid":"f3d73df26db202c0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f3d73df26db202c0","status":"passed","time":{"start":1706102263607,"stop":1706102263608,"duration":1}},{"uid":"264257c15e65ea92","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/264257c15e65ea92","status":"passed","time":{"start":1706102127472,"stop":1706102127472,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"b1c85e1c5b11404c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b1c85e1c5b11404c","status":"passed","time":{"start":1706528848467,"stop":1706528848467,"duration":0}},{"uid":"3f3c384d6666c972","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3f3c384d6666c972","status":"passed","time":{"start":1706527813605,"stop":1706527813605,"duration":0}},{"uid":"2d7840450ff08ab0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2d7840450ff08ab0","status":"passed","time":{"start":1706526833442,"stop":1706526833443,"duration":1}},{"uid":"f042429781f50b8a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f042429781f50b8a","status":"passed","time":{"start":1706526535570,"stop":1706526535570,"duration":0}},{"uid":"2501509912d27964","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2501509912d27964","status":"passed","time":{"start":1706526432885,"stop":1706526432886,"duration":1}},{"uid":"b9adda52b49181ec","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b9adda52b49181ec","status":"passed","time":{"start":1706525863192,"stop":1706525863193,"duration":1}},{"uid":"14fcb7742f910b10","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/14fcb7742f910b10","status":"passed","time":{"start":1706525327034,"stop":1706525327035,"duration":1}},{"uid":"7f72aa672d656bfc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7f72aa672d656bfc","status":"passed","time":{"start":1706524890661,"stop":1706524890661,"duration":0}},{"uid":"d954e29bef31a5a6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d954e29bef31a5a6","status":"passed","time":{"start":1706467585304,"stop":1706467585304,"duration":0}},{"uid":"418014811a657e41","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/418014811a657e41","status":"passed","time":{"start":1706322939535,"stop":1706322939536,"duration":1}},{"uid":"9ca5b774510142f9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9ca5b774510142f9","status":"passed","time":{"start":1706321258428,"stop":1706321258429,"duration":1}},{"uid":"5378b3c6965a6e18","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5378b3c6965a6e18","status":"passed","time":{"start":1706115022311,"stop":1706115022318,"duration":7}},{"uid":"1560b0968248761e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1560b0968248761e","status":"passed","time":{"start":1706114199107,"stop":1706114199107,"duration":0}},{"uid":"b1e3cfbbf267ce","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b1e3cfbbf267ce","status":"passed","time":{"start":1706111666078,"stop":1706111666079,"duration":1}},{"uid":"573eebeadbd24867","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/573eebeadbd24867","status":"passed","time":{"start":1706111361078,"stop":1706111361079,"duration":1}},{"uid":"1e68bcdcd80c73f6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1e68bcdcd80c73f6","status":"passed","time":{"start":1706109262491,"stop":1706109262492,"duration":1}},{"uid":"61d2041752e743b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/61d2041752e743b","status":"passed","time":{"start":1706103081165,"stop":1706103081165,"duration":0}},{"uid":"d9c6396405637773","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d9c6396405637773","status":"passed","time":{"start":1706102823290,"stop":1706102823290,"duration":0}},{"uid":"8ce1fa5a1cd464e4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8ce1fa5a1cd464e4","status":"passed","time":{"start":1706102181347,"stop":1706102181347,"duration":0}},{"uid":"d3df5d818f52041c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d3df5d818f52041c","status":"passed","time":{"start":1706102053766,"stop":1706102053766,"duration":0}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"c446055690ca9377","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c446055690ca9377","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"duration":0}},{"uid":"b54cbd2135f573f6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b54cbd2135f573f6","status":"passed","time":{"start":1706527923886,"stop":1706527923886,"duration":0}},{"uid":"7861f7c0b7c75dc7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7861f7c0b7c75dc7","status":"passed","time":{"start":1706526930869,"stop":1706526930870,"duration":1}},{"uid":"49ada52c326e3d53","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/49ada52c326e3d53","status":"passed","time":{"start":1706526632108,"stop":1706526632110,"duration":2}},{"uid":"97cf1601fd4d547a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/97cf1601fd4d547a","status":"passed","time":{"start":1706526534081,"stop":1706526534081,"duration":0}},{"uid":"f71b66b0f723b252","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f71b66b0f723b252","status":"passed","time":{"start":1706525958174,"stop":1706525958175,"duration":1}},{"uid":"7009224e0b428bc8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7009224e0b428bc8","status":"passed","time":{"start":1706525436725,"stop":1706525436726,"duration":1}},{"uid":"dca2a8137ff6b847","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/dca2a8137ff6b847","status":"passed","time":{"start":1706524982437,"stop":1706524982437,"duration":0}},{"uid":"af1838b8e95a6331","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/af1838b8e95a6331","status":"passed","time":{"start":1706467678803,"stop":1706467678804,"duration":1}},{"uid":"5ec8af0f7945423a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5ec8af0f7945423a","status":"passed","time":{"start":1706323040474,"stop":1706323040475,"duration":1}},{"uid":"c7255f25b85acf6d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c7255f25b85acf6d","status":"passed","time":{"start":1706321353356,"stop":1706321353356,"duration":0}},{"uid":"98439e86cbd1ee8e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/98439e86cbd1ee8e","status":"passed","time":{"start":1706114292386,"stop":1706114292397,"duration":11}},{"uid":"7195458aa72a7439","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7195458aa72a7439","status":"passed","time":{"start":1706111780344,"stop":1706111780344,"duration":0}},{"uid":"2bf1dd1490df89fe","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2bf1dd1490df89fe","status":"passed","time":{"start":1706111464024,"stop":1706111464025,"duration":1}},{"uid":"fd2a37f4361f1cf2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fd2a37f4361f1cf2","status":"passed","time":{"start":1706109370858,"stop":1706109370858,"duration":0}},{"uid":"283a8b19497428b8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/283a8b19497428b8","status":"passed","time":{"start":1706103179186,"stop":1706103179187,"duration":1}},{"uid":"2fe27d8458995819","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2fe27d8458995819","status":"passed","time":{"start":1706102925546,"stop":1706102925546,"duration":0}},{"uid":"299f91bfea925c08","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/299f91bfea925c08","status":"passed","time":{"start":1706102273664,"stop":1706102273664,"duration":0}},{"uid":"7d49aff8175dbab6","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/7d49aff8175dbab6","status":"passed","time":{"start":1706102152989,"stop":1706102152990,"duration":1}},{"uid":"77a1d11fc002f42f","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/77a1d11fc002f42f","status":"passed","time":{"start":1706101976584,"stop":1706101976585,"duration":1}}]},"22b47fd8199bb63dbe98119ca93d3da1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"22bfbbdea9de6df1","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/22bfbbdea9de6df1","status":"passed","time":{"start":1705520815476,"stop":1705520815476,"duration":0}},{"uid":"21629fa29d184899","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/21629fa29d184899","status":"passed","time":{"start":1705518208990,"stop":1705518208990,"duration":0}},{"uid":"cb4391229a0519f2","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/cb4391229a0519f2","status":"passed","time":{"start":1705518112851,"stop":1705518112853,"duration":2}},{"uid":"a63d625720b7d9ff","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/a63d625720b7d9ff","status":"passed","time":{"start":1705517988382,"stop":1705517988383,"duration":1}},{"uid":"5c0bebc8c573e529","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/5c0bebc8c573e529","status":"passed","time":{"start":1705508651527,"stop":1705508651528,"duration":1}},{"uid":"3347cf6c051e6bc2","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/3347cf6c051e6bc2","status":"passed","time":{"start":1705506479142,"stop":1705506479142,"duration":0}},{"uid":"a8c48f9cfd86accd","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/a8c48f9cfd86accd","status":"passed","time":{"start":1705502938681,"stop":1705502938681,"duration":0}},{"uid":"169e0d2a0d17e52c","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/169e0d2a0d17e52c","status":"passed","time":{"start":1705502478103,"stop":1705502478103,"duration":0}},{"uid":"b3c35ed7f09f9194","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/b3c35ed7f09f9194","status":"passed","time":{"start":1705494884675,"stop":1705494884676,"duration":1}},{"uid":"83cc11a4eba84fc6","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/83cc11a4eba84fc6","status":"passed","time":{"start":1705494937592,"stop":1705494937593,"duration":1}},{"uid":"3b10fb5d783e8d18","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/3b10fb5d783e8d18","status":"passed","time":{"start":1705494894074,"stop":1705494894074,"duration":0}},{"uid":"46c7e9c3f020f14b","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/46c7e9c3f020f14b","status":"passed","time":{"start":1705493458473,"stop":1705493458473,"duration":0}},{"uid":"f975b2a78d1cd94","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/f975b2a78d1cd94","status":"passed","time":{"start":1705493421078,"stop":1705493421079,"duration":1}},{"uid":"75ec1bf57bd8c094","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/75ec1bf57bd8c094","status":"passed","time":{"start":1705485246691,"stop":1705485246691,"duration":0}},{"uid":"27af6979cd0ffba4","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/27af6979cd0ffba4","status":"passed","time":{"start":1705485106618,"stop":1705485106618,"duration":0}},{"uid":"ebdcb5aff90936b4","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ebdcb5aff90936b4","status":"passed","time":{"start":1705484353073,"stop":1705484353074,"duration":1}},{"uid":"522d9f877a7bc826","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/522d9f877a7bc826","status":"passed","time":{"start":1705469867092,"stop":1705469867093,"duration":1}},{"uid":"3b151f6352886070","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/3b151f6352886070","status":"passed","time":{"start":1705466933256,"stop":1705466933256,"duration":0}},{"uid":"612d64ab4fb6121a","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/612d64ab4fb6121a","status":"passed","time":{"start":1705435401892,"stop":1705435401893,"duration":1}},{"uid":"58c7172a8d0668ae","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/58c7172a8d0668ae","status":"passed","time":{"start":1705434866464,"stop":1705434866472,"duration":8}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"be4cdebadc96075e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/be4cdebadc96075e","status":"passed","time":{"start":1706528998597,"stop":1706528998598,"duration":1}},{"uid":"ef49613f49b5609b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ef49613f49b5609b","status":"passed","time":{"start":1706527970125,"stop":1706527970126,"duration":1}},{"uid":"681045e658103a8d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/681045e658103a8d","status":"passed","time":{"start":1706526976590,"stop":1706526976591,"duration":1}},{"uid":"de081f55592f302d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/de081f55592f302d","status":"passed","time":{"start":1706526677709,"stop":1706526677709,"duration":0}},{"uid":"383c0cf20c5757ac","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/383c0cf20c5757ac","status":"passed","time":{"start":1706526585227,"stop":1706526585228,"duration":1}},{"uid":"caac9d657dc8db7d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/caac9d657dc8db7d","status":"passed","time":{"start":1706526011345,"stop":1706526011345,"duration":0}},{"uid":"22e5bde77013e59f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/22e5bde77013e59f","status":"passed","time":{"start":1706525481688,"stop":1706525481688,"duration":0}},{"uid":"80ef59135097a3e6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/80ef59135097a3e6","status":"passed","time":{"start":1706525034595,"stop":1706525034596,"duration":1}},{"uid":"400dc254c8c6de36","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/400dc254c8c6de36","status":"passed","time":{"start":1706467723739,"stop":1706467723740,"duration":1}},{"uid":"6e08f5c12a5d8b6d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6e08f5c12a5d8b6d","status":"passed","time":{"start":1706323095243,"stop":1706323095244,"duration":1}},{"uid":"c1ebdbaffac1447b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c1ebdbaffac1447b","status":"passed","time":{"start":1706321394057,"stop":1706321394057,"duration":0}},{"uid":"cf14d8c359674d9b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cf14d8c359674d9b","status":"passed","time":{"start":1706115176949,"stop":1706115176949,"duration":0}},{"uid":"69160492090fbaab","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/69160492090fbaab","status":"passed","time":{"start":1706114337390,"stop":1706114337390,"duration":0}},{"uid":"89ade56c8d408bba","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/89ade56c8d408bba","status":"passed","time":{"start":1706111808839,"stop":1706111808841,"duration":2}},{"uid":"38dfc3e76cc60b07","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/38dfc3e76cc60b07","status":"passed","time":{"start":1706111511405,"stop":1706111511406,"duration":1}},{"uid":"993afeb5c59b4895","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/993afeb5c59b4895","status":"passed","time":{"start":1706109411598,"stop":1706109411598,"duration":0}},{"uid":"d9b9c9d1ea438667","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d9b9c9d1ea438667","status":"passed","time":{"start":1706103221764,"stop":1706103221764,"duration":0}},{"uid":"b4a042fd09ab2f70","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b4a042fd09ab2f70","status":"passed","time":{"start":1706102961392,"stop":1706102961392,"duration":0}},{"uid":"130f3af011c3cc48","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/130f3af011c3cc48","status":"passed","time":{"start":1706102333047,"stop":1706102333048,"duration":1}},{"uid":"7ca62bef694a29ea","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/7ca62bef694a29ea","status":"passed","time":{"start":1706102204590,"stop":1706102204591,"duration":1}}]},"ef62e72f20cfe6300e47f235a3a83336:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4dd7540c22eeab","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/dc4dd7540c22eeab","status":"passed","time":{"start":1705506512667,"stop":1705506512667,"duration":0}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"c19a6fe158cda167","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c19a6fe158cda167","status":"passed","time":{"start":1706528735131,"stop":1706528735132,"duration":1}},{"uid":"57325d2308bc0700","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/57325d2308bc0700","status":"passed","time":{"start":1706527704556,"stop":1706527704556,"duration":0}},{"uid":"64a4d0db98385d8d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/64a4d0db98385d8d","status":"passed","time":{"start":1706526720933,"stop":1706526720934,"duration":1}},{"uid":"edc79f871209832","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/edc79f871209832","status":"passed","time":{"start":1706526416653,"stop":1706526416653,"duration":0}},{"uid":"a011cf580e49c4ef","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a011cf580e49c4ef","status":"passed","time":{"start":1706526321789,"stop":1706526321790,"duration":1}},{"uid":"6e6bb90762a37ed4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6e6bb90762a37ed4","status":"passed","time":{"start":1706525751931,"stop":1706525751931,"duration":0}},{"uid":"b3c2bcaa33c35565","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b3c2bcaa33c35565","status":"passed","time":{"start":1706525218949,"stop":1706525218954,"duration":5}},{"uid":"f412e5572ad7ab79","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f412e5572ad7ab79","status":"passed","time":{"start":1706524780140,"stop":1706524780141,"duration":1}},{"uid":"c1496aa16f915e8a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c1496aa16f915e8a","status":"passed","time":{"start":1706467473999,"stop":1706467473999,"duration":0}},{"uid":"f6f350c59fd2f6e2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f6f350c59fd2f6e2","status":"passed","time":{"start":1706322826368,"stop":1706322826368,"duration":0}},{"uid":"ab8e37f1bff4d6c8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ab8e37f1bff4d6c8","status":"passed","time":{"start":1706321139953,"stop":1706321139953,"duration":0}},{"uid":"20684a5fb671cbd4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/20684a5fb671cbd4","status":"passed","time":{"start":1706244655881,"stop":1706244655882,"duration":1}},{"uid":"c9bd30b4f1714099","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c9bd30b4f1714099","status":"passed","time":{"start":1706242224328,"stop":1706242224328,"duration":0}},{"uid":"3cc776995b6975b0","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3cc776995b6975b0","status":"passed","time":{"start":1706114912527,"stop":1706114912527,"duration":0}},{"uid":"186f57b6ffa04ddc","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/186f57b6ffa04ddc","status":"passed","time":{"start":1706114083268,"stop":1706114083269,"duration":1}},{"uid":"5f520fe2aaa39df7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5f520fe2aaa39df7","status":"passed","time":{"start":1706111557899,"stop":1706111557899,"duration":0}},{"uid":"bb74d6c9efefae58","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bb74d6c9efefae58","status":"passed","time":{"start":1706111247540,"stop":1706111247541,"duration":1}},{"uid":"a364e571168ef7f7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a364e571168ef7f7","status":"passed","time":{"start":1706109149773,"stop":1706109149773,"duration":0}},{"uid":"89446e7104f02d39","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/89446e7104f02d39","status":"passed","time":{"start":1706102968130,"stop":1706102968130,"duration":0}},{"uid":"4453d509d281ea7e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4453d509d281ea7e","status":"passed","time":{"start":1706102707872,"stop":1706102707872,"duration":0}}]},"da9e6605c352ab6ea89d1ff40a4e7f59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2803f91831a32199","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/2803f91831a32199","status":"passed","time":{"start":1705912351030,"stop":1705912351030,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"2cd21f87c3c4b992","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2cd21f87c3c4b992","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"duration":0}},{"uid":"6ff6b34a30687861","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6ff6b34a30687861","status":"passed","time":{"start":1706527827592,"stop":1706527827593,"duration":1}},{"uid":"d4ab412898c3efce","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d4ab412898c3efce","status":"passed","time":{"start":1706526836998,"stop":1706526836998,"duration":0}},{"uid":"1c7859e8c57696db","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1c7859e8c57696db","status":"passed","time":{"start":1706526533886,"stop":1706526533886,"duration":0}},{"uid":"395a384364c42825","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/395a384364c42825","status":"passed","time":{"start":1706526441879,"stop":1706526441879,"duration":0}},{"uid":"77e77bee211777b3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/77e77bee211777b3","status":"passed","time":{"start":1706525866027,"stop":1706525866027,"duration":0}},{"uid":"73f6d00b32a501e2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/73f6d00b32a501e2","status":"passed","time":{"start":1706525332949,"stop":1706525332949,"duration":0}},{"uid":"df21953ef8a1c18d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/df21953ef8a1c18d","status":"passed","time":{"start":1706524895850,"stop":1706524895851,"duration":1}},{"uid":"9d045da44aa18e69","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9d045da44aa18e69","status":"passed","time":{"start":1706467592269,"stop":1706467592269,"duration":0}},{"uid":"c2986948fc526083","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c2986948fc526083","status":"passed","time":{"start":1706322942355,"stop":1706322942356,"duration":1}},{"uid":"75deadf2eb4621d6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/75deadf2eb4621d6","status":"passed","time":{"start":1706321253070,"stop":1706321253070,"duration":0}},{"uid":"5a5974e5539d4324","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5a5974e5539d4324","status":"passed","time":{"start":1706244761419,"stop":1706244761419,"duration":0}},{"uid":"208ca91668d5f198","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/208ca91668d5f198","status":"passed","time":{"start":1706242323588,"stop":1706242323588,"duration":0}},{"uid":"df0fc89ff513a593","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/df0fc89ff513a593","status":"passed","time":{"start":1706115032888,"stop":1706115032888,"duration":0}},{"uid":"8876f1e61ab84cde","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8876f1e61ab84cde","status":"passed","time":{"start":1706114198068,"stop":1706114198073,"duration":5}},{"uid":"9e7b12ce758650c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9e7b12ce758650c","status":"passed","time":{"start":1706111672950,"stop":1706111672951,"duration":1}},{"uid":"7a8c87674b067e39","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7a8c87674b067e39","status":"passed","time":{"start":1706111369284,"stop":1706111369284,"duration":0}},{"uid":"29da84bb84992059","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/29da84bb84992059","status":"passed","time":{"start":1706109273534,"stop":1706109273535,"duration":1}},{"uid":"fc5bf5b95d3a2b61","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fc5bf5b95d3a2b61","status":"passed","time":{"start":1706103083968,"stop":1706103083980,"duration":12}},{"uid":"a7f5e979330418dd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a7f5e979330418dd","status":"passed","time":{"start":1706102826546,"stop":1706102826546,"duration":0}}]},"7f69a312ffd23c5d82a58728148d6afe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f43438c8418a034","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/7f43438c8418a034","status":"passed","time":{"start":1705525544606,"stop":1705525544606,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":59,"unknown":0,"total":61},"items":[{"uid":"3138d35e533ec687","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3138d35e533ec687","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706529092194,"stop":1706529092195,"duration":1}},{"uid":"cfe195e8e11d47f8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/cfe195e8e11d47f8","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706528057417,"stop":1706528057418,"duration":1}},{"uid":"786d76f6bf012252","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/786d76f6bf012252","status":"passed","time":{"start":1706526914752,"stop":1706526914753,"duration":1}},{"uid":"31cdb985ff5f0564","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/31cdb985ff5f0564","status":"passed","time":{"start":1706526612607,"stop":1706526612608,"duration":1}},{"uid":"47bebf7b402e48d3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/47bebf7b402e48d3","status":"passed","time":{"start":1706526514746,"stop":1706526514747,"duration":1}},{"uid":"c24bdcf9fd118079","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c24bdcf9fd118079","status":"passed","time":{"start":1706525945097,"stop":1706525945098,"duration":1}},{"uid":"e782e59ab0043edc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e782e59ab0043edc","status":"passed","time":{"start":1706525418810,"stop":1706525418810,"duration":0}},{"uid":"51f692c647364430","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/51f692c647364430","status":"passed","time":{"start":1706525116040,"stop":1706525116040,"duration":0}},{"uid":"85fe374df1257473","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/85fe374df1257473","status":"passed","time":{"start":1706467681181,"stop":1706467681182,"duration":1}},{"uid":"9ea5bfd06ad4050a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9ea5bfd06ad4050a","status":"passed","time":{"start":1706323017111,"stop":1706323017112,"duration":1}},{"uid":"98c53bc75bec9a4f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/98c53bc75bec9a4f","status":"passed","time":{"start":1706321333735,"stop":1706321333735,"duration":0}},{"uid":"25ec12795fcaba03","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/25ec12795fcaba03","status":"passed","time":{"start":1706244762204,"stop":1706244762204,"duration":0}},{"uid":"74eae8c783a3f75a","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/74eae8c783a3f75a","status":"passed","time":{"start":1706242326842,"stop":1706242326846,"duration":4}},{"uid":"f2ad40562f428f56","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f2ad40562f428f56","status":"passed","time":{"start":1706115157081,"stop":1706115157081,"duration":0}},{"uid":"49a619fa090b3f4b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/49a619fa090b3f4b","status":"passed","time":{"start":1706114292017,"stop":1706114292017,"duration":0}},{"uid":"b2b392dffb5fbe5b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b2b392dffb5fbe5b","status":"passed","time":{"start":1706111754960,"stop":1706111754962,"duration":2}},{"uid":"825c2fa10ba73d6b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/825c2fa10ba73d6b","status":"passed","time":{"start":1706111454517,"stop":1706111454518,"duration":1}},{"uid":"91caa77cf54a56cb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/91caa77cf54a56cb","status":"passed","time":{"start":1706109346649,"stop":1706109346649,"duration":0}},{"uid":"c05129dc623c691a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c05129dc623c691a","status":"passed","time":{"start":1706103153455,"stop":1706103153455,"duration":0}},{"uid":"bf0076571f128c99","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bf0076571f128c99","status":"passed","time":{"start":1706102905511,"stop":1706102905512,"duration":1}}]},"366f647794684de487c7f401ac868ce1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9d8877efcab4d7d","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/c9d8877efcab4d7d","status":"passed","time":{"start":1706100770609,"stop":1706100770609,"duration":0}}]},"d48b600633bedc0bc84ecf5157731887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c828cf345808b5d","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/9c828cf345808b5d","status":"passed","time":{"start":1705391374467,"stop":1705391374467,"duration":0}}]},"d2a17af29ec9f832639832745bc7c421:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"11e6574b4c34835","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/11e6574b4c34835","status":"passed","time":{"start":1706100979748,"stop":1706100979748,"duration":0}},{"uid":"ea6ecafaa0754957","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ea6ecafaa0754957","status":"passed","time":{"start":1706100012408,"stop":1706100012408,"duration":0}},{"uid":"9aab40ee8cc434f","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/9aab40ee8cc434f","status":"passed","time":{"start":1706077739066,"stop":1706077739066,"duration":0}},{"uid":"dc09ccd015c42761","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/dc09ccd015c42761","status":"passed","time":{"start":1706069827459,"stop":1706069827460,"duration":1}},{"uid":"da210863bec6dadb","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/da210863bec6dadb","status":"passed","time":{"start":1705950521647,"stop":1705950521647,"duration":0}},{"uid":"c01e98c2698b9c6e","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/c01e98c2698b9c6e","status":"passed","time":{"start":1705938343364,"stop":1705938343364,"duration":0}},{"uid":"ff9a7defcfc8a45f","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ff9a7defcfc8a45f","status":"passed","time":{"start":1705913488209,"stop":1705913488209,"duration":0}},{"uid":"43d7d90ff743ab20","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/43d7d90ff743ab20","status":"passed","time":{"start":1705913034255,"stop":1705913034256,"duration":1}},{"uid":"fc8d95ed40de9be7","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fc8d95ed40de9be7","status":"passed","time":{"start":1705912407117,"stop":1705912407117,"duration":0}},{"uid":"b78f02ecb33c7b61","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b78f02ecb33c7b61","status":"passed","time":{"start":1705911588784,"stop":1705911588785,"duration":1}},{"uid":"83c112afae606a7d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/83c112afae606a7d","status":"passed","time":{"start":1705698799096,"stop":1705698799096,"duration":0}},{"uid":"7d0b26b095492e66","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/7d0b26b095492e66","status":"passed","time":{"start":1705687522355,"stop":1705687522356,"duration":1}},{"uid":"de37065284408523","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/de37065284408523","status":"passed","time":{"start":1705687430724,"stop":1705687430724,"duration":0}},{"uid":"8a44071f2ba9bffb","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/8a44071f2ba9bffb","status":"passed","time":{"start":1705678121455,"stop":1705678121455,"duration":0}},{"uid":"16a99e193b9e42b0","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/16a99e193b9e42b0","status":"passed","time":{"start":1705678046300,"stop":1705678046300,"duration":0}},{"uid":"147c6c0f6c64c53f","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/147c6c0f6c64c53f","status":"passed","time":{"start":1705677908042,"stop":1705677908042,"duration":0}},{"uid":"f1547e5200a43a18","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/f1547e5200a43a18","status":"passed","time":{"start":1705677463208,"stop":1705677463208,"duration":0}},{"uid":"803d8d25a66232e4","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/803d8d25a66232e4","status":"passed","time":{"start":1705676052690,"stop":1705676052690,"duration":0}},{"uid":"b60e0c5aa158e8fe","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/b60e0c5aa158e8fe","status":"passed","time":{"start":1705675474631,"stop":1705675474631,"duration":0}},{"uid":"389af102cb9e2359","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/389af102cb9e2359","status":"passed","time":{"start":1705670338383,"stop":1705670338384,"duration":1}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"d689177574d32db6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d689177574d32db6","status":"passed","time":{"start":1706529333235,"stop":1706529333236,"duration":1}},{"uid":"bb012a3561fc0b16","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bb012a3561fc0b16","status":"passed","time":{"start":1706528290453,"stop":1706528290453,"duration":0}},{"uid":"fb7fdf1e7e132675","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fb7fdf1e7e132675","status":"passed","time":{"start":1706527264310,"stop":1706527264310,"duration":0}},{"uid":"defa67c9442395e0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/defa67c9442395e0","status":"passed","time":{"start":1706526976762,"stop":1706526976763,"duration":1}},{"uid":"7f24809acb48de36","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7f24809acb48de36","status":"passed","time":{"start":1706526885800,"stop":1706526885801,"duration":1}},{"uid":"4608608f0c0e9028","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4608608f0c0e9028","status":"passed","time":{"start":1706526330090,"stop":1706526330090,"duration":0}},{"uid":"c3d33e4fece221b7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c3d33e4fece221b7","status":"passed","time":{"start":1706525780717,"stop":1706525780717,"duration":0}},{"uid":"ae659da157420ab4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ae659da157420ab4","status":"passed","time":{"start":1706525359485,"stop":1706525359485,"duration":0}},{"uid":"a0ba02ecdb72dc35","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a0ba02ecdb72dc35","status":"passed","time":{"start":1706468042628,"stop":1706468042628,"duration":0}},{"uid":"56dbb8ac12017ad6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/56dbb8ac12017ad6","status":"passed","time":{"start":1706323386920,"stop":1706323386921,"duration":1}},{"uid":"23d51526c98fbeab","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/23d51526c98fbeab","status":"passed","time":{"start":1706321713087,"stop":1706321713088,"duration":1}},{"uid":"a02831bd35aa8bdd","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a02831bd35aa8bdd","status":"passed","time":{"start":1706115482604,"stop":1706115482604,"duration":0}},{"uid":"816019d1753d52a8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/816019d1753d52a8","status":"passed","time":{"start":1706114635375,"stop":1706114635377,"duration":2}},{"uid":"ac9bf4c607bb25e8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ac9bf4c607bb25e8","status":"passed","time":{"start":1706112127513,"stop":1706112127513,"duration":0}},{"uid":"dc0ddad715fae4c9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/dc0ddad715fae4c9","status":"passed","time":{"start":1706111809253,"stop":1706111809254,"duration":1}},{"uid":"5f2fbc29fc72de7f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5f2fbc29fc72de7f","status":"passed","time":{"start":1706109719515,"stop":1706109719515,"duration":0}},{"uid":"62fdaec72bd5c5c4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/62fdaec72bd5c5c4","status":"passed","time":{"start":1706103518429,"stop":1706103518429,"duration":0}},{"uid":"bccfa952b3341982","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bccfa952b3341982","status":"passed","time":{"start":1706103305149,"stop":1706103305150,"duration":1}},{"uid":"fbe1c79947130a8e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fbe1c79947130a8e","status":"passed","time":{"start":1706102626846,"stop":1706102626846,"duration":0}},{"uid":"20e8225427a61d38","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/20e8225427a61d38","status":"passed","time":{"start":1706102491820,"stop":1706102491821,"duration":1}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":128,"unknown":0,"total":130},"items":[{"uid":"c56c84c115e70fc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c56c84c115e70fc","status":"passed","time":{"start":1706529213442,"stop":1706529213442,"duration":0}},{"uid":"81e4d40bb39be0b9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/81e4d40bb39be0b9","status":"passed","time":{"start":1706528190998,"stop":1706528190999,"duration":1}},{"uid":"aec6eb09c8a1b74","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/aec6eb09c8a1b74","status":"passed","time":{"start":1706527073927,"stop":1706527073927,"duration":0}},{"uid":"fca7262184f57bf3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fca7262184f57bf3","status":"passed","time":{"start":1706526771987,"stop":1706526771987,"duration":0}},{"uid":"a705769b73890296","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a705769b73890296","status":"passed","time":{"start":1706526678878,"stop":1706526678878,"duration":0}},{"uid":"eab952648861ceee","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/eab952648861ceee","status":"passed","time":{"start":1706526118988,"stop":1706526118988,"duration":0}},{"uid":"355fadad94eda672","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/355fadad94eda672","status":"passed","time":{"start":1706525578824,"stop":1706525578824,"duration":0}},{"uid":"b1b417eded68e3dd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b1b417eded68e3dd","status":"passed","time":{"start":1706525215576,"stop":1706525215576,"duration":0}},{"uid":"982026f3e8acd722","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/982026f3e8acd722","status":"passed","time":{"start":1706467823858,"stop":1706467823858,"duration":0}},{"uid":"b819b4cd55f50e9b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b819b4cd55f50e9b","status":"passed","time":{"start":1706323200733,"stop":1706323200733,"duration":0}},{"uid":"96a6297547290bdc","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/96a6297547290bdc","status":"passed","time":{"start":1706321464244,"stop":1706321464244,"duration":0}},{"uid":"7006130e726afe01","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7006130e726afe01","status":"passed","time":{"start":1706244759799,"stop":1706244759800,"duration":1}},{"uid":"d590b1dd9f1e21f9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d590b1dd9f1e21f9","status":"passed","time":{"start":1706242311080,"stop":1706242311080,"duration":0}},{"uid":"a3d00c200c26447b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a3d00c200c26447b","status":"passed","time":{"start":1706115275218,"stop":1706115275218,"duration":0}},{"uid":"2be0b3b5e9afea08","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2be0b3b5e9afea08","status":"passed","time":{"start":1706114443294,"stop":1706114443294,"duration":0}},{"uid":"c42ce9c77757b02c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c42ce9c77757b02c","status":"passed","time":{"start":1706111903920,"stop":1706111903921,"duration":1}},{"uid":"ec01a0c693fb4a2a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ec01a0c693fb4a2a","status":"passed","time":{"start":1706111606548,"stop":1706111606548,"duration":0}},{"uid":"3e5add3a42e34eb5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3e5add3a42e34eb5","status":"passed","time":{"start":1706109519397,"stop":1706109519397,"duration":0}},{"uid":"29c98a33e9132878","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/29c98a33e9132878","status":"passed","time":{"start":1706103297424,"stop":1706103297424,"duration":0}},{"uid":"770f29b33258e017","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/770f29b33258e017","status":"passed","time":{"start":1706103044801,"stop":1706103044802,"duration":1}}]},"75adb45763f6493644535a3495e63a9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e40ea24124956ff","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/6e40ea24124956ff","status":"passed","time":{"start":1706101885507,"stop":1706101885507,"duration":0}}]},"bb697e3c59422a105f27079d9543b833:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"b27dfdbf5750ea49","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b27dfdbf5750ea49","status":"passed","time":{"start":1706528741681,"stop":1706528741681,"duration":0}},{"uid":"1349eca5224b6680","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1349eca5224b6680","status":"passed","time":{"start":1706527710880,"stop":1706527710880,"duration":0}},{"uid":"db6d92fcb655da36","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/db6d92fcb655da36","status":"passed","time":{"start":1706526422897,"stop":1706526422898,"duration":1}},{"uid":"c94cb5ea685d3fc2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c94cb5ea685d3fc2","status":"passed","time":{"start":1706526328069,"stop":1706526328069,"duration":0}},{"uid":"a417b133ab664460","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/a417b133ab664460","status":"passed","time":{"start":1706101521534,"stop":1706101521534,"duration":0}},{"uid":"e32719cd55a2ea49","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/e32719cd55a2ea49","status":"passed","time":{"start":1706099819412,"stop":1706099819413,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"cec670752ff9cc0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cec670752ff9cc0","status":"passed","time":{"start":1706529218514,"stop":1706529218515,"duration":1}},{"uid":"e192d61bf09ee1a7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e192d61bf09ee1a7","status":"passed","time":{"start":1706528190570,"stop":1706528190570,"duration":0}},{"uid":"b26c7168d2f21377","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b26c7168d2f21377","status":"passed","time":{"start":1706527166748,"stop":1706527166748,"duration":0}},{"uid":"e5a1326bf46cef19","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e5a1326bf46cef19","status":"passed","time":{"start":1706526866894,"stop":1706526866894,"duration":0}},{"uid":"fb6f934c708d06ed","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fb6f934c708d06ed","status":"passed","time":{"start":1706526763565,"stop":1706526763565,"duration":0}},{"uid":"2f429f5e11e0dc0b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2f429f5e11e0dc0b","status":"passed","time":{"start":1706526185679,"stop":1706526185679,"duration":0}},{"uid":"3e3ca5e0ed447a54","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3e3ca5e0ed447a54","status":"passed","time":{"start":1706525658973,"stop":1706525658973,"duration":0}},{"uid":"bfe65d4d9397f0cf","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bfe65d4d9397f0cf","status":"passed","time":{"start":1706525242373,"stop":1706525242373,"duration":0}},{"uid":"98f3095ad4cde424","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/98f3095ad4cde424","status":"passed","time":{"start":1706467906881,"stop":1706467906882,"duration":1}},{"uid":"1a1ac6f8e5cfd002","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1a1ac6f8e5cfd002","status":"passed","time":{"start":1706323273254,"stop":1706323273255,"duration":1}},{"uid":"1f48bbdc190b216","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1f48bbdc190b216","status":"passed","time":{"start":1706321575861,"stop":1706321575862,"duration":1}},{"uid":"23eac4373e060239","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/23eac4373e060239","status":"passed","time":{"start":1706115384049,"stop":1706115384049,"duration":0}},{"uid":"24e356f96ce87261","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/24e356f96ce87261","status":"passed","time":{"start":1706114521921,"stop":1706114521921,"duration":0}},{"uid":"3953e276a21ae295","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3953e276a21ae295","status":"passed","time":{"start":1706112015258,"stop":1706112015258,"duration":0}},{"uid":"c3d33d635321ff1e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c3d33d635321ff1e","status":"passed","time":{"start":1706111693401,"stop":1706111693401,"duration":0}},{"uid":"684165ba1b4208d3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/684165ba1b4208d3","status":"passed","time":{"start":1706109609735,"stop":1706109609735,"duration":0}},{"uid":"e05a0f5c092eb4d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e05a0f5c092eb4d","status":"passed","time":{"start":1706103393429,"stop":1706103393429,"duration":0}},{"uid":"cecccfae4799c812","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cecccfae4799c812","status":"passed","time":{"start":1706103153306,"stop":1706103153306,"duration":0}},{"uid":"39e16ecb9204ee28","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/39e16ecb9204ee28","status":"passed","time":{"start":1706102506994,"stop":1706102506994,"duration":0}},{"uid":"94439ccdcdc2cde5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/94439ccdcdc2cde5","status":"passed","time":{"start":1706102385181,"stop":1706102385182,"duration":1}}]},"d0cea1b353423cc2b7b2b02243b20b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"668088eac107134c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/668088eac107134c","status":"passed","time":{"start":1705518246816,"stop":1705518246816,"duration":0}}]},"305dca10986efaceac42ee31923b2fde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a4cee1d9b1758e4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5a4cee1d9b1758e4","status":"passed","time":{"start":1706525359509,"stop":1706525359509,"duration":0}}]},"1a092a626e76b87a702916cea22bfc91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9799811d55e89ade","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/9799811d55e89ade","status":"passed","time":{"start":1706101549612,"stop":1706101549612,"duration":0}}]},"526e10845bc5c58d809d0335d7cb0491:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d32bf72c009442b","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/d32bf72c009442b","status":"passed","time":{"start":1705584422495,"stop":1705584422495,"duration":0}}]},"d197ee0d7ef782a3ceda1fcd1a715674:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95af65de685fabd3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/95af65de685fabd3","status":"passed","time":{"start":1706528339939,"stop":1706528339940,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":129,"unknown":0,"total":133},"items":[{"uid":"58c00abc86c7c61a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/58c00abc86c7c61a","status":"passed","time":{"start":1706529378212,"stop":1706529378213,"duration":1}},{"uid":"4d70793334a65381","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4d70793334a65381","status":"passed","time":{"start":1706528340462,"stop":1706528340462,"duration":0}},{"uid":"af0548f58b8320ba","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/af0548f58b8320ba","status":"passed","time":{"start":1706527263030,"stop":1706527263031,"duration":1}},{"uid":"5ac263d7193e9633","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5ac263d7193e9633","status":"passed","time":{"start":1706527018365,"stop":1706527018365,"duration":0}},{"uid":"58a5fc82289ec355","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/58a5fc82289ec355","status":"passed","time":{"start":1706526921008,"stop":1706526921008,"duration":0}},{"uid":"c03473b378965c2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c03473b378965c2","status":"passed","time":{"start":1706526364930,"stop":1706526364930,"duration":0}},{"uid":"d590ca77699dcf1f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d590ca77699dcf1f","status":"passed","time":{"start":1706525815787,"stop":1706525815787,"duration":0}},{"uid":"4de18eabacf6f3ff","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4de18eabacf6f3ff","status":"passed","time":{"start":1706525403294,"stop":1706525403294,"duration":0}},{"uid":"c9725ea399d25ee0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c9725ea399d25ee0","status":"passed","time":{"start":1706468037079,"stop":1706468037079,"duration":0}},{"uid":"754631f7a49e4b4c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/754631f7a49e4b4c","status":"passed","time":{"start":1706323438326,"stop":1706323438327,"duration":1}},{"uid":"755d029b8208f32b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/755d029b8208f32b","status":"passed","time":{"start":1706321670403,"stop":1706321670403,"duration":0}},{"uid":"ad1d88999e125a1b","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ad1d88999e125a1b","status":"passed","time":{"start":1706244806940,"stop":1706244806940,"duration":0}},{"uid":"6b17694208012e1","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6b17694208012e1","status":"passed","time":{"start":1706242366091,"stop":1706242366094,"duration":3}},{"uid":"8318f3c149fe86c2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8318f3c149fe86c2","status":"passed","time":{"start":1706115502843,"stop":1706115502862,"duration":19}},{"uid":"7dd1fc1df27b82b6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7dd1fc1df27b82b6","status":"passed","time":{"start":1706114665329,"stop":1706114665329,"duration":0}},{"uid":"875c4b4fe6aac4eb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/875c4b4fe6aac4eb","status":"passed","time":{"start":1706112151709,"stop":1706112151709,"duration":0}},{"uid":"a26848529ae2d1d6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a26848529ae2d1d6","status":"passed","time":{"start":1706111851590,"stop":1706111851590,"duration":0}},{"uid":"a901bf4c905bdb41","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a901bf4c905bdb41","status":"passed","time":{"start":1706109762358,"stop":1706109762359,"duration":1}},{"uid":"50c342fcd01b4895","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/50c342fcd01b4895","status":"passed","time":{"start":1706103476622,"stop":1706103476623,"duration":1}},{"uid":"862fc603902d3984","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/862fc603902d3984","status":"passed","time":{"start":1706103287625,"stop":1706103287626,"duration":1}}]},"ce32bb9a0118b366571f3bd1244d0e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f58e83c812b89b5a","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/f58e83c812b89b5a","status":"passed","time":{"start":1705589099707,"stop":1705589099707,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"382495ec61ada9ea","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/382495ec61ada9ea","status":"passed","time":{"start":1706529218506,"stop":1706529218507,"duration":1}},{"uid":"557f7d9639f10b72","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/557f7d9639f10b72","status":"passed","time":{"start":1706528190565,"stop":1706528190565,"duration":0}},{"uid":"b4bc97daab01b05f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b4bc97daab01b05f","status":"passed","time":{"start":1706527166743,"stop":1706527166745,"duration":2}},{"uid":"5a863f6e20bba5c8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5a863f6e20bba5c8","status":"passed","time":{"start":1706526866873,"stop":1706526866874,"duration":1}},{"uid":"803c5f16be4e7822","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/803c5f16be4e7822","status":"passed","time":{"start":1706526763558,"stop":1706526763559,"duration":1}},{"uid":"ef245d33217c36bf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef245d33217c36bf","status":"passed","time":{"start":1706526185674,"stop":1706526185675,"duration":1}},{"uid":"e976933b1b2dbd78","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e976933b1b2dbd78","status":"passed","time":{"start":1706525658965,"stop":1706525658966,"duration":1}},{"uid":"c590dff141811ef6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c590dff141811ef6","status":"passed","time":{"start":1706525242370,"stop":1706525242370,"duration":0}},{"uid":"552eaed7a1fae459","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/552eaed7a1fae459","status":"passed","time":{"start":1706467906878,"stop":1706467906879,"duration":1}},{"uid":"a28578e0569a8afc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a28578e0569a8afc","status":"passed","time":{"start":1706323273249,"stop":1706323273250,"duration":1}},{"uid":"fb06f9816803ae07","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fb06f9816803ae07","status":"passed","time":{"start":1706321575853,"stop":1706321575854,"duration":1}},{"uid":"e45ce693917c8621","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e45ce693917c8621","status":"passed","time":{"start":1706115384046,"stop":1706115384047,"duration":1}},{"uid":"87f87848d7673c32","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/87f87848d7673c32","status":"passed","time":{"start":1706114521915,"stop":1706114521915,"duration":0}},{"uid":"c9ab98d36b088d67","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c9ab98d36b088d67","status":"passed","time":{"start":1706112015255,"stop":1706112015255,"duration":0}},{"uid":"2579d74050e0420a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2579d74050e0420a","status":"passed","time":{"start":1706111693396,"stop":1706111693397,"duration":1}},{"uid":"16f1deaf6daaff72","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/16f1deaf6daaff72","status":"passed","time":{"start":1706109609727,"stop":1706109609727,"duration":0}},{"uid":"1f90d871732a1bc7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1f90d871732a1bc7","status":"passed","time":{"start":1706103393425,"stop":1706103393426,"duration":1}},{"uid":"3dd8dc343856cb14","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3dd8dc343856cb14","status":"passed","time":{"start":1706103153297,"stop":1706103153297,"duration":0}},{"uid":"c278593cd93ac0d2","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c278593cd93ac0d2","status":"passed","time":{"start":1706102506991,"stop":1706102506992,"duration":1}},{"uid":"f2060998054e2d5e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f2060998054e2d5e","status":"passed","time":{"start":1706102385171,"stop":1706102385171,"duration":0}}]},"21bb59e3fcc5259703a07cd0686c85f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":11,"passed":0,"unknown":0,"total":11},"items":[{"uid":"5b5194c46a20b3b7","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5b5194c46a20b3b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706100942613,"stop":1706100942614,"duration":1}},{"uid":"66dcaa796352092a","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/66dcaa796352092a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706099973750,"stop":1706099973750,"duration":0}},{"uid":"d98fcca9c41ab196","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/d98fcca9c41ab196","status":"skipped","statusDetails":"Test ignored","time":{"start":1706077701782,"stop":1706077701782,"duration":0}},{"uid":"b4a1c06f6316382c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/b4a1c06f6316382c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706069790728,"stop":1706069790729,"duration":1}},{"uid":"7d4d9060ed660577","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/7d4d9060ed660577","status":"skipped","statusDetails":"Test ignored","time":{"start":1705950495035,"stop":1705950495035,"duration":0}},{"uid":"834273c34b90e6bd","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/834273c34b90e6bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1705938302711,"stop":1705938302711,"duration":0}},{"uid":"3eeba120924561eb","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/3eeba120924561eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1705913446688,"stop":1705913446688,"duration":0}},{"uid":"4d0422fe6594202d","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4d0422fe6594202d","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912988127,"stop":1705912988127,"duration":0}},{"uid":"fbc776d54dc6198a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/fbc776d54dc6198a","status":"skipped","statusDetails":"Test ignored","time":{"start":1705912372217,"stop":1705912372217,"duration":0}},{"uid":"3e1126f4b3e3ea8e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/3e1126f4b3e3ea8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1705911551478,"stop":1705911551478,"duration":0}},{"uid":"1476eaa849233253","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/1476eaa849233253","status":"skipped","statusDetails":"Test ignored","time":{"start":1705670299870,"stop":1705670299871,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"3fac9aca5f0381c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3fac9aca5f0381c0","status":"passed","time":{"start":1706529407525,"stop":1706529407525,"duration":0}},{"uid":"9a7916d73b17f520","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9a7916d73b17f520","status":"passed","time":{"start":1706528377239,"stop":1706528377239,"duration":0}},{"uid":"ff2155d7bd04e77c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ff2155d7bd04e77c","status":"passed","time":{"start":1706527278655,"stop":1706527278655,"duration":0}},{"uid":"45c3a4d2c3483428","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/45c3a4d2c3483428","status":"passed","time":{"start":1706526988167,"stop":1706526988167,"duration":0}},{"uid":"2b891f82f99bf7f5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2b891f82f99bf7f5","status":"passed","time":{"start":1706526879344,"stop":1706526879344,"duration":0}},{"uid":"de287b6c91938e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/de287b6c91938e","status":"passed","time":{"start":1706526328852,"stop":1706526328852,"duration":0}},{"uid":"63f280e1a4ff3c81","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/63f280e1a4ff3c81","status":"passed","time":{"start":1706525796644,"stop":1706525796644,"duration":0}},{"uid":"e0023be8797051ee","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e0023be8797051ee","status":"passed","time":{"start":1706525414164,"stop":1706525414165,"duration":1}},{"uid":"1d221808adb07309","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1d221808adb07309","status":"passed","time":{"start":1706468022738,"stop":1706468022738,"duration":0}},{"uid":"75b35cd392b94dbb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/75b35cd392b94dbb","status":"passed","time":{"start":1706323404494,"stop":1706323404494,"duration":0}},{"uid":"9ac156e14914e7f1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9ac156e14914e7f1","status":"passed","time":{"start":1706321660588,"stop":1706321660588,"duration":0}},{"uid":"b70a4ab6a7bd2a3f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b70a4ab6a7bd2a3f","status":"passed","time":{"start":1706244922434,"stop":1706244922434,"duration":0}},{"uid":"9935abd053249e53","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9935abd053249e53","status":"passed","time":{"start":1706115474664,"stop":1706115474665,"duration":1}},{"uid":"dd9c13fbf20f9956","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dd9c13fbf20f9956","status":"passed","time":{"start":1706114655767,"stop":1706114655767,"duration":0}},{"uid":"54e6864a9298f4b3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/54e6864a9298f4b3","status":"passed","time":{"start":1706112108682,"stop":1706112108682,"duration":0}},{"uid":"98e5664d12b71315","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/98e5664d12b71315","status":"passed","time":{"start":1706111802710,"stop":1706111802710,"duration":0}},{"uid":"78a82e46434db35f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/78a82e46434db35f","status":"passed","time":{"start":1706109731521,"stop":1706109731521,"duration":0}},{"uid":"4540f2d2c4352a96","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4540f2d2c4352a96","status":"passed","time":{"start":1706103488250,"stop":1706103488250,"duration":0}},{"uid":"1fefcad194f32241","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1fefcad194f32241","status":"passed","time":{"start":1706103231433,"stop":1706103231434,"duration":1}},{"uid":"64319d18492ab92a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/64319d18492ab92a","status":"passed","time":{"start":1706102630034,"stop":1706102630034,"duration":0}}]},"35f2a834101b4d87894b34ab5a4c7df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dc0fdf79fdd2c42","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/7dc0fdf79fdd2c42","status":"passed","time":{"start":1705506473777,"stop":1705506473777,"duration":0}}]},"80a83218ee370dba02a7903c72b813ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a67cacf93fd9afb1","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/a67cacf93fd9afb1","status":"passed","time":{"start":1705434866487,"stop":1705434866487,"duration":0}}]},"7cfa14207b44b84401a6f39091612201:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a21f3818412a99e7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a21f3818412a99e7","status":"passed","time":{"start":1706323213975,"stop":1706323213975,"duration":0}}]},"3cfeecd8b11ce28cc49b21052fcf2ad6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"21bfcaf1df9cce12","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/21bfcaf1df9cce12","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706244709081,"stop":1706244709082,"duration":1}},{"uid":"b95623a3eb2398bd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b95623a3eb2398bd","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'nodes')","time":{"start":1706242274130,"stop":1706242274131,"duration":1}}]},"205c6ce0ab7c44f2ad5d4ca035dc672d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6db879674346c82","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6db879674346c82","status":"passed","time":{"start":1706102925539,"stop":1706102925540,"duration":1}}]},"0f5cc8be2c8e40dee0d4f753c9ffa2ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82755e30f47d1e46","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/82755e30f47d1e46","status":"passed","time":{"start":1706102539204,"stop":1706102539204,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"bbfc07501cf0ea4b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bbfc07501cf0ea4b","status":"passed","time":{"start":1706528751472,"stop":1706528751474,"duration":2}},{"uid":"607987789bfee371","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/607987789bfee371","status":"passed","time":{"start":1706527720360,"stop":1706527720361,"duration":1}},{"uid":"dcff8f18cdd4b9e0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dcff8f18cdd4b9e0","status":"passed","time":{"start":1706526735281,"stop":1706526735282,"duration":1}},{"uid":"9b41d137e088b8f0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9b41d137e088b8f0","status":"passed","time":{"start":1706526432162,"stop":1706526432164,"duration":2}},{"uid":"bfe0c8ee13260dd2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bfe0c8ee13260dd2","status":"passed","time":{"start":1706526337358,"stop":1706526337360,"duration":2}},{"uid":"70e9349c14e53b4e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/70e9349c14e53b4e","status":"passed","time":{"start":1706525766246,"stop":1706525766247,"duration":1}},{"uid":"44c2b5924afff428","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/44c2b5924afff428","status":"passed","time":{"start":1706525233342,"stop":1706525233344,"duration":2}},{"uid":"280d84fd31196af8","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/280d84fd31196af8","status":"passed","time":{"start":1706524794477,"stop":1706524794479,"duration":2}},{"uid":"44ac372d334a74e9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/44ac372d334a74e9","status":"passed","time":{"start":1706467488429,"stop":1706467488432,"duration":3}},{"uid":"67d38e7f9999f347","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/67d38e7f9999f347","status":"passed","time":{"start":1706322841174,"stop":1706322841176,"duration":2}},{"uid":"5ca7657d86a77d17","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5ca7657d86a77d17","status":"passed","time":{"start":1706321154321,"stop":1706321154323,"duration":2}},{"uid":"6dc21a54bb2cac11","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/6dc21a54bb2cac11","status":"passed","time":{"start":1706244670498,"stop":1706244670500,"duration":2}},{"uid":"b81c9aa08ed45f78","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b81c9aa08ed45f78","status":"passed","time":{"start":1706242238802,"stop":1706242238805,"duration":3}},{"uid":"3a10d1ac3acad68e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3a10d1ac3acad68e","status":"passed","time":{"start":1706114927169,"stop":1706114927171,"duration":2}},{"uid":"e7a34125b408e57d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e7a34125b408e57d","status":"passed","time":{"start":1706114097704,"stop":1706114097705,"duration":1}},{"uid":"1d447c34a1726ca5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1d447c34a1726ca5","status":"passed","time":{"start":1706111572535,"stop":1706111572538,"duration":3}},{"uid":"a8a1bf7738db770a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a8a1bf7738db770a","status":"passed","time":{"start":1706111262245,"stop":1706111262247,"duration":2}},{"uid":"d027b1a080090c9c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d027b1a080090c9c","status":"passed","time":{"start":1706109164530,"stop":1706109164532,"duration":2}},{"uid":"a992f0f067da85ef","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a992f0f067da85ef","status":"passed","time":{"start":1706102982679,"stop":1706102982681,"duration":2}},{"uid":"8fb96f4fbdf6ba8b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8fb96f4fbdf6ba8b","status":"passed","time":{"start":1706102722330,"stop":1706102722332,"duration":2}}]},"d18590f13d687683483b9b9f8f992da6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7341d77c53d09e4","reportUrl":"https://waku-org.github.io/js-waku/6212//#testresult/b7341d77c53d09e4","status":"passed","time":{"start":1705526871961,"stop":1705526871961,"duration":0}}]},"2d05be4832b76edb010661137ce58c57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"a3134f5bff7a68e2","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/a3134f5bff7a68e2","status":"passed","time":{"start":1706100942621,"stop":1706100942621,"duration":0}},{"uid":"d0cf6ff4720feb25","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d0cf6ff4720feb25","status":"passed","time":{"start":1706099973766,"stop":1706099973767,"duration":1}},{"uid":"fcc6325bb416b82b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/fcc6325bb416b82b","status":"passed","time":{"start":1706077701789,"stop":1706077701790,"duration":1}},{"uid":"4f1d7644ba08efd2","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/4f1d7644ba08efd2","status":"passed","time":{"start":1706069790737,"stop":1706069790737,"duration":0}},{"uid":"3ef91cf828f2e47e","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/3ef91cf828f2e47e","status":"passed","time":{"start":1705950495056,"stop":1705950495056,"duration":0}},{"uid":"aa832fb2ef4c53fa","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/aa832fb2ef4c53fa","status":"passed","time":{"start":1705938302722,"stop":1705938302722,"duration":0}},{"uid":"bfc4d4e734e058d7","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/bfc4d4e734e058d7","status":"passed","time":{"start":1705913446713,"stop":1705913446713,"duration":0}},{"uid":"10b1ce2f4b79275","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/10b1ce2f4b79275","status":"passed","time":{"start":1705912988150,"stop":1705912988151,"duration":1}},{"uid":"cff778c210646dc6","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/cff778c210646dc6","status":"passed","time":{"start":1705912372227,"stop":1705912372228,"duration":1}},{"uid":"5f104cf8699b7600","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/5f104cf8699b7600","status":"passed","time":{"start":1705911551487,"stop":1705911551487,"duration":0}},{"uid":"33d712d388f44109","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/33d712d388f44109","status":"passed","time":{"start":1705698757770,"stop":1705698757772,"duration":2}},{"uid":"e1d915e8a4910a5e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/e1d915e8a4910a5e","status":"passed","time":{"start":1705687467731,"stop":1705687467731,"duration":0}},{"uid":"35749292f7280aac","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/35749292f7280aac","status":"passed","time":{"start":1705687390803,"stop":1705687390804,"duration":1}},{"uid":"79ed6b831c5e5926","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/79ed6b831c5e5926","status":"passed","time":{"start":1705678077461,"stop":1705678077461,"duration":0}},{"uid":"e605af599c569973","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/e605af599c569973","status":"passed","time":{"start":1705678007049,"stop":1705678007049,"duration":0}},{"uid":"3358b8272a9e237d","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/3358b8272a9e237d","status":"passed","time":{"start":1705677873542,"stop":1705677873543,"duration":1}},{"uid":"14e355627cc806f5","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/14e355627cc806f5","status":"passed","time":{"start":1705677414849,"stop":1705677414851,"duration":2}},{"uid":"8e9220d189420b46","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/8e9220d189420b46","status":"passed","time":{"start":1705676004255,"stop":1705676004256,"duration":1}},{"uid":"ec938c0736850f04","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/ec938c0736850f04","status":"passed","time":{"start":1705675426986,"stop":1705675426986,"duration":0}},{"uid":"d7d5b5cba35ee3ea","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/d7d5b5cba35ee3ea","status":"passed","time":{"start":1705670299884,"stop":1705670299884,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"941958abb07a6833","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/941958abb07a6833","status":"passed","time":{"start":1706529092215,"stop":1706529092215,"duration":0}},{"uid":"4c15b48c9f87cae9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4c15b48c9f87cae9","status":"passed","time":{"start":1706528057461,"stop":1706528057461,"duration":0}},{"uid":"d86115073d33a763","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d86115073d33a763","status":"passed","time":{"start":1706526914780,"stop":1706526914780,"duration":0}},{"uid":"76ac8f0b7b254081","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/76ac8f0b7b254081","status":"passed","time":{"start":1706526612655,"stop":1706526612655,"duration":0}},{"uid":"a369d88a04338df3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a369d88a04338df3","status":"passed","time":{"start":1706526514770,"stop":1706526514770,"duration":0}},{"uid":"5c3dbbedb97671ee","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5c3dbbedb97671ee","status":"passed","time":{"start":1706525945113,"stop":1706525945114,"duration":1}},{"uid":"d6e5b66c126120ae","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d6e5b66c126120ae","status":"passed","time":{"start":1706525418830,"stop":1706525418831,"duration":1}},{"uid":"c48488123b99f655","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c48488123b99f655","status":"passed","time":{"start":1706525116056,"stop":1706525116056,"duration":0}},{"uid":"70a7d8a87ec059c8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/70a7d8a87ec059c8","status":"passed","time":{"start":1706467681214,"stop":1706467681215,"duration":1}},{"uid":"b329826ba70e092c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b329826ba70e092c","status":"passed","time":{"start":1706323017127,"stop":1706323017128,"duration":1}},{"uid":"db87e3f21d852052","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/db87e3f21d852052","status":"passed","time":{"start":1706321333768,"stop":1706321333768,"duration":0}},{"uid":"d14a9e62be9e7a11","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d14a9e62be9e7a11","status":"passed","time":{"start":1706115157110,"stop":1706115157110,"duration":0}},{"uid":"522308e8179ae7c5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/522308e8179ae7c5","status":"passed","time":{"start":1706114292040,"stop":1706114292041,"duration":1}},{"uid":"f6d1b6fe8f80ff01","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f6d1b6fe8f80ff01","status":"passed","time":{"start":1706111755024,"stop":1706111755025,"duration":1}},{"uid":"f49ca20e8bf1a1b2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f49ca20e8bf1a1b2","status":"passed","time":{"start":1706111454546,"stop":1706111454546,"duration":0}},{"uid":"866b30cd15e2023a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/866b30cd15e2023a","status":"passed","time":{"start":1706109346668,"stop":1706109346669,"duration":1}},{"uid":"2f6d50c548cb6ce4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2f6d50c548cb6ce4","status":"passed","time":{"start":1706103153477,"stop":1706103153477,"duration":0}},{"uid":"9df6da60a3762d5b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9df6da60a3762d5b","status":"passed","time":{"start":1706102905542,"stop":1706102905543,"duration":1}},{"uid":"227c6cf644f6c2ee","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/227c6cf644f6c2ee","status":"passed","time":{"start":1706102263611,"stop":1706102263611,"duration":0}},{"uid":"83f044dbde6a6997","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/83f044dbde6a6997","status":"passed","time":{"start":1706102127476,"stop":1706102127476,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"7500e11ba6bc354d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7500e11ba6bc354d","status":"passed","time":{"start":1706528848469,"stop":1706528848469,"duration":0}},{"uid":"4d8fa757a8543852","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4d8fa757a8543852","status":"passed","time":{"start":1706527813607,"stop":1706527813608,"duration":1}},{"uid":"12782767b606e9d1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/12782767b606e9d1","status":"passed","time":{"start":1706526833447,"stop":1706526833448,"duration":1}},{"uid":"253a87d722cbe6b7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/253a87d722cbe6b7","status":"passed","time":{"start":1706526535576,"stop":1706526535576,"duration":0}},{"uid":"c388a997d57a6d09","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c388a997d57a6d09","status":"passed","time":{"start":1706526432888,"stop":1706526432888,"duration":0}},{"uid":"204761f26bdcd14a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/204761f26bdcd14a","status":"passed","time":{"start":1706525863196,"stop":1706525863196,"duration":0}},{"uid":"e04e9bbe047999ca","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e04e9bbe047999ca","status":"passed","time":{"start":1706525327039,"stop":1706525327039,"duration":0}},{"uid":"5aa5da5acaf01ed0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5aa5da5acaf01ed0","status":"passed","time":{"start":1706524890664,"stop":1706524890665,"duration":1}},{"uid":"f1c9475d97e20ea9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f1c9475d97e20ea9","status":"passed","time":{"start":1706467585306,"stop":1706467585306,"duration":0}},{"uid":"d109141bc84ea69c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d109141bc84ea69c","status":"passed","time":{"start":1706322939537,"stop":1706322939537,"duration":0}},{"uid":"9144c40f88342e3c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9144c40f88342e3c","status":"passed","time":{"start":1706321258431,"stop":1706321258432,"duration":1}},{"uid":"bad0d2e422f33d14","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bad0d2e422f33d14","status":"passed","time":{"start":1706115022328,"stop":1706115022329,"duration":1}},{"uid":"6870c906289b6454","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6870c906289b6454","status":"passed","time":{"start":1706114199109,"stop":1706114199110,"duration":1}},{"uid":"f015185e2a0eda09","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f015185e2a0eda09","status":"passed","time":{"start":1706111666084,"stop":1706111666084,"duration":0}},{"uid":"976d1d87f45a366c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/976d1d87f45a366c","status":"passed","time":{"start":1706111361088,"stop":1706111361091,"duration":3}},{"uid":"737940ea10a46aed","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/737940ea10a46aed","status":"passed","time":{"start":1706109262494,"stop":1706109262494,"duration":0}},{"uid":"d1abe388404e4996","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d1abe388404e4996","status":"passed","time":{"start":1706103081167,"stop":1706103081167,"duration":0}},{"uid":"7064474107fbc5d5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7064474107fbc5d5","status":"passed","time":{"start":1706102823300,"stop":1706102823301,"duration":1}},{"uid":"19b26e026278455f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/19b26e026278455f","status":"passed","time":{"start":1706102181351,"stop":1706102181352,"duration":1}},{"uid":"d52674ede5a41a9c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d52674ede5a41a9c","status":"passed","time":{"start":1706102053780,"stop":1706102053781,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"e05f1f00fc2d4268","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e05f1f00fc2d4268","status":"passed","time":{"start":1706528998598,"stop":1706528998598,"duration":0}},{"uid":"2265222c9769b27f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2265222c9769b27f","status":"passed","time":{"start":1706527970126,"stop":1706527970126,"duration":0}},{"uid":"58e0311f9f78e267","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/58e0311f9f78e267","status":"passed","time":{"start":1706526976591,"stop":1706526976591,"duration":0}},{"uid":"4e87b9962e3528bc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4e87b9962e3528bc","status":"passed","time":{"start":1706526677710,"stop":1706526677710,"duration":0}},{"uid":"9112203ec34341ec","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9112203ec34341ec","status":"passed","time":{"start":1706526585228,"stop":1706526585228,"duration":0}},{"uid":"a26c26b20dbd92b9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a26c26b20dbd92b9","status":"passed","time":{"start":1706526011345,"stop":1706526011346,"duration":1}},{"uid":"291c2106396bcf09","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/291c2106396bcf09","status":"passed","time":{"start":1706525481688,"stop":1706525481690,"duration":2}},{"uid":"a0ace9068c67778c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a0ace9068c67778c","status":"passed","time":{"start":1706525034596,"stop":1706525034596,"duration":0}},{"uid":"a0344f7a3331222a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a0344f7a3331222a","status":"passed","time":{"start":1706467723740,"stop":1706467723740,"duration":0}},{"uid":"4fe6f325440db4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4fe6f325440db4","status":"passed","time":{"start":1706323095244,"stop":1706323095244,"duration":0}},{"uid":"61df7df7c4bfdb73","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/61df7df7c4bfdb73","status":"passed","time":{"start":1706321394057,"stop":1706321394058,"duration":1}},{"uid":"7e353b98f467d7c8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7e353b98f467d7c8","status":"passed","time":{"start":1706115176949,"stop":1706115176949,"duration":0}},{"uid":"4f5c4314fd035359","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4f5c4314fd035359","status":"passed","time":{"start":1706114337391,"stop":1706114337391,"duration":0}},{"uid":"25c0a5e95f6e96cf","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25c0a5e95f6e96cf","status":"passed","time":{"start":1706111808841,"stop":1706111808842,"duration":1}},{"uid":"ee34b9f994e6ab24","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ee34b9f994e6ab24","status":"passed","time":{"start":1706111511406,"stop":1706111511406,"duration":0}},{"uid":"e9015d0a6927f05a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e9015d0a6927f05a","status":"passed","time":{"start":1706109411599,"stop":1706109411599,"duration":0}},{"uid":"ab14d4dd25f3be0d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ab14d4dd25f3be0d","status":"passed","time":{"start":1706103221764,"stop":1706103221765,"duration":1}},{"uid":"345c043ea313e864","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/345c043ea313e864","status":"passed","time":{"start":1706102961392,"stop":1706102961393,"duration":1}},{"uid":"802f5d2924f9ae46","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/802f5d2924f9ae46","status":"passed","time":{"start":1706102333048,"stop":1706102333049,"duration":1}},{"uid":"52a3c4ce118e711e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/52a3c4ce118e711e","status":"passed","time":{"start":1706102204591,"stop":1706102204591,"duration":0}}]},"719020931caa236714b489be562d9912:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"bb935a42d93b7b90","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/bb935a42d93b7b90","status":"passed","time":{"start":1705520842597,"stop":1705520842597,"duration":0}},{"uid":"242accd938e612a0","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/242accd938e612a0","status":"passed","time":{"start":1705518211219,"stop":1705518211219,"duration":0}},{"uid":"22d5c0c0c429de99","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/22d5c0c0c429de99","status":"passed","time":{"start":1705518105983,"stop":1705518105984,"duration":1}},{"uid":"261e59e99b3d743","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/261e59e99b3d743","status":"passed","time":{"start":1705517988164,"stop":1705517988164,"duration":0}},{"uid":"68732eb08d2a87f6","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/68732eb08d2a87f6","status":"passed","time":{"start":1705508655507,"stop":1705508655507,"duration":0}},{"uid":"abe575ed7434792d","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/abe575ed7434792d","status":"passed","time":{"start":1705506482090,"stop":1705506482091,"duration":1}},{"uid":"cc2da4c7dff1ed","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/cc2da4c7dff1ed","status":"passed","time":{"start":1705502939550,"stop":1705502939550,"duration":0}},{"uid":"1cae74e641d5ec36","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1cae74e641d5ec36","status":"passed","time":{"start":1705502479551,"stop":1705502479551,"duration":0}},{"uid":"c3d4d901c22590c3","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/c3d4d901c22590c3","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494937939,"stop":1705494937940,"duration":1}},{"uid":"7440897daf7726d7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/7440897daf7726d7","status":"passed","time":{"start":1705494940950,"stop":1705494940950,"duration":0}},{"uid":"d26d921448284925","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d26d921448284925","status":"passed","time":{"start":1705494895030,"stop":1705494895030,"duration":0}},{"uid":"d4605ddec6ec31b0","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d4605ddec6ec31b0","status":"passed","time":{"start":1705493464923,"stop":1705493464924,"duration":1}},{"uid":"479202ff26e811d5","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/479202ff26e811d5","status":"passed","time":{"start":1705493422430,"stop":1705493422430,"duration":0}},{"uid":"612b59f2893ff7c7","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/612b59f2893ff7c7","status":"passed","time":{"start":1705485250479,"stop":1705485250479,"duration":0}},{"uid":"160316344cbbeb30","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/160316344cbbeb30","status":"passed","time":{"start":1705485112217,"stop":1705485112217,"duration":0}},{"uid":"cb2aad55c1fc7929","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/cb2aad55c1fc7929","status":"passed","time":{"start":1705484354897,"stop":1705484354897,"duration":0}},{"uid":"407cfdbc37436eb3","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/407cfdbc37436eb3","status":"passed","time":{"start":1705469872220,"stop":1705469872221,"duration":1}},{"uid":"54b63e8cfdaf83e","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/54b63e8cfdaf83e","status":"passed","time":{"start":1705466939037,"stop":1705466939038,"duration":1}},{"uid":"80300b71b2b4c417","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/80300b71b2b4c417","status":"passed","time":{"start":1705435403978,"stop":1705435403978,"duration":0}},{"uid":"c07cfbfad5bfed1c","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/c07cfbfad5bfed1c","status":"passed","time":{"start":1705434864615,"stop":1705434864615,"duration":0}}]},"594a08be52fb6aed22ddce67ea380a1e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae184d1b329f89c","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9ae184d1b329f89c","status":"passed","time":{"start":1705494937609,"stop":1705494937610,"duration":1}}]},"4bf045c19956af60c6cfa904dbe31f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":30,"unknown":0,"total":31},"items":[{"uid":"915c918b629e45d2","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/915c918b629e45d2","status":"passed","time":{"start":1705518069470,"stop":1705518069470,"duration":0}},{"uid":"43e282c4941e318","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/43e282c4941e318","status":"passed","time":{"start":1705508736283,"stop":1705508736284,"duration":1}},{"uid":"d90d39ad3adc08fd","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/d90d39ad3adc08fd","status":"passed","time":{"start":1705503011127,"stop":1705503011128,"duration":1}},{"uid":"1a83bf97d86e8d89","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1a83bf97d86e8d89","status":"passed","time":{"start":1705502557232,"stop":1705502557232,"duration":0}},{"uid":"f8cf005052b80d05","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f8cf005052b80d05","status":"passed","time":{"start":1705495059483,"stop":1705495059484,"duration":1}},{"uid":"bae6f351087a32a7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/bae6f351087a32a7","status":"passed","time":{"start":1705495015037,"stop":1705495015038,"duration":1}},{"uid":"139826ca22b5d4ba","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/139826ca22b5d4ba","status":"passed","time":{"start":1705494981729,"stop":1705494981730,"duration":1}},{"uid":"da4aeaf436399ff7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/da4aeaf436399ff7","status":"passed","time":{"start":1705493535034,"stop":1705493535034,"duration":0}},{"uid":"a6d6e5e4c5180e18","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/a6d6e5e4c5180e18","status":"passed","time":{"start":1705493496463,"stop":1705493496463,"duration":0}},{"uid":"12237bcc048071f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/12237bcc048071f","status":"passed","time":{"start":1705485323003,"stop":1705485323004,"duration":1}},{"uid":"dab6082d58fab54b","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/dab6082d58fab54b","status":"passed","time":{"start":1705485181761,"stop":1705485181761,"duration":0}},{"uid":"f1fbbc34cab3e3f7","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/f1fbbc34cab3e3f7","status":"passed","time":{"start":1705484433641,"stop":1705484433642,"duration":1}},{"uid":"d070ce4b629ce209","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/d070ce4b629ce209","status":"passed","time":{"start":1705469956354,"stop":1705469956355,"duration":1}},{"uid":"896656d272cc5753","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/896656d272cc5753","status":"passed","time":{"start":1705467019530,"stop":1705467019530,"duration":0}},{"uid":"e19ddaa6dc99de0e","reportUrl":"https://waku-org.github.io/js-waku/6169//#testresult/e19ddaa6dc99de0e","status":"broken","statusDetails":"(HTTP code 404) no such container - No such image: wakuorg/nwaku:v0.22.0 ","time":{"start":1705429366487,"stop":1705429366487,"duration":0}},{"uid":"249620257e26f9ba","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/249620257e26f9ba","status":"passed","time":{"start":1705429249984,"stop":1705429249985,"duration":1}},{"uid":"35767cb6309e39d2","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/35767cb6309e39d2","status":"passed","time":{"start":1705426946928,"stop":1705426946928,"duration":0}},{"uid":"61dae140e0342067","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/61dae140e0342067","status":"passed","time":{"start":1705426556878,"stop":1705426556878,"duration":0}},{"uid":"85224722416b7288","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/85224722416b7288","status":"passed","time":{"start":1705426500221,"stop":1705426500221,"duration":0}},{"uid":"eb0d9fc09012a951","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/eb0d9fc09012a951","status":"passed","time":{"start":1705426334725,"stop":1705426334725,"duration":0}}]},"5c4db1b714c404b6595c6cc195f332a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae2ed8d7e739ca74","reportUrl":"https://waku-org.github.io/js-waku/6229//#testresult/ae2ed8d7e739ca74","status":"passed","time":{"start":1705591007328,"stop":1705591007328,"duration":0}}]},"a47e4637b7cd6f09f6e0fa839f20676c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dfd57c7484c1f87","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/2dfd57c7484c1f87","status":"passed","time":{"start":1705667092971,"stop":1705667092971,"duration":0}}]},"95f91951e2a1503901e17ca16ec52417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52d7151e7239f836","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/52d7151e7239f836","status":"passed","time":{"start":1706103393476,"stop":1706103393477,"duration":1}}]},"eb0c6b8f22b8f107eb43d8230de86e45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a59db4dfff566265","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/a59db4dfff566265","status":"passed","time":{"start":1706077709418,"stop":1706077709418,"duration":0}}]},"16aa13ec9f9fe15a25da45b3a81e1f31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":51,"unknown":0,"total":51},"items":[{"uid":"4f1ed7a1aa1653a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/4f1ed7a1aa1653a","status":"passed","time":{"start":1706100979772,"stop":1706100979773,"duration":1}},{"uid":"9a5b4e0152999dca","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/9a5b4e0152999dca","status":"passed","time":{"start":1706100012442,"stop":1706100012442,"duration":0}},{"uid":"82fa955d69ea80f9","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/82fa955d69ea80f9","status":"passed","time":{"start":1706077739102,"stop":1706077739104,"duration":2}},{"uid":"49c813eb7ca459da","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/49c813eb7ca459da","status":"passed","time":{"start":1706069827486,"stop":1706069827486,"duration":0}},{"uid":"b9206819ca5941c3","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b9206819ca5941c3","status":"passed","time":{"start":1705950521708,"stop":1705950521708,"duration":0}},{"uid":"7943f643ed6bfb23","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/7943f643ed6bfb23","status":"passed","time":{"start":1705938343413,"stop":1705938343431,"duration":18}},{"uid":"affcf91ba1e7cb94","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/affcf91ba1e7cb94","status":"passed","time":{"start":1705913488255,"stop":1705913488255,"duration":0}},{"uid":"3e420269395cf3e4","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/3e420269395cf3e4","status":"passed","time":{"start":1705913034284,"stop":1705913034284,"duration":0}},{"uid":"68b8a1c986f23cd6","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/68b8a1c986f23cd6","status":"passed","time":{"start":1705912407156,"stop":1705912407156,"duration":0}},{"uid":"f1b081d1a2e5bbf7","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f1b081d1a2e5bbf7","status":"passed","time":{"start":1705911588819,"stop":1705911588819,"duration":0}},{"uid":"f17abcbf638e2435","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f17abcbf638e2435","status":"passed","time":{"start":1705698799129,"stop":1705698799129,"duration":0}},{"uid":"897d402218ae78ca","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/897d402218ae78ca","status":"passed","time":{"start":1705687522385,"stop":1705687522385,"duration":0}},{"uid":"189ab96d9eb2e4b7","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/189ab96d9eb2e4b7","status":"passed","time":{"start":1705687430769,"stop":1705687430769,"duration":0}},{"uid":"69326289e60ad05d","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/69326289e60ad05d","status":"passed","time":{"start":1705678121507,"stop":1705678121507,"duration":0}},{"uid":"47d07a1d57dc0f4d","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/47d07a1d57dc0f4d","status":"passed","time":{"start":1705678046330,"stop":1705678046330,"duration":0}},{"uid":"35c1c01089b2d02","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/35c1c01089b2d02","status":"passed","time":{"start":1705677908061,"stop":1705677908061,"duration":0}},{"uid":"f0ccbc4b22b1914a","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/f0ccbc4b22b1914a","status":"passed","time":{"start":1705677463266,"stop":1705677463266,"duration":0}},{"uid":"1b1606996e25079c","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/1b1606996e25079c","status":"passed","time":{"start":1705676052734,"stop":1705676052735,"duration":1}},{"uid":"5b8ae3f127977ec9","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/5b8ae3f127977ec9","status":"passed","time":{"start":1705675474650,"stop":1705675474650,"duration":0}},{"uid":"386d3f3a1b75fe59","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/386d3f3a1b75fe59","status":"passed","time":{"start":1705670338404,"stop":1705670338404,"duration":0}}]},"151963420527ebf26f91ae990cf24372:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff380c7f947c12b8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ff380c7f947c12b8","status":"passed","time":{"start":1706526976764,"stop":1706526976765,"duration":1}}]},"d8244e4de6b91af1f537bf1e67297da8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5eb57a1fdcbcb3af","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/5eb57a1fdcbcb3af","status":"passed","time":{"start":1706101143277,"stop":1706101143277,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"f0efb4ca2907c628","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f0efb4ca2907c628","status":"passed","time":{"start":1706529333231,"stop":1706529333232,"duration":1}},{"uid":"eb2a8ab69a0bb823","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/eb2a8ab69a0bb823","status":"passed","time":{"start":1706528290445,"stop":1706528290445,"duration":0}},{"uid":"8eae5083038be176","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8eae5083038be176","status":"passed","time":{"start":1706527264301,"stop":1706527264301,"duration":0}},{"uid":"5ed9def6bb0ed099","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5ed9def6bb0ed099","status":"passed","time":{"start":1706526976756,"stop":1706526976756,"duration":0}},{"uid":"d79f1260609edcb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d79f1260609edcb","status":"passed","time":{"start":1706526885797,"stop":1706526885797,"duration":0}},{"uid":"a62c1f680a95386f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a62c1f680a95386f","status":"passed","time":{"start":1706526330086,"stop":1706526330086,"duration":0}},{"uid":"8d26c579c7dba933","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8d26c579c7dba933","status":"passed","time":{"start":1706525780714,"stop":1706525780714,"duration":0}},{"uid":"c05c22897938b487","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c05c22897938b487","status":"passed","time":{"start":1706525359477,"stop":1706525359478,"duration":1}},{"uid":"ba8c4ceeece755de","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ba8c4ceeece755de","status":"passed","time":{"start":1706468042625,"stop":1706468042625,"duration":0}},{"uid":"de69980e846a2b7d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/de69980e846a2b7d","status":"passed","time":{"start":1706323386909,"stop":1706323386909,"duration":0}},{"uid":"732d64abce857039","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/732d64abce857039","status":"passed","time":{"start":1706321713080,"stop":1706321713081,"duration":1}},{"uid":"ca5fbeb551c452c7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ca5fbeb551c452c7","status":"passed","time":{"start":1706115482600,"stop":1706115482600,"duration":0}},{"uid":"a120e45d574d2973","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a120e45d574d2973","status":"passed","time":{"start":1706114635370,"stop":1706114635371,"duration":1}},{"uid":"aef625e51ce5135f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/aef625e51ce5135f","status":"passed","time":{"start":1706112127510,"stop":1706112127510,"duration":0}},{"uid":"5918627f521333d4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5918627f521333d4","status":"passed","time":{"start":1706111809249,"stop":1706111809249,"duration":0}},{"uid":"1be4729df99ff515","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1be4729df99ff515","status":"passed","time":{"start":1706109719511,"stop":1706109719511,"duration":0}},{"uid":"8b48ea874902fe8b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8b48ea874902fe8b","status":"passed","time":{"start":1706103518426,"stop":1706103518427,"duration":1}},{"uid":"144b6c63af49b58c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/144b6c63af49b58c","status":"passed","time":{"start":1706103305143,"stop":1706103305146,"duration":3}},{"uid":"f3a0496fb6443623","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f3a0496fb6443623","status":"passed","time":{"start":1706102626842,"stop":1706102626842,"duration":0}},{"uid":"6fbdcd521c770c77","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6fbdcd521c770c77","status":"passed","time":{"start":1706102491804,"stop":1706102491804,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":132,"passed":0,"unknown":0,"total":132},"items":[{"uid":"9a7b6eb6891e4670","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9a7b6eb6891e4670","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528787521,"stop":1706528787522,"duration":1}},{"uid":"8c32c257da8cf69f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8c32c257da8cf69f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527760844,"stop":1706527760844,"duration":0}},{"uid":"7c2c25e3fcd6f53b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7c2c25e3fcd6f53b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526770936,"stop":1706526770936,"duration":0}},{"uid":"f0f10eaf29eae4dd","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f0f10eaf29eae4dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526471048,"stop":1706526471048,"duration":0}},{"uid":"5938f4f6bc73ac7e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5938f4f6bc73ac7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526378823,"stop":1706526378823,"duration":0}},{"uid":"e6e7f7bbf6b886c1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e6e7f7bbf6b886c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525802348,"stop":1706525802348,"duration":0}},{"uid":"193815bb4cd7c266","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/193815bb4cd7c266","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525269710,"stop":1706525269710,"duration":0}},{"uid":"d3309033a5405ba2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d3309033a5405ba2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706524832182,"stop":1706524832182,"duration":0}},{"uid":"a996927b757a79d7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a996927b757a79d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467526667,"stop":1706467526668,"duration":1}},{"uid":"80760fd9cd87f812","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/80760fd9cd87f812","status":"skipped","statusDetails":"Test ignored","time":{"start":1706322876709,"stop":1706322876709,"duration":0}},{"uid":"26ca619346647681","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/26ca619346647681","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321192896,"stop":1706321192896,"duration":0}},{"uid":"dc33994325b1adaa","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/dc33994325b1adaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1706244711612,"stop":1706244711628,"duration":16}},{"uid":"6ae9a18ec84fe4a0","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6ae9a18ec84fe4a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706242276200,"stop":1706242276200,"duration":0}},{"uid":"456fc7f81eab7304","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/456fc7f81eab7304","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114963443,"stop":1706114963443,"duration":0}},{"uid":"ea3540af4f76dbda","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ea3540af4f76dbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114132504,"stop":1706114132504,"duration":0}},{"uid":"9db7ef806dbd1a1e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9db7ef806dbd1a1e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111608360,"stop":1706111608361,"duration":1}},{"uid":"e81e8c17a2d2337f","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e81e8c17a2d2337f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111301207,"stop":1706111301207,"duration":0}},{"uid":"ccc6d35db3da1948","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ccc6d35db3da1948","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109202178,"stop":1706109202178,"duration":0}},{"uid":"f784b0a18b006c81","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f784b0a18b006c81","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103019532,"stop":1706103019532,"duration":0}},{"uid":"e10042d6fd7bc714","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e10042d6fd7bc714","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102766899,"stop":1706102766900,"duration":1}}]},"7e6488f7d8b17f26bc6b878f75241c2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"957a4ba4b8401f1d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/957a4ba4b8401f1d","status":"passed","time":{"start":1706102273659,"stop":1706102273659,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"90e0b1e3f9c49c6c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/90e0b1e3f9c49c6c","status":"passed","time":{"start":1706529218521,"stop":1706529218522,"duration":1}},{"uid":"705662baa8c7f87b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/705662baa8c7f87b","status":"passed","time":{"start":1706528190573,"stop":1706528190573,"duration":0}},{"uid":"2cc5d73fa93c91f1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2cc5d73fa93c91f1","status":"passed","time":{"start":1706527166754,"stop":1706527166755,"duration":1}},{"uid":"de63e2cfe74ece5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/de63e2cfe74ece5","status":"passed","time":{"start":1706526866897,"stop":1706526866897,"duration":0}},{"uid":"f72de396895389fd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f72de396895389fd","status":"passed","time":{"start":1706526763568,"stop":1706526763568,"duration":0}},{"uid":"d4c0587a04f188f8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d4c0587a04f188f8","status":"passed","time":{"start":1706526185682,"stop":1706526185682,"duration":0}},{"uid":"a7088c2b01d2b645","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a7088c2b01d2b645","status":"passed","time":{"start":1706525658980,"stop":1706525658980,"duration":0}},{"uid":"839ca2e3dca332ba","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/839ca2e3dca332ba","status":"passed","time":{"start":1706525242376,"stop":1706525242376,"duration":0}},{"uid":"2b80acd9f532b20e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2b80acd9f532b20e","status":"passed","time":{"start":1706467906885,"stop":1706467906885,"duration":0}},{"uid":"8a3997c8aecbc9ad","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8a3997c8aecbc9ad","status":"passed","time":{"start":1706323273261,"stop":1706323273264,"duration":3}},{"uid":"13eb0080d5e3dee7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/13eb0080d5e3dee7","status":"passed","time":{"start":1706321575879,"stop":1706321575880,"duration":1}},{"uid":"1dad280ea749cb64","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1dad280ea749cb64","status":"passed","time":{"start":1706115384052,"stop":1706115384052,"duration":0}},{"uid":"64918218b5c143f2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/64918218b5c143f2","status":"passed","time":{"start":1706114521928,"stop":1706114521928,"duration":0}},{"uid":"2adac941673a905d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2adac941673a905d","status":"passed","time":{"start":1706112015261,"stop":1706112015261,"duration":0}},{"uid":"c0adf259201d56b0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c0adf259201d56b0","status":"passed","time":{"start":1706111693405,"stop":1706111693405,"duration":0}},{"uid":"60130bd5fd7f8c98","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/60130bd5fd7f8c98","status":"passed","time":{"start":1706109609741,"stop":1706109609741,"duration":0}},{"uid":"726a74753614f558","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/726a74753614f558","status":"passed","time":{"start":1706103393432,"stop":1706103393432,"duration":0}},{"uid":"82efb451eea133ce","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/82efb451eea133ce","status":"passed","time":{"start":1706103153309,"stop":1706103153309,"duration":0}},{"uid":"b2061d9c8bc5710c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b2061d9c8bc5710c","status":"passed","time":{"start":1706102507002,"stop":1706102507002,"duration":0}},{"uid":"31ba9ce848ee87a5","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/31ba9ce848ee87a5","status":"passed","time":{"start":1706102385185,"stop":1706102385186,"duration":1}}]},"9abe757afb02db49bfd340ea970718d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4114a5b6b064cf2","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/d4114a5b6b064cf2","status":"passed","time":{"start":1705678046328,"stop":1705678046328,"duration":0}}]},"079604bafdab7175d9d91624881d233a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2f7ac385e8627b6","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/c2f7ac385e8627b6","status":"passed","time":{"start":1705677414465,"stop":1705677414466,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"cc2b2366ecca8d40","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc2b2366ecca8d40","status":"passed","time":{"start":1706529218533,"stop":1706529218534,"duration":1}},{"uid":"fd6ae7320351a4b6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fd6ae7320351a4b6","status":"passed","time":{"start":1706528190589,"stop":1706528190589,"duration":0}},{"uid":"712775b5bc7bc0bf","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/712775b5bc7bc0bf","status":"passed","time":{"start":1706527166790,"stop":1706527166793,"duration":3}},{"uid":"33465355d0203c0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/33465355d0203c0","status":"passed","time":{"start":1706526866904,"stop":1706526866904,"duration":0}},{"uid":"12cf3ee0966c3dba","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/12cf3ee0966c3dba","status":"passed","time":{"start":1706526763575,"stop":1706526763575,"duration":0}},{"uid":"fe1028c69235b872","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fe1028c69235b872","status":"passed","time":{"start":1706526185696,"stop":1706526185697,"duration":1}},{"uid":"8ad8ddf398369adf","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8ad8ddf398369adf","status":"passed","time":{"start":1706525659007,"stop":1706525659008,"duration":1}},{"uid":"f569d780197fe709","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f569d780197fe709","status":"passed","time":{"start":1706525242381,"stop":1706525242381,"duration":0}},{"uid":"fa884b17c3bff38d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fa884b17c3bff38d","status":"passed","time":{"start":1706467906891,"stop":1706467906891,"duration":0}},{"uid":"ef716424daf20e1c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ef716424daf20e1c","status":"passed","time":{"start":1706323273287,"stop":1706323273288,"duration":1}},{"uid":"ade9c1af01cbd6f5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ade9c1af01cbd6f5","status":"passed","time":{"start":1706321575892,"stop":1706321575893,"duration":1}},{"uid":"3bea4eda834cab2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3bea4eda834cab2","status":"passed","time":{"start":1706115384059,"stop":1706115384059,"duration":0}},{"uid":"6e2d2172ae6b70c7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6e2d2172ae6b70c7","status":"passed","time":{"start":1706114521954,"stop":1706114521955,"duration":1}},{"uid":"25e04c8591bb0240","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25e04c8591bb0240","status":"passed","time":{"start":1706112015266,"stop":1706112015266,"duration":0}},{"uid":"aa66621420ccb420","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/aa66621420ccb420","status":"passed","time":{"start":1706111693409,"stop":1706111693410,"duration":1}},{"uid":"dba8198ed2da7315","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dba8198ed2da7315","status":"passed","time":{"start":1706109609747,"stop":1706109609747,"duration":0}},{"uid":"58f55d898b8c2093","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/58f55d898b8c2093","status":"passed","time":{"start":1706103393439,"stop":1706103393460,"duration":21}},{"uid":"2f20fdf2747a0b9b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2f20fdf2747a0b9b","status":"passed","time":{"start":1706103153321,"stop":1706103153321,"duration":0}},{"uid":"29b8924a83f78499","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/29b8924a83f78499","status":"passed","time":{"start":1706102507031,"stop":1706102507031,"duration":0}},{"uid":"b2ea930a3ae14fcf","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b2ea930a3ae14fcf","status":"passed","time":{"start":1706102385196,"stop":1706102385196,"duration":0}}]},"46b402fe305473babcb1417e3a04bc38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"906ff37289ec5a10","reportUrl":"https://waku-org.github.io/js-waku/6172//#testresult/906ff37289ec5a10","status":"passed","time":{"start":1705432522373,"stop":1705432522373,"duration":0}}]},"8bcf5ce6343bfc2a17cbe4368810fd14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99bd3eb5a40cb3ed","reportUrl":"https://waku-org.github.io/js-waku/6160//#testresult/99bd3eb5a40cb3ed","status":"passed","time":{"start":1705391589814,"stop":1705391589815,"duration":1}}]},"ace57f7b6b9031bd493b8e408761ba13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":42,"unknown":0,"total":46},"items":[{"uid":"c85b3e9b26338502","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c85b3e9b26338502","status":"passed","time":{"start":1705521016433,"stop":1705521016433,"duration":0}},{"uid":"305553c209567fca","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/305553c209567fca","status":"passed","time":{"start":1705520811000,"stop":1705520811001,"duration":1}},{"uid":"6c0c75d778351f72","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/6c0c75d778351f72","status":"passed","time":{"start":1705520163977,"stop":1705520163977,"duration":0}},{"uid":"d5426c0ef2f2783e","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/d5426c0ef2f2783e","status":"passed","time":{"start":1705518395135,"stop":1705518395136,"duration":1}},{"uid":"622c45708f836428","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/622c45708f836428","status":"passed","time":{"start":1705518165820,"stop":1705518165820,"duration":0}},{"uid":"c5e230db0eb5b99c","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/c5e230db0eb5b99c","status":"passed","time":{"start":1705518062864,"stop":1705518062864,"duration":0}},{"uid":"ef2b1b203ee26a94","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ef2b1b203ee26a94","status":"passed","time":{"start":1705517955333,"stop":1705517955334,"duration":1}},{"uid":"92d94b00706dec3a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/92d94b00706dec3a","status":"passed","time":{"start":1705508621276,"stop":1705508621277,"duration":1}},{"uid":"2019ebe565eeae51","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/2019ebe565eeae51","status":"passed","time":{"start":1705506440930,"stop":1705506440930,"duration":0}},{"uid":"aed98e33161989bf","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/aed98e33161989bf","status":"passed","time":{"start":1705502898670,"stop":1705502898670,"duration":0}},{"uid":"5220db5b5368d666","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/5220db5b5368d666","status":"passed","time":{"start":1705502231195,"stop":1705502231196,"duration":1}},{"uid":"94377a4161d7c665","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/94377a4161d7c665","status":"passed","time":{"start":1705502434944,"stop":1705502434944,"duration":0}},{"uid":"5e172df68a12a637","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/5e172df68a12a637","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async 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/multiple_pubsub.node.spec.ts)","time":{"start":1705495384741,"stop":1705495384741,"duration":0}},{"uid":"b2aa12648c154c51","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b2aa12648c154c51","status":"passed","time":{"start":1705494891662,"stop":1705494891663,"duration":1}},{"uid":"947142a166966ee8","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/947142a166966ee8","status":"passed","time":{"start":1705494852281,"stop":1705494852281,"duration":0}},{"uid":"949badea7808f9b0","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/949badea7808f9b0","status":"passed","time":{"start":1705493411434,"stop":1705493411434,"duration":0}},{"uid":"307bc518fdce2ba1","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/307bc518fdce2ba1","status":"passed","time":{"start":1705493382746,"stop":1705493382746,"duration":0}},{"uid":"58ac3f672b563e78","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/58ac3f672b563e78","status":"passed","time":{"start":1705485206011,"stop":1705485206011,"duration":0}},{"uid":"644ec9c04fddca68","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/644ec9c04fddca68","status":"passed","time":{"start":1705485065032,"stop":1705485065032,"duration":0}},{"uid":"a455d8c569d4a9e9","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/a455d8c569d4a9e9","status":"passed","time":{"start":1705484311479,"stop":1705484311480,"duration":1}}]},"83d3fb6f6cd6ce1d06f6e43dc151b9ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9810e88fc276a62","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b9810e88fc276a62","status":"passed","time":{"start":1706109609752,"stop":1706109609752,"duration":0}}]},"036a04b02ae4ff5a1acebae62d064dd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"e32c248fdbfa2e42","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/e32c248fdbfa2e42","status":"passed","time":{"start":1705520815477,"stop":1705520815477,"duration":0}},{"uid":"43bbd7495db07938","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/43bbd7495db07938","status":"passed","time":{"start":1705518208991,"stop":1705518208991,"duration":0}},{"uid":"57325cd9067415a4","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/57325cd9067415a4","status":"passed","time":{"start":1705518112854,"stop":1705518112854,"duration":0}},{"uid":"3ee11be3091ef58c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/3ee11be3091ef58c","status":"passed","time":{"start":1705517988383,"stop":1705517988384,"duration":1}},{"uid":"c474e0b3245b9c65","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/c474e0b3245b9c65","status":"passed","time":{"start":1705508651528,"stop":1705508651529,"duration":1}},{"uid":"e65ca099bd68fc","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/e65ca099bd68fc","status":"passed","time":{"start":1705506479143,"stop":1705506479143,"duration":0}},{"uid":"8752d55521a5c23f","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/8752d55521a5c23f","status":"passed","time":{"start":1705502938682,"stop":1705502938682,"duration":0}},{"uid":"361b15de200d4f95","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/361b15de200d4f95","status":"passed","time":{"start":1705502478104,"stop":1705502478104,"duration":0}},{"uid":"521d7f8a6c56d233","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/521d7f8a6c56d233","status":"passed","time":{"start":1705494884676,"stop":1705494884677,"duration":1}},{"uid":"e320bf0b7080d77e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e320bf0b7080d77e","status":"passed","time":{"start":1705494937594,"stop":1705494937595,"duration":1}},{"uid":"aa2de1cd18d17ae4","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/aa2de1cd18d17ae4","status":"passed","time":{"start":1705494894075,"stop":1705494894075,"duration":0}},{"uid":"9e39d66c8a18412d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/9e39d66c8a18412d","status":"passed","time":{"start":1705493458475,"stop":1705493458475,"duration":0}},{"uid":"ce20b1dc8b6744c3","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/ce20b1dc8b6744c3","status":"passed","time":{"start":1705493421081,"stop":1705493421082,"duration":1}},{"uid":"4c8ab8ba171e0bfe","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4c8ab8ba171e0bfe","status":"passed","time":{"start":1705485246692,"stop":1705485246692,"duration":0}},{"uid":"f8fe6ae0b931b2cf","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/f8fe6ae0b931b2cf","status":"passed","time":{"start":1705485106619,"stop":1705485106619,"duration":0}},{"uid":"5a885869ba8a2398","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5a885869ba8a2398","status":"passed","time":{"start":1705484353075,"stop":1705484353076,"duration":1}},{"uid":"204d757ddbe5219c","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/204d757ddbe5219c","status":"passed","time":{"start":1705469867093,"stop":1705469867094,"duration":1}},{"uid":"57f4cece9bf9d05e","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/57f4cece9bf9d05e","status":"passed","time":{"start":1705466933257,"stop":1705466933257,"duration":0}},{"uid":"9c1f1a02d210dba1","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/9c1f1a02d210dba1","status":"passed","time":{"start":1705435401894,"stop":1705435401894,"duration":0}},{"uid":"1bb8fb16452fb39c","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/1bb8fb16452fb39c","status":"passed","time":{"start":1705434866479,"stop":1705434866479,"duration":0}}]},"15e4ea931ef2e58bc16cf9a1bb778bcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ed630e4a124d8411","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ed630e4a124d8411","status":"passed","time":{"start":1706528741681,"stop":1706528741682,"duration":1}},{"uid":"9e1de74911f30ea4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9e1de74911f30ea4","status":"passed","time":{"start":1706527710881,"stop":1706527710881,"duration":0}},{"uid":"e8c00958b61375a0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e8c00958b61375a0","status":"passed","time":{"start":1706526422898,"stop":1706526422899,"duration":1}},{"uid":"1dc2f679a5038a70","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1dc2f679a5038a70","status":"passed","time":{"start":1706526328070,"stop":1706526328070,"duration":0}},{"uid":"822c0545380d97b4","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/822c0545380d97b4","status":"passed","time":{"start":1706101521535,"stop":1706101521535,"duration":0}},{"uid":"b0e1cced03c671bb","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b0e1cced03c671bb","status":"passed","time":{"start":1706099819413,"stop":1706099819413,"duration":0}}]},"7df5fc91e11afe19a29aacfc0f9c0bc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11edb4983e5635e8","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/11edb4983e5635e8","status":"passed","time":{"start":1705570477316,"stop":1705570477320,"duration":4}}]},"f0c8df92173220a5a940b9df2d4c0fc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a492d85c01401a3b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a492d85c01401a3b","status":"passed","time":{"start":1706102539204,"stop":1706102539205,"duration":1}}]},"b24a5f3e2feb2312830efff2c2b57772:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67a483fca37a911b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/67a483fca37a911b","status":"passed","time":{"start":1706527923876,"stop":1706527923877,"duration":1}}]},"245492cb52746c22bd643de5ef71c911:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8967d7bb87607bf","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d8967d7bb87607bf","status":"passed","time":{"start":1706069827484,"stop":1706069827485,"duration":1}}]},"7e02370cc99544d5eb6583f2370a7a7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f2247f01c8aa89e","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/8f2247f01c8aa89e","status":"passed","time":{"start":1705518112864,"stop":1705518112864,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":129,"unknown":0,"total":131},"items":[{"uid":"bde06057ec170701","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bde06057ec170701","status":"passed","time":{"start":1706529398290,"stop":1706529398290,"duration":0}},{"uid":"c6c5210ff706288d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c6c5210ff706288d","status":"passed","time":{"start":1706528366393,"stop":1706528366394,"duration":1}},{"uid":"608b41393136e616","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/608b41393136e616","status":"passed","time":{"start":1706527295406,"stop":1706527295406,"duration":0}},{"uid":"4e93cd87e35afbf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4e93cd87e35afbf","status":"passed","time":{"start":1706527038707,"stop":1706527038707,"duration":0}},{"uid":"e1cf2a79e8896e40","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e1cf2a79e8896e40","status":"passed","time":{"start":1706526943975,"stop":1706526943976,"duration":1}},{"uid":"ef83057176a97692","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef83057176a97692","status":"passed","time":{"start":1706526384543,"stop":1706526384544,"duration":1}},{"uid":"7c0d5732fe39f50","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7c0d5732fe39f50","status":"passed","time":{"start":1706525843793,"stop":1706525843794,"duration":1}},{"uid":"bf786d0ff5a79177","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bf786d0ff5a79177","status":"passed","time":{"start":1706525434350,"stop":1706525434351,"duration":1}},{"uid":"196b6b2c8a221ee1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/196b6b2c8a221ee1","status":"passed","time":{"start":1706468085175,"stop":1706468085175,"duration":0}},{"uid":"833a0926f427f21f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/833a0926f427f21f","status":"passed","time":{"start":1706323452003,"stop":1706323452004,"duration":1}},{"uid":"1f8e2a5d768b61a6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1f8e2a5d768b61a6","status":"passed","time":{"start":1706321729212,"stop":1706321729212,"duration":0}},{"uid":"b04e3441feb76379","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b04e3441feb76379","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012419,"stop":1706245012419,"duration":0}},{"uid":"5dc98dbe368012dc","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5dc98dbe368012dc","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521966,"stop":1706242521966,"duration":0}},{"uid":"d59d9f1ad8ac0ccb","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d59d9f1ad8ac0ccb","status":"passed","time":{"start":1706115521928,"stop":1706115521928,"duration":0}},{"uid":"f9be304c9e123b9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f9be304c9e123b9","status":"passed","time":{"start":1706114703489,"stop":1706114703489,"duration":0}},{"uid":"2a1f0193da214933","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2a1f0193da214933","status":"passed","time":{"start":1706112175814,"stop":1706112175814,"duration":0}},{"uid":"e154423423ae56cb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e154423423ae56cb","status":"passed","time":{"start":1706111874202,"stop":1706111874202,"duration":0}},{"uid":"2b5edc22968bc128","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2b5edc22968bc128","status":"passed","time":{"start":1706109783974,"stop":1706109783974,"duration":0}},{"uid":"a1f331e949b8ceab","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a1f331e949b8ceab","status":"passed","time":{"start":1706103517617,"stop":1706103517617,"duration":0}},{"uid":"644bc5338e997d06","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/644bc5338e997d06","status":"passed","time":{"start":1706103336630,"stop":1706103336630,"duration":0}}]},"464ee2bae5a8135667b645cc7ff14816:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3271e42546feb137","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3271e42546feb137","status":"passed","time":{"start":1706527166815,"stop":1706527166815,"duration":0}}]},"a90f7d47eb74eb4703c1f0f1a68798dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":52,"unknown":0,"total":53},"items":[{"uid":"c7ae4e9fcd0b7ad3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/c7ae4e9fcd0b7ad3","status":"passed","time":{"start":1706100942615,"stop":1706100942615,"duration":0}},{"uid":"3fea44c448dc0621","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/3fea44c448dc0621","status":"passed","time":{"start":1706099973753,"stop":1706099973754,"duration":1}},{"uid":"16f0dc45c70d8dbb","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/16f0dc45c70d8dbb","status":"passed","time":{"start":1706077701784,"stop":1706077701784,"duration":0}},{"uid":"d2d6992fb2293685","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/d2d6992fb2293685","status":"passed","time":{"start":1706069790731,"stop":1706069790731,"duration":0}},{"uid":"5ffdba3678214568","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/5ffdba3678214568","status":"passed","time":{"start":1705950495037,"stop":1705950495037,"duration":0}},{"uid":"4f69a6814c0de1b","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/4f69a6814c0de1b","status":"passed","time":{"start":1705938302714,"stop":1705938302714,"duration":0}},{"uid":"1e27fce00c565662","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/1e27fce00c565662","status":"passed","time":{"start":1705913446692,"stop":1705913446693,"duration":1}},{"uid":"6eb5fc13e0302172","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/6eb5fc13e0302172","status":"passed","time":{"start":1705912988129,"stop":1705912988129,"duration":0}},{"uid":"b046cc745265932a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b046cc745265932a","status":"passed","time":{"start":1705912372219,"stop":1705912372219,"duration":0}},{"uid":"512c0b83cd2ec21","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/512c0b83cd2ec21","status":"passed","time":{"start":1705911551480,"stop":1705911551480,"duration":0}},{"uid":"a211739557fb4422","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a211739557fb4422","status":"passed","time":{"start":1705698757762,"stop":1705698757762,"duration":0}},{"uid":"1e923a56c032394e","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/1e923a56c032394e","status":"passed","time":{"start":1705687467724,"stop":1705687467724,"duration":0}},{"uid":"818269d06eb2840e","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/818269d06eb2840e","status":"passed","time":{"start":1705687390795,"stop":1705687390796,"duration":1}},{"uid":"e98b3da21422694f","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e98b3da21422694f","status":"passed","time":{"start":1705678077455,"stop":1705678077456,"duration":1}},{"uid":"78dd9787afd43db2","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/78dd9787afd43db2","status":"passed","time":{"start":1705678007041,"stop":1705678007041,"duration":0}},{"uid":"b77fb44254db98ab","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/b77fb44254db98ab","status":"passed","time":{"start":1705677873533,"stop":1705677873534,"duration":1}},{"uid":"35210c918f19169","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/35210c918f19169","status":"passed","time":{"start":1705677414838,"stop":1705677414838,"duration":0}},{"uid":"9a6d45098ffccbec","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/9a6d45098ffccbec","status":"passed","time":{"start":1705676004226,"stop":1705676004238,"duration":12}},{"uid":"c5b9fb40f2bedc89","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/c5b9fb40f2bedc89","status":"passed","time":{"start":1705675426978,"stop":1705675426979,"duration":1}},{"uid":"d563f3cf1f552661","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/d563f3cf1f552661","status":"passed","time":{"start":1705670299872,"stop":1705670299873,"duration":1}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":58,"unknown":0,"total":61},"items":[{"uid":"eb90dc452008b267","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eb90dc452008b267","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706529092192,"stop":1706529092193,"duration":1}},{"uid":"373e5fa40804c7a4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/373e5fa40804c7a4","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706528057414,"stop":1706528057416,"duration":2}},{"uid":"e559771aaf8243f8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e559771aaf8243f8","status":"passed","time":{"start":1706526914750,"stop":1706526914751,"duration":1}},{"uid":"26b5aabc7f081bc4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/26b5aabc7f081bc4","status":"passed","time":{"start":1706526612606,"stop":1706526612607,"duration":1}},{"uid":"d476a1e9fb908e56","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d476a1e9fb908e56","status":"passed","time":{"start":1706526514745,"stop":1706526514746,"duration":1}},{"uid":"b4898a062e82486e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b4898a062e82486e","status":"passed","time":{"start":1706525945093,"stop":1706525945097,"duration":4}},{"uid":"5e1be1e276a1a3e5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5e1be1e276a1a3e5","status":"passed","time":{"start":1706525418810,"stop":1706525418810,"duration":0}},{"uid":"8cf8402d6fe613fa","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8cf8402d6fe613fa","status":"broken","statusDetails":"unexpected end of input","time":{"start":1706525116038,"stop":1706525116038,"duration":0}},{"uid":"49de9a4e434ae777","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/49de9a4e434ae777","status":"passed","time":{"start":1706467681181,"stop":1706467681181,"duration":0}},{"uid":"6e10d3660c46151f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6e10d3660c46151f","status":"passed","time":{"start":1706323017111,"stop":1706323017111,"duration":0}},{"uid":"b54398713d8e4ad1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b54398713d8e4ad1","status":"passed","time":{"start":1706321333735,"stop":1706321333735,"duration":0}},{"uid":"a82ed6214c0158c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a82ed6214c0158c","status":"passed","time":{"start":1706244762204,"stop":1706244762204,"duration":0}},{"uid":"2b1eca2fb44a1122","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/2b1eca2fb44a1122","status":"passed","time":{"start":1706242326840,"stop":1706242326842,"duration":2}},{"uid":"2d27d4d65da6c6c7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2d27d4d65da6c6c7","status":"passed","time":{"start":1706115157080,"stop":1706115157080,"duration":0}},{"uid":"46f181b4eb2bee8e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/46f181b4eb2bee8e","status":"passed","time":{"start":1706114292016,"stop":1706114292016,"duration":0}},{"uid":"a01aeabc9b28c34f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a01aeabc9b28c34f","status":"passed","time":{"start":1706111754959,"stop":1706111754960,"duration":1}},{"uid":"996eb2cd82506ecc","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/996eb2cd82506ecc","status":"passed","time":{"start":1706111454516,"stop":1706111454517,"duration":1}},{"uid":"4a4eb19d16bca951","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4a4eb19d16bca951","status":"passed","time":{"start":1706109346648,"stop":1706109346649,"duration":1}},{"uid":"344f96a4dc62015e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/344f96a4dc62015e","status":"passed","time":{"start":1706103153454,"stop":1706103153455,"duration":1}},{"uid":"6a07560ac523dcf2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6a07560ac523dcf2","status":"passed","time":{"start":1706102905509,"stop":1706102905510,"duration":1}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"632d4f4a5f810c0c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/632d4f4a5f810c0c","status":"passed","time":{"start":1706528758834,"stop":1706528758834,"duration":0}},{"uid":"29f784cd6463f429","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/29f784cd6463f429","status":"passed","time":{"start":1706527727373,"stop":1706527727374,"duration":1}},{"uid":"92e3a45f2fe26368","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/92e3a45f2fe26368","status":"passed","time":{"start":1706526742231,"stop":1706526742232,"duration":1}},{"uid":"8fe410e92a87da75","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8fe410e92a87da75","status":"passed","time":{"start":1706526438955,"stop":1706526438955,"duration":0}},{"uid":"6e7ac30409be86ef","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6e7ac30409be86ef","status":"passed","time":{"start":1706526344152,"stop":1706526344153,"duration":1}},{"uid":"b08032e5662629b2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b08032e5662629b2","status":"passed","time":{"start":1706525773127,"stop":1706525773128,"duration":1}},{"uid":"e0d1d021d2864e28","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e0d1d021d2864e28","status":"passed","time":{"start":1706525240161,"stop":1706525240162,"duration":1}},{"uid":"c751467d1a53cd8b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c751467d1a53cd8b","status":"passed","time":{"start":1706524801321,"stop":1706524801321,"duration":0}},{"uid":"db1fefa8979df1e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/db1fefa8979df1e","status":"passed","time":{"start":1706467495254,"stop":1706467495254,"duration":0}},{"uid":"39d23b81a122b851","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/39d23b81a122b851","status":"passed","time":{"start":1706322848198,"stop":1706322848198,"duration":0}},{"uid":"afb3c169de0e1490","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/afb3c169de0e1490","status":"passed","time":{"start":1706321161132,"stop":1706321161132,"duration":0}},{"uid":"ba9afd2be0cb2773","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ba9afd2be0cb2773","status":"passed","time":{"start":1706244677370,"stop":1706244677370,"duration":0}},{"uid":"8eb02f65239e67b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8eb02f65239e67b","status":"passed","time":{"start":1706242245767,"stop":1706242245768,"duration":1}},{"uid":"ae2d85f56d48a84a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ae2d85f56d48a84a","status":"passed","time":{"start":1706114934114,"stop":1706114934114,"duration":0}},{"uid":"ce33bb74bed46047","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ce33bb74bed46047","status":"passed","time":{"start":1706114104724,"stop":1706114104724,"duration":0}},{"uid":"7920e6aa86e8f96a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7920e6aa86e8f96a","status":"passed","time":{"start":1706111579391,"stop":1706111579391,"duration":0}},{"uid":"1c0e52013bcb7a96","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1c0e52013bcb7a96","status":"passed","time":{"start":1706111268892,"stop":1706111268893,"duration":1}},{"uid":"5dc0d8be16068b76","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5dc0d8be16068b76","status":"passed","time":{"start":1706109171689,"stop":1706109171689,"duration":0}},{"uid":"e05656ae751c0f3b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e05656ae751c0f3b","status":"passed","time":{"start":1706102989365,"stop":1706102989365,"duration":0}},{"uid":"76d57504d6d7e0e8","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/76d57504d6d7e0e8","status":"passed","time":{"start":1706102729220,"stop":1706102729220,"duration":0}}]},"3a12de406af6d44a5fa777ff4def43d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d68ace11c6b35fc1","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d68ace11c6b35fc1","status":"passed","time":{"start":1705912964618,"stop":1705912964619,"duration":1}}]},"be2e9e0e2f425013e431c1c7a5f72275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6730137370794843","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/6730137370794843","status":"passed","time":{"start":1705676052728,"stop":1705676052729,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":33,"unknown":0,"total":35},"items":[{"uid":"6582e1a6fb2ee34f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6582e1a6fb2ee34f","status":"passed","time":{"start":1706529333277,"stop":1706529333277,"duration":0}},{"uid":"c3258aa653e4012","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c3258aa653e4012","status":"passed","time":{"start":1706528290482,"stop":1706528290483,"duration":1}},{"uid":"59c9009804f6c480","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/59c9009804f6c480","status":"passed","time":{"start":1706527264373,"stop":1706527264373,"duration":0}},{"uid":"2784a9ea43c6487c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2784a9ea43c6487c","status":"passed","time":{"start":1706526976784,"stop":1706526976785,"duration":1}},{"uid":"6015b7cca7722499","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6015b7cca7722499","status":"passed","time":{"start":1706526885815,"stop":1706526885815,"duration":0}},{"uid":"9686a63847917819","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/9686a63847917819","status":"passed","time":{"start":1706526330113,"stop":1706526330113,"duration":0}},{"uid":"d9c04133823a11e2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d9c04133823a11e2","status":"passed","time":{"start":1706525780740,"stop":1706525780740,"duration":0}},{"uid":"89df767a41d5edbe","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/89df767a41d5edbe","status":"passed","time":{"start":1706525359511,"stop":1706525359511,"duration":0}},{"uid":"a229cfc7300f5d6d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a229cfc7300f5d6d","status":"passed","time":{"start":1706468042652,"stop":1706468042652,"duration":0}},{"uid":"aa798a387845d821","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/aa798a387845d821","status":"passed","time":{"start":1706323386944,"stop":1706323386944,"duration":0}},{"uid":"6c0148660f85e2e4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6c0148660f85e2e4","status":"passed","time":{"start":1706321713109,"stop":1706321713109,"duration":0}},{"uid":"435659074e9037f9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/435659074e9037f9","status":"passed","time":{"start":1706115482633,"stop":1706115482634,"duration":1}},{"uid":"1f2a91f37cbae963","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1f2a91f37cbae963","status":"passed","time":{"start":1706114635446,"stop":1706114635446,"duration":0}},{"uid":"fac3b9325235fb4a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fac3b9325235fb4a","status":"passed","time":{"start":1706112127576,"stop":1706112127576,"duration":0}},{"uid":"7a0aa757d45042c6","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7a0aa757d45042c6","status":"passed","time":{"start":1706111809289,"stop":1706111809290,"duration":1}},{"uid":"5fbfa864516a641c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5fbfa864516a641c","status":"passed","time":{"start":1706109719544,"stop":1706109719544,"duration":0}},{"uid":"a3314ca49b083ada","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a3314ca49b083ada","status":"passed","time":{"start":1706103518442,"stop":1706103518442,"duration":0}},{"uid":"a85dcd7bbc89b7b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a85dcd7bbc89b7b","status":"passed","time":{"start":1706103305176,"stop":1706103305176,"duration":0}},{"uid":"b37365f310534db6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b37365f310534db6","status":"passed","time":{"start":1706102626867,"stop":1706102626867,"duration":0}},{"uid":"9ff6ae62ee612648","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9ff6ae62ee612648","status":"passed","time":{"start":1706102491907,"stop":1706102491907,"duration":0}}]},"3fe0c52e34cfb88d834ac4c8ab8699e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4fd7fd43bd6ac27c","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4fd7fd43bd6ac27c","status":"passed","time":{"start":1705520488389,"stop":1705520488389,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"14b1ef234dda7bca","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/14b1ef234dda7bca","status":"passed","time":{"start":1706528985993,"stop":1706528985994,"duration":1}},{"uid":"bfd7edaa2d816e76","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bfd7edaa2d816e76","status":"passed","time":{"start":1706527951689,"stop":1706527951689,"duration":0}},{"uid":"3e07a31de0b84cf9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3e07a31de0b84cf9","status":"passed","time":{"start":1706526969198,"stop":1706526969199,"duration":1}},{"uid":"c4645f72094cf736","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c4645f72094cf736","status":"passed","time":{"start":1706526675843,"stop":1706526675843,"duration":0}},{"uid":"d66533f515698842","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d66533f515698842","status":"passed","time":{"start":1706526572349,"stop":1706526572350,"duration":1}},{"uid":"62f1769aa5f426fd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/62f1769aa5f426fd","status":"passed","time":{"start":1706525997931,"stop":1706525997932,"duration":1}},{"uid":"f3d3dd4fc1f38d71","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f3d3dd4fc1f38d71","status":"passed","time":{"start":1706525468225,"stop":1706525468226,"duration":1}},{"uid":"6412e4b7c0fd781c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6412e4b7c0fd781c","status":"passed","time":{"start":1706525019704,"stop":1706525019704,"duration":0}},{"uid":"bd90da7c77b11846","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bd90da7c77b11846","status":"passed","time":{"start":1706467721288,"stop":1706467721288,"duration":0}},{"uid":"f0bd444f4d3a9750","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f0bd444f4d3a9750","status":"passed","time":{"start":1706323082561,"stop":1706323082561,"duration":0}},{"uid":"243d0ab40afba39d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/243d0ab40afba39d","status":"passed","time":{"start":1706321389963,"stop":1706321389964,"duration":1}},{"uid":"973d7d6d20b18517","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/973d7d6d20b18517","status":"passed","time":{"start":1706115172639,"stop":1706115172640,"duration":1}},{"uid":"caef6e830437cca1","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/caef6e830437cca1","status":"passed","time":{"start":1706114335584,"stop":1706114335593,"duration":9}},{"uid":"e6c87c27f72c34c2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e6c87c27f72c34c2","status":"passed","time":{"start":1706111797795,"stop":1706111797796,"duration":1}},{"uid":"868dedfdc9d06696","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/868dedfdc9d06696","status":"passed","time":{"start":1706111496582,"stop":1706111496582,"duration":0}},{"uid":"baac903d8656d2c2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/baac903d8656d2c2","status":"passed","time":{"start":1706109403534,"stop":1706109403535,"duration":1}},{"uid":"ea0d48e2aa693df3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ea0d48e2aa693df3","status":"passed","time":{"start":1706103220666,"stop":1706103220667,"duration":1}},{"uid":"952e6f1e88b62c98","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/952e6f1e88b62c98","status":"passed","time":{"start":1706102943571,"stop":1706102943571,"duration":0}},{"uid":"1f91a44c669b5828","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/1f91a44c669b5828","status":"passed","time":{"start":1706102315313,"stop":1706102315313,"duration":0}},{"uid":"e95391f6dd5af967","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e95391f6dd5af967","status":"passed","time":{"start":1706102190041,"stop":1706102190041,"duration":0}}]},"ef0f4b8e503972cb17f9abcd2a1eb68d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96264cb7a830c729","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/96264cb7a830c729","status":"passed","time":{"start":1705589146228,"stop":1705589146228,"duration":0}}]},"1ecfe92e3f0bf4803adcc8048ac391ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"ffdfdc724248d646","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ffdfdc724248d646","status":"passed","time":{"start":1706528814914,"stop":1706528814914,"duration":0}},{"uid":"4118d76c0d2ebd3","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4118d76c0d2ebd3","status":"passed","time":{"start":1706527782649,"stop":1706527782650,"duration":1}},{"uid":"a827f4d4379797d5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a827f4d4379797d5","status":"passed","time":{"start":1706526799744,"stop":1706526799744,"duration":0}},{"uid":"410a3b76769f0fae","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/410a3b76769f0fae","status":"passed","time":{"start":1706526495776,"stop":1706526495776,"duration":0}},{"uid":"cd2432edb29fc23f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cd2432edb29fc23f","status":"passed","time":{"start":1706526404757,"stop":1706526404758,"duration":1}},{"uid":"7f88637e9e8dad77","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7f88637e9e8dad77","status":"passed","time":{"start":1706525829648,"stop":1706525829648,"duration":0}},{"uid":"84c150174c935af","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/84c150174c935af","status":"passed","time":{"start":1706525298673,"stop":1706525298674,"duration":1}},{"uid":"efb76ba88cda2d2c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/efb76ba88cda2d2c","status":"passed","time":{"start":1706524857924,"stop":1706524857924,"duration":0}},{"uid":"56876122892b0239","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/56876122892b0239","status":"passed","time":{"start":1706467552031,"stop":1706467552032,"duration":1}},{"uid":"7fa58b373dacbb70","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7fa58b373dacbb70","status":"passed","time":{"start":1706322904824,"stop":1706322904824,"duration":0}},{"uid":"abaff6e4a6622fd7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/abaff6e4a6622fd7","status":"passed","time":{"start":1706321219410,"stop":1706321219411,"duration":1}},{"uid":"6e4322df2e62a84e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/6e4322df2e62a84e","status":"passed","time":{"start":1706244735439,"stop":1706244735439,"duration":0}},{"uid":"969b073979d238eb","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/969b073979d238eb","status":"passed","time":{"start":1706242296380,"stop":1706242296380,"duration":0}},{"uid":"6f66e7173ef9a9a7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6f66e7173ef9a9a7","status":"passed","time":{"start":1706114989563,"stop":1706114989564,"duration":1}},{"uid":"f762ece8084eee2d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f762ece8084eee2d","status":"passed","time":{"start":1706114161101,"stop":1706114161103,"duration":2}},{"uid":"f11e4f682cd2c86a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f11e4f682cd2c86a","status":"passed","time":{"start":1706111636967,"stop":1706111636967,"duration":0}},{"uid":"255c70dd825e56bf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/255c70dd825e56bf","status":"passed","time":{"start":1706111323427,"stop":1706111323427,"duration":0}},{"uid":"c13f6dde9955024c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c13f6dde9955024c","status":"passed","time":{"start":1706109231133,"stop":1706109231134,"duration":1}},{"uid":"47be09350681a021","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/47be09350681a021","status":"passed","time":{"start":1706103046864,"stop":1706103046865,"duration":1}},{"uid":"1f4180a3017abe0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1f4180a3017abe0","status":"passed","time":{"start":1706102784503,"stop":1706102784505,"duration":2}}]},"0c9d134cf6f95bc0d131dc5538cfc98b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6221196a72488f06","reportUrl":"https://waku-org.github.io/js-waku/6231//#testresult/6221196a72488f06","status":"passed","time":{"start":1705664730046,"stop":1705664730047,"duration":1}}]},"ed1d026f524063a42f2a431340865b6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62fbe298710935fb","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/62fbe298710935fb","status":"passed","time":{"start":1705525688844,"stop":1705525688844,"duration":0}}]},"d5ed6787eab0f731023cf65b5be24617:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bfc13ab05f431a","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/2bfc13ab05f431a","status":"passed","time":{"start":1705521790752,"stop":1705521790752,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":35,"passed":0,"unknown":0,"total":35},"items":[{"uid":"5046052c01c552f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5046052c01c552f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529333282,"stop":1706529333282,"duration":0}},{"uid":"c0b8e0a069408073","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c0b8e0a069408073","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528290498,"stop":1706528290498,"duration":0}},{"uid":"5e4e6750bfd5d38","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5e4e6750bfd5d38","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527264394,"stop":1706527264394,"duration":0}},{"uid":"2fe826d24106bcf4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2fe826d24106bcf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526976789,"stop":1706526976789,"duration":0}},{"uid":"3c6f99b709f6b07a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3c6f99b709f6b07a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526885820,"stop":1706526885820,"duration":0}},{"uid":"b478c62b2a96cbba","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b478c62b2a96cbba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526330117,"stop":1706526330117,"duration":0}},{"uid":"508d07cdb0c8fe27","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/508d07cdb0c8fe27","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525780744,"stop":1706525780745,"duration":1}},{"uid":"37b2c59e99cd5ef6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/37b2c59e99cd5ef6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525359516,"stop":1706525359516,"duration":0}},{"uid":"3fea64d72f775a14","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3fea64d72f775a14","status":"skipped","statusDetails":"Test ignored","time":{"start":1706468042656,"stop":1706468042656,"duration":0}},{"uid":"4a12036ea8038f92","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4a12036ea8038f92","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323386953,"stop":1706323386954,"duration":1}},{"uid":"1b394af2bb9d1fca","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1b394af2bb9d1fca","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321713117,"stop":1706321713117,"duration":0}},{"uid":"bf2752edb7e13aab","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bf2752edb7e13aab","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115482641,"stop":1706115482641,"duration":0}},{"uid":"5cd710e1469646a9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5cd710e1469646a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114635455,"stop":1706114635455,"duration":0}},{"uid":"9b558eda5b86e6b9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9b558eda5b86e6b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706112127592,"stop":1706112127592,"duration":0}},{"uid":"793489a7486059a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/793489a7486059a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111809296,"stop":1706111809296,"duration":0}},{"uid":"b290a12b18bac0d8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b290a12b18bac0d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109719553,"stop":1706109719553,"duration":0}},{"uid":"c8be0daf437d173d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c8be0daf437d173d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103518446,"stop":1706103518446,"duration":0}},{"uid":"613e8ba511e5a122","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/613e8ba511e5a122","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103305186,"stop":1706103305186,"duration":0}},{"uid":"262d876dd80702c0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/262d876dd80702c0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102626870,"stop":1706102626871,"duration":1}},{"uid":"17c6e4d98443d67e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/17c6e4d98443d67e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102491919,"stop":1706102491919,"duration":0}}]},"543bdf953f7623c5d793bb46a71045b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dd40bbcec94b009","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/8dd40bbcec94b009","status":"passed","time":{"start":1705525544604,"stop":1705525544605,"duration":1}}]},"a7b7eb89fe6bf68a2cc7fe6f68928bdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c2c7da1829cfbf4","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/4c2c7da1829cfbf4","status":"passed","time":{"start":1705466980103,"stop":1705466980104,"duration":1}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"bd77b67d4ae73ca6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bd77b67d4ae73ca6","status":"passed","time":{"start":1706528752296,"stop":1706528752296,"duration":0}},{"uid":"411560cf371da64a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/411560cf371da64a","status":"passed","time":{"start":1706527721044,"stop":1706527721044,"duration":0}},{"uid":"ba5b42bb256fa6f6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ba5b42bb256fa6f6","status":"passed","time":{"start":1706526735946,"stop":1706526735947,"duration":1}},{"uid":"428ab02718f5bed2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/428ab02718f5bed2","status":"passed","time":{"start":1706526432974,"stop":1706526432974,"duration":0}},{"uid":"7a7c88b2cd4e6c3f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7a7c88b2cd4e6c3f","status":"passed","time":{"start":1706526337968,"stop":1706526337968,"duration":0}},{"uid":"c52a5ecd173e9e39","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c52a5ecd173e9e39","status":"passed","time":{"start":1706525767020,"stop":1706525767020,"duration":0}},{"uid":"78b122fd83e6752b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/78b122fd83e6752b","status":"passed","time":{"start":1706525234003,"stop":1706525234003,"duration":0}},{"uid":"fc2fba63b6e5a89f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fc2fba63b6e5a89f","status":"passed","time":{"start":1706524795155,"stop":1706524795155,"duration":0}},{"uid":"731f5182f046206b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/731f5182f046206b","status":"passed","time":{"start":1706467489084,"stop":1706467489085,"duration":1}},{"uid":"145d4403c3b1f35f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/145d4403c3b1f35f","status":"passed","time":{"start":1706322841924,"stop":1706322841925,"duration":1}},{"uid":"6ee62ddd0b986037","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6ee62ddd0b986037","status":"passed","time":{"start":1706321155023,"stop":1706321155023,"duration":0}},{"uid":"b8bb380b6c08163f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b8bb380b6c08163f","status":"passed","time":{"start":1706244671327,"stop":1706244671328,"duration":1}},{"uid":"6cf313da10a2d16","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/6cf313da10a2d16","status":"passed","time":{"start":1706242239389,"stop":1706242239389,"duration":0}},{"uid":"f5e1927f61e901a9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f5e1927f61e901a9","status":"passed","time":{"start":1706114927809,"stop":1706114927810,"duration":1}},{"uid":"87b28bf164c2fce7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/87b28bf164c2fce7","status":"passed","time":{"start":1706114098596,"stop":1706114098596,"duration":0}},{"uid":"6680dc42629d269f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6680dc42629d269f","status":"passed","time":{"start":1706111573300,"stop":1706111573300,"duration":0}},{"uid":"15790229f942a4b9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/15790229f942a4b9","status":"passed","time":{"start":1706111262813,"stop":1706111262813,"duration":0}},{"uid":"4f1376f06e62490a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4f1376f06e62490a","status":"passed","time":{"start":1706109165247,"stop":1706109165248,"duration":1}},{"uid":"ccd56f76639dc55b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ccd56f76639dc55b","status":"passed","time":{"start":1706102983452,"stop":1706102983452,"duration":0}},{"uid":"bc9212c8a8c50724","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/bc9212c8a8c50724","status":"passed","time":{"start":1706102722988,"stop":1706102722989,"duration":1}}]},"0f1ca34f14f5a3a8ceb319a66422355a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2e7d348e1cfb308","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/d2e7d348e1cfb308","status":"passed","time":{"start":1705665894591,"stop":1705665894592,"duration":1}}]},"6d758cdbfe7143ac4ce8088a741f232f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b151429fc90b99ed","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/b151429fc90b99ed","status":"passed","time":{"start":1705525688846,"stop":1705525688847,"duration":1}}]},"9b0694be7749721f22588a0d4f08d635:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":51,"unknown":0,"total":52},"items":[{"uid":"b577ac19f1632fb9","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/b577ac19f1632fb9","status":"passed","time":{"start":1706100979770,"stop":1706100979770,"duration":0}},{"uid":"d99b586a031fbb9e","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d99b586a031fbb9e","status":"passed","time":{"start":1706100012439,"stop":1706100012440,"duration":1}},{"uid":"ed3ef42e8db0f239","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/ed3ef42e8db0f239","status":"passed","time":{"start":1706077739098,"stop":1706077739098,"duration":0}},{"uid":"3bf8d74db0aa1b61","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/3bf8d74db0aa1b61","status":"passed","time":{"start":1706069827483,"stop":1706069827483,"duration":0}},{"uid":"dc2c9d23ac9bda35","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/dc2c9d23ac9bda35","status":"passed","time":{"start":1705950521696,"stop":1705950521697,"duration":1}},{"uid":"9d579f6c6ac220c1","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/9d579f6c6ac220c1","status":"passed","time":{"start":1705938343411,"stop":1705938343411,"duration":0}},{"uid":"9e1378395ba1eb40","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/9e1378395ba1eb40","status":"passed","time":{"start":1705913488246,"stop":1705913488246,"duration":0}},{"uid":"1e805eabc2306804","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/1e805eabc2306804","status":"passed","time":{"start":1705913034281,"stop":1705913034282,"duration":1}},{"uid":"6e66615ce8f33b6f","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6e66615ce8f33b6f","status":"passed","time":{"start":1705912407152,"stop":1705912407152,"duration":0}},{"uid":"f9ef2c008892e446","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/f9ef2c008892e446","status":"passed","time":{"start":1705911588814,"stop":1705911588816,"duration":2}},{"uid":"694da0095332f35c","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/694da0095332f35c","status":"passed","time":{"start":1705698799126,"stop":1705698799126,"duration":0}},{"uid":"b29c98a1707a7803","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/b29c98a1707a7803","status":"passed","time":{"start":1705687522382,"stop":1705687522382,"duration":0}},{"uid":"3c0c6c56626174d6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/3c0c6c56626174d6","status":"passed","time":{"start":1705687430766,"stop":1705687430766,"duration":0}},{"uid":"da00cfe963ec3077","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/da00cfe963ec3077","status":"passed","time":{"start":1705678121503,"stop":1705678121503,"duration":0}},{"uid":"9c00e6d00b53e011","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/9c00e6d00b53e011","status":"passed","time":{"start":1705678046326,"stop":1705678046327,"duration":1}},{"uid":"6e818665e9300283","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/6e818665e9300283","status":"passed","time":{"start":1705677908058,"stop":1705677908059,"duration":1}},{"uid":"f92e1771a903b249","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/f92e1771a903b249","status":"passed","time":{"start":1705677463263,"stop":1705677463263,"duration":0}},{"uid":"f12d628821ce3961","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/f12d628821ce3961","status":"passed","time":{"start":1705676052726,"stop":1705676052727,"duration":1}},{"uid":"78a86004cf2d6365","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/78a86004cf2d6365","status":"passed","time":{"start":1705675474647,"stop":1705675474648,"duration":1}},{"uid":"f5a4cb098b1a3ad2","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/f5a4cb098b1a3ad2","status":"passed","time":{"start":1705670338399,"stop":1705670338399,"duration":0}}]},"fa5621742ed6fbbad2c292497681ab5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"deeba249d717ca6","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/deeba249d717ca6","status":"passed","time":{"start":1705520764140,"stop":1705520764140,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"9ab40b38f933557a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9ab40b38f933557a","status":"passed","time":{"start":1706529398287,"stop":1706529398288,"duration":1}},{"uid":"26c9b71fb8d3b14d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/26c9b71fb8d3b14d","status":"passed","time":{"start":1706528366392,"stop":1706528366393,"duration":1}},{"uid":"befcb9003d9320ba","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/befcb9003d9320ba","status":"passed","time":{"start":1706527295404,"stop":1706527295405,"duration":1}},{"uid":"1e19406bde2c9bcf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1e19406bde2c9bcf","status":"passed","time":{"start":1706527038706,"stop":1706527038706,"duration":0}},{"uid":"79338874eb00030b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/79338874eb00030b","status":"passed","time":{"start":1706526943974,"stop":1706526943974,"duration":0}},{"uid":"b63be0af3f01b493","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b63be0af3f01b493","status":"passed","time":{"start":1706526384542,"stop":1706526384542,"duration":0}},{"uid":"4d1a44cc8c3fe4ff","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4d1a44cc8c3fe4ff","status":"passed","time":{"start":1706525843792,"stop":1706525843792,"duration":0}},{"uid":"9c53ba2d5dfc0d0d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9c53ba2d5dfc0d0d","status":"passed","time":{"start":1706525434349,"stop":1706525434349,"duration":0}},{"uid":"9065b8054795e33","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9065b8054795e33","status":"passed","time":{"start":1706468085173,"stop":1706468085173,"duration":0}},{"uid":"b1ef1f966cc80e09","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b1ef1f966cc80e09","status":"passed","time":{"start":1706323452001,"stop":1706323452002,"duration":1}},{"uid":"a914df22022e1f0f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a914df22022e1f0f","status":"passed","time":{"start":1706321729211,"stop":1706321729211,"duration":0}},{"uid":"4a74289ecb88c7b7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/4a74289ecb88c7b7","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245012417,"stop":1706245012417,"duration":0}},{"uid":"36104be1c65e8b2b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/36104be1c65e8b2b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242521960,"stop":1706242521960,"duration":0}},{"uid":"17cf8f9fd0a95e4d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/17cf8f9fd0a95e4d","status":"passed","time":{"start":1706115521926,"stop":1706115521926,"duration":0}},{"uid":"401fd4327e6d55a7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/401fd4327e6d55a7","status":"passed","time":{"start":1706114703487,"stop":1706114703487,"duration":0}},{"uid":"36e54a5a4ed02443","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/36e54a5a4ed02443","status":"passed","time":{"start":1706112175809,"stop":1706112175809,"duration":0}},{"uid":"4d8e7b691d5fb365","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4d8e7b691d5fb365","status":"passed","time":{"start":1706111874201,"stop":1706111874201,"duration":0}},{"uid":"3b8fe139e7ce6e00","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3b8fe139e7ce6e00","status":"passed","time":{"start":1706109783973,"stop":1706109783973,"duration":0}},{"uid":"ac5ba8069ae22f88","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ac5ba8069ae22f88","status":"passed","time":{"start":1706103517616,"stop":1706103517616,"duration":0}},{"uid":"f158da1c5daa339a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f158da1c5daa339a","status":"passed","time":{"start":1706103336628,"stop":1706103336629,"duration":1}}]},"187ac44cc9b48be7bf02b921b72615f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":42,"unknown":0,"total":46},"items":[{"uid":"c41098bd18743b9e","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/c41098bd18743b9e","status":"passed","time":{"start":1705521016434,"stop":1705521016434,"duration":0}},{"uid":"4d83c507b1d3ef05","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/4d83c507b1d3ef05","status":"passed","time":{"start":1705520811003,"stop":1705520811004,"duration":1}},{"uid":"b2d4c635e36b8964","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/b2d4c635e36b8964","status":"passed","time":{"start":1705520163979,"stop":1705520163979,"duration":0}},{"uid":"2451ac76a26b8237","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/2451ac76a26b8237","status":"passed","time":{"start":1705518395147,"stop":1705518395148,"duration":1}},{"uid":"77040a2a4ed249c9","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/77040a2a4ed249c9","status":"passed","time":{"start":1705518165823,"stop":1705518165827,"duration":4}},{"uid":"f0e9d50e0d57daf5","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/f0e9d50e0d57daf5","status":"passed","time":{"start":1705518062865,"stop":1705518062865,"duration":0}},{"uid":"342f1b0f9573e258","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/342f1b0f9573e258","status":"passed","time":{"start":1705517955337,"stop":1705517955337,"duration":0}},{"uid":"9912faccd597956","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/9912faccd597956","status":"passed","time":{"start":1705508621280,"stop":1705508621280,"duration":0}},{"uid":"88ba1f42ef4fdff","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/88ba1f42ef4fdff","status":"passed","time":{"start":1705506440931,"stop":1705506440932,"duration":1}},{"uid":"54ad52542230e8ca","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/54ad52542230e8ca","status":"passed","time":{"start":1705502898671,"stop":1705502898671,"duration":0}},{"uid":"dae06e3fc22c6b9f","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/dae06e3fc22c6b9f","status":"passed","time":{"start":1705502231198,"stop":1705502231198,"duration":0}},{"uid":"169738d4e4f987e3","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/169738d4e4f987e3","status":"passed","time":{"start":1705502434945,"stop":1705502434951,"duration":6}},{"uid":"3ca79eb98905f0f1","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/3ca79eb98905f0f1","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495384743,"stop":1705495384743,"duration":0}},{"uid":"66556d5ac0ed913f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/66556d5ac0ed913f","status":"passed","time":{"start":1705494891663,"stop":1705494891664,"duration":1}},{"uid":"aadd182f9878570e","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/aadd182f9878570e","status":"passed","time":{"start":1705494852282,"stop":1705494852282,"duration":0}},{"uid":"caced9f833cf2169","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/caced9f833cf2169","status":"passed","time":{"start":1705493411435,"stop":1705493411435,"duration":0}},{"uid":"d1e63b8782dd4f33","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/d1e63b8782dd4f33","status":"passed","time":{"start":1705493382747,"stop":1705493382748,"duration":1}},{"uid":"3c7e92017b1ad8ef","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/3c7e92017b1ad8ef","status":"passed","time":{"start":1705485206012,"stop":1705485206012,"duration":0}},{"uid":"6a4ee2120021cae","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6a4ee2120021cae","status":"passed","time":{"start":1705485065033,"stop":1705485065033,"duration":0}},{"uid":"9ec1877b85aa5bb1","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/9ec1877b85aa5bb1","status":"passed","time":{"start":1705484311481,"stop":1705484311482,"duration":1}}]},"1fb3a8bf1072d4e591fe157d4cabf4d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"e1a1859a64cad068","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/e1a1859a64cad068","status":"passed","time":{"start":1705521140300,"stop":1705521140301,"duration":1}},{"uid":"af92e46577d950fd","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/af92e46577d950fd","status":"passed","time":{"start":1705520883416,"stop":1705520883416,"duration":0}},{"uid":"d3807898f5a6aa36","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/d3807898f5a6aa36","status":"passed","time":{"start":1705520300888,"stop":1705520300888,"duration":0}},{"uid":"e095a3700adab7ca","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/e095a3700adab7ca","status":"passed","time":{"start":1705518525960,"stop":1705518525961,"duration":1}},{"uid":"8fde80f92686624","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/8fde80f92686624","status":"passed","time":{"start":1705518246807,"stop":1705518246807,"duration":0}},{"uid":"44b5767e76bf590f","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/44b5767e76bf590f","status":"passed","time":{"start":1705518140979,"stop":1705518140979,"duration":0}},{"uid":"e0016297bcb638fa","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/e0016297bcb638fa","status":"passed","time":{"start":1705518032417,"stop":1705518032418,"duration":1}},{"uid":"6feb1950b93db93a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/6feb1950b93db93a","status":"passed","time":{"start":1705508700809,"stop":1705508700809,"duration":0}},{"uid":"b9d1102b986ab2e2","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/b9d1102b986ab2e2","status":"passed","time":{"start":1705506512644,"stop":1705506512645,"duration":1}},{"uid":"8175ea11e200fb06","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/8175ea11e200fb06","status":"passed","time":{"start":1705502966509,"stop":1705502966509,"duration":0}},{"uid":"1404b5f1012f9bda","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/1404b5f1012f9bda","status":"passed","time":{"start":1705502370720,"stop":1705502370720,"duration":0}},{"uid":"2a95856fd98fefbc","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/2a95856fd98fefbc","status":"passed","time":{"start":1705502517770,"stop":1705502517770,"duration":0}},{"uid":"8784e29d3df0f31e","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/8784e29d3df0f31e","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321690,"stop":1705495321690,"duration":0}},{"uid":"61fe83ccae899c8a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/61fe83ccae899c8a","status":"passed","time":{"start":1705494975688,"stop":1705494975688,"duration":0}},{"uid":"26ae343ab13955e5","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/26ae343ab13955e5","status":"passed","time":{"start":1705494930744,"stop":1705494930744,"duration":0}},{"uid":"5ad18d027e878a79","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5ad18d027e878a79","status":"passed","time":{"start":1705493496349,"stop":1705493496349,"duration":0}},{"uid":"c0d8bc8a861082e5","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/c0d8bc8a861082e5","status":"passed","time":{"start":1705493451249,"stop":1705493451249,"duration":0}},{"uid":"208495b5feab03d0","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/208495b5feab03d0","status":"passed","time":{"start":1705485279305,"stop":1705485279305,"duration":0}},{"uid":"bb645e50824c2a37","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/bb645e50824c2a37","status":"passed","time":{"start":1705485136804,"stop":1705485136804,"duration":0}},{"uid":"502482f4215a09e8","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/502482f4215a09e8","status":"passed","time":{"start":1705484392933,"stop":1705484392933,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":85,"unknown":0,"total":85},"items":[{"uid":"a42321f61c631b1c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a42321f61c631b1c","status":"passed","time":{"start":1706528851378,"stop":1706528851378,"duration":0}},{"uid":"e1ac4801acfa0f7d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e1ac4801acfa0f7d","status":"passed","time":{"start":1706527824197,"stop":1706527824197,"duration":0}},{"uid":"4cc4a46ef5bdf300","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4cc4a46ef5bdf300","status":"passed","time":{"start":1706526834959,"stop":1706526834959,"duration":0}},{"uid":"a91ae71bd7a39f56","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a91ae71bd7a39f56","status":"passed","time":{"start":1706526535010,"stop":1706526535010,"duration":0}},{"uid":"63332b2bc44f5a22","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/63332b2bc44f5a22","status":"passed","time":{"start":1706526444477,"stop":1706526444477,"duration":0}},{"uid":"df6ffc3d93a8f905","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/df6ffc3d93a8f905","status":"passed","time":{"start":1706525868578,"stop":1706525868579,"duration":1}},{"uid":"17b0bf3e3a8d466c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/17b0bf3e3a8d466c","status":"passed","time":{"start":1706525336016,"stop":1706525336016,"duration":0}},{"uid":"296cf15117651daa","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/296cf15117651daa","status":"passed","time":{"start":1706524893165,"stop":1706524893166,"duration":1}},{"uid":"dae262f6e6449ef7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dae262f6e6449ef7","status":"passed","time":{"start":1706467588098,"stop":1706467588098,"duration":0}},{"uid":"81cada04744f1276","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/81cada04744f1276","status":"passed","time":{"start":1706322942294,"stop":1706322942305,"duration":11}},{"uid":"111b21e27cbd7036","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/111b21e27cbd7036","status":"passed","time":{"start":1706321258741,"stop":1706321258742,"duration":1}},{"uid":"42c0dac554a2c21b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/42c0dac554a2c21b","status":"passed","time":{"start":1706115030714,"stop":1706115030714,"duration":0}},{"uid":"68ef603dc135b70d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/68ef603dc135b70d","status":"passed","time":{"start":1706114200933,"stop":1706114200933,"duration":0}},{"uid":"8568af964b2ec19f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8568af964b2ec19f","status":"passed","time":{"start":1706111673818,"stop":1706111673818,"duration":0}},{"uid":"7b4751a67f259361","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7b4751a67f259361","status":"passed","time":{"start":1706111361507,"stop":1706111361508,"duration":1}},{"uid":"2aa4a1436fa7ea18","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2aa4a1436fa7ea18","status":"passed","time":{"start":1706109265211,"stop":1706109265211,"duration":0}},{"uid":"48311b470580ed3f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/48311b470580ed3f","status":"passed","time":{"start":1706103084488,"stop":1706103084488,"duration":0}},{"uid":"f8f78187a90eb8aa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f8f78187a90eb8aa","status":"passed","time":{"start":1706102823114,"stop":1706102823115,"duration":1}},{"uid":"3214338a65cfc27a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3214338a65cfc27a","status":"passed","time":{"start":1706102183492,"stop":1706102183493,"duration":1}},{"uid":"8d93a5a5c6c0851c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8d93a5a5c6c0851c","status":"passed","time":{"start":1706102054640,"stop":1706102054640,"duration":0}}]},"044f6a809d9d6f61a0ade3c18a6a3750:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61a640c250e9ca86","reportUrl":"https://waku-org.github.io/js-waku/6234//#testresult/61a640c250e9ca86","status":"passed","time":{"start":1705665950354,"stop":1705665950354,"duration":0}}]},"d653a254039ea37a73d1072b82053cac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"debf4b77ccfcf6c6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/debf4b77ccfcf6c6","status":"passed","time":{"start":1706069781883,"stop":1706069781883,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":27,"unknown":0,"total":28},"items":[{"uid":"bafc966f5536626f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bafc966f5536626f","status":"passed","time":{"start":1706529367450,"stop":1706529367450,"duration":0}},{"uid":"829c29518f4a1f28","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/829c29518f4a1f28","status":"passed","time":{"start":1706528339926,"stop":1706528339926,"duration":0}},{"uid":"b5198d1fd48fce72","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b5198d1fd48fce72","status":"passed","time":{"start":1706527181550,"stop":1706527181550,"duration":0}},{"uid":"8f752159bc96acf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8f752159bc96acf","status":"passed","time":{"start":1706527016293,"stop":1706527016293,"duration":0}},{"uid":"6a357cd7191827f7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6a357cd7191827f7","status":"passed","time":{"start":1706526929197,"stop":1706526929197,"duration":0}},{"uid":"b2ef2eea87e82c80","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b2ef2eea87e82c80","status":"passed","time":{"start":1706526355568,"stop":1706526355568,"duration":0}},{"uid":"55308652fb924733","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/55308652fb924733","status":"passed","time":{"start":1706525825276,"stop":1706525825276,"duration":0}},{"uid":"7404cb5175e7c526","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7404cb5175e7c526","status":"passed","time":{"start":1706525414583,"stop":1706525414583,"duration":0}},{"uid":"563de7824da01a9d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/563de7824da01a9d","status":"passed","time":{"start":1706468084958,"stop":1706468084958,"duration":0}},{"uid":"d169646bcae3ee11","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d169646bcae3ee11","status":"passed","time":{"start":1706323430967,"stop":1706323430967,"duration":0}},{"uid":"3e68ba26cebe820a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3e68ba26cebe820a","status":"passed","time":{"start":1706321743963,"stop":1706321743964,"duration":1}},{"uid":"26e9de3ca1faa00a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/26e9de3ca1faa00a","status":"passed","time":{"start":1706115449562,"stop":1706115449563,"duration":1}},{"uid":"3ce2ae22afbbceb5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3ce2ae22afbbceb5","status":"passed","time":{"start":1706114706806,"stop":1706114706806,"duration":0}},{"uid":"3727a79424c0cfb8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3727a79424c0cfb8","status":"passed","time":{"start":1706112158263,"stop":1706112158263,"duration":0}},{"uid":"2abc53d4565e19fd","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2abc53d4565e19fd","status":"passed","time":{"start":1706111870562,"stop":1706111870562,"duration":0}},{"uid":"70b871ab415c4f0d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/70b871ab415c4f0d","status":"passed","time":{"start":1706109756249,"stop":1706109756249,"duration":0}},{"uid":"f229ac7938e1adae","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f229ac7938e1adae","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1706103280834,"stop":1706103280834,"duration":0}},{"uid":"581abb16372ce6aa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/581abb16372ce6aa","status":"passed","time":{"start":1706103332259,"stop":1706103332259,"duration":0}},{"uid":"d6c78b7ca28cddfe","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/d6c78b7ca28cddfe","status":"passed","time":{"start":1706102670261,"stop":1706102670261,"duration":0}},{"uid":"34c8d0ec2cf1102","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/34c8d0ec2cf1102","status":"passed","time":{"start":1706102539191,"stop":1706102539191,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32},"items":[{"uid":"395cc8a743bcb45","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/395cc8a743bcb45","status":"passed","time":{"start":1706529403581,"stop":1706529403581,"duration":0}},{"uid":"38e543a47e7aff81","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/38e543a47e7aff81","status":"passed","time":{"start":1706528357117,"stop":1706528357117,"duration":0}},{"uid":"f35cb74633f98598","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f35cb74633f98598","status":"passed","time":{"start":1706527326701,"stop":1706527326702,"duration":1}},{"uid":"3ac63a6e320bd676","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3ac63a6e320bd676","status":"passed","time":{"start":1706527049803,"stop":1706527049803,"duration":0}},{"uid":"5895428b42ba6446","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5895428b42ba6446","status":"passed","time":{"start":1706526961452,"stop":1706526961452,"duration":0}},{"uid":"156d616db9fb78d7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/156d616db9fb78d7","status":"passed","time":{"start":1706526404290,"stop":1706526404290,"duration":0}},{"uid":"86f8cd0ddb8decab","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/86f8cd0ddb8decab","status":"passed","time":{"start":1706525849966,"stop":1706525849966,"duration":0}},{"uid":"76fe3569bcdcac28","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/76fe3569bcdcac28","status":"passed","time":{"start":1706525432958,"stop":1706525432958,"duration":0}},{"uid":"76fb15bda2f109a3","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/76fb15bda2f109a3","status":"passed","time":{"start":1706468114358,"stop":1706468114358,"duration":0}},{"uid":"18ecab743b9f45cd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/18ecab743b9f45cd","status":"passed","time":{"start":1706323469658,"stop":1706323469658,"duration":0}},{"uid":"ba43e7f710f6febf","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ba43e7f710f6febf","status":"passed","time":{"start":1706321771801,"stop":1706321771801,"duration":0}},{"uid":"b3d67cf3e683f6a8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b3d67cf3e683f6a8","status":"passed","time":{"start":1706115542404,"stop":1706115542404,"duration":0}},{"uid":"7e4c0292c1cb3d86","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7e4c0292c1cb3d86","status":"passed","time":{"start":1706114725928,"stop":1706114725928,"duration":0}},{"uid":"7d8c657b7cc68f79","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7d8c657b7cc68f79","status":"passed","time":{"start":1706112199274,"stop":1706112199274,"duration":0}},{"uid":"6ffd4bec60519875","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6ffd4bec60519875","status":"passed","time":{"start":1706111893746,"stop":1706111893746,"duration":0}},{"uid":"d2d1fbf2b1196c56","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d2d1fbf2b1196c56","status":"passed","time":{"start":1706109796560,"stop":1706109796560,"duration":0}},{"uid":"cdbaf052b1dc1aa9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cdbaf052b1dc1aa9","status":"passed","time":{"start":1706103557161,"stop":1706103557161,"duration":0}},{"uid":"5a308c4215294dcd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5a308c4215294dcd","status":"passed","time":{"start":1706103365813,"stop":1706103365814,"duration":1}},{"uid":"82e2023b6ef81cbe","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/82e2023b6ef81cbe","status":"passed","time":{"start":1706102701059,"stop":1706102701059,"duration":0}},{"uid":"c2773293e1d20474","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c2773293e1d20474","status":"passed","time":{"start":1706102579567,"stop":1706102579567,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"e8bc03813bf492fb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e8bc03813bf492fb","status":"passed","time":{"start":1706528965684,"stop":1706528965685,"duration":1}},{"uid":"ebc309d4064da9f9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ebc309d4064da9f9","status":"passed","time":{"start":1706527923884,"stop":1706527923885,"duration":1}},{"uid":"decbb6970273ba6c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/decbb6970273ba6c","status":"passed","time":{"start":1706526930860,"stop":1706526930861,"duration":1}},{"uid":"d4e335a23173dfde","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d4e335a23173dfde","status":"passed","time":{"start":1706526632100,"stop":1706526632105,"duration":5}},{"uid":"98278b294521ab59","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/98278b294521ab59","status":"passed","time":{"start":1706526534079,"stop":1706526534079,"duration":0}},{"uid":"f30458dd64628340","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f30458dd64628340","status":"passed","time":{"start":1706525958172,"stop":1706525958172,"duration":0}},{"uid":"27be5b30e6a11a0d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/27be5b30e6a11a0d","status":"passed","time":{"start":1706525436724,"stop":1706525436724,"duration":0}},{"uid":"ee0a3b07ea98ec3e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ee0a3b07ea98ec3e","status":"passed","time":{"start":1706524982434,"stop":1706524982435,"duration":1}},{"uid":"3a56836041feace7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3a56836041feace7","status":"passed","time":{"start":1706467678801,"stop":1706467678802,"duration":1}},{"uid":"ab37c6ef6e429bb3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ab37c6ef6e429bb3","status":"passed","time":{"start":1706323040468,"stop":1706323040468,"duration":0}},{"uid":"d9816727fcc18477","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d9816727fcc18477","status":"passed","time":{"start":1706321353351,"stop":1706321353352,"duration":1}},{"uid":"bf8d04c0e471ae34","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bf8d04c0e471ae34","status":"passed","time":{"start":1706114292383,"stop":1706114292384,"duration":1}},{"uid":"9342f6683ddd7d6f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9342f6683ddd7d6f","status":"passed","time":{"start":1706111780341,"stop":1706111780342,"duration":1}},{"uid":"436ad763550c2813","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/436ad763550c2813","status":"passed","time":{"start":1706111464021,"stop":1706111464022,"duration":1}},{"uid":"1a81ee3483944f7f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1a81ee3483944f7f","status":"passed","time":{"start":1706109370856,"stop":1706109370856,"duration":0}},{"uid":"dda225c607079111","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/dda225c607079111","status":"passed","time":{"start":1706103179181,"stop":1706103179182,"duration":1}},{"uid":"5f944401bc2decb1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5f944401bc2decb1","status":"passed","time":{"start":1706102925543,"stop":1706102925544,"duration":1}},{"uid":"a765a45ec2ef009e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/a765a45ec2ef009e","status":"passed","time":{"start":1706102273662,"stop":1706102273663,"duration":1}},{"uid":"c2327d926354421c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c2327d926354421c","status":"passed","time":{"start":1706102152988,"stop":1706102152988,"duration":0}},{"uid":"40bbbe84a501a974","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/40bbbe84a501a974","status":"passed","time":{"start":1706101976583,"stop":1706101976583,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":131,"unknown":0,"total":133},"items":[{"uid":"ec6363e6375f498b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ec6363e6375f498b","status":"passed","time":{"start":1706529405491,"stop":1706529405491,"duration":0}},{"uid":"1dfa08bbea9c25df","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1dfa08bbea9c25df","status":"passed","time":{"start":1706528369074,"stop":1706528369074,"duration":0}},{"uid":"1c7897ac88e1c3c2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1c7897ac88e1c3c2","status":"passed","time":{"start":1706527293616,"stop":1706527293616,"duration":0}},{"uid":"ed9a574b3bf6b99e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ed9a574b3bf6b99e","status":"passed","time":{"start":1706527035907,"stop":1706527035907,"duration":0}},{"uid":"5ebb7873ff640f8b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5ebb7873ff640f8b","status":"passed","time":{"start":1706526945114,"stop":1706526945114,"duration":0}},{"uid":"54def183fe38422b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/54def183fe38422b","status":"passed","time":{"start":1706526380428,"stop":1706526380428,"duration":0}},{"uid":"1626663d8cf6cd78","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1626663d8cf6cd78","status":"passed","time":{"start":1706525838443,"stop":1706525838443,"duration":0}},{"uid":"8403caa83d8a8a2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8403caa83d8a8a2","status":"passed","time":{"start":1706525430060,"stop":1706525430060,"duration":0}},{"uid":"f6520e9a29cc2167","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f6520e9a29cc2167","status":"passed","time":{"start":1706468092735,"stop":1706468092736,"duration":1}},{"uid":"405281f886fcb52c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/405281f886fcb52c","status":"passed","time":{"start":1706323453205,"stop":1706323453205,"duration":0}},{"uid":"d7a023e19a98fb13","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d7a023e19a98fb13","status":"passed","time":{"start":1706321730264,"stop":1706321730265,"duration":1}},{"uid":"798600dcd639727c","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/798600dcd639727c","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244983418,"stop":1706244983418,"duration":0}},{"uid":"dcc7af4d8a36003d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/dcc7af4d8a36003d","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242505300,"stop":1706242505301,"duration":1}},{"uid":"5db171c9e68b2fba","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5db171c9e68b2fba","status":"passed","time":{"start":1706115525170,"stop":1706115525170,"duration":0}},{"uid":"383452b4bf1bf609","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/383452b4bf1bf609","status":"passed","time":{"start":1706114703602,"stop":1706114703602,"duration":0}},{"uid":"1db6f0203bccb62b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1db6f0203bccb62b","status":"passed","time":{"start":1706112177302,"stop":1706112177302,"duration":0}},{"uid":"4a719b92a8639572","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4a719b92a8639572","status":"passed","time":{"start":1706111871942,"stop":1706111871942,"duration":0}},{"uid":"f05d7512865d5bcf","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f05d7512865d5bcf","status":"passed","time":{"start":1706109785935,"stop":1706109785935,"duration":0}},{"uid":"b5d006d3c8439dff","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b5d006d3c8439dff","status":"passed","time":{"start":1706103509821,"stop":1706103509822,"duration":1}},{"uid":"686648e5d3b9a44e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/686648e5d3b9a44e","status":"passed","time":{"start":1706103331214,"stop":1706103331215,"duration":1}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"45cfee4366998578","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/45cfee4366998578","status":"passed","time":{"start":1706529297075,"stop":1706529297075,"duration":0}},{"uid":"291c67d0654e1549","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/291c67d0654e1549","status":"passed","time":{"start":1706528272360,"stop":1706528272360,"duration":0}},{"uid":"ac6f90c1ac15967b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ac6f90c1ac15967b","status":"passed","time":{"start":1706527215981,"stop":1706527215982,"duration":1}},{"uid":"7e6282fad02009c9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7e6282fad02009c9","status":"passed","time":{"start":1706526930058,"stop":1706526930058,"duration":0}},{"uid":"a2604f4248b89c78","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a2604f4248b89c78","status":"passed","time":{"start":1706526828486,"stop":1706526828486,"duration":0}},{"uid":"d56751b7daedf3c1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d56751b7daedf3c1","status":"passed","time":{"start":1706526253884,"stop":1706526253884,"duration":0}},{"uid":"7479a8dafdffe323","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7479a8dafdffe323","status":"passed","time":{"start":1706525716610,"stop":1706525716610,"duration":0}},{"uid":"c30a3ae601e26703","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c30a3ae601e26703","status":"passed","time":{"start":1706525305325,"stop":1706525305325,"duration":0}},{"uid":"e1287e5247e4e45a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e1287e5247e4e45a","status":"passed","time":{"start":1706467969856,"stop":1706467969856,"duration":0}},{"uid":"f1c95db0034d163e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f1c95db0034d163e","status":"passed","time":{"start":1706323337221,"stop":1706323337222,"duration":1}},{"uid":"5b665913f0b3b3de","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5b665913f0b3b3de","status":"passed","time":{"start":1706321555212,"stop":1706321555212,"duration":0}},{"uid":"bc573d6a9e3afb13","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/bc573d6a9e3afb13","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927237,"stop":1706244927237,"duration":0}},{"uid":"80eaa6b6c3e8f429","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/80eaa6b6c3e8f429","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486058,"stop":1706242486059,"duration":1}},{"uid":"95e3feed96b966d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/95e3feed96b966d","status":"passed","time":{"start":1706115454688,"stop":1706115454689,"duration":1}},{"uid":"7943f1448583d5e0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7943f1448583d5e0","status":"passed","time":{"start":1706114588211,"stop":1706114588211,"duration":0}},{"uid":"7abcb412b256fe7e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7abcb412b256fe7e","status":"passed","time":{"start":1706112067732,"stop":1706112067733,"duration":1}},{"uid":"7da9e3fd4906a511","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7da9e3fd4906a511","status":"passed","time":{"start":1706111759511,"stop":1706111759513,"duration":2}},{"uid":"b54742c4a2c65def","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b54742c4a2c65def","status":"passed","time":{"start":1706109683582,"stop":1706109683582,"duration":0}},{"uid":"86b2f093b12b4271","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/86b2f093b12b4271","status":"passed","time":{"start":1706103380778,"stop":1706103380778,"duration":0}},{"uid":"24cc978a39205a52","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/24cc978a39205a52","status":"passed","time":{"start":1706103218565,"stop":1706103218565,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"66224d7a725ff40a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/66224d7a725ff40a","status":"passed","time":{"start":1706528752631,"stop":1706528752631,"duration":0}},{"uid":"aefde4eb0966cd34","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/aefde4eb0966cd34","status":"passed","time":{"start":1706527721484,"stop":1706527721484,"duration":0}},{"uid":"9ea630508f3608e0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9ea630508f3608e0","status":"passed","time":{"start":1706526736329,"stop":1706526736329,"duration":0}},{"uid":"b13ee4875fb899b6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b13ee4875fb899b6","status":"passed","time":{"start":1706526433121,"stop":1706526433121,"duration":0}},{"uid":"368706c3cc0ed592","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/368706c3cc0ed592","status":"passed","time":{"start":1706526338333,"stop":1706526338333,"duration":0}},{"uid":"3976cd9b66796c17","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3976cd9b66796c17","status":"passed","time":{"start":1706525767350,"stop":1706525767350,"duration":0}},{"uid":"8f981755e3ff3d6e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8f981755e3ff3d6e","status":"passed","time":{"start":1706525234334,"stop":1706525234334,"duration":0}},{"uid":"bdd5cf016cc5e7a2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bdd5cf016cc5e7a2","status":"passed","time":{"start":1706524795500,"stop":1706524795500,"duration":0}},{"uid":"a138a22a9ffa836c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a138a22a9ffa836c","status":"passed","time":{"start":1706467489458,"stop":1706467489458,"duration":0}},{"uid":"97f39080f740c4c6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/97f39080f740c4c6","status":"passed","time":{"start":1706322842264,"stop":1706322842265,"duration":1}},{"uid":"64328b6392c155f9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/64328b6392c155f9","status":"passed","time":{"start":1706321155287,"stop":1706321155287,"duration":0}},{"uid":"c2f0e803e1264eef","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c2f0e803e1264eef","status":"passed","time":{"start":1706244671449,"stop":1706244671450,"duration":1}},{"uid":"ec8e58d1090246f7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ec8e58d1090246f7","status":"passed","time":{"start":1706242239781,"stop":1706242239781,"duration":0}},{"uid":"903caa620d8b7078","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/903caa620d8b7078","status":"passed","time":{"start":1706114928162,"stop":1706114928162,"duration":0}},{"uid":"5d3b21063740ca8e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5d3b21063740ca8e","status":"passed","time":{"start":1706114098850,"stop":1706114098850,"duration":0}},{"uid":"5e4b0f823828a632","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5e4b0f823828a632","status":"passed","time":{"start":1706111573573,"stop":1706111573573,"duration":0}},{"uid":"ba7100a82f638a9d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ba7100a82f638a9d","status":"passed","time":{"start":1706111263115,"stop":1706111263115,"duration":0}},{"uid":"435834d3c6fdcf1b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/435834d3c6fdcf1b","status":"passed","time":{"start":1706109165546,"stop":1706109165546,"duration":0}},{"uid":"41d5cf3e0f0245a1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/41d5cf3e0f0245a1","status":"passed","time":{"start":1706102983597,"stop":1706102983597,"duration":0}},{"uid":"dfff8dd5a758cc4f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dfff8dd5a758cc4f","status":"passed","time":{"start":1706102723312,"stop":1706102723312,"duration":0}}]},"4eda2001f06a492d3447625562eb6d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"765bcf3da87f7145","reportUrl":"https://waku-org.github.io/js-waku/6170//#testresult/765bcf3da87f7145","status":"passed","time":{"start":1705431043579,"stop":1705431043581,"duration":2}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"f61ddbe49ed87ee5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f61ddbe49ed87ee5","status":"passed","time":{"start":1706529403574,"stop":1706529403574,"duration":0}},{"uid":"3774b7f8a7cbcfb7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3774b7f8a7cbcfb7","status":"passed","time":{"start":1706528357105,"stop":1706528357105,"duration":0}},{"uid":"b2ba5dcd14f3c9fb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b2ba5dcd14f3c9fb","status":"passed","time":{"start":1706527326693,"stop":1706527326693,"duration":0}},{"uid":"d40a58c3039a0eb9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d40a58c3039a0eb9","status":"passed","time":{"start":1706527049797,"stop":1706527049797,"duration":0}},{"uid":"b3ab34c2016841d5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b3ab34c2016841d5","status":"passed","time":{"start":1706526961443,"stop":1706526961444,"duration":1}},{"uid":"36a14fa8ee8875c6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/36a14fa8ee8875c6","status":"passed","time":{"start":1706526404282,"stop":1706526404282,"duration":0}},{"uid":"fddd7b8f747f7734","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/fddd7b8f747f7734","status":"passed","time":{"start":1706525849957,"stop":1706525849958,"duration":1}},{"uid":"b5044dbe637ea865","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b5044dbe637ea865","status":"passed","time":{"start":1706525432948,"stop":1706525432949,"duration":1}},{"uid":"38fa9e15e2fa8af8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/38fa9e15e2fa8af8","status":"passed","time":{"start":1706468114349,"stop":1706468114349,"duration":0}},{"uid":"d5e0c5e0a7991541","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d5e0c5e0a7991541","status":"passed","time":{"start":1706323469651,"stop":1706323469651,"duration":0}},{"uid":"7f02933c4b9879e8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7f02933c4b9879e8","status":"passed","time":{"start":1706321771792,"stop":1706321771792,"duration":0}},{"uid":"e399a737a48cc644","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e399a737a48cc644","status":"passed","time":{"start":1706115542397,"stop":1706115542397,"duration":0}},{"uid":"a75a78f0962159ef","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a75a78f0962159ef","status":"passed","time":{"start":1706114725920,"stop":1706114725920,"duration":0}},{"uid":"3586557b9380850f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3586557b9380850f","status":"passed","time":{"start":1706112199266,"stop":1706112199267,"duration":1}},{"uid":"5f0dd2c90b877504","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5f0dd2c90b877504","status":"passed","time":{"start":1706111893738,"stop":1706111893738,"duration":0}},{"uid":"f581514e1d557b81","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f581514e1d557b81","status":"passed","time":{"start":1706109796554,"stop":1706109796554,"duration":0}},{"uid":"82b967907476b3d1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/82b967907476b3d1","status":"passed","time":{"start":1706103557154,"stop":1706103557155,"duration":1}},{"uid":"70d3c331d7576508","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/70d3c331d7576508","status":"passed","time":{"start":1706103365805,"stop":1706103365806,"duration":1}},{"uid":"ac4445876f1128fb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ac4445876f1128fb","status":"passed","time":{"start":1706102701051,"stop":1706102701051,"duration":0}},{"uid":"3eda1d3b239bee09","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3eda1d3b239bee09","status":"passed","time":{"start":1706102579559,"stop":1706102579559,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"4584739d92159b7e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4584739d92159b7e","status":"passed","time":{"start":1706529223889,"stop":1706529223890,"duration":1}},{"uid":"f4f4b5ad2827cf38","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f4f4b5ad2827cf38","status":"passed","time":{"start":1706528204201,"stop":1706528204201,"duration":0}},{"uid":"e55fa909c4c9761","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e55fa909c4c9761","status":"passed","time":{"start":1706527085309,"stop":1706527085309,"duration":0}},{"uid":"4e70052cf09cab75","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4e70052cf09cab75","status":"passed","time":{"start":1706526783361,"stop":1706526783361,"duration":0}},{"uid":"b7e29f8994cbc66f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b7e29f8994cbc66f","status":"passed","time":{"start":1706526690250,"stop":1706526690260,"duration":10}},{"uid":"5620d3261722f635","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/5620d3261722f635","status":"passed","time":{"start":1706526129366,"stop":1706526129367,"duration":1}},{"uid":"99a99676d16b45c2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/99a99676d16b45c2","status":"passed","time":{"start":1706525593255,"stop":1706525593255,"duration":0}},{"uid":"60ef97c22c1063e1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/60ef97c22c1063e1","status":"passed","time":{"start":1706525226776,"stop":1706525226777,"duration":1}},{"uid":"f52de9db39ffe697","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f52de9db39ffe697","status":"passed","time":{"start":1706467837081,"stop":1706467837082,"duration":1}},{"uid":"b56277022edeca33","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b56277022edeca33","status":"passed","time":{"start":1706323213967,"stop":1706323213968,"duration":1}},{"uid":"d4e17349129250b4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d4e17349129250b4","status":"passed","time":{"start":1706321475547,"stop":1706321475547,"duration":0}},{"uid":"b5353739c68ab8ed","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b5353739c68ab8ed","status":"passed","time":{"start":1706115285525,"stop":1706115285525,"duration":0}},{"uid":"db1ca380ad6b0433","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/db1ca380ad6b0433","status":"passed","time":{"start":1706114454504,"stop":1706114454504,"duration":0}},{"uid":"cd12f6f4c5454d63","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cd12f6f4c5454d63","status":"passed","time":{"start":1706111914129,"stop":1706111914129,"duration":0}},{"uid":"bcc53228dd281920","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bcc53228dd281920","status":"passed","time":{"start":1706111616731,"stop":1706111616731,"duration":0}},{"uid":"a4ba14286c49ff9e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a4ba14286c49ff9e","status":"passed","time":{"start":1706109533623,"stop":1706109533623,"duration":0}},{"uid":"25c144ede73d663a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/25c144ede73d663a","status":"passed","time":{"start":1706103308654,"stop":1706103308655,"duration":1}},{"uid":"5cd228452b03deb7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5cd228452b03deb7","status":"passed","time":{"start":1706103054144,"stop":1706103054144,"duration":0}},{"uid":"bdda6f00c3bb4242","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bdda6f00c3bb4242","status":"passed","time":{"start":1706102435001,"stop":1706102435002,"duration":1}},{"uid":"78ed8c79375c7ef","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/78ed8c79375c7ef","status":"passed","time":{"start":1706102331412,"stop":1706102331412,"duration":0}}]},"deb72bfcb2eb890153547faae957626b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c700b91b8acb2a6","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/3c700b91b8acb2a6","status":"passed","time":{"start":1705577907999,"stop":1705577908000,"duration":1}}]},"8e7111d7a468543168acbd512dc4e77c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ffdc2a4dc177791","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/3ffdc2a4dc177791","status":"passed","time":{"start":1706099176333,"stop":1706099176333,"duration":0}}]},"70fb818afbe7dead94db2f29c20642ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"29e05074f8e18b71","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/29e05074f8e18b71","status":"passed","time":{"start":1705520815489,"stop":1705520815490,"duration":1}},{"uid":"20b8a9a3defdfb15","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/20b8a9a3defdfb15","status":"passed","time":{"start":1705518208996,"stop":1705518208996,"duration":0}},{"uid":"7902b5e16abfaa6","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/7902b5e16abfaa6","status":"passed","time":{"start":1705518112861,"stop":1705518112862,"duration":1}},{"uid":"9517eccd032eb47b","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9517eccd032eb47b","status":"passed","time":{"start":1705517988392,"stop":1705517988393,"duration":1}},{"uid":"1ca4bd56dafa87d7","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/1ca4bd56dafa87d7","status":"passed","time":{"start":1705508651533,"stop":1705508651534,"duration":1}},{"uid":"39a1d551daa1b998","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/39a1d551daa1b998","status":"passed","time":{"start":1705506479148,"stop":1705506479148,"duration":0}},{"uid":"aabc645711aa2e53","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/aabc645711aa2e53","status":"passed","time":{"start":1705502938686,"stop":1705502938687,"duration":1}},{"uid":"2b1c21ae260b6b5f","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/2b1c21ae260b6b5f","status":"passed","time":{"start":1705502478109,"stop":1705502478109,"duration":0}},{"uid":"7ac1d01ddd71aa47","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/7ac1d01ddd71aa47","status":"passed","time":{"start":1705494884681,"stop":1705494884682,"duration":1}},{"uid":"ef9333d8cd4950c1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ef9333d8cd4950c1","status":"passed","time":{"start":1705494937606,"stop":1705494937607,"duration":1}},{"uid":"c1b5d3f355254cbc","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/c1b5d3f355254cbc","status":"passed","time":{"start":1705494894094,"stop":1705494894094,"duration":0}},{"uid":"1308e3315afb6190","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/1308e3315afb6190","status":"passed","time":{"start":1705493458480,"stop":1705493458480,"duration":0}},{"uid":"540e75257dd3f7bf","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/540e75257dd3f7bf","status":"passed","time":{"start":1705493421092,"stop":1705493421093,"duration":1}},{"uid":"4deb49b326941f32","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/4deb49b326941f32","status":"passed","time":{"start":1705485246697,"stop":1705485246697,"duration":0}},{"uid":"fd42e1b225bb159e","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/fd42e1b225bb159e","status":"passed","time":{"start":1705485106624,"stop":1705485106624,"duration":0}},{"uid":"e509c72090df4ec","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/e509c72090df4ec","status":"passed","time":{"start":1705484353089,"stop":1705484353090,"duration":1}},{"uid":"9025dc10e4a8a570","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/9025dc10e4a8a570","status":"passed","time":{"start":1705469867098,"stop":1705469867098,"duration":0}},{"uid":"47a9e1fe8f062002","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/47a9e1fe8f062002","status":"passed","time":{"start":1705466933269,"stop":1705466933269,"duration":0}},{"uid":"98f4702eadddc8c7","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/98f4702eadddc8c7","status":"passed","time":{"start":1705435401900,"stop":1705435401900,"duration":0}},{"uid":"97df4b6f512d2f89","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/97df4b6f512d2f89","status":"passed","time":{"start":1705434866484,"stop":1705434866484,"duration":0}}]},"9d948533bb2796d727f7fb2bb7ba56cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18a635dd7238dbd9","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/18a635dd7238dbd9","status":"passed","time":{"start":1706102095073,"stop":1706102095073,"duration":0}}]},"e52a1ff6cffd8a903bd91c82c6d7274c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"908913f229e0f352","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/908913f229e0f352","status":"passed","time":{"start":1706101419608,"stop":1706101419609,"duration":1}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":100,"unknown":0,"total":102},"items":[{"uid":"dee6dd708f9affa1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dee6dd708f9affa1","status":"passed","time":{"start":1706529405489,"stop":1706529405489,"duration":0}},{"uid":"4deafe1ce348e9cd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4deafe1ce348e9cd","status":"passed","time":{"start":1706528369062,"stop":1706528369062,"duration":0}},{"uid":"791456dbcd9bf208","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/791456dbcd9bf208","status":"passed","time":{"start":1706527293608,"stop":1706527293609,"duration":1}},{"uid":"461dcde98cd4e939","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/461dcde98cd4e939","status":"passed","time":{"start":1706527035904,"stop":1706527035904,"duration":0}},{"uid":"587ca4442860f3f9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/587ca4442860f3f9","status":"passed","time":{"start":1706526945111,"stop":1706526945112,"duration":1}},{"uid":"609440b8c5bd1c8b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/609440b8c5bd1c8b","status":"passed","time":{"start":1706526380425,"stop":1706526380425,"duration":0}},{"uid":"1abc2d0d5dc76f33","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1abc2d0d5dc76f33","status":"passed","time":{"start":1706525838440,"stop":1706525838440,"duration":0}},{"uid":"62a3537470c53295","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/62a3537470c53295","status":"passed","time":{"start":1706525430049,"stop":1706525430051,"duration":2}},{"uid":"566435b8a37137b4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/566435b8a37137b4","status":"passed","time":{"start":1706468092732,"stop":1706468092733,"duration":1}},{"uid":"ddd2277e20814e02","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ddd2277e20814e02","status":"passed","time":{"start":1706323453202,"stop":1706323453202,"duration":0}},{"uid":"587bcb9de58951ec","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/587bcb9de58951ec","status":"passed","time":{"start":1706321730261,"stop":1706321730262,"duration":1}},{"uid":"5efb5a388aeead53","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/5efb5a388aeead53","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244983411,"stop":1706244983411,"duration":0}},{"uid":"e38a6a0f977a3414","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e38a6a0f977a3414","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242505290,"stop":1706242505290,"duration":0}},{"uid":"2e70def7d923f61d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2e70def7d923f61d","status":"passed","time":{"start":1706115525167,"stop":1706115525167,"duration":0}},{"uid":"d037b9a1df8e4fdb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d037b9a1df8e4fdb","status":"passed","time":{"start":1706114703599,"stop":1706114703600,"duration":1}},{"uid":"6c65e0d48cf19801","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6c65e0d48cf19801","status":"passed","time":{"start":1706112177298,"stop":1706112177298,"duration":0}},{"uid":"a89b2fb10fd2c62b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a89b2fb10fd2c62b","status":"passed","time":{"start":1706111871940,"stop":1706111871940,"duration":0}},{"uid":"e58d8de4f48ec7d7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e58d8de4f48ec7d7","status":"passed","time":{"start":1706109785932,"stop":1706109785932,"duration":0}},{"uid":"ef74921f0a6acdd2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ef74921f0a6acdd2","status":"passed","time":{"start":1706103509816,"stop":1706103509816,"duration":0}},{"uid":"b9d47f33375a0d4c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b9d47f33375a0d4c","status":"passed","time":{"start":1706103331212,"stop":1706103331212,"duration":0}}]},"84aece6d2af88d4308bb8ae388dde452:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"107862b123a6a125","reportUrl":"https://waku-org.github.io/js-waku/6213//#testresult/107862b123a6a125","status":"passed","time":{"start":1705567294420,"stop":1705567294420,"duration":0}}]},"11051893f0268ffec00c295f329bae07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"712605799a7c64b2","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/712605799a7c64b2","status":"passed","time":{"start":1705484392942,"stop":1705484392942,"duration":0}}]},"29c35d626190be48c2e20a38cc09dd37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c483280412ff3b4b","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/c483280412ff3b4b","status":"passed","time":{"start":1705577901730,"stop":1705577901730,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":127,"unknown":0,"total":127},"items":[{"uid":"36c536b18844c5db","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/36c536b18844c5db","status":"passed","time":{"start":1706526715523,"stop":1706526715524,"duration":1}},{"uid":"ccc4aef76b02f3ab","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ccc4aef76b02f3ab","status":"passed","time":{"start":1706525746904,"stop":1706525746906,"duration":2}},{"uid":"3cdad1f8d3fcc2f0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3cdad1f8d3fcc2f0","status":"passed","time":{"start":1706525213852,"stop":1706525213854,"duration":2}},{"uid":"2236fce59a7af22c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2236fce59a7af22c","status":"passed","time":{"start":1706524774993,"stop":1706524774994,"duration":1}},{"uid":"7dbf0520422c64c9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7dbf0520422c64c9","status":"passed","time":{"start":1706467468939,"stop":1706467468941,"duration":2}},{"uid":"f3d04d43df43cad","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f3d04d43df43cad","status":"passed","time":{"start":1706322821111,"stop":1706322821112,"duration":1}},{"uid":"28adb4eec87e97a7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/28adb4eec87e97a7","status":"passed","time":{"start":1706321134772,"stop":1706321134773,"duration":1}},{"uid":"520c0218815dbd7f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/520c0218815dbd7f","status":"passed","time":{"start":1706244650761,"stop":1706244650762,"duration":1}},{"uid":"20541d86a21a422d","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/20541d86a21a422d","status":"passed","time":{"start":1706242218995,"stop":1706242218996,"duration":1}},{"uid":"b3de143ee28669ee","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b3de143ee28669ee","status":"passed","time":{"start":1706114907313,"stop":1706114907315,"duration":2}},{"uid":"edc3518ad619bc21","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/edc3518ad619bc21","status":"passed","time":{"start":1706114077932,"stop":1706114077933,"duration":1}},{"uid":"9bed8a2e674fdf7c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9bed8a2e674fdf7c","status":"passed","time":{"start":1706111552870,"stop":1706111552871,"duration":1}},{"uid":"c6b42b3d85b4b886","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c6b42b3d85b4b886","status":"passed","time":{"start":1706111242326,"stop":1706111242328,"duration":2}},{"uid":"a366e7774b870950","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a366e7774b870950","status":"passed","time":{"start":1706109144387,"stop":1706109144388,"duration":1}},{"uid":"3b0f88a5307a6117","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3b0f88a5307a6117","status":"passed","time":{"start":1706102962896,"stop":1706102962897,"duration":1}},{"uid":"d7be2ea7ffb2ea95","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d7be2ea7ffb2ea95","status":"passed","time":{"start":1706102702686,"stop":1706102702687,"duration":1}},{"uid":"2009d9722cbe41e4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2009d9722cbe41e4","status":"passed","time":{"start":1706102062691,"stop":1706102062692,"duration":1}},{"uid":"db98e113584c5b45","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/db98e113584c5b45","status":"passed","time":{"start":1706101934276,"stop":1706101934277,"duration":1}},{"uid":"a495597f9e1b2044","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/a495597f9e1b2044","status":"passed","time":{"start":1706101759323,"stop":1706101759325,"duration":2}},{"uid":"b54a72bc7f3da1a1","reportUrl":"https://waku-org.github.io/js-waku/6266//#testresult/b54a72bc7f3da1a1","status":"passed","time":{"start":1706101145131,"stop":1706101145133,"duration":2}}]},"e68a37e5111b3ffb1be57408e3371284:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96301f7580c11e02","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/96301f7580c11e02","status":"passed","time":{"start":1706323386938,"stop":1706323386938,"duration":0}}]},"94778d4075dc65d80d83036cdcad1df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4dba828c68fe9ef","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f4dba828c68fe9ef","status":"passed","time":{"start":1705698747966,"stop":1705698747967,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":128,"unknown":0,"total":130},"items":[{"uid":"314987d2d2e24ada","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/314987d2d2e24ada","status":"passed","time":{"start":1706529213446,"stop":1706529213446,"duration":0}},{"uid":"db449a26b8a3d8f6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/db449a26b8a3d8f6","status":"passed","time":{"start":1706528191006,"stop":1706528191007,"duration":1}},{"uid":"2fb6941b46c5b9dd","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2fb6941b46c5b9dd","status":"passed","time":{"start":1706527073943,"stop":1706527073944,"duration":1}},{"uid":"d79d585c80952142","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d79d585c80952142","status":"passed","time":{"start":1706526771994,"stop":1706526771995,"duration":1}},{"uid":"d637fb6063f66df1","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d637fb6063f66df1","status":"passed","time":{"start":1706526678882,"stop":1706526678882,"duration":0}},{"uid":"63b8099cdd7d8455","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/63b8099cdd7d8455","status":"passed","time":{"start":1706526118991,"stop":1706526118991,"duration":0}},{"uid":"f4f5a3e04450fb37","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f4f5a3e04450fb37","status":"passed","time":{"start":1706525578828,"stop":1706525578828,"duration":0}},{"uid":"f3691f70f629c336","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f3691f70f629c336","status":"passed","time":{"start":1706525215585,"stop":1706525215585,"duration":0}},{"uid":"4e31d049b3ea017c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4e31d049b3ea017c","status":"passed","time":{"start":1706467823861,"stop":1706467823862,"duration":1}},{"uid":"3411d329751c5ae8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3411d329751c5ae8","status":"passed","time":{"start":1706323200738,"stop":1706323200738,"duration":0}},{"uid":"9967aa9f3d1aa894","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9967aa9f3d1aa894","status":"passed","time":{"start":1706321464248,"stop":1706321464248,"duration":0}},{"uid":"237cacf018e9ee6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/237cacf018e9ee6","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244759805,"stop":1706244759805,"duration":0}},{"uid":"98db538dcb855a17","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/98db538dcb855a17","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242311090,"stop":1706242311090,"duration":0}},{"uid":"b6082431b8d540df","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b6082431b8d540df","status":"passed","time":{"start":1706115275223,"stop":1706115275223,"duration":0}},{"uid":"c9eea0cc82eae351","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c9eea0cc82eae351","status":"passed","time":{"start":1706114443299,"stop":1706114443299,"duration":0}},{"uid":"a0e53d1112cd1afb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a0e53d1112cd1afb","status":"passed","time":{"start":1706111903924,"stop":1706111903925,"duration":1}},{"uid":"7d9ea36c5d88aa45","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7d9ea36c5d88aa45","status":"passed","time":{"start":1706111606557,"stop":1706111606558,"duration":1}},{"uid":"18ffaae2e4b6ccec","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/18ffaae2e4b6ccec","status":"passed","time":{"start":1706109519407,"stop":1706109519407,"duration":0}},{"uid":"908a043e812826b1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/908a043e812826b1","status":"passed","time":{"start":1706103297427,"stop":1706103297428,"duration":1}},{"uid":"593967c5c7490ef1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/593967c5c7490ef1","status":"passed","time":{"start":1706103044823,"stop":1706103044825,"duration":2}}]},"3c84a6158db7127004e49c05cd47a2c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcd85214db11ed86","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/fcd85214db11ed86","status":"passed","time":{"start":1706100979772,"stop":1706100979772,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"2e657224a20ea7d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2e657224a20ea7d","status":"passed","time":{"start":1706528965674,"stop":1706528965675,"duration":1}},{"uid":"ffcb09fe9dbcc8f0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ffcb09fe9dbcc8f0","status":"passed","time":{"start":1706527923871,"stop":1706527923871,"duration":0}},{"uid":"5a8847461e26e8f3","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/5a8847461e26e8f3","status":"passed","time":{"start":1706526930842,"stop":1706526930843,"duration":1}},{"uid":"7b806a667a7a330a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7b806a667a7a330a","status":"passed","time":{"start":1706526632073,"stop":1706526632074,"duration":1}},{"uid":"24df2d38731f1190","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/24df2d38731f1190","status":"passed","time":{"start":1706526534069,"stop":1706526534070,"duration":1}},{"uid":"10f6f4204fd0ec54","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/10f6f4204fd0ec54","status":"passed","time":{"start":1706525958159,"stop":1706525958159,"duration":0}},{"uid":"faa4da30ecce2035","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/faa4da30ecce2035","status":"passed","time":{"start":1706525436698,"stop":1706525436698,"duration":0}},{"uid":"571bf87a49e5fe51","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/571bf87a49e5fe51","status":"passed","time":{"start":1706524982420,"stop":1706524982420,"duration":0}},{"uid":"967c122eaa6348d1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/967c122eaa6348d1","status":"passed","time":{"start":1706467678792,"stop":1706467678793,"duration":1}},{"uid":"8a7e7190915664f2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8a7e7190915664f2","status":"passed","time":{"start":1706323040460,"stop":1706323040461,"duration":1}},{"uid":"38090756cbc0dd87","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/38090756cbc0dd87","status":"passed","time":{"start":1706321353337,"stop":1706321353338,"duration":1}},{"uid":"7fe59ebc86a6435f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7fe59ebc86a6435f","status":"passed","time":{"start":1706114292330,"stop":1706114292330,"duration":0}},{"uid":"430be8827a4d4577","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/430be8827a4d4577","status":"passed","time":{"start":1706111780329,"stop":1706111780329,"duration":0}},{"uid":"5caffb1a150a6408","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5caffb1a150a6408","status":"passed","time":{"start":1706111464013,"stop":1706111464013,"duration":0}},{"uid":"aee99d6838cdf70b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/aee99d6838cdf70b","status":"passed","time":{"start":1706109370841,"stop":1706109370841,"duration":0}},{"uid":"bf7dbca83e3cc9ce","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bf7dbca83e3cc9ce","status":"passed","time":{"start":1706103179156,"stop":1706103179156,"duration":0}},{"uid":"14599fd9c260eae5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/14599fd9c260eae5","status":"passed","time":{"start":1706102925533,"stop":1706102925534,"duration":1}},{"uid":"5c178e61e59489ae","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5c178e61e59489ae","status":"passed","time":{"start":1706102273656,"stop":1706102273656,"duration":0}},{"uid":"bbad66f7e2403347","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bbad66f7e2403347","status":"passed","time":{"start":1706102152976,"stop":1706102152976,"duration":0}},{"uid":"17db2931cce4db9e","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/17db2931cce4db9e","status":"passed","time":{"start":1706101976574,"stop":1706101976575,"duration":1}}]},"8b0359e76c70f4e5aea6ed68bbcb8903:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":128,"unknown":0,"total":129},"items":[{"uid":"4fa4772bd504e033","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4fa4772bd504e033","status":"passed","time":{"start":1706528814944,"stop":1706528814944,"duration":0}},{"uid":"8b37992f424099aa","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8b37992f424099aa","status":"passed","time":{"start":1706527782655,"stop":1706527782655,"duration":0}},{"uid":"ef2f10f9daad0c49","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ef2f10f9daad0c49","status":"passed","time":{"start":1706526799750,"stop":1706526799750,"duration":0}},{"uid":"9a6f946198d70a15","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9a6f946198d70a15","status":"passed","time":{"start":1706526495782,"stop":1706526495783,"duration":1}},{"uid":"e1ab86ac93e8f858","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e1ab86ac93e8f858","status":"passed","time":{"start":1706526404762,"stop":1706526404763,"duration":1}},{"uid":"35138855ce22b4af","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/35138855ce22b4af","status":"passed","time":{"start":1706525829657,"stop":1706525829658,"duration":1}},{"uid":"338abc03f483b9bb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/338abc03f483b9bb","status":"passed","time":{"start":1706525298682,"stop":1706525298682,"duration":0}},{"uid":"2093aabd96d7881f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2093aabd96d7881f","status":"passed","time":{"start":1706524857931,"stop":1706524857931,"duration":0}},{"uid":"c39e6337ed7d2728","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c39e6337ed7d2728","status":"passed","time":{"start":1706467552038,"stop":1706467552039,"duration":1}},{"uid":"10840a7acc690da3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/10840a7acc690da3","status":"passed","time":{"start":1706322904831,"stop":1706322904831,"duration":0}},{"uid":"a514c61afd76ab44","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a514c61afd76ab44","status":"passed","time":{"start":1706321219428,"stop":1706321219428,"duration":0}},{"uid":"be0cbe60533dae49","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/be0cbe60533dae49","status":"passed","time":{"start":1706244735448,"stop":1706244735448,"duration":0}},{"uid":"14b2595cf6127596","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/14b2595cf6127596","status":"passed","time":{"start":1706242296412,"stop":1706242296413,"duration":1}},{"uid":"24a8f9e5fb26ecc2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/24a8f9e5fb26ecc2","status":"passed","time":{"start":1706114989578,"stop":1706114989579,"duration":1}},{"uid":"24b03fcf1f1bc598","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/24b03fcf1f1bc598","status":"passed","time":{"start":1706114161115,"stop":1706114161116,"duration":1}},{"uid":"bdaa730ec1fda5ce","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/bdaa730ec1fda5ce","status":"passed","time":{"start":1706111636990,"stop":1706111636990,"duration":0}},{"uid":"93af7e6b66c620fa","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/93af7e6b66c620fa","status":"passed","time":{"start":1706111323441,"stop":1706111323442,"duration":1}},{"uid":"40e089e0f34820e2","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/40e089e0f34820e2","status":"passed","time":{"start":1706109231143,"stop":1706109231143,"duration":0}},{"uid":"98f81402b06d0611","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/98f81402b06d0611","status":"passed","time":{"start":1706103046872,"stop":1706103046873,"duration":1}},{"uid":"e06cfcf3e0cf5f5d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e06cfcf3e0cf5f5d","status":"passed","time":{"start":1706102784510,"stop":1706102784510,"duration":0}}]},"5ae1b06765f2f264e8a1bf44cbf50fb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":33,"unknown":0,"total":34},"items":[{"uid":"7e777a8449b5def4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7e777a8449b5def4","status":"passed","time":{"start":1706529403576,"stop":1706529403576,"duration":0}},{"uid":"e29d6504f092c55e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e29d6504f092c55e","status":"passed","time":{"start":1706528357107,"stop":1706528357108,"duration":1}},{"uid":"1f8486e877f29c4b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1f8486e877f29c4b","status":"passed","time":{"start":1706527326695,"stop":1706527326696,"duration":1}},{"uid":"2145b23c6eb1bdcc","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2145b23c6eb1bdcc","status":"passed","time":{"start":1706527049799,"stop":1706527049799,"duration":0}},{"uid":"ea848c9834b95ffc","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ea848c9834b95ffc","status":"passed","time":{"start":1706526961446,"stop":1706526961446,"duration":0}},{"uid":"e258cb1b22a8e7aa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e258cb1b22a8e7aa","status":"passed","time":{"start":1706526404285,"stop":1706526404285,"duration":0}},{"uid":"ee4bc7836267f1f7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ee4bc7836267f1f7","status":"passed","time":{"start":1706525849960,"stop":1706525849960,"duration":0}},{"uid":"7dd416b7c16b574c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7dd416b7c16b574c","status":"passed","time":{"start":1706525432951,"stop":1706525432952,"duration":1}},{"uid":"bcc389dd0ba313b6","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/bcc389dd0ba313b6","status":"passed","time":{"start":1706468114352,"stop":1706468114352,"duration":0}},{"uid":"bb69328b087f0404","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bb69328b087f0404","status":"passed","time":{"start":1706323469653,"stop":1706323469653,"duration":0}},{"uid":"404341a08be111e4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/404341a08be111e4","status":"passed","time":{"start":1706321771794,"stop":1706321771795,"duration":1}},{"uid":"42602b999bf52033","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/42602b999bf52033","status":"passed","time":{"start":1706115542399,"stop":1706115542399,"duration":0}},{"uid":"9c87fc4eaaf156c2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9c87fc4eaaf156c2","status":"passed","time":{"start":1706114725922,"stop":1706114725922,"duration":0}},{"uid":"9eb87f4096caaf99","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9eb87f4096caaf99","status":"passed","time":{"start":1706112199269,"stop":1706112199269,"duration":0}},{"uid":"93d0bbf3d36c58d1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/93d0bbf3d36c58d1","status":"passed","time":{"start":1706111893740,"stop":1706111893741,"duration":1}},{"uid":"2c855b9fd99a4748","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2c855b9fd99a4748","status":"passed","time":{"start":1706109796556,"stop":1706109796556,"duration":0}},{"uid":"ff77497cb06c4009","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ff77497cb06c4009","status":"passed","time":{"start":1706103557156,"stop":1706103557157,"duration":1}},{"uid":"d9ec5221f5287f1d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d9ec5221f5287f1d","status":"passed","time":{"start":1706103365808,"stop":1706103365808,"duration":0}},{"uid":"e18c1cbcc89c9b4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/e18c1cbcc89c9b4","status":"passed","time":{"start":1706102701054,"stop":1706102701054,"duration":0}},{"uid":"6b27e21f24aa2672","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6b27e21f24aa2672","status":"passed","time":{"start":1706102579561,"stop":1706102579562,"duration":1}}]},"12d1d61db181120499b2d4df40632d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5dc4b61812f49f35","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5dc4b61812f49f35","status":"passed","time":{"start":1706525659018,"stop":1706525659018,"duration":0}}]},"569c67718ac3c76a1f333daaf326212b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c32335f8b453341","reportUrl":"https://waku-org.github.io/js-waku/6203//#testresult/5c32335f8b453341","status":"passed","time":{"start":1705521745080,"stop":1705521745080,"duration":0}}]},"056945dacb73a0be835840e96a9b19e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"508eeb1c3b5e317d","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/508eeb1c3b5e317d","status":"passed","time":{"start":1705681341589,"stop":1705681341589,"duration":0}},{"uid":"6db7e21a7436f00c","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/6db7e21a7436f00c","status":"passed","time":{"start":1705680075493,"stop":1705680075493,"duration":0}},{"uid":"c58cda2261d93154","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/c58cda2261d93154","status":"passed","time":{"start":1705666818718,"stop":1705666818719,"duration":1}}]},"ec81f1ac1564323d9922c2e0f5e60388:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"279b82f32d4b032e","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/279b82f32d4b032e","status":"passed","time":{"start":1706100932530,"stop":1706100932531,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"ef272f41a28603b7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ef272f41a28603b7","status":"passed","time":{"start":1706529333235,"stop":1706529333235,"duration":0}},{"uid":"49dbc08d943c6c81","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/49dbc08d943c6c81","status":"passed","time":{"start":1706528290452,"stop":1706528290453,"duration":1}},{"uid":"84def8c5828f967f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/84def8c5828f967f","status":"passed","time":{"start":1706527264309,"stop":1706527264310,"duration":1}},{"uid":"e58f54242f16cb64","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e58f54242f16cb64","status":"passed","time":{"start":1706526976761,"stop":1706526976762,"duration":1}},{"uid":"ff97ea94bef859c9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ff97ea94bef859c9","status":"passed","time":{"start":1706526885800,"stop":1706526885800,"duration":0}},{"uid":"83ce76e3e68130a1","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/83ce76e3e68130a1","status":"passed","time":{"start":1706526330090,"stop":1706526330090,"duration":0}},{"uid":"5989e08ba589704f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5989e08ba589704f","status":"passed","time":{"start":1706525780717,"stop":1706525780717,"duration":0}},{"uid":"4140987546a017d4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4140987546a017d4","status":"passed","time":{"start":1706525359485,"stop":1706525359485,"duration":0}},{"uid":"d517f6efaf6c82ee","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d517f6efaf6c82ee","status":"passed","time":{"start":1706468042628,"stop":1706468042628,"duration":0}},{"uid":"26594e0fff12d651","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/26594e0fff12d651","status":"passed","time":{"start":1706323386916,"stop":1706323386920,"duration":4}},{"uid":"341a20a152f7c488","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/341a20a152f7c488","status":"passed","time":{"start":1706321713086,"stop":1706321713087,"duration":1}},{"uid":"27903858a618f393","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/27903858a618f393","status":"passed","time":{"start":1706115482603,"stop":1706115482604,"duration":1}},{"uid":"6283a61557b4ee95","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6283a61557b4ee95","status":"passed","time":{"start":1706114635374,"stop":1706114635374,"duration":0}},{"uid":"4b0b93339baa5a5e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4b0b93339baa5a5e","status":"passed","time":{"start":1706112127512,"stop":1706112127513,"duration":1}},{"uid":"8a654a85f612eb50","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8a654a85f612eb50","status":"passed","time":{"start":1706111809253,"stop":1706111809253,"duration":0}},{"uid":"b74554173bf9cb17","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b74554173bf9cb17","status":"passed","time":{"start":1706109719514,"stop":1706109719514,"duration":0}},{"uid":"c14b1908fd03e6a0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c14b1908fd03e6a0","status":"passed","time":{"start":1706103518428,"stop":1706103518428,"duration":0}},{"uid":"c9f1d48178f99c37","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c9f1d48178f99c37","status":"passed","time":{"start":1706103305149,"stop":1706103305149,"duration":0}},{"uid":"314b6e4ba7336881","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/314b6e4ba7336881","status":"passed","time":{"start":1706102626845,"stop":1706102626845,"duration":0}},{"uid":"f0fd898fbba4a77b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f0fd898fbba4a77b","status":"passed","time":{"start":1706102491820,"stop":1706102491820,"duration":0}}]},"c89e6c95e9dbaa488ab38e01c662664a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24442ed91c892fbb","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/24442ed91c892fbb","status":"passed","time":{"start":1705485279312,"stop":1705485279312,"duration":0}}]},"5ae4dc706f488e11bbf8755b46aec054:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2f0e58ed590ce20","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b2f0e58ed590ce20","status":"passed","time":{"start":1706525593273,"stop":1706525593273,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"1a7249410b69e410","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1a7249410b69e410","status":"passed","time":{"start":1706529297076,"stop":1706529297076,"duration":0}},{"uid":"55fa3425b616ab7d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/55fa3425b616ab7d","status":"passed","time":{"start":1706528272361,"stop":1706528272361,"duration":0}},{"uid":"180636d5fc9a0b33","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/180636d5fc9a0b33","status":"passed","time":{"start":1706527215982,"stop":1706527215982,"duration":0}},{"uid":"94fe9c1c767961b9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/94fe9c1c767961b9","status":"passed","time":{"start":1706526930059,"stop":1706526930059,"duration":0}},{"uid":"6132fa519fd87963","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6132fa519fd87963","status":"passed","time":{"start":1706526828487,"stop":1706526828487,"duration":0}},{"uid":"350c62056e8933c0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/350c62056e8933c0","status":"passed","time":{"start":1706526253884,"stop":1706526253885,"duration":1}},{"uid":"3652742f390944de","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3652742f390944de","status":"passed","time":{"start":1706525716611,"stop":1706525716611,"duration":0}},{"uid":"80154c0d84c45876","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/80154c0d84c45876","status":"passed","time":{"start":1706525305325,"stop":1706525305326,"duration":1}},{"uid":"87b2b8cacd09517","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/87b2b8cacd09517","status":"passed","time":{"start":1706467969857,"stop":1706467969857,"duration":0}},{"uid":"a1b95b8a0cd0f31","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a1b95b8a0cd0f31","status":"passed","time":{"start":1706323337222,"stop":1706323337222,"duration":0}},{"uid":"2b99b3de4b14a8f4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2b99b3de4b14a8f4","status":"passed","time":{"start":1706321555213,"stop":1706321555213,"duration":0}},{"uid":"6fad84745121b914","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/6fad84745121b914","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244927240,"stop":1706244927240,"duration":0}},{"uid":"5da91b720637231f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5da91b720637231f","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242486062,"stop":1706242486062,"duration":0}},{"uid":"3f0aea35cd5bf04b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3f0aea35cd5bf04b","status":"passed","time":{"start":1706115454690,"stop":1706115454691,"duration":1}},{"uid":"a173df8eb779058d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a173df8eb779058d","status":"passed","time":{"start":1706114588212,"stop":1706114588212,"duration":0}},{"uid":"a9eb73887a772602","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a9eb73887a772602","status":"passed","time":{"start":1706112067733,"stop":1706112067733,"duration":0}},{"uid":"9f16be7b37a40db9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9f16be7b37a40db9","status":"passed","time":{"start":1706111759514,"stop":1706111759515,"duration":1}},{"uid":"c79775f25dac3986","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c79775f25dac3986","status":"passed","time":{"start":1706109683583,"stop":1706109683583,"duration":0}},{"uid":"558c0f23e7c14612","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/558c0f23e7c14612","status":"passed","time":{"start":1706103380779,"stop":1706103380780,"duration":1}},{"uid":"4587b89da1823707","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4587b89da1823707","status":"passed","time":{"start":1706103218566,"stop":1706103218566,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":35,"unknown":0,"total":37},"items":[{"uid":"6b9ef462812c3115","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b9ef462812c3115","status":"passed","time":{"start":1706529333253,"stop":1706529333253,"duration":0}},{"uid":"9e092c6cd14b8f96","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9e092c6cd14b8f96","status":"passed","time":{"start":1706528290464,"stop":1706528290467,"duration":3}},{"uid":"351138b1f802b0b9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/351138b1f802b0b9","status":"passed","time":{"start":1706527264357,"stop":1706527264357,"duration":0}},{"uid":"d7e4cc407c0df627","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d7e4cc407c0df627","status":"passed","time":{"start":1706526976772,"stop":1706526976772,"duration":0}},{"uid":"23525e63fb244cdb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/23525e63fb244cdb","status":"passed","time":{"start":1706526885807,"stop":1706526885807,"duration":0}},{"uid":"e0834ee817934fbf","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e0834ee817934fbf","status":"passed","time":{"start":1706526330096,"stop":1706526330097,"duration":1}},{"uid":"b67d79e3512d59b1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b67d79e3512d59b1","status":"passed","time":{"start":1706525780724,"stop":1706525780724,"duration":0}},{"uid":"ec8f5043c48f92d5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ec8f5043c48f92d5","status":"passed","time":{"start":1706525359492,"stop":1706525359493,"duration":1}},{"uid":"6863fd40d8739e05","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6863fd40d8739e05","status":"passed","time":{"start":1706468042637,"stop":1706468042637,"duration":0}},{"uid":"c549201faaf7d2b5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c549201faaf7d2b5","status":"passed","time":{"start":1706323386928,"stop":1706323386928,"duration":0}},{"uid":"59c367196c6398e7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/59c367196c6398e7","status":"passed","time":{"start":1706321713100,"stop":1706321713100,"duration":0}},{"uid":"e412a1b10d9cc5d6","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/e412a1b10d9cc5d6","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244702143,"stop":1706244702144,"duration":1}},{"uid":"c6b9bc4b3b55e190","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c6b9bc4b3b55e190","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242266935,"stop":1706242266935,"duration":0}},{"uid":"7d24ad4c6ca35d45","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7d24ad4c6ca35d45","status":"passed","time":{"start":1706115482612,"stop":1706115482612,"duration":0}},{"uid":"22fb94892900f7fb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/22fb94892900f7fb","status":"passed","time":{"start":1706114635424,"stop":1706114635432,"duration":8}},{"uid":"2efa31e1fc7d3b9e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2efa31e1fc7d3b9e","status":"passed","time":{"start":1706112127562,"stop":1706112127562,"duration":0}},{"uid":"c2f3fb0a5b7ebf47","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c2f3fb0a5b7ebf47","status":"passed","time":{"start":1706111809275,"stop":1706111809280,"duration":5}},{"uid":"4ecd5918811ee8dc","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/4ecd5918811ee8dc","status":"passed","time":{"start":1706109719522,"stop":1706109719522,"duration":0}},{"uid":"5f82345b243e5c9b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5f82345b243e5c9b","status":"passed","time":{"start":1706103518435,"stop":1706103518435,"duration":0}},{"uid":"c6770c98ba0a7818","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c6770c98ba0a7818","status":"passed","time":{"start":1706103305157,"stop":1706103305157,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"bcc501b29cc1c69f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bcc501b29cc1c69f","status":"passed","time":{"start":1706528998595,"stop":1706528998596,"duration":1}},{"uid":"d3b3ee34200bb90b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d3b3ee34200bb90b","status":"passed","time":{"start":1706527970123,"stop":1706527970124,"duration":1}},{"uid":"93da7ee825961cae","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/93da7ee825961cae","status":"passed","time":{"start":1706526976588,"stop":1706526976588,"duration":0}},{"uid":"f579e508f3e9cb23","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f579e508f3e9cb23","status":"passed","time":{"start":1706526677708,"stop":1706526677708,"duration":0}},{"uid":"cc0c8568541382bd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cc0c8568541382bd","status":"passed","time":{"start":1706526585226,"stop":1706526585226,"duration":0}},{"uid":"3b66d85032a1ac6e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3b66d85032a1ac6e","status":"passed","time":{"start":1706526011344,"stop":1706526011344,"duration":0}},{"uid":"64b701c260252ace","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/64b701c260252ace","status":"passed","time":{"start":1706525481681,"stop":1706525481686,"duration":5}},{"uid":"66a2e54aaf92d592","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/66a2e54aaf92d592","status":"passed","time":{"start":1706525034594,"stop":1706525034594,"duration":0}},{"uid":"a7e4c1ba4e78af12","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a7e4c1ba4e78af12","status":"passed","time":{"start":1706467723737,"stop":1706467723738,"duration":1}},{"uid":"883469146a795d91","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/883469146a795d91","status":"passed","time":{"start":1706323095241,"stop":1706323095242,"duration":1}},{"uid":"2de11c1097fa17d3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2de11c1097fa17d3","status":"passed","time":{"start":1706321394056,"stop":1706321394056,"duration":0}},{"uid":"ecabe42543173298","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ecabe42543173298","status":"passed","time":{"start":1706115176947,"stop":1706115176948,"duration":1}},{"uid":"48308ed95d8b7e29","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/48308ed95d8b7e29","status":"passed","time":{"start":1706114337389,"stop":1706114337389,"duration":0}},{"uid":"b947457c8843eed9","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b947457c8843eed9","status":"passed","time":{"start":1706111808833,"stop":1706111808833,"duration":0}},{"uid":"8a11b86ead0beba5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8a11b86ead0beba5","status":"passed","time":{"start":1706111511404,"stop":1706111511404,"duration":0}},{"uid":"3605b773f7ee4399","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3605b773f7ee4399","status":"passed","time":{"start":1706109411596,"stop":1706109411597,"duration":1}},{"uid":"f98757d5422b25de","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f98757d5422b25de","status":"passed","time":{"start":1706103221762,"stop":1706103221763,"duration":1}},{"uid":"564c9d276b075b8a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/564c9d276b075b8a","status":"passed","time":{"start":1706102961390,"stop":1706102961390,"duration":0}},{"uid":"7ba149906279d1cb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7ba149906279d1cb","status":"passed","time":{"start":1706102333043,"stop":1706102333044,"duration":1}},{"uid":"cd2b41a799a74e85","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/cd2b41a799a74e85","status":"passed","time":{"start":1706102204589,"stop":1706102204589,"duration":0}}]},"9280c002a2aa03c6b5b40c962ba89934:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17bc03fbc43dc72e","reportUrl":"https://waku-org.github.io/js-waku/6233//#testresult/17bc03fbc43dc72e","status":"passed","time":{"start":1705665564129,"stop":1705665564130,"duration":1}}]},"e59382a1ec9c7e414eb11ecbafa0ca04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aaca4821b68608e0","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/aaca4821b68608e0","status":"passed","time":{"start":1705383187236,"stop":1705383187236,"duration":0}}]},"dabdeaf9c58a8793da736622919bc2ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61746cf7220935b6","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/61746cf7220935b6","status":"passed","time":{"start":1705518140997,"stop":1705518140997,"duration":0}}]},"7ce5e2a9024ce61e06b5e291c65c3cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f570b674b3a2409a","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/f570b674b3a2409a","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684104,"stop":1705502684104,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"9677e5ec30d7a5c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9677e5ec30d7a5c4","status":"passed","time":{"start":1706528965676,"stop":1706528965676,"duration":0}},{"uid":"d7e8df332fc1ff4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d7e8df332fc1ff4","status":"passed","time":{"start":1706527923871,"stop":1706527923872,"duration":1}},{"uid":"76c5c8a1488c1b27","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/76c5c8a1488c1b27","status":"passed","time":{"start":1706526930843,"stop":1706526930844,"duration":1}},{"uid":"77f9797c04e9f8b0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/77f9797c04e9f8b0","status":"passed","time":{"start":1706526632074,"stop":1706526632074,"duration":0}},{"uid":"95a90ef44da3f8a4","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/95a90ef44da3f8a4","status":"passed","time":{"start":1706526534070,"stop":1706526534070,"duration":0}},{"uid":"c37d35c6a1aa1b3a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c37d35c6a1aa1b3a","status":"passed","time":{"start":1706525958159,"stop":1706525958160,"duration":1}},{"uid":"3da7e037c563b571","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3da7e037c563b571","status":"passed","time":{"start":1706525436698,"stop":1706525436698,"duration":0}},{"uid":"3c142f262081715c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3c142f262081715c","status":"passed","time":{"start":1706524982420,"stop":1706524982421,"duration":1}},{"uid":"b3a5a8778bf8231b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b3a5a8778bf8231b","status":"passed","time":{"start":1706467678793,"stop":1706467678793,"duration":0}},{"uid":"92831320610f3ebe","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/92831320610f3ebe","status":"passed","time":{"start":1706323040461,"stop":1706323040461,"duration":0}},{"uid":"f234167b7d5716b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f234167b7d5716b","status":"passed","time":{"start":1706321353338,"stop":1706321353339,"duration":1}},{"uid":"2bfd0ba0c7a887d0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2bfd0ba0c7a887d0","status":"passed","time":{"start":1706114292331,"stop":1706114292331,"duration":0}},{"uid":"f16bef1c48b9dcb6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f16bef1c48b9dcb6","status":"passed","time":{"start":1706111780329,"stop":1706111780330,"duration":1}},{"uid":"61c7cd8a6f2b262","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/61c7cd8a6f2b262","status":"passed","time":{"start":1706111464013,"stop":1706111464013,"duration":0}},{"uid":"a91990df07f42fc7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a91990df07f42fc7","status":"passed","time":{"start":1706109370842,"stop":1706109370842,"duration":0}},{"uid":"cfd9e6772f7bcc0b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cfd9e6772f7bcc0b","status":"passed","time":{"start":1706103179156,"stop":1706103179156,"duration":0}},{"uid":"1d2d3cc651c50bda","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1d2d3cc651c50bda","status":"passed","time":{"start":1706102925534,"stop":1706102925535,"duration":1}},{"uid":"8e0e8b05b69e00bd","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8e0e8b05b69e00bd","status":"passed","time":{"start":1706102273657,"stop":1706102273657,"duration":0}},{"uid":"bb0eb302f1e203d9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bb0eb302f1e203d9","status":"passed","time":{"start":1706102152976,"stop":1706102152976,"duration":0}},{"uid":"417ec5c9d1a63b64","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/417ec5c9d1a63b64","status":"passed","time":{"start":1706101976575,"stop":1706101976575,"duration":0}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"a262f29f607e20dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a262f29f607e20dc","status":"passed","time":{"start":1706528751476,"stop":1706528751477,"duration":1}},{"uid":"3ce07ca8294f3b2f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3ce07ca8294f3b2f","status":"passed","time":{"start":1706527720363,"stop":1706527720364,"duration":1}},{"uid":"16bfa7923f597577","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/16bfa7923f597577","status":"passed","time":{"start":1706526735283,"stop":1706526735284,"duration":1}},{"uid":"8e4b0a8fe6d3c76b","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8e4b0a8fe6d3c76b","status":"passed","time":{"start":1706526432165,"stop":1706526432167,"duration":2}},{"uid":"3c2165333ad32950","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3c2165333ad32950","status":"passed","time":{"start":1706526337362,"stop":1706526337363,"duration":1}},{"uid":"ae88a8c244b397a9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ae88a8c244b397a9","status":"passed","time":{"start":1706525766248,"stop":1706525766249,"duration":1}},{"uid":"79eeaa52c3abda9a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/79eeaa52c3abda9a","status":"passed","time":{"start":1706525233345,"stop":1706525233354,"duration":9}},{"uid":"6c12d1c91faa03f3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6c12d1c91faa03f3","status":"passed","time":{"start":1706524794480,"stop":1706524794480,"duration":0}},{"uid":"9898030d5d341d49","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9898030d5d341d49","status":"passed","time":{"start":1706467488433,"stop":1706467488434,"duration":1}},{"uid":"7f9ed64efa614495","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7f9ed64efa614495","status":"passed","time":{"start":1706322841176,"stop":1706322841177,"duration":1}},{"uid":"df46adaa31c19ec5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/df46adaa31c19ec5","status":"passed","time":{"start":1706321154324,"stop":1706321154324,"duration":0}},{"uid":"25c3e0520273a379","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/25c3e0520273a379","status":"passed","time":{"start":1706244670501,"stop":1706244670502,"duration":1}},{"uid":"7a2ece2a181be6c8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7a2ece2a181be6c8","status":"passed","time":{"start":1706242238807,"stop":1706242238808,"duration":1}},{"uid":"ca64b56284562f15","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ca64b56284562f15","status":"passed","time":{"start":1706114927172,"stop":1706114927173,"duration":1}},{"uid":"ddb72d4e1aa3adcf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ddb72d4e1aa3adcf","status":"passed","time":{"start":1706114097707,"stop":1706114097707,"duration":0}},{"uid":"20d7237cf7dfae33","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/20d7237cf7dfae33","status":"passed","time":{"start":1706111572539,"stop":1706111572540,"duration":1}},{"uid":"f8b9f7ca01bea20c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f8b9f7ca01bea20c","status":"passed","time":{"start":1706111262248,"stop":1706111262248,"duration":0}},{"uid":"780caa513c2a767f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/780caa513c2a767f","status":"passed","time":{"start":1706109164533,"stop":1706109164534,"duration":1}},{"uid":"2ceb7e79c3ffe1dc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2ceb7e79c3ffe1dc","status":"passed","time":{"start":1706102982682,"stop":1706102982684,"duration":2}},{"uid":"cdb9d4a23505215b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cdb9d4a23505215b","status":"passed","time":{"start":1706102722333,"stop":1706102722334,"duration":1}}]},"b0a47c5391403a1303d876585ae7061e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9aff948d5eb601a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c9aff948d5eb601a","status":"passed","time":{"start":1706103179174,"stop":1706103179174,"duration":0}}]},"282976ed372ccf00e36c7da1a4b0959c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"186b12fafb1a618e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/186b12fafb1a618e","status":"passed","time":{"start":1705494925589,"stop":1705494925590,"duration":1}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"2d7324ce1fc47b94","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2d7324ce1fc47b94","status":"passed","time":{"start":1706529333230,"stop":1706529333230,"duration":0}},{"uid":"e0f62e8979ba49ca","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e0f62e8979ba49ca","status":"passed","time":{"start":1706528290443,"stop":1706528290444,"duration":1}},{"uid":"c52a9b02dde0a52","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c52a9b02dde0a52","status":"passed","time":{"start":1706527264300,"stop":1706527264300,"duration":0}},{"uid":"39b21b8a78e47e89","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/39b21b8a78e47e89","status":"passed","time":{"start":1706526976754,"stop":1706526976755,"duration":1}},{"uid":"e100858a93afc8f7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e100858a93afc8f7","status":"passed","time":{"start":1706526885795,"stop":1706526885795,"duration":0}},{"uid":"805bf7e54df81dda","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/805bf7e54df81dda","status":"passed","time":{"start":1706526330084,"stop":1706526330085,"duration":1}},{"uid":"4fde07d95bfb9549","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4fde07d95bfb9549","status":"passed","time":{"start":1706525780713,"stop":1706525780713,"duration":0}},{"uid":"a88093f176047beb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a88093f176047beb","status":"passed","time":{"start":1706525359474,"stop":1706525359475,"duration":1}},{"uid":"41095ad15fc119a1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/41095ad15fc119a1","status":"passed","time":{"start":1706468042624,"stop":1706468042624,"duration":0}},{"uid":"d13d047e7b61690c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d13d047e7b61690c","status":"passed","time":{"start":1706323386907,"stop":1706323386907,"duration":0}},{"uid":"83e4f4c42d096fa7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/83e4f4c42d096fa7","status":"passed","time":{"start":1706321713077,"stop":1706321713078,"duration":1}},{"uid":"6b67f2e7956d1853","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6b67f2e7956d1853","status":"passed","time":{"start":1706115482598,"stop":1706115482599,"duration":1}},{"uid":"56c44ab9095eb150","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/56c44ab9095eb150","status":"passed","time":{"start":1706114635369,"stop":1706114635369,"duration":0}},{"uid":"afb2e6361ba0eac4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/afb2e6361ba0eac4","status":"passed","time":{"start":1706112127507,"stop":1706112127507,"duration":0}},{"uid":"20583a930757649b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/20583a930757649b","status":"passed","time":{"start":1706111809247,"stop":1706111809247,"duration":0}},{"uid":"9026440e6b0ba766","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9026440e6b0ba766","status":"passed","time":{"start":1706109719509,"stop":1706109719509,"duration":0}},{"uid":"fcb54ba8b9c4a7c4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/fcb54ba8b9c4a7c4","status":"passed","time":{"start":1706103518425,"stop":1706103518425,"duration":0}},{"uid":"724ff6f6fa50ab3c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/724ff6f6fa50ab3c","status":"passed","time":{"start":1706103305135,"stop":1706103305135,"duration":0}},{"uid":"7b2d84e0ba8ab97a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7b2d84e0ba8ab97a","status":"passed","time":{"start":1706102626841,"stop":1706102626841,"duration":0}},{"uid":"21b643e658c7bd62","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/21b643e658c7bd62","status":"passed","time":{"start":1706102491802,"stop":1706102491802,"duration":0}}]},"0b87f1688d3a19f051589cfd435f5b2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa7143a4d8013086","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/aa7143a4d8013086","status":"passed","time":{"start":1705681713156,"stop":1705681713156,"duration":0}}]},"de964a605838a302ccde8e9cce26aca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"844448d07ba74395","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/844448d07ba74395","status":"passed","time":{"start":1705677463265,"stop":1705677463265,"duration":0}}]},"2eceef67abbc891504ea010a3f578d57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"301d2f5cc7b22dc6","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/301d2f5cc7b22dc6","status":"passed","time":{"start":1705518032437,"stop":1705518032438,"duration":1}}]},"b1612216a181a68a88a8c7679e8dc109:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"d7ae0bc07911daaa","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/d7ae0bc07911daaa","status":"passed","time":{"start":1705520842609,"stop":1705520842609,"duration":0}},{"uid":"b58229876d758a84","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b58229876d758a84","status":"passed","time":{"start":1705518211228,"stop":1705518211228,"duration":0}},{"uid":"118d9129cb061a0d","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/118d9129cb061a0d","status":"passed","time":{"start":1705518105995,"stop":1705518105995,"duration":0}},{"uid":"b5b34a3e2cb9f76e","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/b5b34a3e2cb9f76e","status":"passed","time":{"start":1705517988196,"stop":1705517988197,"duration":1}},{"uid":"e50808bb7b5d8fe2","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/e50808bb7b5d8fe2","status":"passed","time":{"start":1705508655536,"stop":1705508655537,"duration":1}},{"uid":"33a0eed6d5d425fd","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/33a0eed6d5d425fd","status":"passed","time":{"start":1705506482113,"stop":1705506482116,"duration":3}},{"uid":"faffdc33b0ffbd65","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/faffdc33b0ffbd65","status":"passed","time":{"start":1705502939559,"stop":1705502939560,"duration":1}},{"uid":"4e4481bd0b389e89","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/4e4481bd0b389e89","status":"passed","time":{"start":1705502479562,"stop":1705502479562,"duration":0}},{"uid":"b6ee7287ba96c751","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/b6ee7287ba96c751","status":"passed","time":{"start":1705494937952,"stop":1705494937952,"duration":0}},{"uid":"eb06ea681b96bda7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/eb06ea681b96bda7","status":"passed","time":{"start":1705494940966,"stop":1705494940966,"duration":0}},{"uid":"9606dafc98f562f2","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/9606dafc98f562f2","status":"passed","time":{"start":1705494895047,"stop":1705494895047,"duration":0}},{"uid":"e2b97d1386556086","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/e2b97d1386556086","status":"passed","time":{"start":1705493464935,"stop":1705493464936,"duration":1}},{"uid":"cdd37f5ca5af7601","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/cdd37f5ca5af7601","status":"passed","time":{"start":1705493422442,"stop":1705493422442,"duration":0}},{"uid":"23bf79451846b0ed","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/23bf79451846b0ed","status":"passed","time":{"start":1705485250495,"stop":1705485250495,"duration":0}},{"uid":"c264c1c91b2cece8","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/c264c1c91b2cece8","status":"passed","time":{"start":1705485112227,"stop":1705485112228,"duration":1}},{"uid":"8000b80dd1330f52","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/8000b80dd1330f52","status":"passed","time":{"start":1705484354906,"stop":1705484354907,"duration":1}},{"uid":"274add7d72b563ef","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/274add7d72b563ef","status":"passed","time":{"start":1705469872234,"stop":1705469872234,"duration":0}},{"uid":"2d8fcd7138fe042","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/2d8fcd7138fe042","status":"passed","time":{"start":1705466939048,"stop":1705466939048,"duration":0}},{"uid":"f7052fed1f822121","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/f7052fed1f822121","status":"passed","time":{"start":1705435403992,"stop":1705435403992,"duration":0}},{"uid":"1e44278beec85065","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/1e44278beec85065","status":"passed","time":{"start":1705434864626,"stop":1705434864626,"duration":0}}]},"8486dadac5dd6244bda35b1a9dd1d62f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff3f52e5db80b07","reportUrl":"https://waku-org.github.io/js-waku/6205//#testresult/cff3f52e5db80b07","status":"passed","time":{"start":1705525216466,"stop":1705525216466,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"ad729e663cf3e82c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ad729e663cf3e82c","status":"passed","time":{"start":1706529223892,"stop":1706529223893,"duration":1}},{"uid":"54114dc038793581","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/54114dc038793581","status":"passed","time":{"start":1706528204205,"stop":1706528204205,"duration":0}},{"uid":"7b1a3b93cde1ed5d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7b1a3b93cde1ed5d","status":"passed","time":{"start":1706527085312,"stop":1706527085312,"duration":0}},{"uid":"70ef3c7f79089565","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/70ef3c7f79089565","status":"passed","time":{"start":1706526783363,"stop":1706526783363,"duration":0}},{"uid":"b5a13dde73067745","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b5a13dde73067745","status":"passed","time":{"start":1706526690263,"stop":1706526690263,"duration":0}},{"uid":"1189d0dd8d7754a7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1189d0dd8d7754a7","status":"passed","time":{"start":1706526129375,"stop":1706526129375,"duration":0}},{"uid":"844b65777df0a822","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/844b65777df0a822","status":"passed","time":{"start":1706525593257,"stop":1706525593258,"duration":1}},{"uid":"93606c83ae670020","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/93606c83ae670020","status":"passed","time":{"start":1706525226779,"stop":1706525226780,"duration":1}},{"uid":"9582b99b9d4a789a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9582b99b9d4a789a","status":"passed","time":{"start":1706467837088,"stop":1706467837090,"duration":2}},{"uid":"e8f61a8b67b3f5e8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e8f61a8b67b3f5e8","status":"passed","time":{"start":1706323213971,"stop":1706323213971,"duration":0}},{"uid":"abe0e8e95c942f19","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/abe0e8e95c942f19","status":"passed","time":{"start":1706321475550,"stop":1706321475550,"duration":0}},{"uid":"4bf0ceddd539cfda","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4bf0ceddd539cfda","status":"passed","time":{"start":1706115285526,"stop":1706115285527,"duration":1}},{"uid":"4c1b64e9aa691103","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4c1b64e9aa691103","status":"passed","time":{"start":1706114454507,"stop":1706114454508,"duration":1}},{"uid":"796bb8de85c7c2a5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/796bb8de85c7c2a5","status":"passed","time":{"start":1706111914133,"stop":1706111914133,"duration":0}},{"uid":"cc0761321b046bab","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cc0761321b046bab","status":"passed","time":{"start":1706111616736,"stop":1706111616736,"duration":0}},{"uid":"29849dafc280cd4d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/29849dafc280cd4d","status":"passed","time":{"start":1706109533626,"stop":1706109533626,"duration":0}},{"uid":"64959d5f9e211180","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/64959d5f9e211180","status":"passed","time":{"start":1706103308659,"stop":1706103308659,"duration":0}},{"uid":"6aa000b82ff0c845","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/6aa000b82ff0c845","status":"passed","time":{"start":1706103054147,"stop":1706103054148,"duration":1}},{"uid":"ff88a50bf098215c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ff88a50bf098215c","status":"passed","time":{"start":1706102435004,"stop":1706102435004,"duration":0}},{"uid":"e38aa14c2c93cdcf","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e38aa14c2c93cdcf","status":"passed","time":{"start":1706102331415,"stop":1706102331415,"duration":0}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"54503a073c17050f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54503a073c17050f","status":"passed","time":{"start":1706529333243,"stop":1706529333243,"duration":0}},{"uid":"f43c229bb98ed80d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f43c229bb98ed80d","status":"passed","time":{"start":1706528290459,"stop":1706528290459,"duration":0}},{"uid":"309ddd5863f4d98c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/309ddd5863f4d98c","status":"passed","time":{"start":1706527264339,"stop":1706527264340,"duration":1}},{"uid":"fe590884e97ffaf2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/fe590884e97ffaf2","status":"passed","time":{"start":1706526976769,"stop":1706526976769,"duration":0}},{"uid":"fcdf87eb0787a88d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fcdf87eb0787a88d","status":"passed","time":{"start":1706526885804,"stop":1706526885804,"duration":0}},{"uid":"133d575d0a9320a5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/133d575d0a9320a5","status":"passed","time":{"start":1706526330094,"stop":1706526330094,"duration":0}},{"uid":"b6ed7311452f93a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b6ed7311452f93a","status":"passed","time":{"start":1706525780721,"stop":1706525780721,"duration":0}},{"uid":"526426432194e6b7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/526426432194e6b7","status":"passed","time":{"start":1706525359488,"stop":1706525359488,"duration":0}},{"uid":"4b9c5127587a2e32","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4b9c5127587a2e32","status":"passed","time":{"start":1706468042631,"stop":1706468042631,"duration":0}},{"uid":"8c5850f56f028b27","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8c5850f56f028b27","status":"passed","time":{"start":1706323386925,"stop":1706323386925,"duration":0}},{"uid":"bca4d2d958e5a60c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bca4d2d958e5a60c","status":"passed","time":{"start":1706321713093,"stop":1706321713094,"duration":1}},{"uid":"72f82bb0541ec00e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/72f82bb0541ec00e","status":"passed","time":{"start":1706115482608,"stop":1706115482608,"duration":0}},{"uid":"5d88793305561ee5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5d88793305561ee5","status":"passed","time":{"start":1706114635403,"stop":1706114635403,"duration":0}},{"uid":"40c99fd500dfd0c6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/40c99fd500dfd0c6","status":"passed","time":{"start":1706112127543,"stop":1706112127543,"duration":0}},{"uid":"82c77d2b66f28d80","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/82c77d2b66f28d80","status":"passed","time":{"start":1706111809271,"stop":1706111809271,"duration":0}},{"uid":"f21ee29251dc38b7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f21ee29251dc38b7","status":"passed","time":{"start":1706109719518,"stop":1706109719519,"duration":1}},{"uid":"a0cbe589e7a8579b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a0cbe589e7a8579b","status":"passed","time":{"start":1706103518432,"stop":1706103518432,"duration":0}},{"uid":"581b2a59872e0c0","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/581b2a59872e0c0","status":"passed","time":{"start":1706103305153,"stop":1706103305154,"duration":1}},{"uid":"84080062877e3343","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/84080062877e3343","status":"passed","time":{"start":1706102626850,"stop":1706102626850,"duration":0}},{"uid":"695230e6166276a7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/695230e6166276a7","status":"passed","time":{"start":1706102491830,"stop":1706102491831,"duration":1}}]},"cce178a75965e3c5e9854d422acc87ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f796ec81c0a5985","reportUrl":"https://waku-org.github.io/js-waku/6209//#testresult/6f796ec81c0a5985","status":"passed","time":{"start":1705525645327,"stop":1705525645327,"duration":0}}]},"3612acd2f351f499c0627a1255d8b3f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"841d456c3350092d","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/841d456c3350092d","status":"passed","time":{"start":1705520842611,"stop":1705520842611,"duration":0}},{"uid":"f63d6f35e981070e","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/f63d6f35e981070e","status":"passed","time":{"start":1705518211230,"stop":1705518211230,"duration":0}},{"uid":"36ab11024102895a","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/36ab11024102895a","status":"passed","time":{"start":1705518105996,"stop":1705518105996,"duration":0}},{"uid":"d1545e7a5b85874a","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d1545e7a5b85874a","status":"passed","time":{"start":1705517988197,"stop":1705517988197,"duration":0}},{"uid":"a5ab877f52bebbed","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a5ab877f52bebbed","status":"passed","time":{"start":1705508655537,"stop":1705508655538,"duration":1}},{"uid":"79fbea041cad2e5b","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/79fbea041cad2e5b","status":"passed","time":{"start":1705506482116,"stop":1705506482117,"duration":1}},{"uid":"f77f54d534504dd1","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f77f54d534504dd1","status":"passed","time":{"start":1705502939560,"stop":1705502939562,"duration":2}},{"uid":"8ba4045c36665567","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8ba4045c36665567","status":"passed","time":{"start":1705502479563,"stop":1705502479563,"duration":0}},{"uid":"ba62dffc32f5f674","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/ba62dffc32f5f674","status":"passed","time":{"start":1705494937952,"stop":1705494937953,"duration":1}},{"uid":"acdb24fb4fdac42f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/acdb24fb4fdac42f","status":"passed","time":{"start":1705494940967,"stop":1705494940967,"duration":0}},{"uid":"c9fbea29bd9cd33c","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/c9fbea29bd9cd33c","status":"passed","time":{"start":1705494895048,"stop":1705494895048,"duration":0}},{"uid":"5b7f0dd35cf39210","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5b7f0dd35cf39210","status":"passed","time":{"start":1705493464937,"stop":1705493464938,"duration":1}},{"uid":"915f5d76d8381cee","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/915f5d76d8381cee","status":"passed","time":{"start":1705493422442,"stop":1705493422443,"duration":1}},{"uid":"208b50a83097ff68","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/208b50a83097ff68","status":"passed","time":{"start":1705485250495,"stop":1705485250495,"duration":0}},{"uid":"19416d7846e72250","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/19416d7846e72250","status":"passed","time":{"start":1705485112228,"stop":1705485112228,"duration":0}},{"uid":"b50e5ad4cec6c81b","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/b50e5ad4cec6c81b","status":"passed","time":{"start":1705484354907,"stop":1705484354907,"duration":0}},{"uid":"e2337123e5a046ee","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/e2337123e5a046ee","status":"passed","time":{"start":1705469872234,"stop":1705469872234,"duration":0}},{"uid":"917b4c46e7dc0630","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/917b4c46e7dc0630","status":"passed","time":{"start":1705466939048,"stop":1705466939049,"duration":1}},{"uid":"9ac921496bcadfb8","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/9ac921496bcadfb8","status":"passed","time":{"start":1705435403992,"stop":1705435403996,"duration":4}},{"uid":"b1900259a901dee6","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/b1900259a901dee6","status":"passed","time":{"start":1705434864626,"stop":1705434864626,"duration":0}}]},"c6286411ac0984586249e8fbcdf708b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7d590854bdc4de5","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c7d590854bdc4de5","status":"passed","time":{"start":1705502324614,"stop":1705502324615,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"938501aa817dc442","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/938501aa817dc442","status":"passed","time":{"start":1706528729419,"stop":1706528729420,"duration":1}},{"uid":"7b6753035bd632e7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7b6753035bd632e7","status":"passed","time":{"start":1706527698865,"stop":1706527698865,"duration":0}},{"uid":"4ad882d49e721480","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4ad882d49e721480","status":"passed","time":{"start":1706526712949,"stop":1706526712949,"duration":0}},{"uid":"b5837bc30368df05","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b5837bc30368df05","status":"passed","time":{"start":1706526411260,"stop":1706526411260,"duration":0}},{"uid":"269c7c36b4155935","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/269c7c36b4155935","status":"passed","time":{"start":1706526316477,"stop":1706526316477,"duration":0}},{"uid":"6e26afd142deb30e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6e26afd142deb30e","status":"passed","time":{"start":1706525744165,"stop":1706525744165,"duration":0}},{"uid":"f1922fa2bd728e07","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f1922fa2bd728e07","status":"passed","time":{"start":1706525211113,"stop":1706525211114,"duration":1}},{"uid":"eba42586861751c6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/eba42586861751c6","status":"passed","time":{"start":1706524772407,"stop":1706524772408,"duration":1}},{"uid":"8bbf26398d492c2a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8bbf26398d492c2a","status":"passed","time":{"start":1706467466255,"stop":1706467466255,"duration":0}},{"uid":"abe89cf9d632ef6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/abe89cf9d632ef6","status":"passed","time":{"start":1706322818133,"stop":1706322818133,"duration":0}},{"uid":"efbf377a44ba159","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/efbf377a44ba159","status":"passed","time":{"start":1706321132321,"stop":1706321132321,"duration":0}},{"uid":"3df7fc48d573cec5","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3df7fc48d573cec5","status":"passed","time":{"start":1706244648267,"stop":1706244648268,"duration":1}},{"uid":"7ba4613c758f87d3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7ba4613c758f87d3","status":"passed","time":{"start":1706242216315,"stop":1706242216315,"duration":0}},{"uid":"c1222c8b438b9309","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c1222c8b438b9309","status":"passed","time":{"start":1706114904754,"stop":1706114904755,"duration":1}},{"uid":"3dd485d135d5a8e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3dd485d135d5a8e","status":"passed","time":{"start":1706114075347,"stop":1706114075348,"duration":1}},{"uid":"a2d58c2cbab6c306","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a2d58c2cbab6c306","status":"passed","time":{"start":1706111549898,"stop":1706111549898,"duration":0}},{"uid":"7614e37f2b7bc109","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7614e37f2b7bc109","status":"passed","time":{"start":1706111239553,"stop":1706111239553,"duration":0}},{"uid":"3f49f66451360369","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3f49f66451360369","status":"passed","time":{"start":1706109141783,"stop":1706109141784,"duration":1}},{"uid":"38bfdaa452ad2797","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/38bfdaa452ad2797","status":"passed","time":{"start":1706102960257,"stop":1706102960257,"duration":0}},{"uid":"f03a844a8e34907d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f03a844a8e34907d","status":"passed","time":{"start":1706102700184,"stop":1706102700184,"duration":0}}]},"3885f4504e3126bf189c95ba1bdaae04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9593f93df9a6be1a","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/9593f93df9a6be1a","status":"passed","time":{"start":1705506479153,"stop":1705506479154,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"b33fcdb9a1518cea","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b33fcdb9a1518cea","status":"passed","time":{"start":1706528729422,"stop":1706528729422,"duration":0}},{"uid":"ef6554ff42494d28","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/ef6554ff42494d28","status":"passed","time":{"start":1706527698868,"stop":1706527698868,"duration":0}},{"uid":"990de050b8bd31e1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/990de050b8bd31e1","status":"passed","time":{"start":1706526712951,"stop":1706526712952,"duration":1}},{"uid":"99d0f700b1d84f39","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/99d0f700b1d84f39","status":"passed","time":{"start":1706526411265,"stop":1706526411266,"duration":1}},{"uid":"1421a231d12e3e33","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1421a231d12e3e33","status":"passed","time":{"start":1706526316480,"stop":1706526316480,"duration":0}},{"uid":"e85e20e7514b92a","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e85e20e7514b92a","status":"passed","time":{"start":1706525744167,"stop":1706525744167,"duration":0}},{"uid":"a23094ed84364b60","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a23094ed84364b60","status":"passed","time":{"start":1706525211118,"stop":1706525211118,"duration":0}},{"uid":"a41753da19d60f6e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a41753da19d60f6e","status":"passed","time":{"start":1706524772410,"stop":1706524772410,"duration":0}},{"uid":"6d47cecfab6b3d2a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6d47cecfab6b3d2a","status":"passed","time":{"start":1706467466257,"stop":1706467466257,"duration":0}},{"uid":"d1bbd68df53cfd9a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d1bbd68df53cfd9a","status":"passed","time":{"start":1706322818135,"stop":1706322818135,"duration":0}},{"uid":"7f1ab45f65130f12","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7f1ab45f65130f12","status":"passed","time":{"start":1706321132323,"stop":1706321132324,"duration":1}},{"uid":"1da029f63b299a62","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1da029f63b299a62","status":"passed","time":{"start":1706244648270,"stop":1706244648270,"duration":0}},{"uid":"93b238b4dc7cf33","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/93b238b4dc7cf33","status":"passed","time":{"start":1706242216318,"stop":1706242216318,"duration":0}},{"uid":"d03d5cad8f4c0768","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d03d5cad8f4c0768","status":"passed","time":{"start":1706114904761,"stop":1706114904762,"duration":1}},{"uid":"2bee0256ac66ca65","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2bee0256ac66ca65","status":"passed","time":{"start":1706114075350,"stop":1706114075350,"duration":0}},{"uid":"8257f6c376be4c75","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8257f6c376be4c75","status":"passed","time":{"start":1706111549901,"stop":1706111549901,"duration":0}},{"uid":"6494dd0f73d9b094","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6494dd0f73d9b094","status":"passed","time":{"start":1706111239555,"stop":1706111239556,"duration":1}},{"uid":"ed6942119edd6b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ed6942119edd6b","status":"passed","time":{"start":1706109141786,"stop":1706109141786,"duration":0}},{"uid":"8b62ce0adb9d981","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8b62ce0adb9d981","status":"passed","time":{"start":1706102960260,"stop":1706102960260,"duration":0}},{"uid":"d6b0621e8093c0bc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d6b0621e8093c0bc","status":"passed","time":{"start":1706102700186,"stop":1706102700186,"duration":0}}]},"d87c789b966eac13e7438cec091ee624:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d64e1eeae5d23268","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d64e1eeae5d23268","status":"passed","time":{"start":1706528190593,"stop":1706528190593,"duration":0}}]},"a8fd5093b74b5d9836a6e039d576f5ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d537210f90ddc391","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/d537210f90ddc391","status":"passed","time":{"start":1705572178730,"stop":1705572178731,"duration":1}}]},"119a849793bba22e9284cb2591447b8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93eb04a8e3fe9a95","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/93eb04a8e3fe9a95","status":"passed","time":{"start":1705593389645,"stop":1705593389645,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"764a3ddf1623802d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/764a3ddf1623802d","status":"passed","time":{"start":1706529232497,"stop":1706529232497,"duration":0}},{"uid":"fef45f09df02f3a7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fef45f09df02f3a7","status":"passed","time":{"start":1706528204714,"stop":1706528204715,"duration":1}},{"uid":"4245ad2b3dfe2cb1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4245ad2b3dfe2cb1","status":"passed","time":{"start":1706527099419,"stop":1706527099419,"duration":0}},{"uid":"9702997ebf666ca1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9702997ebf666ca1","status":"passed","time":{"start":1706526797227,"stop":1706526797227,"duration":0}},{"uid":"538b066c4c96a541","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/538b066c4c96a541","status":"passed","time":{"start":1706526702299,"stop":1706526702300,"duration":1}},{"uid":"2e4178c1844dbd63","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/2e4178c1844dbd63","status":"passed","time":{"start":1706526144640,"stop":1706526144641,"duration":1}},{"uid":"a1fef51329331a23","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a1fef51329331a23","status":"passed","time":{"start":1706525605484,"stop":1706525605486,"duration":2}},{"uid":"d329f78dd69ba14d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d329f78dd69ba14d","status":"passed","time":{"start":1706525237518,"stop":1706525237519,"duration":1}},{"uid":"664d7b665f35fe4e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/664d7b665f35fe4e","status":"passed","time":{"start":1706467847957,"stop":1706467847957,"duration":0}},{"uid":"3792b938809b86b9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3792b938809b86b9","status":"passed","time":{"start":1706323224591,"stop":1706323224591,"duration":0}},{"uid":"316dd1b6b388009e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/316dd1b6b388009e","status":"passed","time":{"start":1706321490516,"stop":1706321490516,"duration":0}},{"uid":"7d81b8849b64b0da","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7d81b8849b64b0da","status":"passed","time":{"start":1706115297914,"stop":1706115297915,"duration":1}},{"uid":"c796473fc0593af2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c796473fc0593af2","status":"passed","time":{"start":1706114468897,"stop":1706114468907,"duration":10}},{"uid":"508a9da867eeddee","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/508a9da867eeddee","status":"passed","time":{"start":1706111928721,"stop":1706111928722,"duration":1}},{"uid":"169713bd676d0209","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/169713bd676d0209","status":"passed","time":{"start":1706111629326,"stop":1706111629328,"duration":2}},{"uid":"c34244d2cc83a75f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c34244d2cc83a75f","status":"passed","time":{"start":1706109548340,"stop":1706109548340,"duration":0}},{"uid":"70c4ac08c5ef7534","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/70c4ac08c5ef7534","status":"passed","time":{"start":1706103319931,"stop":1706103319931,"duration":0}},{"uid":"4e5179a1a1bf5a35","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4e5179a1a1bf5a35","status":"passed","time":{"start":1706103066456,"stop":1706103066457,"duration":1}},{"uid":"41c3fffc9feb1d15","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/41c3fffc9feb1d15","status":"passed","time":{"start":1706102448466,"stop":1706102448466,"duration":0}},{"uid":"299322bbdd3c0220","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/299322bbdd3c0220","status":"passed","time":{"start":1706102342943,"stop":1706102342944,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"ab39b10115065ac6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ab39b10115065ac6","status":"passed","time":{"start":1706528857319,"stop":1706528857319,"duration":0}},{"uid":"1f7441d1c3048db","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1f7441d1c3048db","status":"passed","time":{"start":1706527827594,"stop":1706527827597,"duration":3}},{"uid":"b73b44316b8aff8a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b73b44316b8aff8a","status":"passed","time":{"start":1706526836998,"stop":1706526836998,"duration":0}},{"uid":"938144c5d47e3504","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/938144c5d47e3504","status":"passed","time":{"start":1706526533886,"stop":1706526533888,"duration":2}},{"uid":"6bb9effd54784029","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6bb9effd54784029","status":"passed","time":{"start":1706526441879,"stop":1706526441880,"duration":1}},{"uid":"306ea26a21cc9f38","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/306ea26a21cc9f38","status":"passed","time":{"start":1706525866027,"stop":1706525866028,"duration":1}},{"uid":"68f7be61d76b8c8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/68f7be61d76b8c8","status":"passed","time":{"start":1706525332949,"stop":1706525332951,"duration":2}},{"uid":"9fe6e51f62f3324c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9fe6e51f62f3324c","status":"passed","time":{"start":1706524895851,"stop":1706524895852,"duration":1}},{"uid":"4fcde69ddc497e8d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4fcde69ddc497e8d","status":"passed","time":{"start":1706467592270,"stop":1706467592270,"duration":0}},{"uid":"38ad3215f0a9749d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/38ad3215f0a9749d","status":"passed","time":{"start":1706322942356,"stop":1706322942362,"duration":6}},{"uid":"52d17f24de793d59","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/52d17f24de793d59","status":"passed","time":{"start":1706321253075,"stop":1706321253075,"duration":0}},{"uid":"2eb1fc15b163cdc7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/2eb1fc15b163cdc7","status":"passed","time":{"start":1706244761420,"stop":1706244761420,"duration":0}},{"uid":"be16ddf47d509351","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/be16ddf47d509351","status":"passed","time":{"start":1706242323588,"stop":1706242323588,"duration":0}},{"uid":"a5cb6d7714554e1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a5cb6d7714554e1","status":"passed","time":{"start":1706115032889,"stop":1706115032889,"duration":0}},{"uid":"48be03e705e6b526","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/48be03e705e6b526","status":"passed","time":{"start":1706114198073,"stop":1706114198074,"duration":1}},{"uid":"850e2956e5164a98","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/850e2956e5164a98","status":"passed","time":{"start":1706111672952,"stop":1706111672952,"duration":0}},{"uid":"affbdf00715aa8e1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/affbdf00715aa8e1","status":"passed","time":{"start":1706111369284,"stop":1706111369285,"duration":1}},{"uid":"651684e489f38e75","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/651684e489f38e75","status":"passed","time":{"start":1706109273535,"stop":1706109273535,"duration":0}},{"uid":"e930a5c8aba125e2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e930a5c8aba125e2","status":"passed","time":{"start":1706103083980,"stop":1706103083981,"duration":1}},{"uid":"decd8e0a7bb08f2a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/decd8e0a7bb08f2a","status":"passed","time":{"start":1706102826556,"stop":1706102826557,"duration":1}}]},"a7ff2f4fee7b5d266605762498a9298d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a686922e3bf94eb","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/6a686922e3bf94eb","status":"passed","time":{"start":1705520764139,"stop":1705520764140,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":33,"unknown":0,"total":35},"items":[{"uid":"18e17db211d1c559","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/18e17db211d1c559","status":"passed","time":{"start":1706529333242,"stop":1706529333242,"duration":0}},{"uid":"d0716c95b2bd33ad","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d0716c95b2bd33ad","status":"passed","time":{"start":1706528290456,"stop":1706528290457,"duration":1}},{"uid":"ed0fa8a726258343","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ed0fa8a726258343","status":"passed","time":{"start":1706527264336,"stop":1706527264336,"duration":0}},{"uid":"e7b1559a4ce3e813","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e7b1559a4ce3e813","status":"passed","time":{"start":1706526976766,"stop":1706526976767,"duration":1}},{"uid":"c95f89ae11906ec3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c95f89ae11906ec3","status":"passed","time":{"start":1706526885802,"stop":1706526885802,"duration":0}},{"uid":"498ff5ff9fc1162e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/498ff5ff9fc1162e","status":"passed","time":{"start":1706526330092,"stop":1706526330092,"duration":0}},{"uid":"7e4d3f7be3ecd686","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7e4d3f7be3ecd686","status":"passed","time":{"start":1706525780719,"stop":1706525780719,"duration":0}},{"uid":"7bae5ca4a1e7f2ad","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7bae5ca4a1e7f2ad","status":"passed","time":{"start":1706525359487,"stop":1706525359487,"duration":0}},{"uid":"18ce269916bf89a4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/18ce269916bf89a4","status":"passed","time":{"start":1706468042629,"stop":1706468042630,"duration":1}},{"uid":"95ee69fca5f646ae","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/95ee69fca5f646ae","status":"passed","time":{"start":1706323386923,"stop":1706323386923,"duration":0}},{"uid":"4e5c568dde3f046d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4e5c568dde3f046d","status":"passed","time":{"start":1706321713091,"stop":1706321713091,"duration":0}},{"uid":"437f38688c7330e1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/437f38688c7330e1","status":"passed","time":{"start":1706115482606,"stop":1706115482606,"duration":0}},{"uid":"b3a4bde7355d93bd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b3a4bde7355d93bd","status":"passed","time":{"start":1706114635378,"stop":1706114635401,"duration":23}},{"uid":"88c39e29aacd3b18","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/88c39e29aacd3b18","status":"passed","time":{"start":1706112127515,"stop":1706112127539,"duration":24}},{"uid":"70199b1fbbcdcaaf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/70199b1fbbcdcaaf","status":"passed","time":{"start":1706111809260,"stop":1706111809260,"duration":0}},{"uid":"3be89797a7e6493","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3be89797a7e6493","status":"passed","time":{"start":1706109719517,"stop":1706109719517,"duration":0}},{"uid":"a4c427b9e2890ed9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a4c427b9e2890ed9","status":"passed","time":{"start":1706103518431,"stop":1706103518431,"duration":0}},{"uid":"10bb3e4d99dcc03c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/10bb3e4d99dcc03c","status":"passed","time":{"start":1706103305151,"stop":1706103305151,"duration":0}},{"uid":"19844fa66e2310a4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/19844fa66e2310a4","status":"passed","time":{"start":1706102626848,"stop":1706102626848,"duration":0}},{"uid":"e63361ff291e1d58","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e63361ff291e1d58","status":"passed","time":{"start":1706102491823,"stop":1706102491824,"duration":1}}]},"e2d3368530249d02f578e8c4deec4279:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9026a4631b61c27c","reportUrl":"https://waku-org.github.io/js-waku/6260//#testresult/9026a4631b61c27c","status":"passed","time":{"start":1706099176333,"stop":1706099176334,"duration":1}}]},"3b9fe405ffaaa36902231af052209dae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"293c96827aae51a","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/293c96827aae51a","status":"passed","time":{"start":1705520815488,"stop":1705520815488,"duration":0}},{"uid":"8f343311534acc6f","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/8f343311534acc6f","status":"passed","time":{"start":1705518208994,"stop":1705518208994,"duration":0}},{"uid":"8f469b06bf9bc0eb","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/8f469b06bf9bc0eb","status":"passed","time":{"start":1705518112859,"stop":1705518112859,"duration":0}},{"uid":"645b62310d8980b8","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/645b62310d8980b8","status":"passed","time":{"start":1705517988387,"stop":1705517988387,"duration":0}},{"uid":"61c91c8765512cca","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/61c91c8765512cca","status":"passed","time":{"start":1705508651531,"stop":1705508651532,"duration":1}},{"uid":"13e47ca8b457aad0","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/13e47ca8b457aad0","status":"passed","time":{"start":1705506479146,"stop":1705506479146,"duration":0}},{"uid":"a15ba3f71d80b9e1","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/a15ba3f71d80b9e1","status":"passed","time":{"start":1705502938685,"stop":1705502938685,"duration":0}},{"uid":"be5961d866e43229","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/be5961d866e43229","status":"passed","time":{"start":1705502478108,"stop":1705502478108,"duration":0}},{"uid":"1a15411a8ce49920","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1a15411a8ce49920","status":"passed","time":{"start":1705494884680,"stop":1705494884680,"duration":0}},{"uid":"8c6d3ef88f17e9b0","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/8c6d3ef88f17e9b0","status":"passed","time":{"start":1705494937601,"stop":1705494937604,"duration":3}},{"uid":"3a64bae54d7615f1","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/3a64bae54d7615f1","status":"passed","time":{"start":1705494894093,"stop":1705494894093,"duration":0}},{"uid":"5b27bcc52b556c08","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5b27bcc52b556c08","status":"passed","time":{"start":1705493458478,"stop":1705493458479,"duration":1}},{"uid":"d695e9233e444036","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/d695e9233e444036","status":"passed","time":{"start":1705493421089,"stop":1705493421090,"duration":1}},{"uid":"d0f833339c77be36","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/d0f833339c77be36","status":"passed","time":{"start":1705485246695,"stop":1705485246695,"duration":0}},{"uid":"e4d108bef90e252f","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/e4d108bef90e252f","status":"passed","time":{"start":1705485106623,"stop":1705485106623,"duration":0}},{"uid":"5f597a8e2dce52fc","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/5f597a8e2dce52fc","status":"passed","time":{"start":1705484353085,"stop":1705484353086,"duration":1}},{"uid":"5cece1babd0c972b","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/5cece1babd0c972b","status":"passed","time":{"start":1705469867097,"stop":1705469867097,"duration":0}},{"uid":"325e92ce7f29c248","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/325e92ce7f29c248","status":"passed","time":{"start":1705466933266,"stop":1705466933266,"duration":0}},{"uid":"62a1759abb39cb8","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/62a1759abb39cb8","status":"passed","time":{"start":1705435401898,"stop":1705435401898,"duration":0}},{"uid":"45cfad44d42f7de1","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/45cfad44d42f7de1","status":"passed","time":{"start":1705434866482,"stop":1705434866482,"duration":0}}]},"76bb8d051d0ddd53df503c79d710e086:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"141976fa3d5380c6","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/141976fa3d5380c6","status":"passed","time":{"start":1706069780789,"stop":1706069780789,"duration":0}}]},"2244a2015bdde41c1b329dc5325dc8de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ffd8935d8c1c5c7a","reportUrl":"https://waku-org.github.io/js-waku/6220//#testresult/ffd8935d8c1c5c7a","status":"passed","time":{"start":1705577320168,"stop":1705577320168,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":133,"passed":0,"unknown":0,"total":133},"items":[{"uid":"51d3bc9631d4adc3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/51d3bc9631d4adc3","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528752634,"stop":1706528752634,"duration":0}},{"uid":"c5f11b6ca5976e60","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c5f11b6ca5976e60","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527721486,"stop":1706527721487,"duration":1}},{"uid":"edd2f2bc06b5571a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/edd2f2bc06b5571a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526736332,"stop":1706526736332,"duration":0}},{"uid":"cb3a22a480eb999a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cb3a22a480eb999a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526433124,"stop":1706526433124,"duration":0}},{"uid":"b704404f73fd73dd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/b704404f73fd73dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526338335,"stop":1706526338335,"duration":0}},{"uid":"ac79935095a05e2f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ac79935095a05e2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525767353,"stop":1706525767353,"duration":0}},{"uid":"f069d70a6b9accbb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f069d70a6b9accbb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525234336,"stop":1706525234336,"duration":0}},{"uid":"735b71881a69a398","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/735b71881a69a398","status":"skipped","statusDetails":"Test ignored","time":{"start":1706524795502,"stop":1706524795503,"duration":1}},{"uid":"722cc6e517501875","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/722cc6e517501875","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467489461,"stop":1706467489461,"duration":0}},{"uid":"c1358829b8ad2cc6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c1358829b8ad2cc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706322842267,"stop":1706322842267,"duration":0}},{"uid":"5c9b154a4f5c9d55","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5c9b154a4f5c9d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321155290,"stop":1706321155290,"duration":0}},{"uid":"947b4c4cd8872e01","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/947b4c4cd8872e01","status":"skipped","statusDetails":"Test ignored","time":{"start":1706244671452,"stop":1706244671453,"duration":1}},{"uid":"df5d8b2cabf700e5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/df5d8b2cabf700e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706242239784,"stop":1706242239784,"duration":0}},{"uid":"5f61a01fb3ecc89b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5f61a01fb3ecc89b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114928164,"stop":1706114928164,"duration":0}},{"uid":"96ab5f3ee5dd6a6a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/96ab5f3ee5dd6a6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114098853,"stop":1706114098853,"duration":0}},{"uid":"ce07cddfe5f993b1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ce07cddfe5f993b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111573576,"stop":1706111573576,"duration":0}},{"uid":"f842ae4ef685009a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f842ae4ef685009a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111263118,"stop":1706111263118,"duration":0}},{"uid":"7cbd56ab86a96088","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7cbd56ab86a96088","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109165549,"stop":1706109165549,"duration":0}},{"uid":"10536f15b008125f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/10536f15b008125f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102983599,"stop":1706102983599,"duration":0}},{"uid":"62c36f33bddf7c92","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/62c36f33bddf7c92","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102723315,"stop":1706102723315,"duration":0}}]},"fd21398e2483fa9f74066c41ab0e95a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbaa85d451db7dba","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bbaa85d451db7dba","status":"passed","time":{"start":1706114635445,"stop":1706114635445,"duration":0}}]},"7a9ae62e959f993095d851671318e66d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa505744c432b442","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/aa505744c432b442","status":"passed","time":{"start":1705676002929,"stop":1705676002929,"duration":0}}]},"8fc951c00fb3d4bb02251d88c0267f61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99e4c53c48e9deb2","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/99e4c53c48e9deb2","status":"passed","time":{"start":1705666841927,"stop":1705666841927,"duration":0}}]},"452396bb6dd696846812ce10c5f759a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12af5c04095eb92b","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/12af5c04095eb92b","status":"passed","time":{"start":1705572691154,"stop":1705572691154,"duration":0}}]},"ea5a111214c00d336ac43a1d0c38b59f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fddc5d6c6b8df07c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fddc5d6c6b8df07c","status":"passed","time":{"start":1706115482605,"stop":1706115482605,"duration":0}}]},"35a916eb736c37fcf514d7ce359079ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36335af95e1a1dbd","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/36335af95e1a1dbd","status":"passed","time":{"start":1705687430767,"stop":1705687430768,"duration":1}}]},"009753e4c8f332d599f51b62eca54de6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bdae797eea7cfca","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5bdae797eea7cfca","status":"passed","time":{"start":1706102273659,"stop":1706102273659,"duration":0}}]},"770bcfa9a89a4b0f7a9ddd7d74339e0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfccf53c94363fa6","reportUrl":"https://waku-org.github.io/js-waku/6223//#testresult/bfccf53c94363fa6","status":"passed","time":{"start":1705577901730,"stop":1705577901730,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"5c1d9505d9cbe8cf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c1d9505d9cbe8cf","status":"passed","time":{"start":1706529410671,"stop":1706529410671,"duration":0}},{"uid":"95c0e8480e907bd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/95c0e8480e907bd","status":"passed","time":{"start":1706528377616,"stop":1706528377617,"duration":1}},{"uid":"3a36f6b061a79c20","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3a36f6b061a79c20","status":"passed","time":{"start":1706527306307,"stop":1706527306308,"duration":1}},{"uid":"65d5658ff5e78424","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/65d5658ff5e78424","status":"passed","time":{"start":1706527046994,"stop":1706527046994,"duration":0}},{"uid":"bf012947ea52ec0c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bf012947ea52ec0c","status":"passed","time":{"start":1706526952001,"stop":1706526952001,"duration":0}},{"uid":"ade8504a097a38e0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ade8504a097a38e0","status":"passed","time":{"start":1706526389841,"stop":1706526389841,"duration":0}},{"uid":"383504291ba10064","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/383504291ba10064","status":"passed","time":{"start":1706525847951,"stop":1706525847951,"duration":0}},{"uid":"ff57ce4a73cd09df","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ff57ce4a73cd09df","status":"passed","time":{"start":1706525437956,"stop":1706525437956,"duration":0}},{"uid":"1fb5acd1df56878a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1fb5acd1df56878a","status":"passed","time":{"start":1706468095745,"stop":1706468095745,"duration":0}},{"uid":"3309eb420cd98307","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3309eb420cd98307","status":"passed","time":{"start":1706323461756,"stop":1706323461756,"duration":0}},{"uid":"80ac3ab40291fe89","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/80ac3ab40291fe89","status":"passed","time":{"start":1706321743324,"stop":1706321743324,"duration":0}},{"uid":"b487c02c3d573b01","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b487c02c3d573b01","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010808,"stop":1706245010808,"duration":0}},{"uid":"fef7f9732a58e4a7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/fef7f9732a58e4a7","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544465,"stop":1706242544465,"duration":0}},{"uid":"7db11da7a7cc29ef","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/7db11da7a7cc29ef","status":"passed","time":{"start":1706115531607,"stop":1706115531608,"duration":1}},{"uid":"11c23ccf82af91ad","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/11c23ccf82af91ad","status":"passed","time":{"start":1706114715199,"stop":1706114715199,"duration":0}},{"uid":"9f73f5f0555e08f2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9f73f5f0555e08f2","status":"passed","time":{"start":1706112185142,"stop":1706112185142,"duration":0}},{"uid":"27b2d7ed8b17a009","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/27b2d7ed8b17a009","status":"passed","time":{"start":1706111901264,"stop":1706111901264,"duration":0}},{"uid":"cbc04fe987a39c4d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cbc04fe987a39c4d","status":"passed","time":{"start":1706109791592,"stop":1706109791592,"duration":0}},{"uid":"f455672c54ac7229","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f455672c54ac7229","status":"passed","time":{"start":1706103523185,"stop":1706103523185,"duration":0}},{"uid":"1c03c219c295a5c1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1c03c219c295a5c1","status":"passed","time":{"start":1706103343828,"stop":1706103343828,"duration":0}}]},"ebd8592e4c52e9bbfd7f574ba157649e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":36,"unknown":0,"total":37},"items":[{"uid":"30f3ad3b31e615b3","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/30f3ad3b31e615b3","status":"passed","time":{"start":1705518209008,"stop":1705518209008,"duration":0}},{"uid":"6ec12714fb5f25b0","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/6ec12714fb5f25b0","status":"passed","time":{"start":1705518112871,"stop":1705518112871,"duration":0}},{"uid":"bfbe12470d8c4000","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/bfbe12470d8c4000","status":"passed","time":{"start":1705517988419,"stop":1705517988419,"duration":0}},{"uid":"d479762fbc634cfa","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/d479762fbc634cfa","status":"passed","time":{"start":1705508651539,"stop":1705508651539,"duration":0}},{"uid":"7327b96230abf839","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/7327b96230abf839","status":"passed","time":{"start":1705506479158,"stop":1705506479158,"duration":0}},{"uid":"793971aa2dae7f15","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/793971aa2dae7f15","status":"passed","time":{"start":1705502938692,"stop":1705502938693,"duration":1}},{"uid":"8739fb4c84e37ec2","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8739fb4c84e37ec2","status":"passed","time":{"start":1705502478114,"stop":1705502478115,"duration":1}},{"uid":"25ebe1fb6bcf123e","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/25ebe1fb6bcf123e","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705494884690,"stop":1705494884690,"duration":0}},{"uid":"ed5a4d5b00d51072","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ed5a4d5b00d51072","status":"passed","time":{"start":1705494937619,"stop":1705494937620,"duration":1}},{"uid":"f0e71863919cd470","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/f0e71863919cd470","status":"passed","time":{"start":1705494894118,"stop":1705494894119,"duration":1}},{"uid":"5668641162b26e81","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/5668641162b26e81","status":"passed","time":{"start":1705493458488,"stop":1705493458488,"duration":0}},{"uid":"81cd2d4c2623ed","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/81cd2d4c2623ed","status":"passed","time":{"start":1705493421112,"stop":1705493421113,"duration":1}},{"uid":"756c384511fb7461","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/756c384511fb7461","status":"passed","time":{"start":1705485246703,"stop":1705485246703,"duration":0}},{"uid":"ba21973167948bb8","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/ba21973167948bb8","status":"passed","time":{"start":1705485106629,"stop":1705485106629,"duration":0}},{"uid":"da7f70cf3e922bfe","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/da7f70cf3e922bfe","status":"passed","time":{"start":1705484353103,"stop":1705484353103,"duration":0}},{"uid":"f25ef98afae2b1de","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/f25ef98afae2b1de","status":"passed","time":{"start":1705469867105,"stop":1705469867106,"duration":1}},{"uid":"678d69478e33683f","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/678d69478e33683f","status":"passed","time":{"start":1705466933280,"stop":1705466933280,"duration":0}},{"uid":"4cb902e826dcc6e8","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/4cb902e826dcc6e8","status":"passed","time":{"start":1705435401905,"stop":1705435401905,"duration":0}},{"uid":"9fcc2ea16e580018","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/9fcc2ea16e580018","status":"passed","time":{"start":1705434866490,"stop":1705434866491,"duration":1}},{"uid":"bdfd0d70138ca55b","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/bdfd0d70138ca55b","status":"passed","time":{"start":1705433200747,"stop":1705433200747,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"51d494a40c15c395","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/51d494a40c15c395","status":"passed","time":{"start":1706529367449,"stop":1706529367449,"duration":0}},{"uid":"e5c1cc55b26af1bf","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e5c1cc55b26af1bf","status":"passed","time":{"start":1706528339925,"stop":1706528339926,"duration":1}},{"uid":"10bffd1bc71d5b8c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/10bffd1bc71d5b8c","status":"passed","time":{"start":1706527181548,"stop":1706527181549,"duration":1}},{"uid":"eae367177cbe5729","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/eae367177cbe5729","status":"passed","time":{"start":1706527016292,"stop":1706527016292,"duration":0}},{"uid":"ad8a792a024ed1e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ad8a792a024ed1e","status":"passed","time":{"start":1706526929197,"stop":1706526929197,"duration":0}},{"uid":"157ab60041fc46e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/157ab60041fc46e","status":"passed","time":{"start":1706526355567,"stop":1706526355568,"duration":1}},{"uid":"cc8883627ecacae5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cc8883627ecacae5","status":"passed","time":{"start":1706525825275,"stop":1706525825276,"duration":1}},{"uid":"74cf61f68865263a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/74cf61f68865263a","status":"passed","time":{"start":1706525414582,"stop":1706525414582,"duration":0}},{"uid":"59e35491795b0f0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/59e35491795b0f0","status":"passed","time":{"start":1706468084957,"stop":1706468084957,"duration":0}},{"uid":"e07ef2da940a295e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e07ef2da940a295e","status":"passed","time":{"start":1706323430967,"stop":1706323430967,"duration":0}},{"uid":"e66acb50f1448a27","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e66acb50f1448a27","status":"passed","time":{"start":1706321743963,"stop":1706321743963,"duration":0}},{"uid":"63824c2792e39092","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/63824c2792e39092","status":"passed","time":{"start":1706115449542,"stop":1706115449562,"duration":20}},{"uid":"abd49fb8f448f1ae","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/abd49fb8f448f1ae","status":"passed","time":{"start":1706114706806,"stop":1706114706806,"duration":0}},{"uid":"180990a67b8a7bfd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/180990a67b8a7bfd","status":"passed","time":{"start":1706112158262,"stop":1706112158262,"duration":0}},{"uid":"eb7669498eb1914b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/eb7669498eb1914b","status":"passed","time":{"start":1706111870561,"stop":1706111870562,"duration":1}},{"uid":"d3fd99e79163bf72","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d3fd99e79163bf72","status":"passed","time":{"start":1706109756248,"stop":1706109756249,"duration":1}},{"uid":"a3ef70fac4aff34e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a3ef70fac4aff34e","status":"passed","time":{"start":1706103280828,"stop":1706103280834,"duration":6}},{"uid":"e3d0516424254e8c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e3d0516424254e8c","status":"passed","time":{"start":1706103332258,"stop":1706103332258,"duration":0}},{"uid":"2b42e2a78d749f37","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2b42e2a78d749f37","status":"passed","time":{"start":1706102670260,"stop":1706102670260,"duration":0}},{"uid":"59e806f5c7c398","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/59e806f5c7c398","status":"passed","time":{"start":1706102539191,"stop":1706102539191,"duration":0}}]},"1ba6ff89f418899b4b972ae04a4f11d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf77af414b65182","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/dcf77af414b65182","status":"passed","time":{"start":1705938343412,"stop":1705938343412,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":129,"unknown":0,"total":130},"items":[{"uid":"b6d80e43b4b09371","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b6d80e43b4b09371","status":"passed","time":{"start":1706529268053,"stop":1706529268053,"duration":0}},{"uid":"264d6a2ec0c5ac8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/264d6a2ec0c5ac8","status":"passed","time":{"start":1706528227158,"stop":1706528227159,"duration":1}},{"uid":"afa9691b312a41f6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/afa9691b312a41f6","status":"passed","time":{"start":1706527190763,"stop":1706527190764,"duration":1}},{"uid":"f915b43fca1d02fe","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f915b43fca1d02fe","status":"passed","time":{"start":1706526900155,"stop":1706526900155,"duration":0}},{"uid":"339f820bb7923faa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/339f820bb7923faa","status":"passed","time":{"start":1706526805128,"stop":1706526805131,"duration":3}},{"uid":"d9d719d6181c8baa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d9d719d6181c8baa","status":"passed","time":{"start":1706526239680,"stop":1706526239681,"duration":1}},{"uid":"dcf14c12a7bbc284","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dcf14c12a7bbc284","status":"passed","time":{"start":1706525701054,"stop":1706525701055,"duration":1}},{"uid":"29776b76d2d7f29","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/29776b76d2d7f29","status":"passed","time":{"start":1706525290656,"stop":1706525290656,"duration":0}},{"uid":"76f2725867d2e013","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/76f2725867d2e013","status":"passed","time":{"start":1706467928031,"stop":1706467928031,"duration":0}},{"uid":"bc2ae9861de51ea","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/bc2ae9861de51ea","status":"passed","time":{"start":1706323327241,"stop":1706323327242,"duration":1}},{"uid":"128c6390dd31a049","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/128c6390dd31a049","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449221,"stop":1706321449221,"duration":0}},{"uid":"f6816a9416804569","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f6816a9416804569","status":"passed","time":{"start":1706115400176,"stop":1706115400177,"duration":1}},{"uid":"4ecdf86c9f340a95","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4ecdf86c9f340a95","status":"passed","time":{"start":1706114546368,"stop":1706114546369,"duration":1}},{"uid":"e6606bd183f9923","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e6606bd183f9923","status":"passed","time":{"start":1706112015692,"stop":1706112015692,"duration":0}},{"uid":"ac27f0f37d51c260","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ac27f0f37d51c260","status":"passed","time":{"start":1706111736268,"stop":1706111736269,"duration":1}},{"uid":"a0574c267867fc23","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a0574c267867fc23","status":"passed","time":{"start":1706109647601,"stop":1706109647602,"duration":1}},{"uid":"54dd292a233334bf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/54dd292a233334bf","status":"passed","time":{"start":1706103431924,"stop":1706103431924,"duration":0}},{"uid":"271558d8e5d50585","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/271558d8e5d50585","status":"passed","time":{"start":1706103172413,"stop":1706103172413,"duration":0}},{"uid":"2ac2b1e567bec4fe","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2ac2b1e567bec4fe","status":"passed","time":{"start":1706102539696,"stop":1706102539696,"duration":0}},{"uid":"86182917d532eadc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/86182917d532eadc","status":"passed","time":{"start":1706102412590,"stop":1706102412591,"duration":1}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"c3ae8f7084671bf2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c3ae8f7084671bf2","status":"passed","time":{"start":1706528965686,"stop":1706528965686,"duration":0}},{"uid":"a8a4aed9674e27c4","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a8a4aed9674e27c4","status":"passed","time":{"start":1706527923886,"stop":1706527923886,"duration":0}},{"uid":"a1b7c39156e496b9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a1b7c39156e496b9","status":"passed","time":{"start":1706526930868,"stop":1706526930869,"duration":1}},{"uid":"8d6edd4798cf722f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8d6edd4798cf722f","status":"passed","time":{"start":1706526632107,"stop":1706526632108,"duration":1}},{"uid":"fc7dc19df907a5d2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fc7dc19df907a5d2","status":"passed","time":{"start":1706526534080,"stop":1706526534080,"duration":0}},{"uid":"1a0d3dd6e537b0ab","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1a0d3dd6e537b0ab","status":"passed","time":{"start":1706525958174,"stop":1706525958174,"duration":0}},{"uid":"a23a13e547509bdf","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a23a13e547509bdf","status":"passed","time":{"start":1706525436725,"stop":1706525436725,"duration":0}},{"uid":"b5081bce9969055c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b5081bce9969055c","status":"passed","time":{"start":1706524982437,"stop":1706524982437,"duration":0}},{"uid":"a55672b20e6bf1a7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a55672b20e6bf1a7","status":"passed","time":{"start":1706467678803,"stop":1706467678803,"duration":0}},{"uid":"550ab464fe70ac46","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/550ab464fe70ac46","status":"passed","time":{"start":1706323040474,"stop":1706323040474,"duration":0}},{"uid":"cd2a943d76e0256","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cd2a943d76e0256","status":"passed","time":{"start":1706321353354,"stop":1706321353355,"duration":1}},{"uid":"ef4aa4cdafa576a4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ef4aa4cdafa576a4","status":"passed","time":{"start":1706114292386,"stop":1706114292386,"duration":0}},{"uid":"a0b3670407ddaa96","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a0b3670407ddaa96","status":"passed","time":{"start":1706111780343,"stop":1706111780344,"duration":1}},{"uid":"5ef64e810e5e7804","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5ef64e810e5e7804","status":"passed","time":{"start":1706111464023,"stop":1706111464024,"duration":1}},{"uid":"d91c3d8fc576a980","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d91c3d8fc576a980","status":"passed","time":{"start":1706109370858,"stop":1706109370858,"duration":0}},{"uid":"460616ce90e287d0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/460616ce90e287d0","status":"passed","time":{"start":1706103179186,"stop":1706103179186,"duration":0}},{"uid":"db6bd02d87fa56fa","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/db6bd02d87fa56fa","status":"passed","time":{"start":1706102925546,"stop":1706102925546,"duration":0}},{"uid":"209e7c47c34941e4","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/209e7c47c34941e4","status":"passed","time":{"start":1706102273664,"stop":1706102273664,"duration":0}},{"uid":"c610a04da7acb3a0","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c610a04da7acb3a0","status":"passed","time":{"start":1706102152989,"stop":1706102152989,"duration":0}},{"uid":"3852cacaf73b5344","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/3852cacaf73b5344","status":"passed","time":{"start":1706101976584,"stop":1706101976584,"duration":0}}]},"e26b2446d347308d54c4b0176b040094:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f67b0bc7c8c06ea6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f67b0bc7c8c06ea6","status":"passed","time":{"start":1706103054160,"stop":1706103054164,"duration":4}}]},"691c19255c1060398a1a4fe52553f3f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff2955f77932a846","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/ff2955f77932a846","status":"passed","time":{"start":1705580376454,"stop":1705580376454,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"30b9d10db9a9cc5f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/30b9d10db9a9cc5f","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0}},{"uid":"d64bb55b39cde206","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d64bb55b39cde206","status":"passed","time":{"start":1706528204198,"stop":1706528204198,"duration":0}},{"uid":"9fcb97abbe78dfe8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9fcb97abbe78dfe8","status":"passed","time":{"start":1706527085308,"stop":1706527085309,"duration":1}},{"uid":"36a9d10579c29fbb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/36a9d10579c29fbb","status":"passed","time":{"start":1706526783361,"stop":1706526783361,"duration":0}},{"uid":"940a7cb314983152","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/940a7cb314983152","status":"passed","time":{"start":1706526690249,"stop":1706526690249,"duration":0}},{"uid":"a65fd55ceaf8308d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a65fd55ceaf8308d","status":"passed","time":{"start":1706526129364,"stop":1706526129366,"duration":2}},{"uid":"cf8b99b7379db14f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/cf8b99b7379db14f","status":"passed","time":{"start":1706525593253,"stop":1706525593253,"duration":0}},{"uid":"aea38fd1b0c78163","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/aea38fd1b0c78163","status":"passed","time":{"start":1706525226775,"stop":1706525226776,"duration":1}},{"uid":"312b6fdfe58591a7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/312b6fdfe58591a7","status":"passed","time":{"start":1706467837080,"stop":1706467837081,"duration":1}},{"uid":"728d6b8dc8751bdb","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/728d6b8dc8751bdb","status":"passed","time":{"start":1706323213966,"stop":1706323213967,"duration":1}},{"uid":"9d19d0aa997abfc0","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9d19d0aa997abfc0","status":"passed","time":{"start":1706321475545,"stop":1706321475545,"duration":0}},{"uid":"bba90fed2cededaf","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bba90fed2cededaf","status":"passed","time":{"start":1706115285524,"stop":1706115285524,"duration":0}},{"uid":"e64e3b89a61fbfd5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e64e3b89a61fbfd5","status":"passed","time":{"start":1706114454503,"stop":1706114454503,"duration":0}},{"uid":"10ea493470c8bcbc","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/10ea493470c8bcbc","status":"passed","time":{"start":1706111914127,"stop":1706111914128,"duration":1}},{"uid":"732955b9610c78db","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/732955b9610c78db","status":"passed","time":{"start":1706111616730,"stop":1706111616730,"duration":0}},{"uid":"5076cacfa6839a1e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5076cacfa6839a1e","status":"passed","time":{"start":1706109533621,"stop":1706109533622,"duration":1}},{"uid":"d52d6b8cc2962af9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d52d6b8cc2962af9","status":"passed","time":{"start":1706103308653,"stop":1706103308653,"duration":0}},{"uid":"2f067b7d0b845c0d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2f067b7d0b845c0d","status":"passed","time":{"start":1706103054143,"stop":1706103054143,"duration":0}},{"uid":"44e5d2eeed2f2e29","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/44e5d2eeed2f2e29","status":"passed","time":{"start":1706102435001,"stop":1706102435001,"duration":0}},{"uid":"e03fda4f0f5299e3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e03fda4f0f5299e3","status":"passed","time":{"start":1706102331411,"stop":1706102331411,"duration":0}}]},"be89c33adf7c0568e8f3c63f6c2a014c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0d1cfbf95f109ed","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d0d1cfbf95f109ed","status":"passed","time":{"start":1705911533364,"stop":1705911533365,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":128,"passed":0,"unknown":0,"total":128},"items":[{"uid":"a19200e64bc12a24","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a19200e64bc12a24","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529223902,"stop":1706529223902,"duration":0}},{"uid":"aa2c58e3b4b68ae0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/aa2c58e3b4b68ae0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528204212,"stop":1706528204212,"duration":0}},{"uid":"17b9b6e14346cfda","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/17b9b6e14346cfda","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527085320,"stop":1706527085320,"duration":0}},{"uid":"7f020790653ebd2f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7f020790653ebd2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526783371,"stop":1706526783371,"duration":0}},{"uid":"ae57ef042a7a7d3f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ae57ef042a7a7d3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526690283,"stop":1706526690283,"duration":0}},{"uid":"dba3de8c77053721","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/dba3de8c77053721","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526129394,"stop":1706526129394,"duration":0}},{"uid":"489a1fa679c2d8bc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/489a1fa679c2d8bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525593277,"stop":1706525593277,"duration":0}},{"uid":"f75bcd44020392aa","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f75bcd44020392aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525226799,"stop":1706525226799,"duration":0}},{"uid":"688f051276ddd02f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/688f051276ddd02f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467837101,"stop":1706467837101,"duration":0}},{"uid":"604ea86a9b76ea05","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/604ea86a9b76ea05","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323213979,"stop":1706323213979,"duration":0}},{"uid":"5c96091fddf6f7b9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5c96091fddf6f7b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321475558,"stop":1706321475558,"duration":0}},{"uid":"8fe371d7ec7e9389","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8fe371d7ec7e9389","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115285543,"stop":1706115285543,"duration":0}},{"uid":"21c3930d2b36d0ea","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/21c3930d2b36d0ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114454518,"stop":1706114454518,"duration":0}},{"uid":"e6c4396c65ef951d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e6c4396c65ef951d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111914153,"stop":1706111914153,"duration":0}},{"uid":"7f23ca4444bbd3f7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7f23ca4444bbd3f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111616753,"stop":1706111616754,"duration":1}},{"uid":"1dfee929b5942413","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1dfee929b5942413","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109533642,"stop":1706109533642,"duration":0}},{"uid":"71323c0644e4b197","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/71323c0644e4b197","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103308668,"stop":1706103308668,"duration":0}},{"uid":"3790d2ef8e6936a3","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/3790d2ef8e6936a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103054177,"stop":1706103054177,"duration":0}},{"uid":"c82af146ae662fdb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c82af146ae662fdb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102435014,"stop":1706102435015,"duration":1}},{"uid":"d1f04e4680123b5a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d1f04e4680123b5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102331422,"stop":1706102331422,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"3f63c99dc74a706f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3f63c99dc74a706f","status":"passed","time":{"start":1706528729416,"stop":1706528729416,"duration":0}},{"uid":"50156c0e6c64d58","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/50156c0e6c64d58","status":"passed","time":{"start":1706527698861,"stop":1706527698862,"duration":1}},{"uid":"ca2001792503c244","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ca2001792503c244","status":"passed","time":{"start":1706526712946,"stop":1706526712947,"duration":1}},{"uid":"e645172c799b2e24","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e645172c799b2e24","status":"passed","time":{"start":1706526411257,"stop":1706526411257,"duration":0}},{"uid":"ca54e10e113cb016","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ca54e10e113cb016","status":"passed","time":{"start":1706526316473,"stop":1706526316473,"duration":0}},{"uid":"cef775f4b468b7c3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cef775f4b468b7c3","status":"passed","time":{"start":1706525744161,"stop":1706525744161,"duration":0}},{"uid":"3debf36b7d75a979","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3debf36b7d75a979","status":"passed","time":{"start":1706525211106,"stop":1706525211107,"duration":1}},{"uid":"6d812bf43c3fbfa6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6d812bf43c3fbfa6","status":"passed","time":{"start":1706524772404,"stop":1706524772404,"duration":0}},{"uid":"f890856d3df96719","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f890856d3df96719","status":"passed","time":{"start":1706467466251,"stop":1706467466251,"duration":0}},{"uid":"56c0bb49296ac1c6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/56c0bb49296ac1c6","status":"passed","time":{"start":1706322818130,"stop":1706322818130,"duration":0}},{"uid":"f9996cade23228da","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f9996cade23228da","status":"passed","time":{"start":1706321132317,"stop":1706321132317,"duration":0}},{"uid":"fbe4a6ed3778242f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/fbe4a6ed3778242f","status":"passed","time":{"start":1706244648264,"stop":1706244648265,"duration":1}},{"uid":"5bcb9485838eaea","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/5bcb9485838eaea","status":"passed","time":{"start":1706242216311,"stop":1706242216311,"duration":0}},{"uid":"f223ffad78e83ec4","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f223ffad78e83ec4","status":"passed","time":{"start":1706114904747,"stop":1706114904748,"duration":1}},{"uid":"865b2c126be4f5f2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/865b2c126be4f5f2","status":"passed","time":{"start":1706114075344,"stop":1706114075344,"duration":0}},{"uid":"d52771b043ed4305","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d52771b043ed4305","status":"passed","time":{"start":1706111549895,"stop":1706111549895,"duration":0}},{"uid":"38a1dc13803cd473","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/38a1dc13803cd473","status":"passed","time":{"start":1706111239549,"stop":1706111239550,"duration":1}},{"uid":"9d01613c2e2d425c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9d01613c2e2d425c","status":"passed","time":{"start":1706109141780,"stop":1706109141780,"duration":0}},{"uid":"f35a336d8db987bf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f35a336d8db987bf","status":"passed","time":{"start":1706102960253,"stop":1706102960254,"duration":1}},{"uid":"33ac73282ad579ab","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/33ac73282ad579ab","status":"passed","time":{"start":1706102700180,"stop":1706102700181,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":34,"passed":0,"unknown":0,"total":34},"items":[{"uid":"381c294e7dddc11c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/381c294e7dddc11c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529333252,"stop":1706529333252,"duration":0}},{"uid":"b8d54a197339e7e5","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b8d54a197339e7e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528290460,"stop":1706528290460,"duration":0}},{"uid":"e3c15cfa6de87df","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e3c15cfa6de87df","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527264355,"stop":1706527264356,"duration":1}},{"uid":"495c4c1467810ce4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/495c4c1467810ce4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526976771,"stop":1706526976771,"duration":0}},{"uid":"6519a6949e6d03a0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6519a6949e6d03a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526885806,"stop":1706526885806,"duration":0}},{"uid":"bfa5e5dd76cb58e8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bfa5e5dd76cb58e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526330095,"stop":1706526330096,"duration":1}},{"uid":"33f7b51df5d9c9e9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/33f7b51df5d9c9e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525780723,"stop":1706525780723,"duration":0}},{"uid":"ad255c6e6058f91e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ad255c6e6058f91e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525359491,"stop":1706525359491,"duration":0}},{"uid":"e8cd2982c8a06169","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e8cd2982c8a06169","status":"skipped","statusDetails":"Test ignored","time":{"start":1706468042636,"stop":1706468042636,"duration":0}},{"uid":"15f42d1dddf57b03","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/15f42d1dddf57b03","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323386926,"stop":1706323386927,"duration":1}},{"uid":"c79824acd755dcba","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c79824acd755dcba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321713099,"stop":1706321713099,"duration":0}},{"uid":"b38bd665ec94dd57","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b38bd665ec94dd57","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115482611,"stop":1706115482611,"duration":0}},{"uid":"2123088a4e76d5c9","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2123088a4e76d5c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114635405,"stop":1706114635405,"duration":0}},{"uid":"a910faab328a7e83","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a910faab328a7e83","status":"skipped","statusDetails":"Test ignored","time":{"start":1706112127561,"stop":1706112127561,"duration":0}},{"uid":"ec62ab4a4c1408e0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ec62ab4a4c1408e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111809274,"stop":1706111809274,"duration":0}},{"uid":"3fa60be1cc916ec6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3fa60be1cc916ec6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109719520,"stop":1706109719521,"duration":1}},{"uid":"5c0f67ed4f341f74","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5c0f67ed4f341f74","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103518434,"stop":1706103518434,"duration":0}},{"uid":"4b3f01b4c6419584","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4b3f01b4c6419584","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103305155,"stop":1706103305155,"duration":0}},{"uid":"52ec7963ead402e1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/52ec7963ead402e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102626852,"stop":1706102626852,"duration":0}},{"uid":"c9160937f5e4679f","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c9160937f5e4679f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102491834,"stop":1706102491834,"duration":0}}]},"c2ddf1a972f15c145957b2906b5e2142:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cce3261349cf98f","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/cce3261349cf98f","status":"passed","time":{"start":1705466938639,"stop":1705466938639,"duration":0}}]},"31e9c379fd551172cf44ca3f45fbe01b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eacaa59e625102d4","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/eacaa59e625102d4","status":"passed","time":{"start":1705429205096,"stop":1705429205096,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"b3b34b7f19e503a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b3b34b7f19e503a1","status":"passed","time":{"start":1706528736041,"stop":1706528736041,"duration":0}},{"uid":"f9fc258a58aef857","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f9fc258a58aef857","status":"passed","time":{"start":1706527705424,"stop":1706527705424,"duration":0}},{"uid":"d2bd52296424215f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d2bd52296424215f","status":"passed","time":{"start":1706526721657,"stop":1706526721657,"duration":0}},{"uid":"47639eb5e07202d6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/47639eb5e07202d6","status":"passed","time":{"start":1706526417561,"stop":1706526417561,"duration":0}},{"uid":"2a399e0099471591","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2a399e0099471591","status":"passed","time":{"start":1706526322671,"stop":1706526322671,"duration":0}},{"uid":"849f2febd439702d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/849f2febd439702d","status":"passed","time":{"start":1706525752764,"stop":1706525752764,"duration":0}},{"uid":"ded5c9deda1804ea","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ded5c9deda1804ea","status":"passed","time":{"start":1706525219893,"stop":1706525219893,"duration":0}},{"uid":"b7ee33a5e99d0133","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b7ee33a5e99d0133","status":"passed","time":{"start":1706524780926,"stop":1706524780927,"duration":1}},{"uid":"904460eca0175c19","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/904460eca0175c19","status":"passed","time":{"start":1706467474874,"stop":1706467474874,"duration":0}},{"uid":"7da7531bd3cbfdee","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7da7531bd3cbfdee","status":"passed","time":{"start":1706322827216,"stop":1706322827216,"duration":0}},{"uid":"aa6a6c4a8298ff2d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/aa6a6c4a8298ff2d","status":"passed","time":{"start":1706321140679,"stop":1706321140679,"duration":0}},{"uid":"ae9d35be3b136874","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ae9d35be3b136874","status":"passed","time":{"start":1706244656773,"stop":1706244656773,"duration":0}},{"uid":"8f661e277d5b9c2b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8f661e277d5b9c2b","status":"passed","time":{"start":1706242225086,"stop":1706242225086,"duration":0}},{"uid":"c1f8d13967093961","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c1f8d13967093961","status":"passed","time":{"start":1706114913326,"stop":1706114913327,"duration":1}},{"uid":"bd3ef2ac95cfe674","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bd3ef2ac95cfe674","status":"passed","time":{"start":1706114084088,"stop":1706114084088,"duration":0}},{"uid":"d504a9f070636bc1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d504a9f070636bc1","status":"passed","time":{"start":1706111558875,"stop":1706111558875,"duration":0}},{"uid":"a3c8f72a00c9b5c2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a3c8f72a00c9b5c2","status":"passed","time":{"start":1706111248339,"stop":1706111248340,"duration":1}},{"uid":"d4c44218d21d3335","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d4c44218d21d3335","status":"passed","time":{"start":1706109150499,"stop":1706109150499,"duration":0}},{"uid":"8841a8689e70f5b4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8841a8689e70f5b4","status":"passed","time":{"start":1706102968918,"stop":1706102968918,"duration":0}},{"uid":"4fd37ad98e58dd2","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4fd37ad98e58dd2","status":"passed","time":{"start":1706102708598,"stop":1706102708598,"duration":0}}]},"fc2f112a1699164eb4e9d3ffcf2c251c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"add2e4159de7addf","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/add2e4159de7addf","status":"passed","time":{"start":1706103153325,"stop":1706103153328,"duration":3}}]},"21e324c6971893d56bbfb6107c9be871:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"755ad437bb93defa","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/755ad437bb93defa","status":"passed","time":{"start":1705580356182,"stop":1705580356182,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":32,"unknown":0,"total":32},"items":[{"uid":"d9cb852ef66b17ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d9cb852ef66b17ff","status":"passed","time":{"start":1706529403582,"stop":1706529403582,"duration":0}},{"uid":"5832f951a945142","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/5832f951a945142","status":"passed","time":{"start":1706528357118,"stop":1706528357118,"duration":0}},{"uid":"17823d85fdb46d57","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/17823d85fdb46d57","status":"passed","time":{"start":1706527326702,"stop":1706527326703,"duration":1}},{"uid":"5956d85a985529d0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5956d85a985529d0","status":"passed","time":{"start":1706527049804,"stop":1706527049804,"duration":0}},{"uid":"2a869058f1a605ac","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2a869058f1a605ac","status":"passed","time":{"start":1706526961453,"stop":1706526961453,"duration":0}},{"uid":"a0363202c9f0ae00","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a0363202c9f0ae00","status":"passed","time":{"start":1706526404291,"stop":1706526404291,"duration":0}},{"uid":"412a18017ea9a77e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/412a18017ea9a77e","status":"passed","time":{"start":1706525849967,"stop":1706525849967,"duration":0}},{"uid":"f22e7031d6d03cf1","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f22e7031d6d03cf1","status":"passed","time":{"start":1706525432959,"stop":1706525432960,"duration":1}},{"uid":"376748ec0e957859","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/376748ec0e957859","status":"passed","time":{"start":1706468114359,"stop":1706468114359,"duration":0}},{"uid":"5a97192de92924e3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5a97192de92924e3","status":"passed","time":{"start":1706323469659,"stop":1706323469659,"duration":0}},{"uid":"8bf5bc5414f60da1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/8bf5bc5414f60da1","status":"passed","time":{"start":1706321771802,"stop":1706321771802,"duration":0}},{"uid":"52539b2269b34f82","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/52539b2269b34f82","status":"passed","time":{"start":1706115542405,"stop":1706115542405,"duration":0}},{"uid":"629f945d7817ce34","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/629f945d7817ce34","status":"passed","time":{"start":1706114725929,"stop":1706114725929,"duration":0}},{"uid":"5a341da3b4f0020f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5a341da3b4f0020f","status":"passed","time":{"start":1706112199275,"stop":1706112199275,"duration":0}},{"uid":"24b9a3cd3431bbac","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/24b9a3cd3431bbac","status":"passed","time":{"start":1706111893747,"stop":1706111893747,"duration":0}},{"uid":"e3ebcdddb8eb6b2b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e3ebcdddb8eb6b2b","status":"passed","time":{"start":1706109796561,"stop":1706109796561,"duration":0}},{"uid":"123a00b57d8e2d6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/123a00b57d8e2d6","status":"passed","time":{"start":1706103557162,"stop":1706103557162,"duration":0}},{"uid":"e7aa54754412ecbd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e7aa54754412ecbd","status":"passed","time":{"start":1706103365814,"stop":1706103365815,"duration":1}},{"uid":"de1602c851c39339","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/de1602c851c39339","status":"passed","time":{"start":1706102701061,"stop":1706102701061,"duration":0}},{"uid":"57a92652c7898ed7","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/57a92652c7898ed7","status":"passed","time":{"start":1706102579568,"stop":1706102579569,"duration":1}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":131,"unknown":0,"total":133},"items":[{"uid":"ff9de4cb5b897567","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ff9de4cb5b897567","status":"passed","time":{"start":1706529410669,"stop":1706529410670,"duration":1}},{"uid":"77fee09b1e12b4a7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/77fee09b1e12b4a7","status":"passed","time":{"start":1706528377615,"stop":1706528377615,"duration":0}},{"uid":"b6ef7eec540cc57d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b6ef7eec540cc57d","status":"passed","time":{"start":1706527306306,"stop":1706527306306,"duration":0}},{"uid":"6ad35e860524a116","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6ad35e860524a116","status":"passed","time":{"start":1706527046992,"stop":1706527046993,"duration":1}},{"uid":"30ce52b9f2e0e2cf","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/30ce52b9f2e0e2cf","status":"passed","time":{"start":1706526952000,"stop":1706526952000,"duration":0}},{"uid":"ad958da7320a97bc","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ad958da7320a97bc","status":"passed","time":{"start":1706526389839,"stop":1706526389839,"duration":0}},{"uid":"14995a1b54b9db51","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/14995a1b54b9db51","status":"passed","time":{"start":1706525847950,"stop":1706525847950,"duration":0}},{"uid":"5e467103c4b3f18f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5e467103c4b3f18f","status":"passed","time":{"start":1706525437955,"stop":1706525437955,"duration":0}},{"uid":"1c750fc8a27bbc54","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1c750fc8a27bbc54","status":"passed","time":{"start":1706468095743,"stop":1706468095743,"duration":0}},{"uid":"57d75410106de282","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/57d75410106de282","status":"passed","time":{"start":1706323461754,"stop":1706323461755,"duration":1}},{"uid":"3c5c16e268aaf8e2","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3c5c16e268aaf8e2","status":"passed","time":{"start":1706321743323,"stop":1706321743323,"duration":0}},{"uid":"23e52730240592d9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/23e52730240592d9","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010803,"stop":1706245010803,"duration":0}},{"uid":"a58326683489d681","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/a58326683489d681","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544443,"stop":1706242544443,"duration":0}},{"uid":"aa8c447c67249f64","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/aa8c447c67249f64","status":"passed","time":{"start":1706115531606,"stop":1706115531606,"duration":0}},{"uid":"10435b095b1724da","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/10435b095b1724da","status":"passed","time":{"start":1706114715197,"stop":1706114715198,"duration":1}},{"uid":"1adc5806b742e7bc","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1adc5806b742e7bc","status":"passed","time":{"start":1706112185140,"stop":1706112185140,"duration":0}},{"uid":"3905a3326724e3e2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3905a3326724e3e2","status":"passed","time":{"start":1706111901263,"stop":1706111901263,"duration":0}},{"uid":"ddd9f437a09169e7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ddd9f437a09169e7","status":"passed","time":{"start":1706109791590,"stop":1706109791591,"duration":1}},{"uid":"ee479099b0d1f0ed","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ee479099b0d1f0ed","status":"passed","time":{"start":1706103523184,"stop":1706103523184,"duration":0}},{"uid":"f395809c903672a4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/f395809c903672a4","status":"passed","time":{"start":1706103343825,"stop":1706103343826,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"8b65c7cf6de0c6f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8b65c7cf6de0c6f","status":"passed","time":{"start":1706529218544,"stop":1706529218545,"duration":1}},{"uid":"22692a14fef159b2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/22692a14fef159b2","status":"passed","time":{"start":1706528190594,"stop":1706528190594,"duration":0}},{"uid":"cf3ab72191fa5170","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cf3ab72191fa5170","status":"passed","time":{"start":1706527166815,"stop":1706527166816,"duration":1}},{"uid":"2a6ee2f86c8991cb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2a6ee2f86c8991cb","status":"passed","time":{"start":1706526866918,"stop":1706526866918,"duration":0}},{"uid":"40ec65d984367b55","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/40ec65d984367b55","status":"passed","time":{"start":1706526763580,"stop":1706526763580,"duration":0}},{"uid":"ef24379b77654943","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ef24379b77654943","status":"passed","time":{"start":1706526185702,"stop":1706526185702,"duration":0}},{"uid":"661d631a2d50e08e","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/661d631a2d50e08e","status":"passed","time":{"start":1706525659018,"stop":1706525659019,"duration":1}},{"uid":"680e4a1d19606b30","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/680e4a1d19606b30","status":"passed","time":{"start":1706525242386,"stop":1706525242386,"duration":0}},{"uid":"cbd87b33377986c2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/cbd87b33377986c2","status":"passed","time":{"start":1706467906895,"stop":1706467906896,"duration":1}},{"uid":"b4efb7ccc67a25c5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b4efb7ccc67a25c5","status":"passed","time":{"start":1706323273302,"stop":1706323273303,"duration":1}},{"uid":"df65b0b330112dc1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/df65b0b330112dc1","status":"passed","time":{"start":1706321575900,"stop":1706321575901,"duration":1}},{"uid":"d9b2672ce2cc37ab","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d9b2672ce2cc37ab","status":"passed","time":{"start":1706115384064,"stop":1706115384064,"duration":0}},{"uid":"9b25e37e1fa4ecb8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/9b25e37e1fa4ecb8","status":"passed","time":{"start":1706114521960,"stop":1706114521961,"duration":1}},{"uid":"d46c4185a01fb01","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d46c4185a01fb01","status":"passed","time":{"start":1706112015272,"stop":1706112015272,"duration":0}},{"uid":"b8720581d9d2bc0c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b8720581d9d2bc0c","status":"passed","time":{"start":1706111693414,"stop":1706111693415,"duration":1}},{"uid":"2a435e85bc6aa299","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2a435e85bc6aa299","status":"passed","time":{"start":1706109609752,"stop":1706109609752,"duration":0}},{"uid":"6e66ed6d04fec296","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6e66ed6d04fec296","status":"passed","time":{"start":1706103393477,"stop":1706103393477,"duration":0}},{"uid":"e6e87d98ceb7272e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e6e87d98ceb7272e","status":"passed","time":{"start":1706103153329,"stop":1706103153329,"duration":0}},{"uid":"6524c9c20067d6b8","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6524c9c20067d6b8","status":"passed","time":{"start":1706102507037,"stop":1706102507037,"duration":0}},{"uid":"fe3718501f527e2d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/fe3718501f527e2d","status":"passed","time":{"start":1706102385200,"stop":1706102385201,"duration":1}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"817fb6a563ed8fee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/817fb6a563ed8fee","status":"passed","time":{"start":1706528735299,"stop":1706528735300,"duration":1}},{"uid":"8607e7bdfddb43fe","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8607e7bdfddb43fe","status":"passed","time":{"start":1706527704725,"stop":1706527704725,"duration":0}},{"uid":"3eb1bf2d3bfef80c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3eb1bf2d3bfef80c","status":"passed","time":{"start":1706526720940,"stop":1706526720940,"duration":0}},{"uid":"7a35e81f37b971ae","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7a35e81f37b971ae","status":"passed","time":{"start":1706526416856,"stop":1706526416856,"duration":0}},{"uid":"50a459c7addd5d98","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/50a459c7addd5d98","status":"passed","time":{"start":1706526321985,"stop":1706526321985,"duration":0}},{"uid":"438293a98c3e6f4f","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/438293a98c3e6f4f","status":"passed","time":{"start":1706525752108,"stop":1706525752109,"duration":1}},{"uid":"86fb025a51498eec","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/86fb025a51498eec","status":"passed","time":{"start":1706525219347,"stop":1706525219347,"duration":0}},{"uid":"653591b1ab02e2ab","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/653591b1ab02e2ab","status":"passed","time":{"start":1706524780284,"stop":1706524780285,"duration":1}},{"uid":"5be003a080a43eb9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5be003a080a43eb9","status":"passed","time":{"start":1706467474203,"stop":1706467474203,"duration":0}},{"uid":"fa7175fb315f816b","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fa7175fb315f816b","status":"passed","time":{"start":1706322826486,"stop":1706322826487,"duration":1}},{"uid":"58a6478de9617e38","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/58a6478de9617e38","status":"passed","time":{"start":1706321140030,"stop":1706321140031,"duration":1}},{"uid":"f8f5ad4b29774892","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f8f5ad4b29774892","status":"passed","time":{"start":1706244656084,"stop":1706244656084,"duration":0}},{"uid":"327d7dc763e5014f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/327d7dc763e5014f","status":"passed","time":{"start":1706242224457,"stop":1706242224457,"duration":0}},{"uid":"44fecf1808cd4285","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/44fecf1808cd4285","status":"passed","time":{"start":1706114912667,"stop":1706114912667,"duration":0}},{"uid":"3a01f96f713b5c4e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3a01f96f713b5c4e","status":"passed","time":{"start":1706114083453,"stop":1706114083453,"duration":0}},{"uid":"3fd24dec34553a75","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3fd24dec34553a75","status":"passed","time":{"start":1706111558141,"stop":1706111558141,"duration":0}},{"uid":"833b6cf52aa67846","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/833b6cf52aa67846","status":"passed","time":{"start":1706111247733,"stop":1706111247733,"duration":0}},{"uid":"ec5f38dadb8684fa","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ec5f38dadb8684fa","status":"passed","time":{"start":1706109149760,"stop":1706109149762,"duration":2}},{"uid":"6d9431917e3cc05c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6d9431917e3cc05c","status":"passed","time":{"start":1706102968241,"stop":1706102968242,"duration":1}},{"uid":"9e8efaf3828cd6ee","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9e8efaf3828cd6ee","status":"passed","time":{"start":1706102707971,"stop":1706102707972,"duration":1}}]},"483db938f98d21e895d6a1abe725e6a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e4441d85408e8a47","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/e4441d85408e8a47","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705502684094,"stop":1705502684094,"duration":0}}]},"94ffc2553d70e35ad74ec06f5e976faa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"123077d3df05a308","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/123077d3df05a308","status":"passed","time":{"start":1705950488308,"stop":1705950488308,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"61373f58c4cf6594","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/61373f58c4cf6594","status":"passed","time":{"start":1706529092200,"stop":1706529092202,"duration":2}},{"uid":"b411f9acd37c7a21","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b411f9acd37c7a21","status":"passed","time":{"start":1706528057429,"stop":1706528057430,"duration":1}},{"uid":"310ae1364185b488","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/310ae1364185b488","status":"passed","time":{"start":1706526914759,"stop":1706526914760,"duration":1}},{"uid":"f207add255ba0aa6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f207add255ba0aa6","status":"passed","time":{"start":1706526612612,"stop":1706526612612,"duration":0}},{"uid":"adbe5dae02c2dcb7","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/adbe5dae02c2dcb7","status":"passed","time":{"start":1706526514756,"stop":1706526514757,"duration":1}},{"uid":"3ebe31976454fd7d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3ebe31976454fd7d","status":"passed","time":{"start":1706525945101,"stop":1706525945102,"duration":1}},{"uid":"c6dd84c7301f15a2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c6dd84c7301f15a2","status":"passed","time":{"start":1706525418814,"stop":1706525418814,"duration":0}},{"uid":"73ec4bc040dca26","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/73ec4bc040dca26","status":"passed","time":{"start":1706525116045,"stop":1706525116045,"duration":0}},{"uid":"3ffb036fd3577942","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3ffb036fd3577942","status":"passed","time":{"start":1706467681185,"stop":1706467681185,"duration":0}},{"uid":"9f17cc34399d3c39","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9f17cc34399d3c39","status":"passed","time":{"start":1706323017115,"stop":1706323017115,"duration":0}},{"uid":"b8c21036f0013196","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b8c21036f0013196","status":"passed","time":{"start":1706321333742,"stop":1706321333743,"duration":1}},{"uid":"f6c11ecbbce26e1a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f6c11ecbbce26e1a","status":"passed","time":{"start":1706115157086,"stop":1706115157086,"duration":0}},{"uid":"769799e96e103ee6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/769799e96e103ee6","status":"passed","time":{"start":1706114292021,"stop":1706114292021,"duration":0}},{"uid":"ec632c92322e4cd4","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ec632c92322e4cd4","status":"passed","time":{"start":1706111754986,"stop":1706111754989,"duration":3}},{"uid":"e16dca83007fcf5d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e16dca83007fcf5d","status":"passed","time":{"start":1706111454521,"stop":1706111454521,"duration":0}},{"uid":"c580b4aa94b3a83a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c580b4aa94b3a83a","status":"passed","time":{"start":1706109346652,"stop":1706109346652,"duration":0}},{"uid":"f913b3cc8f303b8c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f913b3cc8f303b8c","status":"passed","time":{"start":1706103153458,"stop":1706103153459,"duration":1}},{"uid":"877f267072ff170b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/877f267072ff170b","status":"passed","time":{"start":1706102905518,"stop":1706102905518,"duration":0}},{"uid":"10749f7e6aa79387","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/10749f7e6aa79387","status":"passed","time":{"start":1706102263596,"stop":1706102263597,"duration":1}},{"uid":"6fdadad6abb935cc","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6fdadad6abb935cc","status":"passed","time":{"start":1706102127462,"stop":1706102127462,"duration":0}}]},"cdcbae85c53f4deafe1762931263414b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef9813b6f43994bd","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ef9813b6f43994bd","status":"passed","time":{"start":1706112127572,"stop":1706112127573,"duration":1}}]},"77c5aab2e3281a66620855bfdb4ab48c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"811223123c3ae026","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/811223123c3ae026","status":"passed","time":{"start":1706114521960,"stop":1706114521960,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":35,"unknown":0,"total":37},"items":[{"uid":"bc41f85499256b97","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc41f85499256b97","status":"passed","time":{"start":1706528848468,"stop":1706528848468,"duration":0}},{"uid":"25d05bbc0374fa0c","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/25d05bbc0374fa0c","status":"passed","time":{"start":1706527813606,"stop":1706527813606,"duration":0}},{"uid":"4fbb320069a4bb61","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4fbb320069a4bb61","status":"passed","time":{"start":1706526833446,"stop":1706526833447,"duration":1}},{"uid":"cf539cc2ce959af5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cf539cc2ce959af5","status":"passed","time":{"start":1706526535575,"stop":1706526535575,"duration":0}},{"uid":"9b2fb91fbadb6bfd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9b2fb91fbadb6bfd","status":"passed","time":{"start":1706526432887,"stop":1706526432887,"duration":0}},{"uid":"86076feadbc9c613","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/86076feadbc9c613","status":"passed","time":{"start":1706525863195,"stop":1706525863195,"duration":0}},{"uid":"58193ea0b09670b5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/58193ea0b09670b5","status":"passed","time":{"start":1706525327036,"stop":1706525327036,"duration":0}},{"uid":"2f6a6c347aa57feb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/2f6a6c347aa57feb","status":"passed","time":{"start":1706524890663,"stop":1706524890664,"duration":1}},{"uid":"9eefdfb2de8c31d0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9eefdfb2de8c31d0","status":"passed","time":{"start":1706467585305,"stop":1706467585305,"duration":0}},{"uid":"f6e73234767757e2","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f6e73234767757e2","status":"passed","time":{"start":1706322939536,"stop":1706322939537,"duration":1}},{"uid":"1f6e6d16e79c658f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1f6e6d16e79c658f","status":"passed","time":{"start":1706321258430,"stop":1706321258430,"duration":0}},{"uid":"9fa7e7d4efe23bdc","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9fa7e7d4efe23bdc","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244702757,"stop":1706244702758,"duration":1}},{"uid":"a7fba6b5eaabb528","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/a7fba6b5eaabb528","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242267489,"stop":1706242267490,"duration":1}},{"uid":"f3364d1e9e78849d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f3364d1e9e78849d","status":"passed","time":{"start":1706115022326,"stop":1706115022328,"duration":2}},{"uid":"89fb0e6b73710ed8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/89fb0e6b73710ed8","status":"passed","time":{"start":1706114199108,"stop":1706114199108,"duration":0}},{"uid":"469909df1583f9cc","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/469909df1583f9cc","status":"passed","time":{"start":1706111666080,"stop":1706111666080,"duration":0}},{"uid":"17d0bf5441500bc5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/17d0bf5441500bc5","status":"passed","time":{"start":1706111361080,"stop":1706111361081,"duration":1}},{"uid":"f8c9b06b7e03876b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f8c9b06b7e03876b","status":"passed","time":{"start":1706109262493,"stop":1706109262493,"duration":0}},{"uid":"f1c39214dc7ccbdf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f1c39214dc7ccbdf","status":"passed","time":{"start":1706103081166,"stop":1706103081166,"duration":0}},{"uid":"c28f4eebcaa7a31c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c28f4eebcaa7a31c","status":"passed","time":{"start":1706102823293,"stop":1706102823299,"duration":6}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"504e682b474d5ef6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/504e682b474d5ef6","status":"passed","time":{"start":1706529403579,"stop":1706529403579,"duration":0}},{"uid":"56680aa673f159d6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/56680aa673f159d6","status":"passed","time":{"start":1706528357111,"stop":1706528357111,"duration":0}},{"uid":"b6ec71e70819a1ed","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b6ec71e70819a1ed","status":"passed","time":{"start":1706527326698,"stop":1706527326699,"duration":1}},{"uid":"9ed5bf96f9d9c5da","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9ed5bf96f9d9c5da","status":"passed","time":{"start":1706527049801,"stop":1706527049801,"duration":0}},{"uid":"d35ae7a6814d1d94","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d35ae7a6814d1d94","status":"passed","time":{"start":1706526961449,"stop":1706526961449,"duration":0}},{"uid":"47f2dc4f8014858b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/47f2dc4f8014858b","status":"passed","time":{"start":1706526404287,"stop":1706526404288,"duration":1}},{"uid":"ab9344ec0b18f72c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ab9344ec0b18f72c","status":"passed","time":{"start":1706525849963,"stop":1706525849963,"duration":0}},{"uid":"1887f68ee9227d9b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1887f68ee9227d9b","status":"passed","time":{"start":1706525432955,"stop":1706525432955,"duration":0}},{"uid":"7a3c65ffd81197d5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7a3c65ffd81197d5","status":"passed","time":{"start":1706468114355,"stop":1706468114355,"duration":0}},{"uid":"98efe1589645bebd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/98efe1589645bebd","status":"passed","time":{"start":1706323469656,"stop":1706323469656,"duration":0}},{"uid":"7f2ddb1976a68a6e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7f2ddb1976a68a6e","status":"passed","time":{"start":1706321771797,"stop":1706321771798,"duration":1}},{"uid":"f2727d7cf8b9a029","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f2727d7cf8b9a029","status":"passed","time":{"start":1706115542401,"stop":1706115542402,"duration":1}},{"uid":"6d735a4bb8a42a77","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6d735a4bb8a42a77","status":"passed","time":{"start":1706114725925,"stop":1706114725925,"duration":0}},{"uid":"33de1f8a4096df1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/33de1f8a4096df1","status":"passed","time":{"start":1706112199271,"stop":1706112199271,"duration":0}},{"uid":"72a52df268e8324a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/72a52df268e8324a","status":"passed","time":{"start":1706111893743,"stop":1706111893743,"duration":0}},{"uid":"1842df8d05e518","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1842df8d05e518","status":"passed","time":{"start":1706109796558,"stop":1706109796558,"duration":0}},{"uid":"6a303894d05dbb18","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6a303894d05dbb18","status":"passed","time":{"start":1706103557159,"stop":1706103557159,"duration":0}},{"uid":"e6732b69b8e5faa9","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e6732b69b8e5faa9","status":"passed","time":{"start":1706103365811,"stop":1706103365811,"duration":0}},{"uid":"ca9b1844b1cc2ef5","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/ca9b1844b1cc2ef5","status":"passed","time":{"start":1706102701057,"stop":1706102701057,"duration":0}},{"uid":"87bc5c050a1f30db","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/87bc5c050a1f30db","status":"passed","time":{"start":1706102579564,"stop":1706102579565,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"4137c25b7370fe9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4137c25b7370fe9f","status":"passed","time":{"start":1706529367479,"stop":1706529367479,"duration":0}},{"uid":"465c9ae65ed9f4c0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/465c9ae65ed9f4c0","status":"passed","time":{"start":1706528339936,"stop":1706528339936,"duration":0}},{"uid":"6deb7d5d6e69e347","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6deb7d5d6e69e347","status":"passed","time":{"start":1706527016303,"stop":1706527016304,"duration":1}},{"uid":"fd4935ed194c3c42","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/fd4935ed194c3c42","status":"passed","time":{"start":1706526929205,"stop":1706526929205,"duration":0}},{"uid":"d44526b22d322521","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d44526b22d322521","status":"passed","time":{"start":1706526355590,"stop":1706526355591,"duration":1}},{"uid":"e311da4f448ea26d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e311da4f448ea26d","status":"passed","time":{"start":1706525825284,"stop":1706525825284,"duration":0}},{"uid":"c8b679dc52d5858d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c8b679dc52d5858d","status":"passed","time":{"start":1706525414592,"stop":1706525414593,"duration":1}},{"uid":"5aeeb1aea14fbeef","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5aeeb1aea14fbeef","status":"passed","time":{"start":1706468084979,"stop":1706468084980,"duration":1}},{"uid":"c632d267b7a3d331","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c632d267b7a3d331","status":"passed","time":{"start":1706323430977,"stop":1706323430977,"duration":0}},{"uid":"962968667904cb27","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/962968667904cb27","status":"passed","time":{"start":1706321743972,"stop":1706321743972,"duration":0}},{"uid":"b57933b7a4e82031","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b57933b7a4e82031","status":"passed","time":{"start":1706115449598,"stop":1706115449600,"duration":2}},{"uid":"e5cc7f8dade64d81","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e5cc7f8dade64d81","status":"passed","time":{"start":1706114706815,"stop":1706114706816,"duration":1}},{"uid":"823ebeeeff4f647e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/823ebeeeff4f647e","status":"passed","time":{"start":1706112158282,"stop":1706112158282,"duration":0}},{"uid":"6246bc35e785ec32","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6246bc35e785ec32","status":"passed","time":{"start":1706111870570,"stop":1706111870570,"duration":0}},{"uid":"b33444212cd70ef0","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b33444212cd70ef0","status":"passed","time":{"start":1706109756257,"stop":1706109756257,"duration":0}},{"uid":"c6507ceff36caf3e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c6507ceff36caf3e","status":"passed","time":{"start":1706103332266,"stop":1706103332266,"duration":0}},{"uid":"714f05f0cf7a4955","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/714f05f0cf7a4955","status":"passed","time":{"start":1706102670272,"stop":1706102670272,"duration":0}},{"uid":"1eaee225ccd4655d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1eaee225ccd4655d","status":"passed","time":{"start":1706102539200,"stop":1706102539201,"duration":1}},{"uid":"3fcfcfd84e5d99ad","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/3fcfcfd84e5d99ad","status":"passed","time":{"start":1706102378582,"stop":1706102378583,"duration":1}},{"uid":"b2246b5d795ab28b","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/b2246b5d795ab28b","status":"passed","time":{"start":1706102131114,"stop":1706102131114,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"e1efc86dcbd98305","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1efc86dcbd98305","status":"passed","time":{"start":1706529403566,"stop":1706529403566,"duration":0}},{"uid":"d2a238b308eefff8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d2a238b308eefff8","status":"passed","time":{"start":1706528357070,"stop":1706528357071,"duration":1}},{"uid":"3f3ccd01b89031f6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/3f3ccd01b89031f6","status":"passed","time":{"start":1706527326684,"stop":1706527326684,"duration":0}},{"uid":"c71a7bad4236dafb","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c71a7bad4236dafb","status":"passed","time":{"start":1706527049788,"stop":1706527049788,"duration":0}},{"uid":"448e8e114d3e0ddb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/448e8e114d3e0ddb","status":"passed","time":{"start":1706526961433,"stop":1706526961433,"duration":0}},{"uid":"469b7c342b6818ea","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/469b7c342b6818ea","status":"passed","time":{"start":1706526404271,"stop":1706526404271,"duration":0}},{"uid":"83e2808d5cfdf884","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/83e2808d5cfdf884","status":"passed","time":{"start":1706525849947,"stop":1706525849947,"duration":0}},{"uid":"8b2b30679c29ce34","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8b2b30679c29ce34","status":"passed","time":{"start":1706525432940,"stop":1706525432940,"duration":0}},{"uid":"86856d1991fc02ec","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/86856d1991fc02ec","status":"passed","time":{"start":1706468114339,"stop":1706468114339,"duration":0}},{"uid":"5ce6dc329972d17c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/5ce6dc329972d17c","status":"passed","time":{"start":1706323469640,"stop":1706323469640,"duration":0}},{"uid":"e05c7ca477a85c4f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e05c7ca477a85c4f","status":"passed","time":{"start":1706321771781,"stop":1706321771782,"duration":1}},{"uid":"bb581bc43cd747a8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bb581bc43cd747a8","status":"passed","time":{"start":1706115542389,"stop":1706115542389,"duration":0}},{"uid":"709af66de7b68149","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/709af66de7b68149","status":"passed","time":{"start":1706114725911,"stop":1706114725911,"duration":0}},{"uid":"6002ce078228f633","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6002ce078228f633","status":"passed","time":{"start":1706112199255,"stop":1706112199255,"duration":0}},{"uid":"7e9a1dfea34a92bf","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7e9a1dfea34a92bf","status":"passed","time":{"start":1706111893728,"stop":1706111893728,"duration":0}},{"uid":"f62e33c51c18c29a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f62e33c51c18c29a","status":"passed","time":{"start":1706109796545,"stop":1706109796546,"duration":1}},{"uid":"c12bdfb984a66cc9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c12bdfb984a66cc9","status":"passed","time":{"start":1706103557144,"stop":1706103557144,"duration":0}},{"uid":"a1b4500e3ed32710","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a1b4500e3ed32710","status":"passed","time":{"start":1706103365794,"stop":1706103365794,"duration":0}},{"uid":"455043b9db0d344e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/455043b9db0d344e","status":"passed","time":{"start":1706102701041,"stop":1706102701042,"duration":1}},{"uid":"d557bd5ca67d302","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d557bd5ca67d302","status":"passed","time":{"start":1706102579550,"stop":1706102579550,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"588704ac3b7e83f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/588704ac3b7e83f","status":"passed","time":{"start":1706529232504,"stop":1706529232505,"duration":1}},{"uid":"7c60c1bb90c56c7b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7c60c1bb90c56c7b","status":"passed","time":{"start":1706528204725,"stop":1706528204726,"duration":1}},{"uid":"4c87b94c66d637c9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/4c87b94c66d637c9","status":"passed","time":{"start":1706527099428,"stop":1706527099429,"duration":1}},{"uid":"f72c9580d0e3400f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f72c9580d0e3400f","status":"passed","time":{"start":1706526797236,"stop":1706526797236,"duration":0}},{"uid":"be9a419324f36f16","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/be9a419324f36f16","status":"passed","time":{"start":1706526702310,"stop":1706526702310,"duration":0}},{"uid":"a8751b98f9bfe73e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a8751b98f9bfe73e","status":"passed","time":{"start":1706526144650,"stop":1706526144651,"duration":1}},{"uid":"736c1d5bd30369c2","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/736c1d5bd30369c2","status":"passed","time":{"start":1706525605501,"stop":1706525605501,"duration":0}},{"uid":"db211d6446b6011a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/db211d6446b6011a","status":"passed","time":{"start":1706525237526,"stop":1706525237527,"duration":1}},{"uid":"d0f136d7d311e3c8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/d0f136d7d311e3c8","status":"passed","time":{"start":1706467847964,"stop":1706467847964,"duration":0}},{"uid":"e8dfc14b69d87f52","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e8dfc14b69d87f52","status":"passed","time":{"start":1706323224601,"stop":1706323224602,"duration":1}},{"uid":"61ac2fd0fbada79e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/61ac2fd0fbada79e","status":"passed","time":{"start":1706321490528,"stop":1706321490528,"duration":0}},{"uid":"70689e798cf2eff6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/70689e798cf2eff6","status":"passed","time":{"start":1706115297923,"stop":1706115297923,"duration":0}},{"uid":"e45cb8afc12934e2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e45cb8afc12934e2","status":"passed","time":{"start":1706114468919,"stop":1706114468919,"duration":0}},{"uid":"cfce257e06703d13","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cfce257e06703d13","status":"passed","time":{"start":1706111928729,"stop":1706111928729,"duration":0}},{"uid":"98bfaf454e0748da","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/98bfaf454e0748da","status":"passed","time":{"start":1706111629337,"stop":1706111629337,"duration":0}},{"uid":"e159f65993244381","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e159f65993244381","status":"passed","time":{"start":1706109548376,"stop":1706109548377,"duration":1}},{"uid":"aa689761958b8e85","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aa689761958b8e85","status":"passed","time":{"start":1706103319938,"stop":1706103319939,"duration":1}},{"uid":"69cdae97ff9c5356","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/69cdae97ff9c5356","status":"passed","time":{"start":1706103066467,"stop":1706103066467,"duration":0}},{"uid":"185ef2da5b87e178","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/185ef2da5b87e178","status":"passed","time":{"start":1706102448476,"stop":1706102448476,"duration":0}},{"uid":"ee703b8d599f6b9b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ee703b8d599f6b9b","status":"passed","time":{"start":1706102342951,"stop":1706102342951,"duration":0}}]},"1584fbaabcfdcb4b7c51fa3f7c334629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1f54add4b7e20b0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a1f54add4b7e20b0","status":"passed","time":{"start":1706526866915,"stop":1706526866916,"duration":1}}]},"0983171a739aede8582eb53b08d503aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"3ce08774995ca35a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/3ce08774995ca35a","status":"passed","time":{"start":1706100979760,"stop":1706100979760,"duration":0}},{"uid":"10c636cfebdacfdf","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/10c636cfebdacfdf","status":"passed","time":{"start":1706100012429,"stop":1706100012430,"duration":1}},{"uid":"2f278bfe75a9eaed","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/2f278bfe75a9eaed","status":"passed","time":{"start":1706077739087,"stop":1706077739087,"duration":0}},{"uid":"db4a5c4fe86e9601","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/db4a5c4fe86e9601","status":"passed","time":{"start":1706069827471,"stop":1706069827471,"duration":0}},{"uid":"384549b5ba3e6293","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/384549b5ba3e6293","status":"passed","time":{"start":1705950521668,"stop":1705950521668,"duration":0}},{"uid":"6f2b47102c94f2fd","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/6f2b47102c94f2fd","status":"passed","time":{"start":1705938343375,"stop":1705938343379,"duration":4}},{"uid":"83620d9e3a28b84a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/83620d9e3a28b84a","status":"passed","time":{"start":1705913488231,"stop":1705913488231,"duration":0}},{"uid":"729cafeb3d34997f","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/729cafeb3d34997f","status":"passed","time":{"start":1705913034276,"stop":1705913034277,"duration":1}},{"uid":"ae47ccb854a75e0a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/ae47ccb854a75e0a","status":"passed","time":{"start":1705912407144,"stop":1705912407145,"duration":1}},{"uid":"d9b43ca14e554b07","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d9b43ca14e554b07","status":"passed","time":{"start":1705911588797,"stop":1705911588797,"duration":0}},{"uid":"91a7e4d368a3194a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/91a7e4d368a3194a","status":"passed","time":{"start":1705698799121,"stop":1705698799121,"duration":0}},{"uid":"5d5a33819fd3b18b","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/5d5a33819fd3b18b","status":"passed","time":{"start":1705687522373,"stop":1705687522373,"duration":0}},{"uid":"119aeeebb6326c49","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/119aeeebb6326c49","status":"passed","time":{"start":1705687430757,"stop":1705687430757,"duration":0}},{"uid":"9b975ef4e3dfd9c3","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/9b975ef4e3dfd9c3","status":"passed","time":{"start":1705678121479,"stop":1705678121480,"duration":1}},{"uid":"dbd66e1b5fa3e4d2","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/dbd66e1b5fa3e4d2","status":"passed","time":{"start":1705678046316,"stop":1705678046316,"duration":0}},{"uid":"95dffa2c0ca83dc2","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/95dffa2c0ca83dc2","status":"passed","time":{"start":1705677908053,"stop":1705677908053,"duration":0}},{"uid":"dd92ac22cf7b7ffc","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/dd92ac22cf7b7ffc","status":"passed","time":{"start":1705677463242,"stop":1705677463243,"duration":1}},{"uid":"8ee64cd08c524952","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/8ee64cd08c524952","status":"passed","time":{"start":1705676052706,"stop":1705676052711,"duration":5}},{"uid":"d54d9f9f60e8efba","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/d54d9f9f60e8efba","status":"passed","time":{"start":1705675474642,"stop":1705675474642,"duration":0}},{"uid":"be98fb7c6635ad39","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/be98fb7c6635ad39","status":"passed","time":{"start":1705670338394,"stop":1705670338394,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"22970bbc18ba5fc8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22970bbc18ba5fc8","status":"passed","time":{"start":1706528742326,"stop":1706528742327,"duration":1}},{"uid":"e02962d403b4520e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e02962d403b4520e","status":"passed","time":{"start":1706527711461,"stop":1706527711462,"duration":1}},{"uid":"353d18ebfcc4689d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/353d18ebfcc4689d","status":"passed","time":{"start":1706526726549,"stop":1706526726550,"duration":1}},{"uid":"ea610e09a257116a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ea610e09a257116a","status":"passed","time":{"start":1706526423449,"stop":1706526423449,"duration":0}},{"uid":"f9d6a3cb481b7931","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f9d6a3cb481b7931","status":"passed","time":{"start":1706526328559,"stop":1706526328559,"duration":0}},{"uid":"8fc530ce75a7ee09","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8fc530ce75a7ee09","status":"passed","time":{"start":1706525757663,"stop":1706525757664,"duration":1}},{"uid":"1d8a030ef3c62d68","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1d8a030ef3c62d68","status":"passed","time":{"start":1706525224705,"stop":1706525224705,"duration":0}},{"uid":"198e82957e113512","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/198e82957e113512","status":"passed","time":{"start":1706524785820,"stop":1706524785820,"duration":0}},{"uid":"3255a4d461c12860","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3255a4d461c12860","status":"passed","time":{"start":1706467479689,"stop":1706467479690,"duration":1}},{"uid":"9806987f7567c17d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9806987f7567c17d","status":"passed","time":{"start":1706322832267,"stop":1706322832268,"duration":1}},{"uid":"eb60ba996381fffa","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/eb60ba996381fffa","status":"passed","time":{"start":1706321145649,"stop":1706321145649,"duration":0}},{"uid":"a97c6c462f55e0f8","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a97c6c462f55e0f8","status":"passed","time":{"start":1706244661668,"stop":1706244661668,"duration":0}},{"uid":"d283a241346ce320","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d283a241346ce320","status":"passed","time":{"start":1706242230030,"stop":1706242230030,"duration":0}},{"uid":"245e8d625c514296","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/245e8d625c514296","status":"passed","time":{"start":1706114918305,"stop":1706114918305,"duration":0}},{"uid":"5dfa967f1b0daa4f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5dfa967f1b0daa4f","status":"passed","time":{"start":1706114089064,"stop":1706114089064,"duration":0}},{"uid":"aca4ced5c0bb0b08","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/aca4ced5c0bb0b08","status":"passed","time":{"start":1706111563815,"stop":1706111563816,"duration":1}},{"uid":"bbc4477718a48833","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bbc4477718a48833","status":"passed","time":{"start":1706111253305,"stop":1706111253306,"duration":1}},{"uid":"c3c76ce0a777f8ee","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c3c76ce0a777f8ee","status":"passed","time":{"start":1706109155544,"stop":1706109155544,"duration":0}},{"uid":"695010d564723bb0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/695010d564723bb0","status":"passed","time":{"start":1706102973878,"stop":1706102973879,"duration":1}},{"uid":"35258d7f2f85742b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/35258d7f2f85742b","status":"passed","time":{"start":1706102713463,"stop":1706102713464,"duration":1}}]},"1fef97160292d33ac31bd529802b851d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64318f62e1d0865b","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/64318f62e1d0865b","status":"passed","time":{"start":1705912351030,"stop":1705912351031,"duration":1}}]},"f0caaad1af3904206da85dec87782ba0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e21aa00d981130e6","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e21aa00d981130e6","status":"passed","time":{"start":1705678121505,"stop":1705678121506,"duration":1}}]},"9584d3bae54487a579eae6708fadd0d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"326682d25b344320","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/326682d25b344320","status":"passed","time":{"start":1705484392941,"stop":1705484392942,"duration":1}}]},"09ded6d327c0614f1a1e4584fb5508d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f34f9449c493c9a","reportUrl":"https://waku-org.github.io/js-waku/6217//#testresult/7f34f9449c493c9a","status":"passed","time":{"start":1705572638412,"stop":1705572638412,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":61,"unknown":0,"total":61},"items":[{"uid":"1d8be24b10ef3676","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1d8be24b10ef3676","status":"passed","time":{"start":1706529092191,"stop":1706529092191,"duration":0}},{"uid":"4a1ba876901db2e1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4a1ba876901db2e1","status":"passed","time":{"start":1706528057413,"stop":1706528057413,"duration":0}},{"uid":"19221f83723d5b58","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/19221f83723d5b58","status":"passed","time":{"start":1706526914749,"stop":1706526914750,"duration":1}},{"uid":"50807318e6605c58","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/50807318e6605c58","status":"passed","time":{"start":1706526612605,"stop":1706526612606,"duration":1}},{"uid":"cb1ff7f8970fd843","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/cb1ff7f8970fd843","status":"passed","time":{"start":1706526514745,"stop":1706526514745,"duration":0}},{"uid":"c5c7915ddb286675","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c5c7915ddb286675","status":"passed","time":{"start":1706525945093,"stop":1706525945093,"duration":0}},{"uid":"629bcf1211fb2d93","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/629bcf1211fb2d93","status":"passed","time":{"start":1706525418808,"stop":1706525418809,"duration":1}},{"uid":"14e6f28434dddc6a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/14e6f28434dddc6a","status":"passed","time":{"start":1706525116036,"stop":1706525116036,"duration":0}},{"uid":"f7d06ef15f484e5b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f7d06ef15f484e5b","status":"passed","time":{"start":1706467681180,"stop":1706467681180,"duration":0}},{"uid":"6bc23d2d9142a2ad","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6bc23d2d9142a2ad","status":"passed","time":{"start":1706323017110,"stop":1706323017111,"duration":1}},{"uid":"d492afc2df3edd8d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d492afc2df3edd8d","status":"passed","time":{"start":1706321333734,"stop":1706321333735,"duration":1}},{"uid":"ad139ee5fb7c6b05","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/ad139ee5fb7c6b05","status":"passed","time":{"start":1706244762203,"stop":1706244762203,"duration":0}},{"uid":"3e55b136db880fbd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3e55b136db880fbd","status":"passed","time":{"start":1706242326831,"stop":1706242326839,"duration":8}},{"uid":"a8985b0d5091e700","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a8985b0d5091e700","status":"passed","time":{"start":1706115157080,"stop":1706115157080,"duration":0}},{"uid":"60451ae823ade31e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/60451ae823ade31e","status":"passed","time":{"start":1706114292015,"stop":1706114292015,"duration":0}},{"uid":"a90c12853aec19f3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a90c12853aec19f3","status":"passed","time":{"start":1706111754954,"stop":1706111754957,"duration":3}},{"uid":"8b138383e9dbae9b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8b138383e9dbae9b","status":"passed","time":{"start":1706111454516,"stop":1706111454516,"duration":0}},{"uid":"34c8472497a15f0e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/34c8472497a15f0e","status":"passed","time":{"start":1706109346647,"stop":1706109346648,"duration":1}},{"uid":"59f863b11d3d75db","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/59f863b11d3d75db","status":"passed","time":{"start":1706103153452,"stop":1706103153454,"duration":2}},{"uid":"e6c67fb42221e83c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e6c67fb42221e83c","status":"passed","time":{"start":1706102905508,"stop":1706102905509,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"3023b667b3ea9685","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3023b667b3ea9685","status":"passed","time":{"start":1706529213425,"stop":1706529213425,"duration":0}},{"uid":"b68373d02a9a00cc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b68373d02a9a00cc","status":"passed","time":{"start":1706528190994,"stop":1706528190995,"duration":1}},{"uid":"63ba264dd7d579b6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/63ba264dd7d579b6","status":"passed","time":{"start":1706527073925,"stop":1706527073925,"duration":0}},{"uid":"a26364529b2a64cd","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a26364529b2a64cd","status":"passed","time":{"start":1706526771984,"stop":1706526771985,"duration":1}},{"uid":"ffbaf29656c391de","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/ffbaf29656c391de","status":"passed","time":{"start":1706526678869,"stop":1706526678869,"duration":0}},{"uid":"64d7975e6305912","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/64d7975e6305912","status":"passed","time":{"start":1706526118986,"stop":1706526118986,"duration":0}},{"uid":"58646d2b094029e3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/58646d2b094029e3","status":"passed","time":{"start":1706525578823,"stop":1706525578823,"duration":0}},{"uid":"bc0d79fdc3d96a3b","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/bc0d79fdc3d96a3b","status":"passed","time":{"start":1706525215565,"stop":1706525215565,"duration":0}},{"uid":"99eaa59bde6b6f75","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/99eaa59bde6b6f75","status":"passed","time":{"start":1706467823857,"stop":1706467823857,"duration":0}},{"uid":"cc677383a6236acd","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/cc677383a6236acd","status":"passed","time":{"start":1706323200730,"stop":1706323200731,"duration":1}},{"uid":"6955466013322f7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6955466013322f7","status":"passed","time":{"start":1706321464243,"stop":1706321464243,"duration":0}},{"uid":"7887ff760eea9b38","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/7887ff760eea9b38","status":"passed","time":{"start":1706244759797,"stop":1706244759797,"duration":0}},{"uid":"ad7332f52912a1f6","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/ad7332f52912a1f6","status":"passed","time":{"start":1706242311076,"stop":1706242311077,"duration":1}},{"uid":"42a909a083a0afd5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/42a909a083a0afd5","status":"passed","time":{"start":1706115275216,"stop":1706115275216,"duration":0}},{"uid":"e47f67fcaf590e39","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e47f67fcaf590e39","status":"passed","time":{"start":1706114443292,"stop":1706114443293,"duration":1}},{"uid":"292571997c05a000","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/292571997c05a000","status":"passed","time":{"start":1706111903915,"stop":1706111903916,"duration":1}},{"uid":"8f513ea8df48f0a3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8f513ea8df48f0a3","status":"passed","time":{"start":1706111606544,"stop":1706111606545,"duration":1}},{"uid":"e823b1091666c58e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e823b1091666c58e","status":"passed","time":{"start":1706109519396,"stop":1706109519396,"duration":0}},{"uid":"36d5ecc0453b96bf","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/36d5ecc0453b96bf","status":"passed","time":{"start":1706103297422,"stop":1706103297422,"duration":0}},{"uid":"e88097d0def31fb4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e88097d0def31fb4","status":"passed","time":{"start":1706103044800,"stop":1706103044800,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":34,"unknown":0,"total":36},"items":[{"uid":"d226d1734c469d99","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d226d1734c469d99","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"duration":0}},{"uid":"af44a0ea42abe0c7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/af44a0ea42abe0c7","status":"passed","time":{"start":1706528357069,"stop":1706528357070,"duration":1}},{"uid":"c7b9568738d71956","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c7b9568738d71956","status":"passed","time":{"start":1706527326682,"stop":1706527326683,"duration":1}},{"uid":"faa820ccbe1ff5e0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/faa820ccbe1ff5e0","status":"passed","time":{"start":1706527049787,"stop":1706527049788,"duration":1}},{"uid":"e823d75d8d67cf3e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/e823d75d8d67cf3e","status":"passed","time":{"start":1706526961432,"stop":1706526961432,"duration":0}},{"uid":"26ec7d15ab9156fa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/26ec7d15ab9156fa","status":"passed","time":{"start":1706526404270,"stop":1706526404270,"duration":0}},{"uid":"7734d9a78ccc6a40","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7734d9a78ccc6a40","status":"passed","time":{"start":1706525849946,"stop":1706525849947,"duration":1}},{"uid":"fedfeec5a7c011c0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/fedfeec5a7c011c0","status":"passed","time":{"start":1706525432939,"stop":1706525432939,"duration":0}},{"uid":"8d3645bb02c81cf7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/8d3645bb02c81cf7","status":"passed","time":{"start":1706468114338,"stop":1706468114338,"duration":0}},{"uid":"9375c21869e96447","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/9375c21869e96447","status":"passed","time":{"start":1706323469639,"stop":1706323469640,"duration":1}},{"uid":"7cad70a5dbf0e10f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7cad70a5dbf0e10f","status":"passed","time":{"start":1706321771780,"stop":1706321771781,"duration":1}},{"uid":"66eb5c3718bfa00a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/66eb5c3718bfa00a","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244709081,"stop":1706244709081,"duration":0}},{"uid":"e3a2060a6d2468a7","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e3a2060a6d2468a7","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242274130,"stop":1706242274130,"duration":0}},{"uid":"acb1b5f584536c2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/acb1b5f584536c2","status":"passed","time":{"start":1706115542388,"stop":1706115542388,"duration":0}},{"uid":"fe7b898188db04a2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fe7b898188db04a2","status":"passed","time":{"start":1706114725910,"stop":1706114725911,"duration":1}},{"uid":"d1da453a4227c708","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d1da453a4227c708","status":"passed","time":{"start":1706112199254,"stop":1706112199254,"duration":0}},{"uid":"3fba7dad0f5ab8b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3fba7dad0f5ab8b","status":"passed","time":{"start":1706111893727,"stop":1706111893727,"duration":0}},{"uid":"5c906a71b6922b7a","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/5c906a71b6922b7a","status":"passed","time":{"start":1706109796545,"stop":1706109796545,"duration":0}},{"uid":"6d0ac3a9dc87d08a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6d0ac3a9dc87d08a","status":"passed","time":{"start":1706103557143,"stop":1706103557143,"duration":0}},{"uid":"632c9f66a410addd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/632c9f66a410addd","status":"passed","time":{"start":1706103365793,"stop":1706103365793,"duration":0}}]},"cd363c4b25dd16134aed5a735c3a0a5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"f53c29f537969430","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/f53c29f537969430","status":"passed","time":{"start":1706100942611,"stop":1706100942612,"duration":1}},{"uid":"62a0ce86e1b83c7d","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/62a0ce86e1b83c7d","status":"passed","time":{"start":1706099973746,"stop":1706099973747,"duration":1}},{"uid":"5ada0010775e634","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/5ada0010775e634","status":"passed","time":{"start":1706077701780,"stop":1706077701781,"duration":1}},{"uid":"f8e4a447d36e81b9","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/f8e4a447d36e81b9","status":"passed","time":{"start":1706069790727,"stop":1706069790727,"duration":0}},{"uid":"51560bb1846cb513","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/51560bb1846cb513","status":"passed","time":{"start":1705950495033,"stop":1705950495033,"duration":0}},{"uid":"abe733f5aeec054e","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/abe733f5aeec054e","status":"passed","time":{"start":1705938302706,"stop":1705938302708,"duration":2}},{"uid":"dbf819d12dfadd9c","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/dbf819d12dfadd9c","status":"passed","time":{"start":1705913446686,"stop":1705913446686,"duration":0}},{"uid":"3402877be60ba1ca","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/3402877be60ba1ca","status":"passed","time":{"start":1705912988126,"stop":1705912988126,"duration":0}},{"uid":"f6ff854a21c82a18","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/f6ff854a21c82a18","status":"passed","time":{"start":1705912372215,"stop":1705912372216,"duration":1}},{"uid":"bd1d8912e5782b72","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/bd1d8912e5782b72","status":"passed","time":{"start":1705911551477,"stop":1705911551477,"duration":0}},{"uid":"f0607f5c1baf707d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/f0607f5c1baf707d","status":"passed","time":{"start":1705698757760,"stop":1705698757760,"duration":0}},{"uid":"3c4d7649404dc775","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/3c4d7649404dc775","status":"passed","time":{"start":1705687467722,"stop":1705687467722,"duration":0}},{"uid":"e48b8e8d69d5142c","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/e48b8e8d69d5142c","status":"passed","time":{"start":1705687390790,"stop":1705687390791,"duration":1}},{"uid":"8c79c8727ea9d5b","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/8c79c8727ea9d5b","status":"passed","time":{"start":1705678077453,"stop":1705678077454,"duration":1}},{"uid":"27ef184a4bb03d1f","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/27ef184a4bb03d1f","status":"passed","time":{"start":1705678007036,"stop":1705678007039,"duration":3}},{"uid":"8e17b46639ad67be","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/8e17b46639ad67be","status":"passed","time":{"start":1705677873532,"stop":1705677873532,"duration":0}},{"uid":"c7db552bfcfb1bb7","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/c7db552bfcfb1bb7","status":"passed","time":{"start":1705677414836,"stop":1705677414836,"duration":0}},{"uid":"4ca6b6a1929c3e7e","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/4ca6b6a1929c3e7e","status":"passed","time":{"start":1705676004218,"stop":1705676004221,"duration":3}},{"uid":"3c525bacb5867819","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/3c525bacb5867819","status":"passed","time":{"start":1705675426976,"stop":1705675426976,"duration":0}},{"uid":"55a6dd75447eceff","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/55a6dd75447eceff","status":"passed","time":{"start":1705670299868,"stop":1705670299869,"duration":1}}]},"937e98db453b51b41db0bb061fa77e62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ead2fb3259d6cb5b","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/ead2fb3259d6cb5b","status":"passed","time":{"start":1706100510907,"stop":1706100510907,"duration":0}}]},"761e9e35682543e993ec55703d6943b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a7a73f4a44e7e91","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/5a7a73f4a44e7e91","status":"passed","time":{"start":1705502966525,"stop":1705502966526,"duration":1}}]},"4cc91bd0df3f7ff696aad4c8f8883a71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"eda06157cd529b66","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/eda06157cd529b66","status":"passed","time":{"start":1706100942614,"stop":1706100942614,"duration":0}},{"uid":"b07d101c2cd47479","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/b07d101c2cd47479","status":"passed","time":{"start":1706099973750,"stop":1706099973751,"duration":1}},{"uid":"fd5d3491a38bc22e","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/fd5d3491a38bc22e","status":"passed","time":{"start":1706077701782,"stop":1706077701783,"duration":1}},{"uid":"7f55488efc98375c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/7f55488efc98375c","status":"passed","time":{"start":1706069790729,"stop":1706069790729,"duration":0}},{"uid":"22b98b8cff129af0","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/22b98b8cff129af0","status":"passed","time":{"start":1705950495035,"stop":1705950495036,"duration":1}},{"uid":"1088f7de8ef3a356","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/1088f7de8ef3a356","status":"passed","time":{"start":1705938302711,"stop":1705938302712,"duration":1}},{"uid":"28c80ecae65f56f1","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/28c80ecae65f56f1","status":"passed","time":{"start":1705913446688,"stop":1705913446688,"duration":0}},{"uid":"a9bdcfeaf4783ced","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/a9bdcfeaf4783ced","status":"passed","time":{"start":1705912988128,"stop":1705912988128,"duration":0}},{"uid":"1e590e126d663c4","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/1e590e126d663c4","status":"passed","time":{"start":1705912372217,"stop":1705912372217,"duration":0}},{"uid":"1f767bc78a40df1f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/1f767bc78a40df1f","status":"passed","time":{"start":1705911551479,"stop":1705911551479,"duration":0}},{"uid":"1ec6f3133467123f","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/1ec6f3133467123f","status":"passed","time":{"start":1705670299871,"stop":1705670299871,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"e543e9ee95863cbb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e543e9ee95863cbb","status":"passed","time":{"start":1706528965679,"stop":1706528965679,"duration":0}},{"uid":"33a4583b3055abc6","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/33a4583b3055abc6","status":"passed","time":{"start":1706527923873,"stop":1706527923874,"duration":1}},{"uid":"63385349c25f1410","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/63385349c25f1410","status":"passed","time":{"start":1706526930850,"stop":1706526930851,"duration":1}},{"uid":"5e35d7a2f4f9944a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/5e35d7a2f4f9944a","status":"passed","time":{"start":1706526632076,"stop":1706526632076,"duration":0}},{"uid":"df122f8597211ac8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/df122f8597211ac8","status":"passed","time":{"start":1706526534072,"stop":1706526534073,"duration":1}},{"uid":"a15339726a104370","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a15339726a104370","status":"passed","time":{"start":1706525958161,"stop":1706525958162,"duration":1}},{"uid":"9ccbc34b75942c4d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9ccbc34b75942c4d","status":"passed","time":{"start":1706525436699,"stop":1706525436699,"duration":0}},{"uid":"ec7b30ee94720661","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ec7b30ee94720661","status":"passed","time":{"start":1706524982422,"stop":1706524982422,"duration":0}},{"uid":"de6d0c5cf3fcda8c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/de6d0c5cf3fcda8c","status":"passed","time":{"start":1706467678796,"stop":1706467678796,"duration":0}},{"uid":"422573537befcdc3","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/422573537befcdc3","status":"passed","time":{"start":1706323040461,"stop":1706323040462,"duration":1}},{"uid":"55dc0593eccbd5b6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/55dc0593eccbd5b6","status":"passed","time":{"start":1706321353340,"stop":1706321353341,"duration":1}},{"uid":"db64c5682435a33","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/db64c5682435a33","status":"passed","time":{"start":1706114292332,"stop":1706114292348,"duration":16}},{"uid":"8587a69e5a60d84d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8587a69e5a60d84d","status":"passed","time":{"start":1706111780330,"stop":1706111780331,"duration":1}},{"uid":"fb5ce26bfd0735e7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fb5ce26bfd0735e7","status":"passed","time":{"start":1706111464014,"stop":1706111464014,"duration":0}},{"uid":"d2b93f9c2092b81d","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d2b93f9c2092b81d","status":"passed","time":{"start":1706109370847,"stop":1706109370847,"duration":0}},{"uid":"f0e91bce16a544c2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f0e91bce16a544c2","status":"passed","time":{"start":1706103179163,"stop":1706103179166,"duration":3}},{"uid":"1791873977fe532e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1791873977fe532e","status":"passed","time":{"start":1706102925536,"stop":1706102925536,"duration":0}},{"uid":"6bdf4ba22470084b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6bdf4ba22470084b","status":"passed","time":{"start":1706102273657,"stop":1706102273657,"duration":0}},{"uid":"1005aaa9b6d2d244","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/1005aaa9b6d2d244","status":"passed","time":{"start":1706102152977,"stop":1706102152977,"duration":0}},{"uid":"b28e21771fa6e3ab","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/b28e21771fa6e3ab","status":"passed","time":{"start":1706101976576,"stop":1706101976576,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"7f511c355455e708","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7f511c355455e708","status":"passed","time":{"start":1706529218545,"stop":1706529218545,"duration":0}},{"uid":"f7a0bde3b2dda890","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f7a0bde3b2dda890","status":"passed","time":{"start":1706528190595,"stop":1706528190595,"duration":0}},{"uid":"74e1710ba8216b21","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/74e1710ba8216b21","status":"passed","time":{"start":1706527166816,"stop":1706527166816,"duration":0}},{"uid":"ca938cb3b2fdf34","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ca938cb3b2fdf34","status":"passed","time":{"start":1706526866918,"stop":1706526866918,"duration":0}},{"uid":"99b1153c4db4cfcd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/99b1153c4db4cfcd","status":"passed","time":{"start":1706526763580,"stop":1706526763581,"duration":1}},{"uid":"17831d80cd28ee10","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/17831d80cd28ee10","status":"passed","time":{"start":1706526185702,"stop":1706526185702,"duration":0}},{"uid":"f356c783327ba212","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f356c783327ba212","status":"passed","time":{"start":1706525659019,"stop":1706525659019,"duration":0}},{"uid":"13f6e5defe2c0fb0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/13f6e5defe2c0fb0","status":"passed","time":{"start":1706525242386,"stop":1706525242386,"duration":0}},{"uid":"c66dbc767b452d63","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c66dbc767b452d63","status":"passed","time":{"start":1706467906896,"stop":1706467906896,"duration":0}},{"uid":"a67631563b9004","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a67631563b9004","status":"passed","time":{"start":1706323273303,"stop":1706323273304,"duration":1}},{"uid":"b912dfa95eb05e52","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b912dfa95eb05e52","status":"passed","time":{"start":1706321575901,"stop":1706321575902,"duration":1}},{"uid":"d71729a466e99a44","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d71729a466e99a44","status":"passed","time":{"start":1706115384064,"stop":1706115384065,"duration":1}},{"uid":"7cc2a6387e0ae93f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7cc2a6387e0ae93f","status":"passed","time":{"start":1706114521961,"stop":1706114521962,"duration":1}},{"uid":"b8023034a7d20c82","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b8023034a7d20c82","status":"passed","time":{"start":1706112015272,"stop":1706112015272,"duration":0}},{"uid":"f9aceba1c89775ed","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f9aceba1c89775ed","status":"passed","time":{"start":1706111693415,"stop":1706111693416,"duration":1}},{"uid":"1e85a698c1a9c064","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/1e85a698c1a9c064","status":"passed","time":{"start":1706109609752,"stop":1706109609753,"duration":1}},{"uid":"72dd22e50d1765f6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/72dd22e50d1765f6","status":"passed","time":{"start":1706103393478,"stop":1706103393478,"duration":0}},{"uid":"e534ed517891c500","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e534ed517891c500","status":"passed","time":{"start":1706103153329,"stop":1706103153329,"duration":0}},{"uid":"6c8061a10e98e2c0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6c8061a10e98e2c0","status":"passed","time":{"start":1706102507037,"stop":1706102507047,"duration":10}},{"uid":"3cf895c0cdd53691","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/3cf895c0cdd53691","status":"passed","time":{"start":1706102385201,"stop":1706102385201,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":132,"unknown":0,"total":132},"items":[{"uid":"30f3f4a86db30a75","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/30f3f4a86db30a75","status":"passed","time":{"start":1706528787520,"stop":1706528787520,"duration":0}},{"uid":"8d4625b26b0873c0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8d4625b26b0873c0","status":"passed","time":{"start":1706527760843,"stop":1706527760843,"duration":0}},{"uid":"1ac62a8511cc5198","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1ac62a8511cc5198","status":"passed","time":{"start":1706526770930,"stop":1706526770931,"duration":1}},{"uid":"2882dd9e92812402","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2882dd9e92812402","status":"passed","time":{"start":1706526471047,"stop":1706526471047,"duration":0}},{"uid":"2ab0c6d10fe17fbb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2ab0c6d10fe17fbb","status":"passed","time":{"start":1706526378822,"stop":1706526378822,"duration":0}},{"uid":"f4952cd858f0e772","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f4952cd858f0e772","status":"passed","time":{"start":1706525802345,"stop":1706525802346,"duration":1}},{"uid":"732f45ea6722c988","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/732f45ea6722c988","status":"passed","time":{"start":1706525269708,"stop":1706525269709,"duration":1}},{"uid":"b9af0bbb4cd0f8a4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b9af0bbb4cd0f8a4","status":"passed","time":{"start":1706524832180,"stop":1706524832181,"duration":1}},{"uid":"ad0a8f7e79a82037","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ad0a8f7e79a82037","status":"passed","time":{"start":1706467526666,"stop":1706467526666,"duration":0}},{"uid":"521723f37b49e747","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/521723f37b49e747","status":"passed","time":{"start":1706322876708,"stop":1706322876708,"duration":0}},{"uid":"58d2501e388a6008","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/58d2501e388a6008","status":"passed","time":{"start":1706321192894,"stop":1706321192895,"duration":1}},{"uid":"8d571ab97cf21ff2","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8d571ab97cf21ff2","status":"passed","time":{"start":1706244711611,"stop":1706244711612,"duration":1}},{"uid":"fdb90f9f126f1ef8","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/fdb90f9f126f1ef8","status":"passed","time":{"start":1706242276198,"stop":1706242276199,"duration":1}},{"uid":"c017db3a404ad42f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/c017db3a404ad42f","status":"passed","time":{"start":1706114963441,"stop":1706114963442,"duration":1}},{"uid":"2490bc712a22d268","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2490bc712a22d268","status":"passed","time":{"start":1706114132502,"stop":1706114132503,"duration":1}},{"uid":"1fb24b0e03380b05","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1fb24b0e03380b05","status":"passed","time":{"start":1706111608358,"stop":1706111608359,"duration":1}},{"uid":"236159a97e676e4e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/236159a97e676e4e","status":"passed","time":{"start":1706111301206,"stop":1706111301206,"duration":0}},{"uid":"2759ce9e775ccfc9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2759ce9e775ccfc9","status":"passed","time":{"start":1706109202175,"stop":1706109202177,"duration":2}},{"uid":"4de0639f755f382e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4de0639f755f382e","status":"passed","time":{"start":1706103019527,"stop":1706103019530,"duration":3}},{"uid":"4768565c10f4ef","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4768565c10f4ef","status":"passed","time":{"start":1706102766898,"stop":1706102766899,"duration":1}}]},"30dd1a4f86dfe17d779074596da8229a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"84769ec46b2517c1","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/84769ec46b2517c1","status":"passed","time":{"start":1705520815490,"stop":1705520815490,"duration":0}},{"uid":"5603115c02744ec9","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/5603115c02744ec9","status":"passed","time":{"start":1705518208997,"stop":1705518208997,"duration":0}},{"uid":"a87187d333dabf09","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/a87187d333dabf09","status":"passed","time":{"start":1705518112863,"stop":1705518112863,"duration":0}},{"uid":"b79047a16ec0c657","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/b79047a16ec0c657","status":"passed","time":{"start":1705517988393,"stop":1705517988393,"duration":0}},{"uid":"f600db21b6158e2d","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/f600db21b6158e2d","status":"passed","time":{"start":1705508651534,"stop":1705508651534,"duration":0}},{"uid":"19aa786e4bbaf715","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/19aa786e4bbaf715","status":"passed","time":{"start":1705506479150,"stop":1705506479150,"duration":0}},{"uid":"f5b9a894d1a18733","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/f5b9a894d1a18733","status":"passed","time":{"start":1705502938688,"stop":1705502938688,"duration":0}},{"uid":"e37508b9dc6fc979","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/e37508b9dc6fc979","status":"passed","time":{"start":1705502478110,"stop":1705502478110,"duration":0}},{"uid":"3250608181792002","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/3250608181792002","status":"passed","time":{"start":1705494884683,"stop":1705494884683,"duration":0}},{"uid":"77f8d75ad1b98935","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/77f8d75ad1b98935","status":"passed","time":{"start":1705494937608,"stop":1705494937609,"duration":1}},{"uid":"a78f253c1f764f61","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/a78f253c1f764f61","status":"passed","time":{"start":1705494894095,"stop":1705494894095,"duration":0}},{"uid":"b07bb77975e922f4","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b07bb77975e922f4","status":"passed","time":{"start":1705493458480,"stop":1705493458481,"duration":1}},{"uid":"99ad62de91703fea","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/99ad62de91703fea","status":"passed","time":{"start":1705493421094,"stop":1705493421095,"duration":1}},{"uid":"ce405a8b5c842ebf","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/ce405a8b5c842ebf","status":"passed","time":{"start":1705485246697,"stop":1705485246698,"duration":1}},{"uid":"41dbfeb063e03dc3","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/41dbfeb063e03dc3","status":"passed","time":{"start":1705485106625,"stop":1705485106625,"duration":0}},{"uid":"7667cd540d03034f","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/7667cd540d03034f","status":"passed","time":{"start":1705484353090,"stop":1705484353091,"duration":1}},{"uid":"664df44a8ab28d7f","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/664df44a8ab28d7f","status":"passed","time":{"start":1705469867099,"stop":1705469867100,"duration":1}},{"uid":"760affbdea4a50a2","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/760affbdea4a50a2","status":"passed","time":{"start":1705466933270,"stop":1705466933270,"duration":0}},{"uid":"5b196609769f6361","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/5b196609769f6361","status":"passed","time":{"start":1705435401901,"stop":1705435401901,"duration":0}},{"uid":"21c643e86107fdee","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/21c643e86107fdee","status":"passed","time":{"start":1705434866486,"stop":1705434866486,"duration":0}}]},"0c207973d5e5de648c69874264685898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58b3eb8003870f24","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/58b3eb8003870f24","status":"passed","time":{"start":1706103153328,"stop":1706103153329,"duration":1}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"472c4edb1de77910","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/472c4edb1de77910","status":"passed","time":{"start":1706528736042,"stop":1706528736042,"duration":0}},{"uid":"791b529089de0eb9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/791b529089de0eb9","status":"passed","time":{"start":1706527705425,"stop":1706527705426,"duration":1}},{"uid":"80a8015d7bdb8006","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/80a8015d7bdb8006","status":"passed","time":{"start":1706526721658,"stop":1706526721658,"duration":0}},{"uid":"a88c212fe49b1eb2","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a88c212fe49b1eb2","status":"passed","time":{"start":1706526417562,"stop":1706526417562,"duration":0}},{"uid":"d8623cc51e9b8582","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d8623cc51e9b8582","status":"passed","time":{"start":1706526322672,"stop":1706526322672,"duration":0}},{"uid":"d8ba9d7e16259608","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d8ba9d7e16259608","status":"passed","time":{"start":1706525752765,"stop":1706525752766,"duration":1}},{"uid":"71f577be631e7865","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/71f577be631e7865","status":"passed","time":{"start":1706525219894,"stop":1706525219894,"duration":0}},{"uid":"8d58aec236783fbd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8d58aec236783fbd","status":"passed","time":{"start":1706524780927,"stop":1706524780928,"duration":1}},{"uid":"f99bf5ee6761652a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f99bf5ee6761652a","status":"passed","time":{"start":1706467474875,"stop":1706467474876,"duration":1}},{"uid":"662a23c0fba6741e","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/662a23c0fba6741e","status":"passed","time":{"start":1706322827217,"stop":1706322827217,"duration":0}},{"uid":"a1db5fc9cec0d9a3","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a1db5fc9cec0d9a3","status":"passed","time":{"start":1706321140680,"stop":1706321140680,"duration":0}},{"uid":"77f4b2189ada9a","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/77f4b2189ada9a","status":"passed","time":{"start":1706244656774,"stop":1706244656774,"duration":0}},{"uid":"8f3a7f6626b67eb4","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8f3a7f6626b67eb4","status":"passed","time":{"start":1706242225087,"stop":1706242225087,"duration":0}},{"uid":"97db8277985c3cf1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/97db8277985c3cf1","status":"passed","time":{"start":1706114913328,"stop":1706114913328,"duration":0}},{"uid":"5df5a483c9fcde8b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/5df5a483c9fcde8b","status":"passed","time":{"start":1706114084089,"stop":1706114084089,"duration":0}},{"uid":"711cc6ca57f4a7b3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/711cc6ca57f4a7b3","status":"passed","time":{"start":1706111558876,"stop":1706111558877,"duration":1}},{"uid":"78ad63bf98bc9652","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/78ad63bf98bc9652","status":"passed","time":{"start":1706111248341,"stop":1706111248341,"duration":0}},{"uid":"aa84a5ede300a50f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/aa84a5ede300a50f","status":"passed","time":{"start":1706109150500,"stop":1706109150500,"duration":0}},{"uid":"476d130b54ed57ff","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/476d130b54ed57ff","status":"passed","time":{"start":1706102968919,"stop":1706102968919,"duration":0}},{"uid":"955af4865291c000","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/955af4865291c000","status":"passed","time":{"start":1706102708599,"stop":1706102708599,"duration":0}}]},"76501644d95920fa9bc418184a619812:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b233de41e25a7b4","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/b233de41e25a7b4","status":"passed","time":{"start":1705911543458,"stop":1705911543458,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"da25cdab86657202","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/da25cdab86657202","status":"passed","time":{"start":1706528857320,"stop":1706528857320,"duration":0}},{"uid":"c08282f9b3a5424f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c08282f9b3a5424f","status":"passed","time":{"start":1706527827598,"stop":1706527827599,"duration":1}},{"uid":"9c92a67bd8aef62","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9c92a67bd8aef62","status":"passed","time":{"start":1706526836999,"stop":1706526837002,"duration":3}},{"uid":"2f9911579f862ddd","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/2f9911579f862ddd","status":"passed","time":{"start":1706526533889,"stop":1706526533889,"duration":0}},{"uid":"607167070fd0557","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/607167070fd0557","status":"passed","time":{"start":1706526441881,"stop":1706526441882,"duration":1}},{"uid":"c04139c00ea572ce","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c04139c00ea572ce","status":"passed","time":{"start":1706525866028,"stop":1706525866029,"duration":1}},{"uid":"d62c97296554da73","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d62c97296554da73","status":"passed","time":{"start":1706525332952,"stop":1706525332952,"duration":0}},{"uid":"eee6d3f3b0cc61f3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/eee6d3f3b0cc61f3","status":"passed","time":{"start":1706524895854,"stop":1706524895855,"duration":1}},{"uid":"f15925201826f58f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f15925201826f58f","status":"passed","time":{"start":1706467592273,"stop":1706467592273,"duration":0}},{"uid":"23b983d5bfdcf84f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/23b983d5bfdcf84f","status":"passed","time":{"start":1706322942363,"stop":1706322942363,"duration":0}},{"uid":"2389f719cfa3d605","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/2389f719cfa3d605","status":"passed","time":{"start":1706321253076,"stop":1706321253077,"duration":1}},{"uid":"c3b42f075bb711cd","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c3b42f075bb711cd","status":"passed","time":{"start":1706244761428,"stop":1706244761428,"duration":0}},{"uid":"336b65f03666a99","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/336b65f03666a99","status":"passed","time":{"start":1706242323589,"stop":1706242323589,"duration":0}},{"uid":"2dd087b84b6273c2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2dd087b84b6273c2","status":"passed","time":{"start":1706115032890,"stop":1706115032890,"duration":0}},{"uid":"818b373780825217","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/818b373780825217","status":"passed","time":{"start":1706114198076,"stop":1706114198077,"duration":1}},{"uid":"f998b6cc5b550032","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f998b6cc5b550032","status":"passed","time":{"start":1706111672955,"stop":1706111672956,"duration":1}},{"uid":"1a5f74dae7605377","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1a5f74dae7605377","status":"passed","time":{"start":1706111369286,"stop":1706111369287,"duration":1}},{"uid":"6e38262e56822dab","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6e38262e56822dab","status":"passed","time":{"start":1706109273550,"stop":1706109273551,"duration":1}},{"uid":"e328f40c8b6adc98","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e328f40c8b6adc98","status":"passed","time":{"start":1706103083984,"stop":1706103083984,"duration":0}},{"uid":"1b4d0d877f35b7b4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1b4d0d877f35b7b4","status":"passed","time":{"start":1706102826565,"stop":1706102826565,"duration":0}}]},"65f61a480b1dc9218d2e784cd956bf0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d6746bc30b25a88","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/4d6746bc30b25a88","status":"passed","time":{"start":1705421382767,"stop":1705421382767,"duration":0}}]},"d94a557fcb8d873e955e0f6ffe7057c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"82a0681289c544c1","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/82a0681289c544c1","status":"passed","time":{"start":1705521140296,"stop":1705521140296,"duration":0}},{"uid":"4a068cade484a97a","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/4a068cade484a97a","status":"passed","time":{"start":1705520883406,"stop":1705520883407,"duration":1}},{"uid":"a57467a502cef60a","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/a57467a502cef60a","status":"passed","time":{"start":1705520300883,"stop":1705520300883,"duration":0}},{"uid":"c802b614b56d1c57","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c802b614b56d1c57","status":"passed","time":{"start":1705518525956,"stop":1705518525956,"duration":0}},{"uid":"b415fa62367f9b2f","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/b415fa62367f9b2f","status":"passed","time":{"start":1705518246802,"stop":1705518246802,"duration":0}},{"uid":"b5acf8d72303c13e","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/b5acf8d72303c13e","status":"passed","time":{"start":1705518140971,"stop":1705518140971,"duration":0}},{"uid":"f308f2003c54ce03","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/f308f2003c54ce03","status":"passed","time":{"start":1705518032413,"stop":1705518032413,"duration":0}},{"uid":"991e3bda870f5769","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/991e3bda870f5769","status":"passed","time":{"start":1705508700804,"stop":1705508700805,"duration":1}},{"uid":"98e24a812fd49ae6","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/98e24a812fd49ae6","status":"passed","time":{"start":1705506512637,"stop":1705506512637,"duration":0}},{"uid":"67a128e79af38787","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/67a128e79af38787","status":"passed","time":{"start":1705502966503,"stop":1705502966503,"duration":0}},{"uid":"dbcbb492290ab136","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/dbcbb492290ab136","status":"passed","time":{"start":1705502370712,"stop":1705502370713,"duration":1}},{"uid":"5f101987149538ce","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/5f101987149538ce","status":"passed","time":{"start":1705502517765,"stop":1705502517765,"duration":0}},{"uid":"22c861b26c85a54b","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/22c861b26c85a54b","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321679,"stop":1705495321679,"duration":0}},{"uid":"c4dda7a0aa20ad0e","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c4dda7a0aa20ad0e","status":"passed","time":{"start":1705494975683,"stop":1705494975683,"duration":0}},{"uid":"cb4bea5c55dc0559","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/cb4bea5c55dc0559","status":"passed","time":{"start":1705494930736,"stop":1705494930736,"duration":0}},{"uid":"533f5d50172178e5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/533f5d50172178e5","status":"passed","time":{"start":1705493496299,"stop":1705493496300,"duration":1}},{"uid":"da188ad179fd097c","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/da188ad179fd097c","status":"passed","time":{"start":1705493451245,"stop":1705493451245,"duration":0}},{"uid":"51704fc08efe9a24","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/51704fc08efe9a24","status":"passed","time":{"start":1705485279300,"stop":1705485279300,"duration":0}},{"uid":"315dbda3de9118f0","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/315dbda3de9118f0","status":"passed","time":{"start":1705485136799,"stop":1705485136800,"duration":1}},{"uid":"8215ee7d3c7fad1d","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/8215ee7d3c7fad1d","status":"passed","time":{"start":1705484392926,"stop":1705484392927,"duration":1}}]},"aedd343e4f6a0621b3940625c351ef25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3eb4d84276f6476b","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/3eb4d84276f6476b","status":"passed","time":{"start":1706101537659,"stop":1706101537659,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"7fcd9f61e79bf2bc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7fcd9f61e79bf2bc","status":"passed","time":{"start":1706529403572,"stop":1706529403572,"duration":0}},{"uid":"205fed05c79ab848","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/205fed05c79ab848","status":"passed","time":{"start":1706528357086,"stop":1706528357086,"duration":0}},{"uid":"b6f9a564a4ae61da","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b6f9a564a4ae61da","status":"passed","time":{"start":1706527326691,"stop":1706527326691,"duration":0}},{"uid":"c0cd1119e16b2528","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c0cd1119e16b2528","status":"passed","time":{"start":1706527049795,"stop":1706527049795,"duration":0}},{"uid":"d162f033b1d1e9dd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d162f033b1d1e9dd","status":"passed","time":{"start":1706526961440,"stop":1706526961440,"duration":0}},{"uid":"f2636fb689cdc3c8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f2636fb689cdc3c8","status":"passed","time":{"start":1706526404279,"stop":1706526404279,"duration":0}},{"uid":"1adfa306e666152a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/1adfa306e666152a","status":"passed","time":{"start":1706525849954,"stop":1706525849955,"duration":1}},{"uid":"b24a925ea79b1103","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b24a925ea79b1103","status":"passed","time":{"start":1706525432946,"stop":1706525432946,"duration":0}},{"uid":"e4959448eb7e32c2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e4959448eb7e32c2","status":"passed","time":{"start":1706468114346,"stop":1706468114346,"duration":0}},{"uid":"b3b1e0eb4e7d5900","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b3b1e0eb4e7d5900","status":"passed","time":{"start":1706323469648,"stop":1706323469648,"duration":0}},{"uid":"42e1753663d4d2a6","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/42e1753663d4d2a6","status":"passed","time":{"start":1706321771789,"stop":1706321771789,"duration":0}},{"uid":"9d49ad20e3599a65","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9d49ad20e3599a65","status":"passed","time":{"start":1706115542395,"stop":1706115542395,"duration":0}},{"uid":"1945abf95de0b14e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1945abf95de0b14e","status":"passed","time":{"start":1706114725918,"stop":1706114725918,"duration":0}},{"uid":"425469d532645e2e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/425469d532645e2e","status":"passed","time":{"start":1706112199263,"stop":1706112199263,"duration":0}},{"uid":"abcc14dd5d94226","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/abcc14dd5d94226","status":"passed","time":{"start":1706111893735,"stop":1706111893735,"duration":0}},{"uid":"327a089f3bfed6f5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/327a089f3bfed6f5","status":"passed","time":{"start":1706109796551,"stop":1706109796551,"duration":0}},{"uid":"78bb549db8ce9078","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/78bb549db8ce9078","status":"passed","time":{"start":1706103557152,"stop":1706103557152,"duration":0}},{"uid":"5577c742dc7fad2e","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/5577c742dc7fad2e","status":"passed","time":{"start":1706103365802,"stop":1706103365803,"duration":1}},{"uid":"9b2f9956bbcde2e2","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/9b2f9956bbcde2e2","status":"passed","time":{"start":1706102701049,"stop":1706102701049,"duration":0}},{"uid":"b9cb1d500ae2590d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b9cb1d500ae2590d","status":"passed","time":{"start":1706102579557,"stop":1706102579557,"duration":0}}]},"5962ed93f145e4abd710d71cdd61065f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c6aabeeee475f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8c6aabeeee475f","status":"passed","time":{"start":1706525436708,"stop":1706525436709,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"7ffaa3c6d7728d6c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ffaa3c6d7728d6c","status":"passed","time":{"start":1706528857321,"stop":1706528857321,"duration":0}},{"uid":"32d793f5268a2f1d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/32d793f5268a2f1d","status":"passed","time":{"start":1706527827599,"stop":1706527827599,"duration":0}},{"uid":"9a5c5a49a614a574","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9a5c5a49a614a574","status":"passed","time":{"start":1706526837003,"stop":1706526837003,"duration":0}},{"uid":"4e730650811e71fa","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4e730650811e71fa","status":"passed","time":{"start":1706526533890,"stop":1706526533892,"duration":2}},{"uid":"f2739a2f7f7c482e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f2739a2f7f7c482e","status":"passed","time":{"start":1706526441882,"stop":1706526441883,"duration":1}},{"uid":"e7e535469dc948a7","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e7e535469dc948a7","status":"passed","time":{"start":1706525866029,"stop":1706525866032,"duration":3}},{"uid":"70b16c6e214d2169","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/70b16c6e214d2169","status":"passed","time":{"start":1706525332953,"stop":1706525332953,"duration":0}},{"uid":"84e2ce1470e7ea74","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/84e2ce1470e7ea74","status":"passed","time":{"start":1706524895856,"stop":1706524895857,"duration":1}},{"uid":"40e53bfb90f08af9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/40e53bfb90f08af9","status":"passed","time":{"start":1706467592279,"stop":1706467592280,"duration":1}},{"uid":"760258a71cc81007","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/760258a71cc81007","status":"passed","time":{"start":1706322942364,"stop":1706322942365,"duration":1}},{"uid":"7b4fec2a0bb4389e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7b4fec2a0bb4389e","status":"passed","time":{"start":1706321253077,"stop":1706321253078,"duration":1}},{"uid":"a19b32a99ac4f22d","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/a19b32a99ac4f22d","status":"passed","time":{"start":1706244761429,"stop":1706244761429,"duration":0}},{"uid":"b9edc4dd91194e13","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b9edc4dd91194e13","status":"passed","time":{"start":1706242323590,"stop":1706242323596,"duration":6}},{"uid":"a7d33137f519698b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a7d33137f519698b","status":"passed","time":{"start":1706115032891,"stop":1706115032891,"duration":0}},{"uid":"98b963da0d5bed96","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/98b963da0d5bed96","status":"passed","time":{"start":1706114198079,"stop":1706114198082,"duration":3}},{"uid":"eb01d5992ee61668","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eb01d5992ee61668","status":"passed","time":{"start":1706111672957,"stop":1706111672958,"duration":1}},{"uid":"20d12c98069bd23e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/20d12c98069bd23e","status":"passed","time":{"start":1706111369288,"stop":1706111369289,"duration":1}},{"uid":"a5768c28c81e602f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a5768c28c81e602f","status":"passed","time":{"start":1706109273552,"stop":1706109273552,"duration":0}},{"uid":"e07fdaae34746991","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e07fdaae34746991","status":"passed","time":{"start":1706103083986,"stop":1706103083987,"duration":1}},{"uid":"e6fa414f9a917f33","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e6fa414f9a917f33","status":"passed","time":{"start":1706102826566,"stop":1706102826566,"duration":0}}]},"b6424c4f5cc4b6ded57f82b860840b0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88b91d172d2efd44","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/88b91d172d2efd44","status":"passed","time":{"start":1706111809288,"stop":1706111809288,"duration":0}}]},"141bfa1589023e10b76b940050bf3fb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93817a52ab8f0bd3","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/93817a52ab8f0bd3","status":"passed","time":{"start":1705526887821,"stop":1705526887821,"duration":0}}]},"4e929e2784f53bbef993999adfb40d73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"d0fd1d6712d5d69c","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/d0fd1d6712d5d69c","status":"passed","time":{"start":1706100942622,"stop":1706100942623,"duration":1}},{"uid":"8b2b110405335c7f","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/8b2b110405335c7f","status":"passed","time":{"start":1706099973769,"stop":1706099973770,"duration":1}},{"uid":"1ef602c53a47499b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/1ef602c53a47499b","status":"passed","time":{"start":1706077701791,"stop":1706077701791,"duration":0}},{"uid":"497375bef11af00","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/497375bef11af00","status":"passed","time":{"start":1706069790739,"stop":1706069790739,"duration":0}},{"uid":"8862f93a6be225de","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/8862f93a6be225de","status":"passed","time":{"start":1705950495057,"stop":1705950495057,"duration":0}},{"uid":"d7adf806346435ba","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/d7adf806346435ba","status":"passed","time":{"start":1705938302729,"stop":1705938302730,"duration":1}},{"uid":"dc2265b416111faa","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/dc2265b416111faa","status":"passed","time":{"start":1705913446714,"stop":1705913446715,"duration":1}},{"uid":"2b11bfda6fd5371c","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/2b11bfda6fd5371c","status":"passed","time":{"start":1705912988155,"stop":1705912988156,"duration":1}},{"uid":"a526aa01e59e6917","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/a526aa01e59e6917","status":"passed","time":{"start":1705912372237,"stop":1705912372237,"duration":0}},{"uid":"5c1b0fa44d37e45f","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/5c1b0fa44d37e45f","status":"passed","time":{"start":1705911551488,"stop":1705911551489,"duration":1}},{"uid":"5e32ad8ab934d86a","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/5e32ad8ab934d86a","status":"passed","time":{"start":1705698757773,"stop":1705698757773,"duration":0}},{"uid":"36065bcfabec14b3","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/36065bcfabec14b3","status":"passed","time":{"start":1705687467732,"stop":1705687467732,"duration":0}},{"uid":"e2e0a9c841d9f3bd","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/e2e0a9c841d9f3bd","status":"passed","time":{"start":1705687390805,"stop":1705687390805,"duration":0}},{"uid":"1c68f862e492af6","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/1c68f862e492af6","status":"passed","time":{"start":1705678077463,"stop":1705678077463,"duration":0}},{"uid":"efafe9874e313761","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/efafe9874e313761","status":"passed","time":{"start":1705678007050,"stop":1705678007050,"duration":0}},{"uid":"a77e38ad8136119d","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/a77e38ad8136119d","status":"passed","time":{"start":1705677873544,"stop":1705677873544,"duration":0}},{"uid":"a518038e782d1caf","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/a518038e782d1caf","status":"passed","time":{"start":1705677414852,"stop":1705677414852,"duration":0}},{"uid":"1713febc33e8a92d","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/1713febc33e8a92d","status":"passed","time":{"start":1705676004259,"stop":1705676004259,"duration":0}},{"uid":"b43e7103065d2db1","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/b43e7103065d2db1","status":"passed","time":{"start":1705675426988,"stop":1705675426988,"duration":0}},{"uid":"6bdba8555aff604c","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/6bdba8555aff604c","status":"passed","time":{"start":1705670299886,"stop":1705670299886,"duration":0}}]},"9e2e461c63ff6dc2e47abf2f51b0bec2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acf517df5004823c","reportUrl":"https://waku-org.github.io/js-waku/6162//#testresult/acf517df5004823c","status":"passed","time":{"start":1705421352095,"stop":1705421352096,"duration":1}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"e7e664a764917e51","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7e664a764917e51","status":"passed","time":{"start":1706528752270,"stop":1706528752271,"duration":1}},{"uid":"51047898c91089c2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/51047898c91089c2","status":"passed","time":{"start":1706527720934,"stop":1706527720934,"duration":0}},{"uid":"b2e77e089ab27a79","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b2e77e089ab27a79","status":"passed","time":{"start":1706526735910,"stop":1706526735910,"duration":0}},{"uid":"38e7e9db52fa7b93","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/38e7e9db52fa7b93","status":"passed","time":{"start":1706526432826,"stop":1706526432826,"duration":0}},{"uid":"5a0ce1e6c2568a28","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5a0ce1e6c2568a28","status":"passed","time":{"start":1706526337884,"stop":1706526337885,"duration":1}},{"uid":"f8a76de3f60cef23","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f8a76de3f60cef23","status":"passed","time":{"start":1706525767000,"stop":1706525767000,"duration":0}},{"uid":"a86e546db3fb71df","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a86e546db3fb71df","status":"passed","time":{"start":1706525233964,"stop":1706525233964,"duration":0}},{"uid":"31fe367f6fd99274","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/31fe367f6fd99274","status":"passed","time":{"start":1706524795125,"stop":1706524795125,"duration":0}},{"uid":"a67dcf398306bf1c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a67dcf398306bf1c","status":"passed","time":{"start":1706467489027,"stop":1706467489028,"duration":1}},{"uid":"58062f66e565c7f9","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/58062f66e565c7f9","status":"passed","time":{"start":1706322841818,"stop":1706322841818,"duration":0}},{"uid":"f29ef17dd55e9bd8","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f29ef17dd55e9bd8","status":"passed","time":{"start":1706321154965,"stop":1706321154966,"duration":1}},{"uid":"545611a857c5b0b7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/545611a857c5b0b7","status":"passed","time":{"start":1706244671177,"stop":1706244671177,"duration":0}},{"uid":"3ebd1e901b65f989","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/3ebd1e901b65f989","status":"passed","time":{"start":1706242239399,"stop":1706242239399,"duration":0}},{"uid":"65a11b0813194272","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/65a11b0813194272","status":"passed","time":{"start":1706114927749,"stop":1706114927749,"duration":0}},{"uid":"3a2bef8b01da08f4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3a2bef8b01da08f4","status":"passed","time":{"start":1706114098427,"stop":1706114098427,"duration":0}},{"uid":"117f6ee91f74b47","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/117f6ee91f74b47","status":"passed","time":{"start":1706111573217,"stop":1706111573217,"duration":0}},{"uid":"bb9e76eb44e8cac7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/bb9e76eb44e8cac7","status":"passed","time":{"start":1706111262805,"stop":1706111262806,"duration":1}},{"uid":"c8f5634390dcbf50","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c8f5634390dcbf50","status":"passed","time":{"start":1706109165169,"stop":1706109165169,"duration":0}},{"uid":"bd8b4b5ed01b1499","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bd8b4b5ed01b1499","status":"passed","time":{"start":1706102983254,"stop":1706102983254,"duration":0}},{"uid":"32a94425cad6d45c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/32a94425cad6d45c","status":"passed","time":{"start":1706102722922,"stop":1706102722922,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"5fd369e10fb74f26","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5fd369e10fb74f26","status":"passed","time":{"start":1706529198491,"stop":1706529198491,"duration":0}},{"uid":"f0dc26c9bf9e9445","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f0dc26c9bf9e9445","status":"passed","time":{"start":1706528173995,"stop":1706528173996,"duration":1}},{"uid":"62a529767aef39c4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/62a529767aef39c4","status":"passed","time":{"start":1706527067791,"stop":1706527067791,"duration":0}},{"uid":"f2ef570c0a2ff267","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f2ef570c0a2ff267","status":"passed","time":{"start":1706526764004,"stop":1706526764005,"duration":1}},{"uid":"1a544823e4842c81","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1a544823e4842c81","status":"passed","time":{"start":1706526667848,"stop":1706526667848,"duration":0}},{"uid":"23bacf3a56d1fe4d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/23bacf3a56d1fe4d","status":"passed","time":{"start":1706526105662,"stop":1706526105662,"duration":0}},{"uid":"edc3451e0a9a8fc3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/edc3451e0a9a8fc3","status":"passed","time":{"start":1706525567536,"stop":1706525567536,"duration":0}},{"uid":"517da2a7fface828","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/517da2a7fface828","status":"passed","time":{"start":1706525202451,"stop":1706525202451,"duration":0}},{"uid":"4870f40367caba1e","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/4870f40367caba1e","status":"passed","time":{"start":1706467809674,"stop":1706467809675,"duration":1}},{"uid":"e7e5f41031740593","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e7e5f41031740593","status":"passed","time":{"start":1706323189696,"stop":1706323189696,"duration":0}},{"uid":"bbb807b489e90ec5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/bbb807b489e90ec5","status":"passed","time":{"start":1706321484938,"stop":1706321484939,"duration":1}},{"uid":"b497de816ff958c3","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/b497de816ff958c3","status":"passed","time":{"start":1706115265125,"stop":1706115265126,"duration":1}},{"uid":"8f921da8280a01b5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8f921da8280a01b5","status":"passed","time":{"start":1706114432222,"stop":1706114432222,"duration":0}},{"uid":"658838410c414dfc","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/658838410c414dfc","status":"passed","time":{"start":1706111890887,"stop":1706111890887,"duration":0}},{"uid":"4dfeb16484c5a5d3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4dfeb16484c5a5d3","status":"passed","time":{"start":1706111596339,"stop":1706111596339,"duration":0}},{"uid":"36fecc1ae6606955","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/36fecc1ae6606955","status":"passed","time":{"start":1706109507183,"stop":1706109507183,"duration":0}},{"uid":"bb5d2f19336cdf31","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bb5d2f19336cdf31","status":"passed","time":{"start":1706103311166,"stop":1706103311167,"duration":1}},{"uid":"c47084470e8722ec","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/c47084470e8722ec","status":"passed","time":{"start":1706103033281,"stop":1706103033281,"duration":0}},{"uid":"be86b1a2fc603701","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/be86b1a2fc603701","status":"passed","time":{"start":1706102412553,"stop":1706102412553,"duration":0}},{"uid":"267f344915d22c28","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/267f344915d22c28","status":"passed","time":{"start":1706102307065,"stop":1706102307065,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"b10080814111bb64","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b10080814111bb64","status":"passed","time":{"start":1706529333274,"stop":1706529333274,"duration":0}},{"uid":"f2fd63d0a940848b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f2fd63d0a940848b","status":"passed","time":{"start":1706528290474,"stop":1706528290474,"duration":0}},{"uid":"e7b9f888a83ec8c3","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e7b9f888a83ec8c3","status":"passed","time":{"start":1706527264366,"stop":1706527264367,"duration":1}},{"uid":"70b2469538d0258a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/70b2469538d0258a","status":"passed","time":{"start":1706526976779,"stop":1706526976779,"duration":0}},{"uid":"5d49157fb8d663d0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5d49157fb8d663d0","status":"passed","time":{"start":1706526885812,"stop":1706526885812,"duration":0}},{"uid":"bb6c62f87eec8ef9","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bb6c62f87eec8ef9","status":"passed","time":{"start":1706526330104,"stop":1706526330104,"duration":0}},{"uid":"202c8f6d67e1cfd4","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/202c8f6d67e1cfd4","status":"passed","time":{"start":1706525780732,"stop":1706525780732,"duration":0}},{"uid":"3ed191db6c30a151","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3ed191db6c30a151","status":"passed","time":{"start":1706525359505,"stop":1706525359506,"duration":1}},{"uid":"ae6fd880f7ce0cda","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ae6fd880f7ce0cda","status":"passed","time":{"start":1706468042649,"stop":1706468042649,"duration":0}},{"uid":"94c40afe7a642133","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/94c40afe7a642133","status":"passed","time":{"start":1706323386936,"stop":1706323386936,"duration":0}},{"uid":"32e12cbca5154a7c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/32e12cbca5154a7c","status":"passed","time":{"start":1706321713105,"stop":1706321713105,"duration":0}},{"uid":"d24f6b4b5b8c766","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d24f6b4b5b8c766","status":"passed","time":{"start":1706115482617,"stop":1706115482617,"duration":0}},{"uid":"eaf28c05511a811c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/eaf28c05511a811c","status":"passed","time":{"start":1706114635443,"stop":1706114635443,"duration":0}},{"uid":"d7a15fc98a34995e","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d7a15fc98a34995e","status":"passed","time":{"start":1706112127567,"stop":1706112127567,"duration":0}},{"uid":"c6e023e3c9c0a048","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c6e023e3c9c0a048","status":"passed","time":{"start":1706111809285,"stop":1706111809285,"duration":0}},{"uid":"83ee6ef210b724b6","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/83ee6ef210b724b6","status":"passed","time":{"start":1706109719541,"stop":1706109719541,"duration":0}},{"uid":"cf90477f0537dc90","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cf90477f0537dc90","status":"passed","time":{"start":1706103518440,"stop":1706103518440,"duration":0}},{"uid":"9c9ae9b34138944b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9c9ae9b34138944b","status":"passed","time":{"start":1706103305167,"stop":1706103305167,"duration":0}},{"uid":"11fed451b6f13f09","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/11fed451b6f13f09","status":"passed","time":{"start":1706102626858,"stop":1706102626859,"duration":1}},{"uid":"60fb51072473f280","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/60fb51072473f280","status":"passed","time":{"start":1706102491859,"stop":1706102491860,"duration":1}}]},"e56c22865fb321da891c17e5822fd58d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f14dcddbdfc44ca3","reportUrl":"https://waku-org.github.io/js-waku/6177//#testresult/f14dcddbdfc44ca3","status":"passed","time":{"start":1705439297219,"stop":1705439297220,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"8d002f21bbaaf54","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8d002f21bbaaf54","status":"passed","time":{"start":1706529092209,"stop":1706529092209,"duration":0}},{"uid":"9a85674bf67b3a08","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9a85674bf67b3a08","status":"passed","time":{"start":1706528057457,"stop":1706528057458,"duration":1}},{"uid":"b8e2011710c9605c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b8e2011710c9605c","status":"passed","time":{"start":1706526914774,"stop":1706526914774,"duration":0}},{"uid":"b6c83965c0b75836","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b6c83965c0b75836","status":"passed","time":{"start":1706526612652,"stop":1706526612652,"duration":0}},{"uid":"12b1979eb19db2ed","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/12b1979eb19db2ed","status":"passed","time":{"start":1706526514767,"stop":1706526514767,"duration":0}},{"uid":"c15275b278e4624b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c15275b278e4624b","status":"passed","time":{"start":1706525945111,"stop":1706525945111,"duration":0}},{"uid":"6d6cd4329ff6931","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6d6cd4329ff6931","status":"passed","time":{"start":1706525418824,"stop":1706525418825,"duration":1}},{"uid":"c067a8bdd6460aee","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c067a8bdd6460aee","status":"passed","time":{"start":1706525116053,"stop":1706525116053,"duration":0}},{"uid":"9600e79b87cb0a2b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9600e79b87cb0a2b","status":"passed","time":{"start":1706467681211,"stop":1706467681212,"duration":1}},{"uid":"b38c89aff1ded787","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b38c89aff1ded787","status":"passed","time":{"start":1706323017124,"stop":1706323017125,"duration":1}},{"uid":"360bf8d2fb12e940","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/360bf8d2fb12e940","status":"passed","time":{"start":1706321333765,"stop":1706321333765,"duration":0}},{"uid":"2b446786233f3f85","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2b446786233f3f85","status":"passed","time":{"start":1706115157106,"stop":1706115157106,"duration":0}},{"uid":"c73411f5e836c09d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c73411f5e836c09d","status":"passed","time":{"start":1706114292037,"stop":1706114292037,"duration":0}},{"uid":"f4ae1c51dd91d19b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f4ae1c51dd91d19b","status":"passed","time":{"start":1706111755014,"stop":1706111755014,"duration":0}},{"uid":"7ab6b1133dd46cab","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7ab6b1133dd46cab","status":"passed","time":{"start":1706111454535,"stop":1706111454536,"duration":1}},{"uid":"a6f8a1596be96542","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a6f8a1596be96542","status":"passed","time":{"start":1706109346664,"stop":1706109346665,"duration":1}},{"uid":"c25a844b3b9df13f","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c25a844b3b9df13f","status":"passed","time":{"start":1706103153474,"stop":1706103153474,"duration":0}},{"uid":"a1ed290e4340664b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a1ed290e4340664b","status":"passed","time":{"start":1706102905536,"stop":1706102905537,"duration":1}},{"uid":"39d7d4dd16f81719","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/39d7d4dd16f81719","status":"passed","time":{"start":1706102263608,"stop":1706102263608,"duration":0}},{"uid":"62863222b582311d","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/62863222b582311d","status":"passed","time":{"start":1706102127472,"stop":1706102127473,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"6bb5389e4a297193","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6bb5389e4a297193","status":"passed","time":{"start":1706529092217,"stop":1706529092217,"duration":0}},{"uid":"6871b6f57b011080","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6871b6f57b011080","status":"passed","time":{"start":1706528057469,"stop":1706528057470,"duration":1}},{"uid":"df7ac72e0a3a68be","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/df7ac72e0a3a68be","status":"passed","time":{"start":1706526914784,"stop":1706526914784,"duration":0}},{"uid":"e2e74c3c2b449100","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e2e74c3c2b449100","status":"passed","time":{"start":1706526612657,"stop":1706526612677,"duration":20}},{"uid":"4e5d2f8e4b0c5c3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4e5d2f8e4b0c5c3","status":"passed","time":{"start":1706526514772,"stop":1706526514772,"duration":0}},{"uid":"cb79d0c0cc4e6f13","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cb79d0c0cc4e6f13","status":"passed","time":{"start":1706525945115,"stop":1706525945115,"duration":0}},{"uid":"9d606f9bf95ef7ac","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9d606f9bf95ef7ac","status":"passed","time":{"start":1706525418834,"stop":1706525418834,"duration":0}},{"uid":"5bd7b0e67cc52001","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/5bd7b0e67cc52001","status":"passed","time":{"start":1706525116058,"stop":1706525116058,"duration":0}},{"uid":"a94b5c13d8ef0046","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a94b5c13d8ef0046","status":"passed","time":{"start":1706467681216,"stop":1706467681217,"duration":1}},{"uid":"3d0057584d12eda4","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/3d0057584d12eda4","status":"passed","time":{"start":1706323017129,"stop":1706323017130,"duration":1}},{"uid":"d3d763a1ff7c2dd9","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d3d763a1ff7c2dd9","status":"passed","time":{"start":1706321333770,"stop":1706321333770,"duration":0}},{"uid":"8cac0d3680d77717","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8cac0d3680d77717","status":"passed","time":{"start":1706115157114,"stop":1706115157114,"duration":0}},{"uid":"b0235f3413221947","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b0235f3413221947","status":"passed","time":{"start":1706114292042,"stop":1706114292043,"duration":1}},{"uid":"1af318697f285ce5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1af318697f285ce5","status":"passed","time":{"start":1706111755030,"stop":1706111755031,"duration":1}},{"uid":"73640543ddd39081","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/73640543ddd39081","status":"passed","time":{"start":1706111454548,"stop":1706111454548,"duration":0}},{"uid":"6020e4c462810eb9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6020e4c462810eb9","status":"passed","time":{"start":1706109346670,"stop":1706109346673,"duration":3}},{"uid":"d166e4e798cbccd8","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d166e4e798cbccd8","status":"passed","time":{"start":1706103153483,"stop":1706103153484,"duration":1}},{"uid":"584b4ca6c1135721","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/584b4ca6c1135721","status":"passed","time":{"start":1706102905546,"stop":1706102905546,"duration":0}},{"uid":"b614f7fb899955fb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b614f7fb899955fb","status":"passed","time":{"start":1706102263613,"stop":1706102263614,"duration":1}},{"uid":"37c82b5e1b156cbf","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/37c82b5e1b156cbf","status":"passed","time":{"start":1706102127481,"stop":1706102127481,"duration":0}}]},"07d981bd7790013b3d73ded82d431c8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"78039dd7a6aeac0d","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/78039dd7a6aeac0d","status":"passed","time":{"start":1706100979753,"stop":1706100979753,"duration":0}},{"uid":"cae9229155ea9045","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/cae9229155ea9045","status":"passed","time":{"start":1706100012423,"stop":1706100012423,"duration":0}},{"uid":"200d6af908ec2cca","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/200d6af908ec2cca","status":"passed","time":{"start":1706077739082,"stop":1706077739082,"duration":0}},{"uid":"8f84e9a8b51e4911","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/8f84e9a8b51e4911","status":"passed","time":{"start":1706069827466,"stop":1706069827466,"duration":0}},{"uid":"17c685225e7ebe98","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/17c685225e7ebe98","status":"passed","time":{"start":1705950521664,"stop":1705950521664,"duration":0}},{"uid":"b006288e17e6fe0a","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/b006288e17e6fe0a","status":"passed","time":{"start":1705938343370,"stop":1705938343370,"duration":0}},{"uid":"ac703d19d431f96b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ac703d19d431f96b","status":"passed","time":{"start":1705913488220,"stop":1705913488221,"duration":1}},{"uid":"d3303c7c571ac9e","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/d3303c7c571ac9e","status":"passed","time":{"start":1705913034270,"stop":1705913034271,"duration":1}},{"uid":"210bfc9aef018b00","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/210bfc9aef018b00","status":"passed","time":{"start":1705912407137,"stop":1705912407137,"duration":0}},{"uid":"d4e26c01236b0d2e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/d4e26c01236b0d2e","status":"passed","time":{"start":1705911588792,"stop":1705911588792,"duration":0}},{"uid":"a5aa663fd30958c2","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a5aa663fd30958c2","status":"passed","time":{"start":1705698799106,"stop":1705698799116,"duration":10}},{"uid":"9b901ee9e2f38a75","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/9b901ee9e2f38a75","status":"passed","time":{"start":1705687522364,"stop":1705687522365,"duration":1}},{"uid":"5fb17c1dcdb28ab6","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/5fb17c1dcdb28ab6","status":"passed","time":{"start":1705687430731,"stop":1705687430744,"duration":13}},{"uid":"6c3b131699c17770","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/6c3b131699c17770","status":"passed","time":{"start":1705678121466,"stop":1705678121467,"duration":1}},{"uid":"9615b567cc584ddb","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/9615b567cc584ddb","status":"passed","time":{"start":1705678046311,"stop":1705678046311,"duration":0}},{"uid":"ae537f1480f98acc","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/ae537f1480f98acc","status":"passed","time":{"start":1705677908049,"stop":1705677908049,"duration":0}},{"uid":"5c5453d639f5abd8","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/5c5453d639f5abd8","status":"passed","time":{"start":1705677463216,"stop":1705677463216,"duration":0}},{"uid":"3ad35ab2f773e820","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/3ad35ab2f773e820","status":"passed","time":{"start":1705676052697,"stop":1705676052697,"duration":0}},{"uid":"c1c475d28b1be7e7","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/c1c475d28b1be7e7","status":"passed","time":{"start":1705675474637,"stop":1705675474638,"duration":1}},{"uid":"8ed75ac3f47b3e95","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/8ed75ac3f47b3e95","status":"passed","time":{"start":1705670338389,"stop":1705670338390,"duration":1}}]},"95c8ecac9ace7d35e4204d364851a9da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"600fce85c3530510","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/600fce85c3530510","status":"passed","time":{"start":1705670338402,"stop":1705670338402,"duration":0}}]},"b5ebaebf931741d38f7fae46bfc8f796:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa628d20636f4ff0","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/fa628d20636f4ff0","status":"passed","time":{"start":1706102331418,"stop":1706102331419,"duration":1}}]},"7f1f10e0af08c041d5d0db3a5fac6222:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":53,"unknown":0,"total":53},"items":[{"uid":"950c3a8744b2f67a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/950c3a8744b2f67a","status":"passed","time":{"start":1706100942617,"stop":1706100942617,"duration":0}},{"uid":"d44b1e2fbe15e2dc","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/d44b1e2fbe15e2dc","status":"passed","time":{"start":1706099973758,"stop":1706099973758,"duration":0}},{"uid":"d4a4ae42556adb61","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/d4a4ae42556adb61","status":"passed","time":{"start":1706077701785,"stop":1706077701786,"duration":1}},{"uid":"823ac841cc620618","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/823ac841cc620618","status":"passed","time":{"start":1706069790733,"stop":1706069790733,"duration":0}},{"uid":"f326b745ff22df21","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/f326b745ff22df21","status":"passed","time":{"start":1705950495039,"stop":1705950495046,"duration":7}},{"uid":"e233da7426fdd3fd","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e233da7426fdd3fd","status":"passed","time":{"start":1705938302717,"stop":1705938302718,"duration":1}},{"uid":"ff08503c27b418f6","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/ff08503c27b418f6","status":"passed","time":{"start":1705913446699,"stop":1705913446700,"duration":1}},{"uid":"4dbbd350c714a526","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/4dbbd350c714a526","status":"passed","time":{"start":1705912988131,"stop":1705912988132,"duration":1}},{"uid":"8877fbd8fe3ae772","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/8877fbd8fe3ae772","status":"passed","time":{"start":1705912372222,"stop":1705912372222,"duration":0}},{"uid":"ff3b9b94af20bf4b","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/ff3b9b94af20bf4b","status":"passed","time":{"start":1705911551483,"stop":1705911551483,"duration":0}},{"uid":"9ece67745931a80d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/9ece67745931a80d","status":"passed","time":{"start":1705698757764,"stop":1705698757765,"duration":1}},{"uid":"dc22ffd85c17a112","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/dc22ffd85c17a112","status":"passed","time":{"start":1705687467726,"stop":1705687467727,"duration":1}},{"uid":"ca3ccd2459955af0","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/ca3ccd2459955af0","status":"passed","time":{"start":1705687390800,"stop":1705687390800,"duration":0}},{"uid":"36b0cc8da3a874ed","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/36b0cc8da3a874ed","status":"passed","time":{"start":1705678077457,"stop":1705678077458,"duration":1}},{"uid":"dc25c71a7a844e5d","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/dc25c71a7a844e5d","status":"passed","time":{"start":1705678007043,"stop":1705678007045,"duration":2}},{"uid":"45eba834350f0594","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/45eba834350f0594","status":"passed","time":{"start":1705677873537,"stop":1705677873538,"duration":1}},{"uid":"260230ef811ba43e","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/260230ef811ba43e","status":"passed","time":{"start":1705677414840,"stop":1705677414840,"duration":0}},{"uid":"910d7399de6d7b60","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/910d7399de6d7b60","status":"passed","time":{"start":1705676004246,"stop":1705676004249,"duration":3}},{"uid":"53a7088f10d6a40b","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/53a7088f10d6a40b","status":"passed","time":{"start":1705675426981,"stop":1705675426981,"duration":0}},{"uid":"9d542b4f61c4bc2a","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/9d542b4f61c4bc2a","status":"passed","time":{"start":1705670299875,"stop":1705670299875,"duration":0}}]},"2d9105a07ec5147fbffcceb86007625e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b992601387924f0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9b992601387924f0","status":"passed","time":{"start":1706527016306,"stop":1706527016307,"duration":1}}]},"6e65980d7f76a8c0dae1a9c4073e5a4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"383540ba11b1c194","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/383540ba11b1c194","status":"passed","time":{"start":1705589146227,"stop":1705589146227,"duration":0}}]},"ad92b8fb7711ec82daa6dce335e6c4d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"522d27c834519cad","reportUrl":"https://waku-org.github.io/js-waku/6207//#testresult/522d27c834519cad","status":"passed","time":{"start":1705525370188,"stop":1705525370188,"duration":0}}]},"a33714eb056c4249d7ff5a7369c2a4ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2181be581ff9c46","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/e2181be581ff9c46","status":"passed","time":{"start":1705670275180,"stop":1705670275181,"duration":1}}]},"26dfee24359bd2864c46ac30b7dcafda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"51ff164e12e6810d","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/51ff164e12e6810d","status":"passed","time":{"start":1705521140305,"stop":1705521140305,"duration":0}},{"uid":"dbcfaeb9152e6786","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/dbcfaeb9152e6786","status":"passed","time":{"start":1705520883420,"stop":1705520883420,"duration":0}},{"uid":"996dbdac910fcf54","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/996dbdac910fcf54","status":"passed","time":{"start":1705520300892,"stop":1705520300893,"duration":1}},{"uid":"b9ac5361dbb01df8","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/b9ac5361dbb01df8","status":"passed","time":{"start":1705518525966,"stop":1705518525966,"duration":0}},{"uid":"2662a33d3f7a9b48","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/2662a33d3f7a9b48","status":"passed","time":{"start":1705518246812,"stop":1705518246812,"duration":0}},{"uid":"b6989406124c5ca2","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/b6989406124c5ca2","status":"passed","time":{"start":1705518140988,"stop":1705518140988,"duration":0}},{"uid":"339139df7ae075cb","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/339139df7ae075cb","status":"passed","time":{"start":1705518032423,"stop":1705518032423,"duration":0}},{"uid":"3d4a75054c4b2b67","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/3d4a75054c4b2b67","status":"passed","time":{"start":1705508700815,"stop":1705508700815,"duration":0}},{"uid":"1ab5a25a3eebe2f9","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/1ab5a25a3eebe2f9","status":"passed","time":{"start":1705506512661,"stop":1705506512662,"duration":1}},{"uid":"b593cf04abfd6c0f","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/b593cf04abfd6c0f","status":"passed","time":{"start":1705502966520,"stop":1705502966520,"duration":0}},{"uid":"8e1e600be0367b4b","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8e1e600be0367b4b","status":"passed","time":{"start":1705502370731,"stop":1705502370731,"duration":0}},{"uid":"1781e51308494652","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/1781e51308494652","status":"passed","time":{"start":1705502517775,"stop":1705502517775,"duration":0}},{"uid":"f2e793f993e3a996","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/f2e793f993e3a996","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321699,"stop":1705495321700,"duration":1}},{"uid":"3b49e2af85dc5738","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/3b49e2af85dc5738","status":"passed","time":{"start":1705494975695,"stop":1705494975695,"duration":0}},{"uid":"973a3b1a9f03f23f","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/973a3b1a9f03f23f","status":"passed","time":{"start":1705494930762,"stop":1705494930762,"duration":0}},{"uid":"86921fe6870df3cd","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/86921fe6870df3cd","status":"passed","time":{"start":1705493496370,"stop":1705493496371,"duration":1}},{"uid":"c520604b29add441","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/c520604b29add441","status":"passed","time":{"start":1705493451254,"stop":1705493451254,"duration":0}},{"uid":"28f2ea431bb298de","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/28f2ea431bb298de","status":"passed","time":{"start":1705485279309,"stop":1705485279309,"duration":0}},{"uid":"9296480f36a269ff","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/9296480f36a269ff","status":"passed","time":{"start":1705485136810,"stop":1705485136811,"duration":1}},{"uid":"2f7fb9732f31a8a7","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/2f7fb9732f31a8a7","status":"passed","time":{"start":1705484392937,"stop":1705484392938,"duration":1}}]},"5e92a81f5b1bee6a14dbe5cce403abff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bbb96b02ec40357","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/4bbb96b02ec40357","status":"passed","time":{"start":1706077690011,"stop":1706077690011,"duration":0}}]},"7501e7c72bcdbcf4ab0bf091100de2d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"4e7364c18a7067f2","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4e7364c18a7067f2","status":"passed","time":{"start":1705521140296,"stop":1705521140296,"duration":0}},{"uid":"22dc787993a6e02e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/22dc787993a6e02e","status":"passed","time":{"start":1705520883408,"stop":1705520883408,"duration":0}},{"uid":"60a03c46c2fad857","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/60a03c46c2fad857","status":"passed","time":{"start":1705520300883,"stop":1705520300884,"duration":1}},{"uid":"c772ef045a3961fb","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/c772ef045a3961fb","status":"passed","time":{"start":1705518525957,"stop":1705518525957,"duration":0}},{"uid":"45d8f4785bbe688","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/45d8f4785bbe688","status":"passed","time":{"start":1705518246803,"stop":1705518246803,"duration":0}},{"uid":"1cfa2883b3eec543","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/1cfa2883b3eec543","status":"passed","time":{"start":1705518140971,"stop":1705518140972,"duration":1}},{"uid":"cd59358ffd44cf5d","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/cd59358ffd44cf5d","status":"passed","time":{"start":1705518032414,"stop":1705518032414,"duration":0}},{"uid":"821724d632ed9b44","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/821724d632ed9b44","status":"passed","time":{"start":1705508700805,"stop":1705508700805,"duration":0}},{"uid":"18071b7d3dfd936e","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/18071b7d3dfd936e","status":"passed","time":{"start":1705506512638,"stop":1705506512639,"duration":1}},{"uid":"31845b8aeff49401","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/31845b8aeff49401","status":"passed","time":{"start":1705502966504,"stop":1705502966504,"duration":0}},{"uid":"6ece2f569b3401b4","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/6ece2f569b3401b4","status":"passed","time":{"start":1705502370713,"stop":1705502370713,"duration":0}},{"uid":"ce09c4e9b41a7e89","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/ce09c4e9b41a7e89","status":"passed","time":{"start":1705502517765,"stop":1705502517765,"duration":0}},{"uid":"2bc2545840e2731d","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/2bc2545840e2731d","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321680,"stop":1705495321680,"duration":0}},{"uid":"ae09630e818a84f3","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ae09630e818a84f3","status":"passed","time":{"start":1705494975683,"stop":1705494975684,"duration":1}},{"uid":"6159f56de47c94cf","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/6159f56de47c94cf","status":"passed","time":{"start":1705494930736,"stop":1705494930736,"duration":0}},{"uid":"f3ff9d770cd02894","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f3ff9d770cd02894","status":"passed","time":{"start":1705493496300,"stop":1705493496300,"duration":0}},{"uid":"a05d8c5633176351","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/a05d8c5633176351","status":"passed","time":{"start":1705493451245,"stop":1705493451245,"duration":0}},{"uid":"aa90886ac17c91a","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/aa90886ac17c91a","status":"passed","time":{"start":1705485279300,"stop":1705485279301,"duration":1}},{"uid":"24585962003cc5e8","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/24585962003cc5e8","status":"passed","time":{"start":1705485136800,"stop":1705485136800,"duration":0}},{"uid":"ae2f96d15bb845f","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ae2f96d15bb845f","status":"passed","time":{"start":1705484392927,"stop":1705484392927,"duration":0}}]},"dc7e7bd5f537a1a16cc10a077586c5f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8be68c70fcd97a","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a8be68c70fcd97a","status":"passed","time":{"start":1706114521960,"stop":1706114521960,"duration":0}}]},"2a90111e36276309392bb0992eab37cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"caa13f237b0e4d01","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/caa13f237b0e4d01","status":"passed","time":{"start":1705520842601,"stop":1705520842601,"duration":0}},{"uid":"f9732dd5d6a27df9","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/f9732dd5d6a27df9","status":"passed","time":{"start":1705518211223,"stop":1705518211223,"duration":0}},{"uid":"d619361de62b9be4","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/d619361de62b9be4","status":"passed","time":{"start":1705518105988,"stop":1705518105988,"duration":0}},{"uid":"85a2c47649dc111f","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/85a2c47649dc111f","status":"passed","time":{"start":1705517988177,"stop":1705517988190,"duration":13}},{"uid":"a6b548ac7a084f34","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/a6b548ac7a084f34","status":"passed","time":{"start":1705508655515,"stop":1705508655515,"duration":0}},{"uid":"86a3766febb87860","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/86a3766febb87860","status":"passed","time":{"start":1705506482095,"stop":1705506482096,"duration":1}},{"uid":"462ae849e1f8f6c2","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/462ae849e1f8f6c2","status":"passed","time":{"start":1705502939554,"stop":1705502939554,"duration":0}},{"uid":"84e576e65fac2869","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/84e576e65fac2869","status":"passed","time":{"start":1705502479556,"stop":1705502479556,"duration":0}},{"uid":"d57d9f40668e16ff","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/d57d9f40668e16ff","status":"passed","time":{"start":1705494937945,"stop":1705494937946,"duration":1}},{"uid":"ea1a1746237e6717","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ea1a1746237e6717","status":"passed","time":{"start":1705494940955,"stop":1705494940956,"duration":1}},{"uid":"d973d55955ffefc8","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/d973d55955ffefc8","status":"passed","time":{"start":1705494895035,"stop":1705494895035,"duration":0}},{"uid":"80ff5e851b2cab69","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/80ff5e851b2cab69","status":"passed","time":{"start":1705493464928,"stop":1705493464928,"duration":0}},{"uid":"7403570267d448ca","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/7403570267d448ca","status":"passed","time":{"start":1705493422436,"stop":1705493422436,"duration":0}},{"uid":"f9b217623004010b","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/f9b217623004010b","status":"passed","time":{"start":1705485250484,"stop":1705485250484,"duration":0}},{"uid":"314313467766e696","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/314313467766e696","status":"passed","time":{"start":1705485112221,"stop":1705485112222,"duration":1}},{"uid":"d24ecc7e58d705da","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/d24ecc7e58d705da","status":"passed","time":{"start":1705484354900,"stop":1705484354901,"duration":1}},{"uid":"fffec062ce9a4f7f","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/fffec062ce9a4f7f","status":"passed","time":{"start":1705469872226,"stop":1705469872227,"duration":1}},{"uid":"62614e717a6ff17c","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/62614e717a6ff17c","status":"passed","time":{"start":1705466939042,"stop":1705466939042,"duration":0}},{"uid":"d6e6217acd230eb4","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/d6e6217acd230eb4","status":"passed","time":{"start":1705435403983,"stop":1705435403983,"duration":0}},{"uid":"8e9d6faf86b74763","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/8e9d6faf86b74763","status":"passed","time":{"start":1705434864619,"stop":1705434864619,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"fe20aaa29b91235","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fe20aaa29b91235","status":"passed","time":{"start":1706529092220,"stop":1706529092220,"duration":0}},{"uid":"1e5a4ffaf573b312","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1e5a4ffaf573b312","status":"passed","time":{"start":1706528057472,"stop":1706528057472,"duration":0}},{"uid":"e8d2b61be2ec82c0","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e8d2b61be2ec82c0","status":"passed","time":{"start":1706526914785,"stop":1706526914785,"duration":0}},{"uid":"144f55075de83ba1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/144f55075de83ba1","status":"passed","time":{"start":1706526612679,"stop":1706526612679,"duration":0}},{"uid":"bbe305c4d2fc59c0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bbe305c4d2fc59c0","status":"passed","time":{"start":1706526514773,"stop":1706526514774,"duration":1}},{"uid":"6bbc93b7dafe4094","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6bbc93b7dafe4094","status":"passed","time":{"start":1706525945118,"stop":1706525945119,"duration":1}},{"uid":"ea72cb05d0121738","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ea72cb05d0121738","status":"passed","time":{"start":1706525418836,"stop":1706525418836,"duration":0}},{"uid":"75343c38f6c8a058","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/75343c38f6c8a058","status":"passed","time":{"start":1706525116059,"stop":1706525116059,"duration":0}},{"uid":"434b2d48e0a2f6d8","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/434b2d48e0a2f6d8","status":"passed","time":{"start":1706467681218,"stop":1706467681231,"duration":13}},{"uid":"322787c0c8f5d442","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/322787c0c8f5d442","status":"passed","time":{"start":1706323017131,"stop":1706323017131,"duration":0}},{"uid":"5e7416146b2c2c1a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5e7416146b2c2c1a","status":"passed","time":{"start":1706321333777,"stop":1706321333777,"duration":0}},{"uid":"452630a16ae3c225","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/452630a16ae3c225","status":"passed","time":{"start":1706115157115,"stop":1706115157115,"duration":0}},{"uid":"875ac8da8f4fabcb","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/875ac8da8f4fabcb","status":"passed","time":{"start":1706114292043,"stop":1706114292044,"duration":1}},{"uid":"705f242ae625b95c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/705f242ae625b95c","status":"passed","time":{"start":1706111755033,"stop":1706111755034,"duration":1}},{"uid":"afe1fc6ec0820560","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/afe1fc6ec0820560","status":"passed","time":{"start":1706111454555,"stop":1706111454558,"duration":3}},{"uid":"c8ab47b5bbe3d34c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c8ab47b5bbe3d34c","status":"passed","time":{"start":1706109346674,"stop":1706109346678,"duration":4}},{"uid":"b0d945d49d881548","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b0d945d49d881548","status":"passed","time":{"start":1706103153488,"stop":1706103153520,"duration":32}},{"uid":"587f172567cee6d4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/587f172567cee6d4","status":"passed","time":{"start":1706102905547,"stop":1706102905548,"duration":1}},{"uid":"2cb176259b06ea64","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/2cb176259b06ea64","status":"passed","time":{"start":1706102263616,"stop":1706102263616,"duration":0}},{"uid":"dad98fe727302da0","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/dad98fe727302da0","status":"passed","time":{"start":1706102127484,"stop":1706102127490,"duration":6}}]},"803a77d4f65df4006e93de7f13e777e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71b1047175156608","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/71b1047175156608","status":"passed","time":{"start":1706323040463,"stop":1706323040463,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"b9501f65180ce72c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b9501f65180ce72c","status":"passed","time":{"start":1706528998599,"stop":1706528998599,"duration":0}},{"uid":"128dc32638659d38","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/128dc32638659d38","status":"passed","time":{"start":1706527970127,"stop":1706527970127,"duration":0}},{"uid":"2e23e1d6cd9ae353","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2e23e1d6cd9ae353","status":"passed","time":{"start":1706526976593,"stop":1706526976594,"duration":1}},{"uid":"e4892252434a0689","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e4892252434a0689","status":"passed","time":{"start":1706526677710,"stop":1706526677711,"duration":1}},{"uid":"6cb0ed9dba22a96c","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6cb0ed9dba22a96c","status":"passed","time":{"start":1706526585229,"stop":1706526585229,"duration":0}},{"uid":"8dc0c92070a9780e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8dc0c92070a9780e","status":"passed","time":{"start":1706526011346,"stop":1706526011347,"duration":1}},{"uid":"eac6280445c84bbc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/eac6280445c84bbc","status":"passed","time":{"start":1706525481691,"stop":1706525481691,"duration":0}},{"uid":"23c609da4f19ba50","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/23c609da4f19ba50","status":"passed","time":{"start":1706525034597,"stop":1706525034597,"duration":0}},{"uid":"6ec74b68c6ed0980","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6ec74b68c6ed0980","status":"passed","time":{"start":1706467723741,"stop":1706467723742,"duration":1}},{"uid":"ae65f7a38caa79a5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ae65f7a38caa79a5","status":"passed","time":{"start":1706323095246,"stop":1706323095246,"duration":0}},{"uid":"742af97dd1cec259","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/742af97dd1cec259","status":"passed","time":{"start":1706321394059,"stop":1706321394059,"duration":0}},{"uid":"3e7e4fb24e35cda9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/3e7e4fb24e35cda9","status":"passed","time":{"start":1706115176950,"stop":1706115176951,"duration":1}},{"uid":"b33b8e262aed0ee6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b33b8e262aed0ee6","status":"passed","time":{"start":1706114337391,"stop":1706114337392,"duration":1}},{"uid":"2f9e93fe21294abe","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/2f9e93fe21294abe","status":"passed","time":{"start":1706111808842,"stop":1706111808844,"duration":2}},{"uid":"ddacfcccf0d9f928","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ddacfcccf0d9f928","status":"passed","time":{"start":1706111511407,"stop":1706111511407,"duration":0}},{"uid":"6a27eac3c17ff766","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6a27eac3c17ff766","status":"passed","time":{"start":1706109411600,"stop":1706109411603,"duration":3}},{"uid":"d4d2f70442110a23","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d4d2f70442110a23","status":"passed","time":{"start":1706103221765,"stop":1706103221765,"duration":0}},{"uid":"e40b6693d1ad410b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e40b6693d1ad410b","status":"passed","time":{"start":1706102961393,"stop":1706102961393,"duration":0}},{"uid":"49a311ee7ff4e774","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/49a311ee7ff4e774","status":"passed","time":{"start":1706102333050,"stop":1706102333051,"duration":1}},{"uid":"abebcc4bcfee3ee","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/abebcc4bcfee3ee","status":"passed","time":{"start":1706102204592,"stop":1706102204592,"duration":0}}]},"907ec48cef2383dff2034840f5eb6132:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2608bdbac0b4f6bf","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/2608bdbac0b4f6bf","status":"passed","time":{"start":1705392745676,"stop":1705392745676,"duration":0}}]},"7c6713990a0ca492950160116cf517ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"dd24196e1b58a5b1","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/dd24196e1b58a5b1","status":"passed","time":{"start":1705521140297,"stop":1705521140298,"duration":1}},{"uid":"6176f9df7e5c3c84","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/6176f9df7e5c3c84","status":"passed","time":{"start":1705520883412,"stop":1705520883413,"duration":1}},{"uid":"4f970786b3e65041","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4f970786b3e65041","status":"passed","time":{"start":1705520300885,"stop":1705520300885,"duration":0}},{"uid":"2512ca58d6208e8a","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/2512ca58d6208e8a","status":"passed","time":{"start":1705518525958,"stop":1705518525958,"duration":0}},{"uid":"922b3a36ff779202","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/922b3a36ff779202","status":"passed","time":{"start":1705518246804,"stop":1705518246804,"duration":0}},{"uid":"c40e4fb1ff368880","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/c40e4fb1ff368880","status":"passed","time":{"start":1705518140973,"stop":1705518140976,"duration":3}},{"uid":"1906facb9cb1df96","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/1906facb9cb1df96","status":"passed","time":{"start":1705518032415,"stop":1705518032415,"duration":0}},{"uid":"74086632af032c5","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/74086632af032c5","status":"passed","time":{"start":1705508700806,"stop":1705508700806,"duration":0}},{"uid":"427662cda5011dfe","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/427662cda5011dfe","status":"passed","time":{"start":1705506512641,"stop":1705506512641,"duration":0}},{"uid":"9c3f1faa9b5d6339","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/9c3f1faa9b5d6339","status":"passed","time":{"start":1705502966505,"stop":1705502966505,"duration":0}},{"uid":"31c6ee58b5470967","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/31c6ee58b5470967","status":"passed","time":{"start":1705502370715,"stop":1705502370715,"duration":0}},{"uid":"8247c6702354c35d","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/8247c6702354c35d","status":"passed","time":{"start":1705502517766,"stop":1705502517767,"duration":1}},{"uid":"7df2efd0a2840f39","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/7df2efd0a2840f39","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321685,"stop":1705495321685,"duration":0}},{"uid":"ddbcc6f19afbb6e5","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ddbcc6f19afbb6e5","status":"passed","time":{"start":1705494975685,"stop":1705494975685,"duration":0}},{"uid":"f4b1bcffaa563ba4","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/f4b1bcffaa563ba4","status":"passed","time":{"start":1705494930741,"stop":1705494930741,"duration":0}},{"uid":"a4ca726f1c199df1","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a4ca726f1c199df1","status":"passed","time":{"start":1705493496314,"stop":1705493496315,"duration":1}},{"uid":"f23df9e3a221cb6d","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/f23df9e3a221cb6d","status":"passed","time":{"start":1705493451246,"stop":1705493451247,"duration":1}},{"uid":"aeaad05f5c91def","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/aeaad05f5c91def","status":"passed","time":{"start":1705485279302,"stop":1705485279302,"duration":0}},{"uid":"84608b12d93e2f29","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/84608b12d93e2f29","status":"passed","time":{"start":1705485136801,"stop":1705485136802,"duration":1}},{"uid":"27217accf3633666","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/27217accf3633666","status":"passed","time":{"start":1705484392928,"stop":1705484392929,"duration":1}}]},"64905817f3bb29bb5baa219c9b9dd16b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"207204c6ceaf2896","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/207204c6ceaf2896","status":"passed","time":{"start":1705469859226,"stop":1705469859226,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"b4cf91902e3f19a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b4cf91902e3f19a4","status":"passed","time":{"start":1706529232504,"stop":1706529232504,"duration":0}},{"uid":"87fe0adadc0414b9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/87fe0adadc0414b9","status":"passed","time":{"start":1706528204725,"stop":1706528204725,"duration":0}},{"uid":"76aad921f453ced2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/76aad921f453ced2","status":"passed","time":{"start":1706527099428,"stop":1706527099428,"duration":0}},{"uid":"351f309c39d7928f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/351f309c39d7928f","status":"passed","time":{"start":1706526797236,"stop":1706526797236,"duration":0}},{"uid":"21069c6cbe069543","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/21069c6cbe069543","status":"passed","time":{"start":1706526702309,"stop":1706526702310,"duration":1}},{"uid":"bf4bca449cded298","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/bf4bca449cded298","status":"passed","time":{"start":1706526144650,"stop":1706526144650,"duration":0}},{"uid":"dad3dc3639de05b9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dad3dc3639de05b9","status":"passed","time":{"start":1706525605500,"stop":1706525605501,"duration":1}},{"uid":"1db271333abc1be4","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1db271333abc1be4","status":"passed","time":{"start":1706525237526,"stop":1706525237526,"duration":0}},{"uid":"f02d2810a7f3b9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f02d2810a7f3b9","status":"passed","time":{"start":1706467847963,"stop":1706467847964,"duration":1}},{"uid":"87d865af8df5c257","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/87d865af8df5c257","status":"passed","time":{"start":1706323224601,"stop":1706323224601,"duration":0}},{"uid":"fe91694427d5d326","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fe91694427d5d326","status":"passed","time":{"start":1706321490527,"stop":1706321490528,"duration":1}},{"uid":"580b3ed285543309","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/580b3ed285543309","status":"passed","time":{"start":1706115297922,"stop":1706115297923,"duration":1}},{"uid":"e816a635e89d06c6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/e816a635e89d06c6","status":"passed","time":{"start":1706114468918,"stop":1706114468919,"duration":1}},{"uid":"8d4fcff5f2422e95","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8d4fcff5f2422e95","status":"passed","time":{"start":1706111928729,"stop":1706111928729,"duration":0}},{"uid":"69f87cb2bd12afca","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/69f87cb2bd12afca","status":"passed","time":{"start":1706111629336,"stop":1706111629336,"duration":0}},{"uid":"77faeeb3b5172b33","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/77faeeb3b5172b33","status":"passed","time":{"start":1706109548376,"stop":1706109548376,"duration":0}},{"uid":"2c813f3d8552d438","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2c813f3d8552d438","status":"passed","time":{"start":1706103319938,"stop":1706103319938,"duration":0}},{"uid":"a5c9d0c2f90d6770","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a5c9d0c2f90d6770","status":"passed","time":{"start":1706103066466,"stop":1706103066467,"duration":1}},{"uid":"edc1a9340871b386","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/edc1a9340871b386","status":"passed","time":{"start":1706102448475,"stop":1706102448476,"duration":1}},{"uid":"38ee288912c2cdeb","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/38ee288912c2cdeb","status":"passed","time":{"start":1706102342951,"stop":1706102342951,"duration":0}}]},"45c446deebe42ac7af6c1abbad8fe333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23c458e3d13480bf","reportUrl":"https://waku-org.github.io/js-waku/6264//#testresult/23c458e3d13480bf","status":"passed","time":{"start":1706101380161,"stop":1706101380162,"duration":1}}]},"417a3afdd1f211bca1a9c3f5301b6128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9677ce5fe5fb1f6","reportUrl":"https://waku-org.github.io/js-waku/6155//#testresult/f9677ce5fe5fb1f6","status":"passed","time":{"start":1705365638326,"stop":1705365638326,"duration":0}}]},"6af8abb12fafbb65e339eae5784e1255:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"222f4ffc09a1a92a","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/222f4ffc09a1a92a","status":"passed","time":{"start":1706100932530,"stop":1706100932530,"duration":0}}]},"3e648ce5e95d2281976f00b18dbdf75a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"670490fcd5e13308","reportUrl":"https://waku-org.github.io/js-waku/6171//#testresult/670490fcd5e13308","status":"passed","time":{"start":1705431591293,"stop":1705431591293,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":56,"unknown":0,"total":56},"items":[{"uid":"92a9c3c3b5e2da7d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92a9c3c3b5e2da7d","status":"passed","time":{"start":1706529092195,"stop":1706529092195,"duration":0}},{"uid":"d0bdfd514a3dc35e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d0bdfd514a3dc35e","status":"passed","time":{"start":1706528057418,"stop":1706528057419,"duration":1}},{"uid":"e0a8184913c2263","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e0a8184913c2263","status":"passed","time":{"start":1706526914753,"stop":1706526914754,"duration":1}},{"uid":"3cc2cf3a22f291b0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3cc2cf3a22f291b0","status":"passed","time":{"start":1706526612608,"stop":1706526612608,"duration":0}},{"uid":"778cad267f5d72a0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/778cad267f5d72a0","status":"passed","time":{"start":1706526514747,"stop":1706526514748,"duration":1}},{"uid":"4051767d36fa63f2","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4051767d36fa63f2","status":"passed","time":{"start":1706525945098,"stop":1706525945098,"duration":0}},{"uid":"ed4836589b3ca3ab","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/ed4836589b3ca3ab","status":"passed","time":{"start":1706525418811,"stop":1706525418811,"duration":0}},{"uid":"c8686d4dad7917e7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c8686d4dad7917e7","status":"passed","time":{"start":1706525116040,"stop":1706525116040,"duration":0}},{"uid":"557014407800eef0","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/557014407800eef0","status":"passed","time":{"start":1706467681182,"stop":1706467681182,"duration":0}},{"uid":"a9ba013a2b6ea6fc","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a9ba013a2b6ea6fc","status":"passed","time":{"start":1706323017113,"stop":1706323017113,"duration":0}},{"uid":"c4801e6ffa251c1c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/c4801e6ffa251c1c","status":"passed","time":{"start":1706321333736,"stop":1706321333739,"duration":3}},{"uid":"92cb98d84382c5f7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/92cb98d84382c5f7","status":"passed","time":{"start":1706244762204,"stop":1706244762205,"duration":1}},{"uid":"8344be3ba8d29b42","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/8344be3ba8d29b42","status":"passed","time":{"start":1706242326846,"stop":1706242326847,"duration":1}},{"uid":"710484dbf1b427ee","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/710484dbf1b427ee","status":"passed","time":{"start":1706115157082,"stop":1706115157082,"duration":0}},{"uid":"b32bf65bc809cfb0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b32bf65bc809cfb0","status":"passed","time":{"start":1706114292018,"stop":1706114292018,"duration":0}},{"uid":"91e1c637e6bc5763","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/91e1c637e6bc5763","status":"passed","time":{"start":1706111754962,"stop":1706111754968,"duration":6}},{"uid":"d882763576664a1b","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d882763576664a1b","status":"passed","time":{"start":1706111454518,"stop":1706111454519,"duration":1}},{"uid":"cf65e779fb74ed9e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cf65e779fb74ed9e","status":"passed","time":{"start":1706109346649,"stop":1706109346650,"duration":1}},{"uid":"c4d1c2782626c4f4","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c4d1c2782626c4f4","status":"passed","time":{"start":1706103153455,"stop":1706103153456,"duration":1}},{"uid":"d79468d9cbc9d02d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d79468d9cbc9d02d","status":"passed","time":{"start":1706102905512,"stop":1706102905513,"duration":1}}]},"ee864faa4aefba162a7228eb2c60b9cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"423d5a10e446d0e2","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/423d5a10e446d0e2","status":"passed","time":{"start":1705527069399,"stop":1705527069399,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"399409a6c51e5431","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/399409a6c51e5431","status":"passed","time":{"start":1706529223896,"stop":1706529223896,"duration":0}},{"uid":"81f9a5b8b8540ccd","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/81f9a5b8b8540ccd","status":"passed","time":{"start":1706528204207,"stop":1706528204207,"duration":0}},{"uid":"9a76da98573c6cd5","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9a76da98573c6cd5","status":"passed","time":{"start":1706527085314,"stop":1706527085315,"duration":1}},{"uid":"bdb65db586f1cc08","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bdb65db586f1cc08","status":"passed","time":{"start":1706526783365,"stop":1706526783365,"duration":0}},{"uid":"bb80ed2413c13078","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/bb80ed2413c13078","status":"passed","time":{"start":1706526690273,"stop":1706526690273,"duration":0}},{"uid":"c6f16171bf32f503","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c6f16171bf32f503","status":"passed","time":{"start":1706526129383,"stop":1706526129383,"duration":0}},{"uid":"e04157fdbc74b31f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e04157fdbc74b31f","status":"passed","time":{"start":1706525593260,"stop":1706525593260,"duration":0}},{"uid":"f22c99e10a04cd90","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f22c99e10a04cd90","status":"passed","time":{"start":1706525226782,"stop":1706525226782,"duration":0}},{"uid":"e61fb385574c2403","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e61fb385574c2403","status":"passed","time":{"start":1706467837094,"stop":1706467837095,"duration":1}},{"uid":"d94928bdcdb7a389","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d94928bdcdb7a389","status":"passed","time":{"start":1706323213974,"stop":1706323213974,"duration":0}},{"uid":"324de59ca0779830","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/324de59ca0779830","status":"passed","time":{"start":1706321475553,"stop":1706321475553,"duration":0}},{"uid":"9fbe628d8c7b4f24","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9fbe628d8c7b4f24","status":"passed","time":{"start":1706115285530,"stop":1706115285530,"duration":0}},{"uid":"bc9228845c2f9ee7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/bc9228845c2f9ee7","status":"passed","time":{"start":1706114454510,"stop":1706114454511,"duration":1}},{"uid":"109456005ffb4cca","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/109456005ffb4cca","status":"passed","time":{"start":1706111914142,"stop":1706111914142,"duration":0}},{"uid":"fdd34dd162b8ad4e","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fdd34dd162b8ad4e","status":"passed","time":{"start":1706111616740,"stop":1706111616741,"duration":1}},{"uid":"12a4931338fb7534","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/12a4931338fb7534","status":"passed","time":{"start":1706109533629,"stop":1706109533629,"duration":0}},{"uid":"8ddd165a5cd20272","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8ddd165a5cd20272","status":"passed","time":{"start":1706103308662,"stop":1706103308662,"duration":0}},{"uid":"972826fa4dd77551","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/972826fa4dd77551","status":"passed","time":{"start":1706103054158,"stop":1706103054158,"duration":0}},{"uid":"cb86825d9c7a248d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/cb86825d9c7a248d","status":"passed","time":{"start":1706102435007,"stop":1706102435008,"duration":1}},{"uid":"f0b2be5ecd31927","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f0b2be5ecd31927","status":"passed","time":{"start":1706102331418,"stop":1706102331418,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":129,"unknown":0,"total":131},"items":[{"uid":"335216237561b736","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/335216237561b736","status":"passed","time":{"start":1706529092200,"stop":1706529092200,"duration":0}},{"uid":"8e7fae0d14947f39","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8e7fae0d14947f39","status":"passed","time":{"start":1706528057428,"stop":1706528057429,"duration":1}},{"uid":"cf82429a764dec8","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/cf82429a764dec8","status":"passed","time":{"start":1706526914759,"stop":1706526914759,"duration":0}},{"uid":"c393813c1783be9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c393813c1783be9","status":"passed","time":{"start":1706526612612,"stop":1706526612612,"duration":0}},{"uid":"5a88e1c43c23cd2f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5a88e1c43c23cd2f","status":"passed","time":{"start":1706526514755,"stop":1706526514756,"duration":1}},{"uid":"ee55d2e738639f1c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ee55d2e738639f1c","status":"passed","time":{"start":1706525945101,"stop":1706525945101,"duration":0}},{"uid":"6f63ad22da685ae1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6f63ad22da685ae1","status":"passed","time":{"start":1706525418814,"stop":1706525418814,"duration":0}},{"uid":"b9e5f11772731ecb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b9e5f11772731ecb","status":"passed","time":{"start":1706525116044,"stop":1706525116045,"duration":1}},{"uid":"76991ef96e59872c","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/76991ef96e59872c","status":"passed","time":{"start":1706467681184,"stop":1706467681185,"duration":1}},{"uid":"542453fd3063cc4a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/542453fd3063cc4a","status":"passed","time":{"start":1706323017114,"stop":1706323017115,"duration":1}},{"uid":"3bc62f53a5979010","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3bc62f53a5979010","status":"passed","time":{"start":1706321333741,"stop":1706321333742,"duration":1}},{"uid":"633ca6bd2e63a6ae","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/633ca6bd2e63a6ae","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244762206,"stop":1706244762207,"duration":1}},{"uid":"fca7d70700650167","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/fca7d70700650167","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242326850,"stop":1706242326850,"duration":0}},{"uid":"bac42c2cacaa0efe","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/bac42c2cacaa0efe","status":"passed","time":{"start":1706115157085,"stop":1706115157086,"duration":1}},{"uid":"c355fd3f8c71e234","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c355fd3f8c71e234","status":"passed","time":{"start":1706114292020,"stop":1706114292021,"duration":1}},{"uid":"11b9e78720c79b79","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/11b9e78720c79b79","status":"passed","time":{"start":1706111754984,"stop":1706111754985,"duration":1}},{"uid":"5fc6c5646054b312","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5fc6c5646054b312","status":"passed","time":{"start":1706111454520,"stop":1706111454521,"duration":1}},{"uid":"8d11fabcbe8c96ad","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8d11fabcbe8c96ad","status":"passed","time":{"start":1706109346652,"stop":1706109346652,"duration":0}},{"uid":"ae5ce628e288bc7c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ae5ce628e288bc7c","status":"passed","time":{"start":1706103153458,"stop":1706103153458,"duration":0}},{"uid":"9c90f4883dd5995d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/9c90f4883dd5995d","status":"passed","time":{"start":1706102905517,"stop":1706102905517,"duration":0}}]},"0954ff428a671ec975d4788bc8683d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ee9951c4462dbb8","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/1ee9951c4462dbb8","status":"passed","time":{"start":1705525499036,"stop":1705525499037,"duration":1}}]},"16bc24c316a8dc44499670f646d0f466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":45,"unknown":0,"total":45},"items":[{"uid":"fce17a5f468b41ea","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/fce17a5f468b41ea","status":"passed","time":{"start":1705521140310,"stop":1705521140311,"duration":1}},{"uid":"9ea8ed2b5261d652","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/9ea8ed2b5261d652","status":"passed","time":{"start":1705520883426,"stop":1705520883426,"duration":0}},{"uid":"c5ddc5edc8403400","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/c5ddc5edc8403400","status":"passed","time":{"start":1705520300898,"stop":1705520300898,"duration":0}},{"uid":"f4578aca82fa0b51","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/f4578aca82fa0b51","status":"passed","time":{"start":1705518525971,"stop":1705518525971,"duration":0}},{"uid":"57142500df896b36","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/57142500df896b36","status":"passed","time":{"start":1705518246817,"stop":1705518246817,"duration":0}},{"uid":"b88b08bd26aba5fb","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/b88b08bd26aba5fb","status":"passed","time":{"start":1705518140999,"stop":1705518141000,"duration":1}},{"uid":"62ad36969f7abe4c","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/62ad36969f7abe4c","status":"passed","time":{"start":1705518032439,"stop":1705518032439,"duration":0}},{"uid":"df17a4b5b56be9e5","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/df17a4b5b56be9e5","status":"passed","time":{"start":1705508700820,"stop":1705508700821,"duration":1}},{"uid":"f9eeaf60771145e7","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f9eeaf60771145e7","status":"passed","time":{"start":1705506512668,"stop":1705506512669,"duration":1}},{"uid":"a046b72db3af6e0","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/a046b72db3af6e0","status":"passed","time":{"start":1705502966527,"stop":1705502966528,"duration":1}},{"uid":"450a9692bb0d23bd","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/450a9692bb0d23bd","status":"passed","time":{"start":1705502370738,"stop":1705502370738,"duration":0}},{"uid":"318b32479dadc3c3","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/318b32479dadc3c3","status":"passed","time":{"start":1705502517782,"stop":1705502517782,"duration":0}},{"uid":"ea1cebb3c2347452","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/ea1cebb3c2347452","status":"passed","time":{"start":1705495321709,"stop":1705495321709,"duration":0}},{"uid":"dd834d21a2f8cbd6","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/dd834d21a2f8cbd6","status":"passed","time":{"start":1705494975702,"stop":1705494975702,"duration":0}},{"uid":"c1805d1a4fd15e12","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/c1805d1a4fd15e12","status":"passed","time":{"start":1705494930772,"stop":1705494930772,"duration":0}},{"uid":"66c42e83a6fa1f92","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/66c42e83a6fa1f92","status":"passed","time":{"start":1705493496395,"stop":1705493496395,"duration":0}},{"uid":"3d342c905899abec","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/3d342c905899abec","status":"passed","time":{"start":1705493451261,"stop":1705493451262,"duration":1}},{"uid":"122daf5259556eeb","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/122daf5259556eeb","status":"passed","time":{"start":1705485279312,"stop":1705485279313,"duration":1}},{"uid":"512b4ddb30b1c9ed","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/512b4ddb30b1c9ed","status":"passed","time":{"start":1705485136816,"stop":1705485136816,"duration":0}},{"uid":"cb358c61bd61b1dc","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/cb358c61bd61b1dc","status":"passed","time":{"start":1705484392942,"stop":1705484392943,"duration":1}}]},"d7beef7d5846c58756bd7b50d941fabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"5e2ae771b2390dfb","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/5e2ae771b2390dfb","status":"passed","time":{"start":1706100979760,"stop":1706100979761,"duration":1}},{"uid":"4b32280cb0a18ace","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/4b32280cb0a18ace","status":"passed","time":{"start":1706100012430,"stop":1706100012434,"duration":4}},{"uid":"266f74967ed1ad74","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/266f74967ed1ad74","status":"passed","time":{"start":1706077739088,"stop":1706077739088,"duration":0}},{"uid":"2351d1aa1f48845b","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/2351d1aa1f48845b","status":"passed","time":{"start":1706069827473,"stop":1706069827473,"duration":0}},{"uid":"b011c74a40074aa6","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/b011c74a40074aa6","status":"passed","time":{"start":1705950521675,"stop":1705950521676,"duration":1}},{"uid":"2d807833b7af615d","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/2d807833b7af615d","status":"passed","time":{"start":1705938343380,"stop":1705938343380,"duration":0}},{"uid":"74e64c831ce91e5e","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/74e64c831ce91e5e","status":"passed","time":{"start":1705913488233,"stop":1705913488233,"duration":0}},{"uid":"ad0c3fc768550ac2","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/ad0c3fc768550ac2","status":"passed","time":{"start":1705913034277,"stop":1705913034278,"duration":1}},{"uid":"6df747104b306c59","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/6df747104b306c59","status":"passed","time":{"start":1705912407146,"stop":1705912407148,"duration":2}},{"uid":"758dbc10f12bfc8d","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/758dbc10f12bfc8d","status":"passed","time":{"start":1705911588798,"stop":1705911588798,"duration":0}},{"uid":"a7b3ec798087372e","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/a7b3ec798087372e","status":"passed","time":{"start":1705698799122,"stop":1705698799122,"duration":0}},{"uid":"112f81eed3c49df8","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/112f81eed3c49df8","status":"passed","time":{"start":1705687522374,"stop":1705687522374,"duration":0}},{"uid":"1128256b31c09482","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/1128256b31c09482","status":"passed","time":{"start":1705687430758,"stop":1705687430758,"duration":0}},{"uid":"3b9db90f220f056e","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/3b9db90f220f056e","status":"passed","time":{"start":1705678121489,"stop":1705678121492,"duration":3}},{"uid":"7755bc68efb244ec","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/7755bc68efb244ec","status":"passed","time":{"start":1705678046317,"stop":1705678046317,"duration":0}},{"uid":"e4b9f88559e7bd9e","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/e4b9f88559e7bd9e","status":"passed","time":{"start":1705677908054,"stop":1705677908055,"duration":1}},{"uid":"812fbda482eeeed9","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/812fbda482eeeed9","status":"passed","time":{"start":1705677463244,"stop":1705677463245,"duration":1}},{"uid":"783d9ba330f32159","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/783d9ba330f32159","status":"passed","time":{"start":1705676052711,"stop":1705676052712,"duration":1}},{"uid":"6fba65b89c359966","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/6fba65b89c359966","status":"passed","time":{"start":1705675474644,"stop":1705675474644,"duration":0}},{"uid":"70b0cb1d9a59a78d","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/70b0cb1d9a59a78d","status":"passed","time":{"start":1705670338395,"stop":1705670338395,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":84,"unknown":0,"total":86},"items":[{"uid":"5220ee7ecaa48019","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5220ee7ecaa48019","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0}},{"uid":"1613c7e4ecb6bd4a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/1613c7e4ecb6bd4a","status":"passed","time":{"start":1706527923867,"stop":1706527923868,"duration":1}},{"uid":"28b01a3a476d51ff","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/28b01a3a476d51ff","status":"passed","time":{"start":1706526930828,"stop":1706526930829,"duration":1}},{"uid":"c30bf7085828d1cf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c30bf7085828d1cf","status":"passed","time":{"start":1706526632063,"stop":1706526632064,"duration":1}},{"uid":"1f9b48f69afd0769","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1f9b48f69afd0769","status":"passed","time":{"start":1706526534056,"stop":1706526534057,"duration":1}},{"uid":"f2e85b2f2eca2df4","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f2e85b2f2eca2df4","status":"passed","time":{"start":1706525958155,"stop":1706525958155,"duration":0}},{"uid":"8666f6b3c3a766ab","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8666f6b3c3a766ab","status":"passed","time":{"start":1706525436683,"stop":1706525436684,"duration":1}},{"uid":"70ab1c619c63f432","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/70ab1c619c63f432","status":"passed","time":{"start":1706524982416,"stop":1706524982417,"duration":1}},{"uid":"1c542dffab6bb68d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1c542dffab6bb68d","status":"passed","time":{"start":1706467678782,"stop":1706467678782,"duration":0}},{"uid":"d9993def72e4b95a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d9993def72e4b95a","status":"passed","time":{"start":1706323040449,"stop":1706323040450,"duration":1}},{"uid":"466c46ad58a6abce","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/466c46ad58a6abce","status":"passed","time":{"start":1706321353332,"stop":1706321353333,"duration":1}},{"uid":"757f6e732e26e21b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/757f6e732e26e21b","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/push.node.spec.ts)","time":{"start":1706115009677,"stop":1706115009678,"duration":1}},{"uid":"78f9663fc7ae81cd","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/78f9663fc7ae81cd","status":"passed","time":{"start":1706114292326,"stop":1706114292327,"duration":1}},{"uid":"b12f26e85695c66b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b12f26e85695c66b","status":"passed","time":{"start":1706111780324,"stop":1706111780324,"duration":0}},{"uid":"38d25634c71d8dba","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/38d25634c71d8dba","status":"passed","time":{"start":1706111463991,"stop":1706111463992,"duration":1}},{"uid":"552763e10ff6d862","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/552763e10ff6d862","status":"passed","time":{"start":1706109370806,"stop":1706109370812,"duration":6}},{"uid":"5ecf4b792e5ef3b3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5ecf4b792e5ef3b3","status":"passed","time":{"start":1706103179134,"stop":1706103179136,"duration":2}},{"uid":"683748ff3d311fbd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/683748ff3d311fbd","status":"passed","time":{"start":1706102925528,"stop":1706102925528,"duration":0}},{"uid":"f7b17ef10cb94e58","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/f7b17ef10cb94e58","status":"passed","time":{"start":1706102273651,"stop":1706102273651,"duration":0}},{"uid":"da7c45c1716859e2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/da7c45c1716859e2","status":"passed","time":{"start":1706102152973,"stop":1706102152973,"duration":0}}]},"a17a4ffb5e3152aeee872e05b69cfcec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97f94d2acb514b42","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/97f94d2acb514b42","status":"passed","time":{"start":1705687430768,"stop":1705687430768,"duration":0}}]},"81392abe6597cd690a8b88c2c5758ba0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fb2aa682802d234","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/7fb2aa682802d234","status":"passed","time":{"start":1705521069058,"stop":1705521069058,"duration":0}}]},"c55072e1d9f7ee657bf6b06800db9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7ca0c22c06b58c6","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/d7ca0c22c06b58c6","status":"passed","time":{"start":1705521069059,"stop":1705521069059,"duration":0}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"4c1a96872c4c8df1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4c1a96872c4c8df1","status":"passed","time":{"start":1706529382345,"stop":1706529382345,"duration":0}},{"uid":"6639af94b9ec404d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/6639af94b9ec404d","status":"passed","time":{"start":1706528358935,"stop":1706528358935,"duration":0}},{"uid":"b35649fa66b9cf42","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b35649fa66b9cf42","status":"passed","time":{"start":1706527280977,"stop":1706527280979,"duration":2}},{"uid":"76e0381bd052907a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/76e0381bd052907a","status":"passed","time":{"start":1706527018954,"stop":1706527018955,"duration":1}},{"uid":"1efcab8734394706","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1efcab8734394706","status":"passed","time":{"start":1706526913490,"stop":1706526913491,"duration":1}},{"uid":"d8b90ac35c078c47","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d8b90ac35c078c47","status":"passed","time":{"start":1706526349828,"stop":1706526349829,"duration":1}},{"uid":"2acd0879a13a90ac","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2acd0879a13a90ac","status":"passed","time":{"start":1706525818565,"stop":1706525818565,"duration":0}},{"uid":"e5c7cf6332168d2a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e5c7cf6332168d2a","status":"passed","time":{"start":1706525411709,"stop":1706525411710,"duration":1}},{"uid":"277cdc071f9d7df9","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/277cdc071f9d7df9","status":"passed","time":{"start":1706468058610,"stop":1706468058610,"duration":0}},{"uid":"1425e5ff546e3468","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/1425e5ff546e3468","status":"passed","time":{"start":1706323426976,"stop":1706323426977,"duration":1}},{"uid":"d5e3503a60450549","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d5e3503a60450549","status":"passed","time":{"start":1706321694469,"stop":1706321694469,"duration":0}},{"uid":"342f77a743a86f98","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/342f77a743a86f98","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244874728,"stop":1706244874729,"duration":1}},{"uid":"38748a5bc2cf74b","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/38748a5bc2cf74b","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242416172,"stop":1706242416172,"duration":0}},{"uid":"5be7d72a279deee8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/5be7d72a279deee8","status":"passed","time":{"start":1706115501229,"stop":1706115501229,"duration":0}},{"uid":"77a8780c7836075b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/77a8780c7836075b","status":"passed","time":{"start":1706114678598,"stop":1706114678598,"duration":0}},{"uid":"e4387b998eb8a591","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/e4387b998eb8a591","status":"passed","time":{"start":1706112160996,"stop":1706112160996,"duration":0}},{"uid":"2a9abacc11a04700","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/2a9abacc11a04700","status":"passed","time":{"start":1706111848589,"stop":1706111848589,"duration":0}},{"uid":"88f320c629b0c4c5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/88f320c629b0c4c5","status":"passed","time":{"start":1706109769705,"stop":1706109769706,"duration":1}},{"uid":"a1de3a68d177a251","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a1de3a68d177a251","status":"passed","time":{"start":1706103482578,"stop":1706103482578,"duration":0}},{"uid":"a9572796cccc7a6f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a9572796cccc7a6f","status":"passed","time":{"start":1706103311277,"stop":1706103311278,"duration":1}}]},"d0f922379a606d4bd40034c1e2e18012:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57b494184c3e1df8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/57b494184c3e1df8","status":"passed","time":{"start":1706526185700,"stop":1706526185701,"duration":1}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"97e9d20d480e8aa1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/97e9d20d480e8aa1","status":"passed","time":{"start":1706529333280,"stop":1706529333280,"duration":0}},{"uid":"a4258103bd2ecbdc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a4258103bd2ecbdc","status":"passed","time":{"start":1706528290495,"stop":1706528290495,"duration":0}},{"uid":"d5597ab5830e2a79","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d5597ab5830e2a79","status":"passed","time":{"start":1706527264377,"stop":1706527264377,"duration":0}},{"uid":"6ccb3adcd5bcc66a","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6ccb3adcd5bcc66a","status":"passed","time":{"start":1706526976787,"stop":1706526976787,"duration":0}},{"uid":"646043699720d7f8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/646043699720d7f8","status":"passed","time":{"start":1706526885817,"stop":1706526885817,"duration":0}},{"uid":"578434765c1c7fce","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/578434765c1c7fce","status":"passed","time":{"start":1706526330115,"stop":1706526330115,"duration":0}},{"uid":"be0ab83b5c13b19b","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/be0ab83b5c13b19b","status":"passed","time":{"start":1706525780742,"stop":1706525780742,"duration":0}},{"uid":"86e7ea332e09e77f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/86e7ea332e09e77f","status":"passed","time":{"start":1706525359513,"stop":1706525359513,"duration":0}},{"uid":"a84dd7aa5e91752","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a84dd7aa5e91752","status":"passed","time":{"start":1706468042654,"stop":1706468042654,"duration":0}},{"uid":"949d09e71d55c696","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/949d09e71d55c696","status":"passed","time":{"start":1706323386949,"stop":1706323386950,"duration":1}},{"uid":"1d9c9098b6615d1c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1d9c9098b6615d1c","status":"passed","time":{"start":1706321713112,"stop":1706321713113,"duration":1}},{"uid":"78b99b85ebe7ce93","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/78b99b85ebe7ce93","status":"passed","time":{"start":1706115482636,"stop":1706115482636,"duration":0}},{"uid":"15bdb4a3c7bb55ea","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/15bdb4a3c7bb55ea","status":"passed","time":{"start":1706114635448,"stop":1706114635448,"duration":0}},{"uid":"994126edb5c203f8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/994126edb5c203f8","status":"passed","time":{"start":1706112127578,"stop":1706112127578,"duration":0}},{"uid":"9d71464df88819f0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9d71464df88819f0","status":"passed","time":{"start":1706111809292,"stop":1706111809293,"duration":1}},{"uid":"46426e6406fd2926","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/46426e6406fd2926","status":"passed","time":{"start":1706109719549,"stop":1706109719550,"duration":1}},{"uid":"3d9d3b8bd95480c2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3d9d3b8bd95480c2","status":"passed","time":{"start":1706103518443,"stop":1706103518444,"duration":1}},{"uid":"912af222afdf4d37","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/912af222afdf4d37","status":"passed","time":{"start":1706103305183,"stop":1706103305184,"duration":1}},{"uid":"4b94d481c2e6510e","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4b94d481c2e6510e","status":"passed","time":{"start":1706102626868,"stop":1706102626869,"duration":1}},{"uid":"6362b6d40a9dfe33","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6362b6d40a9dfe33","status":"passed","time":{"start":1706102491914,"stop":1706102491914,"duration":0}}]},"8fd6a2bbcf05f64b2e73a2ff5edeb546:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb7fe9633d20603d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fb7fe9633d20603d","status":"passed","time":{"start":1706526355594,"stop":1706526355594,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"e8a337b6b2925bf2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e8a337b6b2925bf2","status":"passed","time":{"start":1706529218504,"stop":1706529218506,"duration":2}},{"uid":"9cf951560c6e3211","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/9cf951560c6e3211","status":"passed","time":{"start":1706528190564,"stop":1706528190565,"duration":1}},{"uid":"e23f1b6023527af6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e23f1b6023527af6","status":"passed","time":{"start":1706527166736,"stop":1706527166743,"duration":7}},{"uid":"6b9f282601320a0e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6b9f282601320a0e","status":"passed","time":{"start":1706526866873,"stop":1706526866873,"duration":0}},{"uid":"9f7e6f6f86b66728","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9f7e6f6f86b66728","status":"passed","time":{"start":1706526763557,"stop":1706526763558,"duration":1}},{"uid":"c0c3386602ce5f7c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c0c3386602ce5f7c","status":"passed","time":{"start":1706526185672,"stop":1706526185673,"duration":1}},{"uid":"6edcfb3b9dc35791","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6edcfb3b9dc35791","status":"passed","time":{"start":1706525658965,"stop":1706525658965,"duration":0}},{"uid":"9cff141cdc8e76f5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9cff141cdc8e76f5","status":"passed","time":{"start":1706525242370,"stop":1706525242370,"duration":0}},{"uid":"7e7c0f87b53e4ee1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7e7c0f87b53e4ee1","status":"passed","time":{"start":1706467906878,"stop":1706467906878,"duration":0}},{"uid":"134baa6c38ba6b3c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/134baa6c38ba6b3c","status":"passed","time":{"start":1706323273248,"stop":1706323273249,"duration":1}},{"uid":"42c7baa6bba84209","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/42c7baa6bba84209","status":"passed","time":{"start":1706321575853,"stop":1706321575853,"duration":0}},{"uid":"f7fbcd05beb4ab1b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f7fbcd05beb4ab1b","status":"passed","time":{"start":1706115384046,"stop":1706115384046,"duration":0}},{"uid":"c11880259d9d62de","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c11880259d9d62de","status":"passed","time":{"start":1706114521915,"stop":1706114521915,"duration":0}},{"uid":"9254a025419fa375","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9254a025419fa375","status":"passed","time":{"start":1706112015254,"stop":1706112015254,"duration":0}},{"uid":"7317c5630bf0a4a4","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/7317c5630bf0a4a4","status":"passed","time":{"start":1706111693396,"stop":1706111693396,"duration":0}},{"uid":"f0a6debdd921b561","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/f0a6debdd921b561","status":"passed","time":{"start":1706109609726,"stop":1706109609726,"duration":0}},{"uid":"9774699f49065ba9","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/9774699f49065ba9","status":"passed","time":{"start":1706103393425,"stop":1706103393425,"duration":0}},{"uid":"dccc5e94aa9903ca","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/dccc5e94aa9903ca","status":"passed","time":{"start":1706103153296,"stop":1706103153296,"duration":0}},{"uid":"696c47b83a252317","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/696c47b83a252317","status":"passed","time":{"start":1706102506991,"stop":1706102506991,"duration":0}},{"uid":"6637546af6bb28d3","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/6637546af6bb28d3","status":"passed","time":{"start":1706102385171,"stop":1706102385171,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"8526f72b034747db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8526f72b034747db","status":"passed","time":{"start":1706528857320,"stop":1706528857321,"duration":1}},{"uid":"f1b7afe76e479f98","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f1b7afe76e479f98","status":"passed","time":{"start":1706527827599,"stop":1706527827599,"duration":0}},{"uid":"ce5d1faf548ef503","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ce5d1faf548ef503","status":"passed","time":{"start":1706526837002,"stop":1706526837003,"duration":1}},{"uid":"d6dff1222916ca89","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d6dff1222916ca89","status":"passed","time":{"start":1706526533890,"stop":1706526533890,"duration":0}},{"uid":"2505deeda82c5376","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2505deeda82c5376","status":"passed","time":{"start":1706526441882,"stop":1706526441882,"duration":0}},{"uid":"ad64bdeaa780e89d","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ad64bdeaa780e89d","status":"passed","time":{"start":1706525866029,"stop":1706525866029,"duration":0}},{"uid":"43192443b9a65b79","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/43192443b9a65b79","status":"passed","time":{"start":1706525332952,"stop":1706525332953,"duration":1}},{"uid":"81657d9bc8687517","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/81657d9bc8687517","status":"passed","time":{"start":1706524895855,"stop":1706524895856,"duration":1}},{"uid":"9428cf20d8f0e57a","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9428cf20d8f0e57a","status":"passed","time":{"start":1706467592273,"stop":1706467592274,"duration":1}},{"uid":"4732164aa29664da","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4732164aa29664da","status":"passed","time":{"start":1706322942364,"stop":1706322942364,"duration":0}},{"uid":"b912273c796d41f7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b912273c796d41f7","status":"passed","time":{"start":1706321253077,"stop":1706321253077,"duration":0}},{"uid":"cc5b90845fee2460","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cc5b90845fee2460","status":"passed","time":{"start":1706244761428,"stop":1706244761429,"duration":1}},{"uid":"850d24ed12da8263","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/850d24ed12da8263","status":"passed","time":{"start":1706242323590,"stop":1706242323590,"duration":0}},{"uid":"6ae180c88849b20a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6ae180c88849b20a","status":"passed","time":{"start":1706115032890,"stop":1706115032890,"duration":0}},{"uid":"d2f0a2565ef2929b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d2f0a2565ef2929b","status":"passed","time":{"start":1706114198077,"stop":1706114198078,"duration":1}},{"uid":"fe667c4631c1ef77","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fe667c4631c1ef77","status":"passed","time":{"start":1706111672956,"stop":1706111672957,"duration":1}},{"uid":"aa9c43cb17ad7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/aa9c43cb17ad7","status":"passed","time":{"start":1706111369287,"stop":1706111369288,"duration":1}},{"uid":"e57d0550fe78b1cc","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e57d0550fe78b1cc","status":"passed","time":{"start":1706109273551,"stop":1706109273551,"duration":0}},{"uid":"c3e7a8be2244b0ec","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c3e7a8be2244b0ec","status":"passed","time":{"start":1706103083985,"stop":1706103083986,"duration":1}},{"uid":"30ab808b2f67bffe","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/30ab808b2f67bffe","status":"passed","time":{"start":1706102826565,"stop":1706102826565,"duration":0}}]},"70018037d0f021eccdae9680407ef41d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74e398d2de7329d8","reportUrl":"https://waku-org.github.io/js-waku/6225//#testresult/74e398d2de7329d8","status":"passed","time":{"start":1705580376454,"stop":1705580376455,"duration":1}}]},"26b98fea6abdec727aae92acd5bbc398:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d699dce2ae050c5","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/d699dce2ae050c5","status":"passed","time":{"start":1705485238757,"stop":1705485238757,"duration":0}}]},"cdd177b9b3013ae2ccc075956e340666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"181651659b26a343","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/181651659b26a343","status":"passed","time":{"start":1705676052729,"stop":1705676052729,"duration":0}}]},"f4e48c840577b4bb8a0bfaff10679fa1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35c9f285f1b2662c","reportUrl":"https://waku-org.github.io/js-waku/6158//#testresult/35c9f285f1b2662c","status":"passed","time":{"start":1705391340877,"stop":1705391340877,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"e9e709af187f5fba","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e9e709af187f5fba","status":"passed","time":{"start":1706529223889,"stop":1706529223889,"duration":0}},{"uid":"76c749359e96a1b9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/76c749359e96a1b9","status":"passed","time":{"start":1706528204198,"stop":1706528204201,"duration":3}},{"uid":"64a5287e2cfd654c","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/64a5287e2cfd654c","status":"passed","time":{"start":1706527085309,"stop":1706527085309,"duration":0}},{"uid":"b0a2ed5e80902d7","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/b0a2ed5e80902d7","status":"passed","time":{"start":1706526783361,"stop":1706526783361,"duration":0}},{"uid":"301ebb489c82fc0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/301ebb489c82fc0","status":"passed","time":{"start":1706526690250,"stop":1706526690250,"duration":0}},{"uid":"4853722b0583a2cb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4853722b0583a2cb","status":"passed","time":{"start":1706526129366,"stop":1706526129366,"duration":0}},{"uid":"63051443f3dd202a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/63051443f3dd202a","status":"passed","time":{"start":1706525593253,"stop":1706525593255,"duration":2}},{"uid":"b5324077dac0caa6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b5324077dac0caa6","status":"passed","time":{"start":1706525226776,"stop":1706525226776,"duration":0}},{"uid":"3e33890cc4ad1fbd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3e33890cc4ad1fbd","status":"passed","time":{"start":1706467837081,"stop":1706467837081,"duration":0}},{"uid":"26aba3477a00e8d0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/26aba3477a00e8d0","status":"passed","time":{"start":1706323213967,"stop":1706323213967,"duration":0}},{"uid":"de6c8ae7e2ea37ca","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/de6c8ae7e2ea37ca","status":"passed","time":{"start":1706321475546,"stop":1706321475546,"duration":0}},{"uid":"48a136dc2560762e","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/48a136dc2560762e","status":"passed","time":{"start":1706115285524,"stop":1706115285525,"duration":1}},{"uid":"f90ba879d4b3b678","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f90ba879d4b3b678","status":"passed","time":{"start":1706114454503,"stop":1706114454504,"duration":1}},{"uid":"73c4ba6c6cea8e65","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/73c4ba6c6cea8e65","status":"passed","time":{"start":1706111914128,"stop":1706111914128,"duration":0}},{"uid":"b11abc4452efda0c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b11abc4452efda0c","status":"passed","time":{"start":1706111616730,"stop":1706111616731,"duration":1}},{"uid":"12678873feb2e957","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/12678873feb2e957","status":"passed","time":{"start":1706109533622,"stop":1706109533622,"duration":0}},{"uid":"1b68ed952ae50a6c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/1b68ed952ae50a6c","status":"passed","time":{"start":1706103308654,"stop":1706103308654,"duration":0}},{"uid":"b9c060f66988f47d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b9c060f66988f47d","status":"passed","time":{"start":1706103054143,"stop":1706103054144,"duration":1}},{"uid":"3d147fca36f99157","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3d147fca36f99157","status":"passed","time":{"start":1706102435001,"stop":1706102435001,"duration":0}},{"uid":"53e127dcbc154351","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/53e127dcbc154351","status":"passed","time":{"start":1706102331412,"stop":1706102331412,"duration":0}}]},"b778fe541cf4aec1c9953e8bc67a6d00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66c648b7b01e61a2","reportUrl":"https://waku-org.github.io/js-waku/6235//#testresult/66c648b7b01e61a2","status":"passed","time":{"start":1705666562503,"stop":1705666562503,"duration":0}}]},"3f4e384abb839eeebf2b8e78afb36524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6da5082b160ac1b5","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6da5082b160ac1b5","status":"passed","time":{"start":1706321743974,"stop":1706321743975,"duration":1}}]},"4970ab65fef1d0403c4c36c13ace3fdb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e87f5e7245453c0","reportUrl":"https://waku-org.github.io/js-waku/6238//#testresult/2e87f5e7245453c0","status":"passed","time":{"start":1705667880819,"stop":1705667880819,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"fd8086bf8fb00ce2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fd8086bf8fb00ce2","status":"passed","time":{"start":1706529333274,"stop":1706529333275,"duration":1}},{"uid":"e330a31d72bb1718","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/e330a31d72bb1718","status":"passed","time":{"start":1706528290474,"stop":1706528290475,"duration":1}},{"uid":"9b24e47e3c05094e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9b24e47e3c05094e","status":"passed","time":{"start":1706527264367,"stop":1706527264367,"duration":0}},{"uid":"f90cbf946912616e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f90cbf946912616e","status":"passed","time":{"start":1706526976779,"stop":1706526976779,"duration":0}},{"uid":"c2b51130510dbe4d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c2b51130510dbe4d","status":"passed","time":{"start":1706526885813,"stop":1706526885813,"duration":0}},{"uid":"4ed66b1da2cfcd41","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4ed66b1da2cfcd41","status":"passed","time":{"start":1706526330104,"stop":1706526330105,"duration":1}},{"uid":"8760247b0a2ad74c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8760247b0a2ad74c","status":"passed","time":{"start":1706525780732,"stop":1706525780732,"duration":0}},{"uid":"27002392b7c70c32","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/27002392b7c70c32","status":"passed","time":{"start":1706525359506,"stop":1706525359506,"duration":0}},{"uid":"6010de74d0cf7fdb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6010de74d0cf7fdb","status":"passed","time":{"start":1706468042649,"stop":1706468042650,"duration":1}},{"uid":"b5cbdb42b2b327c7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b5cbdb42b2b327c7","status":"passed","time":{"start":1706323386936,"stop":1706323386936,"duration":0}},{"uid":"44381cb294660928","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/44381cb294660928","status":"passed","time":{"start":1706321713106,"stop":1706321713106,"duration":0}},{"uid":"4506e7e7e81c9869","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/4506e7e7e81c9869","status":"passed","time":{"start":1706115482617,"stop":1706115482618,"duration":1}},{"uid":"df587f2cf810d4be","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/df587f2cf810d4be","status":"passed","time":{"start":1706114635443,"stop":1706114635444,"duration":1}},{"uid":"31cd9d40bdc085a1","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/31cd9d40bdc085a1","status":"passed","time":{"start":1706112127568,"stop":1706112127568,"duration":0}},{"uid":"c67e2baf2715d6da","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c67e2baf2715d6da","status":"passed","time":{"start":1706111809286,"stop":1706111809286,"duration":0}},{"uid":"880f677cc3b6e8e1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/880f677cc3b6e8e1","status":"passed","time":{"start":1706109719541,"stop":1706109719542,"duration":1}},{"uid":"e9c40c6d93dd1d90","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e9c40c6d93dd1d90","status":"passed","time":{"start":1706103518440,"stop":1706103518440,"duration":0}},{"uid":"20fc9037ad69413d","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/20fc9037ad69413d","status":"passed","time":{"start":1706103305167,"stop":1706103305167,"duration":0}},{"uid":"7a0c5ec51c191ba6","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/7a0c5ec51c191ba6","status":"passed","time":{"start":1706102626859,"stop":1706102626864,"duration":5}},{"uid":"9d0e99acd143a29b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9d0e99acd143a29b","status":"passed","time":{"start":1706102491860,"stop":1706102491860,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"175ad5ff8380d0ea","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/175ad5ff8380d0ea","status":"passed","time":{"start":1706528742329,"stop":1706528742329,"duration":0}},{"uid":"d534c61c0d5892eb","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d534c61c0d5892eb","status":"passed","time":{"start":1706527711464,"stop":1706527711464,"duration":0}},{"uid":"f6cc2b4cdcd12e56","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/f6cc2b4cdcd12e56","status":"passed","time":{"start":1706526726552,"stop":1706526726553,"duration":1}},{"uid":"54b77602f43d6eb8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/54b77602f43d6eb8","status":"passed","time":{"start":1706526423451,"stop":1706526423452,"duration":1}},{"uid":"486a067e9a19183a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/486a067e9a19183a","status":"passed","time":{"start":1706526328562,"stop":1706526328562,"duration":0}},{"uid":"ec03477d93e73eb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/ec03477d93e73eb","status":"passed","time":{"start":1706525757666,"stop":1706525757667,"duration":1}},{"uid":"a2d62ca867eb2fee","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a2d62ca867eb2fee","status":"passed","time":{"start":1706525224708,"stop":1706525224708,"duration":0}},{"uid":"8808db2a514bc7da","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8808db2a514bc7da","status":"passed","time":{"start":1706524785823,"stop":1706524785824,"duration":1}},{"uid":"a2180b5beca83dea","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a2180b5beca83dea","status":"passed","time":{"start":1706467479693,"stop":1706467479693,"duration":0}},{"uid":"fe24663f3feee03c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/fe24663f3feee03c","status":"passed","time":{"start":1706322832270,"stop":1706322832270,"duration":0}},{"uid":"94c319b9f1b9b149","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/94c319b9f1b9b149","status":"passed","time":{"start":1706321145652,"stop":1706321145652,"duration":0}},{"uid":"22b30735398d2d7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/22b30735398d2d7","status":"passed","time":{"start":1706244661672,"stop":1706244661672,"duration":0}},{"uid":"b958a3008d67ee00","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/b958a3008d67ee00","status":"passed","time":{"start":1706242230033,"stop":1706242230033,"duration":0}},{"uid":"cbeeefb8c0497160","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/cbeeefb8c0497160","status":"passed","time":{"start":1706114918308,"stop":1706114918309,"duration":1}},{"uid":"f359778499efd71d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/f359778499efd71d","status":"passed","time":{"start":1706114089067,"stop":1706114089067,"duration":0}},{"uid":"d19ae3f0158de054","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d19ae3f0158de054","status":"passed","time":{"start":1706111563818,"stop":1706111563819,"duration":1}},{"uid":"b89d7b69f7d793f9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/b89d7b69f7d793f9","status":"passed","time":{"start":1706111253308,"stop":1706111253308,"duration":0}},{"uid":"24334f713bad87ff","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/24334f713bad87ff","status":"passed","time":{"start":1706109155547,"stop":1706109155547,"duration":0}},{"uid":"29378559db6b4d78","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/29378559db6b4d78","status":"passed","time":{"start":1706102973882,"stop":1706102973882,"duration":0}},{"uid":"4afbb56ac0ff9737","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4afbb56ac0ff9737","status":"passed","time":{"start":1706102713466,"stop":1706102713466,"duration":0}}]},"9539012cd52bb05c666c0237ca88dea2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"5cdcf7b4b94bc745","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/5cdcf7b4b94bc745","status":"passed","time":{"start":1705520842605,"stop":1705520842605,"duration":0}},{"uid":"67dcf38e59bfa932","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/67dcf38e59bfa932","status":"passed","time":{"start":1705518211226,"stop":1705518211227,"duration":1}},{"uid":"3d844b87c3889f8","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/3d844b87c3889f8","status":"passed","time":{"start":1705518105993,"stop":1705518105994,"duration":1}},{"uid":"d7f38e92fa4d8508","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/d7f38e92fa4d8508","status":"passed","time":{"start":1705517988194,"stop":1705517988194,"duration":0}},{"uid":"42251e2c8caa7726","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/42251e2c8caa7726","status":"passed","time":{"start":1705508655528,"stop":1705508655529,"duration":1}},{"uid":"cbc7dc8d897dab82","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/cbc7dc8d897dab82","status":"passed","time":{"start":1705506482101,"stop":1705506482101,"duration":0}},{"uid":"7b0bb895d9bec2b","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/7b0bb895d9bec2b","status":"passed","time":{"start":1705502939557,"stop":1705502939558,"duration":1}},{"uid":"bf66a3fa794bf614","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/bf66a3fa794bf614","status":"passed","time":{"start":1705502479559,"stop":1705502479560,"duration":1}},{"uid":"eb0a986970fb92e7","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/eb0a986970fb92e7","status":"passed","time":{"start":1705494937949,"stop":1705494937950,"duration":1}},{"uid":"843859a8557071ca","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/843859a8557071ca","status":"passed","time":{"start":1705494940964,"stop":1705494940964,"duration":0}},{"uid":"3448a34f8b4db97c","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/3448a34f8b4db97c","status":"passed","time":{"start":1705494895044,"stop":1705494895044,"duration":0}},{"uid":"cd8cacff4c9515d7","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/cd8cacff4c9515d7","status":"passed","time":{"start":1705493464932,"stop":1705493464933,"duration":1}},{"uid":"1b4854a374db4131","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/1b4854a374db4131","status":"passed","time":{"start":1705493422440,"stop":1705493422440,"duration":0}},{"uid":"74959821bcc656b3","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/74959821bcc656b3","status":"passed","time":{"start":1705485250493,"stop":1705485250493,"duration":0}},{"uid":"2374dd89aa17a11a","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/2374dd89aa17a11a","status":"passed","time":{"start":1705485112225,"stop":1705485112226,"duration":1}},{"uid":"c7b1429eff734a9d","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/c7b1429eff734a9d","status":"passed","time":{"start":1705484354904,"stop":1705484354905,"duration":1}},{"uid":"eb58d15168274982","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/eb58d15168274982","status":"passed","time":{"start":1705469872232,"stop":1705469872232,"duration":0}},{"uid":"790252fc34ffadb3","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/790252fc34ffadb3","status":"passed","time":{"start":1705466939046,"stop":1705466939046,"duration":0}},{"uid":"1db98bce148a3454","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/1db98bce148a3454","status":"passed","time":{"start":1705435403989,"stop":1705435403990,"duration":1}},{"uid":"825233b81e8878cd","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/825233b81e8878cd","status":"passed","time":{"start":1705434864623,"stop":1705434864623,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":130,"unknown":0,"total":132},"items":[{"uid":"254c40074837a049","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/254c40074837a049","status":"passed","time":{"start":1706529364251,"stop":1706529364251,"duration":0}},{"uid":"d9a8eb9267fe2363","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/d9a8eb9267fe2363","status":"passed","time":{"start":1706528320796,"stop":1706528320796,"duration":0}},{"uid":"a10e9276070c0a82","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/a10e9276070c0a82","status":"passed","time":{"start":1706527265204,"stop":1706527265205,"duration":1}},{"uid":"76547d88fac1e23e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/76547d88fac1e23e","status":"passed","time":{"start":1706527005560,"stop":1706527005561,"duration":1}},{"uid":"8bf333e278d733c6","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/8bf333e278d733c6","status":"passed","time":{"start":1706526910757,"stop":1706526910758,"duration":1}},{"uid":"349c84eca414beab","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/349c84eca414beab","status":"passed","time":{"start":1706526356961,"stop":1706526356962,"duration":1}},{"uid":"e698d2c0dff69c30","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e698d2c0dff69c30","status":"passed","time":{"start":1706525810739,"stop":1706525810739,"duration":0}},{"uid":"9738a806e9a50a41","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9738a806e9a50a41","status":"passed","time":{"start":1706525387405,"stop":1706525387406,"duration":1}},{"uid":"eb953b1d9d2fac77","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/eb953b1d9d2fac77","status":"passed","time":{"start":1706468060689,"stop":1706468060690,"duration":1}},{"uid":"6e288b3b96535196","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6e288b3b96535196","status":"passed","time":{"start":1706323416164,"stop":1706323416165,"duration":1}},{"uid":"3cbcbbff596a9c47","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3cbcbbff596a9c47","status":"passed","time":{"start":1706321681957,"stop":1706321681958,"duration":1}},{"uid":"28bbedaf5028d850","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/28bbedaf5028d850","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244888535,"stop":1706244888536,"duration":1}},{"uid":"50039c26c801fd4e","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/50039c26c801fd4e","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242436644,"stop":1706242436645,"duration":1}},{"uid":"be99bd3bf237364","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/be99bd3bf237364","status":"passed","time":{"start":1706115490243,"stop":1706115490243,"duration":0}},{"uid":"4a371103c4c41b35","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4a371103c4c41b35","status":"passed","time":{"start":1706114663126,"stop":1706114663127,"duration":1}},{"uid":"9aec47992f7b7c75","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9aec47992f7b7c75","status":"passed","time":{"start":1706112139771,"stop":1706112139771,"duration":0}},{"uid":"37567e08aa104d02","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/37567e08aa104d02","status":"passed","time":{"start":1706111836524,"stop":1706111836525,"duration":1}},{"uid":"58983db7f9793fdf","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/58983db7f9793fdf","status":"passed","time":{"start":1706109751255,"stop":1706109751255,"duration":0}},{"uid":"f9277993c06f5fde","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/f9277993c06f5fde","status":"passed","time":{"start":1706103464932,"stop":1706103464932,"duration":0}},{"uid":"812adfc384398e05","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/812adfc384398e05","status":"passed","time":{"start":1706103267879,"stop":1706103267880,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"32146574d3c9e9b3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/32146574d3c9e9b3","status":"passed","time":{"start":1706528742088,"stop":1706528742089,"duration":1}},{"uid":"58b6387a927de316","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/58b6387a927de316","status":"passed","time":{"start":1706527711278,"stop":1706527711279,"duration":1}},{"uid":"802b85b83a967e55","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/802b85b83a967e55","status":"passed","time":{"start":1706526726451,"stop":1706526726451,"duration":0}},{"uid":"3f907d33a0da386d","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3f907d33a0da386d","status":"passed","time":{"start":1706526423301,"stop":1706526423301,"duration":0}},{"uid":"6d694c685928a712","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6d694c685928a712","status":"passed","time":{"start":1706526328421,"stop":1706526328421,"duration":0}},{"uid":"8dcb8ea05027fb9b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8dcb8ea05027fb9b","status":"passed","time":{"start":1706525757431,"stop":1706525757431,"duration":0}},{"uid":"6688b204580be127","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/6688b204580be127","status":"passed","time":{"start":1706525224652,"stop":1706525224653,"duration":1}},{"uid":"224133718737d65a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/224133718737d65a","status":"passed","time":{"start":1706524785730,"stop":1706524785730,"duration":0}},{"uid":"f682a414415b7056","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f682a414415b7056","status":"passed","time":{"start":1706467479706,"stop":1706467479706,"duration":0}},{"uid":"7eba3a21414455f7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7eba3a21414455f7","status":"passed","time":{"start":1706322831924,"stop":1706322831925,"duration":1}},{"uid":"d6850c68291732df","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/d6850c68291732df","status":"passed","time":{"start":1706321145323,"stop":1706321145323,"duration":0}},{"uid":"8e4a92726fdff16e","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8e4a92726fdff16e","status":"passed","time":{"start":1706244661660,"stop":1706244661660,"duration":0}},{"uid":"e54e3ded31aa90d1","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e54e3ded31aa90d1","status":"passed","time":{"start":1706242229837,"stop":1706242229837,"duration":0}},{"uid":"978a5a9183c8f701","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/978a5a9183c8f701","status":"passed","time":{"start":1706114918191,"stop":1706114918191,"duration":0}},{"uid":"ee1b06bce31f3ef8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/ee1b06bce31f3ef8","status":"passed","time":{"start":1706114088843,"stop":1706114088844,"duration":1}},{"uid":"ee347774b8d13bc6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ee347774b8d13bc6","status":"passed","time":{"start":1706111563559,"stop":1706111563560,"duration":1}},{"uid":"896ba4ee213fb9f5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/896ba4ee213fb9f5","status":"passed","time":{"start":1706111253125,"stop":1706111253125,"duration":0}},{"uid":"9f84f38181157abf","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9f84f38181157abf","status":"passed","time":{"start":1706109155255,"stop":1706109155255,"duration":0}},{"uid":"e39b8392fe16d52c","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e39b8392fe16d52c","status":"passed","time":{"start":1706102973689,"stop":1706102973689,"duration":0}},{"uid":"b1e5bc0abe4331d5","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b1e5bc0abe4331d5","status":"passed","time":{"start":1706102713457,"stop":1706102713457,"duration":0}}]},"e9c3cf95bfc8771023c51838f13c1802:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0d83e893d3838a0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a0d83e893d3838a0","status":"passed","time":{"start":1706528190593,"stop":1706528190593,"duration":0}}]},"94a755acb97d2299ec9908f56b08590f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa21cdd7359a7c87","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/fa21cdd7359a7c87","status":"passed","time":{"start":1705520300896,"stop":1705520300897,"duration":1}}]},"bc9b7c782052c82f283a2c388da69206:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"622b68c932733bf0","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/622b68c932733bf0","status":"passed","time":{"start":1706526534075,"stop":1706526534075,"duration":0}}]},"dcd75afdf06da7164f69586344956def:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a60bde0882a77c29","reportUrl":"https://waku-org.github.io/js-waku/6214//#testresult/a60bde0882a77c29","status":"passed","time":{"start":1705570433189,"stop":1705570433189,"duration":0}}]},"13f008532a6d346846b5eb0690cfce69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"823c7f5ea2568616","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/823c7f5ea2568616","status":"passed","time":{"start":1706321475555,"stop":1706321475555,"duration":0}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"10a5ea0fbd412f58","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/10a5ea0fbd412f58","status":"passed","time":{"start":1706528729414,"stop":1706528729415,"duration":1}},{"uid":"f692870d1609a15a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/f692870d1609a15a","status":"passed","time":{"start":1706527698860,"stop":1706527698861,"duration":1}},{"uid":"fce7eba809cf877f","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/fce7eba809cf877f","status":"passed","time":{"start":1706526712945,"stop":1706526712945,"duration":0}},{"uid":"d80e6886da433f2c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d80e6886da433f2c","status":"passed","time":{"start":1706526411256,"stop":1706526411256,"duration":0}},{"uid":"f104c498df63229d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/f104c498df63229d","status":"passed","time":{"start":1706526316471,"stop":1706526316472,"duration":1}},{"uid":"a2fc28073e7d9a11","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a2fc28073e7d9a11","status":"passed","time":{"start":1706525744159,"stop":1706525744160,"duration":1}},{"uid":"41107890dace2204","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/41107890dace2204","status":"passed","time":{"start":1706525211104,"stop":1706525211105,"duration":1}},{"uid":"37258df43c7a0dfb","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/37258df43c7a0dfb","status":"passed","time":{"start":1706524772402,"stop":1706524772403,"duration":1}},{"uid":"c5f731006d1d6553","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c5f731006d1d6553","status":"passed","time":{"start":1706467466249,"stop":1706467466250,"duration":1}},{"uid":"e86688999d810366","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e86688999d810366","status":"passed","time":{"start":1706322818128,"stop":1706322818129,"duration":1}},{"uid":"f662e1a3f8647ffa","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f662e1a3f8647ffa","status":"passed","time":{"start":1706321132315,"stop":1706321132316,"duration":1}},{"uid":"af23bc7551d45c59","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/af23bc7551d45c59","status":"passed","time":{"start":1706244648263,"stop":1706244648264,"duration":1}},{"uid":"fcb89682cddc108f","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/fcb89682cddc108f","status":"passed","time":{"start":1706242216309,"stop":1706242216310,"duration":1}},{"uid":"e9817a13d48825ec","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e9817a13d48825ec","status":"passed","time":{"start":1706114904744,"stop":1706114904746,"duration":2}},{"uid":"787c2c999587f0c0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/787c2c999587f0c0","status":"passed","time":{"start":1706114075342,"stop":1706114075343,"duration":1}},{"uid":"8f9373f4ba78d69d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/8f9373f4ba78d69d","status":"passed","time":{"start":1706111549894,"stop":1706111549894,"duration":0}},{"uid":"23741c8be8db11a1","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/23741c8be8db11a1","status":"passed","time":{"start":1706111239548,"stop":1706111239548,"duration":0}},{"uid":"a50a55bc8a37d0d7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a50a55bc8a37d0d7","status":"passed","time":{"start":1706109141778,"stop":1706109141779,"duration":1}},{"uid":"5c181ad4e8035aaa","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5c181ad4e8035aaa","status":"passed","time":{"start":1706102960252,"stop":1706102960252,"duration":0}},{"uid":"2934733e67bf04ff","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2934733e67bf04ff","status":"passed","time":{"start":1706102700179,"stop":1706102700180,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":128,"passed":0,"unknown":0,"total":128},"items":[{"uid":"5d62cf493ecdf5f6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5d62cf493ecdf5f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706529232498,"stop":1706529232499,"duration":1}},{"uid":"24c799fd35a2293d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/24c799fd35a2293d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528204717,"stop":1706528204717,"duration":0}},{"uid":"77fdf76c33ecf884","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/77fdf76c33ecf884","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527099421,"stop":1706527099421,"duration":0}},{"uid":"59b048466f8d5efa","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/59b048466f8d5efa","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526797229,"stop":1706526797230,"duration":1}},{"uid":"d48582235450f407","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d48582235450f407","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526702302,"stop":1706526702302,"duration":0}},{"uid":"608094bacc19a539","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/608094bacc19a539","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526144644,"stop":1706526144644,"duration":0}},{"uid":"da0c3e748fd75358","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/da0c3e748fd75358","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525605488,"stop":1706525605488,"duration":0}},{"uid":"7efb1aee74ff254f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7efb1aee74ff254f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525237520,"stop":1706525237521,"duration":1}},{"uid":"eeb57f53264c6c4b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/eeb57f53264c6c4b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467847958,"stop":1706467847959,"duration":1}},{"uid":"2c03b3f056d6fc71","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/2c03b3f056d6fc71","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323224595,"stop":1706323224595,"duration":0}},{"uid":"cc8a1bebc50cd601","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cc8a1bebc50cd601","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321490518,"stop":1706321490518,"duration":0}},{"uid":"6894f09179a61ba9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6894f09179a61ba9","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115297916,"stop":1706115297917,"duration":1}},{"uid":"1ca1ba175d8064d5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/1ca1ba175d8064d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114468910,"stop":1706114468910,"duration":0}},{"uid":"25c1cc9ebf033f81","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/25c1cc9ebf033f81","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111928723,"stop":1706111928723,"duration":0}},{"uid":"1ba6852de0ae7b71","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/1ba6852de0ae7b71","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111629330,"stop":1706111629330,"duration":0}},{"uid":"7f620464eef5cf9b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7f620464eef5cf9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109548342,"stop":1706109548342,"duration":0}},{"uid":"46bd475addbae3fe","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/46bd475addbae3fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103319932,"stop":1706103319933,"duration":1}},{"uid":"b808cb0fe983c9a6","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b808cb0fe983c9a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103066458,"stop":1706103066458,"duration":0}},{"uid":"19048710f21b5f2","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/19048710f21b5f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102448468,"stop":1706102448468,"duration":0}},{"uid":"d32ebc5a9a6e783c","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d32ebc5a9a6e783c","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102342946,"stop":1706102342946,"duration":0}}]},"75256e5d30dba2b3fa7dc683f0cfdcd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd3424bd1c98228a","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/bd3424bd1c98228a","status":"passed","time":{"start":1705687466247,"stop":1705687466247,"duration":0}}]},"57c247e327163211966412a366bf0622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58b2e0d9ff1399c9","reportUrl":"https://waku-org.github.io/js-waku/6227//#testresult/58b2e0d9ff1399c9","status":"passed","time":{"start":1705589099707,"stop":1705589099708,"duration":1}}]},"9061bcce180a0c123a9a68d1d11bdea2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7334e6b8caf4900","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/b7334e6b8caf4900","status":"passed","time":{"start":1705698753993,"stop":1705698753994,"duration":1}}]},"9c1eed8c017d24a4c9d6fd133907bbe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"477add042912e608","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/477add042912e608","status":"passed","time":{"start":1706468084983,"stop":1706468084983,"duration":0}}]},"ed2ddc25d181b8ad81e4dbbd7e8fba01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aefeee1d535a3ed9","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/aefeee1d535a3ed9","status":"passed","time":{"start":1706100012441,"stop":1706100012441,"duration":0}}]},"25dd2b3089dbba7439ed475af61e7923:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ef509fc7385e83b","reportUrl":"https://waku-org.github.io/js-waku/6163//#testresult/3ef509fc7385e83b","status":"passed","time":{"start":1705421437097,"stop":1705421437097,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"63b6767a9f5388f4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63b6767a9f5388f4","status":"passed","time":{"start":1706529232505,"stop":1706529232505,"duration":0}},{"uid":"db9798e95cdea81e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/db9798e95cdea81e","status":"passed","time":{"start":1706528204726,"stop":1706528204727,"duration":1}},{"uid":"e959d1826c5ff271","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e959d1826c5ff271","status":"passed","time":{"start":1706527099429,"stop":1706527099429,"duration":0}},{"uid":"7858abaf88499a90","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7858abaf88499a90","status":"passed","time":{"start":1706526797237,"stop":1706526797237,"duration":0}},{"uid":"30750f8dfde577c2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/30750f8dfde577c2","status":"passed","time":{"start":1706526702310,"stop":1706526702311,"duration":1}},{"uid":"768c7bda6f4b022","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/768c7bda6f4b022","status":"passed","time":{"start":1706526144651,"stop":1706526144651,"duration":0}},{"uid":"3f12caa9ef4c42a1","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3f12caa9ef4c42a1","status":"passed","time":{"start":1706525605501,"stop":1706525605502,"duration":1}},{"uid":"77b8911dee62283","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/77b8911dee62283","status":"passed","time":{"start":1706525237527,"stop":1706525237527,"duration":0}},{"uid":"6bd2abfba7a66a75","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6bd2abfba7a66a75","status":"passed","time":{"start":1706467847964,"stop":1706467847965,"duration":1}},{"uid":"29464a320dc5b33","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/29464a320dc5b33","status":"passed","time":{"start":1706323224602,"stop":1706323224602,"duration":0}},{"uid":"4e869891e84d5e40","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4e869891e84d5e40","status":"passed","time":{"start":1706321490528,"stop":1706321490528,"duration":0}},{"uid":"a6a8e38bf04d5861","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a6a8e38bf04d5861","status":"passed","time":{"start":1706115297923,"stop":1706115297924,"duration":1}},{"uid":"de7eb9e41c37e6f2","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/de7eb9e41c37e6f2","status":"passed","time":{"start":1706114468919,"stop":1706114468920,"duration":1}},{"uid":"dbecb40a0c099678","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/dbecb40a0c099678","status":"passed","time":{"start":1706111928729,"stop":1706111928730,"duration":1}},{"uid":"e86b8e0218f31cbe","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/e86b8e0218f31cbe","status":"passed","time":{"start":1706111629337,"stop":1706111629340,"duration":3}},{"uid":"8fa6943597f2172f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8fa6943597f2172f","status":"passed","time":{"start":1706109548377,"stop":1706109548377,"duration":0}},{"uid":"8cc13c29141cc854","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8cc13c29141cc854","status":"passed","time":{"start":1706103319940,"stop":1706103319940,"duration":0}},{"uid":"93353f5000e38b37","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/93353f5000e38b37","status":"passed","time":{"start":1706103066468,"stop":1706103066484,"duration":16}},{"uid":"de4dfe9974f1b1c1","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/de4dfe9974f1b1c1","status":"passed","time":{"start":1706102448477,"stop":1706102448477,"duration":0}},{"uid":"5e45b1d941a87775","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5e45b1d941a87775","status":"passed","time":{"start":1706102342952,"stop":1706102342952,"duration":0}}]},"673ede4136216eb74a2252fb70d224a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af12e85c0e7f6a9d","reportUrl":"https://waku-org.github.io/js-waku/6159//#testresult/af12e85c0e7f6a9d","status":"passed","time":{"start":1705391458387,"stop":1705391458388,"duration":1}}]},"b49ad55a082787e5a21f78fa9bad8f0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"191983ff574577bf","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/191983ff574577bf","status":"passed","time":{"start":1705681544264,"stop":1705681544265,"duration":1}}]},"19bfe3d789c5373b74b711aa95b29022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c44ff354a5ad5430","reportUrl":"https://waku-org.github.io/js-waku/6221//#testresult/c44ff354a5ad5430","status":"passed","time":{"start":1705577370290,"stop":1705577370290,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":130,"unknown":0,"total":133},"items":[{"uid":"b217a1f654127032","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b217a1f654127032","status":"passed","time":{"start":1706529410669,"stop":1706529410669,"duration":0}},{"uid":"2cb9d2f76880b806","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2cb9d2f76880b806","status":"passed","time":{"start":1706528377614,"stop":1706528377614,"duration":0}},{"uid":"e2428d15fbf8fe1d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/e2428d15fbf8fe1d","status":"passed","time":{"start":1706527306305,"stop":1706527306305,"duration":0}},{"uid":"49badfbd10874589","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/49badfbd10874589","status":"passed","time":{"start":1706527046991,"stop":1706527046992,"duration":1}},{"uid":"7e8f503972400f4a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7e8f503972400f4a","status":"passed","time":{"start":1706526951999,"stop":1706526952000,"duration":1}},{"uid":"6b8d5e020dc52f8c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6b8d5e020dc52f8c","status":"passed","time":{"start":1706526389838,"stop":1706526389838,"duration":0}},{"uid":"33f785850c76725a","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/33f785850c76725a","status":"passed","time":{"start":1706525847949,"stop":1706525847949,"duration":0}},{"uid":"c4ff0d87c6bafcdc","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c4ff0d87c6bafcdc","status":"passed","time":{"start":1706525437954,"stop":1706525437954,"duration":0}},{"uid":"977f423513c9c777","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/977f423513c9c777","status":"passed","time":{"start":1706468095742,"stop":1706468095742,"duration":0}},{"uid":"247b5a6fda4e4124","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/247b5a6fda4e4124","status":"passed","time":{"start":1706323461753,"stop":1706323461754,"duration":1}},{"uid":"1d46406958fce816","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/1d46406958fce816","status":"passed","time":{"start":1706321743322,"stop":1706321743322,"duration":0}},{"uid":"84e7f0fde28c6078","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/84e7f0fde28c6078","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706245010799,"stop":1706245010800,"duration":1}},{"uid":"f2b9b6faab6e5621","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f2b9b6faab6e5621","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242544439,"stop":1706242544440,"duration":1}},{"uid":"ff64c2c91a05434a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ff64c2c91a05434a","status":"passed","time":{"start":1706115531605,"stop":1706115531606,"duration":1}},{"uid":"975b79c41f76c8e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/975b79c41f76c8e","status":"passed","time":{"start":1706114715196,"stop":1706114715197,"duration":1}},{"uid":"1b4ed1c86833c2bb","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1b4ed1c86833c2bb","status":"passed","time":{"start":1706112185139,"stop":1706112185139,"duration":0}},{"uid":"51f503587b0114e7","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/51f503587b0114e7","status":"passed","time":{"start":1706111901262,"stop":1706111901262,"duration":0}},{"uid":"e6ea15391cf99010","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e6ea15391cf99010","status":"passed","time":{"start":1706109791589,"stop":1706109791590,"duration":1}},{"uid":"3fd56c896de12f5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/3fd56c896de12f5","status":"passed","time":{"start":1706103523183,"stop":1706103523183,"duration":0}},{"uid":"62e97aa56a2ceb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/62e97aa56a2ceb","status":"passed","time":{"start":1706103343824,"stop":1706103343825,"duration":1}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":33,"unknown":0,"total":35},"items":[{"uid":"1ae8d4387abb892d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ae8d4387abb892d","status":"passed","time":{"start":1706529333278,"stop":1706529333278,"duration":0}},{"uid":"4800900f71438678","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4800900f71438678","status":"passed","time":{"start":1706528290483,"stop":1706528290483,"duration":0}},{"uid":"65ec4c87d24cc188","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/65ec4c87d24cc188","status":"passed","time":{"start":1706527264374,"stop":1706527264374,"duration":0}},{"uid":"db6f0ee6c79d16d9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/db6f0ee6c79d16d9","status":"passed","time":{"start":1706526976785,"stop":1706526976785,"duration":0}},{"uid":"d6fdadcd70c2f85e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d6fdadcd70c2f85e","status":"passed","time":{"start":1706526885815,"stop":1706526885815,"duration":0}},{"uid":"552a4e639c41eea0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/552a4e639c41eea0","status":"passed","time":{"start":1706526330114,"stop":1706526330114,"duration":0}},{"uid":"8bf93d91de5f3789","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8bf93d91de5f3789","status":"passed","time":{"start":1706525780740,"stop":1706525780741,"duration":1}},{"uid":"c521e2c8b0303b76","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c521e2c8b0303b76","status":"passed","time":{"start":1706525359511,"stop":1706525359512,"duration":1}},{"uid":"f878e1d8dcf661f1","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f878e1d8dcf661f1","status":"passed","time":{"start":1706468042653,"stop":1706468042653,"duration":0}},{"uid":"f8d46c3b9c8c6220","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f8d46c3b9c8c6220","status":"passed","time":{"start":1706323386944,"stop":1706323386946,"duration":2}},{"uid":"98c11dd35beb166f","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/98c11dd35beb166f","status":"passed","time":{"start":1706321713109,"stop":1706321713109,"duration":0}},{"uid":"f8839db1e262b43f","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/f8839db1e262b43f","status":"passed","time":{"start":1706115482634,"stop":1706115482634,"duration":0}},{"uid":"8fb6e3a5dbc63aab","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8fb6e3a5dbc63aab","status":"passed","time":{"start":1706114635446,"stop":1706114635447,"duration":1}},{"uid":"9e873f3166e57d87","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9e873f3166e57d87","status":"passed","time":{"start":1706112127577,"stop":1706112127577,"duration":0}},{"uid":"ec5f512b9420e673","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/ec5f512b9420e673","status":"passed","time":{"start":1706111809290,"stop":1706111809291,"duration":1}},{"uid":"fb6ec201288366c8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/fb6ec201288366c8","status":"passed","time":{"start":1706109719544,"stop":1706109719545,"duration":1}},{"uid":"cdeb7e5b138939f7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/cdeb7e5b138939f7","status":"passed","time":{"start":1706103518442,"stop":1706103518443,"duration":1}},{"uid":"a325abb81f9d42cd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/a325abb81f9d42cd","status":"passed","time":{"start":1706103305182,"stop":1706103305182,"duration":0}},{"uid":"faf5d89f103046c","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/faf5d89f103046c","status":"passed","time":{"start":1706102626867,"stop":1706102626867,"duration":0}},{"uid":"aa58651a1886a6f9","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/aa58651a1886a6f9","status":"passed","time":{"start":1706102491908,"stop":1706102491913,"duration":5}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"60e2eaaa2a5291b5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/60e2eaaa2a5291b5","status":"passed","time":{"start":1706529061335,"stop":1706529061335,"duration":0}},{"uid":"563b68928a370c8e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/563b68928a370c8e","status":"passed","time":{"start":1706528032772,"stop":1706528032773,"duration":1}},{"uid":"7f8f959a76846ac7","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7f8f959a76846ac7","status":"passed","time":{"start":1706526976666,"stop":1706526976667,"duration":1}},{"uid":"6780560c80fbb860","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6780560c80fbb860","status":"passed","time":{"start":1706526677762,"stop":1706526677762,"duration":0}},{"uid":"9bdcf19102042b59","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9bdcf19102042b59","status":"passed","time":{"start":1706526585329,"stop":1706526585329,"duration":0}},{"uid":"4c9fc356b4ddcf56","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4c9fc356b4ddcf56","status":"passed","time":{"start":1706526011512,"stop":1706526011513,"duration":1}},{"uid":"2c26556e37c25004","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/2c26556e37c25004","status":"passed","time":{"start":1706525481771,"stop":1706525481771,"duration":0}},{"uid":"3df44f6b31e39693","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/3df44f6b31e39693","status":"passed","time":{"start":1706525094755,"stop":1706525094755,"duration":0}},{"uid":"6b52bc1cd9e35bd2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/6b52bc1cd9e35bd2","status":"passed","time":{"start":1706467723857,"stop":1706467723857,"duration":0}},{"uid":"69b126f997cb189c","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/69b126f997cb189c","status":"passed","time":{"start":1706323095317,"stop":1706323095317,"duration":0}},{"uid":"ea668abb955a923d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ea668abb955a923d","status":"passed","time":{"start":1706321394205,"stop":1706321394205,"duration":0}},{"uid":"edcbb37201711ee4","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/edcbb37201711ee4","status":"passed","time":{"start":1706244712976,"stop":1706244712976,"duration":0}},{"uid":"c8d376c739d90806","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c8d376c739d90806","status":"passed","time":{"start":1706242277791,"stop":1706242277792,"duration":1}},{"uid":"86b77b685387e7a4","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/86b77b685387e7a4","status":"passed","time":{"start":1706115177013,"stop":1706115177013,"duration":0}},{"uid":"78ed484e1f687b02","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/78ed484e1f687b02","status":"passed","time":{"start":1706114337627,"stop":1706114337627,"duration":0}},{"uid":"30b31c9f44fc7308","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/30b31c9f44fc7308","status":"passed","time":{"start":1706111809000,"stop":1706111809001,"duration":1}},{"uid":"acf6cdea77993562","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/acf6cdea77993562","status":"passed","time":{"start":1706111511508,"stop":1706111511508,"duration":0}},{"uid":"68675a7170f592f3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/68675a7170f592f3","status":"passed","time":{"start":1706109411710,"stop":1706109411710,"duration":0}},{"uid":"b925eef4b034aaf0","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b925eef4b034aaf0","status":"passed","time":{"start":1706103221861,"stop":1706103221862,"duration":1}},{"uid":"25238aa4121799","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/25238aa4121799","status":"passed","time":{"start":1706102961463,"stop":1706102961463,"duration":0}}]},"92a1be858ae9de024ecad2c7b09d32b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6051123189833114","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6051123189833114","status":"passed","time":{"start":1706527264311,"stop":1706527264311,"duration":0}}]},"9e8826bf3902b6ab79e30ad4af33ec94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"66a85663b73598aa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/66a85663b73598aa","status":"passed","time":{"start":1706528814914,"stop":1706528814915,"duration":1}},{"uid":"bae420ddcd76bb40","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/bae420ddcd76bb40","status":"passed","time":{"start":1706527782650,"stop":1706527782650,"duration":0}},{"uid":"8499ea461c83f774","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8499ea461c83f774","status":"passed","time":{"start":1706526799744,"stop":1706526799745,"duration":1}},{"uid":"106001df93693782","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/106001df93693782","status":"passed","time":{"start":1706526495776,"stop":1706526495777,"duration":1}},{"uid":"35e6b5e21aaf8a72","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/35e6b5e21aaf8a72","status":"passed","time":{"start":1706526404758,"stop":1706526404758,"duration":0}},{"uid":"4d9d13259bcfedf3","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4d9d13259bcfedf3","status":"passed","time":{"start":1706525829648,"stop":1706525829649,"duration":1}},{"uid":"a45ae8c355c1d8bb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a45ae8c355c1d8bb","status":"passed","time":{"start":1706525298674,"stop":1706525298674,"duration":0}},{"uid":"ff54f328e415175a","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ff54f328e415175a","status":"passed","time":{"start":1706524857925,"stop":1706524857925,"duration":0}},{"uid":"552f8fa4cf6030d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/552f8fa4cf6030d","status":"passed","time":{"start":1706467552032,"stop":1706467552032,"duration":0}},{"uid":"8eb721e8fc5192f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8eb721e8fc5192f","status":"passed","time":{"start":1706322904824,"stop":1706322904825,"duration":1}},{"uid":"51e3679804fc7b7d","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/51e3679804fc7b7d","status":"passed","time":{"start":1706321219411,"stop":1706321219411,"duration":0}},{"uid":"b48074e85ee83085","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b48074e85ee83085","status":"passed","time":{"start":1706244735439,"stop":1706244735440,"duration":1}},{"uid":"f9b47fea5da8f121","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/f9b47fea5da8f121","status":"passed","time":{"start":1706242296380,"stop":1706242296381,"duration":1}},{"uid":"37cfd64be3784de1","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/37cfd64be3784de1","status":"passed","time":{"start":1706114989564,"stop":1706114989564,"duration":0}},{"uid":"4136b58403307d94","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4136b58403307d94","status":"passed","time":{"start":1706114161103,"stop":1706114161104,"duration":1}},{"uid":"a38f12b200958b29","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a38f12b200958b29","status":"passed","time":{"start":1706111636967,"stop":1706111636967,"duration":0}},{"uid":"57c5a34115285e4a","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/57c5a34115285e4a","status":"passed","time":{"start":1706111323428,"stop":1706111323429,"duration":1}},{"uid":"6cbca05834f5d57f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6cbca05834f5d57f","status":"passed","time":{"start":1706109231134,"stop":1706109231134,"duration":0}},{"uid":"8aaae884609cdfc2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/8aaae884609cdfc2","status":"passed","time":{"start":1706103046865,"stop":1706103046865,"duration":0}},{"uid":"cb697ba85f656552","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cb697ba85f656552","status":"passed","time":{"start":1706102784505,"stop":1706102784506,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":30,"unknown":0,"total":33},"items":[{"uid":"687c6c65d31793d5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/687c6c65d31793d5","status":"passed","time":{"start":1706528986006,"stop":1706528986007,"duration":1}},{"uid":"de33668b4ef9e257","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/de33668b4ef9e257","status":"passed","time":{"start":1706527951697,"stop":1706527951698,"duration":1}},{"uid":"2f073629320a0d61","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2f073629320a0d61","status":"passed","time":{"start":1706526969201,"stop":1706526969201,"duration":0}},{"uid":"cba9fc162bea53ab","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/cba9fc162bea53ab","status":"passed","time":{"start":1706526675846,"stop":1706526675846,"duration":0}},{"uid":"96a136eaf3435025","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/96a136eaf3435025","status":"passed","time":{"start":1706526572352,"stop":1706526572353,"duration":1}},{"uid":"b054d0e821ed1042","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b054d0e821ed1042","status":"passed","time":{"start":1706525997934,"stop":1706525997935,"duration":1}},{"uid":"7183f16eee925a48","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/7183f16eee925a48","status":"passed","time":{"start":1706525468247,"stop":1706525468248,"duration":1}},{"uid":"26e7ba2737be5553","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/26e7ba2737be5553","status":"passed","time":{"start":1706525019707,"stop":1706525019707,"duration":0}},{"uid":"2e697204b0aa6609","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2e697204b0aa6609","status":"passed","time":{"start":1706467721291,"stop":1706467721291,"duration":0}},{"uid":"a16b79df6b98a9b0","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a16b79df6b98a9b0","status":"passed","time":{"start":1706323082564,"stop":1706323082564,"duration":0}},{"uid":"a76ebdb238948b2e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a76ebdb238948b2e","status":"passed","time":{"start":1706321389966,"stop":1706321389966,"duration":0}},{"uid":"76ab7d759932196d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/76ab7d759932196d","status":"passed","time":{"start":1706115172647,"stop":1706115172647,"duration":0}},{"uid":"7a6854fee09e07b4","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/7a6854fee09e07b4","status":"passed","time":{"start":1706114335597,"stop":1706114335597,"duration":0}},{"uid":"9c12832a9f4a0b11","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9c12832a9f4a0b11","status":"passed","time":{"start":1706111797800,"stop":1706111797801,"duration":1}},{"uid":"521b838e9b10da35","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/521b838e9b10da35","status":"passed","time":{"start":1706111496585,"stop":1706111496585,"duration":0}},{"uid":"dd8c64d4a6fca68f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/dd8c64d4a6fca68f","status":"passed","time":{"start":1706109403538,"stop":1706109403538,"duration":0}},{"uid":"7e770fa93904252d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7e770fa93904252d","status":"passed","time":{"start":1706103220669,"stop":1706103220669,"duration":0}},{"uid":"748857facb2d8e42","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/748857facb2d8e42","status":"passed","time":{"start":1706102943574,"stop":1706102943574,"duration":0}},{"uid":"cb444897ab85965a","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/cb444897ab85965a","status":"passed","time":{"start":1706102315316,"stop":1706102315316,"duration":0}},{"uid":"4007b5477693abc2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/4007b5477693abc2","status":"passed","time":{"start":1706102190044,"stop":1706102190044,"duration":0}}]},"a92fb9f147ab91ea572ae9f8e18c67e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28fccdef7abd9e4e","reportUrl":"https://waku-org.github.io/js-waku/6164//#testresult/28fccdef7abd9e4e","status":"passed","time":{"start":1705426256778,"stop":1705426256779,"duration":1}}]},"5b6061a895fbb4741d09cf0efb6fa904:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"972dae29ea15b358","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/972dae29ea15b358","status":"passed","time":{"start":1706323273294,"stop":1706323273294,"duration":0}}]},"6d870bd9499e9d1645592d19fbea8f2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a0b9c13229ed673","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/1a0b9c13229ed673","status":"passed","time":{"start":1705484353091,"stop":1705484353091,"duration":0}}]},"48594cdcca1b75251af8c941de16a4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"655aef36a76e4c40","reportUrl":"https://waku-org.github.io/js-waku/6165//#testresult/655aef36a76e4c40","status":"passed","time":{"start":1705426462239,"stop":1705426462239,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":27,"passed":0,"unknown":0,"total":27},"items":[{"uid":"22d54acd97b7c15a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22d54acd97b7c15a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706528985999,"stop":1706528985999,"duration":0}},{"uid":"c44c691acf46fbd1","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c44c691acf46fbd1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706527951692,"stop":1706527951692,"duration":0}},{"uid":"743984450cbcf644","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/743984450cbcf644","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526969200,"stop":1706526969200,"duration":0}},{"uid":"c8b875c362093cba","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c8b875c362093cba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526675845,"stop":1706526675845,"duration":0}},{"uid":"a5f2e776022b1176","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/a5f2e776022b1176","status":"skipped","statusDetails":"Test ignored","time":{"start":1706526572351,"stop":1706526572352,"duration":1}},{"uid":"c2b4ada5abffd0bb","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c2b4ada5abffd0bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525997933,"stop":1706525997934,"duration":1}},{"uid":"3c552c4ad5699055","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3c552c4ad5699055","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525468240,"stop":1706525468240,"duration":0}},{"uid":"ea4ace21fe46f6ef","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ea4ace21fe46f6ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1706525019706,"stop":1706525019707,"duration":1}},{"uid":"dc766401f1f25839","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dc766401f1f25839","status":"skipped","statusDetails":"Test ignored","time":{"start":1706467721290,"stop":1706467721290,"duration":0}},{"uid":"ad87313f50921d14","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ad87313f50921d14","status":"skipped","statusDetails":"Test ignored","time":{"start":1706323082563,"stop":1706323082563,"duration":0}},{"uid":"cde10bc18718e534","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cde10bc18718e534","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321389965,"stop":1706321389965,"duration":0}},{"uid":"fbe7f1c9f896d478","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/fbe7f1c9f896d478","status":"skipped","statusDetails":"Test ignored","time":{"start":1706115172646,"stop":1706115172646,"duration":0}},{"uid":"6cc6b2513c017b8d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6cc6b2513c017b8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706114335596,"stop":1706114335596,"duration":0}},{"uid":"fbab69e42f7338be","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fbab69e42f7338be","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111797799,"stop":1706111797799,"duration":0}},{"uid":"fc7538c72ab5db57","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/fc7538c72ab5db57","status":"skipped","statusDetails":"Test ignored","time":{"start":1706111496584,"stop":1706111496584,"duration":0}},{"uid":"ca86d250eb7f7f7f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ca86d250eb7f7f7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706109403537,"stop":1706109403537,"duration":0}},{"uid":"c3f6505bdf6a65a1","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c3f6505bdf6a65a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706103220668,"stop":1706103220668,"duration":0}},{"uid":"d8f2c12c9cf5bbf4","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/d8f2c12c9cf5bbf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102943573,"stop":1706102943573,"duration":0}},{"uid":"c66829ebd2dbc91","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/c66829ebd2dbc91","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102315315,"stop":1706102315315,"duration":0}},{"uid":"84d4af1f9e7afbce","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/84d4af1f9e7afbce","status":"skipped","statusDetails":"Test ignored","time":{"start":1706102190043,"stop":1706102190043,"duration":0}}]},"0eadfa2feb3310f1ab9aa414e26b0653:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a86d441ec3303d61","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/a86d441ec3303d61","status":"passed","time":{"start":1706101680237,"stop":1706101680237,"duration":0}}]},"419b4b6380806a1bd774621f3eac70a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abbd72c523a788f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/abbd72c523a788f","status":"passed","time":{"start":1706528204208,"stop":1706528204209,"duration":1}}]},"df89e5b4867efc86ab917374b1710d1e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de5255dc68996b7","reportUrl":"https://waku-org.github.io/js-waku/6161//#testresult/de5255dc68996b7","status":"passed","time":{"start":1705392733985,"stop":1705392733985,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":129,"unknown":0,"total":130},"items":[{"uid":"aaff90e7b6532780","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aaff90e7b6532780","status":"passed","time":{"start":1706529268051,"stop":1706529268051,"duration":0}},{"uid":"db6e17cc1c5260ce","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/db6e17cc1c5260ce","status":"passed","time":{"start":1706528227157,"stop":1706528227157,"duration":0}},{"uid":"8955d90a646ac81b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/8955d90a646ac81b","status":"passed","time":{"start":1706527190762,"stop":1706527190762,"duration":0}},{"uid":"c9508fc163819412","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c9508fc163819412","status":"passed","time":{"start":1706526900153,"stop":1706526900153,"duration":0}},{"uid":"7bc73fdd1743f2eb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7bc73fdd1743f2eb","status":"passed","time":{"start":1706526805109,"stop":1706526805110,"duration":1}},{"uid":"861a0e3f6a19c7fa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/861a0e3f6a19c7fa","status":"passed","time":{"start":1706526239674,"stop":1706526239674,"duration":0}},{"uid":"4459515577385703","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4459515577385703","status":"passed","time":{"start":1706525701053,"stop":1706525701053,"duration":0}},{"uid":"7923aad38bdc1ea3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7923aad38bdc1ea3","status":"passed","time":{"start":1706525290654,"stop":1706525290655,"duration":1}},{"uid":"dbe3cd507af707b2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dbe3cd507af707b2","status":"passed","time":{"start":1706467928029,"stop":1706467928029,"duration":0}},{"uid":"d0389613e8773b00","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/d0389613e8773b00","status":"passed","time":{"start":1706323327239,"stop":1706323327239,"duration":0}},{"uid":"3744d0aa2d5ec207","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3744d0aa2d5ec207","status":"skipped","statusDetails":"Test ignored","time":{"start":1706321449219,"stop":1706321449220,"duration":1}},{"uid":"2d93d16ee1642f84","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/2d93d16ee1642f84","status":"passed","time":{"start":1706115400175,"stop":1706115400175,"duration":0}},{"uid":"413b642b44065459","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/413b642b44065459","status":"passed","time":{"start":1706114546366,"stop":1706114546367,"duration":1}},{"uid":"4b89e506683cc87","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/4b89e506683cc87","status":"passed","time":{"start":1706112015691,"stop":1706112015691,"duration":0}},{"uid":"35cd16d89a71366","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/35cd16d89a71366","status":"passed","time":{"start":1706111736267,"stop":1706111736267,"duration":0}},{"uid":"8133501f0161efd9","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8133501f0161efd9","status":"passed","time":{"start":1706109647599,"stop":1706109647600,"duration":1}},{"uid":"bead7c517f935a6","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/bead7c517f935a6","status":"passed","time":{"start":1706103431920,"stop":1706103431921,"duration":1}},{"uid":"2c7b487bc9c49216","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/2c7b487bc9c49216","status":"passed","time":{"start":1706103172407,"stop":1706103172407,"duration":0}},{"uid":"42dd8f76c7c5bdb","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/42dd8f76c7c5bdb","status":"passed","time":{"start":1706102539692,"stop":1706102539693,"duration":1}},{"uid":"bb988e3ce1473e72","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/bb988e3ce1473e72","status":"passed","time":{"start":1706102412588,"stop":1706102412589,"duration":1}}]},"21413d0909cdd33c43c9be4150adfc99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90b3590f4f16dca","reportUrl":"https://waku-org.github.io/js-waku/6247//#testresult/d90b3590f4f16dca","status":"passed","time":{"start":1705681544265,"stop":1705681544265,"duration":0}}]},"1de61e4dfd5cf9b070d2fe4f6fadebeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"3029e5439669aee9","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/3029e5439669aee9","status":"passed","time":{"start":1705520774321,"stop":1705520774321,"duration":0}},{"uid":"e39a5b70efeded71","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/e39a5b70efeded71","status":"passed","time":{"start":1705518144864,"stop":1705518144867,"duration":3}},{"uid":"924f1eb3b027a1f5","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/924f1eb3b027a1f5","status":"passed","time":{"start":1705518037873,"stop":1705518037874,"duration":1}},{"uid":"9c4274f8eae5919e","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/9c4274f8eae5919e","status":"passed","time":{"start":1705517919613,"stop":1705517919614,"duration":1}},{"uid":"b47ca0fbb9c28b4a","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/b47ca0fbb9c28b4a","status":"passed","time":{"start":1705508581666,"stop":1705508581666,"duration":0}},{"uid":"c02430c47b9f944e","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/c02430c47b9f944e","status":"passed","time":{"start":1705506417947,"stop":1705506417948,"duration":1}},{"uid":"a40220e6d60b2dc0","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/a40220e6d60b2dc0","status":"passed","time":{"start":1705502873037,"stop":1705502873038,"duration":1}},{"uid":"14ae88df77dd41","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/14ae88df77dd41","status":"passed","time":{"start":1705502411180,"stop":1705502411180,"duration":0}},{"uid":"dcd5126cd9cafb2e","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/dcd5126cd9cafb2e","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494913012,"stop":1705494913012,"duration":0}},{"uid":"de523fa4d80f7ef4","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/de523fa4d80f7ef4","status":"passed","time":{"start":1705494867096,"stop":1705494867096,"duration":0}},{"uid":"96cec8a9cac01090","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/96cec8a9cac01090","status":"passed","time":{"start":1705494827840,"stop":1705494827841,"duration":1}},{"uid":"ca67e460a1bbe917","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ca67e460a1bbe917","status":"passed","time":{"start":1705493385871,"stop":1705493385874,"duration":3}},{"uid":"ad7b9b073ec43ed9","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/ad7b9b073ec43ed9","status":"passed","time":{"start":1705493356818,"stop":1705493356819,"duration":1}},{"uid":"e0911a9f840d4a7f","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/e0911a9f840d4a7f","status":"passed","time":{"start":1705485181323,"stop":1705485181323,"duration":0}},{"uid":"7ccfbc29e14f3386","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/7ccfbc29e14f3386","status":"passed","time":{"start":1705485039010,"stop":1705485039010,"duration":0}},{"uid":"a29bc65fb5416c1b","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/a29bc65fb5416c1b","status":"passed","time":{"start":1705484288889,"stop":1705484288889,"duration":0}},{"uid":"d0c8cebd7b34472d","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/d0c8cebd7b34472d","status":"passed","time":{"start":1705469804330,"stop":1705469804330,"duration":0}},{"uid":"9daca6c98f5acd25","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/9daca6c98f5acd25","status":"passed","time":{"start":1705466868865,"stop":1705466868865,"duration":0}},{"uid":"b30bd3dd195c0fc9","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/b30bd3dd195c0fc9","status":"passed","time":{"start":1705435336418,"stop":1705435336419,"duration":1}},{"uid":"90884a23da58f5dc","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/90884a23da58f5dc","status":"passed","time":{"start":1705434797362,"stop":1705434797362,"duration":0}}]},"9e8a806cff24e839d3680ade82ab54ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd45bb83fcf73f","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/cd45bb83fcf73f","status":"passed","time":{"start":1705675415279,"stop":1705675415279,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":85,"unknown":0,"total":85},"items":[{"uid":"4263881e51fee061","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4263881e51fee061","status":"passed","time":{"start":1706528851376,"stop":1706528851377,"duration":1}},{"uid":"751e6085810728fc","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/751e6085810728fc","status":"passed","time":{"start":1706527824196,"stop":1706527824196,"duration":0}},{"uid":"dc34cc6b57f28fb9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dc34cc6b57f28fb9","status":"passed","time":{"start":1706526834958,"stop":1706526834958,"duration":0}},{"uid":"7282247edcb9eeb5","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/7282247edcb9eeb5","status":"passed","time":{"start":1706526535009,"stop":1706526535009,"duration":0}},{"uid":"27528c27c85444fb","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/27528c27c85444fb","status":"passed","time":{"start":1706526444476,"stop":1706526444477,"duration":1}},{"uid":"6d7d341328fd85e8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/6d7d341328fd85e8","status":"passed","time":{"start":1706525868577,"stop":1706525868578,"duration":1}},{"uid":"8bdcc3c4c2e45730","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8bdcc3c4c2e45730","status":"passed","time":{"start":1706525336015,"stop":1706525336016,"duration":1}},{"uid":"a0f90f398acb79e7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a0f90f398acb79e7","status":"passed","time":{"start":1706524893164,"stop":1706524893165,"duration":1}},{"uid":"1e448ef06e203c5","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/1e448ef06e203c5","status":"passed","time":{"start":1706467588095,"stop":1706467588096,"duration":1}},{"uid":"84d394f8cb578e76","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/84d394f8cb578e76","status":"passed","time":{"start":1706322942292,"stop":1706322942293,"duration":1}},{"uid":"3a2ade4567c105ff","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/3a2ade4567c105ff","status":"passed","time":{"start":1706321258741,"stop":1706321258741,"duration":0}},{"uid":"d5f7947e5da13273","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d5f7947e5da13273","status":"passed","time":{"start":1706115030713,"stop":1706115030713,"duration":0}},{"uid":"de46187011e0955f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/de46187011e0955f","status":"passed","time":{"start":1706114200932,"stop":1706114200933,"duration":1}},{"uid":"eacba8d32c7ac938","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/eacba8d32c7ac938","status":"passed","time":{"start":1706111673817,"stop":1706111673818,"duration":1}},{"uid":"69e283cf3ec7c8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/69e283cf3ec7c8","status":"passed","time":{"start":1706111361507,"stop":1706111361507,"duration":0}},{"uid":"3105dbaf338df5d7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3105dbaf338df5d7","status":"passed","time":{"start":1706109265210,"stop":1706109265210,"duration":0}},{"uid":"49d92bc5b1548531","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/49d92bc5b1548531","status":"passed","time":{"start":1706103084487,"stop":1706103084488,"duration":1}},{"uid":"cb4a2db15759ec86","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/cb4a2db15759ec86","status":"passed","time":{"start":1706102823113,"stop":1706102823114,"duration":1}},{"uid":"16091b07643f535d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/16091b07643f535d","status":"passed","time":{"start":1706102183492,"stop":1706102183492,"duration":0}},{"uid":"b923746239f9e892","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/b923746239f9e892","status":"passed","time":{"start":1706102054634,"stop":1706102054640,"duration":6}}]},"57d6ef14d9d14bcb383e83c8b351d09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d33a3d0494ca8bd","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/d33a3d0494ca8bd","status":"passed","time":{"start":1706525593273,"stop":1706525593273,"duration":0}}]},"cfa13be26f4c59d7b1e8f291a4d9d2e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31504c4c0eb610b8","reportUrl":"https://waku-org.github.io/js-waku/6206//#testresult/31504c4c0eb610b8","status":"passed","time":{"start":1705525312815,"stop":1705525312816,"duration":1}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"9b9779c9e57a1863","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b9779c9e57a1863","status":"passed","time":{"start":1706528736036,"stop":1706528736037,"duration":1}},{"uid":"7a127d30002b26f7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/7a127d30002b26f7","status":"passed","time":{"start":1706527705411,"stop":1706527705411,"duration":0}},{"uid":"75b78d81ae65ada9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/75b78d81ae65ada9","status":"passed","time":{"start":1706526721648,"stop":1706526721649,"duration":1}},{"uid":"3ab4df77d34a134","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/3ab4df77d34a134","status":"passed","time":{"start":1706526417558,"stop":1706526417558,"duration":0}},{"uid":"3b0c29e060a45a81","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3b0c29e060a45a81","status":"passed","time":{"start":1706526322662,"stop":1706526322663,"duration":1}},{"uid":"c226f44431149fd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c226f44431149fd","status":"passed","time":{"start":1706525752756,"stop":1706525752757,"duration":1}},{"uid":"b1371b990f42d6f9","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/b1371b990f42d6f9","status":"passed","time":{"start":1706525219889,"stop":1706525219889,"duration":0}},{"uid":"42e619baf4fd9aa7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/42e619baf4fd9aa7","status":"passed","time":{"start":1706524780915,"stop":1706524780915,"duration":0}},{"uid":"206c74e3dcd4e2cd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/206c74e3dcd4e2cd","status":"passed","time":{"start":1706467474864,"stop":1706467474864,"duration":0}},{"uid":"b5a37086ee364ca6","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b5a37086ee364ca6","status":"passed","time":{"start":1706322827209,"stop":1706322827210,"duration":1}},{"uid":"ea3aac4fb0f38f25","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/ea3aac4fb0f38f25","status":"passed","time":{"start":1706321140667,"stop":1706321140667,"duration":0}},{"uid":"8108ca3b5eaf4ab9","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8108ca3b5eaf4ab9","status":"passed","time":{"start":1706244656768,"stop":1706244656768,"duration":0}},{"uid":"7446ab0948a16243","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/7446ab0948a16243","status":"passed","time":{"start":1706242225074,"stop":1706242225074,"duration":0}},{"uid":"534ce851a429af5a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/534ce851a429af5a","status":"passed","time":{"start":1706114913322,"stop":1706114913322,"duration":0}},{"uid":"51fd18985ef557e6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/51fd18985ef557e6","status":"passed","time":{"start":1706114084084,"stop":1706114084084,"duration":0}},{"uid":"7b3e86c58915342d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/7b3e86c58915342d","status":"passed","time":{"start":1706111558871,"stop":1706111558871,"duration":0}},{"uid":"a5a9e4f99a348398","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a5a9e4f99a348398","status":"passed","time":{"start":1706111248330,"stop":1706111248330,"duration":0}},{"uid":"583924b15aae8abe","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/583924b15aae8abe","status":"passed","time":{"start":1706109150489,"stop":1706109150490,"duration":1}},{"uid":"ef55575d4603769b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/ef55575d4603769b","status":"passed","time":{"start":1706102968909,"stop":1706102968910,"duration":1}},{"uid":"ca2ecbe045fa5c13","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/ca2ecbe045fa5c13","status":"passed","time":{"start":1706102708588,"stop":1706102708588,"duration":0}}]},"056896b61a01a419ff501eaf18b9579d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c647d2aa6915a4ac","reportUrl":"https://waku-org.github.io/js-waku/6171//#testresult/c647d2aa6915a4ac","status":"passed","time":{"start":1705431591294,"stop":1705431591294,"duration":0}}]},"af3cc1cd6faf1806d3a23a24138d06ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23fdcbbd08a0b368","reportUrl":"https://waku-org.github.io/js-waku/6236//#testresult/23fdcbbd08a0b368","status":"passed","time":{"start":1705666841927,"stop":1705666841927,"duration":0}}]},"e26364d1ebea3c3d8493f1de05479238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"de335673d2fedaf9","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/de335673d2fedaf9","status":"passed","time":{"start":1706100979766,"stop":1706100979766,"duration":0}},{"uid":"1b1993d70678040b","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/1b1993d70678040b","status":"passed","time":{"start":1706100012436,"stop":1706100012436,"duration":0}},{"uid":"dbcf0823657b1847","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/dbcf0823657b1847","status":"passed","time":{"start":1706077739092,"stop":1706077739093,"duration":1}},{"uid":"a541dcb71134a165","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/a541dcb71134a165","status":"passed","time":{"start":1706069827481,"stop":1706069827481,"duration":0}},{"uid":"92675a8a424f9a4c","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/92675a8a424f9a4c","status":"passed","time":{"start":1705950521688,"stop":1705950521689,"duration":1}},{"uid":"71076cb5b3607309","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/71076cb5b3607309","status":"passed","time":{"start":1705938343382,"stop":1705938343382,"duration":0}},{"uid":"f6944ad39b1a4eb5","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f6944ad39b1a4eb5","status":"passed","time":{"start":1705913488240,"stop":1705913488241,"duration":1}},{"uid":"f260ba972ec25256","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/f260ba972ec25256","status":"passed","time":{"start":1705913034279,"stop":1705913034279,"duration":0}},{"uid":"eb3af1c81fe47a","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/eb3af1c81fe47a","status":"passed","time":{"start":1705912407149,"stop":1705912407149,"duration":0}},{"uid":"afd817dcf1652fc3","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/afd817dcf1652fc3","status":"passed","time":{"start":1705911588801,"stop":1705911588801,"duration":0}},{"uid":"350302a2e8f7c317","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/350302a2e8f7c317","status":"passed","time":{"start":1705698799124,"stop":1705698799124,"duration":0}},{"uid":"6603d951159ad488","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/6603d951159ad488","status":"passed","time":{"start":1705687522376,"stop":1705687522376,"duration":0}},{"uid":"cda4ed7cac41e037","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/cda4ed7cac41e037","status":"passed","time":{"start":1705687430762,"stop":1705687430762,"duration":0}},{"uid":"e4a1396719bd7be2","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/e4a1396719bd7be2","status":"passed","time":{"start":1705678121497,"stop":1705678121498,"duration":1}},{"uid":"ff18e2b79e628f34","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/ff18e2b79e628f34","status":"passed","time":{"start":1705678046318,"stop":1705678046319,"duration":1}},{"uid":"4b3a554a226d0a20","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/4b3a554a226d0a20","status":"passed","time":{"start":1705677908056,"stop":1705677908056,"duration":0}},{"uid":"1f7b8ccfbf43f27f","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/1f7b8ccfbf43f27f","status":"passed","time":{"start":1705677463260,"stop":1705677463260,"duration":0}},{"uid":"73e45fd9c33b5748","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/73e45fd9c33b5748","status":"passed","time":{"start":1705676052720,"stop":1705676052722,"duration":2}},{"uid":"51915dbabd2ec343","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/51915dbabd2ec343","status":"passed","time":{"start":1705675474645,"stop":1705675474645,"duration":0}},{"uid":"d2158426a72f1b42","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/d2158426a72f1b42","status":"passed","time":{"start":1705670338397,"stop":1705670338397,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"d5c62daa1299f13c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d5c62daa1299f13c","status":"passed","time":{"start":1706528965671,"stop":1706528965671,"duration":0}},{"uid":"2c71ebcebe40502e","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2c71ebcebe40502e","status":"passed","time":{"start":1706527923868,"stop":1706527923868,"duration":0}},{"uid":"610b789b96af695a","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/610b789b96af695a","status":"passed","time":{"start":1706526930829,"stop":1706526930830,"duration":1}},{"uid":"aed54fd453cd4b1","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/aed54fd453cd4b1","status":"passed","time":{"start":1706526632064,"stop":1706526632067,"duration":3}},{"uid":"dbb53fd3e49eedd2","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/dbb53fd3e49eedd2","status":"passed","time":{"start":1706526534057,"stop":1706526534059,"duration":2}},{"uid":"f1353c4ae1e4d134","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f1353c4ae1e4d134","status":"passed","time":{"start":1706525958156,"stop":1706525958156,"duration":0}},{"uid":"902864d9e08f4a0d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/902864d9e08f4a0d","status":"passed","time":{"start":1706525436684,"stop":1706525436688,"duration":4}},{"uid":"1b5d9336086511e0","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1b5d9336086511e0","status":"passed","time":{"start":1706524982417,"stop":1706524982417,"duration":0}},{"uid":"acd6cfe3eff2c784","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/acd6cfe3eff2c784","status":"passed","time":{"start":1706467678782,"stop":1706467678783,"duration":1}},{"uid":"462012fb0acd7176","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/462012fb0acd7176","status":"passed","time":{"start":1706323040450,"stop":1706323040450,"duration":0}},{"uid":"cac63a7cb78fc200","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/cac63a7cb78fc200","status":"passed","time":{"start":1706321353333,"stop":1706321353333,"duration":0}},{"uid":"56c643daf2c66e92","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/56c643daf2c66e92","status":"passed","time":{"start":1706114292327,"stop":1706114292327,"duration":0}},{"uid":"719d9c0220bf098a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/719d9c0220bf098a","status":"passed","time":{"start":1706111780325,"stop":1706111780325,"duration":0}},{"uid":"4039058078a1db49","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4039058078a1db49","status":"passed","time":{"start":1706111463992,"stop":1706111463992,"duration":0}},{"uid":"6ae676415a821da3","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/6ae676415a821da3","status":"passed","time":{"start":1706109370812,"stop":1706109370813,"duration":1}},{"uid":"d01abe2d4532f1b2","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/d01abe2d4532f1b2","status":"passed","time":{"start":1706103179137,"stop":1706103179143,"duration":6}},{"uid":"78ea11d7ac87f614","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/78ea11d7ac87f614","status":"passed","time":{"start":1706102925529,"stop":1706102925529,"duration":0}},{"uid":"fae117012b78365d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fae117012b78365d","status":"passed","time":{"start":1706102273652,"stop":1706102273652,"duration":0}},{"uid":"8e1259092465d062","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/8e1259092465d062","status":"passed","time":{"start":1706102152973,"stop":1706102152973,"duration":0}},{"uid":"4315945369a577ad","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/4315945369a577ad","status":"passed","time":{"start":1706101976562,"stop":1706101976563,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"cb7da9f1c75da288","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb7da9f1c75da288","status":"passed","time":{"start":1706528965673,"stop":1706528965673,"duration":0}},{"uid":"4acfcba5138c0ca7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4acfcba5138c0ca7","status":"passed","time":{"start":1706527923869,"stop":1706527923869,"duration":0}},{"uid":"ce9d0b759b17d30d","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/ce9d0b759b17d30d","status":"passed","time":{"start":1706526930839,"stop":1706526930839,"duration":0}},{"uid":"eae0e144349e5e7f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/eae0e144349e5e7f","status":"passed","time":{"start":1706526632069,"stop":1706526632070,"duration":1}},{"uid":"4611155ec0e00700","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/4611155ec0e00700","status":"passed","time":{"start":1706526534060,"stop":1706526534060,"duration":0}},{"uid":"b418b4a2a1b243ef","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b418b4a2a1b243ef","status":"passed","time":{"start":1706525958158,"stop":1706525958158,"duration":0}},{"uid":"deb64bab73b233b3","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/deb64bab73b233b3","status":"passed","time":{"start":1706525436690,"stop":1706525436692,"duration":2}},{"uid":"ac609419d6b76054","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/ac609419d6b76054","status":"passed","time":{"start":1706524982418,"stop":1706524982418,"duration":0}},{"uid":"ed0da66fa3fd6a7d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/ed0da66fa3fd6a7d","status":"passed","time":{"start":1706467678790,"stop":1706467678791,"duration":1}},{"uid":"6f842a79a0f32b5a","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6f842a79a0f32b5a","status":"passed","time":{"start":1706323040459,"stop":1706323040460,"duration":1}},{"uid":"b94ecbd4ec76d203","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b94ecbd4ec76d203","status":"passed","time":{"start":1706321353335,"stop":1706321353335,"duration":0}},{"uid":"4e2e3194fbcfc8a8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4e2e3194fbcfc8a8","status":"passed","time":{"start":1706114292329,"stop":1706114292329,"duration":0}},{"uid":"3a5a599cbd652010","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/3a5a599cbd652010","status":"passed","time":{"start":1706111780326,"stop":1706111780327,"duration":1}},{"uid":"5706f4dbc1f25430","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/5706f4dbc1f25430","status":"passed","time":{"start":1706111463993,"stop":1706111464007,"duration":14}},{"uid":"e8c0e227b7057be4","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e8c0e227b7057be4","status":"passed","time":{"start":1706109370827,"stop":1706109370828,"duration":1}},{"uid":"c3d1f75b7fb73f9e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c3d1f75b7fb73f9e","status":"passed","time":{"start":1706103179145,"stop":1706103179149,"duration":4}},{"uid":"54346571c32c26f1","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/54346571c32c26f1","status":"passed","time":{"start":1706102925531,"stop":1706102925532,"duration":1}},{"uid":"fc352293aad8ccbd","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/fc352293aad8ccbd","status":"passed","time":{"start":1706102273654,"stop":1706102273655,"duration":1}},{"uid":"ad2bfa64d3edb95","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/ad2bfa64d3edb95","status":"passed","time":{"start":1706102152974,"stop":1706102152975,"duration":1}},{"uid":"90658b734bab41b6","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/90658b734bab41b6","status":"passed","time":{"start":1706101976566,"stop":1706101976566,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"5f81c2c5812bab65","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5f81c2c5812bab65","status":"passed","time":{"start":1706528848468,"stop":1706528848469,"duration":1}},{"uid":"c4067f5bdd34dde7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c4067f5bdd34dde7","status":"passed","time":{"start":1706527813607,"stop":1706527813607,"duration":0}},{"uid":"c70679bde2a02b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c70679bde2a02b","status":"passed","time":{"start":1706526833447,"stop":1706526833447,"duration":0}},{"uid":"ad8b6d9e91bc3a57","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/ad8b6d9e91bc3a57","status":"passed","time":{"start":1706526535575,"stop":1706526535576,"duration":1}},{"uid":"2b65b5cc5ec3db19","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/2b65b5cc5ec3db19","status":"passed","time":{"start":1706526432887,"stop":1706526432887,"duration":0}},{"uid":"3478145e9a35a27b","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/3478145e9a35a27b","status":"passed","time":{"start":1706525863196,"stop":1706525863196,"duration":0}},{"uid":"64c646404d0789fa","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/64c646404d0789fa","status":"passed","time":{"start":1706525327036,"stop":1706525327037,"duration":1}},{"uid":"c7e5918b549b5c94","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/c7e5918b549b5c94","status":"passed","time":{"start":1706524890664,"stop":1706524890664,"duration":0}},{"uid":"28d4f532db9c226f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/28d4f532db9c226f","status":"passed","time":{"start":1706467585305,"stop":1706467585306,"duration":1}},{"uid":"aa68d060f86333bf","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/aa68d060f86333bf","status":"passed","time":{"start":1706322939537,"stop":1706322939537,"duration":0}},{"uid":"dcbaebab35708727","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/dcbaebab35708727","status":"passed","time":{"start":1706321258430,"stop":1706321258431,"duration":1}},{"uid":"193bf1cd3f5284b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/193bf1cd3f5284b","status":"passed","time":{"start":1706115022328,"stop":1706115022328,"duration":0}},{"uid":"43cf61b90a7e42ce","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/43cf61b90a7e42ce","status":"passed","time":{"start":1706114199109,"stop":1706114199109,"duration":0}},{"uid":"b5fb7c3f45262fc3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/b5fb7c3f45262fc3","status":"passed","time":{"start":1706111666083,"stop":1706111666084,"duration":1}},{"uid":"cf0ae6f6e35388e5","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/cf0ae6f6e35388e5","status":"passed","time":{"start":1706111361081,"stop":1706111361088,"duration":7}},{"uid":"3a546542addd8dca","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/3a546542addd8dca","status":"passed","time":{"start":1706109262493,"stop":1706109262493,"duration":0}},{"uid":"157fc389843fa9cc","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/157fc389843fa9cc","status":"passed","time":{"start":1706103081166,"stop":1706103081167,"duration":1}},{"uid":"59a74d754112c081","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/59a74d754112c081","status":"passed","time":{"start":1706102823299,"stop":1706102823300,"duration":1}},{"uid":"6e96f74e20bd7a1f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6e96f74e20bd7a1f","status":"passed","time":{"start":1706102181350,"stop":1706102181351,"duration":1}},{"uid":"a73260b55f5ff5cd","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/a73260b55f5ff5cd","status":"passed","time":{"start":1706102053768,"stop":1706102053780,"duration":12}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":100,"unknown":0,"total":102},"items":[{"uid":"155d95e24d92e8e8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/155d95e24d92e8e8","status":"passed","time":{"start":1706528794130,"stop":1706528794130,"duration":0}},{"uid":"2d606b4f78dea97b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2d606b4f78dea97b","status":"passed","time":{"start":1706527760368,"stop":1706527760368,"duration":0}},{"uid":"d9bf704e78040311","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d9bf704e78040311","status":"passed","time":{"start":1706526775962,"stop":1706526775962,"duration":0}},{"uid":"e821e297e1e1331","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e821e297e1e1331","status":"passed","time":{"start":1706526473120,"stop":1706526473120,"duration":0}},{"uid":"7dfabafc95f375f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7dfabafc95f375f","status":"passed","time":{"start":1706526378021,"stop":1706526378022,"duration":1}},{"uid":"222c64d98a7640fa","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/222c64d98a7640fa","status":"passed","time":{"start":1706525805693,"stop":1706525805694,"duration":1}},{"uid":"77cc95cced3b6dc5","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/77cc95cced3b6dc5","status":"passed","time":{"start":1706525274457,"stop":1706525274457,"duration":0}},{"uid":"6813b48d56a0a4c7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6813b48d56a0a4c7","status":"passed","time":{"start":1706524834470,"stop":1706524834471,"duration":1}},{"uid":"c4dd0586901098f7","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/c4dd0586901098f7","status":"passed","time":{"start":1706467531170,"stop":1706467531171,"duration":1}},{"uid":"ab88fba614248441","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ab88fba614248441","status":"passed","time":{"start":1706322881025,"stop":1706322881025,"duration":0}},{"uid":"27de0aa1ee5a4a65","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/27de0aa1ee5a4a65","status":"passed","time":{"start":1706321194900,"stop":1706321194901,"duration":1}},{"uid":"be7cc0fb641c7647","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/be7cc0fb641c7647","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244752712,"stop":1706244752712,"duration":0}},{"uid":"c0509044385b45b3","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/c0509044385b45b3","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242322794,"stop":1706242322794,"duration":0}},{"uid":"59427b9e23b443ce","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/59427b9e23b443ce","status":"passed","time":{"start":1706114964030,"stop":1706114964030,"duration":0}},{"uid":"dc42eb2683eb161e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/dc42eb2683eb161e","status":"passed","time":{"start":1706114136556,"stop":1706114136556,"duration":0}},{"uid":"fbf7d5ff81ea274","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/fbf7d5ff81ea274","status":"passed","time":{"start":1706111612101,"stop":1706111612102,"duration":1}},{"uid":"3d4f8a5aa9123c29","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3d4f8a5aa9123c29","status":"passed","time":{"start":1706111302168,"stop":1706111302168,"duration":0}},{"uid":"302ff79534276898","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/302ff79534276898","status":"passed","time":{"start":1706109204937,"stop":1706109204937,"duration":0}},{"uid":"93755995d663ee","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/93755995d663ee","status":"passed","time":{"start":1706103024096,"stop":1706103024096,"duration":0}},{"uid":"65b0f0e2180d2c78","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/65b0f0e2180d2c78","status":"passed","time":{"start":1706102762982,"stop":1706102762982,"duration":0}}]},"23033be9c9dbbd657b101836230376f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"94e4bca7a515f3e3","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/94e4bca7a515f3e3","status":"passed","time":{"start":1706100979765,"stop":1706100979765,"duration":0}},{"uid":"ac5bedbc647eb52f","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/ac5bedbc647eb52f","status":"passed","time":{"start":1706100012435,"stop":1706100012435,"duration":0}},{"uid":"3da2002c06d5d73b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/3da2002c06d5d73b","status":"passed","time":{"start":1706077739089,"stop":1706077739089,"duration":0}},{"uid":"4cddbfb16e7eeb37","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/4cddbfb16e7eeb37","status":"passed","time":{"start":1706069827477,"stop":1706069827478,"duration":1}},{"uid":"bb0fe152ce7e302f","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/bb0fe152ce7e302f","status":"passed","time":{"start":1705950521678,"stop":1705950521687,"duration":9}},{"uid":"e360d080dee6238a","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/e360d080dee6238a","status":"passed","time":{"start":1705938343381,"stop":1705938343381,"duration":0}},{"uid":"f7dc45769e656c1a","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/f7dc45769e656c1a","status":"passed","time":{"start":1705913488238,"stop":1705913488239,"duration":1}},{"uid":"c0a0ecf12f18a32f","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/c0a0ecf12f18a32f","status":"passed","time":{"start":1705913034278,"stop":1705913034278,"duration":0}},{"uid":"4f138bc6f149ea93","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/4f138bc6f149ea93","status":"passed","time":{"start":1705912407148,"stop":1705912407149,"duration":1}},{"uid":"579c098b894a7eee","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/579c098b894a7eee","status":"passed","time":{"start":1705911588799,"stop":1705911588800,"duration":1}},{"uid":"c16f501ee706a4d","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/c16f501ee706a4d","status":"passed","time":{"start":1705698799123,"stop":1705698799123,"duration":0}},{"uid":"7af8df2e91161b9","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/7af8df2e91161b9","status":"passed","time":{"start":1705687522375,"stop":1705687522375,"duration":0}},{"uid":"e8d5e83e24af9173","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/e8d5e83e24af9173","status":"passed","time":{"start":1705687430759,"stop":1705687430760,"duration":1}},{"uid":"af61bf6dd1feb950","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/af61bf6dd1feb950","status":"passed","time":{"start":1705678121495,"stop":1705678121495,"duration":0}},{"uid":"f7ade760c3e8b4a6","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/f7ade760c3e8b4a6","status":"passed","time":{"start":1705678046318,"stop":1705678046318,"duration":0}},{"uid":"61844ba5830382d2","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/61844ba5830382d2","status":"passed","time":{"start":1705677908055,"stop":1705677908055,"duration":0}},{"uid":"1ce9fa74dc6d9cbd","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/1ce9fa74dc6d9cbd","status":"passed","time":{"start":1705677463259,"stop":1705677463259,"duration":0}},{"uid":"6bfc565bc903db87","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/6bfc565bc903db87","status":"passed","time":{"start":1705676052712,"stop":1705676052713,"duration":1}},{"uid":"9e9ffdb6c7358ec","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/9e9ffdb6c7358ec","status":"passed","time":{"start":1705675474644,"stop":1705675474645,"duration":1}},{"uid":"4c5c5f7f6d265429","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/4c5c5f7f6d265429","status":"passed","time":{"start":1705670338396,"stop":1705670338396,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"33a8bcbbb42a6ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33a8bcbbb42a6ac","status":"passed","time":{"start":1706529332316,"stop":1706529332317,"duration":1}},{"uid":"340e72d6021f6df2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/340e72d6021f6df2","status":"passed","time":{"start":1706528291471,"stop":1706528291481,"duration":10}},{"uid":"dcc21e3bc7cf064b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/dcc21e3bc7cf064b","status":"passed","time":{"start":1706527236975,"stop":1706527236975,"duration":0}},{"uid":"4054957e9473a820","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4054957e9473a820","status":"passed","time":{"start":1706526962708,"stop":1706526962708,"duration":0}},{"uid":"c31f87b9f487207b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c31f87b9f487207b","status":"passed","time":{"start":1706526865902,"stop":1706526865902,"duration":0}},{"uid":"4cf10545de09d692","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/4cf10545de09d692","status":"passed","time":{"start":1706526300416,"stop":1706526300417,"duration":1}},{"uid":"4374c127c356c80c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4374c127c356c80c","status":"passed","time":{"start":1706525759138,"stop":1706525759138,"duration":0}},{"uid":"93f1a0073deff347","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/93f1a0073deff347","status":"passed","time":{"start":1706525355450,"stop":1706525355450,"duration":0}},{"uid":"93cc0e320f4136ea","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/93cc0e320f4136ea","status":"passed","time":{"start":1706467982874,"stop":1706467982875,"duration":1}},{"uid":"b45f1f610238f3ad","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/b45f1f610238f3ad","status":"passed","time":{"start":1706323387507,"stop":1706323387507,"duration":0}},{"uid":"5224281c17605c94","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5224281c17605c94","status":"passed","time":{"start":1706321612876,"stop":1706321612877,"duration":1}},{"uid":"e7f816494ad688f9","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e7f816494ad688f9","status":"passed","time":{"start":1706115462414,"stop":1706115462415,"duration":1}},{"uid":"fa7f47f256815d5f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fa7f47f256815d5f","status":"passed","time":{"start":1706114612180,"stop":1706114612181,"duration":1}},{"uid":"6c6f3190f1f56957","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6c6f3190f1f56957","status":"passed","time":{"start":1706112092793,"stop":1706112092793,"duration":0}},{"uid":"85f1c5f200abffce","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/85f1c5f200abffce","status":"passed","time":{"start":1706111796128,"stop":1706111796128,"duration":0}},{"uid":"cf85bd1500a78101","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cf85bd1500a78101","status":"passed","time":{"start":1706109710121,"stop":1706109710122,"duration":1}},{"uid":"449c7b486cd2c41d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/449c7b486cd2c41d","status":"passed","time":{"start":1706103427350,"stop":1706103427350,"duration":0}},{"uid":"139b005eef8e20bf","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/139b005eef8e20bf","status":"passed","time":{"start":1706103228584,"stop":1706103228585,"duration":1}},{"uid":"bd239aefbf5ed4ba","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/bd239aefbf5ed4ba","status":"passed","time":{"start":1706102603447,"stop":1706102603447,"duration":0}},{"uid":"f0ecada827b954dd","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/f0ecada827b954dd","status":"passed","time":{"start":1706102474583,"stop":1706102474584,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"2b5ce5fa15b52f7c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2b5ce5fa15b52f7c","status":"passed","time":{"start":1706529367473,"stop":1706529367474,"duration":1}},{"uid":"18a7a3b3bc49c65b","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/18a7a3b3bc49c65b","status":"passed","time":{"start":1706528339934,"stop":1706528339934,"duration":0}},{"uid":"dcf16b2a387b22f9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/dcf16b2a387b22f9","status":"passed","time":{"start":1706527016301,"stop":1706527016301,"duration":0}},{"uid":"9423d5e5023b7b0b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9423d5e5023b7b0b","status":"passed","time":{"start":1706526929202,"stop":1706526929202,"duration":0}},{"uid":"f991742e9ef817fd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f991742e9ef817fd","status":"passed","time":{"start":1706526355580,"stop":1706526355580,"duration":0}},{"uid":"c7765207e9807f23","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c7765207e9807f23","status":"passed","time":{"start":1706525825282,"stop":1706525825282,"duration":0}},{"uid":"86dd7aae2359e9e2","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/86dd7aae2359e9e2","status":"passed","time":{"start":1706525414590,"stop":1706525414590,"duration":0}},{"uid":"b89df10b217df702","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/b89df10b217df702","status":"passed","time":{"start":1706468084973,"stop":1706468084974,"duration":1}},{"uid":"c51db64aafcda826","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c51db64aafcda826","status":"passed","time":{"start":1706323430975,"stop":1706323430976,"duration":1}},{"uid":"eb458590b4d7b5c1","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/eb458590b4d7b5c1","status":"passed","time":{"start":1706321743970,"stop":1706321743970,"duration":0}},{"uid":"345894c6839beee6","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/345894c6839beee6","status":"passed","time":{"start":1706115449591,"stop":1706115449592,"duration":1}},{"uid":"522a483ecd02f547","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/522a483ecd02f547","status":"passed","time":{"start":1706114706813,"stop":1706114706814,"duration":1}},{"uid":"a91c37bf055d2fc0","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a91c37bf055d2fc0","status":"passed","time":{"start":1706112158278,"stop":1706112158279,"duration":1}},{"uid":"aa21371753710b63","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/aa21371753710b63","status":"passed","time":{"start":1706111870568,"stop":1706111870568,"duration":0}},{"uid":"cde4495c2c68ce9b","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/cde4495c2c68ce9b","status":"passed","time":{"start":1706109756255,"stop":1706109756255,"duration":0}},{"uid":"83f19cbc08edc86","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/83f19cbc08edc86","status":"passed","time":{"start":1706103332264,"stop":1706103332264,"duration":0}},{"uid":"8c35996cb1f3f181","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/8c35996cb1f3f181","status":"passed","time":{"start":1706102670270,"stop":1706102670270,"duration":0}},{"uid":"d7a6449a6a5170ac","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d7a6449a6a5170ac","status":"passed","time":{"start":1706102539198,"stop":1706102539198,"duration":0}},{"uid":"d419ffd9a8a117f7","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/d419ffd9a8a117f7","status":"passed","time":{"start":1706102378580,"stop":1706102378580,"duration":0}},{"uid":"637bca4c5728a068","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/637bca4c5728a068","status":"passed","time":{"start":1706102131111,"stop":1706102131111,"duration":0}}]},"1438f513c90bb29d145c9f6986b0c3b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e43b8b60da4539a8","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/e43b8b60da4539a8","status":"passed","time":{"start":1706323213975,"stop":1706323213975,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"534565d0f29e9389","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/534565d0f29e9389","status":"passed","time":{"start":1706528729418,"stop":1706528729418,"duration":0}},{"uid":"95659ab36db90de9","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/95659ab36db90de9","status":"passed","time":{"start":1706527698864,"stop":1706527698864,"duration":0}},{"uid":"9011af460a027c85","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9011af460a027c85","status":"passed","time":{"start":1706526712948,"stop":1706526712948,"duration":0}},{"uid":"bd758e6a38c4751f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/bd758e6a38c4751f","status":"passed","time":{"start":1706526411259,"stop":1706526411259,"duration":0}},{"uid":"c2a720f3716dd68d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/c2a720f3716dd68d","status":"passed","time":{"start":1706526316475,"stop":1706526316476,"duration":1}},{"uid":"e83121da7e7efbae","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/e83121da7e7efbae","status":"passed","time":{"start":1706525744163,"stop":1706525744164,"duration":1}},{"uid":"855ef4f1ae425be0","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/855ef4f1ae425be0","status":"passed","time":{"start":1706525211111,"stop":1706525211112,"duration":1}},{"uid":"7c520efa541a34a7","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/7c520efa541a34a7","status":"passed","time":{"start":1706524772406,"stop":1706524772407,"duration":1}},{"uid":"e039d218693a15e4","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/e039d218693a15e4","status":"passed","time":{"start":1706467466253,"stop":1706467466254,"duration":1}},{"uid":"831453b02aea7940","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/831453b02aea7940","status":"passed","time":{"start":1706322818132,"stop":1706322818132,"duration":0}},{"uid":"a9ec01946a762cbb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a9ec01946a762cbb","status":"passed","time":{"start":1706321132319,"stop":1706321132320,"duration":1}},{"uid":"f28470f32c60925d","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/f28470f32c60925d","status":"passed","time":{"start":1706244648266,"stop":1706244648266,"duration":0}},{"uid":"dad6be15939d6641","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/dad6be15939d6641","status":"passed","time":{"start":1706242216314,"stop":1706242216314,"duration":0}},{"uid":"46f65b9c3f2e43e8","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/46f65b9c3f2e43e8","status":"passed","time":{"start":1706114904752,"stop":1706114904753,"duration":1}},{"uid":"d5ff40447f67746d","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/d5ff40447f67746d","status":"passed","time":{"start":1706114075346,"stop":1706114075347,"duration":1}},{"uid":"646bab69deef014f","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/646bab69deef014f","status":"passed","time":{"start":1706111549897,"stop":1706111549897,"duration":0}},{"uid":"caa7ee6cb04e79fb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/caa7ee6cb04e79fb","status":"passed","time":{"start":1706111239551,"stop":1706111239552,"duration":1}},{"uid":"c1ae24c40052992f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c1ae24c40052992f","status":"passed","time":{"start":1706109141782,"stop":1706109141783,"duration":1}},{"uid":"a0c85631801f43ca","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/a0c85631801f43ca","status":"passed","time":{"start":1706102960255,"stop":1706102960256,"duration":1}},{"uid":"fcfd7d7c39cce6fd","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fcfd7d7c39cce6fd","status":"passed","time":{"start":1706102700183,"stop":1706102700183,"duration":0}}]},"4a62d7790d5c459242b608798376fc82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1943d8ca40253691","reportUrl":"https://waku-org.github.io/js-waku/6166//#testresult/1943d8ca40253691","status":"passed","time":{"start":1705426489888,"stop":1705426489888,"duration":0}}]},"fff7e678a040158d12523c232b15af65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":36,"unknown":0,"total":37},"items":[{"uid":"aa23e238cd88e0f0","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/aa23e238cd88e0f0","status":"passed","time":{"start":1705518209000,"stop":1705518209005,"duration":5}},{"uid":"b85eb86dd8274d04","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/b85eb86dd8274d04","status":"passed","time":{"start":1705518112866,"stop":1705518112867,"duration":1}},{"uid":"483a91ea89935b30","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/483a91ea89935b30","status":"passed","time":{"start":1705517988395,"stop":1705517988395,"duration":0}},{"uid":"44ab398ca909faf8","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/44ab398ca909faf8","status":"passed","time":{"start":1705508651536,"stop":1705508651537,"duration":1}},{"uid":"6ea1650080f39404","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/6ea1650080f39404","status":"passed","time":{"start":1705506479155,"stop":1705506479156,"duration":1}},{"uid":"48ae444e86ba649d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/48ae444e86ba649d","status":"passed","time":{"start":1705502938690,"stop":1705502938690,"duration":0}},{"uid":"be7d3cff5ecdc6","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/be7d3cff5ecdc6","status":"passed","time":{"start":1705502478113,"stop":1705502478113,"duration":0}},{"uid":"1b0cc1dc48cc72ab","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1b0cc1dc48cc72ab","status":"passed","time":{"start":1705494884685,"stop":1705494884686,"duration":1}},{"uid":"f4d55fa7762ae29d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/f4d55fa7762ae29d","status":"passed","time":{"start":1705494937614,"stop":1705494937615,"duration":1}},{"uid":"efe468683f32c1e5","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/efe468683f32c1e5","status":"passed","time":{"start":1705494894102,"stop":1705494894109,"duration":7}},{"uid":"b0b533e5768795b6","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/b0b533e5768795b6","status":"passed","time":{"start":1705493458485,"stop":1705493458485,"duration":0}},{"uid":"f9d8062cf5b86c5e","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/f9d8062cf5b86c5e","status":"passed","time":{"start":1705493421106,"stop":1705493421107,"duration":1}},{"uid":"d7075945405f6d24","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/d7075945405f6d24","status":"passed","time":{"start":1705485246700,"stop":1705485246700,"duration":0}},{"uid":"973ac68af2e07fd5","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/973ac68af2e07fd5","status":"passed","time":{"start":1705485106627,"stop":1705485106627,"duration":0}},{"uid":"2e61f60a8978498c","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/2e61f60a8978498c","status":"passed","time":{"start":1705484353101,"stop":1705484353101,"duration":0}},{"uid":"d50762a92a264609","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/d50762a92a264609","status":"passed","time":{"start":1705469867103,"stop":1705469867104,"duration":1}},{"uid":"553584772d14308f","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/553584772d14308f","status":"passed","time":{"start":1705466933275,"stop":1705466933275,"duration":0}},{"uid":"760674b62c53b726","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/760674b62c53b726","status":"passed","time":{"start":1705435401903,"stop":1705435401903,"duration":0}},{"uid":"6c1f75dc56a4a93","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/6c1f75dc56a4a93","status":"passed","time":{"start":1705434866488,"stop":1705434866489,"duration":1}},{"uid":"53584d1125954cac","reportUrl":"https://waku-org.github.io/js-waku/6174//#testresult/53584d1125954cac","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705433200746,"stop":1705433200746,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":130,"unknown":0,"total":130},"items":[{"uid":"bc073b7dd93bda6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc073b7dd93bda6","status":"passed","time":{"start":1706529332313,"stop":1706529332314,"duration":1}},{"uid":"c82b5a72376c743a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/c82b5a72376c743a","status":"passed","time":{"start":1706528291448,"stop":1706528291452,"duration":4}},{"uid":"18f944d3b930145b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/18f944d3b930145b","status":"passed","time":{"start":1706527236974,"stop":1706527236974,"duration":0}},{"uid":"4bf21e93258595b9","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/4bf21e93258595b9","status":"passed","time":{"start":1706526962707,"stop":1706526962707,"duration":0}},{"uid":"6bea4b85ff986dfd","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6bea4b85ff986dfd","status":"passed","time":{"start":1706526865899,"stop":1706526865900,"duration":1}},{"uid":"df71e1c9a11c3d6","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/df71e1c9a11c3d6","status":"passed","time":{"start":1706526300415,"stop":1706526300416,"duration":1}},{"uid":"9793689f9b98daaf","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/9793689f9b98daaf","status":"passed","time":{"start":1706525759137,"stop":1706525759137,"duration":0}},{"uid":"b640163d802009bd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b640163d802009bd","status":"passed","time":{"start":1706525355449,"stop":1706525355449,"duration":0}},{"uid":"db58a929136e597b","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/db58a929136e597b","status":"passed","time":{"start":1706467982874,"stop":1706467982874,"duration":0}},{"uid":"7ebaee6ef68f5b66","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/7ebaee6ef68f5b66","status":"passed","time":{"start":1706323387505,"stop":1706323387506,"duration":1}},{"uid":"4c910fd93f4b93e4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4c910fd93f4b93e4","status":"passed","time":{"start":1706321612874,"stop":1706321612874,"duration":0}},{"uid":"22b06fc4e025d7b5","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/22b06fc4e025d7b5","status":"passed","time":{"start":1706115462414,"stop":1706115462414,"duration":0}},{"uid":"4d23352bac8a150c","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/4d23352bac8a150c","status":"passed","time":{"start":1706114612179,"stop":1706114612179,"duration":0}},{"uid":"d4fd3b891d10ba52","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d4fd3b891d10ba52","status":"passed","time":{"start":1706112092792,"stop":1706112092792,"duration":0}},{"uid":"30a10b88cf5cade2","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/30a10b88cf5cade2","status":"passed","time":{"start":1706111796127,"stop":1706111796127,"duration":0}},{"uid":"81abe7c8d9a2c939","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/81abe7c8d9a2c939","status":"passed","time":{"start":1706109710120,"stop":1706109710121,"duration":1}},{"uid":"db8f8965ef1cb08d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/db8f8965ef1cb08d","status":"passed","time":{"start":1706103427349,"stop":1706103427349,"duration":0}},{"uid":"b21c98b5d1791795","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/b21c98b5d1791795","status":"passed","time":{"start":1706103228583,"stop":1706103228584,"duration":1}},{"uid":"87b21b72a25c4abf","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/87b21b72a25c4abf","status":"passed","time":{"start":1706102603438,"stop":1706102603438,"duration":0}},{"uid":"2b25f2fdad5561e","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/2b25f2fdad5561e","status":"passed","time":{"start":1706102474580,"stop":1706102474581,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":33,"unknown":0,"total":33},"items":[{"uid":"1b8f7c167e34782e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1b8f7c167e34782e","status":"passed","time":{"start":1706528986014,"stop":1706528986014,"duration":0}},{"uid":"67687ad0d0a99953","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/67687ad0d0a99953","status":"passed","time":{"start":1706527951706,"stop":1706527951707,"duration":1}},{"uid":"b2668be1e2277bc1","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/b2668be1e2277bc1","status":"passed","time":{"start":1706526969210,"stop":1706526969210,"duration":0}},{"uid":"6761b193d0bdb32f","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6761b193d0bdb32f","status":"passed","time":{"start":1706526675850,"stop":1706526675851,"duration":1}},{"uid":"71fa0f53e3ab0852","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/71fa0f53e3ab0852","status":"passed","time":{"start":1706526572361,"stop":1706526572365,"duration":4}},{"uid":"983a5557c833aa79","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/983a5557c833aa79","status":"passed","time":{"start":1706525997938,"stop":1706525997939,"duration":1}},{"uid":"94b3bb84779fec9f","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/94b3bb84779fec9f","status":"passed","time":{"start":1706525468252,"stop":1706525468253,"duration":1}},{"uid":"6d339e7ff33f112c","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/6d339e7ff33f112c","status":"passed","time":{"start":1706525019717,"stop":1706525019717,"duration":0}},{"uid":"3a2b19f13733c303","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/3a2b19f13733c303","status":"passed","time":{"start":1706467721294,"stop":1706467721294,"duration":0}},{"uid":"f0341c14256e5d2f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f0341c14256e5d2f","status":"passed","time":{"start":1706323082567,"stop":1706323082567,"duration":0}},{"uid":"b0df824750108da4","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b0df824750108da4","status":"passed","time":{"start":1706321389970,"stop":1706321389971,"duration":1}},{"uid":"1537010b410ce686","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/1537010b410ce686","status":"passed","time":{"start":1706115172651,"stop":1706115172651,"duration":0}},{"uid":"37092c34c87d28dc","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/37092c34c87d28dc","status":"passed","time":{"start":1706114335602,"stop":1706114335602,"duration":0}},{"uid":"a581c2fb6f0a7ba8","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/a581c2fb6f0a7ba8","status":"passed","time":{"start":1706111797807,"stop":1706111797808,"duration":1}},{"uid":"f9e9f8febae726a9","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/f9e9f8febae726a9","status":"passed","time":{"start":1706111496592,"stop":1706111496593,"duration":1}},{"uid":"8b60acded384e341","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8b60acded384e341","status":"passed","time":{"start":1706109403545,"stop":1706109403545,"duration":0}},{"uid":"aa197a35e438a903","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/aa197a35e438a903","status":"passed","time":{"start":1706103220672,"stop":1706103220673,"duration":1}},{"uid":"35e0aca31e3cb1e7","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/35e0aca31e3cb1e7","status":"passed","time":{"start":1706102943581,"stop":1706102943582,"duration":1}},{"uid":"24d47f926b84eddf","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/24d47f926b84eddf","status":"passed","time":{"start":1706102315319,"stop":1706102315320,"duration":1}},{"uid":"c8c14f85c939e3a","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/c8c14f85c939e3a","status":"passed","time":{"start":1706102190047,"stop":1706102190048,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"14ec21fcf1ba3649","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/14ec21fcf1ba3649","status":"passed","time":{"start":1706528736044,"stop":1706528736045,"duration":1}},{"uid":"58f88fff82101e15","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/58f88fff82101e15","status":"passed","time":{"start":1706527705428,"stop":1706527705428,"duration":0}},{"uid":"1c25d7fdef640d82","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/1c25d7fdef640d82","status":"passed","time":{"start":1706526721660,"stop":1706526721660,"duration":0}},{"uid":"342c171b3aec3dad","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/342c171b3aec3dad","status":"passed","time":{"start":1706526417564,"stop":1706526417564,"duration":0}},{"uid":"41cd310bd065c01e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/41cd310bd065c01e","status":"passed","time":{"start":1706526322674,"stop":1706526322674,"duration":0}},{"uid":"f2c057b201e56f58","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/f2c057b201e56f58","status":"passed","time":{"start":1706525752768,"stop":1706525752768,"duration":0}},{"uid":"f1c338aaa44e4573","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f1c338aaa44e4573","status":"passed","time":{"start":1706525219896,"stop":1706525219897,"duration":1}},{"uid":"8984145a28cf487d","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8984145a28cf487d","status":"passed","time":{"start":1706524780929,"stop":1706524780929,"duration":0}},{"uid":"877120ddcc767b97","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/877120ddcc767b97","status":"passed","time":{"start":1706467474877,"stop":1706467474877,"duration":0}},{"uid":"eecb958d31a27b52","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/eecb958d31a27b52","status":"passed","time":{"start":1706322827219,"stop":1706322827219,"duration":0}},{"uid":"5f4e4038de783668","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5f4e4038de783668","status":"passed","time":{"start":1706321140681,"stop":1706321140681,"duration":0}},{"uid":"b2eece8840b85afb","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/b2eece8840b85afb","status":"passed","time":{"start":1706244656776,"stop":1706244656776,"duration":0}},{"uid":"31b73d7977363cf9","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/31b73d7977363cf9","status":"passed","time":{"start":1706242225089,"stop":1706242225089,"duration":0}},{"uid":"6700bdeb6cf12718","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/6700bdeb6cf12718","status":"passed","time":{"start":1706114913330,"stop":1706114913330,"duration":0}},{"uid":"382b853e6bebb7a5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/382b853e6bebb7a5","status":"passed","time":{"start":1706114084091,"stop":1706114084092,"duration":1}},{"uid":"6d8ed6d84bc4ef4c","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/6d8ed6d84bc4ef4c","status":"passed","time":{"start":1706111558878,"stop":1706111558878,"duration":0}},{"uid":"93ddf6d5dbe79b4c","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/93ddf6d5dbe79b4c","status":"passed","time":{"start":1706111248343,"stop":1706111248343,"duration":0}},{"uid":"8b2dd1a5fdc7f2e5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/8b2dd1a5fdc7f2e5","status":"passed","time":{"start":1706109150502,"stop":1706109150502,"duration":0}},{"uid":"50978cf7a026154b","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/50978cf7a026154b","status":"passed","time":{"start":1706102968921,"stop":1706102968921,"duration":0}},{"uid":"91b741ce7a125b1a","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/91b741ce7a125b1a","status":"passed","time":{"start":1706102708601,"stop":1706102708601,"duration":0}}]},"0aeeef138aba42b0f3cddb86cdbe0ad4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"859ee6a538d9ca46","reportUrl":"https://waku-org.github.io/js-waku/6262//#testresult/859ee6a538d9ca46","status":"passed","time":{"start":1706100355779,"stop":1706100355779,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":129,"unknown":0,"total":129},"items":[{"uid":"70cf085481dce6ad","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/70cf085481dce6ad","status":"passed","time":{"start":1706529092206,"stop":1706529092207,"duration":1}},{"uid":"4fb573d2391848f0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/4fb573d2391848f0","status":"passed","time":{"start":1706528057453,"stop":1706528057455,"duration":2}},{"uid":"7172522eb4016b4e","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7172522eb4016b4e","status":"passed","time":{"start":1706526914765,"stop":1706526914765,"duration":0}},{"uid":"27da6d7341e3328","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/27da6d7341e3328","status":"passed","time":{"start":1706526612635,"stop":1706526612635,"duration":0}},{"uid":"1410e3a509b16420","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/1410e3a509b16420","status":"passed","time":{"start":1706526514763,"stop":1706526514763,"duration":0}},{"uid":"8bf14faf9ed17d9e","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/8bf14faf9ed17d9e","status":"passed","time":{"start":1706525945106,"stop":1706525945106,"duration":0}},{"uid":"472b93f0c6ff7d9c","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/472b93f0c6ff7d9c","status":"passed","time":{"start":1706525418820,"stop":1706525418820,"duration":0}},{"uid":"4b382b12688dd056","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/4b382b12688dd056","status":"passed","time":{"start":1706525116049,"stop":1706525116050,"duration":1}},{"uid":"5e7971a69c16a125","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5e7971a69c16a125","status":"passed","time":{"start":1706467681197,"stop":1706467681206,"duration":9}},{"uid":"ba8a976cdddeb5d7","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/ba8a976cdddeb5d7","status":"passed","time":{"start":1706323017121,"stop":1706323017121,"duration":0}},{"uid":"13f71a718ec42","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/13f71a718ec42","status":"passed","time":{"start":1706321333759,"stop":1706321333759,"duration":0}},{"uid":"544108d2b1115614","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/544108d2b1115614","status":"passed","time":{"start":1706115157096,"stop":1706115157097,"duration":1}},{"uid":"92024735bb7ec9ec","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/92024735bb7ec9ec","status":"passed","time":{"start":1706114292031,"stop":1706114292032,"duration":1}},{"uid":"edceed872a15e704","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/edceed872a15e704","status":"passed","time":{"start":1706111755007,"stop":1706111755008,"duration":1}},{"uid":"d7091640e6d78349","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d7091640e6d78349","status":"passed","time":{"start":1706111454531,"stop":1706111454531,"duration":0}},{"uid":"77b5e957ea2ae05e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/77b5e957ea2ae05e","status":"passed","time":{"start":1706109346660,"stop":1706109346661,"duration":1}},{"uid":"c765369381c798cb","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/c765369381c798cb","status":"passed","time":{"start":1706103153468,"stop":1706103153469,"duration":1}},{"uid":"38ce86ac7f6b06fb","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/38ce86ac7f6b06fb","status":"passed","time":{"start":1706102905525,"stop":1706102905526,"duration":1}},{"uid":"5d9f1eba60d2a32d","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/5d9f1eba60d2a32d","status":"passed","time":{"start":1706102263602,"stop":1706102263603,"duration":1}},{"uid":"48e5be20bb6ee2f2","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/48e5be20bb6ee2f2","status":"passed","time":{"start":1706102127469,"stop":1706102127469,"duration":0}}]},"54cdada7c117ac756fa557aed26ec25a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0fa69a87c31973d","reportUrl":"https://waku-org.github.io/js-waku/6232//#testresult/e0fa69a87c31973d","status":"passed","time":{"start":1705665500382,"stop":1705665500382,"duration":0}}]},"3ca91b64911e99f212226288f9836186:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f8332d14d71e05","reportUrl":"https://waku-org.github.io/js-waku/6230//#testresult/9f8332d14d71e05","status":"passed","time":{"start":1705593389644,"stop":1705593389644,"duration":0}}]},"0c22231501eeedc47655c1415a2c07fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e8b9d094c8c6a1e","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/7e8b9d094c8c6a1e","status":"passed","time":{"start":1705520815491,"stop":1705520815494,"duration":3}}]},"73216776aa714876a587945492482042:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15db21782cdcf459","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/15db21782cdcf459","status":"passed","time":{"start":1706102125787,"stop":1706102125788,"duration":1}}]},"4ba46b9bd191cc6fdeec579222202fd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f5c1d486ed8d4b","reportUrl":"https://waku-org.github.io/js-waku/6200//#testresult/f8f5c1d486ed8d4b","status":"passed","time":{"start":1705521283605,"stop":1705521283605,"duration":0}}]},"0c81c0041627d1d1efb0b3280ef02e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57dab557f3e179cb","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/57dab557f3e179cb","status":"passed","time":{"start":1706321743975,"stop":1706321743975,"duration":0}}]},"4f66de1a7bba1802888b4827c2f1c779:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e23803f323cce67","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/3e23803f323cce67","status":"passed","time":{"start":1705520192946,"stop":1705520192947,"duration":1}}]},"8a4544e64deb03d7908156d95b69975f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"21b359c320693a8f","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/21b359c320693a8f","status":"passed","time":{"start":1705520815477,"stop":1705520815478,"duration":1}},{"uid":"f97662ca59e16b7c","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/f97662ca59e16b7c","status":"passed","time":{"start":1705518208992,"stop":1705518208992,"duration":0}},{"uid":"3430d37219aca357","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/3430d37219aca357","status":"passed","time":{"start":1705518112854,"stop":1705518112855,"duration":1}},{"uid":"13eca2d54f4bbd13","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/13eca2d54f4bbd13","status":"passed","time":{"start":1705517988384,"stop":1705517988384,"duration":0}},{"uid":"f476c4ac382a24f6","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/f476c4ac382a24f6","status":"passed","time":{"start":1705508651529,"stop":1705508651529,"duration":0}},{"uid":"f0942c4a7592e13e","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/f0942c4a7592e13e","status":"passed","time":{"start":1705506479143,"stop":1705506479144,"duration":1}},{"uid":"543fc95bdc8ce69d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/543fc95bdc8ce69d","status":"passed","time":{"start":1705502938682,"stop":1705502938683,"duration":1}},{"uid":"86dc754efcca1854","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/86dc754efcca1854","status":"passed","time":{"start":1705502478105,"stop":1705502478105,"duration":0}},{"uid":"890532ab4adb0a0","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/890532ab4adb0a0","status":"passed","time":{"start":1705494884677,"stop":1705494884677,"duration":0}},{"uid":"c3f994226809b6be","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/c3f994226809b6be","status":"passed","time":{"start":1705494937596,"stop":1705494937596,"duration":0}},{"uid":"90557f803fbe1696","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/90557f803fbe1696","status":"passed","time":{"start":1705494894075,"stop":1705494894079,"duration":4}},{"uid":"35294d16b3279d1f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/35294d16b3279d1f","status":"passed","time":{"start":1705493458475,"stop":1705493458476,"duration":1}},{"uid":"3eb275a4dcb1e","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/3eb275a4dcb1e","status":"passed","time":{"start":1705493421082,"stop":1705493421083,"duration":1}},{"uid":"582f1ec8e6fc9356","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/582f1ec8e6fc9356","status":"passed","time":{"start":1705485246692,"stop":1705485246693,"duration":1}},{"uid":"7fa6bd6f7573039f","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/7fa6bd6f7573039f","status":"passed","time":{"start":1705485106619,"stop":1705485106620,"duration":1}},{"uid":"90e0dce73e6beb7d","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/90e0dce73e6beb7d","status":"passed","time":{"start":1705484353076,"stop":1705484353077,"duration":1}},{"uid":"f22be274bc26355","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/f22be274bc26355","status":"passed","time":{"start":1705469867094,"stop":1705469867094,"duration":0}},{"uid":"7d69a13ceaef8afb","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/7d69a13ceaef8afb","status":"passed","time":{"start":1705466933258,"stop":1705466933258,"duration":0}},{"uid":"58d0bbdd2b6afee5","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/58d0bbdd2b6afee5","status":"passed","time":{"start":1705435401895,"stop":1705435401895,"duration":0}},{"uid":"64ba49287d5aca62","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/64ba49287d5aca62","status":"passed","time":{"start":1705434866479,"stop":1705434866480,"duration":1}}]},"5a96a389634357779da76d812a7419d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f408e3d33e7ae5e","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/f408e3d33e7ae5e","status":"passed","time":{"start":1705577714523,"stop":1705577714523,"duration":0}}]},"afa7e0dff5408309c28ccf00bf7f12df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"befb1cd200c74ce4","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/befb1cd200c74ce4","status":"passed","time":{"start":1706115285535,"stop":1706115285536,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":127,"unknown":0,"total":128},"items":[{"uid":"c92e3996814d8b74","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c92e3996814d8b74","status":"passed","time":{"start":1706529223893,"stop":1706529223893,"duration":0}},{"uid":"42218e5b848a13c8","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/42218e5b848a13c8","status":"passed","time":{"start":1706528204205,"stop":1706528204205,"duration":0}},{"uid":"6b6e8f8917e49841","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/6b6e8f8917e49841","status":"passed","time":{"start":1706527085312,"stop":1706527085312,"duration":0}},{"uid":"a4eb3a250a4f6437","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/a4eb3a250a4f6437","status":"passed","time":{"start":1706526783363,"stop":1706526783364,"duration":1}},{"uid":"36b046043ac35cf9","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/36b046043ac35cf9","status":"passed","time":{"start":1706526690264,"stop":1706526690264,"duration":0}},{"uid":"7e52b6b6ab49efed","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7e52b6b6ab49efed","status":"passed","time":{"start":1706526129375,"stop":1706526129376,"duration":1}},{"uid":"16c34c78832a41f7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/16c34c78832a41f7","status":"passed","time":{"start":1706525593258,"stop":1706525593258,"duration":0}},{"uid":"9411c0df5cbe47d6","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/9411c0df5cbe47d6","status":"passed","time":{"start":1706525226780,"stop":1706525226780,"duration":0}},{"uid":"584b941425a6cf3f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/584b941425a6cf3f","status":"passed","time":{"start":1706467837090,"stop":1706467837091,"duration":1}},{"uid":"c1ee7807c5e5e2c5","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c1ee7807c5e5e2c5","status":"passed","time":{"start":1706323213972,"stop":1706323213972,"duration":0}},{"uid":"4d0fed7cea2a7a33","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/4d0fed7cea2a7a33","status":"passed","time":{"start":1706321475550,"stop":1706321475551,"duration":1}},{"uid":"110382708dc6361b","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/110382708dc6361b","status":"passed","time":{"start":1706115285527,"stop":1706115285527,"duration":0}},{"uid":"8f89556559cdbe83","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/8f89556559cdbe83","status":"passed","time":{"start":1706114454508,"stop":1706114454508,"duration":0}},{"uid":"9a7f915a26c59a7b","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9a7f915a26c59a7b","status":"passed","time":{"start":1706111914133,"stop":1706111914134,"duration":1}},{"uid":"3c462c55d6ea05e0","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/3c462c55d6ea05e0","status":"passed","time":{"start":1706111616736,"stop":1706111616737,"duration":1}},{"uid":"55fd55da88f045db","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/55fd55da88f045db","status":"passed","time":{"start":1706109533626,"stop":1706109533627,"duration":1}},{"uid":"5c6f9f462c6f164a","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/5c6f9f462c6f164a","status":"passed","time":{"start":1706103308659,"stop":1706103308659,"duration":0}},{"uid":"4c9b89528a54b932","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/4c9b89528a54b932","status":"passed","time":{"start":1706103054148,"stop":1706103054148,"duration":0}},{"uid":"6d6c4b48c0bd72fc","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/6d6c4b48c0bd72fc","status":"passed","time":{"start":1706102435004,"stop":1706102435005,"duration":1}},{"uid":"9600a7a841aa2550","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/9600a7a841aa2550","status":"passed","time":{"start":1706102331415,"stop":1706102331416,"duration":1}}]},"c6d3c90826d1a342c3f7eb6ed6090b64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7edcd97d7960358","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/7edcd97d7960358","status":"passed","time":{"start":1705426873286,"stop":1705426873287,"duration":1}}]},"2c0dbf0d9f96297ea59b5478dff603ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b040262f4dbdf095","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/b040262f4dbdf095","status":"passed","time":{"start":1705508700819,"stop":1705508700820,"duration":1}}]},"28f50c5f854939b887f5acf131c92c23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"688d0100d101e6d7","reportUrl":"https://waku-org.github.io/js-waku/6208//#testresult/688d0100d101e6d7","status":"broken","statusDetails":"(HTTP code 404) no such container - No such container: d48088c4328ea994783a6ff1251b33e94750daa2afb1983165fd52fbda066499 ","time":{"start":1705525588674,"stop":1705525588674,"duration":0}}]},"3312287d631179d393d2afd7bd302399:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a086acaaffb61f0d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a086acaaffb61f0d","status":"passed","time":{"start":1706323430980,"stop":1706323430980,"duration":0}}]},"56c0cba39530171e8e11c5948dda367c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d304100f900eb0a1","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/d304100f900eb0a1","status":"passed","time":{"start":1705502517780,"stop":1705502517781,"duration":1}}]},"7a1b0bf757cd3f5863315fc736fbb156:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8c16a7843c40598","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a8c16a7843c40598","status":"passed","time":{"start":1706321353343,"stop":1706321353344,"duration":1}}]},"dc1890370f9d3feded3eff5ab72dd0bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2de66569dcfa3a2b","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/2de66569dcfa3a2b","status":"passed","time":{"start":1705913488249,"stop":1705913488253,"duration":4}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"7bedeb208072418f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7bedeb208072418f","status":"passed","time":{"start":1706528752264,"stop":1706528752268,"duration":4}},{"uid":"baa4877b1eb616c0","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/baa4877b1eb616c0","status":"passed","time":{"start":1706527720932,"stop":1706527720933,"duration":1}},{"uid":"c0c85bb709d131cb","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c0c85bb709d131cb","status":"passed","time":{"start":1706526735909,"stop":1706526735909,"duration":0}},{"uid":"837766612bd7dcae","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/837766612bd7dcae","status":"passed","time":{"start":1706526432825,"stop":1706526432825,"duration":0}},{"uid":"6ebd036901d9ec3","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/6ebd036901d9ec3","status":"passed","time":{"start":1706526337883,"stop":1706526337884,"duration":1}},{"uid":"b98870acdf58cfcc","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/b98870acdf58cfcc","status":"passed","time":{"start":1706525766998,"stop":1706525766999,"duration":1}},{"uid":"f2a77eb10af87a7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/f2a77eb10af87a7","status":"passed","time":{"start":1706525233963,"stop":1706525233963,"duration":0}},{"uid":"374df6b120d64844","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/374df6b120d64844","status":"passed","time":{"start":1706524795123,"stop":1706524795124,"duration":1}},{"uid":"2ed3e01dc4e11fbd","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/2ed3e01dc4e11fbd","status":"passed","time":{"start":1706467489025,"stop":1706467489026,"duration":1}},{"uid":"4e979ba1d46cec97","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/4e979ba1d46cec97","status":"passed","time":{"start":1706322841817,"stop":1706322841817,"duration":0}},{"uid":"6dc18db862f58e42","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/6dc18db862f58e42","status":"passed","time":{"start":1706321154964,"stop":1706321154965,"duration":1}},{"uid":"9825bfd8dea069fe","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/9825bfd8dea069fe","status":"passed","time":{"start":1706244671175,"stop":1706244671176,"duration":1}},{"uid":"4dbef8537b066af0","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/4dbef8537b066af0","status":"passed","time":{"start":1706242239398,"stop":1706242239398,"duration":0}},{"uid":"9a97e6cfd62275db","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/9a97e6cfd62275db","status":"passed","time":{"start":1706114927748,"stop":1706114927748,"duration":0}},{"uid":"fc2cc062807040d5","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/fc2cc062807040d5","status":"passed","time":{"start":1706114098426,"stop":1706114098426,"duration":0}},{"uid":"1f71eaea0091b063","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/1f71eaea0091b063","status":"passed","time":{"start":1706111573215,"stop":1706111573216,"duration":1}},{"uid":"37ca8b7610817813","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/37ca8b7610817813","status":"passed","time":{"start":1706111262804,"stop":1706111262805,"duration":1}},{"uid":"e4e0b357a558f3ff","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e4e0b357a558f3ff","status":"passed","time":{"start":1706109165168,"stop":1706109165168,"duration":0}},{"uid":"997727b58692af42","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/997727b58692af42","status":"passed","time":{"start":1706102983252,"stop":1706102983253,"duration":1}},{"uid":"faccaea1037ce86f","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/faccaea1037ce86f","status":"passed","time":{"start":1706102722921,"stop":1706102722921,"duration":0}}]},"4d0a204fe1f0072e079181890dc09617:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2a0734965786a3a","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/a2a0734965786a3a","status":"passed","time":{"start":1705517992078,"stop":1705517992078,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"54dc849f98b41ef7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54dc849f98b41ef7","status":"passed","time":{"start":1706529367481,"stop":1706529367481,"duration":0}},{"uid":"a7a1eb51553d476f","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/a7a1eb51553d476f","status":"passed","time":{"start":1706528339937,"stop":1706528339938,"duration":1}},{"uid":"9f09904fc7610f75","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/9f09904fc7610f75","status":"passed","time":{"start":1706527016305,"stop":1706527016306,"duration":1}},{"uid":"40299c895a15c05a","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/40299c895a15c05a","status":"passed","time":{"start":1706526929207,"stop":1706526929207,"duration":0}},{"uid":"a1c2596d77377eb0","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/a1c2596d77377eb0","status":"passed","time":{"start":1706526355592,"stop":1706526355592,"duration":0}},{"uid":"dff2d1bf51a6efc","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/dff2d1bf51a6efc","status":"passed","time":{"start":1706525825285,"stop":1706525825285,"duration":0}},{"uid":"22fe4ee46cf5d784","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/22fe4ee46cf5d784","status":"passed","time":{"start":1706525414594,"stop":1706525414594,"duration":0}},{"uid":"7358842bee210519","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/7358842bee210519","status":"passed","time":{"start":1706468084981,"stop":1706468084981,"duration":0}},{"uid":"25b6b21690992f3f","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/25b6b21690992f3f","status":"passed","time":{"start":1706323430979,"stop":1706323430979,"duration":0}},{"uid":"5a819353a57da21c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/5a819353a57da21c","status":"passed","time":{"start":1706321743974,"stop":1706321743974,"duration":0}},{"uid":"e83749c0686bfe21","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/e83749c0686bfe21","status":"passed","time":{"start":1706115449603,"stop":1706115449604,"duration":1}},{"uid":"c1acb097363c0850","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/c1acb097363c0850","status":"passed","time":{"start":1706114706817,"stop":1706114706817,"duration":0}},{"uid":"ba64e92340096538","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ba64e92340096538","status":"passed","time":{"start":1706112158284,"stop":1706112158284,"duration":0}},{"uid":"9e3c0e0bdb7cbb49","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/9e3c0e0bdb7cbb49","status":"passed","time":{"start":1706111870571,"stop":1706111870571,"duration":0}},{"uid":"e60642a3b2d66248","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e60642a3b2d66248","status":"passed","time":{"start":1706109756261,"stop":1706109756261,"duration":0}},{"uid":"e435fd12adf76834","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e435fd12adf76834","status":"passed","time":{"start":1706103332267,"stop":1706103332267,"duration":0}},{"uid":"629e5b3f081cf5f","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/629e5b3f081cf5f","status":"passed","time":{"start":1706102670274,"stop":1706102670274,"duration":0}},{"uid":"44db42848f58d220","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/44db42848f58d220","status":"passed","time":{"start":1706102539203,"stop":1706102539203,"duration":0}},{"uid":"c4079c63d2b7ab11","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/c4079c63d2b7ab11","status":"passed","time":{"start":1706102378584,"stop":1706102378584,"duration":0}},{"uid":"e483b1a0108e4a9a","reportUrl":"https://waku-org.github.io/js-waku/6267//#testresult/e483b1a0108e4a9a","status":"passed","time":{"start":1706102131118,"stop":1706102131118,"duration":0}}]},"1ac95dfd85cd8e53cf72ce0118a3ef53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dfe29de9fde736e9","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/dfe29de9fde736e9","status":"passed","time":{"start":1705520300897,"stop":1705520300897,"duration":0}}]},"ff5a1f2dc38eba46006e7ad698a90bb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3130e917b6ff659","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/a3130e917b6ff659","status":"passed","time":{"start":1705675415282,"stop":1705675415283,"duration":1}}]},"514bc4c0ae6d8031527189ed72c3a0ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bedef26f4b0d6733","reportUrl":"https://waku-org.github.io/js-waku/6215//#testresult/bedef26f4b0d6733","status":"passed","time":{"start":1705572178731,"stop":1705572178731,"duration":0}}]},"e742c29fc8429f2195547342c13bea36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1ddcf07094cfaa9","reportUrl":"https://waku-org.github.io/js-waku/6222//#testresult/a1ddcf07094cfaa9","status":"passed","time":{"start":1705577714522,"stop":1705577714523,"duration":1}}]},"7a8ac9b952b172cc1c6656a730415008:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"590dddb7dcce2c3b","reportUrl":"https://waku-org.github.io/js-waku/6265//#testresult/590dddb7dcce2c3b","status":"passed","time":{"start":1706101419608,"stop":1706101419608,"duration":0}}]},"7fec2d258f1b408862dd4e6e5fd2f01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba3891d82a51d11b","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/ba3891d82a51d11b","status":"passed","time":{"start":1705520251412,"stop":1705520251413,"duration":1}},{"uid":"a289adb30b757486","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/a289adb30b757486","status":"passed","time":{"start":1705518481978,"stop":1705518481981,"duration":3}},{"uid":"c1009d02562723a6","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c1009d02562723a6","status":"passed","time":{"start":1705502312546,"stop":1705502312546,"duration":0}}]},"6ad68b1daef584a502eebbfc1dbd90e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":44,"unknown":0,"total":45},"items":[{"uid":"8a7cf887dcdabbd8","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8a7cf887dcdabbd8","status":"passed","time":{"start":1705521140303,"stop":1705521140304,"duration":1}},{"uid":"8e1f25ffb5a33df3","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/8e1f25ffb5a33df3","status":"passed","time":{"start":1705520883419,"stop":1705520883419,"duration":0}},{"uid":"942401821005addb","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/942401821005addb","status":"passed","time":{"start":1705520300891,"stop":1705520300891,"duration":0}},{"uid":"bd372b15c45a4290","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/bd372b15c45a4290","status":"passed","time":{"start":1705518525965,"stop":1705518525965,"duration":0}},{"uid":"10e7217dd55811b4","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/10e7217dd55811b4","status":"passed","time":{"start":1705518246811,"stop":1705518246811,"duration":0}},{"uid":"1df4d41b18ad20f7","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/1df4d41b18ad20f7","status":"passed","time":{"start":1705518140985,"stop":1705518140986,"duration":1}},{"uid":"aaf8bbf066f1572","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/aaf8bbf066f1572","status":"passed","time":{"start":1705518032422,"stop":1705518032422,"duration":0}},{"uid":"eb3436708faedeae","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/eb3436708faedeae","status":"passed","time":{"start":1705508700814,"stop":1705508700814,"duration":0}},{"uid":"4538e1ba37debc71","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/4538e1ba37debc71","status":"passed","time":{"start":1705506512653,"stop":1705506512660,"duration":7}},{"uid":"c2c197d334d8b75d","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/c2c197d334d8b75d","status":"passed","time":{"start":1705502966518,"stop":1705502966519,"duration":1}},{"uid":"c30a2793d712e989","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/c30a2793d712e989","status":"passed","time":{"start":1705502370729,"stop":1705502370729,"duration":0}},{"uid":"d9db2df4a75654b1","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/d9db2df4a75654b1","status":"passed","time":{"start":1705502517773,"stop":1705502517774,"duration":1}},{"uid":"e7ea40fd8664aff1","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/e7ea40fd8664aff1","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321696,"stop":1705495321696,"duration":0}},{"uid":"a10d554e791cd675","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/a10d554e791cd675","status":"passed","time":{"start":1705494975693,"stop":1705494975694,"duration":1}},{"uid":"9312571ca7fbd1ef","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/9312571ca7fbd1ef","status":"passed","time":{"start":1705494930760,"stop":1705494930761,"duration":1}},{"uid":"597510bdad00883a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/597510bdad00883a","status":"passed","time":{"start":1705493496369,"stop":1705493496369,"duration":0}},{"uid":"fd694fd82b81f017","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/fd694fd82b81f017","status":"passed","time":{"start":1705493451253,"stop":1705493451253,"duration":0}},{"uid":"68973b655b1818e9","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/68973b655b1818e9","status":"passed","time":{"start":1705485279308,"stop":1705485279308,"duration":0}},{"uid":"2d4576739a689b59","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/2d4576739a689b59","status":"passed","time":{"start":1705485136809,"stop":1705485136810,"duration":1}},{"uid":"2be530a8be71c433","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/2be530a8be71c433","status":"passed","time":{"start":1705484392936,"stop":1705484392937,"duration":1}}]},"97d11c3146b2348cd76f38848fb2a8f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e36d6ffe5138a06","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/1e36d6ffe5138a06","status":"passed","time":{"start":1706102378586,"stop":1706102378586,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"2d9fff4da38193f9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2d9fff4da38193f9","status":"passed","time":{"start":1706529367452,"stop":1706529367452,"duration":0}},{"uid":"3bde77dc419a3589","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/3bde77dc419a3589","status":"passed","time":{"start":1706528339929,"stop":1706528339929,"duration":0}},{"uid":"64f51ff3fc0a26ca","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/64f51ff3fc0a26ca","status":"passed","time":{"start":1706527181572,"stop":1706527181576,"duration":4}},{"uid":"8e7481df3dc7d1c6","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/8e7481df3dc7d1c6","status":"passed","time":{"start":1706527016295,"stop":1706527016295,"duration":0}},{"uid":"9607b0b737a036f5","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/9607b0b737a036f5","status":"passed","time":{"start":1706526929199,"stop":1706526929199,"duration":0}},{"uid":"cccd08928e701c4c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/cccd08928e701c4c","status":"passed","time":{"start":1706526355570,"stop":1706526355570,"duration":0}},{"uid":"658da0e69dbe5afb","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/658da0e69dbe5afb","status":"passed","time":{"start":1706525825278,"stop":1706525825278,"duration":0}},{"uid":"a158093d88dc44e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/a158093d88dc44e","status":"passed","time":{"start":1706525414586,"stop":1706525414586,"duration":0}},{"uid":"9636aaffe15cf59f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/9636aaffe15cf59f","status":"passed","time":{"start":1706468084964,"stop":1706468084964,"duration":0}},{"uid":"8148905a47453780","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8148905a47453780","status":"passed","time":{"start":1706323430971,"stop":1706323430971,"duration":0}},{"uid":"fa2855b8deb51d75","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fa2855b8deb51d75","status":"passed","time":{"start":1706321743966,"stop":1706321743966,"duration":0}},{"uid":"d585b5daa560d265","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/d585b5daa560d265","status":"passed","time":{"start":1706115449579,"stop":1706115449580,"duration":1}},{"uid":"17143a4fd41088e0","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/17143a4fd41088e0","status":"passed","time":{"start":1706114706809,"stop":1706114706809,"duration":0}},{"uid":"ac1bfe8b88bcdc72","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ac1bfe8b88bcdc72","status":"passed","time":{"start":1706112158266,"stop":1706112158267,"duration":1}},{"uid":"6bf132edf43c542d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/6bf132edf43c542d","status":"passed","time":{"start":1706111870564,"stop":1706111870564,"duration":0}},{"uid":"e93254c01b9f1e0e","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/e93254c01b9f1e0e","status":"passed","time":{"start":1706109756251,"stop":1706109756251,"duration":0}},{"uid":"be28ac432e2d805c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/be28ac432e2d805c","status":"passed","time":{"start":1706103332260,"stop":1706103332261,"duration":1}},{"uid":"506666f1f1bf8fb0","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/506666f1f1bf8fb0","status":"passed","time":{"start":1706102670263,"stop":1706102670263,"duration":0}},{"uid":"15ce493bd7fba719","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/15ce493bd7fba719","status":"passed","time":{"start":1706102539194,"stop":1706102539194,"duration":0}},{"uid":"1e6989b6805e3d74","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/1e6989b6805e3d74","status":"passed","time":{"start":1706102378576,"stop":1706102378577,"duration":1}}]},"5e9c7df0c1c20b02a755d1582c3ce781:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58a554ce3ab52c04","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/58a554ce3ab52c04","status":"passed","time":{"start":1705677908060,"stop":1705677908060,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":35,"unknown":0,"total":35},"items":[{"uid":"5f4bde40a5e38f8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5f4bde40a5e38f8","status":"passed","time":{"start":1706529333232,"stop":1706529333233,"duration":1}},{"uid":"8fa6bec5372e1e36","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8fa6bec5372e1e36","status":"passed","time":{"start":1706528290445,"stop":1706528290447,"duration":2}},{"uid":"c4a3e2f17abac480","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/c4a3e2f17abac480","status":"passed","time":{"start":1706527264302,"stop":1706527264303,"duration":1}},{"uid":"d680a17edbbb2442","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/d680a17edbbb2442","status":"passed","time":{"start":1706526976756,"stop":1706526976757,"duration":1}},{"uid":"840a91ca7b7cb73e","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/840a91ca7b7cb73e","status":"passed","time":{"start":1706526885797,"stop":1706526885797,"duration":0}},{"uid":"474025bc7f094bfd","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/474025bc7f094bfd","status":"passed","time":{"start":1706526330087,"stop":1706526330087,"duration":0}},{"uid":"c2d3d79e733887c8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c2d3d79e733887c8","status":"passed","time":{"start":1706525780715,"stop":1706525780715,"duration":0}},{"uid":"f031796e6ca8df27","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/f031796e6ca8df27","status":"passed","time":{"start":1706525359478,"stop":1706525359479,"duration":1}},{"uid":"431eecb260a2061d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/431eecb260a2061d","status":"passed","time":{"start":1706468042625,"stop":1706468042626,"duration":1}},{"uid":"f6e0051dd22e4c65","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f6e0051dd22e4c65","status":"passed","time":{"start":1706323386909,"stop":1706323386909,"duration":0}},{"uid":"681ed781c4032cea","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/681ed781c4032cea","status":"passed","time":{"start":1706321713081,"stop":1706321713081,"duration":0}},{"uid":"ff2f7db66b62541d","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ff2f7db66b62541d","status":"passed","time":{"start":1706115482600,"stop":1706115482601,"duration":1}},{"uid":"b911ecda2d422ecf","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b911ecda2d422ecf","status":"passed","time":{"start":1706114635371,"stop":1706114635371,"duration":0}},{"uid":"c1215846991909a2","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/c1215846991909a2","status":"passed","time":{"start":1706112127510,"stop":1706112127510,"duration":0}},{"uid":"4c48cf9401e423bb","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/4c48cf9401e423bb","status":"passed","time":{"start":1706111809250,"stop":1706111809250,"duration":0}},{"uid":"2fba50c3beb0fa1c","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/2fba50c3beb0fa1c","status":"passed","time":{"start":1706109719511,"stop":1706109719511,"duration":0}},{"uid":"2549d68544c6bc2e","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/2549d68544c6bc2e","status":"passed","time":{"start":1706103518427,"stop":1706103518427,"duration":0}},{"uid":"43d091051c06469b","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/43d091051c06469b","status":"passed","time":{"start":1706103305146,"stop":1706103305147,"duration":1}},{"uid":"3e7e4af7275202b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/3e7e4af7275202b","status":"passed","time":{"start":1706102626843,"stop":1706102626843,"duration":0}},{"uid":"5edf747530bc49ac","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5edf747530bc49ac","status":"passed","time":{"start":1706102491804,"stop":1706102491805,"duration":1}}]},"1ee759966e11fc4499d7ed314f1e3f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"314aa5af20b8ec3b","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/314aa5af20b8ec3b","status":"passed","time":{"start":1706526885801,"stop":1706526885802,"duration":1}}]},"087e0330bccd2d43de82c1147792705e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f61156938fcff39","reportUrl":"https://waku-org.github.io/js-waku/6167//#testresult/2f61156938fcff39","status":"passed","time":{"start":1705426906965,"stop":1705426906965,"duration":0}}]},"b4af81fc29d0afdf468652cfc5b6ecb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61eb9d1b64693f3b","reportUrl":"https://waku-org.github.io/js-waku/6218//#testresult/61eb9d1b64693f3b","status":"passed","time":{"start":1705572844507,"stop":1705572844507,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"8ed4ecc6e4fa61d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8ed4ecc6e4fa61d9","status":"passed","time":{"start":1706529403565,"stop":1706529403565,"duration":0}},{"uid":"8e43e790235237d","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8e43e790235237d","status":"passed","time":{"start":1706528357070,"stop":1706528357070,"duration":0}},{"uid":"38734d18083405f2","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/38734d18083405f2","status":"passed","time":{"start":1706527326683,"stop":1706527326683,"duration":0}},{"uid":"6b701bd023cf3669","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6b701bd023cf3669","status":"passed","time":{"start":1706527049788,"stop":1706527049788,"duration":0}},{"uid":"32f13cf4b3c3d41d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/32f13cf4b3c3d41d","status":"passed","time":{"start":1706526961433,"stop":1706526961433,"duration":0}},{"uid":"50723465585bbae5","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/50723465585bbae5","status":"passed","time":{"start":1706526404270,"stop":1706526404271,"duration":1}},{"uid":"58381de970ef5c32","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/58381de970ef5c32","status":"passed","time":{"start":1706525849947,"stop":1706525849947,"duration":0}},{"uid":"d9dbd21c042e5fc5","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d9dbd21c042e5fc5","status":"passed","time":{"start":1706525432940,"stop":1706525432940,"duration":0}},{"uid":"35466a600e4de562","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/35466a600e4de562","status":"passed","time":{"start":1706468114339,"stop":1706468114339,"duration":0}},{"uid":"8ae4c6ced5aae182","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/8ae4c6ced5aae182","status":"passed","time":{"start":1706323469640,"stop":1706323469640,"duration":0}},{"uid":"fd93b43df8b8368e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/fd93b43df8b8368e","status":"passed","time":{"start":1706321771781,"stop":1706321771781,"duration":0}},{"uid":"a9db6776b78f2b56","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/a9db6776b78f2b56","status":"passed","time":{"start":1706115542388,"stop":1706115542389,"duration":1}},{"uid":"82743171c5ba5f06","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/82743171c5ba5f06","status":"passed","time":{"start":1706114725911,"stop":1706114725911,"duration":0}},{"uid":"9bca7f2204a8373d","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9bca7f2204a8373d","status":"passed","time":{"start":1706112199254,"stop":1706112199255,"duration":1}},{"uid":"8d1d9fdc4d4c3a13","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/8d1d9fdc4d4c3a13","status":"passed","time":{"start":1706111893728,"stop":1706111893728,"duration":0}},{"uid":"b78d95648a1bd31","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/b78d95648a1bd31","status":"passed","time":{"start":1706109796545,"stop":1706109796545,"duration":0}},{"uid":"4df842d27c66fae3","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/4df842d27c66fae3","status":"passed","time":{"start":1706103557143,"stop":1706103557144,"duration":1}},{"uid":"fa99cf99ec143834","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/fa99cf99ec143834","status":"passed","time":{"start":1706103365794,"stop":1706103365794,"duration":0}},{"uid":"4677ba4350b346ef","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4677ba4350b346ef","status":"passed","time":{"start":1706102701041,"stop":1706102701041,"duration":0}},{"uid":"e62397da9b2875f8","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/e62397da9b2875f8","status":"passed","time":{"start":1706102579550,"stop":1706102579550,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":133,"unknown":0,"total":133},"items":[{"uid":"51c1be8c7f249b64","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/51c1be8c7f249b64","status":"passed","time":{"start":1706528736043,"stop":1706528736043,"duration":0}},{"uid":"eff89b4b758cf98a","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/eff89b4b758cf98a","status":"passed","time":{"start":1706527705426,"stop":1706527705426,"duration":0}},{"uid":"16f7b83d610df4e6","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/16f7b83d610df4e6","status":"passed","time":{"start":1706526721659,"stop":1706526721659,"duration":0}},{"uid":"e096d54049198a6e","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/e096d54049198a6e","status":"passed","time":{"start":1706526417562,"stop":1706526417562,"duration":0}},{"uid":"3382863dcc2f8def","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/3382863dcc2f8def","status":"passed","time":{"start":1706526322673,"stop":1706526322673,"duration":0}},{"uid":"fdb05eaafe8fe310","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/fdb05eaafe8fe310","status":"passed","time":{"start":1706525752766,"stop":1706525752766,"duration":0}},{"uid":"e64df8a1fa61f653","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/e64df8a1fa61f653","status":"passed","time":{"start":1706525219895,"stop":1706525219895,"duration":0}},{"uid":"44144f94b0ae89df","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/44144f94b0ae89df","status":"passed","time":{"start":1706524780928,"stop":1706524780928,"duration":0}},{"uid":"a9087dc45636a771","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/a9087dc45636a771","status":"passed","time":{"start":1706467474876,"stop":1706467474876,"duration":0}},{"uid":"dea99a331976f011","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dea99a331976f011","status":"passed","time":{"start":1706322827217,"stop":1706322827218,"duration":1}},{"uid":"b028735ae49cd0ad","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/b028735ae49cd0ad","status":"passed","time":{"start":1706321140680,"stop":1706321140680,"duration":0}},{"uid":"3e64e6c82ea6db46","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/3e64e6c82ea6db46","status":"passed","time":{"start":1706244656775,"stop":1706244656775,"duration":0}},{"uid":"d8d97388a357adb5","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d8d97388a357adb5","status":"passed","time":{"start":1706242225088,"stop":1706242225088,"duration":0}},{"uid":"ebc8ad0a8afbf613","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/ebc8ad0a8afbf613","status":"passed","time":{"start":1706114913328,"stop":1706114913329,"duration":1}},{"uid":"b08577486018aa19","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/b08577486018aa19","status":"passed","time":{"start":1706114084090,"stop":1706114084090,"duration":0}},{"uid":"5859ab6e77f1e7c6","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/5859ab6e77f1e7c6","status":"passed","time":{"start":1706111558877,"stop":1706111558877,"duration":0}},{"uid":"58b982743cf8c337","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/58b982743cf8c337","status":"passed","time":{"start":1706111248341,"stop":1706111248341,"duration":0}},{"uid":"a8e7e44aa9d934e8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/a8e7e44aa9d934e8","status":"passed","time":{"start":1706109150500,"stop":1706109150501,"duration":1}},{"uid":"691ad9802b2c67e7","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/691ad9802b2c67e7","status":"passed","time":{"start":1706102968920,"stop":1706102968920,"duration":0}},{"uid":"8a800a9a9a49158c","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/8a800a9a9a49158c","status":"passed","time":{"start":1706102708599,"stop":1706102708600,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":34,"unknown":0,"total":34},"items":[{"uid":"82b0a39a398f69b8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/82b0a39a398f69b8","status":"passed","time":{"start":1706529403567,"stop":1706529403567,"duration":0}},{"uid":"8f4640c221216a82","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8f4640c221216a82","status":"passed","time":{"start":1706528357073,"stop":1706528357073,"duration":0}},{"uid":"97eb2ae162bb7b9b","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/97eb2ae162bb7b9b","status":"passed","time":{"start":1706527326685,"stop":1706527326685,"duration":0}},{"uid":"c33c19890791a3e0","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c33c19890791a3e0","status":"passed","time":{"start":1706527049790,"stop":1706527049790,"duration":0}},{"uid":"5adc16b7cc34780d","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/5adc16b7cc34780d","status":"passed","time":{"start":1706526961434,"stop":1706526961434,"duration":0}},{"uid":"c23810dcac669998","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/c23810dcac669998","status":"passed","time":{"start":1706526404272,"stop":1706526404273,"duration":1}},{"uid":"87552b1299fe6c18","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/87552b1299fe6c18","status":"passed","time":{"start":1706525849949,"stop":1706525849949,"duration":0}},{"uid":"55bb4becfec923af","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/55bb4becfec923af","status":"passed","time":{"start":1706525432941,"stop":1706525432941,"duration":0}},{"uid":"5c7e765d37a9cedb","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/5c7e765d37a9cedb","status":"passed","time":{"start":1706468114340,"stop":1706468114340,"duration":0}},{"uid":"a1d99bc8b8dd2a83","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/a1d99bc8b8dd2a83","status":"passed","time":{"start":1706323469642,"stop":1706323469642,"duration":0}},{"uid":"e5668310808d9a7","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/e5668310808d9a7","status":"passed","time":{"start":1706321771783,"stop":1706321771783,"duration":0}},{"uid":"248258710483430a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/248258710483430a","status":"passed","time":{"start":1706115542390,"stop":1706115542390,"duration":0}},{"uid":"2a1d8e28dae250d6","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2a1d8e28dae250d6","status":"passed","time":{"start":1706114725913,"stop":1706114725913,"duration":0}},{"uid":"513729f9f808349a","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/513729f9f808349a","status":"passed","time":{"start":1706112199256,"stop":1706112199257,"duration":1}},{"uid":"a4491a3f099712b3","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a4491a3f099712b3","status":"passed","time":{"start":1706111893729,"stop":1706111893730,"duration":1}},{"uid":"aa88a04213aaa1a7","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/aa88a04213aaa1a7","status":"passed","time":{"start":1706109796547,"stop":1706109796547,"duration":0}},{"uid":"7afc8e2f4032991d","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7afc8e2f4032991d","status":"passed","time":{"start":1706103557147,"stop":1706103557147,"duration":0}},{"uid":"e9243734be33e402","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e9243734be33e402","status":"passed","time":{"start":1706103365796,"stop":1706103365796,"duration":0}},{"uid":"4a728779b5f308fa","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/4a728779b5f308fa","status":"passed","time":{"start":1706102701043,"stop":1706102701043,"duration":0}},{"uid":"5e91907988e81d93","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/5e91907988e81d93","status":"passed","time":{"start":1706102579552,"stop":1706102579552,"duration":0}}]},"d4a7548ea5c8cb73f54018a63b2804a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7695a1f450d11cdb","reportUrl":"https://waku-org.github.io/js-waku/6172//#testresult/7695a1f450d11cdb","status":"passed","time":{"start":1705432522373,"stop":1705432522373,"duration":0}}]},"a7824fb3e42e7b82d68df9ddb081d2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92ff9816523006bf","reportUrl":"https://waku-org.github.io/js-waku/6246//#testresult/92ff9816523006bf","status":"passed","time":{"start":1705680350544,"stop":1705680350545,"duration":1}}]},"cf6f2d4c1953cfb303c10ede64bf5221:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5345442b2d41903","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/b5345442b2d41903","status":"passed","time":{"start":1705913034283,"stop":1705913034283,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":127,"unknown":0,"total":130},"items":[{"uid":"87b7b7e0515727fe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87b7b7e0515727fe","status":"passed","time":{"start":1706529365898,"stop":1706529365898,"duration":0}},{"uid":"8076b8b8b02340de","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/8076b8b8b02340de","status":"passed","time":{"start":1706528340601,"stop":1706528340601,"duration":0}},{"uid":"d9fe17246c56dcc4","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/d9fe17246c56dcc4","status":"passed","time":{"start":1706527248972,"stop":1706527248972,"duration":0}},{"uid":"6fc61d678a565322","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/6fc61d678a565322","status":"passed","time":{"start":1706526997157,"stop":1706526997157,"duration":0}},{"uid":"32ff457ff398ee11","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/32ff457ff398ee11","status":"passed","time":{"start":1706526893389,"stop":1706526893389,"duration":0}},{"uid":"1a2fc61cf9aa4362","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1a2fc61cf9aa4362","status":"passed","time":{"start":1706526327162,"stop":1706526327162,"duration":0}},{"uid":"5109efe4280e1dab","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/5109efe4280e1dab","status":"passed","time":{"start":1706525781310,"stop":1706525781311,"duration":1}},{"uid":"8ef2e69f8a5acf19","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/8ef2e69f8a5acf19","status":"passed","time":{"start":1706525374253,"stop":1706525374253,"duration":0}},{"uid":"447faed2b9a4798d","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/447faed2b9a4798d","status":"passed","time":{"start":1706468039059,"stop":1706468039059,"duration":0}},{"uid":"6e39da1d32af6809","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/6e39da1d32af6809","status":"passed","time":{"start":1706323408014,"stop":1706323408014,"duration":0}},{"uid":"7942cae845db1c2e","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/7942cae845db1c2e","status":"passed","time":{"start":1706321643573,"stop":1706321643575,"duration":2}},{"uid":"66a3e43df8efccf7","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/66a3e43df8efccf7","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966346,"stop":1706244966347,"duration":1}},{"uid":"aa8ea4ea3eec8ebd","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/aa8ea4ea3eec8ebd","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528803,"stop":1706242528803,"duration":0}},{"uid":"540f2b77972cb82a","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/540f2b77972cb82a","status":"passed","time":{"start":1706115509978,"stop":1706115509978,"duration":0}},{"uid":"a80e9dffcaa6f18f","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/a80e9dffcaa6f18f","status":"passed","time":{"start":1706114658619,"stop":1706114658620,"duration":1}},{"uid":"315f45466e2e4c58","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/315f45466e2e4c58","status":"passed","time":{"start":1706112139546,"stop":1706112139547,"duration":1}},{"uid":"c42e01a39d3507f8","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c42e01a39d3507f8","status":"passed","time":{"start":1706111828827,"stop":1706111828827,"duration":0}},{"uid":"9dceca3850d063c8","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/9dceca3850d063c8","status":"passed","time":{"start":1706109750952,"stop":1706109750952,"duration":0}},{"uid":"7188ea1972a29fab","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/7188ea1972a29fab","status":"passed","time":{"start":1706103450436,"stop":1706103450436,"duration":0}},{"uid":"7d30e04824ead6fc","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/7d30e04824ead6fc","status":"passed","time":{"start":1706103293557,"stop":1706103293557,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":127,"unknown":0,"total":129},"items":[{"uid":"a7d63fff3dd3aab3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a7d63fff3dd3aab3","status":"passed","time":{"start":1706529365900,"stop":1706529365900,"duration":0}},{"uid":"2388af56f2646645","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/2388af56f2646645","status":"passed","time":{"start":1706528340609,"stop":1706528340609,"duration":0}},{"uid":"2cffc5440c2d1629","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/2cffc5440c2d1629","status":"passed","time":{"start":1706527248976,"stop":1706527248977,"duration":1}},{"uid":"36d584db586d4bbf","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/36d584db586d4bbf","status":"passed","time":{"start":1706526997160,"stop":1706526997161,"duration":1}},{"uid":"d95aae64975c9ce8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/d95aae64975c9ce8","status":"passed","time":{"start":1706526893391,"stop":1706526893391,"duration":0}},{"uid":"d87cf2236f283027","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/d87cf2236f283027","status":"passed","time":{"start":1706526327165,"stop":1706526327166,"duration":1}},{"uid":"3231848a9ae365e8","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/3231848a9ae365e8","status":"passed","time":{"start":1706525781312,"stop":1706525781312,"duration":0}},{"uid":"e0001dabee36b7b3","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/e0001dabee36b7b3","status":"passed","time":{"start":1706525374255,"stop":1706525374255,"duration":0}},{"uid":"f54c5bc8db47ec57","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f54c5bc8db47ec57","status":"passed","time":{"start":1706468039062,"stop":1706468039062,"duration":0}},{"uid":"c2c307f225212a10","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/c2c307f225212a10","status":"passed","time":{"start":1706323408017,"stop":1706323408018,"duration":1}},{"uid":"810b5977bc05446b","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/810b5977bc05446b","status":"passed","time":{"start":1706321643577,"stop":1706321643578,"duration":1}},{"uid":"cc26768b56a7ec50","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/cc26768b56a7ec50","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706244966359,"stop":1706244966359,"duration":0}},{"uid":"956c3444731a54fb","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/956c3444731a54fb","status":"broken","statusDetails":"Invalid pubsub topic","time":{"start":1706242528807,"stop":1706242528807,"duration":0}},{"uid":"8e6edd9c3f2b0b88","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/8e6edd9c3f2b0b88","status":"passed","time":{"start":1706115509980,"stop":1706115509980,"duration":0}},{"uid":"6a05760d5c0b1cf8","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/6a05760d5c0b1cf8","status":"passed","time":{"start":1706114658622,"stop":1706114658622,"duration":0}},{"uid":"cd2bd9f6613894a5","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/cd2bd9f6613894a5","status":"passed","time":{"start":1706112139548,"stop":1706112139548,"duration":0}},{"uid":"a64a75392e65d418","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/a64a75392e65d418","status":"passed","time":{"start":1706111828829,"stop":1706111828829,"duration":0}},{"uid":"7142a1a8a6e9879f","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/7142a1a8a6e9879f","status":"passed","time":{"start":1706109750954,"stop":1706109750955,"duration":1}},{"uid":"e6dd425180051f37","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/e6dd425180051f37","status":"passed","time":{"start":1706103450438,"stop":1706103450439,"duration":1}},{"uid":"e4d7282a32cd2105","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e4d7282a32cd2105","status":"passed","time":{"start":1706103293559,"stop":1706103293559,"duration":0}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":31,"unknown":0,"total":33},"items":[{"uid":"7d7b996b471ffe17","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7d7b996b471ffe17","status":"passed","time":{"start":1706528998592,"stop":1706528998593,"duration":1}},{"uid":"51a3463006ee06f7","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/51a3463006ee06f7","status":"passed","time":{"start":1706527970118,"stop":1706527970119,"duration":1}},{"uid":"9476dacc988ca04","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9476dacc988ca04","status":"passed","time":{"start":1706526976585,"stop":1706526976586,"duration":1}},{"uid":"1596368cca37b4e4","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/1596368cca37b4e4","status":"passed","time":{"start":1706526677706,"stop":1706526677706,"duration":0}},{"uid":"486deeed3b5e1437","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/486deeed3b5e1437","status":"passed","time":{"start":1706526585224,"stop":1706526585224,"duration":0}},{"uid":"7ade2f6605b33214","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/7ade2f6605b33214","status":"passed","time":{"start":1706526011341,"stop":1706526011342,"duration":1}},{"uid":"8ff04d66b38fbd7","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/8ff04d66b38fbd7","status":"passed","time":{"start":1706525481668,"stop":1706525481672,"duration":4}},{"uid":"1cb54029abd9b88f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/1cb54029abd9b88f","status":"passed","time":{"start":1706525034592,"stop":1706525034592,"duration":0}},{"uid":"dfe06fe583f26e2","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/dfe06fe583f26e2","status":"passed","time":{"start":1706467723734,"stop":1706467723735,"duration":1}},{"uid":"91b385811e5e0a43","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/91b385811e5e0a43","status":"passed","time":{"start":1706323095237,"stop":1706323095238,"duration":1}},{"uid":"a5edfb26a3410420","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/a5edfb26a3410420","status":"passed","time":{"start":1706321394053,"stop":1706321394053,"duration":0}},{"uid":"c91c2b7a5ea1f99f","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/c91c2b7a5ea1f99f","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706244709514,"stop":1706244709515,"duration":1}},{"uid":"e8be07d9c5f4acfa","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/e8be07d9c5f4acfa","status":"broken","statusDetails":"Failed to initialize waku","time":{"start":1706242274755,"stop":1706242274755,"duration":0}},{"uid":"19038b2bf9c838a7","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/19038b2bf9c838a7","status":"passed","time":{"start":1706115176945,"stop":1706115176946,"duration":1}},{"uid":"2d3155a8e105b6d7","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/2d3155a8e105b6d7","status":"passed","time":{"start":1706114337386,"stop":1706114337387,"duration":1}},{"uid":"d7947d5e661eca41","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/d7947d5e661eca41","status":"passed","time":{"start":1706111808828,"stop":1706111808829,"duration":1}},{"uid":"985ad1a21b9854ee","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/985ad1a21b9854ee","status":"passed","time":{"start":1706111511401,"stop":1706111511402,"duration":1}},{"uid":"d8f9d08604a4f1f5","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/d8f9d08604a4f1f5","status":"passed","time":{"start":1706109411593,"stop":1706109411594,"duration":1}},{"uid":"b088ba457785e154","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b088ba457785e154","status":"passed","time":{"start":1706103221760,"stop":1706103221761,"duration":1}},{"uid":"e93d6f46932b1d59","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/e93d6f46932b1d59","status":"passed","time":{"start":1706102961387,"stop":1706102961387,"duration":0}}]},"95ab79906491081d2a6d8d91186c579e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":52,"unknown":0,"total":52},"items":[{"uid":"6b50b92c8f09d0aa","reportUrl":"https://waku-org.github.io/js-waku/6263//#testresult/6b50b92c8f09d0aa","status":"passed","time":{"start":1706100979751,"stop":1706100979751,"duration":0}},{"uid":"888c718f0b3a990","reportUrl":"https://waku-org.github.io/js-waku/6261//#testresult/888c718f0b3a990","status":"passed","time":{"start":1706100012411,"stop":1706100012412,"duration":1}},{"uid":"4563d5d78c935b9b","reportUrl":"https://waku-org.github.io/js-waku/6259//#testresult/4563d5d78c935b9b","status":"passed","time":{"start":1706077739075,"stop":1706077739076,"duration":1}},{"uid":"ef2c7fc72b7e995c","reportUrl":"https://waku-org.github.io/js-waku/6258//#testresult/ef2c7fc72b7e995c","status":"passed","time":{"start":1706069827463,"stop":1706069827463,"duration":0}},{"uid":"8863f1f7a2901518","reportUrl":"https://waku-org.github.io/js-waku/6257//#testresult/8863f1f7a2901518","status":"passed","time":{"start":1705950521660,"stop":1705950521660,"duration":0}},{"uid":"f995fa9c6f80fdb3","reportUrl":"https://waku-org.github.io/js-waku/6255//#testresult/f995fa9c6f80fdb3","status":"passed","time":{"start":1705938343368,"stop":1705938343368,"duration":0}},{"uid":"155db82d15695eab","reportUrl":"https://waku-org.github.io/js-waku/6254//#testresult/155db82d15695eab","status":"passed","time":{"start":1705913488216,"stop":1705913488216,"duration":0}},{"uid":"9f2dfcfab5498aff","reportUrl":"https://waku-org.github.io/js-waku/6253//#testresult/9f2dfcfab5498aff","status":"passed","time":{"start":1705913034268,"stop":1705913034268,"duration":0}},{"uid":"b0355ab2e51b3a06","reportUrl":"https://waku-org.github.io/js-waku/6252//#testresult/b0355ab2e51b3a06","status":"passed","time":{"start":1705912407124,"stop":1705912407126,"duration":2}},{"uid":"38718eac289b951e","reportUrl":"https://waku-org.github.io/js-waku/6251//#testresult/38718eac289b951e","status":"passed","time":{"start":1705911588790,"stop":1705911588790,"duration":0}},{"uid":"c296d24b3f2d11da","reportUrl":"https://waku-org.github.io/js-waku/6250//#testresult/c296d24b3f2d11da","status":"passed","time":{"start":1705698799104,"stop":1705698799104,"duration":0}},{"uid":"844f6080147b3c84","reportUrl":"https://waku-org.github.io/js-waku/6249//#testresult/844f6080147b3c84","status":"passed","time":{"start":1705687522362,"stop":1705687522362,"duration":0}},{"uid":"77519fb9a4305764","reportUrl":"https://waku-org.github.io/js-waku/6248//#testresult/77519fb9a4305764","status":"passed","time":{"start":1705687430728,"stop":1705687430729,"duration":1}},{"uid":"ecee26cdb7e3c473","reportUrl":"https://waku-org.github.io/js-waku/6245//#testresult/ecee26cdb7e3c473","status":"passed","time":{"start":1705678121464,"stop":1705678121465,"duration":1}},{"uid":"8436b9af345d1e65","reportUrl":"https://waku-org.github.io/js-waku/6244//#testresult/8436b9af345d1e65","status":"passed","time":{"start":1705678046306,"stop":1705678046307,"duration":1}},{"uid":"9e130b91120df0aa","reportUrl":"https://waku-org.github.io/js-waku/6243//#testresult/9e130b91120df0aa","status":"passed","time":{"start":1705677908046,"stop":1705677908047,"duration":1}},{"uid":"8b4e6a9ffe51444f","reportUrl":"https://waku-org.github.io/js-waku/6242//#testresult/8b4e6a9ffe51444f","status":"passed","time":{"start":1705677463213,"stop":1705677463213,"duration":0}},{"uid":"74db81611924fab4","reportUrl":"https://waku-org.github.io/js-waku/6241//#testresult/74db81611924fab4","status":"passed","time":{"start":1705676052694,"stop":1705676052694,"duration":0}},{"uid":"b6860c1ba709e8ef","reportUrl":"https://waku-org.github.io/js-waku/6240//#testresult/b6860c1ba709e8ef","status":"passed","time":{"start":1705675474635,"stop":1705675474635,"duration":0}},{"uid":"c1a8c4150f4c24a7","reportUrl":"https://waku-org.github.io/js-waku/6239//#testresult/c1a8c4150f4c24a7","status":"passed","time":{"start":1705670338387,"stop":1705670338388,"duration":1}}]},"e103c86b575c91a033c93e4a036fb3fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":45,"unknown":0,"total":47},"items":[{"uid":"8afc6e7b7789e394","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/8afc6e7b7789e394","status":"passed","time":{"start":1705521140291,"stop":1705521140292,"duration":1}},{"uid":"225ce3d0138bf952","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/225ce3d0138bf952","status":"passed","time":{"start":1705520883401,"stop":1705520883402,"duration":1}},{"uid":"4ba42495ae1b9afe","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/4ba42495ae1b9afe","status":"passed","time":{"start":1705520300878,"stop":1705520300879,"duration":1}},{"uid":"bbd3cca9a2253e20","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/bbd3cca9a2253e20","status":"passed","time":{"start":1705518525951,"stop":1705518525951,"duration":0}},{"uid":"a151c7bce3fe3033","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/a151c7bce3fe3033","status":"passed","time":{"start":1705518246797,"stop":1705518246797,"duration":0}},{"uid":"71b78fec6370fc04","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/71b78fec6370fc04","status":"passed","time":{"start":1705518140964,"stop":1705518140964,"duration":0}},{"uid":"ed0db45f44641f8","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/ed0db45f44641f8","status":"passed","time":{"start":1705518032405,"stop":1705518032406,"duration":1}},{"uid":"d0b6d5ba67ecfcf8","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/d0b6d5ba67ecfcf8","status":"passed","time":{"start":1705508700799,"stop":1705508700799,"duration":0}},{"uid":"6b4c10be4d6bce4d","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/6b4c10be4d6bce4d","status":"passed","time":{"start":1705506512631,"stop":1705506512631,"duration":0}},{"uid":"2b4ea8cb8f313e71","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/2b4ea8cb8f313e71","status":"passed","time":{"start":1705502966496,"stop":1705502966497,"duration":1}},{"uid":"8370b9df088d4ae6","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/8370b9df088d4ae6","status":"passed","time":{"start":1705502370705,"stop":1705502370705,"duration":0}},{"uid":"22b69174df809625","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/22b69174df809625","status":"passed","time":{"start":1705502517760,"stop":1705502517760,"duration":0}},{"uid":"1365848f77acb724","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/1365848f77acb724","status":"broken","statusDetails":"expected false to equal true","time":{"start":1705495321651,"stop":1705495321651,"duration":0}},{"uid":"d869e36efd704e4d","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/d869e36efd704e4d","status":"passed","time":{"start":1705494975676,"stop":1705494975677,"duration":1}},{"uid":"5c1ab40b281be995","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/5c1ab40b281be995","status":"passed","time":{"start":1705494930720,"stop":1705494930720,"duration":0}},{"uid":"707f71a88097c5f","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/707f71a88097c5f","status":"passed","time":{"start":1705493496289,"stop":1705493496290,"duration":1}},{"uid":"84c050eb427ba981","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/84c050eb427ba981","status":"passed","time":{"start":1705493451240,"stop":1705493451240,"duration":0}},{"uid":"11d3f4de7a76bd7c","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/11d3f4de7a76bd7c","status":"passed","time":{"start":1705485279294,"stop":1705485279295,"duration":1}},{"uid":"4ef6fe9f06057701","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/4ef6fe9f06057701","status":"passed","time":{"start":1705485136794,"stop":1705485136794,"duration":0}},{"uid":"822115ad71d8380a","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/822115ad71d8380a","status":"passed","time":{"start":1705484392919,"stop":1705484392920,"duration":1}}]},"8a03800712fd5a353881f14f136027fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":36,"unknown":0,"total":38},"items":[{"uid":"1e759b9eb7866bfc","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/1e759b9eb7866bfc","status":"passed","time":{"start":1705520842596,"stop":1705520842596,"duration":0}},{"uid":"db1c33ce245e8367","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/db1c33ce245e8367","status":"passed","time":{"start":1705518211218,"stop":1705518211218,"duration":0}},{"uid":"fc713dd28323ce5e","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/fc713dd28323ce5e","status":"passed","time":{"start":1705518105979,"stop":1705518105980,"duration":1}},{"uid":"3a0f32401f9c46d6","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/3a0f32401f9c46d6","status":"passed","time":{"start":1705517988162,"stop":1705517988162,"duration":0}},{"uid":"24fc5076a5b684f0","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/24fc5076a5b684f0","status":"passed","time":{"start":1705508655503,"stop":1705508655504,"duration":1}},{"uid":"90ee7cc92591f772","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/90ee7cc92591f772","status":"passed","time":{"start":1705506482088,"stop":1705506482089,"duration":1}},{"uid":"81dcef00d18d9c78","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/81dcef00d18d9c78","status":"passed","time":{"start":1705502939548,"stop":1705502939549,"duration":1}},{"uid":"df98be0636f1c817","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/df98be0636f1c817","status":"passed","time":{"start":1705502479548,"stop":1705502479549,"duration":1}},{"uid":"5dc5eef537991c56","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/5dc5eef537991c56","status":"broken","statusDetails":"Cannot read properties of null (reading 'filter')","time":{"start":1705494937933,"stop":1705494937933,"duration":0}},{"uid":"2a087e328b56ac22","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/2a087e328b56ac22","status":"passed","time":{"start":1705494940949,"stop":1705494940949,"duration":0}},{"uid":"da0bd1f8a19d2710","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/da0bd1f8a19d2710","status":"passed","time":{"start":1705494895029,"stop":1705494895029,"duration":0}},{"uid":"898ac6569b2ea896","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/898ac6569b2ea896","status":"passed","time":{"start":1705493464920,"stop":1705493464921,"duration":1}},{"uid":"6568cbf8c47578ef","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/6568cbf8c47578ef","status":"passed","time":{"start":1705493422429,"stop":1705493422429,"duration":0}},{"uid":"cfa506786ee62e56","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/cfa506786ee62e56","status":"passed","time":{"start":1705485250477,"stop":1705485250477,"duration":0}},{"uid":"9f8217cdba90321b","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/9f8217cdba90321b","status":"passed","time":{"start":1705485112216,"stop":1705485112216,"duration":0}},{"uid":"16e6828455ee33c","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/16e6828455ee33c","status":"passed","time":{"start":1705484354896,"stop":1705484354897,"duration":1}},{"uid":"57394a4f3859943d","reportUrl":"https://waku-org.github.io/js-waku/6179//#testresult/57394a4f3859943d","status":"passed","time":{"start":1705469872217,"stop":1705469872218,"duration":1}},{"uid":"da057262842043a5","reportUrl":"https://waku-org.github.io/js-waku/6178//#testresult/da057262842043a5","status":"passed","time":{"start":1705466939035,"stop":1705466939035,"duration":0}},{"uid":"857b8f7484c0dba8","reportUrl":"https://waku-org.github.io/js-waku/6176//#testresult/857b8f7484c0dba8","status":"passed","time":{"start":1705435403977,"stop":1705435403977,"duration":0}},{"uid":"4f72a4d8b5afc492","reportUrl":"https://waku-org.github.io/js-waku/6175//#testresult/4f72a4d8b5afc492","status":"passed","time":{"start":1705434864614,"stop":1705434864614,"duration":0}}]},"a9d2fb1c6c11214533af09b7d5f9d511:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d32125d3b22763df","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/d32125d3b22763df","status":"passed","time":{"start":1706102152979,"stop":1706102152980,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":84,"unknown":0,"total":85},"items":[{"uid":"1f87e9d829e03fc1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f87e9d829e03fc1","status":"passed","time":{"start":1706528965682,"stop":1706528965682,"duration":0}},{"uid":"29be39bbe2b2cd69","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/29be39bbe2b2cd69","status":"passed","time":{"start":1706527923880,"stop":1706527923881,"duration":1}},{"uid":"bfcf73a8c4f9fcc9","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/bfcf73a8c4f9fcc9","status":"passed","time":{"start":1706526930856,"stop":1706526930856,"duration":0}},{"uid":"38dc9cb00069f56c","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/38dc9cb00069f56c","status":"passed","time":{"start":1706526632087,"stop":1706526632087,"duration":0}},{"uid":"7b01a9dfa736adb8","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/7b01a9dfa736adb8","status":"passed","time":{"start":1706526534076,"stop":1706526534076,"duration":0}},{"uid":"1605a0bdc4d0560","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/1605a0bdc4d0560","status":"passed","time":{"start":1706525958167,"stop":1706525958168,"duration":1}},{"uid":"4d1e74f7a9acf022","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/4d1e74f7a9acf022","status":"passed","time":{"start":1706525436710,"stop":1706525436710,"duration":0}},{"uid":"b32701689a6da04e","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/b32701689a6da04e","status":"passed","time":{"start":1706524982429,"stop":1706524982430,"duration":1}},{"uid":"f5fd059fc92d4e49","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/f5fd059fc92d4e49","status":"passed","time":{"start":1706467678799,"stop":1706467678799,"duration":0}},{"uid":"97d22b38fef83818","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/97d22b38fef83818","status":"passed","time":{"start":1706323040464,"stop":1706323040465,"duration":1}},{"uid":"9088f848ef91459a","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/9088f848ef91459a","status":"passed","time":{"start":1706321353346,"stop":1706321353349,"duration":3}},{"uid":"3ead99a04a50546b","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/3ead99a04a50546b","status":"passed","time":{"start":1706114292381,"stop":1706114292381,"duration":0}},{"uid":"9db081dd1b7baca7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/9db081dd1b7baca7","status":"passed","time":{"start":1706111780334,"stop":1706111780334,"duration":0}},{"uid":"d7acf2d5dc631655","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/d7acf2d5dc631655","status":"passed","time":{"start":1706111464019,"stop":1706111464019,"duration":0}},{"uid":"c5b82aaed15a6488","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c5b82aaed15a6488","status":"passed","time":{"start":1706109370853,"stop":1706109370853,"duration":0}},{"uid":"12c1f1e06d77b627","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/12c1f1e06d77b627","status":"passed","time":{"start":1706103179176,"stop":1706103179176,"duration":0}},{"uid":"419db41f804b0e91","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/419db41f804b0e91","status":"passed","time":{"start":1706102925541,"stop":1706102925541,"duration":0}},{"uid":"b735cab730b3802b","reportUrl":"https://waku-org.github.io/js-waku/6270//#testresult/b735cab730b3802b","status":"passed","time":{"start":1706102273660,"stop":1706102273660,"duration":0}},{"uid":"11049066761f759b","reportUrl":"https://waku-org.github.io/js-waku/6269//#testresult/11049066761f759b","status":"passed","time":{"start":1706102152980,"stop":1706102152986,"duration":6}},{"uid":"44501ffe6171c676","reportUrl":"https://waku-org.github.io/js-waku/6268//#testresult/44501ffe6171c676","status":"passed","time":{"start":1706101976580,"stop":1706101976580,"duration":0}}]},"b8d2e18db8ef0ac5933bcb6c28286aab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fb1ba34630df2423","reportUrl":"https://waku-org.github.io/js-waku/6211//#testresult/fb1ba34630df2423","status":"broken","statusDetails":"Error subscribe all peers: ","time":{"start":1705527112774,"stop":1705527112774,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":129,"unknown":0,"total":130},"items":[{"uid":"ffbf9ebafe48640f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ffbf9ebafe48640f","status":"passed","time":{"start":1706529213444,"stop":1706529213445,"duration":1}},{"uid":"fb76e958207b05b2","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/fb76e958207b05b2","status":"passed","time":{"start":1706528191002,"stop":1706528191003,"duration":1}},{"uid":"9520e4a0e41c3426","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/9520e4a0e41c3426","status":"passed","time":{"start":1706527073929,"stop":1706527073929,"duration":0}},{"uid":"c260e483f3fb0f8","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/c260e483f3fb0f8","status":"passed","time":{"start":1706526771989,"stop":1706526771989,"duration":0}},{"uid":"57c64c32d802f5f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/57c64c32d802f5f","status":"passed","time":{"start":1706526678881,"stop":1706526678881,"duration":0}},{"uid":"475c5aa848bb8c3c","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/475c5aa848bb8c3c","status":"passed","time":{"start":1706526118990,"stop":1706526118990,"duration":0}},{"uid":"a50d8a16fa128794","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/a50d8a16fa128794","status":"passed","time":{"start":1706525578826,"stop":1706525578827,"duration":1}},{"uid":"d14c87e728b45e4f","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/d14c87e728b45e4f","status":"passed","time":{"start":1706525215581,"stop":1706525215582,"duration":1}},{"uid":"fa47c4f3f12ae832","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/fa47c4f3f12ae832","status":"passed","time":{"start":1706467823860,"stop":1706467823860,"duration":0}},{"uid":"f3de2db221323504","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/f3de2db221323504","status":"passed","time":{"start":1706323200736,"stop":1706323200736,"duration":0}},{"uid":"f9be8196c47f6d3c","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f9be8196c47f6d3c","status":"passed","time":{"start":1706321464246,"stop":1706321464247,"duration":1}},{"uid":"1e87b0048d22c517","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/1e87b0048d22c517","status":"passed","time":{"start":1706244759802,"stop":1706244759802,"duration":0}},{"uid":"d4680a0047a63ad0","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/d4680a0047a63ad0","status":"passed","time":{"start":1706242311085,"stop":1706242311086,"duration":1}},{"uid":"446e05e2bda961e2","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/446e05e2bda961e2","status":"passed","time":{"start":1706115275221,"stop":1706115275221,"duration":0}},{"uid":"65b9868759dd12af","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/65b9868759dd12af","status":"passed","time":{"start":1706114443297,"stop":1706114443298,"duration":1}},{"uid":"ed2637ff1073d1b3","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/ed2637ff1073d1b3","status":"passed","time":{"start":1706111903923,"stop":1706111903924,"duration":1}},{"uid":"53890350ba20745d","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/53890350ba20745d","status":"passed","time":{"start":1706111606555,"stop":1706111606555,"duration":0}},{"uid":"c08b273128935bb","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/c08b273128935bb","status":"passed","time":{"start":1706109519406,"stop":1706109519406,"duration":0}},{"uid":"6e58031a91995db5","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/6e58031a91995db5","status":"passed","time":{"start":1706103297426,"stop":1706103297426,"duration":0}},{"uid":"857914180d36c373","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/857914180d36c373","status":"passed","time":{"start":1706103044806,"stop":1706103044806,"duration":0}}]},"43d5cda9ef1dd5a9b6f88f4f0edee9f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"969464ff81f9001c","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/969464ff81f9001c","status":"passed","time":{"start":1706115384063,"stop":1706115384063,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":90,"unknown":0,"total":90},"items":[{"uid":"bb15752567793f0b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb15752567793f0b","status":"passed","time":{"start":1706528857318,"stop":1706528857318,"duration":0}},{"uid":"b5b643bf19a95741","reportUrl":"https://waku-org.github.io/js-waku/6290//#testresult/b5b643bf19a95741","status":"passed","time":{"start":1706527827591,"stop":1706527827592,"duration":1}},{"uid":"7dea5bbf8abb2547","reportUrl":"https://waku-org.github.io/js-waku/6289//#testresult/7dea5bbf8abb2547","status":"passed","time":{"start":1706526836997,"stop":1706526836997,"duration":0}},{"uid":"f6b09e0b76637ad3","reportUrl":"https://waku-org.github.io/js-waku/6288//#testresult/f6b09e0b76637ad3","status":"passed","time":{"start":1706526533885,"stop":1706526533886,"duration":1}},{"uid":"aa801259b163303f","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/aa801259b163303f","status":"passed","time":{"start":1706526441878,"stop":1706526441879,"duration":1}},{"uid":"639944ca51ec2df8","reportUrl":"https://waku-org.github.io/js-waku/6286//#testresult/639944ca51ec2df8","status":"passed","time":{"start":1706525866026,"stop":1706525866027,"duration":1}},{"uid":"c5c562097464282d","reportUrl":"https://waku-org.github.io/js-waku/6285//#testresult/c5c562097464282d","status":"passed","time":{"start":1706525332948,"stop":1706525332949,"duration":1}},{"uid":"cc5183a90574e8dd","reportUrl":"https://waku-org.github.io/js-waku/6284//#testresult/cc5183a90574e8dd","status":"passed","time":{"start":1706524895849,"stop":1706524895850,"duration":1}},{"uid":"21ba4b025d9d1597","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/21ba4b025d9d1597","status":"passed","time":{"start":1706467592269,"stop":1706467592269,"duration":0}},{"uid":"dff4f14e9dba986d","reportUrl":"https://waku-org.github.io/js-waku/6282//#testresult/dff4f14e9dba986d","status":"passed","time":{"start":1706322942355,"stop":1706322942355,"duration":0}},{"uid":"f7352933b4895444","reportUrl":"https://waku-org.github.io/js-waku/6281//#testresult/f7352933b4895444","status":"passed","time":{"start":1706321253069,"stop":1706321253070,"duration":1}},{"uid":"8462adf20088939d","reportUrl":"https://waku-org.github.io/js-waku/6280//#testresult/8462adf20088939d","status":"passed","time":{"start":1706244761417,"stop":1706244761418,"duration":1}},{"uid":"182ce6cef1d0bdcf","reportUrl":"https://waku-org.github.io/js-waku/6279//#testresult/182ce6cef1d0bdcf","status":"passed","time":{"start":1706242323587,"stop":1706242323587,"duration":0}},{"uid":"26d5ea8598d16b39","reportUrl":"https://waku-org.github.io/js-waku/6278//#testresult/26d5ea8598d16b39","status":"passed","time":{"start":1706115032887,"stop":1706115032888,"duration":1}},{"uid":"59b3acef0c05c60e","reportUrl":"https://waku-org.github.io/js-waku/6277//#testresult/59b3acef0c05c60e","status":"passed","time":{"start":1706114198066,"stop":1706114198068,"duration":2}},{"uid":"f1dd9622884b2f7","reportUrl":"https://waku-org.github.io/js-waku/6276//#testresult/f1dd9622884b2f7","status":"passed","time":{"start":1706111672949,"stop":1706111672950,"duration":1}},{"uid":"c690c6e4fd6eb83","reportUrl":"https://waku-org.github.io/js-waku/6275//#testresult/c690c6e4fd6eb83","status":"passed","time":{"start":1706111369283,"stop":1706111369284,"duration":1}},{"uid":"ecb00ef98b873a1","reportUrl":"https://waku-org.github.io/js-waku/6273//#testresult/ecb00ef98b873a1","status":"passed","time":{"start":1706109273534,"stop":1706109273534,"duration":0}},{"uid":"b57a3488545a7815","reportUrl":"https://waku-org.github.io/js-waku/6272//#testresult/b57a3488545a7815","status":"passed","time":{"start":1706103083967,"stop":1706103083968,"duration":1}},{"uid":"1f01d25a80d82105","reportUrl":"https://waku-org.github.io/js-waku/6271//#testresult/1f01d25a80d82105","status":"passed","time":{"start":1706102826545,"stop":1706102826546,"duration":1}}]},"7cb3553e44630e5dbbfa21b0d3be98f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a20c518c09d4f1e","reportUrl":"https://waku-org.github.io/js-waku/6168//#testresult/a20c518c09d4f1e","status":"passed","time":{"start":1705429205097,"stop":1705429205097,"duration":0}}]},"dbf0eeb54477f015f247126a2d831a97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fcb0b75ef051897","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6fcb0b75ef051897","status":"passed","time":{"start":1706529218544,"stop":1706529218544,"duration":0}}]},"e7a79969e20ab2f7495a40b6470c5131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78ecc84827d1fa2f","reportUrl":"https://waku-org.github.io/js-waku/6283//#testresult/78ecc84827d1fa2f","status":"passed","time":{"start":1706468042629,"stop":1706468042629,"duration":0}}]},"cfb986a32522fb80b8058c998b0d2fc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"860b09da9e2e09aa","reportUrl":"https://waku-org.github.io/js-waku/6287//#testresult/860b09da9e2e09aa","status":"passed","time":{"start":1706526929207,"stop":1706526929208,"duration":1}}]},"3712157f363097980d76bff06cae2bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":45,"unknown":0,"total":45},"items":[{"uid":"4ce816a31c5df129","reportUrl":"https://waku-org.github.io/js-waku/6202//#testresult/4ce816a31c5df129","status":"passed","time":{"start":1705521140300,"stop":1705521140300,"duration":0}},{"uid":"efec278af2f22707","reportUrl":"https://waku-org.github.io/js-waku/6201//#testresult/efec278af2f22707","status":"passed","time":{"start":1705520883414,"stop":1705520883415,"duration":1}},{"uid":"ce58472f0ff66b46","reportUrl":"https://waku-org.github.io/js-waku/6199//#testresult/ce58472f0ff66b46","status":"passed","time":{"start":1705520300887,"stop":1705520300887,"duration":0}},{"uid":"82f7af133bc326","reportUrl":"https://waku-org.github.io/js-waku/6198//#testresult/82f7af133bc326","status":"passed","time":{"start":1705518525960,"stop":1705518525960,"duration":0}},{"uid":"9a4847ffec78d1b0","reportUrl":"https://waku-org.github.io/js-waku/6197//#testresult/9a4847ffec78d1b0","status":"passed","time":{"start":1705518246806,"stop":1705518246806,"duration":0}},{"uid":"b2b281db677a5c8c","reportUrl":"https://waku-org.github.io/js-waku/6196//#testresult/b2b281db677a5c8c","status":"passed","time":{"start":1705518140978,"stop":1705518140978,"duration":0}},{"uid":"b84cedfb86dff093","reportUrl":"https://waku-org.github.io/js-waku/6195//#testresult/b84cedfb86dff093","status":"passed","time":{"start":1705518032417,"stop":1705518032417,"duration":0}},{"uid":"3d5963e71e09b1e4","reportUrl":"https://waku-org.github.io/js-waku/6193//#testresult/3d5963e71e09b1e4","status":"passed","time":{"start":1705508700808,"stop":1705508700808,"duration":0}},{"uid":"b84ed2a6dea3afd3","reportUrl":"https://waku-org.github.io/js-waku/6190//#testresult/b84ed2a6dea3afd3","status":"passed","time":{"start":1705506512642,"stop":1705506512643,"duration":1}},{"uid":"d337e57838ea557","reportUrl":"https://waku-org.github.io/js-waku/6189//#testresult/d337e57838ea557","status":"passed","time":{"start":1705502966507,"stop":1705502966508,"duration":1}},{"uid":"86d0d45aca00b839","reportUrl":"https://waku-org.github.io/js-waku/6187//#testresult/86d0d45aca00b839","status":"passed","time":{"start":1705502370718,"stop":1705502370719,"duration":1}},{"uid":"15c387e4ed6721c7","reportUrl":"https://waku-org.github.io/js-waku/6188//#testresult/15c387e4ed6721c7","status":"passed","time":{"start":1705502517769,"stop":1705502517769,"duration":0}},{"uid":"6333a27cc8d8c57","reportUrl":"https://waku-org.github.io/js-waku/6185//#testresult/6333a27cc8d8c57","status":"passed","time":{"start":1705495321688,"stop":1705495321688,"duration":0}},{"uid":"aed68a82467e8d19","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/aed68a82467e8d19","status":"passed","time":{"start":1705494975687,"stop":1705494975687,"duration":0}},{"uid":"7db0a688c18f3ae8","reportUrl":"https://waku-org.github.io/js-waku/6186//#testresult/7db0a688c18f3ae8","status":"passed","time":{"start":1705494930743,"stop":1705494930743,"duration":0}},{"uid":"ed4d7a1ac420dc4a","reportUrl":"https://waku-org.github.io/js-waku/6184//#testresult/ed4d7a1ac420dc4a","status":"passed","time":{"start":1705493496348,"stop":1705493496348,"duration":0}},{"uid":"b4a114c80039e1ee","reportUrl":"https://waku-org.github.io/js-waku/6183//#testresult/b4a114c80039e1ee","status":"passed","time":{"start":1705493451248,"stop":1705493451249,"duration":1}},{"uid":"38a672312e73271","reportUrl":"https://waku-org.github.io/js-waku/6182//#testresult/38a672312e73271","status":"passed","time":{"start":1705485279304,"stop":1705485279304,"duration":0}},{"uid":"6a1e3a2b11dd008d","reportUrl":"https://waku-org.github.io/js-waku/6181//#testresult/6a1e3a2b11dd008d","status":"passed","time":{"start":1705485136803,"stop":1705485136803,"duration":0}},{"uid":"ac86413b56e9f11d","reportUrl":"https://waku-org.github.io/js-waku/6180//#testresult/ac86413b56e9f11d","status":"passed","time":{"start":1705484392932,"stop":1705484392932,"duration":0}}]},"a3673dbac3f05b10029085baa60f498b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af290a72726d6ce2","reportUrl":"https://waku-org.github.io/js-waku/6157//#testresult/af290a72726d6ce2","status":"passed","time":{"start":1705383129852,"stop":1705383129852,"duration":0}}]}} \ No newline at end of file +{"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3eeeac657e569c84","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3eeeac657e569c84","status":"passed","time":{"start":1706618371931,"stop":1706618371932,"duration":1}},{"uid":"94239bf4d8448d60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/94239bf4d8448d60","status":"passed","time":{"start":1706618164516,"stop":1706618164517,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"50bab4fa7b561fc3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/50bab4fa7b561fc3","status":"passed","time":{"start":1706618738959,"stop":1706618738959,"duration":0}},{"uid":"74ea1eeda87be03c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ea1eeda87be03c","status":"passed","time":{"start":1706618506507,"stop":1706618506507,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d72020188187aa21","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d72020188187aa21","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0}},{"uid":"48dc2b06ab1ddd64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48dc2b06ab1ddd64","status":"passed","time":{"start":1706618636970,"stop":1706618636971,"duration":1}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"21e35dbb7de32b11","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/21e35dbb7de32b11","status":"passed","time":{"start":1706618366460,"stop":1706618366460,"duration":0}},{"uid":"eb18c41457c287c1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb18c41457c287c1","status":"passed","time":{"start":1706618156840,"stop":1706618156840,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d35e18e7dcb2dfb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d35e18e7dcb2dfb","status":"passed","time":{"start":1706618389058,"stop":1706618389059,"duration":1}},{"uid":"d0dc6a4f2ed25950","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0dc6a4f2ed25950","status":"passed","time":{"start":1706618179845,"stop":1706618179846,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"448e49e8badff8b8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/448e49e8badff8b8","status":"passed","time":{"start":1706619033643,"stop":1706619033644,"duration":1}},{"uid":"2da6d177a33bd034","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2da6d177a33bd034","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9840ae91dd081dee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9840ae91dd081dee","status":"passed","time":{"start":1706619021207,"stop":1706619021207,"duration":0}},{"uid":"625999b58f2ff1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/625999b58f2ff1d","status":"passed","time":{"start":1706618787469,"stop":1706618787469,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"110ca55b0e9fb498","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/110ca55b0e9fb498","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"duration":0}},{"uid":"4db4609fb042bdd7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4db4609fb042bdd7","status":"passed","time":{"start":1706618394333,"stop":1706618394333,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a842c85aef27b69","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a842c85aef27b69","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0}},{"uid":"4019b1cc8dbb7ccc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4019b1cc8dbb7ccc","status":"passed","time":{"start":1706618380653,"stop":1706618380654,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55bb7522d00d174","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/55bb7522d00d174","status":"passed","time":{"start":1706618580248,"stop":1706618580249,"duration":1}},{"uid":"37bf267278a7980a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37bf267278a7980a","status":"passed","time":{"start":1706618380659,"stop":1706618380661,"duration":2}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b9e5e9c1cad81d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b9e5e9c1cad81d9","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"duration":0}},{"uid":"4c1159e42e43bfb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c1159e42e43bfb3","status":"passed","time":{"start":1706618636988,"stop":1706618636989,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a387e01d4e8ad010","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a387e01d4e8ad010","status":"passed","time":{"start":1706618372824,"stop":1706618372825,"duration":1}},{"uid":"da6d1b5db7b701c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/da6d1b5db7b701c8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7fb268bea906c53b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7fb268bea906c53b","status":"passed","time":{"start":1706618865685,"stop":1706618865686,"duration":1}},{"uid":"9163081301658559","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9163081301658559","status":"passed","time":{"start":1706618683925,"stop":1706618683925,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"70d4d5a2e9f53b03","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/70d4d5a2e9f53b03","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"duration":0}},{"uid":"4e54801aa5a1a405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e54801aa5a1a405","status":"passed","time":{"start":1706618636971,"stop":1706618636971,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"968e0db22895b0c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/968e0db22895b0c","status":"passed","time":{"start":1706619033641,"stop":1706619033642,"duration":1}},{"uid":"280445ca190e1a11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/280445ca190e1a11","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0f94d9d260cc4d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a0f94d9d260cc4d0","status":"passed","time":{"start":1706618371936,"stop":1706618371936,"duration":0}},{"uid":"b1bb5650892cbbee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1bb5650892cbbee","status":"passed","time":{"start":1706618164525,"stop":1706618164525,"duration":0}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"82b8a7e8f92c15e1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/82b8a7e8f92c15e1","status":"passed","time":{"start":1706618909985,"stop":1706618909985,"duration":0}},{"uid":"458860561c2fa8d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/458860561c2fa8d6","status":"passed","time":{"start":1706618664762,"stop":1706618664763,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a06fa66836080859","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a06fa66836080859","status":"passed","time":{"start":1706618858022,"stop":1706618858022,"duration":0}},{"uid":"ce8051b19e9faee0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce8051b19e9faee0","status":"passed","time":{"start":1706618636980,"stop":1706618636980,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd2c4727be1043a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cd2c4727be1043a4","status":"passed","time":{"start":1706619029141,"stop":1706619029142,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"40c9717867c19670","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/40c9717867c19670","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"duration":0}},{"uid":"3a994df687384a18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a994df687384a18","status":"passed","time":{"start":1706618760391,"stop":1706618760392,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dc5e8a76644122f7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dc5e8a76644122f7","status":"passed","time":{"start":1706618959473,"stop":1706618959474,"duration":1}},{"uid":"b1b85a4674749fff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1b85a4674749fff","status":"passed","time":{"start":1706618735856,"stop":1706618735856,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1892e7e1ee57d29c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1892e7e1ee57d29c","status":"passed","time":{"start":1706618959506,"stop":1706618959506,"duration":0}},{"uid":"42f7a92ce7ec9994","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42f7a92ce7ec9994","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c3ebae770baf4ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6c3ebae770baf4ac","status":"passed","time":{"start":1706618686998,"stop":1706618686999,"duration":1}},{"uid":"13b34c3a0a82bcb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/13b34c3a0a82bcb2","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aeb55f1d3cc18458","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aeb55f1d3cc18458","status":"passed","time":{"start":1706618496638,"stop":1706618496638,"duration":0}},{"uid":"7dff2ab0cbbb03fc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7dff2ab0cbbb03fc","status":"passed","time":{"start":1706618285304,"stop":1706618285304,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aebcc15bf5c51737","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aebcc15bf5c51737","status":"passed","time":{"start":1706618624538,"stop":1706618624538,"duration":0}},{"uid":"e6f6c856564c05ff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6f6c856564c05ff","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edd6d72f6151de95","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/edd6d72f6151de95","status":"passed","time":{"start":1706618996187,"stop":1706618996188,"duration":1}},{"uid":"240121d42bacf09a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/240121d42bacf09a","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bddcd936c889d57a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bddcd936c889d57a","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"duration":0}},{"uid":"2ddb453a709a32b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ddb453a709a32b4","status":"passed","time":{"start":1706618775743,"stop":1706618775743,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ec7de247067507b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ec7de247067507b","status":"passed","time":{"start":1706618366454,"stop":1706618366454,"duration":0}},{"uid":"40efa01fc401b7c3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40efa01fc401b7c3","status":"passed","time":{"start":1706618156834,"stop":1706618156835,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a8e97b6e228a0c57","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a8e97b6e228a0c57","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"duration":0}},{"uid":"c6409e843f82dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6409e843f82dc0e","status":"passed","time":{"start":1706618636975,"stop":1706618636976,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"14ad05adc38cd4b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/14ad05adc38cd4b9","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0}},{"uid":"b14405f81e955aa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b14405f81e955aa9","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0beb8dcf4b7979d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a0beb8dcf4b7979d","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"duration":0}},{"uid":"9933f84d4de4e79f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9933f84d4de4e79f","status":"passed","time":{"start":1706618668732,"stop":1706618668733,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc47e23b90e7f74","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fc47e23b90e7f74","status":"passed","time":{"start":1706618424944,"stop":1706618424944,"duration":0}},{"uid":"e93defc61a855147","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e93defc61a855147","status":"passed","time":{"start":1706618216092,"stop":1706618216093,"duration":1}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37db8ae114555e34","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37db8ae114555e34","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"duration":0}},{"uid":"9b044ac89fe42442","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b044ac89fe42442","status":"passed","time":{"start":1706618179517,"stop":1706618179517,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e92dcccb37244ee8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e92dcccb37244ee8","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"duration":0}},{"uid":"6def62c03ba4d08c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6def62c03ba4d08c","status":"passed","time":{"start":1706618775739,"stop":1706618775739,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9e6a780dd73f926b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9e6a780dd73f926b","status":"passed","time":{"start":1706618871327,"stop":1706618871327,"duration":0}},{"uid":"fd190305dcdb126e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd190305dcdb126e","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9566c8c0774d8ebe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9566c8c0774d8ebe","status":"passed","time":{"start":1706618865680,"stop":1706618865680,"duration":0}},{"uid":"a9e176988c276cd9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9e176988c276cd9","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3ad91fb117c1d342","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3ad91fb117c1d342","status":"passed","time":{"start":1706618371935,"stop":1706618371935,"duration":0}},{"uid":"3debf3280ec6000b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3debf3280ec6000b","status":"passed","time":{"start":1706618164523,"stop":1706618164523,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54ad848439c1c93a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54ad848439c1c93a","status":"passed","time":{"start":1706618996195,"stop":1706618996196,"duration":1}},{"uid":"125fba209ea34472","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/125fba209ea34472","status":"passed","time":{"start":1706618797766,"stop":1706618797767,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"232ce283dfbd49e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/232ce283dfbd49e","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"duration":0}},{"uid":"32b5001b9224341c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32b5001b9224341c","status":"passed","time":{"start":1706618394340,"stop":1706618394340,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5bdd2142ec8ab1b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a5bdd2142ec8ab1b","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"duration":0}},{"uid":"fba9e794236f4bca","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fba9e794236f4bca","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7efb26e4c150eb4b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7efb26e4c150eb4b","status":"passed","time":{"start":1706618687001,"stop":1706618687001,"duration":0}},{"uid":"b5f26aea580a7249","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5f26aea580a7249","status":"passed","time":{"start":1706618697331,"stop":1706618697331,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c1a8506ceb918e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2c1a8506ceb918e7","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"duration":0}},{"uid":"b0088597ea4b986e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b0088597ea4b986e","status":"passed","time":{"start":1706618784350,"stop":1706618784351,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29eafe7f31572330","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/29eafe7f31572330","status":"passed","time":{"start":1706618731284,"stop":1706618731284,"duration":0}},{"uid":"91a253fd3e602e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a253fd3e602e75","status":"passed","time":{"start":1706618394318,"stop":1706618394318,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f1eac41db44585e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f1eac41db44585e","status":"passed","time":{"start":1706619017483,"stop":1706619017484,"duration":1}},{"uid":"b05fbaefa6046211","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b05fbaefa6046211","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"694ea06b52f9c2c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/694ea06b52f9c2c0","status":"passed","time":{"start":1706618865694,"stop":1706618865695,"duration":1}},{"uid":"d077f83f462c8b32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d077f83f462c8b32","status":"passed","time":{"start":1706618683935,"stop":1706618683935,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2673c5ad39105fe2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2673c5ad39105fe2","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"duration":0}},{"uid":"9d8b62e90af28f82","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d8b62e90af28f82","status":"passed","time":{"start":1706618394315,"stop":1706618394316,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8d37ab48df04fac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8d37ab48df04fac","status":"passed","time":{"start":1706618959472,"stop":1706618959472,"duration":0}},{"uid":"ab44f71d6df628c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab44f71d6df628c2","status":"passed","time":{"start":1706618735852,"stop":1706618735852,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77d99fcb5abdb32b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77d99fcb5abdb32b","status":"passed","time":{"start":1706619029135,"stop":1706619029136,"duration":1}},{"uid":"f235426a606a3068","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f235426a606a3068","status":"passed","time":{"start":1706618668745,"stop":1706618668745,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e07dd12e010d4cd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5e07dd12e010d4cd","status":"passed","time":{"start":1706618496637,"stop":1706618496638,"duration":1}},{"uid":"e1ac0c97da7d1fcf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e1ac0c97da7d1fcf","status":"passed","time":{"start":1706618285303,"stop":1706618285303,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ff83e7949d034562","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ff83e7949d034562","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"duration":0}},{"uid":"28a6752b0ea2a2dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28a6752b0ea2a2dd","status":"passed","time":{"start":1706618797772,"stop":1706618797773,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"67b6f11153a32cd6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/67b6f11153a32cd6","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"duration":0}},{"uid":"34b9677290d11d99","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/34b9677290d11d99","status":"passed","time":{"start":1706618165341,"stop":1706618165342,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1730d650440401d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1730d650440401d","status":"passed","time":{"start":1706618396941,"stop":1706618396942,"duration":1}},{"uid":"eb04c06cfec06dfd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb04c06cfec06dfd","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"899c4c02e7cf3b94","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/899c4c02e7cf3b94","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0}},{"uid":"3b939eadeb99fafa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b939eadeb99fafa","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4bcae3897e39094a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4bcae3897e39094a","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"duration":0}},{"uid":"71b2a98c5a18d0bd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71b2a98c5a18d0bd","status":"passed","time":{"start":1706618664766,"stop":1706618664767,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e6992334313c049","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8e6992334313c049","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0}},{"uid":"a5f23f9be8ab8827","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5f23f9be8ab8827","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"878d3f45735a0d99","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/878d3f45735a0d99","status":"passed","time":{"start":1706619008974,"stop":1706619008974,"duration":0}},{"uid":"9744153efb2a0401","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9744153efb2a0401","status":"passed","time":{"start":1706618775739,"stop":1706618775740,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3cf4af2e02ad24a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3cf4af2e02ad24a","status":"passed","time":{"start":1706619002393,"stop":1706619002397,"duration":4}},{"uid":"10d8ce58f64c1f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10d8ce58f64c1f1d","status":"passed","time":{"start":1706618759767,"stop":1706618759768,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2abc118317c2af49","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2abc118317c2af49","status":"passed","time":{"start":1706618624523,"stop":1706618624532,"duration":9}},{"uid":"a1cd4f408719218a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a1cd4f408719218a","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d806bd2dbb4719dd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d806bd2dbb4719dd","status":"passed","time":{"start":1706618996192,"stop":1706618996193,"duration":1}},{"uid":"bc4ad5fd003e7dc6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4ad5fd003e7dc6","status":"passed","time":{"start":1706618797764,"stop":1706618797765,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72426e4878d66032","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/72426e4878d66032","status":"passed","time":{"start":1706618366596,"stop":1706618366597,"duration":1}},{"uid":"b06825a9b8f5d466","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b06825a9b8f5d466","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93aa5aa3e533e4e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/93aa5aa3e533e4e7","status":"passed","time":{"start":1706618496635,"stop":1706618496637,"duration":2}},{"uid":"f0dd5d4b9e6bc94b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0dd5d4b9e6bc94b","status":"passed","time":{"start":1706618285302,"stop":1706618285303,"duration":1}}]},"4ba9bcb21a6e15a10bf7c7d33b828254:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91e840908c0272b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91e840908c0272b4","status":"passed","time":{"start":1706618454373,"stop":1706618454375,"duration":2}},{"uid":"aa3d2f6654f42bbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa3d2f6654f42bbb","status":"passed","time":{"start":1706618246653,"stop":1706618246654,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b57f6b959f565694","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b57f6b959f565694","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0}},{"uid":"4f1effe6deb3614f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4f1effe6deb3614f","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f553d2786f94219","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f553d2786f94219","status":"passed","time":{"start":1706618366459,"stop":1706618366460,"duration":1}},{"uid":"c708e0ce9b67e9f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c708e0ce9b67e9f6","status":"passed","time":{"start":1706618156839,"stop":1706618156840,"duration":1}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e03527c4509ef2ed","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e03527c4509ef2ed","status":"passed","time":{"start":1706618731283,"stop":1706618731283,"duration":0}},{"uid":"246b696f70ecb067","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/246b696f70ecb067","status":"passed","time":{"start":1706618394317,"stop":1706618394317,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85c491275af14a9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/85c491275af14a9f","status":"passed","time":{"start":1706618871325,"stop":1706618871326,"duration":1}},{"uid":"5263f100ff5fa075","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5263f100ff5fa075","status":"passed","time":{"start":1706618685084,"stop":1706618685085,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a3b6e7f60b3fb41","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4a3b6e7f60b3fb41","status":"passed","time":{"start":1706618959494,"stop":1706618959495,"duration":1}},{"uid":"449b12f012d18b2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/449b12f012d18b2c","status":"passed","time":{"start":1706618735893,"stop":1706618735894,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cb6e7d254756f6cb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb6e7d254756f6cb","status":"passed","time":{"start":1706618624534,"stop":1706618624534,"duration":0}},{"uid":"acfe268c35cc0dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/acfe268c35cc0dc","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"65e53592edfa30e69fcd84fcf29743a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3d1c38dabf857ba","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f3d1c38dabf857ba","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"duration":0}},{"uid":"a586625d40c1e098","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a586625d40c1e098","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e002ae72c3aff762","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e002ae72c3aff762","status":"passed","time":{"start":1706618378871,"stop":1706618378872,"duration":1}},{"uid":"8edc4b10f7d92c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8edc4b10f7d92c8c","status":"passed","time":{"start":1706618170153,"stop":1706618170154,"duration":1}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8efde63dc51622ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8efde63dc51622ac","status":"passed","time":{"start":1706618934695,"stop":1706618934695,"duration":0}},{"uid":"6d75016c91af52ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d75016c91af52ab","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"79b8f7518ab93b24","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/79b8f7518ab93b24","status":"passed","time":{"start":1706618371937,"stop":1706618371937,"duration":0}},{"uid":"b9ee33b59f9ab66e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9ee33b59f9ab66e","status":"passed","time":{"start":1706618164526,"stop":1706618164527,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cbe73588fe33bb57","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cbe73588fe33bb57","status":"passed","time":{"start":1706619029122,"stop":1706619029123,"duration":1}},{"uid":"8f075ed82813d483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f075ed82813d483","status":"passed","time":{"start":1706618668721,"stop":1706618668721,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"35dac324d7a05007","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/35dac324d7a05007","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"duration":0}},{"uid":"84b8ed65e788773c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/84b8ed65e788773c","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a415e108cde12407","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a415e108cde12407","status":"passed","time":{"start":1706618959481,"stop":1706618959482,"duration":1}},{"uid":"7c3ec9517f788722","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c3ec9517f788722","status":"passed","time":{"start":1706618735876,"stop":1706618735877,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"244daa6b9ccfe578","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/244daa6b9ccfe578","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"duration":0}},{"uid":"d5c06c7721a6e601","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5c06c7721a6e601","status":"passed","time":{"start":1706618668738,"stop":1706618668738,"duration":0}}]},"207c274d577e03b42c4c5bcaae4cfde6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a48ee55c09d596d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4a48ee55c09d596d","status":"passed","time":{"start":1706619029123,"stop":1706619029124,"duration":1}},{"uid":"a13f4052cee2baba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a13f4052cee2baba","status":"passed","time":{"start":1706618668722,"stop":1706618668723,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2e547751e92a6bfd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2e547751e92a6bfd","status":"passed","time":{"start":1706618395070,"stop":1706618395070,"duration":0}},{"uid":"a9d374d3bc746fbc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9d374d3bc746fbc","status":"passed","time":{"start":1706618185610,"stop":1706618185610,"duration":0}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c390234f6f238e9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9c390234f6f238e9","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0}},{"uid":"bcdc3b83d8ddd3de","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcdc3b83d8ddd3de","status":"passed","time":{"start":1706618179519,"stop":1706618179519,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9ab60aed2425e0db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9ab60aed2425e0db","status":"passed","time":{"start":1706618996187,"stop":1706618996187,"duration":0}},{"uid":"4d165266372caf6b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d165266372caf6b","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ab1e23df5753f165","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ab1e23df5753f165","status":"passed","time":{"start":1706618366456,"stop":1706618366457,"duration":1}},{"uid":"10c06bec69b69dba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10c06bec69b69dba","status":"passed","time":{"start":1706618156837,"stop":1706618156837,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"92a6072d6a12e2b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92a6072d6a12e2b","status":"passed","time":{"start":1706618496641,"stop":1706618496641,"duration":0}},{"uid":"8ed40032605ee7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ed40032605ee7b1","status":"passed","time":{"start":1706618285307,"stop":1706618285307,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8c32eb74dc3b7b5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f8c32eb74dc3b7b5","status":"passed","time":{"start":1706619008974,"stop":1706619008975,"duration":1}},{"uid":"738188caae315898","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/738188caae315898","status":"passed","time":{"start":1706618775740,"stop":1706618775740,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2d3005a146e55f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e2d3005a146e55f2","status":"passed","time":{"start":1706618996183,"stop":1706618996183,"duration":0}},{"uid":"9abbbfe14be2ba8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9abbbfe14be2ba8b","status":"passed","time":{"start":1706618797759,"stop":1706618797759,"duration":0}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e163278af51a654d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e163278af51a654d","status":"passed","time":{"start":1706618959504,"stop":1706618959504,"duration":0}},{"uid":"8224caa0962b9776","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8224caa0962b9776","status":"passed","time":{"start":1706618735896,"stop":1706618735897,"duration":1}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b6eec3f4123e1b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b6eec3f4123e1b","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e7ffd332a521c75d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7ffd332a521c75d","status":"passed","time":{"start":1706619029127,"stop":1706619029128,"duration":1}},{"uid":"b54aa39904a36dee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b54aa39904a36dee","status":"passed","time":{"start":1706618668733,"stop":1706618668734,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7e9b2dc4f286d04","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c7e9b2dc4f286d04","status":"passed","time":{"start":1706618973546,"stop":1706618973547,"duration":1}},{"uid":"90180df28dd35cb1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/90180df28dd35cb1","status":"passed","time":{"start":1706618749036,"stop":1706618749037,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2a4e1ada550c4b90","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a4e1ada550c4b90","status":"passed","time":{"start":1706618395557,"stop":1706618395557,"duration":0}},{"uid":"cba61e3efd8ea87f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cba61e3efd8ea87f","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ada9d20a0a42c97a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ada9d20a0a42c97a","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"duration":0}},{"uid":"42234452b464bbeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42234452b464bbeb","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":1,"unknown":0,"total":2},"items":[{"uid":"9cbe725c2d7f53c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9cbe725c2d7f53c0","status":"passed","time":{"start":1706618624499,"stop":1706618624499,"duration":0}},{"uid":"7232affe731775ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7232affe731775ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb36946768c0bfa1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb36946768c0bfa1","status":"passed","time":{"start":1706618959474,"stop":1706618959475,"duration":1}},{"uid":"71c85e4f321d0635","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71c85e4f321d0635","status":"passed","time":{"start":1706618735857,"stop":1706618735857,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"395738e3b4bdcb58","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/395738e3b4bdcb58","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"duration":0}},{"uid":"4b3e1478ab62e8f5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b3e1478ab62e8f5","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5abf1dafb7089703","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5abf1dafb7089703","status":"passed","time":{"start":1706619035798,"stop":1706619035798,"duration":0}},{"uid":"5d93a6d43d896b30","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d93a6d43d896b30","status":"passed","time":{"start":1706618800452,"stop":1706618800453,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3faddb299f79096","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b3faddb299f79096","status":"passed","time":{"start":1706618871331,"stop":1706618871331,"duration":0}},{"uid":"bcf1e6256b5390","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcf1e6256b5390","status":"passed","time":{"start":1706618685089,"stop":1706618685089,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2a3140f859dace8a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a3140f859dace8a","status":"passed","time":{"start":1706618996188,"stop":1706618996189,"duration":1}},{"uid":"4dd8b77f823d54e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dd8b77f823d54e6","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"0d442695dd05453c4c355c81ef9164cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"acac0b8ed1828939","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/acac0b8ed1828939","status":"passed","time":{"start":1706618454371,"stop":1706618454371,"duration":0}},{"uid":"cd65ade20dbb1cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cd65ade20dbb1cbb","status":"passed","time":{"start":1706618246650,"stop":1706618246650,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3794ba9e6b4b171c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3794ba9e6b4b171c","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"duration":0}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6e9a20b4c92b86a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6e9a20b4c92b86a","status":"passed","time":{"start":1706618389061,"stop":1706618389061,"duration":0}},{"uid":"2f61377dab6d7c8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f61377dab6d7c8d","status":"passed","time":{"start":1706618179848,"stop":1706618179848,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c219e067d008f44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c219e067d008f44","status":"passed","time":{"start":1706618371923,"stop":1706618371924,"duration":1}},{"uid":"6dfb4e4f5bac5182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dfb4e4f5bac5182","status":"passed","time":{"start":1706618164514,"stop":1706618164515,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c1932b8e659ef88","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c1932b8e659ef88","status":"passed","time":{"start":1706618431633,"stop":1706618431634,"duration":1}},{"uid":"2854a4484b56f800","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2854a4484b56f800","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44c751deabc7075d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44c751deabc7075d","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"duration":0}},{"uid":"5b086b875bd61b57","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5b086b875bd61b57","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5989e77a21e4a4d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5989e77a21e4a4d","status":"passed","time":{"start":1706618865688,"stop":1706618865689,"duration":1}},{"uid":"2f8b885d647efd76","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f8b885d647efd76","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3a9ff6957db0000","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3a9ff6957db0000","status":"passed","time":{"start":1706619002393,"stop":1706619002393,"duration":0}},{"uid":"8175dc75ac57010f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8175dc75ac57010f","status":"passed","time":{"start":1706618759766,"stop":1706618759767,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7f8b24585756f4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b7f8b24585756f4","status":"passed","time":{"start":1706618424942,"stop":1706618424943,"duration":1}},{"uid":"1ea359e102643efe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ea359e102643efe","status":"passed","time":{"start":1706618216090,"stop":1706618216090,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae199278d309d5b6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ae199278d309d5b6","status":"passed","time":{"start":1706618851398,"stop":1706618851398,"duration":0}},{"uid":"35ccf70d2affed37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35ccf70d2affed37","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d46090312c639f9c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d46090312c639f9c","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"duration":0}},{"uid":"d732c8ac988a2e45","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d732c8ac988a2e45","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3af052694e6ee6b0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3af052694e6ee6b0","status":"passed","time":{"start":1706618996193,"stop":1706618996193,"duration":0}},{"uid":"2ad8b9c7f5c29b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ad8b9c7f5c29b6","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f79feaccf798941","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4f79feaccf798941","status":"passed","time":{"start":1706619029145,"stop":1706619029146,"duration":1}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99561d27c674278a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99561d27c674278a","status":"passed","time":{"start":1706618731298,"stop":1706618731298,"duration":0}},{"uid":"2de60cead2762d9f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2de60cead2762d9f","status":"passed","time":{"start":1706618394342,"stop":1706618394343,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4990162bff3ae73","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f4990162bff3ae73","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"duration":0}},{"uid":"d2412bb3d2c78079","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2412bb3d2c78079","status":"passed","time":{"start":1706618668741,"stop":1706618668742,"duration":1}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"495c9da73bdf2716","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/495c9da73bdf2716","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618580262,"stop":1706618580262,"duration":0}},{"uid":"a7eeb575c9b229f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a7eeb575c9b229f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380686,"stop":1706618380687,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3fa9a5f3d1a9fb4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3fa9a5f3d1a9fb4","status":"passed","time":{"start":1706618366258,"stop":1706618366259,"duration":1}},{"uid":"5848d0914933f1ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5848d0914933f1ef","status":"passed","time":{"start":1706618156705,"stop":1706618156706,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"74ada2de576e0b38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/74ada2de576e0b38","status":"passed","time":{"start":1706618372825,"stop":1706618372826,"duration":1}},{"uid":"e9e4624553d297a4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e9e4624553d297a4","status":"passed","time":{"start":1706618165343,"stop":1706618165343,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"22d3b2aaecd5f231","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22d3b2aaecd5f231","status":"passed","time":{"start":1706618687001,"stop":1706618687002,"duration":1}},{"uid":"e2bcfa89c3b967ed","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2bcfa89c3b967ed","status":"passed","time":{"start":1706618697331,"stop":1706618697332,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"35cb402b4ee5efa0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/35cb402b4ee5efa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618424948,"stop":1706618424948,"duration":0}},{"uid":"60d349e706032c5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60d349e706032c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216101,"stop":1706618216101,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"23fb66157e2a76f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/23fb66157e2a76f0","status":"passed","time":{"start":1706618372079,"stop":1706618372079,"duration":0}},{"uid":"c77165c6c3672847","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c77165c6c3672847","status":"passed","time":{"start":1706618164685,"stop":1706618164685,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e54ce121ba139718","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e54ce121ba139718","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0}},{"uid":"2f41fc5723dcef3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f41fc5723dcef3d","status":"passed","time":{"start":1706618797773,"stop":1706618797774,"duration":1}}]},"445b32c3eaefd07dedcf68570891aec8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dc1c5e147e4cd26","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7dc1c5e147e4cd26","status":"passed","time":{"start":1706618580255,"stop":1706618580256,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bf35fe7224166679","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bf35fe7224166679","status":"passed","time":{"start":1706618382596,"stop":1706618382597,"duration":1}},{"uid":"74d8021f27e46cb8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d8021f27e46cb8","status":"passed","time":{"start":1706618173700,"stop":1706618173702,"duration":2}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef02b49ed4037ed0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ef02b49ed4037ed0","status":"passed","time":{"start":1706618959506,"stop":1706618959507,"duration":1}},{"uid":"4c0d206ac3a18353","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c0d206ac3a18353","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3950d70ed3007872","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3950d70ed3007872","status":"passed","time":{"start":1706618487711,"stop":1706618487712,"duration":1}},{"uid":"35abbdf2d620f75b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35abbdf2d620f75b","status":"passed","time":{"start":1706618273728,"stop":1706618273729,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"1c41b02a98617871","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c41b02a98617871","status":"passed","time":{"start":1706618687003,"stop":1706618687004,"duration":1}},{"uid":"6160a8a14432351d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6160a8a14432351d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697336,"stop":1706618697336,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34ee82d6e62d35a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/34ee82d6e62d35a2","status":"passed","time":{"start":1706618959472,"stop":1706618959473,"duration":1}},{"uid":"745e1e477acb21b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/745e1e477acb21b0","status":"passed","time":{"start":1706618735852,"stop":1706618735853,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33525b020537a123","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33525b020537a123","status":"passed","time":{"start":1706618996186,"stop":1706618996187,"duration":1}},{"uid":"d5b3fd48df3331ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5b3fd48df3331ce","status":"passed","time":{"start":1706618797760,"stop":1706618797761,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1861a13c623a966f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1861a13c623a966f","status":"passed","time":{"start":1706618959490,"stop":1706618959490,"duration":0}},{"uid":"38df89559295eaf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df89559295eaf5","status":"passed","time":{"start":1706618735888,"stop":1706618735889,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e98b782ef80ed3e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e98b782ef80ed3e3","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"duration":0}},{"uid":"dc6e1529974dcdd0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc6e1529974dcdd0","status":"passed","time":{"start":1706618636981,"stop":1706618636983,"duration":2}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"777432c76b2490d5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/777432c76b2490d5","status":"passed","time":{"start":1706618959491,"stop":1706618959492,"duration":1}},{"uid":"ee6d8bf182351fe3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee6d8bf182351fe3","status":"passed","time":{"start":1706618735890,"stop":1706618735891,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d8ef7cfc6a31310f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d8ef7cfc6a31310f","status":"passed","time":{"start":1706618624536,"stop":1706618624537,"duration":1}},{"uid":"b1a31d06cc913a22","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1a31d06cc913a22","status":"passed","time":{"start":1706618460787,"stop":1706618460788,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d48ed147ef7b59f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1d48ed147ef7b59f","status":"passed","time":{"start":1706618738958,"stop":1706618738958,"duration":0}},{"uid":"580447349af520c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/580447349af520c2","status":"passed","time":{"start":1706618506506,"stop":1706618506507,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5efbecf033e90135","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5efbecf033e90135","status":"passed","time":{"start":1706618865692,"stop":1706618865693,"duration":1}},{"uid":"7decb4bde3c4d91f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7decb4bde3c4d91f","status":"passed","time":{"start":1706618683931,"stop":1706618683931,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8acd390c34b793c3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8acd390c34b793c3","status":"passed","time":{"start":1706618388585,"stop":1706618388586,"duration":1}},{"uid":"d8922c8522590023","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d8922c8522590023","status":"passed","time":{"start":1706618179513,"stop":1706618179513,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad3cc4b87da4e77e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ad3cc4b87da4e77e","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"duration":0}},{"uid":"8fde0e7b03c4cc33","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fde0e7b03c4cc33","status":"passed","time":{"start":1706618460773,"stop":1706618460773,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a0e59945537ce6c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4a0e59945537ce6c","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"duration":0}},{"uid":"1acb4850ce741fb7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1acb4850ce741fb7","status":"passed","time":{"start":1706618636977,"stop":1706618636978,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"27a139bf850e8935","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/27a139bf850e8935","status":"passed","time":{"start":1706618731293,"stop":1706618731294,"duration":1}},{"uid":"fdd5899342c97197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdd5899342c97197","status":"passed","time":{"start":1706618394332,"stop":1706618394333,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"654f619b18870d7d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/654f619b18870d7d","status":"passed","time":{"start":1706618624537,"stop":1706618624538,"duration":1}},{"uid":"1830af745d3a9406","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1830af745d3a9406","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7583180226541bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7583180226541bb","status":"passed","time":{"start":1706619002398,"stop":1706619002399,"duration":1}},{"uid":"96b58cf531329ea1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/96b58cf531329ea1","status":"passed","time":{"start":1706618759794,"stop":1706618759795,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44d60b5253e04566","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44d60b5253e04566","status":"passed","time":{"start":1706618858017,"stop":1706618858018,"duration":1}},{"uid":"769b086a742d9ec0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/769b086a742d9ec0","status":"passed","time":{"start":1706618636976,"stop":1706618636977,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5fe35d20a86ea711","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5fe35d20a86ea711","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0}},{"uid":"cca7d61ed67849e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cca7d61ed67849e2","status":"passed","time":{"start":1706618156963,"stop":1706618156964,"duration":1}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a511eab67be8b2d1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a511eab67be8b2d1","status":"passed","time":{"start":1706618372812,"stop":1706618372813,"duration":1}},{"uid":"9c9a0425db4cf0af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9c9a0425db4cf0af","status":"passed","time":{"start":1706618165335,"stop":1706618165336,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2b4f9e6cda045df","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f2b4f9e6cda045df","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"duration":0}},{"uid":"35eed45e0fc0ebe5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35eed45e0fc0ebe5","status":"passed","time":{"start":1706618460783,"stop":1706618460783,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"121f350a538db589","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/121f350a538db589","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706618799831,"stop":1706618799831,"duration":0}},{"uid":"1e44d7fb9301bd08","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1e44d7fb9301bd08","status":"passed","time":{"start":1706618497359,"stop":1706618497359,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91bd029a0386ff02","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91bd029a0386ff02","status":"passed","time":{"start":1706618371921,"stop":1706618371922,"duration":1}},{"uid":"6c09ba80b45b7da3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c09ba80b45b7da3","status":"passed","time":{"start":1706618164512,"stop":1706618164513,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eaecd7c5a56918c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eaecd7c5a56918c7","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"duration":0}},{"uid":"a0d6b0e3d0f85eaf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0d6b0e3d0f85eaf","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7844607fcc97f073","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7844607fcc97f073","status":"passed","time":{"start":1706618996200,"stop":1706618996200,"duration":0}},{"uid":"abc58ec5437e69d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abc58ec5437e69d9","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ddb1ec91196b94f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ddb1ec91196b94f","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"duration":0}},{"uid":"c1fa2f22257c4a77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c1fa2f22257c4a77","status":"passed","time":{"start":1706618668737,"stop":1706618668738,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1fe9af71913b1051","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1fe9af71913b1051","status":"passed","time":{"start":1706618973544,"stop":1706618973545,"duration":1}},{"uid":"49ca6e211d98b5d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49ca6e211d98b5d2","status":"passed","time":{"start":1706618749034,"stop":1706618749034,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c375ee02f6b23018","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c375ee02f6b23018","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"duration":0}},{"uid":"2f5c00004b0d4f95","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f5c00004b0d4f95","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"78670b341534125b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/78670b341534125b","status":"passed","time":{"start":1706618389060,"stop":1706618389061,"duration":1}},{"uid":"74bd63953e5cdc85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74bd63953e5cdc85","status":"passed","time":{"start":1706618179847,"stop":1706618179848,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"675232daada65c3d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/675232daada65c3d","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0}},{"uid":"17394438451399d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17394438451399d4","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c588163f37c4f8e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7c588163f37c4f8e","status":"passed","time":{"start":1706618378925,"stop":1706618378926,"duration":1}},{"uid":"9f49f474272f9ad7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9f49f474272f9ad7","status":"passed","time":{"start":1706618170166,"stop":1706618170166,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8ab50b77c80ce7d6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8ab50b77c80ce7d6","status":"passed","time":{"start":1706618996191,"stop":1706618996191,"duration":0}},{"uid":"12708a11ba0f99e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12708a11ba0f99e0","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91d2bfc4296cde54","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91d2bfc4296cde54","status":"passed","time":{"start":1706618996190,"stop":1706618996190,"duration":0}},{"uid":"5f410ca955194971","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f410ca955194971","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3ab09303036c9874","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3ab09303036c9874","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0}},{"uid":"49795dfc359c73dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49795dfc359c73dc","status":"passed","time":{"start":1706618682312,"stop":1706618682313,"duration":1}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6e17adeafb7dc4ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6e17adeafb7dc4ab","status":"passed","time":{"start":1706618624276,"stop":1706618624276,"duration":0}},{"uid":"db92ec39b9400fea","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db92ec39b9400fea","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c663e766f6fe8af6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c663e766f6fe8af6","status":"passed","time":{"start":1706618865682,"stop":1706618865682,"duration":0}},{"uid":"d2dcc1fe8a570a43","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2dcc1fe8a570a43","status":"passed","time":{"start":1706618683922,"stop":1706618683922,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37d9ec8a3d7098c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37d9ec8a3d7098c4","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"duration":0}},{"uid":"6dc827be896cd77b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dc827be896cd77b","status":"passed","time":{"start":1706618636986,"stop":1706618636988,"duration":2}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"113bf4bcf400b4e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/113bf4bcf400b4e7","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0}},{"uid":"37be724c54309aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37be724c54309aac","status":"passed","time":{"start":1706618683929,"stop":1706618683929,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9807a2b8c757ac2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9807a2b8c757ac2","status":"passed","time":{"start":1706619044147,"stop":1706619044148,"duration":1}},{"uid":"93adbd9f18b3e546","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93adbd9f18b3e546","status":"passed","time":{"start":1706618804663,"stop":1706618804664,"duration":1}}]},"fb917c1d208db3d41c9ecf3e5cbb585b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3b1a53ce323252b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f3b1a53ce323252b","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6d1a4d6248d854e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6d1a4d6248d854e","status":"passed","time":{"start":1706618624537,"stop":1706618624537,"duration":0}},{"uid":"5c08cb478dbda32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c08cb478dbda32","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"22d7d0580713c35977537ea3eb4e2956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d6350a45bf5ca53","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d6350a45bf5ca53","status":"passed","time":{"start":1706618735874,"stop":1706618735875,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f18b30da2e53367","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f18b30da2e53367","status":"passed","time":{"start":1706618371919,"stop":1706618371921,"duration":2}},{"uid":"a9ade9e5d048ea59","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9ade9e5d048ea59","status":"passed","time":{"start":1706618164509,"stop":1706618164512,"duration":3}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc1db1249c1b84bf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc1db1249c1b84bf","status":"passed","time":{"start":1706618395069,"stop":1706618395069,"duration":0}},{"uid":"12f072d7c8f3bf16","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12f072d7c8f3bf16","status":"passed","time":{"start":1706618185609,"stop":1706618185609,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11eba147704c8b27","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/11eba147704c8b27","status":"passed","time":{"start":1706619029131,"stop":1706619029131,"duration":0}},{"uid":"6c12e1bfa79c2a54","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c12e1bfa79c2a54","status":"passed","time":{"start":1706618668742,"stop":1706618668743,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5a617912b614342","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5a617912b614342","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0}},{"uid":"23f2303534c4e937","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23f2303534c4e937","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91b0fe0b69e1e3a8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91b0fe0b69e1e3a8","status":"passed","time":{"start":1706618366256,"stop":1706618366258,"duration":2}},{"uid":"ac64f7b2f0d9c7a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac64f7b2f0d9c7a3","status":"passed","time":{"start":1706618156703,"stop":1706618156705,"duration":2}}]},"5fda0bb3345742f09a9385becc6748e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b22dd1bf18f5308","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1b22dd1bf18f5308","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1c979de54ecc568","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c1c979de54ecc568","status":"passed","time":{"start":1706618851397,"stop":1706618851398,"duration":1}},{"uid":"7a58514910aaa7c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a58514910aaa7c","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"59ff992c2281d90e6c77fb9582b780f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99e1bd21f77da320","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99e1bd21f77da320","status":"passed","time":{"start":1706618454359,"stop":1706618454359,"duration":0}},{"uid":"42d4c003c312d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42d4c003c312d6","status":"passed","time":{"start":1706618246645,"stop":1706618246645,"duration":0}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa9b4d8814bc063b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa9b4d8814bc063b","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"duration":0}},{"uid":"8225205a0cd971fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8225205a0cd971fa","status":"passed","time":{"start":1706618460771,"stop":1706618460772,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae48d1c4f9f739f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ae48d1c4f9f739f2","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2695d0fa9b816ca7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2695d0fa9b816ca7","status":"passed","time":{"start":1706618624535,"stop":1706618624536,"duration":1}},{"uid":"47fa988fbab6d4f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47fa988fbab6d4f6","status":"passed","time":{"start":1706618460786,"stop":1706618460787,"duration":1}}]},"737c5ee269fd05ae70c337c0d5e7d030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30fd9b219449fed1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/30fd9b219449fed1","status":"passed","time":{"start":1706618580256,"stop":1706618580256,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"26deea821890e5b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/26deea821890e5b9","status":"passed","time":{"start":1706618996202,"stop":1706618996203,"duration":1}},{"uid":"cc92a865548a0dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cc92a865548a0dd","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6e8493f63f76609","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6e8493f63f76609","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"duration":0}},{"uid":"9a8e4801daec4644","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8e4801daec4644","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1eb084dd44a370cb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1eb084dd44a370cb","status":"passed","time":{"start":1706618496638,"stop":1706618496639,"duration":1}},{"uid":"72c644eb98a60f8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72c644eb98a60f8d","status":"passed","time":{"start":1706618285304,"stop":1706618285305,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"efff5ddc5775ffc0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/efff5ddc5775ffc0","status":"passed","time":{"start":1706618687004,"stop":1706618687005,"duration":1}},{"uid":"17d049a671a07287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d049a671a07287","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697337,"stop":1706618697338,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be64371ce74f026c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/be64371ce74f026c","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"duration":0}},{"uid":"c5839d03ccfe6475","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c5839d03ccfe6475","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3bc9fee6c46e22f6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3bc9fee6c46e22f6","status":"passed","time":{"start":1706618996201,"stop":1706618996202,"duration":1}},{"uid":"693f9a36b53dfa49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/693f9a36b53dfa49","status":"passed","time":{"start":1706618797770,"stop":1706618797771,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bd0c94ef10f528c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bd0c94ef10f528c4","status":"passed","time":{"start":1706618834267,"stop":1706618834268,"duration":1}},{"uid":"f98d25ece0dbc8c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f98d25ece0dbc8c2","status":"passed","time":{"start":1706618668764,"stop":1706618668765,"duration":1}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3dc35440362dbd7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3dc35440362dbd7","status":"passed","time":{"start":1706618429313,"stop":1706618429313,"duration":0}},{"uid":"f7ad7b68fa27fc1a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f7ad7b68fa27fc1a","status":"passed","time":{"start":1706618221265,"stop":1706618221266,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d95f8243e7f6541a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d95f8243e7f6541a","status":"passed","time":{"start":1706618580260,"stop":1706618580261,"duration":1}},{"uid":"dff193aa7364b649","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dff193aa7364b649","status":"passed","time":{"start":1706618380684,"stop":1706618380684,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ffeabd6e27d0fe44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ffeabd6e27d0fe44","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0}},{"uid":"e889e94f43351362","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e889e94f43351362","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5414818a21a685c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a5414818a21a685c","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0}},{"uid":"a6b8578f44b7305d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a6b8578f44b7305d","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c980dba00d12e83","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8c980dba00d12e83","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0}},{"uid":"16ed2fd16d07ed2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16ed2fd16d07ed2d","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d2687b5cab63fa17","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d2687b5cab63fa17","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0}},{"uid":"d52df671917a137c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d52df671917a137c","status":"passed","time":{"start":1706618165337,"stop":1706618165337,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8af4ee43c08ae02e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8af4ee43c08ae02e","status":"passed","time":{"start":1706618996196,"stop":1706618996197,"duration":1}},{"uid":"54f916b619d6ad42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/54f916b619d6ad42","status":"passed","time":{"start":1706618797767,"stop":1706618797768,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c5bdeb172e6c642","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9c5bdeb172e6c642","status":"passed","time":{"start":1706619008975,"stop":1706619008975,"duration":0}},{"uid":"2eb62cea542f55ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2eb62cea542f55ab","status":"passed","time":{"start":1706618775740,"stop":1706618775741,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"41e06f8a1c302c5e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/41e06f8a1c302c5e","status":"passed","time":{"start":1706618489112,"stop":1706618489113,"duration":1}},{"uid":"ea94e31942331fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ea94e31942331fb","status":"passed","time":{"start":1706618284927,"stop":1706618284927,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6cd793ca3a535aba","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6cd793ca3a535aba","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0}},{"uid":"4e552ac812700c31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e552ac812700c31","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"61a05b23a3685d73","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/61a05b23a3685d73","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"duration":0}},{"uid":"7d23838394e3e7e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d23838394e3e7e","status":"passed","time":{"start":1706618668732,"stop":1706618668732,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2cfb0de5a13ac847","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2cfb0de5a13ac847","status":"passed","time":{"start":1706618378341,"stop":1706618378342,"duration":1}},{"uid":"ad618dccd30a7dc4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ad618dccd30a7dc4","status":"passed","time":{"start":1706618169524,"stop":1706618169526,"duration":2}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33808063b91b23c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33808063b91b23c","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"duration":0}},{"uid":"d5557a727806ffd3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5557a727806ffd3","status":"passed","time":{"start":1706618394330,"stop":1706618394330,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f2383b99a4268e0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f2383b99a4268e0","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"duration":0}},{"uid":"819e426debce8c5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/819e426debce8c5","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a274f31761a6638","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a274f31761a6638","status":"passed","time":{"start":1706618487713,"stop":1706618487714,"duration":1}},{"uid":"38087eb8bc8b3405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38087eb8bc8b3405","status":"passed","time":{"start":1706618273730,"stop":1706618273730,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e85e6f211a8e2e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e85e6f211a8e2e6","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0}},{"uid":"d063a8fdb926ae7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d063a8fdb926ae7","status":"passed","time":{"start":1706618735869,"stop":1706618735870,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5aed16e28a757fd8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5aed16e28a757fd8","status":"passed","time":{"start":1706618371931,"stop":1706618371931,"duration":0}},{"uid":"8586fc85d4566302","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8586fc85d4566302","status":"passed","time":{"start":1706618164516,"stop":1706618164516,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dcaff4d679ef4f16","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dcaff4d679ef4f16","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0}},{"uid":"f8843580de40e1c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8843580de40e1c2","status":"passed","time":{"start":1706618668723,"stop":1706618668724,"duration":1}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c20869a476b5993c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c20869a476b5993c","status":"passed","time":{"start":1706618580262,"stop":1706618580262,"duration":0}},{"uid":"f3c8b7f0dc3fe6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3c8b7f0dc3fe6a2","status":"passed","time":{"start":1706618380685,"stop":1706618380686,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"908649f26a0a752d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/908649f26a0a752d","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0}},{"uid":"31d1ed7a1a566a71","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/31d1ed7a1a566a71","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9fd218af77a87a52","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9fd218af77a87a52","status":"passed","time":{"start":1706618580256,"stop":1706618580257,"duration":1}},{"uid":"cf3e19a61a7a73b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf3e19a61a7a73b5","status":"passed","time":{"start":1706618380671,"stop":1706618380672,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3dae58229fadad2f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3dae58229fadad2f","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"duration":0}},{"uid":"427ea2292573483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/427ea2292573483","status":"passed","time":{"start":1706618170166,"stop":1706618170167,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"38e1cde9489d21ed","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/38e1cde9489d21ed","status":"passed","time":{"start":1706618624277,"stop":1706618624277,"duration":0}},{"uid":"e55cecfd712f4d35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e55cecfd712f4d35","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cb283d3fa4e57c29","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb283d3fa4e57c29","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"duration":0}},{"uid":"6317f78c71ca88aa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6317f78c71ca88aa","status":"passed","time":{"start":1706618682312,"stop":1706618682312,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0d578b371c5ba13","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a0d578b371c5ba13","status":"passed","time":{"start":1706618858019,"stop":1706618858022,"duration":3}},{"uid":"c8ffd901f8dc0c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c8ffd901f8dc0c50","status":"passed","time":{"start":1706618636979,"stop":1706618636980,"duration":1}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87a15e85ae2088a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87a15e85ae2088a2","status":"passed","time":{"start":1706618396942,"stop":1706618396942,"duration":0}},{"uid":"327ee06cda45bd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/327ee06cda45bd61","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6b434cb640f9db6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d6b434cb640f9db6","status":"passed","time":{"start":1706618366456,"stop":1706618366456,"duration":0}},{"uid":"51b302e0a99bdb14","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51b302e0a99bdb14","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c02aae4ccca436f9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c02aae4ccca436f9","status":"passed","time":{"start":1706618580258,"stop":1706618580259,"duration":1}},{"uid":"842964b500a33856","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/842964b500a33856","status":"passed","time":{"start":1706618380675,"stop":1706618380681,"duration":6}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"41ce5333c425af21","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/41ce5333c425af21","status":"passed","time":{"start":1706618371924,"stop":1706618371930,"duration":6}},{"uid":"abd0be49b3a55c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abd0be49b3a55c2","status":"passed","time":{"start":1706618164515,"stop":1706618164515,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"66495729c8fc5775","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/66495729c8fc5775","status":"passed","time":{"start":1706618388584,"stop":1706618388585,"duration":1}},{"uid":"3dfa0bed26905d4c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3dfa0bed26905d4c","status":"passed","time":{"start":1706618179512,"stop":1706618179512,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1139d4a4a7a2a31","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1139d4a4a7a2a31","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0}},{"uid":"f4314ddf5e3c96a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f4314ddf5e3c96a2","status":"passed","time":{"start":1706618749046,"stop":1706618749049,"duration":3}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e93f911084003e41","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e93f911084003e41","status":"passed","time":{"start":1706618496640,"stop":1706618496640,"duration":0}},{"uid":"5dbe7814c5537a35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5dbe7814c5537a35","status":"passed","time":{"start":1706618285306,"stop":1706618285306,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"65c25976b2f9e2db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/65c25976b2f9e2db","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706618731275,"stop":1706618731275,"duration":0}},{"uid":"f15ce609e1bda394","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f15ce609e1bda394","status":"passed","time":{"start":1706618394304,"stop":1706618394304,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"92d3dc44dc1bac29","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92d3dc44dc1bac29","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618424947,"stop":1706618424948,"duration":1}},{"uid":"3a003b88159c0e70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a003b88159c0e70","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216100,"stop":1706618216100,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bae196d0e293986a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bae196d0e293986a","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0}},{"uid":"a3b064bf2a2ee4a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b064bf2a2ee4a3","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1030bb60984ff60b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1030bb60984ff60b","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0}},{"uid":"201e0ba436b9a060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/201e0ba436b9a060","status":"passed","time":{"start":1706618735873,"stop":1706618735874,"duration":1}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3d15672ab2e6bf01","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3d15672ab2e6bf01","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0}},{"uid":"e6e09dbca7e82076","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6e09dbca7e82076","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"adffe73a6b7b0a13b6703bebbdcafd38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf34e5eef515a08d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf34e5eef515a08d","status":"passed","time":{"start":1706618683927,"stop":1706618683928,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53638d0e7a5ab37e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/53638d0e7a5ab37e","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0}},{"uid":"e532d05e3c42a4a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e532d05e3c42a4a6","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4fb04df76a0ba3d7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4fb04df76a0ba3d7","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"duration":0}},{"uid":"77d795ce22753c65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d795ce22753c65","status":"passed","time":{"start":1706618682311,"stop":1706618682312,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"625765bdead4e714","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/625765bdead4e714","status":"passed","time":{"start":1706618801296,"stop":1706618801297,"duration":1}},{"uid":"8b169ba9153aab75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b169ba9153aab75","status":"passed","time":{"start":1706618638646,"stop":1706618638647,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d5d8f1beab2eed86","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d5d8f1beab2eed86","status":"passed","time":{"start":1706619004846,"stop":1706619004847,"duration":1}},{"uid":"74c66d5d08ff564","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74c66d5d08ff564","status":"passed","time":{"start":1706618760406,"stop":1706618760407,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6eca3675d880af8a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6eca3675d880af8a","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"duration":0}},{"uid":"133fd36f4c1c8ae0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/133fd36f4c1c8ae0","status":"passed","time":{"start":1706618685096,"stop":1706618685096,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f78a87da0f0f5888","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f78a87da0f0f5888","status":"passed","time":{"start":1706619029140,"stop":1706619029141,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1278cbb822bc1a18","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1278cbb822bc1a18","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"duration":0}},{"uid":"14193fd6ec1a53c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14193fd6ec1a53c2","status":"passed","time":{"start":1706618394337,"stop":1706618394337,"duration":0}}]},"bb697e3c59422a105f27079d9543b833:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7433fa6d99b9de7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b7433fa6d99b9de7","status":"passed","time":{"start":1706618378312,"stop":1706618378314,"duration":2}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"68be028a1e650cf1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/68be028a1e650cf1","status":"passed","time":{"start":1706618858014,"stop":1706618858016,"duration":2}},{"uid":"3fcfbb7e1c1ac80a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3fcfbb7e1c1ac80a","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f5c7a06166a38de4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f5c7a06166a38de4","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"duration":0}},{"uid":"4430005e7c44ae39","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4430005e7c44ae39","status":"passed","time":{"start":1706618636989,"stop":1706618636990,"duration":1}}]},"6f37057ccdecf5550bcb449ff85f621b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371c2ebbdb131422","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/371c2ebbdb131422","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c138c6b3f7a9a42","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2c138c6b3f7a9a42","status":"passed","time":{"start":1706619008976,"stop":1706619008977,"duration":1}},{"uid":"2b8c08ab7132197b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2b8c08ab7132197b","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e7117258cfe925e0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7117258cfe925e0","status":"passed","time":{"start":1706618959505,"stop":1706618959506,"duration":1}},{"uid":"75275131649b8809","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/75275131649b8809","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59eb7e815d5ade4d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/59eb7e815d5ade4d","status":"passed","time":{"start":1706618858009,"stop":1706618858010,"duration":1}},{"uid":"a8a2a83187890626","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a8a2a83187890626","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"508e3205d419847b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/508e3205d419847b","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"duration":0}},{"uid":"f2a3586ca8457701","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a3586ca8457701","status":"passed","time":{"start":1706618636992,"stop":1706618636993,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d001ae67f9cfe20a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d001ae67f9cfe20a","status":"passed","time":{"start":1706619039585,"stop":1706619039586,"duration":1}},{"uid":"7322189c728acb72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7322189c728acb72","status":"passed","time":{"start":1706618853357,"stop":1706618853358,"duration":1}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2f43116f52417796","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2f43116f52417796","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0}},{"uid":"2f25cee4e231d272","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f25cee4e231d272","status":"passed","time":{"start":1706618242048,"stop":1706618242048,"duration":0}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f9844a915e2aff7c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f9844a915e2aff7c","status":"passed","time":{"start":1706618580257,"stop":1706618580258,"duration":1}},{"uid":"d97e5e4cd9de35ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d97e5e4cd9de35ab","status":"passed","time":{"start":1706618380673,"stop":1706618380674,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99304d2880ab66d2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99304d2880ab66d2","status":"passed","time":{"start":1706618731292,"stop":1706618731293,"duration":1}},{"uid":"ae60cd72a29561c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae60cd72a29561c4","status":"passed","time":{"start":1706618394332,"stop":1706618394332,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b250e85b0aacd555","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b250e85b0aacd555","status":"passed","time":{"start":1706618387941,"stop":1706618387942,"duration":1}},{"uid":"85fe237e6fe29911","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/85fe237e6fe29911","status":"passed","time":{"start":1706618178937,"stop":1706618178939,"duration":2}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6a095cd6a99416c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6a095cd6a99416c","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0}},{"uid":"743c37eb22d767d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/743c37eb22d767d8","status":"passed","time":{"start":1706618394338,"stop":1706618394338,"duration":0}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"601ebbceede4eee1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/601ebbceede4eee1","status":"passed","time":{"start":1706618388586,"stop":1706618388587,"duration":1}},{"uid":"58eb4743fee36c89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/58eb4743fee36c89","status":"passed","time":{"start":1706618179514,"stop":1706618179514,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6199c16e753b91b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d6199c16e753b91b","status":"passed","time":{"start":1706618487716,"stop":1706618487716,"duration":0}},{"uid":"bb472c6e262b0c04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb472c6e262b0c04","status":"passed","time":{"start":1706618273734,"stop":1706618273735,"duration":1}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ec4895009dbc99d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ec4895009dbc99d","status":"passed","time":{"start":1706619002398,"stop":1706619002398,"duration":0}},{"uid":"55dc18faeb150d1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55dc18faeb150d1d","status":"passed","time":{"start":1706618759769,"stop":1706618759794,"duration":25}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bdea91ccf4f82a37","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bdea91ccf4f82a37","status":"passed","time":{"start":1706618388586,"stop":1706618388586,"duration":0}},{"uid":"9d3d54d4ad7444be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d3d54d4ad7444be","status":"passed","time":{"start":1706618179513,"stop":1706618179514,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d11a02193c6fafdc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d11a02193c6fafdc","status":"passed","time":{"start":1706618624278,"stop":1706618624279,"duration":1}},{"uid":"7c6eccd35b6d5cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c6eccd35b6d5cbb","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c25efc7a75d8f07","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c25efc7a75d8f07","status":"passed","time":{"start":1706618731284,"stop":1706618731285,"duration":1}},{"uid":"1a4d94464d370572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1a4d94464d370572","status":"passed","time":{"start":1706618394318,"stop":1706618394319,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9ce00cc4485769a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9ce00cc4485769a0","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"duration":0}},{"uid":"3f9ae77775d67f87","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f9ae77775d67f87","status":"passed","time":{"start":1706618668731,"stop":1706618668732,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b1167c632df64a7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b1167c632df64a7","status":"passed","time":{"start":1706618871336,"stop":1706618871337,"duration":1}},{"uid":"eb421571e946a2d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb421571e946a2d1","status":"passed","time":{"start":1706618685098,"stop":1706618685099,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"376fd527142a549f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/376fd527142a549f","status":"passed","time":{"start":1706618858005,"stop":1706618858005,"duration":0}},{"uid":"b413fb5d463cc20b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b413fb5d463cc20b","status":"passed","time":{"start":1706618636967,"stop":1706618636968,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ccc8be42edf04ae","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3ccc8be42edf04ae","status":"passed","time":{"start":1706618159420,"stop":1706618159421,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"628fe352059cb60e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/628fe352059cb60e","status":"passed","time":{"start":1706618959507,"stop":1706618959507,"duration":0}},{"uid":"33d64cf6690c6c15","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33d64cf6690c6c15","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b11f0956833e69f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b11f0956833e69f","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0}},{"uid":"cf0ad307d60db5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf0ad307d60db5","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a9b830f666a9ec38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a9b830f666a9ec38","status":"passed","time":{"start":1706618996196,"stop":1706618996196,"duration":0}},{"uid":"638661303856025f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/638661303856025f","status":"passed","time":{"start":1706618797767,"stop":1706618797767,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af2f393b8e462e0a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/af2f393b8e462e0a","status":"passed","time":{"start":1706618886441,"stop":1706618886442,"duration":1}},{"uid":"b729ce25d77bc350","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b729ce25d77bc350","status":"passed","time":{"start":1706618698146,"stop":1706618698147,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1aef231bf1ee82a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1aef231bf1ee82a","status":"passed","time":{"start":1706618624279,"stop":1706618624280,"duration":1}},{"uid":"83c68fcb0b116d04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/83c68fcb0b116d04","status":"passed","time":{"start":1706618425015,"stop":1706618425016,"duration":1}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"348975164994ddc1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/348975164994ddc1","status":"passed","time":{"start":1706618396941,"stop":1706618396941,"duration":0}},{"uid":"fe74640dec082ea6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fe74640dec082ea6","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"92558b19b5cde6b1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92558b19b5cde6b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618580263,"stop":1706618580263,"duration":0}},{"uid":"966ac2c001d1347d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/966ac2c001d1347d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380687,"stop":1706618380687,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b760757915532bbd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b760757915532bbd","status":"passed","time":{"start":1706618624273,"stop":1706618624275,"duration":2}},{"uid":"df8c5c8f48b52b69","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/df8c5c8f48b52b69","status":"passed","time":{"start":1706618425011,"stop":1706618425012,"duration":1}}]},"27e255bd99dead41cff504a2d0785dc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6cf8e1e9eddc06e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a6cf8e1e9eddc06e","status":"passed","time":{"start":1706618683928,"stop":1706618683928,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"84558ecc4db96d19","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/84558ecc4db96d19","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0}},{"uid":"4674a2ec34de28da","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4674a2ec34de28da","status":"passed","time":{"start":1706618735867,"stop":1706618735868,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b6d47155bff1392","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b6d47155bff1392","status":"passed","time":{"start":1706618580248,"stop":1706618580248,"duration":0}},{"uid":"5c12ce8aebd593dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c12ce8aebd593dc","status":"passed","time":{"start":1706618380659,"stop":1706618380659,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bea06cff7afd6dff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bea06cff7afd6dff","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0}},{"uid":"9e8ca7c169f3b558","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9e8ca7c169f3b558","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"df63106057844f34","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/df63106057844f34","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618424947,"stop":1706618424947,"duration":0}},{"uid":"bdaadb599026288","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bdaadb599026288","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216099,"stop":1706618216099,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"700c4e4bce08f471","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/700c4e4bce08f471","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0}},{"uid":"6ba430699d505681","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6ba430699d505681","status":"passed","time":{"start":1706618242048,"stop":1706618242049,"duration":1}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edf1b661f2085827","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/edf1b661f2085827","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"duration":0}},{"uid":"4196b909e03d5861","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4196b909e03d5861","status":"passed","time":{"start":1706618636978,"stop":1706618636979,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"896c923e1c60068e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/896c923e1c60068e","status":"passed","time":{"start":1706619033642,"stop":1706619033643,"duration":1}},{"uid":"93053ac78079ee0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93053ac78079ee0a","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91767ca715ddc24c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91767ca715ddc24c","status":"passed","time":{"start":1706618389062,"stop":1706618389062,"duration":0}},{"uid":"486d29a27961e42e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/486d29a27961e42e","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eb8d570897fdd316","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eb8d570897fdd316","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"duration":0}},{"uid":"9d22e1dbeea16650","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d22e1dbeea16650","status":"passed","time":{"start":1706618636990,"stop":1706618636990,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e932c14df170b02c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e932c14df170b02c","status":"passed","time":{"start":1706618372078,"stop":1706618372079,"duration":1}},{"uid":"20a21880d2438682","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20a21880d2438682","status":"passed","time":{"start":1706618164684,"stop":1706618164685,"duration":1}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d0cbf360d22d3d31","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d0cbf360d22d3d31","status":"passed","time":{"start":1706618580250,"stop":1706618580250,"duration":0}},{"uid":"c68181dfdb660479","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c68181dfdb660479","status":"passed","time":{"start":1706618380663,"stop":1706618380664,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"492d095b0743e848","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/492d095b0743e848","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"duration":0}},{"uid":"18e0515122facb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/18e0515122facb2","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"15e4ea931ef2e58bc16cf9a1bb778bcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ba55e602d59b22c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ba55e602d59b22c","status":"passed","time":{"start":1706618378315,"stop":1706618378315,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"17373ad3f26a1841","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/17373ad3f26a1841","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0}},{"uid":"4fc6f0feff95f75e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4fc6f0feff95f75e","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1768495f12dbb8c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1768495f12dbb8c7","status":"passed","time":{"start":1706618624521,"stop":1706618624522,"duration":1}},{"uid":"7a27d7f9cb59fe93","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a27d7f9cb59fe93","status":"passed","time":{"start":1706618460782,"stop":1706618460783,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"52799da972febf01","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/52799da972febf01","status":"passed","time":{"start":1706618858008,"stop":1706618858008,"duration":0}},{"uid":"a65fae6f89fd49ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65fae6f89fd49ac","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"89fd1dd9fd6dc46e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/89fd1dd9fd6dc46e","status":"passed","time":{"start":1706618959484,"stop":1706618959485,"duration":1}},{"uid":"6098cbe3e58ff98b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6098cbe3e58ff98b","status":"passed","time":{"start":1706618735882,"stop":1706618735882,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b78dbb6e0b5550bd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b78dbb6e0b5550bd","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0}},{"uid":"b7a19c9a86b923c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b7a19c9a86b923c0","status":"passed","time":{"start":1706618636973,"stop":1706618636974,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f220894ca0b105c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f220894ca0b105c7","status":"passed","time":{"start":1706618739031,"stop":1706618739032,"duration":1}},{"uid":"102519c2e5b1a0e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/102519c2e5b1a0e7","status":"passed","time":{"start":1706618506571,"stop":1706618506572,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d411eba45d26f902","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d411eba45d26f902","status":"passed","time":{"start":1706618934690,"stop":1706618934691,"duration":1}},{"uid":"ebc34ddab64ff386","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebc34ddab64ff386","status":"passed","time":{"start":1706618732531,"stop":1706618732532,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7289657642f12c32","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7289657642f12c32","status":"passed","time":{"start":1706618834269,"stop":1706618834271,"duration":2}},{"uid":"627b940eb741d182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/627b940eb741d182","status":"passed","time":{"start":1706618668771,"stop":1706618668772,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"121447c8edc7276b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/121447c8edc7276b","status":"passed","time":{"start":1706618858012,"stop":1706618858012,"duration":0}},{"uid":"6540ffe4ec3ea7c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6540ffe4ec3ea7c4","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46fcaf0d8a61f7e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/46fcaf0d8a61f7e3","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"duration":0}},{"uid":"ca39b7609305d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ca39b7609305d9","status":"passed","time":{"start":1706618794312,"stop":1706618794313,"duration":1}}]},"93a0b2f3ce5cbce77809a553bdbe0ab6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7e92cb4c1bf574c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7e92cb4c1bf574c","status":"passed","time":{"start":1706618454363,"stop":1706618454363,"duration":0}},{"uid":"bafebcead4677fa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bafebcead4677fa9","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"39c558bd70a105d3412e93f8637616b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a63d8be9df60a1a9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a63d8be9df60a1a9","status":"passed","time":{"start":1706618959496,"stop":1706618959499,"duration":3}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2aa039a37cab5a2d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2aa039a37cab5a2d","status":"passed","time":{"start":1706618731273,"stop":1706618731274,"duration":1}},{"uid":"9aaa8006c140b964","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9aaa8006c140b964","status":"passed","time":{"start":1706618394303,"stop":1706618394304,"duration":1}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"526fadff81dfb922","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/526fadff81dfb922","status":"passed","time":{"start":1706618624538,"stop":1706618624539,"duration":1}},{"uid":"68f86978d24a965","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68f86978d24a965","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3949404061efccac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3949404061efccac","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"duration":0}},{"uid":"9b7bc72d53c2b4f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b7bc72d53c2b4f8","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8d1c7f6c1819eaa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8d1c7f6c1819eaa","status":"passed","time":{"start":1706618624534,"stop":1706618624535,"duration":1}},{"uid":"8dc3f4c908767230","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc3f4c908767230","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9da25024750aff83","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9da25024750aff83","status":"passed","time":{"start":1706618395072,"stop":1706618395072,"duration":0}},{"uid":"f8fdfd0131886e6f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8fdfd0131886e6f","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"33605b0ff317c52b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33605b0ff317c52b","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706618731278,"stop":1706618731278,"duration":0}},{"uid":"a40f47ba1d3d839","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a40f47ba1d3d839","status":"passed","time":{"start":1706618394306,"stop":1706618394306,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"67535135d222636b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/67535135d222636b","status":"passed","time":{"start":1706618959499,"stop":1706618959499,"duration":0}},{"uid":"1b029c07b51f2d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b029c07b51f2d12","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6ecbd8743d57519","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6ecbd8743d57519","status":"passed","time":{"start":1706618624451,"stop":1706618624451,"duration":0}},{"uid":"99a8117d9b33d2bf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/99a8117d9b33d2bf","status":"passed","time":{"start":1706618460773,"stop":1706618460774,"duration":1}}]},"a441b34c87ff4acca25a345480c0e832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8d897533e21ca293","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8d897533e21ca293","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"duration":0}},{"uid":"d319b35f9aff0081","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d319b35f9aff0081","status":"passed","time":{"start":1706618246653,"stop":1706618246653,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f20a7c7de20ab0f4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f20a7c7de20ab0f4","status":"passed","time":{"start":1706618424945,"stop":1706618424945,"duration":0}},{"uid":"92714d3316eec6b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92714d3316eec6b4","status":"passed","time":{"start":1706618216093,"stop":1706618216095,"duration":2}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d37c0d8356d427a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1d37c0d8356d427a","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0}},{"uid":"af8f1ca257aeb0e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af8f1ca257aeb0e1","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"1ecfe92e3f0bf4803adcc8048ac391ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa7e00f761c7f863","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa7e00f761c7f863","status":"passed","time":{"start":1706618454359,"stop":1706618454360,"duration":1}},{"uid":"891b210582c675e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/891b210582c675e7","status":"passed","time":{"start":1706618246646,"stop":1706618246646,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d95b919c082d38b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9d95b919c082d38b","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0}},{"uid":"1de5a58e37b5f287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1de5a58e37b5f287","status":"passed","time":{"start":1706618735891,"stop":1706618735892,"duration":1}}]},"30c77cae9846efa23652ec2cc9c0824d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"210023c7dc3bd456","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/210023c7dc3bd456","status":"passed","time":{"start":1706618865689,"stop":1706618865689,"duration":0}}]},"9739569391e2ab952cda6b3754e1ee1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"304cd2b0b8a4fe8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/304cd2b0b8a4fe8d","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0}},{"uid":"816cc47fbfb05dfa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/816cc47fbfb05dfa","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad5040ab0b3315c8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ad5040ab0b3315c8","status":"passed","time":{"start":1706618996203,"stop":1706618996203,"duration":0}},{"uid":"cdcde8aa1c4f58ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdcde8aa1c4f58ba","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ec0b63827bebf318","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ec0b63827bebf318","status":"passed","time":{"start":1706618731300,"stop":1706618731305,"duration":5}},{"uid":"24751427d7ba024a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24751427d7ba024a","status":"passed","time":{"start":1706618394348,"stop":1706618394349,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"68e1b4daa07d6066","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/68e1b4daa07d6066","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959507,"stop":1706618959507,"duration":0}},{"uid":"c45eb61060f1119f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c45eb61060f1119f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735899,"stop":1706618735900,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6dcbd4d01bd8dfc9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6dcbd4d01bd8dfc9","status":"passed","time":{"start":1706618996206,"stop":1706618996206,"duration":0}},{"uid":"ba940c800864a792","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ba940c800864a792","status":"passed","time":{"start":1706618797775,"stop":1706618797776,"duration":1}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c899da4599acb38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c899da4599acb38","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0}},{"uid":"b1e89d266a03b1ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1e89d266a03b1ec","status":"passed","time":{"start":1706618179519,"stop":1706618179520,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d81428f713a5f17c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d81428f713a5f17c","status":"passed","time":{"start":1706618996199,"stop":1706618996199,"duration":0}},{"uid":"9cc775b2e202a2b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9cc775b2e202a2b0","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"462243affcd380a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/462243affcd380a4","status":"passed","time":{"start":1706618934691,"stop":1706618934692,"duration":1}},{"uid":"60c34d0f990074ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60c34d0f990074ce","status":"passed","time":{"start":1706618732532,"stop":1706618732532,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ed421c4d7606f2f8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ed421c4d7606f2f8","status":"passed","time":{"start":1706618731269,"stop":1706618731270,"duration":1}},{"uid":"d004f83b01f092b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d004f83b01f092b6","status":"passed","time":{"start":1706618394302,"stop":1706618394302,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6d12a9ceb2e2fc62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6d12a9ceb2e2fc62","status":"passed","time":{"start":1706619033642,"stop":1706619033642,"duration":0}},{"uid":"866ec91fce923384","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/866ec91fce923384","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f60f307927ce3db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f60f307927ce3db","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"duration":0}},{"uid":"3c3ed0e3d186372e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c3ed0e3d186372e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"901f9f46344ae0d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/901f9f46344ae0d","status":"passed","time":{"start":1706618424943,"stop":1706618424943,"duration":0}},{"uid":"b823d516e100dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b823d516e100dc0e","status":"passed","time":{"start":1706618216091,"stop":1706618216092,"duration":1}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"49a45fd1755336b8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/49a45fd1755336b8","status":"passed","time":{"start":1706618865691,"stop":1706618865692,"duration":1}},{"uid":"2e421516bac76e41","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e421516bac76e41","status":"passed","time":{"start":1706618683930,"stop":1706618683931,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e157f2acfdcda1e4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e157f2acfdcda1e4","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0}},{"uid":"70b2b358efb909c7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/70b2b358efb909c7","status":"passed","time":{"start":1706618735872,"stop":1706618735872,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9b34ca5eca6475eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b34ca5eca6475eb","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"duration":0}},{"uid":"b2cd2555ec68e0ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2cd2555ec68e0ac","status":"passed","time":{"start":1706618668730,"stop":1706618668731,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8b155a5b08afc9ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8b155a5b08afc9ff","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0}},{"uid":"927a86ed9157107d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/927a86ed9157107d","status":"passed","time":{"start":1706618165342,"stop":1706618165343,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"164e9794ce6e1867","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/164e9794ce6e1867","status":"passed","time":{"start":1706618489111,"stop":1706618489111,"duration":0}},{"uid":"77d49950e7d29613","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d49950e7d29613","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac74353d45e1aeff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ac74353d45e1aeff","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0}},{"uid":"d521ca87f27f2ab0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d521ca87f27f2ab0","status":"passed","time":{"start":1706618668724,"stop":1706618668728,"duration":4}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7ace27834e980e1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c7ace27834e980e1","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"duration":0}},{"uid":"cda50c0afd931d5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cda50c0afd931d5e","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"73b4d4a281ba36d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/73b4d4a281ba36d","status":"passed","time":{"start":1706618996192,"stop":1706618996192,"duration":0}},{"uid":"14a925035d9f6334","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14a925035d9f6334","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"aef6b0f3c992132fd78e8cfc30d20fdc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94afc82f583c5e22","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/94afc82f583c5e22","status":"passed","time":{"start":1706618636994,"stop":1706618636995,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"214739989bcfd387","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/214739989bcfd387","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"211e1fb55aea6d82","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/211e1fb55aea6d82","status":"passed","time":{"start":1706618580259,"stop":1706618580260,"duration":1}},{"uid":"91a2da6ffb7e8d7f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a2da6ffb7e8d7f","status":"passed","time":{"start":1706618380682,"stop":1706618380683,"duration":1}}]},"46307dafbe9582b43936e8c48899dd86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c9cb9e0e5e1ebbc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4c9cb9e0e5e1ebbc","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"22cf55551e0b4ced","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22cf55551e0b4ced","status":"passed","time":{"start":1706619035798,"stop":1706619035799,"duration":1}},{"uid":"4b6c9280f034c958","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b6c9280f034c958","status":"passed","time":{"start":1706618800453,"stop":1706618800453,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54ebcce2b641c7b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54ebcce2b641c7b4","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0}},{"uid":"aa0d38dde1f7cfe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa0d38dde1f7cfe1","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93412407bd33ba1c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/93412407bd33ba1c","status":"passed","time":{"start":1706618996197,"stop":1706618996198,"duration":1}},{"uid":"3e80dc4c06345f89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3e80dc4c06345f89","status":"passed","time":{"start":1706618797768,"stop":1706618797768,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"51ba23ec392573e8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/51ba23ec392573e8","status":"passed","time":{"start":1706618996186,"stop":1706618996186,"duration":0}},{"uid":"c3445a5cc1db877e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3445a5cc1db877e","status":"passed","time":{"start":1706618797760,"stop":1706618797760,"duration":0}}]},"e8ee3a0b966384a3bd111ecb013f310b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"845a383706da58f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/845a383706da58f1","status":"passed","time":{"start":1706618454371,"stop":1706618454372,"duration":1}},{"uid":"5c096aae20f15053","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c096aae20f15053","status":"passed","time":{"start":1706618246651,"stop":1706618246651,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b36478b76d88c2b1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b36478b76d88c2b1","status":"passed","time":{"start":1706618389061,"stop":1706618389062,"duration":1}},{"uid":"b4237fa7c53959a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b4237fa7c53959a6","status":"passed","time":{"start":1706618179848,"stop":1706618179849,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa176706ae4acb08","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa176706ae4acb08","status":"passed","time":{"start":1706618395068,"stop":1706618395069,"duration":1}},{"uid":"5da389ac1e9074dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5da389ac1e9074dd","status":"passed","time":{"start":1706618185608,"stop":1706618185609,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a886e22c992bff7d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a886e22c992bff7d","status":"passed","time":{"start":1706618624276,"stop":1706618624277,"duration":1}},{"uid":"f8774c584e4a8a67","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8774c584e4a8a67","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cdb966e5c106595a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cdb966e5c106595a","status":"passed","time":{"start":1706619029133,"stop":1706619029133,"duration":0}},{"uid":"64314639e966f091","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64314639e966f091","status":"passed","time":{"start":1706618668744,"stop":1706618668744,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"67a07916bdf1f196","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/67a07916bdf1f196","status":"passed","time":{"start":1706618865681,"stop":1706618865682,"duration":1}},{"uid":"ac56604b84788140","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac56604b84788140","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2ee45025fc2127eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2ee45025fc2127eb","status":"passed","time":{"start":1706619029137,"stop":1706619029137,"duration":0}},{"uid":"79d2cfd4831e5416","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/79d2cfd4831e5416","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b91fc2a56e3d862","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b91fc2a56e3d862","status":"passed","time":{"start":1706619035796,"stop":1706619035796,"duration":0}},{"uid":"f6573565b1d203d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f6573565b1d203d2","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a095e172dd9bcdd0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a095e172dd9bcdd0","status":"passed","time":{"start":1706618959492,"stop":1706618959493,"duration":1}},{"uid":"5867a8564be2aa0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5867a8564be2aa0c","status":"passed","time":{"start":1706618735891,"stop":1706618735891,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edd1121e02ef78b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/edd1121e02ef78b9","status":"passed","time":{"start":1706619004846,"stop":1706619004846,"duration":0}},{"uid":"20eb0b4c35eda981","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20eb0b4c35eda981","status":"passed","time":{"start":1706618760406,"stop":1706618760406,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"438cc16b964e6d3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/438cc16b964e6d3","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"duration":0}},{"uid":"33c332cdb51bdba5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33c332cdb51bdba5","status":"passed","time":{"start":1706618394341,"stop":1706618394341,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420053a273288080","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/420053a273288080","status":"passed","time":{"start":1706618159419,"stop":1706618159420,"duration":1}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2d40a183aea1fe1e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2d40a183aea1fe1e","status":"passed","time":{"start":1706618624427,"stop":1706618624428,"duration":1}},{"uid":"a068a87f9aa73f8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a068a87f9aa73f8a","status":"passed","time":{"start":1706618460770,"stop":1706618460770,"duration":0}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f1d9438aee18e8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f1d9438aee18e8d","status":"passed","time":{"start":1706618851398,"stop":1706618851399,"duration":1}},{"uid":"7d4d3285113ffe18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d4d3285113ffe18","status":"passed","time":{"start":1706618682315,"stop":1706618682315,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3d838e4a1b8b6a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3d838e4a1b8b6a0","status":"passed","time":{"start":1706619021206,"stop":1706619021207,"duration":1}},{"uid":"6b78501fc42f8b88","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b78501fc42f8b88","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f49ded8d8e8aaadc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f49ded8d8e8aaadc","status":"passed","time":{"start":1706618996203,"stop":1706618996204,"duration":1}},{"uid":"5fb5838933d683e8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5fb5838933d683e8","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef5814c679e22bf8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ef5814c679e22bf8","status":"passed","time":{"start":1706618396944,"stop":1706618396944,"duration":0}},{"uid":"86c3dec3ee708f94","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86c3dec3ee708f94","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1b7211d4df2a4af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c1b7211d4df2a4af","status":"passed","time":{"start":1706618580249,"stop":1706618580249,"duration":0}},{"uid":"a0391354c8fafdb6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0391354c8fafdb6","status":"passed","time":{"start":1706618380661,"stop":1706618380662,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b22372d338fa89f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b22372d338fa89f","status":"passed","time":{"start":1706619008975,"stop":1706619008976,"duration":1}},{"uid":"984191b5fe23adeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/984191b5fe23adeb","status":"passed","time":{"start":1706618775741,"stop":1706618775741,"duration":0}}]},"3fb72c453823496b84991c1edfc65b93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"998ea8534508a306","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/998ea8534508a306","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33bbcb4fe5601790","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33bbcb4fe5601790","status":"passed","time":{"start":1706618996194,"stop":1706618996195,"duration":1}},{"uid":"793095812fb0f407","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/793095812fb0f407","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"8b0359e76c70f4e5aea6ed68bbcb8903:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5d037492a124d401","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5d037492a124d401","status":"passed","time":{"start":1706618454372,"stop":1706618454372,"duration":0}},{"uid":"a5e380aa701c8bac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5e380aa701c8bac","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"784c0c88308d81d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/784c0c88308d81d","status":"passed","time":{"start":1706618388660,"stop":1706618388660,"duration":0}},{"uid":"59b4c23ee27dafad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/59b4c23ee27dafad","status":"passed","time":{"start":1706618179518,"stop":1706618179519,"duration":1}}]},"5ae1b06765f2f264e8a1bf44cbf50fb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e943116a54c4d0d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e943116a54c4d0d9","status":"passed","time":{"start":1706619029138,"stop":1706619029139,"duration":1}},{"uid":"e8a48a0fe1cbda63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e8a48a0fe1cbda63","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d44ad7e4274e0e58","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d44ad7e4274e0e58","status":"passed","time":{"start":1706618388588,"stop":1706618388588,"duration":0}},{"uid":"533b9f811328f547","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/533b9f811328f547","status":"passed","time":{"start":1706618179514,"stop":1706618179515,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b56c234b916d231e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b56c234b916d231e","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0}},{"uid":"fd40f0615f8ef28d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd40f0615f8ef28d","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e6bbb5a390de8942","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e6bbb5a390de8942","status":"passed","time":{"start":1706618624449,"stop":1706618624449,"duration":0}},{"uid":"7332ab46ff1974ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7332ab46ff1974ac","status":"passed","time":{"start":1706618460771,"stop":1706618460771,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9977fa459e23f747","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9977fa459e23f747","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"duration":0}},{"uid":"d819ffa130a1119d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d819ffa130a1119d","status":"passed","time":{"start":1706618394324,"stop":1706618394324,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"965dc46e3a3fa392","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/965dc46e3a3fa392","status":"passed","time":{"start":1706618799830,"stop":1706618799830,"duration":0}},{"uid":"3c9b246b069abc60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c9b246b069abc60","status":"passed","time":{"start":1706618497358,"stop":1706618497359,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc49267e10a31274","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc49267e10a31274","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"duration":0}},{"uid":"260f2a0f2b8a869c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/260f2a0f2b8a869c","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c24f019f6a90d677","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c24f019f6a90d677","status":"passed","time":{"start":1706618996190,"stop":1706618996191,"duration":1}},{"uid":"570f615d81a261ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/570f615d81a261ec","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9b3c5f12651376b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b3c5f12651376b4","status":"passed","time":{"start":1706618624520,"stop":1706618624521,"duration":1}},{"uid":"749ee3856d16ee8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/749ee3856d16ee8a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aa4588059954a092","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aa4588059954a092","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0}},{"uid":"7f593712bb7b9bf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f593712bb7b9bf5","status":"passed","time":{"start":1706618394329,"stop":1706618394329,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef1038d78d281852","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ef1038d78d281852","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0}},{"uid":"63c0ccbb98f6ce6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63c0ccbb98f6ce6a","status":"passed","time":{"start":1706618735872,"stop":1706618735873,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4bc501c65a8a59a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4bc501c65a8a59a2","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"duration":0}},{"uid":"f2a380a335006a73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a380a335006a73","status":"passed","time":{"start":1706618394339,"stop":1706618394340,"duration":1}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c130f2bcc28c2542","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c130f2bcc28c2542","status":"passed","time":{"start":1706618959485,"stop":1706618959486,"duration":1}},{"uid":"36153e584e6ae6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36153e584e6ae6a2","status":"passed","time":{"start":1706618735884,"stop":1706618735884,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f11fb31b1b07b846","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f11fb31b1b07b846","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0}},{"uid":"db36828067a409be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db36828067a409be","status":"passed","time":{"start":1706618735871,"stop":1706618735871,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c7aa009c1f6be14","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c7aa009c1f6be14","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"duration":0}},{"uid":"4d9fecef9834aaee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d9fecef9834aaee","status":"passed","time":{"start":1706618394319,"stop":1706618394320,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"97bb736e5a4ad57c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/97bb736e5a4ad57c","status":"passed","time":{"start":1706618687005,"stop":1706618687006,"duration":1}},{"uid":"1040d78e120bc44e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1040d78e120bc44e","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1706618697339,"stop":1706618697339,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"129be1af36ae3be5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/129be1af36ae3be5","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0}},{"uid":"fed4b9a2ca844c1b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fed4b9a2ca844c1b","status":"passed","time":{"start":1706618682313,"stop":1706618682313,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"449625f3f31e51f5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/449625f3f31e51f5","status":"passed","time":{"start":1706618372819,"stop":1706618372820,"duration":1}},{"uid":"1d090291446edc3b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d090291446edc3b","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d912e4a8cb24e6cb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d912e4a8cb24e6cb","status":"passed","time":{"start":1706618731282,"stop":1706618731283,"duration":1}},{"uid":"3036e2dd7a40f619","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3036e2dd7a40f619","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd25aee6c0ac9b4e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fd25aee6c0ac9b4e","status":"passed","time":{"start":1706618934695,"stop":1706618934696,"duration":1}},{"uid":"80aa3d9d85359c64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/80aa3d9d85359c64","status":"passed","time":{"start":1706618732536,"stop":1706618732536,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b299564d5c9769f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b299564d5c9769f1","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0}},{"uid":"f8949f1050450133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8949f1050450133","status":"passed","time":{"start":1706618735886,"stop":1706618735887,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b582d5115671a4c2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b582d5115671a4c2","status":"passed","time":{"start":1706618624275,"stop":1706618624275,"duration":0}},{"uid":"1aa166e772e670e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1aa166e772e670e0","status":"passed","time":{"start":1706618425012,"stop":1706618425012,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7e2df1fa3b0ea074","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7e2df1fa3b0ea074","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"duration":0}},{"uid":"edf4978b3c2d466c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edf4978b3c2d466c","status":"passed","time":{"start":1706618760393,"stop":1706618760395,"duration":2}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"13c94ebb5a111e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/13c94ebb5a111e3","status":"passed","time":{"start":1706618580249,"stop":1706618580250,"duration":1}},{"uid":"4dde8fed524df663","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dde8fed524df663","status":"passed","time":{"start":1706618380662,"stop":1706618380663,"duration":1}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e520d175f41bef1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e520d175f41bef1","status":"passed","time":{"start":1706618387944,"stop":1706618387944,"duration":0}},{"uid":"1dd88d82aadbda25","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd88d82aadbda25","status":"passed","time":{"start":1706618178940,"stop":1706618178940,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f8f2aa7238ed2a8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3f8f2aa7238ed2a8","status":"passed","time":{"start":1706618580258,"stop":1706618580258,"duration":0}},{"uid":"b98daba8f99b4e32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b98daba8f99b4e32","status":"passed","time":{"start":1706618380674,"stop":1706618380675,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b00cb38287ee0d09","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b00cb38287ee0d09","status":"passed","time":{"start":1706618871326,"stop":1706618871327,"duration":1}},{"uid":"d74f69a5f4de3769","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d74f69a5f4de3769","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a8132394c076aec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7a8132394c076aec","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0}},{"uid":"74ba6f16b8164cde","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ba6f16b8164cde","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa9b2b5a3d9ac3c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa9b2b5a3d9ac3c0","status":"passed","time":{"start":1706619029141,"stop":1706619029141,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ad85d9f94f1dc4a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ad85d9f94f1dc4a","status":"passed","time":{"start":1706618959474,"stop":1706618959474,"duration":0}},{"uid":"deb282e7c2d6551c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/deb282e7c2d6551c","status":"passed","time":{"start":1706618735856,"stop":1706618735857,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"5b225430347d014e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b225430347d014e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618871330,"stop":1706618871330,"duration":0}},{"uid":"3cd90529b56385c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cd90529b56385c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685087,"stop":1706618685088,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2a1c0039c4a0290","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a1c0039c4a0290","status":"passed","time":{"start":1706618395071,"stop":1706618395071,"duration":0}},{"uid":"344e08f66bf9bb28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/344e08f66bf9bb28","status":"passed","time":{"start":1706618185610,"stop":1706618185611,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a4b791243d6ced6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8a4b791243d6ced6","status":"passed","time":{"start":1706618396943,"stop":1706618396944,"duration":1}},{"uid":"f0f6dc87cf6474fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0f6dc87cf6474fb","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"113456a16c6a7fab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/113456a16c6a7fab","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0}},{"uid":"1786fb8fafae2039","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1786fb8fafae2039","status":"passed","time":{"start":1706618735858,"stop":1706618735858,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe11f44a3eac0a67","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fe11f44a3eac0a67","status":"passed","time":{"start":1706618858028,"stop":1706618858028,"duration":0}},{"uid":"c7c03cfa8885f445","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c7c03cfa8885f445","status":"passed","time":{"start":1706618636993,"stop":1706618636993,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f802fe09e2777668","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f802fe09e2777668","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0}},{"uid":"af3b15e3086e8344","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af3b15e3086e8344","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2179f01a04776477","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2179f01a04776477","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0}},{"uid":"f0926e2d13f04cac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0926e2d13f04cac","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5201f347738e0b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b5201f347738e0b2","status":"passed","time":{"start":1706618372811,"stop":1706618372812,"duration":1}},{"uid":"b527b0710107fa72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b527b0710107fa72","status":"passed","time":{"start":1706618165334,"stop":1706618165335,"duration":1}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"10daa109de6aba6f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/10daa109de6aba6f","status":"passed","time":{"start":1706618959484,"stop":1706618959484,"duration":0}},{"uid":"b87e0c120d7affa1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b87e0c120d7affa1","status":"passed","time":{"start":1706618735881,"stop":1706618735882,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"370dd7023a5d5fec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/370dd7023a5d5fec","status":"passed","time":{"start":1706619029143,"stop":1706619029144,"duration":1}}]},"8e015f7bae869da90ca6cf2b2f2cc2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97db4c7bde336149","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/97db4c7bde336149","status":"passed","time":{"start":1706618378315,"stop":1706618378316,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3aed3134908bbe7a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3aed3134908bbe7a","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0}},{"uid":"86aafef2eccba7b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86aafef2eccba7b6","status":"passed","time":{"start":1706618804665,"stop":1706618804666,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a0ebef080c4783b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a0ebef080c4783b","status":"passed","time":{"start":1706618366458,"stop":1706618366459,"duration":1}},{"uid":"e2568313cc266d6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2568313cc266d6a","status":"passed","time":{"start":1706618156839,"stop":1706618156839,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83460c81e5d12220","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83460c81e5d12220","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0}},{"uid":"2d08ba5211c80ffd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2d08ba5211c80ffd","status":"passed","time":{"start":1706618749044,"stop":1706618749044,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ecc7d7c59c627065","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ecc7d7c59c627065","status":"passed","time":{"start":1706619033641,"stop":1706619033641,"duration":0}},{"uid":"973d0b4002c7c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/973d0b4002c7c50","status":"passed","time":{"start":1706618794310,"stop":1706618794311,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"63fe6c5509c673a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63fe6c5509c673a4","status":"passed","time":{"start":1706618487716,"stop":1706618487717,"duration":1}},{"uid":"bda95f55b25bc7d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bda95f55b25bc7d","status":"passed","time":{"start":1706618273735,"stop":1706618273736,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"caf24828bf0fbbb6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/caf24828bf0fbbb6","status":"passed","time":{"start":1706618959483,"stop":1706618959483,"duration":0}},{"uid":"32c7facec6f831c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32c7facec6f831c8","status":"passed","time":{"start":1706618735879,"stop":1706618735880,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0337153693f5e3d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c0337153693f5e3d","status":"passed","time":{"start":1706618366461,"stop":1706618366461,"duration":0}},{"uid":"3c42c2198e57e0d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c42c2198e57e0d6","status":"passed","time":{"start":1706618156841,"stop":1706618156842,"duration":1}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc9158287dae591a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc9158287dae591a","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"duration":0}},{"uid":"76f5736790ba27ad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76f5736790ba27ad","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87a5131dae447756","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87a5131dae447756","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0}},{"uid":"432702b58c47a880","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/432702b58c47a880","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"87464f5f5d0934d0319b584410e52f1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"94ccb832a0c134a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/94ccb832a0c134a0","status":"passed","time":{"start":1706618454362,"stop":1706618454363,"duration":1}},{"uid":"1d5aaf368c6c3492","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d5aaf368c6c3492","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"89a9624a6e3792cca673a64de9bbf7b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8e340021d693521","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8e340021d693521","status":"passed","time":{"start":1706618454358,"stop":1706618454358,"duration":0}},{"uid":"dbe316ab4716e33d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dbe316ab4716e33d","status":"passed","time":{"start":1706618246643,"stop":1706618246644,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91fb0d5e01db346f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91fb0d5e01db346f","status":"passed","time":{"start":1706618424939,"stop":1706618424941,"duration":2}},{"uid":"d86cdfcdcd87063c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d86cdfcdcd87063c","status":"passed","time":{"start":1706618216085,"stop":1706618216088,"duration":3}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77affc9c082a9713","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77affc9c082a9713","status":"passed","time":{"start":1706618871328,"stop":1706618871328,"duration":0}},{"uid":"4017f825d17bc231","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4017f825d17bc231","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e4261de2e78f5ee5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e4261de2e78f5ee5","status":"passed","time":{"start":1706618496640,"stop":1706618496641,"duration":1}},{"uid":"fb957bdc7e75794c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fb957bdc7e75794c","status":"passed","time":{"start":1706618285306,"stop":1706618285307,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3be329c425483ef2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3be329c425483ef2","status":"passed","time":{"start":1706618372821,"stop":1706618372822,"duration":1}},{"uid":"ac71212c4835f8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac71212c4835f8b","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a52864fe694cbb18","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a52864fe694cbb18","status":"passed","time":{"start":1706618959489,"stop":1706618959490,"duration":1}},{"uid":"d48e449bbbef7e77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d48e449bbbef7e77","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e42001a52c992ba","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e42001a52c992ba","status":"passed","time":{"start":1706618959491,"stop":1706618959491,"duration":0}},{"uid":"8f562b3fe1ce2a75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f562b3fe1ce2a75","status":"passed","time":{"start":1706618735890,"stop":1706618735890,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ba3a42afcb55a13b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ba3a42afcb55a13b","status":"passed","time":{"start":1706618487712,"stop":1706618487713,"duration":1}},{"uid":"88a309ff27ac8329","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88a309ff27ac8329","status":"passed","time":{"start":1706618273729,"stop":1706618273729,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"887af16724d2cb54","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/887af16724d2cb54","status":"passed","time":{"start":1706618395071,"stop":1706618395072,"duration":1}},{"uid":"bb2c16086d302d3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb2c16086d302d3d","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d280d430e93c97c3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d280d430e93c97c3","status":"passed","time":{"start":1706618959482,"stop":1706618959482,"duration":0}},{"uid":"41bd1522a5418945","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/41bd1522a5418945","status":"passed","time":{"start":1706618735877,"stop":1706618735878,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fba86fb5418ec476","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fba86fb5418ec476","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0}},{"uid":"24c6e9a53a03788","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24c6e9a53a03788","status":"passed","time":{"start":1706618394327,"stop":1706618394328,"duration":1}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8811a38c7307243","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8811a38c7307243","status":"passed","time":{"start":1706618382598,"stop":1706618382598,"duration":0}},{"uid":"39c093d1888fdbe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39c093d1888fdbe1","status":"passed","time":{"start":1706618173702,"stop":1706618173702,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"457c81781e50cddf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/457c81781e50cddf","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618389064,"stop":1706618389065,"duration":1}},{"uid":"51990e641623948a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51990e641623948a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"62e0f09f36c9ae7b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/62e0f09f36c9ae7b","status":"passed","time":{"start":1706618909987,"stop":1706618909988,"duration":1}},{"uid":"6b10800fe6da01e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b10800fe6da01e6","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"ca6afb8b3884fa77926f67fe754c94bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6cc8ed0f8e135c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f6cc8ed0f8e135c4","status":"passed","time":{"start":1706618797776,"stop":1706618797777,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ed4a1787873b6aa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ed4a1787873b6aa","status":"passed","time":{"start":1706618372813,"stop":1706618372818,"duration":5}},{"uid":"6897a1afe5e08b46","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6897a1afe5e08b46","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fef42ec1a4002bde","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fef42ec1a4002bde","status":"passed","time":{"start":1706619044149,"stop":1706619044150,"duration":1}},{"uid":"17f81b007a77eb2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17f81b007a77eb2c","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1ca636f272f53163","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ca636f272f53163","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618389064,"stop":1706618389064,"duration":0}},{"uid":"26d13378cd0eeb8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/26d13378cd0eeb8b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e24c8014de29a938","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e24c8014de29a938","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0}},{"uid":"1cf32e9fb82d532","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1cf32e9fb82d532","status":"passed","time":{"start":1706618668714,"stop":1706618668721,"duration":7}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f9a9c5be342d3067","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f9a9c5be342d3067","status":"passed","time":{"start":1706618996191,"stop":1706618996192,"duration":1}},{"uid":"2e69b5c7de1747e3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e69b5c7de1747e3","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"98f47160e3e20be2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/98f47160e3e20be2","status":"passed","time":{"start":1706618909988,"stop":1706618909989,"duration":1}},{"uid":"6e8414bb93d83f8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6e8414bb93d83f8c","status":"passed","time":{"start":1706618664768,"stop":1706618664768,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":1,"passed":0,"unknown":0,"total":2},"items":[{"uid":"748543f3b2e1b6bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/748543f3b2e1b6bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618624451,"stop":1706618624452,"duration":1}},{"uid":"712bc0a35a38e22a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/712bc0a35a38e22a","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAkvFywi2DzoU9KJqnxqi1oAgJNmghdGvg5qbsLL6Kjv2Rf for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi: Error: Filter subscribe request 8c0a267b-f94d-40d9-8e95-934ec7aad2c0 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460775,"stop":1706618460776,"duration":1}}]},"be13370c1d09200069f628576ed1d8aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d167bb0b9836bd27","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d167bb0b9836bd27","status":"passed","time":{"start":1706618735894,"stop":1706618735894,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":1,"unknown":0,"total":2},"items":[{"uid":"5ec01a51348e0c6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5ec01a51348e0c6","status":"passed","time":{"start":1706618624452,"stop":1706618624498,"duration":46}},{"uid":"178f616ed46134be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/178f616ed46134be","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460777,"stop":1706618460777,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"45e359fea625011b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/45e359fea625011b","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0}},{"uid":"7c71d4cf50b31c42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c71d4cf50b31c42","status":"passed","time":{"start":1706618732534,"stop":1706618732534,"duration":0}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ac50ad12bef13a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ac50ad12bef13a0","status":"passed","time":{"start":1706618580261,"stop":1706618580262,"duration":1}},{"uid":"fae46ec8956bffcd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fae46ec8956bffcd","status":"passed","time":{"start":1706618380684,"stop":1706618380685,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dc0db2baf762af42","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dc0db2baf762af42","status":"passed","time":{"start":1706618424941,"stop":1706618424942,"duration":1}},{"uid":"f75a77f32e7bd89d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f75a77f32e7bd89d","status":"passed","time":{"start":1706618216089,"stop":1706618216089,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"216f4e48369049ef","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/216f4e48369049ef","status":"passed","time":{"start":1706618624535,"stop":1706618624535,"duration":0}},{"uid":"95aa40ee372bf53a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/95aa40ee372bf53a","status":"passed","time":{"start":1706618460786,"stop":1706618460786,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"733291b83aa211af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/733291b83aa211af","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0}},{"uid":"1f138c2ac8339e91","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f138c2ac8339e91","status":"passed","time":{"start":1706618683925,"stop":1706618683926,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"62bd1b0d41534a00","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/62bd1b0d41534a00","status":"passed","time":{"start":1706618865680,"stop":1706618865681,"duration":1}},{"uid":"387c3517c52dbebf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/387c3517c52dbebf","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"4ab371f18cab30530b5dafe8aa774b9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd128e14baf59976","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd128e14baf59976","status":"passed","time":{"start":1706618735875,"stop":1706618735876,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"2afdf4d098d966f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2afdf4d098d966f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618865693,"stop":1706618865694,"duration":1}},{"uid":"7d387b0ff392d685","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d387b0ff392d685","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683933,"stop":1706618683934,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc66ce2290cef0c9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc66ce2290cef0c9","status":"passed","time":{"start":1706618865694,"stop":1706618865694,"duration":0}},{"uid":"5f12667768fc8b92","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f12667768fc8b92","status":"passed","time":{"start":1706618683934,"stop":1706618683935,"duration":1}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7e0b652e69ce3f37","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7e0b652e69ce3f37","status":"passed","time":{"start":1706618366454,"stop":1706618366455,"duration":1}},{"uid":"7846f7b8973df56c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7846f7b8973df56c","status":"passed","time":{"start":1706618156835,"stop":1706618156835,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"561d735f4c0a273f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/561d735f4c0a273f","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"duration":0}},{"uid":"803225537ef4eba8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/803225537ef4eba8","status":"passed","time":{"start":1706618668728,"stop":1706618668729,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"6f3bc82ae1510832","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f3bc82ae1510832","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959486,"stop":1706618959486,"duration":0}},{"uid":"873f75e59cff4748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/873f75e59cff4748","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bec04a06599887d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bec04a06599887d9","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"duration":0}},{"uid":"bc4a2cc2351e4e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4a2cc2351e4e75","status":"passed","time":{"start":1706618668741,"stop":1706618668741,"duration":0}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"747920aec35145b7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/747920aec35145b7","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"duration":0}},{"uid":"baf002977e3b9178","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/baf002977e3b9178","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e47cf5ff21cf72e4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e47cf5ff21cf72e4","status":"passed","time":{"start":1706618388590,"stop":1706618388590,"duration":0}},{"uid":"17b455e5f93139cb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17b455e5f93139cb","status":"passed","time":{"start":1706618179515,"stop":1706618179516,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e000fe07737a731","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e000fe07737a731","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0}},{"uid":"5bf2f4a5ef738f78","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5bf2f4a5ef738f78","status":"passed","time":{"start":1706618165337,"stop":1706618165338,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"43daaf52ce4767a9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/43daaf52ce4767a9","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706618799832,"stop":1706618799833,"duration":1}},{"uid":"ec27595c1afb3425","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ec27595c1afb3425","status":"passed","time":{"start":1706618497359,"stop":1706618497360,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6ed0a8c904a43ae","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6ed0a8c904a43ae","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99f7da1b3648e26e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99f7da1b3648e26e","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0}},{"uid":"aedbeecb80a0a7fe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aedbeecb80a0a7fe","status":"passed","time":{"start":1706618804664,"stop":1706618804665,"duration":1}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"475652234f08b6a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/475652234f08b6a4","status":"passed","time":{"start":1706618372080,"stop":1706618372080,"duration":0}},{"uid":"5a701d4fa526c8ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a701d4fa526c8ce","status":"passed","time":{"start":1706618164695,"stop":1706618164695,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"593f99ff26f22b5b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/593f99ff26f22b5b","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"duration":0}},{"uid":"ab2921133d9cd55c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab2921133d9cd55c","status":"passed","time":{"start":1706618636996,"stop":1706618636996,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d913b63743d6b1f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9d913b63743d6b1f","status":"passed","time":{"start":1706618580254,"stop":1706618580255,"duration":1}},{"uid":"3eddfab1582d3f6e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3eddfab1582d3f6e","status":"passed","time":{"start":1706618380668,"stop":1706618380669,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8b9f63b2d2963e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8b9f63b2d2963e6","status":"passed","time":{"start":1706619039584,"stop":1706619039585,"duration":1}},{"uid":"72b35098df8c0edf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72b35098df8c0edf","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4e9fc5fed12c4921","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4e9fc5fed12c4921","status":"passed","time":{"start":1706618886442,"stop":1706618886442,"duration":0}},{"uid":"459af9e33777ec2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/459af9e33777ec2d","status":"passed","time":{"start":1706618698148,"stop":1706618698148,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ce02450472183a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ce02450472183a1","status":"passed","time":{"start":1706619039585,"stop":1706619039585,"duration":0}},{"uid":"11210c72f7ae5f4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11210c72f7ae5f4b","status":"passed","time":{"start":1706618853357,"stop":1706618853357,"duration":0}}]},"2a56323f9d6bf5f02e08654a6dae9eeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87bec6f64997faec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87bec6f64997faec","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0}},{"uid":"e82436804d0de6c9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e82436804d0de6c9","status":"passed","time":{"start":1706618668723,"stop":1706618668723,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"478487ab98c9d6c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/478487ab98c9d6c4","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0}},{"uid":"d1f4b2e968f54381","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1f4b2e968f54381","status":"passed","time":{"start":1706618735870,"stop":1706618735870,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c097eb6ddf55129f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c097eb6ddf55129f","status":"passed","time":{"start":1706618731281,"stop":1706618731281,"duration":0}},{"uid":"74d820522fdd9dc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d820522fdd9dc2","status":"passed","time":{"start":1706618394315,"stop":1706618394315,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"599164d2595c676","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/599164d2595c676","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b8ade269780aa26","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b8ade269780aa26","status":"passed","time":{"start":1706618487715,"stop":1706618487715,"duration":0}},{"uid":"88aeed265f4682c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88aeed265f4682c8","status":"passed","time":{"start":1706618273732,"stop":1706618273732,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3727773489abe03b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3727773489abe03b","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"duration":0}},{"uid":"d71b0eeb80230cd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d71b0eeb80230cd4","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"fa29ae7cb02fe2560cfa1da549a1510f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f71f0e353456c68e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f71f0e353456c68e","status":"passed","time":{"start":1706618636995,"stop":1706618636995,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"787932ad13958096","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/787932ad13958096","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"duration":0}},{"uid":"3cb08241bf1b7765","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cb08241bf1b7765","status":"passed","time":{"start":1706618460783,"stop":1706618460784,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2429e750af6177dd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2429e750af6177dd","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"duration":0}},{"uid":"64b475474d133c63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64b475474d133c63","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d25f1c253b5a404","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4d25f1c253b5a404","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0}},{"uid":"1232ce275cf76cb0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1232ce275cf76cb0","status":"passed","time":{"start":1706618668713,"stop":1706618668714,"duration":1}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdd0710bbc962d68","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fdd0710bbc962d68","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0}},{"uid":"5d9d762e861d778e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d9d762e861d778e","status":"passed","time":{"start":1706618685097,"stop":1706618685097,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d397cf7cf298dfd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4d397cf7cf298dfd","status":"passed","time":{"start":1706618624520,"stop":1706618624520,"duration":0}},{"uid":"4a6168704e26620f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4a6168704e26620f","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16a4c159caff33b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/16a4c159caff33b2","status":"passed","time":{"start":1706618959490,"stop":1706618959491,"duration":1}},{"uid":"73cfdae6f0bb358e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/73cfdae6f0bb358e","status":"passed","time":{"start":1706618735889,"stop":1706618735890,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"965c9e3fa15f83d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/965c9e3fa15f83d0","status":"passed","time":{"start":1706618686999,"stop":1706618687000,"duration":1}},{"uid":"7213d6bab0bf82a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7213d6bab0bf82a5","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdbc17be043319db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fdbc17be043319db","status":"passed","time":{"start":1706618378924,"stop":1706618378924,"duration":0}},{"uid":"44d319252dea5052","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44d319252dea5052","status":"passed","time":{"start":1706618170164,"stop":1706618170165,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55306030007f6c0d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/55306030007f6c0d","status":"passed","time":{"start":1706618371936,"stop":1706618371937,"duration":1}},{"uid":"176c6738647383ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/176c6738647383ba","status":"passed","time":{"start":1706618164525,"stop":1706618164526,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16312aa956ff57d8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/16312aa956ff57d8","status":"passed","time":{"start":1706618996199,"stop":1706618996200,"duration":1}},{"uid":"a65944c81e61dd75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65944c81e61dd75","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"306ba969a29619ad276c548e6b11c6f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4e852432ac421ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a4e852432ac421ab","status":"passed","time":{"start":1706618865689,"stop":1706618865690,"duration":1}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f8b97999f0ccae0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f8b97999f0ccae0","status":"passed","time":{"start":1706618387943,"stop":1706618387943,"duration":0}},{"uid":"56f5bcb252c3ece3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/56f5bcb252c3ece3","status":"passed","time":{"start":1706618178939,"stop":1706618178940,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76ba2cfc67b95436","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/76ba2cfc67b95436","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"duration":0}},{"uid":"fdad94ae1cefd29e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdad94ae1cefd29e","status":"passed","time":{"start":1706618682310,"stop":1706618682310,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c03b8baee2e198f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c03b8baee2e198f","status":"passed","time":{"start":1706618731271,"stop":1706618731272,"duration":1}},{"uid":"67b6556688203d70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67b6556688203d70","status":"passed","time":{"start":1706618394303,"stop":1706618394303,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37c4470fa2c34b77","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37c4470fa2c34b77","status":"passed","time":{"start":1706619029121,"stop":1706619029121,"duration":0}},{"uid":"e60687d7bee8560d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e60687d7bee8560d","status":"passed","time":{"start":1706618668712,"stop":1706618668713,"duration":1}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb5b5e83fb81f861","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb5b5e83fb81f861","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"duration":0}},{"uid":"67dde76ae50e297f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67dde76ae50e297f","status":"passed","time":{"start":1706618170155,"stop":1706618170156,"duration":1}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5f1e4f017cde250","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5f1e4f017cde250","status":"passed","time":{"start":1706618996208,"stop":1706618996208,"duration":0}},{"uid":"3990e600b522873a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3990e600b522873a","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0e49e23d80b43e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c0e49e23d80b43e6","status":"passed","time":{"start":1706618687106,"stop":1706618687106,"duration":0}},{"uid":"ab13a9294da4e403","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab13a9294da4e403","status":"passed","time":{"start":1706618460834,"stop":1706618460835,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7f12b89086933979","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7f12b89086933979","status":"passed","time":{"start":1706618580253,"stop":1706618580254,"duration":1}},{"uid":"1ced4f7e225cbcd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ced4f7e225cbcd6","status":"passed","time":{"start":1706618380666,"stop":1706618380667,"duration":1}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f08bdc310f66f9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f08bdc310f66f9f","status":"passed","time":{"start":1706618388661,"stop":1706618388662,"duration":1}},{"uid":"ac22167ba556afcc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac22167ba556afcc","status":"passed","time":{"start":1706618179520,"stop":1706618179520,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"540b75fcb46ba5b6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/540b75fcb46ba5b6","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"duration":0}},{"uid":"a4d3b4da3e0291cc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a4d3b4da3e0291cc","status":"passed","time":{"start":1706618636997,"stop":1706618636997,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5153296bde8262ec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5153296bde8262ec","status":"passed","time":{"start":1706618424945,"stop":1706618424946,"duration":1}},{"uid":"204f886cf5f46b49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/204f886cf5f46b49","status":"passed","time":{"start":1706618216095,"stop":1706618216097,"duration":2}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b90bc6e62ddbb6e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b90bc6e62ddbb6e","status":"passed","time":{"start":1706618396942,"stop":1706618396943,"duration":1}},{"uid":"37637262e9254591","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37637262e9254591","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"3c39dbb9b7bea29b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c39dbb9b7bea29b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959507,"stop":1706618959518,"duration":11}},{"uid":"864caa37fac4340b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/864caa37fac4340b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735900,"stop":1706618735900,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1a1f5c4f60174ef","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d1a1f5c4f60174ef","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0}},{"uid":"e73a21524beac52c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e73a21524beac52c","status":"passed","time":{"start":1706618804666,"stop":1706618804667,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"121244c19a576309","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/121244c19a576309","status":"passed","time":{"start":1706618996198,"stop":1706618996199,"duration":1}},{"uid":"47e2f9998166b20","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47e2f9998166b20","status":"passed","time":{"start":1706618797768,"stop":1706618797769,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"2a9afbd722fb849a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a9afbd722fb849a","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706618731280,"stop":1706618731280,"duration":0}},{"uid":"42849c8f19f9fd35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42849c8f19f9fd35","status":"passed","time":{"start":1706618394306,"stop":1706618394308,"duration":2}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"861d54c46dfce1f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/861d54c46dfce1f1","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0}},{"uid":"5f8b13bf4c162519","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f8b13bf4c162519","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29e28a62c67f07ad","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/29e28a62c67f07ad","status":"passed","time":{"start":1706618858006,"stop":1706618858008,"duration":2}},{"uid":"16e4403cef791e48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16e4403cef791e48","status":"passed","time":{"start":1706618636968,"stop":1706618636969,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"302769fcd6799018","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/302769fcd6799018","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0}},{"uid":"ee23d719c40a98b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee23d719c40a98b5","status":"passed","time":{"start":1706618797774,"stop":1706618797774,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc8a65ad8899809c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc8a65ad8899809c","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"duration":0}},{"uid":"4ae177195eb402d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ae177195eb402d2","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a37b49706a37c13","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1a37b49706a37c13","status":"passed","time":{"start":1706618959471,"stop":1706618959472,"duration":1}},{"uid":"22f300fc4d783882","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22f300fc4d783882","status":"passed","time":{"start":1706618735851,"stop":1706618735852,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b2cf6b3190b0bfc2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b2cf6b3190b0bfc2","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0}},{"uid":"d0854c738bebb130","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0854c738bebb130","status":"passed","time":{"start":1706618285307,"stop":1706618285308,"duration":1}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a532d3bc7dea6723","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a532d3bc7dea6723","status":"passed","time":{"start":1706618580246,"stop":1706618580247,"duration":1}},{"uid":"9839ff0991a27133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9839ff0991a27133","status":"passed","time":{"start":1706618380656,"stop":1706618380656,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"ca800d3787394a80","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ca800d3787394a80","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959486,"stop":1706618959487,"duration":1}},{"uid":"8fc839483790899b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fc839483790899b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc22db0edb09ae10","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc22db0edb09ae10","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"duration":0}},{"uid":"7fd78242972a994e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fd78242972a994e","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c77566164dd574b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7c77566164dd574b","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"duration":0}},{"uid":"7f8d14512a7421f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f8d14512a7421f8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f2bf118147238a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f2bf118147238a1","status":"passed","time":{"start":1706618996189,"stop":1706618996190,"duration":1}},{"uid":"86b973755da7553c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86b973755da7553c","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dbbf65323eab0f47","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dbbf65323eab0f47","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"duration":0}},{"uid":"38dab99a144a40a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38dab99a144a40a1","status":"passed","time":{"start":1706618668736,"stop":1706618668737,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b62d9568c81501b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b62d9568c81501b4","status":"passed","time":{"start":1706618496642,"stop":1706618496643,"duration":1}},{"uid":"ccbfa9fd56e9f617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ccbfa9fd56e9f617","status":"passed","time":{"start":1706618285308,"stop":1706618285309,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e318aa6edbabdebb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e318aa6edbabdebb","status":"passed","time":{"start":1706618396943,"stop":1706618396943,"duration":0}},{"uid":"1130009fb442a2d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1130009fb442a2d6","status":"passed","time":{"start":1706618187543,"stop":1706618187544,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6fd4d3f17b6eeef6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6fd4d3f17b6eeef6","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"duration":0}},{"uid":"c30858dcd419a689","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c30858dcd419a689","status":"passed","time":{"start":1706618394319,"stop":1706618394319,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c2627e55fb72d356","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c2627e55fb72d356","status":"passed","time":{"start":1706618858004,"stop":1706618858005,"duration":1}},{"uid":"c2342dd0fd24cb2e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c2342dd0fd24cb2e","status":"passed","time":{"start":1706618636967,"stop":1706618636967,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46861912a66eee9b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/46861912a66eee9b","status":"passed","time":{"start":1706619030045,"stop":1706619030046,"duration":1}},{"uid":"27b2db53dc005669","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/27b2db53dc005669","status":"passed","time":{"start":1706618784351,"stop":1706618784351,"duration":0}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6dc9b6b8774c740","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6dc9b6b8774c740","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"duration":0}},{"uid":"dc49e2c6e20b747","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc49e2c6e20b747","status":"passed","time":{"start":1706618179516,"stop":1706618179516,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ff5812ca10189ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ff5812ca10189ab","status":"passed","time":{"start":1706618834268,"stop":1706618834269,"duration":1}},{"uid":"3f0f7a0527b736d0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f0f7a0527b736d0","status":"passed","time":{"start":1706618668767,"stop":1706618668770,"duration":3}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5921a7fd118fac8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5921a7fd118fac8d","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0}},{"uid":"6a119a33da9d178c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6a119a33da9d178c","status":"passed","time":{"start":1706618735892,"stop":1706618735892,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d51a8a7108e0ed08","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d51a8a7108e0ed08","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"duration":0}},{"uid":"d2f727c5246eeb55","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2f727c5246eeb55","status":"passed","time":{"start":1706618394331,"stop":1706618394331,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"722f6567fa07be16","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/722f6567fa07be16","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"duration":0}},{"uid":"29c6de8ad23becf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/29c6de8ad23becf5","status":"passed","time":{"start":1706618394340,"stop":1706618394341,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f52337cbb05b892","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f52337cbb05b892","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"duration":0}},{"uid":"cf49d910ed58525c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf49d910ed58525c","status":"passed","time":{"start":1706618170167,"stop":1706618170167,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c9bca376bd007030","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c9bca376bd007030","status":"passed","time":{"start":1706618580243,"stop":1706618580244,"duration":1}},{"uid":"1968c1748d8ac748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1968c1748d8ac748","status":"passed","time":{"start":1706618380651,"stop":1706618380652,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"de966abc3832db49","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/de966abc3832db49","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/metadata.spec.ts)","time":{"start":1706618799829,"stop":1706618799829,"duration":0}},{"uid":"471d3b307952ea9a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/471d3b307952ea9a","status":"passed","time":{"start":1706618497356,"stop":1706618497356,"duration":0}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c142bdc058b3335","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c142bdc058b3335","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"duration":0}},{"uid":"bd15624f445c1967","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd15624f445c1967","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f7ffc0da6d4b3c9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f7ffc0da6d4b3c9","status":"passed","time":{"start":1706618871324,"stop":1706618871325,"duration":1}},{"uid":"7b3efdc44d0396bc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7b3efdc44d0396bc","status":"passed","time":{"start":1706618685084,"stop":1706618685084,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53fae0cd3a6c53b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/53fae0cd3a6c53b4","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"duration":0}},{"uid":"38df4845ed4ed9b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df4845ed4ed9b2","status":"passed","time":{"start":1706618682310,"stop":1706618682311,"duration":1}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3be3b8e595d8c7fa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3be3b8e595d8c7fa","status":"passed","time":{"start":1706618909984,"stop":1706618909985,"duration":1}},{"uid":"5d02b326cee6c3d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d02b326cee6c3d4","status":"passed","time":{"start":1706618664760,"stop":1706618664761,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b48cafab14c8dcb6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b48cafab14c8dcb6","status":"passed","time":{"start":1706619017484,"stop":1706619017485,"duration":1}},{"uid":"f269aba0cb185e28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f269aba0cb185e28","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44f688133f883de5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44f688133f883de5","status":"passed","time":{"start":1706618371922,"stop":1706618371922,"duration":0}},{"uid":"c6ea50192c637ca5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6ea50192c637ca5","status":"passed","time":{"start":1706618164513,"stop":1706618164513,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"665f6b31e38e4342","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/665f6b31e38e4342","status":"passed","time":{"start":1706618378872,"stop":1706618378872,"duration":0}},{"uid":"d1514e7506d25eaa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1514e7506d25eaa","status":"passed","time":{"start":1706618170154,"stop":1706618170155,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11de3e20d86dd1a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/11de3e20d86dd1a4","status":"passed","time":{"start":1706618858023,"stop":1706618858024,"duration":1}},{"uid":"d41c87b3775c0ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d41c87b3775c0ee","status":"passed","time":{"start":1706618636985,"stop":1706618636986,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3e7feb318159ef1a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e7feb318159ef1a","status":"passed","time":{"start":1706619033644,"stop":1706619033644,"duration":0}},{"uid":"a3db1ce5fcd1468e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3db1ce5fcd1468e","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ffa149227c8c5729","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ffa149227c8c5729","status":"passed","time":{"start":1706618731297,"stop":1706618731298,"duration":1}},{"uid":"a0796ba0ea446c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0796ba0ea446c8c","status":"passed","time":{"start":1706618394342,"stop":1706618394342,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eac8a523d55570dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eac8a523d55570dc","status":"passed","time":{"start":1706618624519,"stop":1706618624520,"duration":1}},{"uid":"403c17c3c5ed4181","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/403c17c3c5ed4181","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94e9b537cf8985f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/94e9b537cf8985f0","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e865dfd633ac35","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5e865dfd633ac35","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"duration":0}},{"uid":"c94d243569f01d0d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c94d243569f01d0d","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"d55dbba67336dfaf1acceb31510239b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37ffa09465197047","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37ffa09465197047","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ca702d5d2a1a38d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ca702d5d2a1a38d","status":"passed","time":{"start":1706618624280,"stop":1706618624281,"duration":1}},{"uid":"8fb636228653764d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fb636228653764d","status":"passed","time":{"start":1706618425016,"stop":1706618425016,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8fe71991efdf9cf7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8fe71991efdf9cf7","status":"passed","time":{"start":1706618624428,"stop":1706618624449,"duration":21}},{"uid":"f193d68541ec56c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f193d68541ec56c0","status":"passed","time":{"start":1706618460770,"stop":1706618460771,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f38d590cd94a56ad","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f38d590cd94a56ad","status":"passed","time":{"start":1706618496639,"stop":1706618496639,"duration":0}},{"uid":"bf3b8d2c51f24602","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bf3b8d2c51f24602","status":"passed","time":{"start":1706618285305,"stop":1706618285305,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1145d47ad8b49ae7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1145d47ad8b49ae7","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0}},{"uid":"72870df14338ee5c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72870df14338ee5c","status":"passed","time":{"start":1706618394339,"stop":1706618394339,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eae4bef80443c4e9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eae4bef80443c4e9","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0}},{"uid":"b5a5c6bbd2694f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5a5c6bbd2694f1d","status":"passed","time":{"start":1706618685098,"stop":1706618685098,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"336f1706e62a77ee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/336f1706e62a77ee","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"duration":0}},{"uid":"d87a6fdbca942b63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d87a6fdbca942b63","status":"passed","time":{"start":1706618685096,"stop":1706618685097,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"add1fd8579ad12a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/add1fd8579ad12a1","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0}},{"uid":"2fa7a37b9bfc038f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fa7a37b9bfc038f","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"2aa97f08d1c04ebe377a667445eb8e1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8363b403f275c30c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8363b403f275c30c","status":"passed","time":{"start":1706618683929,"stop":1706618683929,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"24b29dcdfb2141a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/24b29dcdfb2141a1","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"duration":0}},{"uid":"92b3db38a1175a6c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92b3db38a1175a6c","status":"passed","time":{"start":1706618784350,"stop":1706618784350,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6200c2a4f74d6db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a6200c2a4f74d6db","status":"passed","time":{"start":1706618489110,"stop":1706618489110,"duration":0}},{"uid":"dd18ec295092d2ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd18ec295092d2ce","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a220aa1c810527a9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a220aa1c810527a9","status":"passed","time":{"start":1706618580259,"stop":1706618580259,"duration":0}},{"uid":"3351388b03a00b9e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3351388b03a00b9e","status":"passed","time":{"start":1706618380681,"stop":1706618380681,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"63ca91af1698632b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63ca91af1698632b","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0}},{"uid":"b9f2b71f31304e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9f2b71f31304e4","status":"passed","time":{"start":1706618186249,"stop":1706618186249,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bd7e7651ee898d38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bd7e7651ee898d38","status":"passed","time":{"start":1706618487714,"stop":1706618487714,"duration":0}},{"uid":"b628a6604b7c9268","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b628a6604b7c9268","status":"passed","time":{"start":1706618273730,"stop":1706618273731,"duration":1}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77a0ee55d5e39574","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77a0ee55d5e39574","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"duration":0}},{"uid":"121e0f651ad4b19a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/121e0f651ad4b19a","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"47596903c4d5100e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/47596903c4d5100e","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"duration":0}},{"uid":"588aea19e40d4640","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/588aea19e40d4640","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"303dce01dbce0663","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/303dce01dbce0663","status":"passed","time":{"start":1706618731280,"stop":1706618731281,"duration":1}},{"uid":"c39394a7d3d3b060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39394a7d3d3b060","status":"passed","time":{"start":1706618394314,"stop":1706618394315,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"653c39ec602d430d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/653c39ec602d430d","status":"passed","time":{"start":1706618371933,"stop":1706618371934,"duration":1}},{"uid":"8b835ad06542cc48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b835ad06542cc48","status":"passed","time":{"start":1706618164520,"stop":1706618164521,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a83f8531c06e21c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1a83f8531c06e21c","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"duration":0}},{"uid":"2fce0befc9869bf3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fce0befc9869bf3","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5721e9b2c8baf761","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5721e9b2c8baf761","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0}},{"uid":"76ea0f34adc72ef9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76ea0f34adc72ef9","status":"passed","time":{"start":1706618380654,"stop":1706618380655,"duration":1}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"140c99429323c8b5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/140c99429323c8b5","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0}},{"uid":"8ad43aefd500ccff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ad43aefd500ccff","status":"passed","time":{"start":1706618179847,"stop":1706618179847,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11d9c5ab18753781","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/11d9c5ab18753781","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0}},{"uid":"9de9523c730f4a02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9de9523c730f4a02","status":"passed","time":{"start":1706618636973,"stop":1706618636973,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a7f2e485adc5ee62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a7f2e485adc5ee62","status":"passed","time":{"start":1706618858025,"stop":1706618858026,"duration":1}},{"uid":"7440c7c471bb05d5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7440c7c471bb05d5","status":"passed","time":{"start":1706618636990,"stop":1706618636991,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9128a13d7951eb44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9128a13d7951eb44","status":"passed","time":{"start":1706619017483,"stop":1706619017483,"duration":0}},{"uid":"364dc46f697f5904","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/364dc46f697f5904","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"217edc81533541cc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/217edc81533541cc","status":"passed","time":{"start":1706618624272,"stop":1706618624272,"duration":0}},{"uid":"48cc54719acdbe5f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48cc54719acdbe5f","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c602341d3643dfc6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c602341d3643dfc6","status":"passed","time":{"start":1706618959485,"stop":1706618959485,"duration":0}},{"uid":"8a3fb31943fbf7b7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a3fb31943fbf7b7","status":"passed","time":{"start":1706618735883,"stop":1706618735883,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b9ad9c8ba8d15f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b9ad9c8ba8d15f0","status":"passed","time":{"start":1706618378924,"stop":1706618378925,"duration":1}},{"uid":"ebdc820f2ee23577","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebdc820f2ee23577","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9bf048ef15895383","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9bf048ef15895383","status":"passed","time":{"start":1706618959505,"stop":1706618959505,"duration":0}},{"uid":"93474fa4d82bcd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93474fa4d82bcd61","status":"passed","time":{"start":1706618735897,"stop":1706618735898,"duration":1}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9168dbdae3612f71","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9168dbdae3612f71","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"duration":0}},{"uid":"e20e8fd86b1fdbdd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e20e8fd86b1fdbdd","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa8620e3a87fc6a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa8620e3a87fc6a4","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0}},{"uid":"38047ab9c2fb65b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38047ab9c2fb65b6","status":"passed","time":{"start":1706618285308,"stop":1706618285308,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e4d8252d48a068fc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e4d8252d48a068fc","status":"passed","time":{"start":1706618858009,"stop":1706618858009,"duration":0}},{"uid":"408334d630f99708","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/408334d630f99708","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"826a17d1293fe641","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/826a17d1293fe641","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0}},{"uid":"1dd542bd7454835","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd542bd7454835","status":"passed","time":{"start":1706618179846,"stop":1706618179847,"duration":1}}]},"7bf91de0ff7f91d8d8ca7253ff0f3260:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f93539b24f610d77","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f93539b24f610d77","status":"passed","time":{"start":1706618454364,"stop":1706618454369,"duration":5}},{"uid":"c6c8f0818c8cb292","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6c8f0818c8cb292","status":"passed","time":{"start":1706618246649,"stop":1706618246649,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c6223bc753eb36d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c6223bc753eb36d0","status":"passed","time":{"start":1706619029136,"stop":1706619029136,"duration":0}},{"uid":"6cd966e46ddc877b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6cd966e46ddc877b","status":"passed","time":{"start":1706618668745,"stop":1706618668746,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8add4d174f31964a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8add4d174f31964a","status":"passed","time":{"start":1706618959473,"stop":1706618959473,"duration":0}},{"uid":"bb80784ff5852bef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb80784ff5852bef","status":"passed","time":{"start":1706618735853,"stop":1706618735853,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"20fd2890c370b29f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/20fd2890c370b29f","status":"passed","time":{"start":1706618865681,"stop":1706618865681,"duration":0}},{"uid":"c0a67f3297b3a555","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0a67f3297b3a555","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"35b56bece615976270927513e37d718f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"102b8491851400b8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/102b8491851400b8","status":"passed","time":{"start":1706618797776,"stop":1706618797776,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42cf9a4403cf190b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42cf9a4403cf190b","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"duration":0}},{"uid":"86ce5d2290cbdf4d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86ce5d2290cbdf4d","status":"passed","time":{"start":1706618394325,"stop":1706618394326,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"555d658ab3d113ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/555d658ab3d113ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618865694,"stop":1706618865694,"duration":0}},{"uid":"aae38c225506d097","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aae38c225506d097","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683934,"stop":1706618683934,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5328f6db879f10e1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5328f6db879f10e1","status":"passed","time":{"start":1706618378927,"stop":1706618378927,"duration":0}},{"uid":"104700acc8dd1927","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/104700acc8dd1927","status":"passed","time":{"start":1706618170167,"stop":1706618170168,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5617f73964d0098","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b5617f73964d0098","status":"passed","time":{"start":1706618580260,"stop":1706618580260,"duration":0}},{"uid":"b297d9f8ccc535b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b297d9f8ccc535b2","status":"passed","time":{"start":1706618380683,"stop":1706618380684,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d734400327963a5b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d734400327963a5b","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0}},{"uid":"685b33df2b36fb10","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/685b33df2b36fb10","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6980cbab84b97914","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6980cbab84b97914","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"duration":0}},{"uid":"e4f76b373c596346","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4f76b373c596346","status":"passed","time":{"start":1706618636974,"stop":1706618636975,"duration":1}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ef841e3101369a5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ef841e3101369a5","status":"passed","time":{"start":1706619002397,"stop":1706619002397,"duration":0}},{"uid":"a2dfe028f6e2ad35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a2dfe028f6e2ad35","status":"passed","time":{"start":1706618759768,"stop":1706618759769,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4ad1a10f8773f9d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d4ad1a10f8773f9d","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dd8b34fdca53fe24","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dd8b34fdca53fe24","status":"passed","time":{"start":1706618834268,"stop":1706618834268,"duration":0}},{"uid":"22eda392fea6cc97","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22eda392fea6cc97","status":"passed","time":{"start":1706618668765,"stop":1706618668767,"duration":2}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"464310d2e01cd9a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/464310d2e01cd9a0","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"duration":0}},{"uid":"1b51d218675aeb37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b51d218675aeb37","status":"passed","time":{"start":1706618170155,"stop":1706618170155,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d349e08097bdb61a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d349e08097bdb61a","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0}},{"uid":"f1be1f1140ae0eb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f1be1f1140ae0eb3","status":"passed","time":{"start":1706618685093,"stop":1706618685094,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e47eca93ac7281d6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e47eca93ac7281d6","status":"passed","time":{"start":1706618431632,"stop":1706618431633,"duration":1}},{"uid":"28528e3959142e04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28528e3959142e04","status":"passed","time":{"start":1706618222837,"stop":1706618222837,"duration":0}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"abae4bad08daae59","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/abae4bad08daae59","status":"passed","time":{"start":1706618366453,"stop":1706618366454,"duration":1}},{"uid":"396f89ed8f581f11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/396f89ed8f581f11","status":"passed","time":{"start":1706618156834,"stop":1706618156834,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"6ae74c09b8d6791e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ae74c09b8d6791e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618871330,"stop":1706618871331,"duration":1}},{"uid":"24ed9aa07389c54b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24ed9aa07389c54b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685088,"stop":1706618685089,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ff037fb10d91d2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ff037fb10d91d2","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0}},{"uid":"edc4c1e1c8c21d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edc4c1e1c8c21d12","status":"passed","time":{"start":1706618749035,"stop":1706618749035,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"747b6b41c601980c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/747b6b41c601980c","status":"passed","time":{"start":1706619017482,"stop":1706619017483,"duration":1}},{"uid":"b404861590dab8ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b404861590dab8ac","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2ff10a62cb23538","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f2ff10a62cb23538","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0}},{"uid":"ce855f023ba9425d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce855f023ba9425d","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42ef827610e156d4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42ef827610e156d4","status":"passed","time":{"start":1706618624420,"stop":1706618624421,"duration":1}},{"uid":"a47b02eef75c253b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a47b02eef75c253b","status":"passed","time":{"start":1706618460769,"stop":1706618460770,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4db60570bd813248","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4db60570bd813248","status":"passed","time":{"start":1706618389059,"stop":1706618389059,"duration":0}},{"uid":"bcee09fa7bb2c572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcee09fa7bb2c572","status":"passed","time":{"start":1706618179846,"stop":1706618179846,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d73d95454d42566f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d73d95454d42566f","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0}},{"uid":"b2ba7ea51cf096e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2ba7ea51cf096e2","status":"passed","time":{"start":1706618685097,"stop":1706618685098,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c944b878725a88b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c944b878725a88b9","status":"passed","time":{"start":1706618858028,"stop":1706618858029,"duration":1}},{"uid":"66b0b05598511bc9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66b0b05598511bc9","status":"passed","time":{"start":1706618636993,"stop":1706618636994,"duration":1}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95eb05e24782422d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/95eb05e24782422d","status":"passed","time":{"start":1706619044147,"stop":1706619044147,"duration":0}},{"uid":"a37c936cce9e6e31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a37c936cce9e6e31","status":"passed","time":{"start":1706618804663,"stop":1706618804663,"duration":0}}]},"69449bc972b0785a4c2d37eee68dc8b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b1100522666c1f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b1100522666c1f","status":"passed","time":{"start":1706618858030,"stop":1706618858037,"duration":7}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37ad8e5e5bd2c538","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37ad8e5e5bd2c538","status":"passed","time":{"start":1706618378925,"stop":1706618378925,"duration":0}},{"uid":"248650e492eb502d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/248650e492eb502d","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"618d7569c3956283","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/618d7569c3956283","status":"passed","time":{"start":1706618959499,"stop":1706618959500,"duration":1}},{"uid":"dba82f0e27403365","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dba82f0e27403365","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42b8e41b00ae3336","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42b8e41b00ae3336","status":"passed","time":{"start":1706618687106,"stop":1706618687107,"duration":1}},{"uid":"e4a210486722ce26","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4a210486722ce26","status":"passed","time":{"start":1706618460835,"stop":1706618460835,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c482c1d80a6c916a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c482c1d80a6c916a","status":"passed","time":{"start":1706618959483,"stop":1706618959484,"duration":1}},{"uid":"7fa9bd5770019637","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fa9bd5770019637","status":"passed","time":{"start":1706618735880,"stop":1706618735881,"duration":1}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3f210d341443278","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c3f210d341443278","status":"passed","time":{"start":1706618959482,"stop":1706618959483,"duration":1}},{"uid":"288eccb8b5f379ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/288eccb8b5f379ab","status":"passed","time":{"start":1706618735878,"stop":1706618735879,"duration":1}}]},"9e8826bf3902b6ab79e30ad4af33ec94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c38ddd1773e53c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c38ddd1773e53c7","status":"passed","time":{"start":1706618454360,"stop":1706618454361,"duration":1}},{"uid":"c0807ad3f03b0388","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0807ad3f03b0388","status":"passed","time":{"start":1706618246646,"stop":1706618246647,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ad7542fc5fe8ec7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ad7542fc5fe8ec7","status":"passed","time":{"start":1706618624499,"stop":1706618624500,"duration":1}},{"uid":"4d7c94c427f0359e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d7c94c427f0359e","status":"passed","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a6a9be104b3c4a7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5a6a9be104b3c4a7","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"duration":0}},{"uid":"3ede1ad9db3e14d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3ede1ad9db3e14d9","status":"passed","time":{"start":1706618394348,"stop":1706618394348,"duration":0}}]},"bf828d51146b952dc7d5b3cb2a986a74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"284501093b08e9d7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/284501093b08e9d7","status":"passed","time":{"start":1706618959495,"stop":1706618959496,"duration":1}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3df18e72c01868c5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3df18e72c01868c5","status":"passed","time":{"start":1706619029143,"stop":1706619029143,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ab928789beecb37e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ab928789beecb37e","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"duration":0}},{"uid":"f12ffbc05078a111","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f12ffbc05078a111","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":1,"passed":0,"unknown":0,"total":2},"items":[{"uid":"e2a191b8d32cae65","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e2a191b8d32cae65","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618624499,"stop":1706618624499,"duration":0}},{"uid":"8472d21f842d1b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8472d21f842d1b6","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAmRKDx1pTohHTSaJWZ3ccA6gQdibqicVM9pSLqEWwftM2o for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi,/test/101/waku-multi: Error: Filter subscribe request 6d5ce93c-ec2e-458a-95b2-2a562b4741e3 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460779,"stop":1706618460779,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b1d5fe5214f3034","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b1d5fe5214f3034","status":"passed","time":{"start":1706618372811,"stop":1706618372811,"duration":0}},{"uid":"db9f4a818e87f4d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db9f4a818e87f4d8","status":"passed","time":{"start":1706618165334,"stop":1706618165334,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6b1ced300464cbc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a6b1ced300464cbc","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"duration":0}},{"uid":"139024346b7ef194","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/139024346b7ef194","status":"passed","time":{"start":1706618775738,"stop":1706618775739,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1957ea6036418b98","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1957ea6036418b98","status":"passed","time":{"start":1706618366596,"stop":1706618366596,"duration":0}},{"uid":"f86b99cffca8a9d3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f86b99cffca8a9d3","status":"passed","time":{"start":1706618156962,"stop":1706618156962,"duration":0}}]},"0b787412db319f42ba6bb8f479774a79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75bded93cf89bbba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/75bded93cf89bbba","status":"passed","time":{"start":1706618380669,"stop":1706618380670,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e05c7d24c0a4e8ca","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e05c7d24c0a4e8ca","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0}},{"uid":"4d6f8169fcda2e18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d6f8169fcda2e18","status":"passed","time":{"start":1706618749036,"stop":1706618749036,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"573904aed2972bb6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/573904aed2972bb6","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0}},{"uid":"bd93b8087bb02218","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd93b8087bb02218","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29450f8b43ec92e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/29450f8b43ec92e7","status":"passed","time":{"start":1706618996194,"stop":1706618996194,"duration":0}},{"uid":"f16fef4d8ce817e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f16fef4d8ce817e0","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"972a742f4f6cb7bc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/972a742f4f6cb7bc","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"duration":0}},{"uid":"17228610690b5b0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17228610690b5b0a","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d70ef453bd2a0f88","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d70ef453bd2a0f88","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"duration":0}},{"uid":"367a37b8de5cd2b3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/367a37b8de5cd2b3","status":"passed","time":{"start":1706618668731,"stop":1706618668731,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"43316e2178a38f32","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/43316e2178a38f32","status":"passed","time":{"start":1706618489110,"stop":1706618489111,"duration":1}},{"uid":"1b62d022d395302f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b62d022d395302f","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"645ee93a653f35ec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/645ee93a653f35ec","status":"passed","time":{"start":1706618973544,"stop":1706618973544,"duration":0}},{"uid":"935e4436d5ea27b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/935e4436d5ea27b1","status":"passed","time":{"start":1706618749033,"stop":1706618749034,"duration":1}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e35366ce8ff1092f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e35366ce8ff1092f","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"duration":0}},{"uid":"8c1332b917089c13","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8c1332b917089c13","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7def98d55128c70","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b7def98d55128c70","status":"passed","time":{"start":1706618959495,"stop":1706618959495,"duration":0}},{"uid":"7c49239655a195ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c49239655a195ef","status":"passed","time":{"start":1706618735894,"stop":1706618735894,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59f435fdb60e90e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/59f435fdb60e90e6","status":"passed","time":{"start":1706619030047,"stop":1706619030048,"duration":1}},{"uid":"e936765541a362f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e936765541a362f","status":"passed","time":{"start":1706618784354,"stop":1706618784354,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f730f1996dad923","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f730f1996dad923","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"duration":0}},{"uid":"554caa83d8c56f38","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/554caa83d8c56f38","status":"passed","time":{"start":1706618394331,"stop":1706618394332,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"529e47bbfb628763","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/529e47bbfb628763","status":"passed","time":{"start":1706618959504,"stop":1706618959505,"duration":1}},{"uid":"87ece277dbdc1385","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/87ece277dbdc1385","status":"passed","time":{"start":1706618735897,"stop":1706618735897,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77f200462c188092","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77f200462c188092","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0}},{"uid":"68623e0e4d5aa815","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68623e0e4d5aa815","status":"passed","time":{"start":1706618668721,"stop":1706618668722,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"df1330095d99a636","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/df1330095d99a636","status":"passed","time":{"start":1706619029139,"stop":1706619029139,"duration":0}},{"uid":"289bd88a6763e98e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/289bd88a6763e98e","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":1706618668748,"stop":1706618668748,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b640cc3a61e6b29","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b640cc3a61e6b29","status":"passed","time":{"start":1706618372810,"stop":1706618372810,"duration":0}},{"uid":"7cc56f8a784bb46a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7cc56f8a784bb46a","status":"passed","time":{"start":1706618165331,"stop":1706618165332,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ec286b448bc96a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c6ec286b448bc96a","status":"passed","time":{"start":1706619029139,"stop":1706619029140,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1963ce1f40e0dd9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1963ce1f40e0dd9","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"duration":0}},{"uid":"3d8ca58d9205907b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d8ca58d9205907b","status":"passed","time":{"start":1706618668733,"stop":1706618668733,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bbee2a8060f67063","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bbee2a8060f67063","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0}},{"uid":"9834487d9bc71aae","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9834487d9bc71aae","status":"passed","time":{"start":1706618636994,"stop":1706618636994,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"db31f7014b3d966e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/db31f7014b3d966e","status":"passed","time":{"start":1706618580246,"stop":1706618580246,"duration":0}},{"uid":"548781c2488510e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/548781c2488510e1","status":"passed","time":{"start":1706618380655,"stop":1706618380656,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54da178a737e6508","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54da178a737e6508","status":"passed","time":{"start":1706618580247,"stop":1706618580248,"duration":1}},{"uid":"17d832036aa42587","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d832036aa42587","status":"passed","time":{"start":1706618380657,"stop":1706618380658,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"75d8aac2bd155649","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/75d8aac2bd155649","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"duration":0}},{"uid":"3057487d5abd4f8e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3057487d5abd4f8e","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc24ec9960e67e9d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc24ec9960e67e9d","status":"passed","time":{"start":1706618429313,"stop":1706618429314,"duration":1}},{"uid":"493c021914edb99c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/493c021914edb99c","status":"passed","time":{"start":1706618221266,"stop":1706618221266,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b4bdcea56f80d1d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b4bdcea56f80d1d","status":"passed","time":{"start":1706618487715,"stop":1706618487716,"duration":1}},{"uid":"9bb68bc062f57013","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9bb68bc062f57013","status":"passed","time":{"start":1706618273733,"stop":1706618273734,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"406f98c0d76755d8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/406f98c0d76755d8","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"duration":0}},{"uid":"76e455b187548a96","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76e455b187548a96","status":"passed","time":{"start":1706618636971,"stop":1706618636972,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0c922cff128f494","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b0c922cff128f494","status":"passed","time":{"start":1706618973548,"stop":1706618973549,"duration":1}},{"uid":"5454628c66099cd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5454628c66099cd6","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c821d45c05b11647","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c821d45c05b11647","status":"passed","time":{"start":1706618996201,"stop":1706618996201,"duration":0}},{"uid":"4ebfc1b3e79538d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ebfc1b3e79538d1","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a93c14c20bfc2c02","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a93c14c20bfc2c02","status":"passed","time":{"start":1706618996188,"stop":1706618996188,"duration":0}},{"uid":"9a8415e39b3480ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8415e39b3480ce","status":"passed","time":{"start":1706618797761,"stop":1706618797762,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83a85c89293da8ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83a85c89293da8ac","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0}},{"uid":"d551b8ea32800311","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d551b8ea32800311","status":"passed","time":{"start":1706618165336,"stop":1706618165337,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c68ad248c0eb2a4b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c68ad248c0eb2a4b","status":"passed","time":{"start":1706618372809,"stop":1706618372810,"duration":1}},{"uid":"3b3783c4e8eb32cf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b3783c4e8eb32cf","status":"passed","time":{"start":1706618165324,"stop":1706618165331,"duration":7}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3e2815122dcc8b62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e2815122dcc8b62","status":"passed","time":{"start":1706618431633,"stop":1706618431633,"duration":0}},{"uid":"577a016541921339","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/577a016541921339","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b414a2516eda0f5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b414a2516eda0f5","status":"passed","time":{"start":1706618580254,"stop":1706618580254,"duration":0}},{"uid":"2f99ea0e2d225e8f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f99ea0e2d225e8f","status":"passed","time":{"start":1706618380667,"stop":1706618380668,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f55a2c59137dda0d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f55a2c59137dda0d","status":"passed","time":{"start":1706618851395,"stop":1706618851396,"duration":1}},{"uid":"15852572303ef548","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/15852572303ef548","status":"passed","time":{"start":1706618682311,"stop":1706618682311,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5e5345bcf96af6a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5e5345bcf96af6a","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0}},{"uid":"d7374f1645781337","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d7374f1645781337","status":"passed","time":{"start":1706618749046,"stop":1706618749046,"duration":0}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"726684dd59fb7105","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/726684dd59fb7105","status":"passed","time":{"start":1706618886441,"stop":1706618886441,"duration":0}},{"uid":"aee1431e0dccca65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aee1431e0dccca65","status":"passed","time":{"start":1706618698145,"stop":1706618698146,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48e472bc6de49652","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/48e472bc6de49652","status":"passed","time":{"start":1706618371934,"stop":1706618371934,"duration":0}},{"uid":"40f26fad43117aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40f26fad43117aac","status":"passed","time":{"start":1706618164522,"stop":1706618164522,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e7adea0053c90cf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e7adea0053c90cf","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"duration":0}},{"uid":"66ae55d01dcbe56","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66ae55d01dcbe56","status":"passed","time":{"start":1706618636984,"stop":1706618636984,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c7cd74f27936d1a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c7cd74f27936d1a","status":"passed","time":{"start":1706618366457,"stop":1706618366458,"duration":1}},{"uid":"a46f9ba520454cfb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a46f9ba520454cfb","status":"passed","time":{"start":1706618156837,"stop":1706618156838,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8271f91bf7a89eb8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8271f91bf7a89eb8","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"duration":0}},{"uid":"fc4ad150cdd8247e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fc4ad150cdd8247e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff28cd1e9467645c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ff28cd1e9467645c","status":"passed","time":{"start":1706619029142,"stop":1706619029143,"duration":1}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"abdb211093992aca","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/abdb211093992aca","status":"passed","time":{"start":1706618371932,"stop":1706618371933,"duration":1}},{"uid":"682b217ff2605bd8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/682b217ff2605bd8","status":"passed","time":{"start":1706618164519,"stop":1706618164520,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"47fa094f760a3a41","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/47fa094f760a3a41","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"duration":0}},{"uid":"f3577d6be13a8d73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3577d6be13a8d73","status":"passed","time":{"start":1706618685090,"stop":1706618685090,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e405687b0aad631","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e405687b0aad631","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0}},{"uid":"eb217fa0ae25202e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb217fa0ae25202e","status":"passed","time":{"start":1706618749044,"stop":1706618749045,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c78192106af17052","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c78192106af17052","status":"passed","time":{"start":1706618624522,"stop":1706618624523,"duration":1}},{"uid":"86d7dedbfd08bf52","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86d7dedbfd08bf52","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6cec32f6937d472f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6cec32f6937d472f","status":"passed","time":{"start":1706618580247,"stop":1706618580247,"duration":0}},{"uid":"4afe2b4d40518b34","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4afe2b4d40518b34","status":"passed","time":{"start":1706618380657,"stop":1706618380657,"duration":0}}]},"a9677af5eebcc6abf42b38427b2ad6d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f996a897c6b8d6a9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f996a897c6b8d6a9","status":"passed","time":{"start":1706618636995,"stop":1706618636995,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"de7031a1a31b7b7a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/de7031a1a31b7b7a","status":"passed","time":{"start":1706619029133,"stop":1706619029135,"duration":2}},{"uid":"8a6bd248a2434c86","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a6bd248a2434c86","status":"passed","time":{"start":1706618668744,"stop":1706618668745,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f3a37b536d8805c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4f3a37b536d8805c","status":"passed","time":{"start":1706618372822,"stop":1706618372823,"duration":1}},{"uid":"a3b8c077c8124617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b8c077c8124617","status":"passed","time":{"start":1706618165340,"stop":1706618165341,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe4f6d59708737c6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fe4f6d59708737c6","status":"passed","time":{"start":1706618731286,"stop":1706618731287,"duration":1}},{"uid":"6d2ef4e070f53a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d2ef4e070f53a1","status":"passed","time":{"start":1706618394320,"stop":1706618394320,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"339e52495f5bcf4d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/339e52495f5bcf4d","status":"passed","time":{"start":1706618489111,"stop":1706618489112,"duration":1}},{"uid":"ce238481d5ed081e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce238481d5ed081e","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3109acc120ea0eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b3109acc120ea0eb","status":"passed","time":{"start":1706618395066,"stop":1706618395068,"duration":2}},{"uid":"3919598c362990c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3919598c362990c2","status":"passed","time":{"start":1706618185606,"stop":1706618185608,"duration":2}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac29d1026baa1d0e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ac29d1026baa1d0e","status":"passed","time":{"start":1706618871323,"stop":1706618871324,"duration":1}},{"uid":"f32e18ff367ebc02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f32e18ff367ebc02","status":"passed","time":{"start":1706618685083,"stop":1706618685084,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c203877b4d79ae79","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c203877b4d79ae79","status":"passed","time":{"start":1706618731283,"stop":1706618731284,"duration":1}},{"uid":"39679bce293510e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39679bce293510e4","status":"passed","time":{"start":1706618394317,"stop":1706618394318,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"146caefe1acba21b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/146caefe1acba21b","status":"passed","time":{"start":1706619035796,"stop":1706619035797,"duration":1}},{"uid":"218a150790fd2197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/218a150790fd2197","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3899f1ed2dd4bbb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3899f1ed2dd4bbb","status":"passed","time":{"start":1706619002392,"stop":1706619002393,"duration":1}},{"uid":"801970b1424db89e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/801970b1424db89e","status":"passed","time":{"start":1706618759764,"stop":1706618759765,"duration":1}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c945ca327773225","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c945ca327773225","status":"passed","time":{"start":1706618996184,"stop":1706618996184,"duration":0}},{"uid":"3bf35207fdb0d8a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3bf35207fdb0d8a6","status":"passed","time":{"start":1706618797759,"stop":1706618797760,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ace19f0b2179947","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ace19f0b2179947","status":"passed","time":{"start":1706618865685,"stop":1706618865685,"duration":0}},{"uid":"48677762126a8c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48677762126a8c0","status":"passed","time":{"start":1706618683924,"stop":1706618683925,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18a6a9285087fae0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/18a6a9285087fae0","status":"passed","time":{"start":1706618934692,"stop":1706618934693,"duration":1}},{"uid":"3f935de5873ef8fd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f935de5873ef8fd","status":"passed","time":{"start":1706618732532,"stop":1706618732533,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc5a44f41bc6eca2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fc5a44f41bc6eca2","status":"passed","time":{"start":1706618851394,"stop":1706618851395,"duration":1}},{"uid":"f22a5246d34ed7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f22a5246d34ed7b1","status":"passed","time":{"start":1706618682309,"stop":1706618682310,"duration":1}}]},"4851f565afa729243cffd99aee137b6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eda8d4d6f2e68c49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eda8d4d6f2e68c49","status":"passed","time":{"start":1706618380670,"stop":1706618380671,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b6adddb4bafdfcde","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b6adddb4bafdfcde","status":"passed","time":{"start":1706619029132,"stop":1706619029133,"duration":1}},{"uid":"3300d92805bef86d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3300d92805bef86d","status":"passed","time":{"start":1706618668743,"stop":1706618668744,"duration":1}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e1d545a6cafb5dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e1d545a6cafb5dc","status":"passed","time":{"start":1706618388589,"stop":1706618388590,"duration":1}},{"uid":"2ef11f9e25587a85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ef11f9e25587a85","status":"passed","time":{"start":1706618179515,"stop":1706618179515,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"de62266ff1c1757","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/de62266ff1c1757","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"duration":0}},{"uid":"3d9492c45c331c5d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d9492c45c331c5d","status":"passed","time":{"start":1706618760392,"stop":1706618760393,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"52aa3f9a0a34b2bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/52aa3f9a0a34b2bb","status":"passed","time":{"start":1706618871329,"stop":1706618871329,"duration":0}},{"uid":"50e54665b421e9f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/50e54665b421e9f9","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dbbd9c4a47a8cc8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dbbd9c4a47a8cc8d","status":"passed","time":{"start":1706618996205,"stop":1706618996206,"duration":1}},{"uid":"7bd413bdc67d336f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7bd413bdc67d336f","status":"passed","time":{"start":1706618797774,"stop":1706618797775,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe11b744911c66f3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fe11b744911c66f3","status":"passed","time":{"start":1706619021206,"stop":1706619021206,"duration":0}},{"uid":"cdf6cab41bcd338f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdf6cab41bcd338f","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fb2bc7b288d6fdab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fb2bc7b288d6fdab","status":"passed","time":{"start":1706618858024,"stop":1706618858025,"duration":1}},{"uid":"7a01512317f62d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a01512317f62d9","status":"passed","time":{"start":1706618636989,"stop":1706618636989,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"70d1f36abe5e9f02","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/70d1f36abe5e9f02","status":"passed","time":{"start":1706618489112,"stop":1706618489112,"duration":0}},{"uid":"f119c80c8824cab5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f119c80c8824cab5","status":"passed","time":{"start":1706618284926,"stop":1706618284927,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99a3463fff272dc8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99a3463fff272dc8","status":"passed","time":{"start":1706618580244,"stop":1706618580244,"duration":0}},{"uid":"bb7b04959bceb137","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb7b04959bceb137","status":"passed","time":{"start":1706618380652,"stop":1706618380653,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e8b73c53071a5213","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e8b73c53071a5213","status":"passed","time":{"start":1706618996208,"stop":1706618996209,"duration":1}},{"uid":"5a81eb26b8d06467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a81eb26b8d06467","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de746c5ff32c49a8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/de746c5ff32c49a8","status":"passed","time":{"start":1706618159420,"stop":1706618159420,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bea174bf9a612b01","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bea174bf9a612b01","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0}},{"uid":"dd1c76a0986efd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd1c76a0986efd4","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22ffcc2a11733a62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22ffcc2a11733a62","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a22a046ff0b89741","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a22a046ff0b89741","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0}},{"uid":"516e72fce3c493a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/516e72fce3c493a5","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc9d09a56cd91b18","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc9d09a56cd91b18","status":"passed","time":{"start":1706618371935,"stop":1706618371936,"duration":1}},{"uid":"ff5047856f534df9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ff5047856f534df9","status":"passed","time":{"start":1706618164524,"stop":1706618164524,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0eaee25a7dcb4c1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b0eaee25a7dcb4c1","status":"passed","time":{"start":1706618429312,"stop":1706618429313,"duration":1}},{"uid":"c39a7d89a149aa32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39a7d89a149aa32","status":"passed","time":{"start":1706618221265,"stop":1706618221265,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ebe234265ef378c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ebe234265ef378c","status":"passed","time":{"start":1706618731298,"stop":1706618731299,"duration":1}},{"uid":"44c593af14d21753","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44c593af14d21753","status":"passed","time":{"start":1706618394346,"stop":1706618394347,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85b3d87b3851ca6b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/85b3d87b3851ca6b","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0}},{"uid":"763b8628f9df54af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/763b8628f9df54af","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0c4c419549cc7b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c0c4c419549cc7b","status":"passed","time":{"start":1706618996195,"stop":1706618996195,"duration":0}},{"uid":"f74778a2cd7d557b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f74778a2cd7d557b","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fad827e7c0d3e70","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fad827e7c0d3e70","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"duration":0}},{"uid":"eae885fddbff623b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eae885fddbff623b","status":"passed","time":{"start":1706618668734,"stop":1706618668736,"duration":2}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b9b3ef713f9a077f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b9b3ef713f9a077f","status":"passed","time":{"start":1706618624536,"stop":1706618624536,"duration":0}},{"uid":"36ecd8731b331997","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36ecd8731b331997","status":"passed","time":{"start":1706618460787,"stop":1706618460787,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"682e0a510969e1b7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/682e0a510969e1b7","status":"passed","time":{"start":1706618959476,"stop":1706618959476,"duration":0}},{"uid":"11605c2c57c34985","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11605c2c57c34985","status":"passed","time":{"start":1706618735868,"stop":1706618735869,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d9c85123b94df4ec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d9c85123b94df4ec","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"duration":0}},{"uid":"cf818a0941342660","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf818a0941342660","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5caeadbc4a454657","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5caeadbc4a454657","status":"passed","time":{"start":1706618371923,"stop":1706618371923,"duration":0}},{"uid":"5a86a8b8993f9467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a86a8b8993f9467","status":"passed","time":{"start":1706618164514,"stop":1706618164514,"duration":0}}]},"f7a6ee822fa602fbcc9955cfa5a47905:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1596086e3d4992d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b1596086e3d4992d","status":"passed","time":{"start":1706618858037,"stop":1706618858038,"duration":1}}]},"6f4d3d6033d949744e42458b367703e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32e9dcc6370f7e05","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/32e9dcc6370f7e05","status":"passed","time":{"start":1706618996206,"stop":1706618996207,"duration":1}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5cb4199a425cb12f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5cb4199a425cb12f","status":"passed","time":{"start":1706619004845,"stop":1706619004846,"duration":1}},{"uid":"5996e3627eab2a7a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5996e3627eab2a7a","status":"passed","time":{"start":1706618760399,"stop":1706618760406,"duration":7}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e86e66f3252caa9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e86e66f3252caa9f","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0}},{"uid":"9689d8a4b04ee6f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9689d8a4b04ee6f6","status":"passed","time":{"start":1706618668713,"stop":1706618668713,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e614e39c4360be4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5e614e39c4360be4","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0}},{"uid":"293612d152712438","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/293612d152712438","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e95e3901220248c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8e95e3901220248c","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0}},{"uid":"e74fea82ff7295ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e74fea82ff7295ab","status":"passed","time":{"start":1706618749037,"stop":1706618749043,"duration":6}}]},"545c0a766d9b4f22b4d869bc0f8db47a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"28a5e6b81638f76b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/28a5e6b81638f76b","status":"passed","time":{"start":1706618454361,"stop":1706618454361,"duration":0}},{"uid":"30e787174f9ca2f2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/30e787174f9ca2f2","status":"passed","time":{"start":1706618246647,"stop":1706618246647,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c1ce7e3a7bb159e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c1ce7e3a7bb159e","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0}},{"uid":"bd55bf8c4105da42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd55bf8c4105da42","status":"passed","time":{"start":1706618668722,"stop":1706618668722,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5dc6a053545d98ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5dc6a053545d98ff","status":"passed","time":{"start":1706618871330,"stop":1706618871330,"duration":0}},{"uid":"564808765deefdc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/564808765deefdc2","status":"passed","time":{"start":1706618685086,"stop":1706618685087,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"86dc39e585a91240","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/86dc39e585a91240","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"duration":0}},{"uid":"3906668745877f0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3906668745877f0c","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"2f53c399f96de2390573030e6d339b7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7514df74705726c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d7514df74705726c","status":"passed","time":{"start":1706618735895,"stop":1706618735896,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26282bf1865a23dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/26282bf1865a23dc","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1bda60727557650a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1bda60727557650a","status":"passed","time":{"start":1706618431631,"stop":1706618431632,"duration":1}},{"uid":"351017babe5d6ef7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/351017babe5d6ef7","status":"passed","time":{"start":1706618222836,"stop":1706618222836,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d7b84aa287db7f7f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d7b84aa287db7f7f","status":"passed","time":{"start":1706619004843,"stop":1706619004843,"duration":0}},{"uid":"2f9ed95ed8dcb3f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f9ed95ed8dcb3f0","status":"passed","time":{"start":1706618760390,"stop":1706618760391,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"617b65fe91747f1c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/617b65fe91747f1c","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"duration":0}},{"uid":"8b4b59ebf7833f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b4b59ebf7833f0","status":"passed","time":{"start":1706618760395,"stop":1706618760399,"duration":4}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"39f82303cce122fd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/39f82303cce122fd","status":"passed","time":{"start":1706618624270,"stop":1706618624270,"duration":0}},{"uid":"55c170e5ee6e836","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55c170e5ee6e836","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6079608c513b2aa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d6079608c513b2aa","status":"passed","time":{"start":1706618366455,"stop":1706618366456,"duration":1}},{"uid":"ae87f8bce1bb27ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae87f8bce1bb27ba","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b5c442f09aa176c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b5c442f09aa176c","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0}},{"uid":"8b50f4ef94dcec48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b50f4ef94dcec48","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91f69803f3ccefb4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91f69803f3ccefb4","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0}},{"uid":"72ceb28cd1eb1759","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72ceb28cd1eb1759","status":"passed","time":{"start":1706618685093,"stop":1706618685093,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c14a3598c98cc4e9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c14a3598c98cc4e9","status":"passed","time":{"start":1706619039584,"stop":1706619039584,"duration":0}},{"uid":"ffa97829eb9beb85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ffa97829eb9beb85","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f1a9be5f0aa3725","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9f1a9be5f0aa3725","status":"passed","time":{"start":1706618389062,"stop":1706618389063,"duration":1}},{"uid":"6fd0f98b68e364ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fd0f98b68e364ee","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7d9912ce3fbb563","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c7d9912ce3fbb563","status":"passed","time":{"start":1706618799829,"stop":1706618799829,"duration":0}},{"uid":"dad57e08093b0387","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dad57e08093b0387","status":"passed","time":{"start":1706618497357,"stop":1706618497358,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f25ed4bc2f7b6a7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f25ed4bc2f7b6a7","status":"passed","time":{"start":1706619004847,"stop":1706619004847,"duration":0}},{"uid":"184fdec0c13d3d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/184fdec0c13d3d6","status":"passed","time":{"start":1706618760407,"stop":1706618760407,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"25b18febf48192da","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/25b18febf48192da","status":"passed","time":{"start":1706618865682,"stop":1706618865683,"duration":1}},{"uid":"7fbbcb88bb8e1c4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fbbcb88bb8e1c4b","status":"passed","time":{"start":1706618683922,"stop":1706618683923,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44aa0308c86f49e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44aa0308c86f49e3","status":"passed","time":{"start":1706618624521,"stop":1706618624521,"duration":0}},{"uid":"d9e9384c7088ea4a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d9e9384c7088ea4a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a571702ae007a13a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a571702ae007a13a","status":"passed","time":{"start":1706618372810,"stop":1706618372811,"duration":1}},{"uid":"2306354b10cc34d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2306354b10cc34d9","status":"passed","time":{"start":1706618165333,"stop":1706618165334,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53ca1d2fce43a36d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/53ca1d2fce43a36d","status":"passed","time":{"start":1706618366458,"stop":1706618366458,"duration":0}},{"uid":"8608605ccb41df60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8608605ccb41df60","status":"passed","time":{"start":1706618156838,"stop":1706618156838,"duration":0}}]},"bb3a28cd8c9b69b7ec957d7d1e15412a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c88bedb87855b98c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c88bedb87855b98c","status":"passed","time":{"start":1706618797777,"stop":1706618797777,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b2e05eb5206b3f6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b2e05eb5206b3f6","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"duration":0}},{"uid":"23e47b829fa2281","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23e47b829fa2281","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"01b69cbd7ed68e0a2959c451115d9885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cf32945dc64d9420","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cf32945dc64d9420","status":"passed","time":{"start":1706618454369,"stop":1706618454370,"duration":1}},{"uid":"63ad519435b2403c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63ad519435b2403c","status":"passed","time":{"start":1706618246649,"stop":1706618246650,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d50b23edc7507010","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d50b23edc7507010","status":"passed","time":{"start":1706618580257,"stop":1706618580257,"duration":0}},{"uid":"61bd75cb9bfb459","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/61bd75cb9bfb459","status":"passed","time":{"start":1706618380672,"stop":1706618380673,"duration":1}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6588e0d76276a690","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6588e0d76276a690","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0}},{"uid":"3515336368bc24a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3515336368bc24a1","status":"passed","time":{"start":1706618682313,"stop":1706618682314,"duration":1}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d26433d23aa0a6fe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d26433d23aa0a6fe","status":"passed","time":{"start":1706618496639,"stop":1706618496640,"duration":1}},{"uid":"9d7bb0f68cb17f0f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d7bb0f68cb17f0f","status":"passed","time":{"start":1706618285305,"stop":1706618285306,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5268fdb9f3417055","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5268fdb9f3417055","status":"passed","time":{"start":1706618801297,"stop":1706618801297,"duration":0}},{"uid":"7db27b02c4707a12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7db27b02c4707a12","status":"passed","time":{"start":1706618638647,"stop":1706618638647,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91db5b0d6331013","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91db5b0d6331013","status":"passed","time":{"start":1706619033644,"stop":1706619033645,"duration":1}},{"uid":"52254539879975fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/52254539879975fa","status":"passed","time":{"start":1706618794314,"stop":1706618794314,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3b62790e01999b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3b62790e01999b2","status":"passed","time":{"start":1706618372812,"stop":1706618372812,"duration":0}},{"uid":"c3206ad7fd52bf6d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3206ad7fd52bf6d","status":"passed","time":{"start":1706618165335,"stop":1706618165335,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8af486e8f1078bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f8af486e8f1078bb","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"duration":0}},{"uid":"6fbccc94af3561f7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fbccc94af3561f7","status":"passed","time":{"start":1706618394347,"stop":1706618394347,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c2f4318c04739ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7c2f4318c04739ab","status":"passed","time":{"start":1706618395556,"stop":1706618395557,"duration":1}},{"uid":"1f8ee1bd47bf79ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f8ee1bd47bf79ba","status":"passed","time":{"start":1706618186247,"stop":1706618186247,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83a018fc2a3f8103","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83a018fc2a3f8103","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"duration":0}},{"uid":"8dc41c25e9a175f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc41c25e9a175f9","status":"passed","time":{"start":1706618394329,"stop":1706618394330,"duration":1}}]}} \ No newline at end of file diff --git a/6291/history/retry-trend.json b/6291/history/retry-trend.json index 7b9b3d5d8ca..0246b023765 100644 --- a/6291/history/retry-trend.json +++ b/6291/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"run":685,"retry":2}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"run":699,"retry":2}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"run":319,"retry":1}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"run":313,"retry":1}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"run":674,"retry":2}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"run":672,"retry":2}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{"run":701,"retry":2}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"run":683,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6291/index.html b/6291/index.html index be4322d437d..3a3a2907b47 100644 --- a/6291/index.html +++ b/6291/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '4783a68b-4330-4119-b835-9efd20f851df', + 'reportUuid': '967f2644-db41-4d87-afb7-a2532da09c78', 'single_file': false }); diff --git a/6291/widgets/categories-trend.json b/6291/widgets/categories-trend.json index 20b814d2400..17a58c0d615 100644 --- a/6291/widgets/categories-trend.json +++ b/6291/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"Test defects":6}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"Test defects":6}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"Test defects":5}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"Test defects":103}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"Test defects":101}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"Test defects":6}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"Test defects":6}},{"data":{}}] \ No newline at end of file diff --git a/6291/widgets/duration-trend.json b/6291/widgets/duration-trend.json index 06869b4375d..1a1c4f38bc1 100644 --- a/6291/widgets/duration-trend.json +++ b/6291/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"duration":681421}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"duration":678856}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"duration":613945}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"duration":638663}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"duration":645137}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"duration":660289}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"duration":639248}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"duration":665909}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"duration":648399}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"duration":651590}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"duration":639675}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"duration":364529}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"duration":328561}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"duration":637911}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{"duration":651014}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{"duration":649389}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{"duration":661864}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"duration":655134}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"duration":597076}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{"duration":666139}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"duration":677894}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"duration":696655}},{"data":{}}] \ No newline at end of file diff --git a/6291/widgets/duration.json b/6291/widgets/duration.json index fd4e12992c1..34f96d42853 100644 --- a/6291/widgets/duration.json +++ b/6291/widgets/duration.json @@ -1 +1 @@ -[{"uid":"ec6363e6375f498b","name":"Sets default value correctly","time":{"start":1706529405491,"stop":1706529405491,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd21f87c3c4b992","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857318,"stop":1706528857318,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff0c15ad3d445221","name":"Push message with SQL Injection payload","time":{"start":1706529218508,"stop":1706529218508,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bbca26faf856724","name":"Light Node - default protocols","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"status":"passed","severity":"normal"},{"uid":"54d8c4e38bf9b383","name":"Check received message containing Chinese","time":{"start":1706529333255,"stop":1706529333256,"duration":1},"status":"passed","severity":"normal"},{"uid":"db00aa05433ef34d","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706529092216,"stop":1706529092216,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9ccd062e192ac63","name":"Push message with rate limit","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4e4c71baad762bc","name":"Js publishes, other Js receives","time":{"start":1706529198491,"stop":1706529198492,"duration":1},"status":"passed","severity":"normal"},{"uid":"63abe897a985c8dd","name":"Check publish message after client node is restarted","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6ba333d7165864c2","name":"Asymmetric encrypt & decrypt","time":{"start":1706528759259,"stop":1706528759260,"duration":1},"status":"passed","severity":"normal"},{"uid":"150dc3da66a02acc","name":"Subscribe and receive messages via lightPush","time":{"start":1706528985982,"stop":1706528985983,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ebdba5f509ee3a2","name":"Push message with SQL Injection payload","time":{"start":1706529367440,"stop":1706529367440,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a9d367452822963","name":"Nodes with multiple pubsub topic","time":{"start":1706529213445,"stop":1706529213445,"duration":0},"status":"passed","severity":"normal"},{"uid":"fad3575afb4ad184","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d17a12ee3481135","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706529232503,"stop":1706529232504,"duration":1},"status":"passed","severity":"normal"},{"uid":"896f104956142892","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706528986018,"stop":1706528986019,"duration":1},"status":"passed","severity":"normal"},{"uid":"66224d7a725ff40a","name":"should only return 1 node with relay capability","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"status":"passed","severity":"normal"},{"uid":"5da2ef567af5e8eb","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706528735134,"stop":1706528735134,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d63fff3dd3aab3","name":"Callback on promise","time":{"start":1706529365900,"stop":1706529365900,"duration":0},"status":"passed","severity":"normal"},{"uid":"87cec2179c116d48","name":"Query Generator, No Decoder","time":{"start":1706529332307,"stop":1706529332308,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6670abe58f4f321","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378213,"stop":1706529378214,"duration":1},"status":"passed","severity":"normal"},{"uid":"90de24622ad2c429","name":"Check received message containing special chars","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec2a3f4cddc0c40","name":"Ping on unsubscribed peer","time":{"start":1706528812085,"stop":1706528812086,"duration":1},"status":"passed","severity":"normal"},{"uid":"36cb04362392bbea","name":"Push message with custom timestamp: 1706525386384","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"status":"passed","severity":"normal"},{"uid":"17c73dc91d19b850","name":"Check received message containing long","time":{"start":1706529333227,"stop":1706529333228,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6714ef287276fcb","name":"Push message with content topic containing numeric","time":{"start":1706529218523,"stop":1706529218524,"duration":1},"status":"passed","severity":"normal"},{"uid":"86dbbd96e8515666","name":"Check received message with timestamp: 1706528776938000000 ","time":{"start":1706528965680,"stop":1706528965681,"duration":1},"status":"passed","severity":"normal"},{"uid":"51d494a40c15c395","name":"Push message with shell command payload","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"status":"passed","severity":"normal"},{"uid":"18e17db211d1c559","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed6c331e0826a6f","name":"Push message with content topic containing shell command","time":{"start":1706529367476,"stop":1706529367478,"duration":2},"status":"passed","severity":"normal"},{"uid":"70cf085481dce6ad","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706529092206,"stop":1706529092207,"duration":1},"status":"passed","severity":"normal"},{"uid":"472c4edb1de77910","name":"should get / set TCP multiaddr","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fe616895e578ef5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"b53e7ad5e325ab81","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706528735138,"stop":1706528735138,"duration":0},"status":"passed","severity":"normal"},{"uid":"81dc29ddf2bb1792","name":"Check received message containing Arabic","time":{"start":1706529333260,"stop":1706529333262,"duration":2},"status":"passed","severity":"normal"},{"uid":"90e0b1e3f9c49c6c","name":"Push message with content topic containing short","time":{"start":1706529218521,"stop":1706529218522,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ea4325b1396efbf","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706528814915,"stop":1706528814917,"duration":2},"status":"passed","severity":"normal"},{"uid":"5d39baba83f96e42","name":"Push message on custom pubsubTopic","time":{"start":1706529061211,"stop":1706529061219,"duration":8},"status":"passed","severity":"normal"},{"uid":"22d54acd97b7c15a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706528985999,"stop":1706528985999,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ccc6aca8070e978e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528998594,"stop":1706528998594,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c868ca51668396","name":"nwaku interop","time":{"start":1706529268049,"stop":1706529268050,"duration":1},"status":"passed","severity":"normal"},{"uid":"b266f76384fcda53","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"status":"passed","severity":"normal"},{"uid":"3189861ccede0335","name":"Decoder throws on undefined content topic","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5fe3d1de78cc19b","name":"Push message with emoji payload","time":{"start":1706529367450,"stop":1706529367451,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b68ba642a70e604","name":"Check received message containing Basic HTML tag","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1188f6e00c6c037","name":"can start the service","time":{"start":1706528787512,"stop":1706528787515,"duration":3},"status":"passed","severity":"normal"},{"uid":"68e97a9582ad7d05","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706529092205,"stop":1706529092206,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cfb40048a646a19","name":"should set field with only FILTER enabled","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"status":"passed","severity":"normal"},{"uid":"efb4e61dd1480232","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706529403578,"stop":1706529403579,"duration":1},"status":"passed","severity":"normal"},{"uid":"9281bc9d14d4792d","name":"Query with Promise Callback, No message returned","time":{"start":1706529332318,"stop":1706529332319,"duration":1},"status":"passed","severity":"normal"},{"uid":"a911052426b262","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213427,"stop":1706529213436,"duration":9},"status":"passed","severity":"normal"},{"uid":"adaf16e0dfc9d0ad","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706529403567,"stop":1706529403568,"duration":1},"status":"passed","severity":"normal"},{"uid":"10a5ea0fbd412f58","name":"does not throw on valid cases","time":{"start":1706528729414,"stop":1706528729415,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4c8d71d50388e3f","name":"ignores domain fetching errors","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab2ae1e921f0a30","name":"Subscribe and receive messages via waku relay post","time":{"start":1706528985986,"stop":1706528985990,"duration":4},"status":"passed","severity":"normal"},{"uid":"c92e3996814d8b74","name":"Check publish message containing Basic HTML tag","time":{"start":1706529223893,"stop":1706529223893,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e8603c2e8db2d48","name":"Store - dialed first","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eca231d48f51c53","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706529382346,"stop":1706529382346,"duration":0},"status":"passed","severity":"normal"},{"uid":"107ded564785277a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706528986021,"stop":1706528986021,"duration":0},"status":"passed","severity":"normal"},{"uid":"759caedb3699e587","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e5c15d8f9a0e5e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061220,"stop":1706529061221,"duration":1},"status":"passed","severity":"normal"},{"uid":"a825ce2464224e99","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706529213445,"stop":1706529213445,"duration":0},"status":"passed","severity":"normal"},{"uid":"b71a978c10a47458","name":"Check received message containing emoji","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9cb852ef66b17ff","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28931ba0c79910","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706529403572,"stop":1706529403573,"duration":1},"status":"passed","severity":"normal"},{"uid":"504e682b474d5ef6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c72c5b4d991b5d8","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706529403578,"stop":1706529403578,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be5064577d8e4af","name":"Push message with numeric payload","time":{"start":1706529367435,"stop":1706529367436,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7324ce1fc47b94","name":"Check received message containing Arabic","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b65fbbe08204a76","name":"different cluster, same shard: nodes don't connect","time":{"start":1706529165665,"stop":1706529165666,"duration":1},"status":"broken","severity":"normal"},{"uid":"858eacff3415b9b1","name":"Push message with JSON payload","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9501f65180ce72c","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528998599,"stop":1706528998599,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cfee4366998578","name":"Reusing cursor across nodes","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d97d00eb51ed91","name":"should handle a minimal index list","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b9d10db9a9cc5f","name":"Check publish message containing long","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"status":"passed","severity":"normal"},{"uid":"eeaba624bb711d04","name":"Check received message containing XML","time":{"start":1706529333273,"stop":1706529333273,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b228aa1ec2e1c74","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c4e4eaac66eb1a","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706529297072,"stop":1706529297072,"duration":0},"status":"passed","severity":"normal"},{"uid":"382495ec61ada9ea","name":"Push message with Arabic payload","time":{"start":1706529218506,"stop":1706529218507,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d1bbe0376c5d3c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706529403578,"stop":1706529403578,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cdbd8c483e0e37","name":"Generator, custom pubsub topic","time":{"start":1706529378204,"stop":1706529378206,"duration":2},"status":"passed","severity":"normal"},{"uid":"3076797b8175193c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706529092222,"stop":1706529092222,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b26464a1eeb8d5f","name":"Subscribe to topic containing short and publish message","time":{"start":1706529232499,"stop":1706529232499,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3ae8f7084671bf2","name":"Check message with extra parameter is not received","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"status":"passed","severity":"normal"},{"uid":"bafc966f5536626f","name":"Push message with escaped characters payload","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfc6d3b7f13d7f9f","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706528752254,"stop":1706528752254,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d9fff4da38193f9","name":"Push message with content topic containing short","time":{"start":1706529367452,"stop":1706529367452,"duration":0},"status":"passed","severity":"normal"},{"uid":"84286c56956ae208","name":"should throw error - no public key","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fa4772bd504e033","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706528814944,"stop":1706528814944,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f6b7bde4c0adfd","name":"Check received message containing shell command","time":{"start":1706529333234,"stop":1706529333234,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb90dc452008b267","name":"different cluster, same shard: nodes don't connect","time":{"start":1706529092192,"stop":1706529092193,"duration":1},"status":"broken","severity":"normal"},{"uid":"547d596e9225153f","name":"Subscribe to topic containing Script and receive message","time":{"start":1706528986015,"stop":1706528986016,"duration":1},"status":"passed","severity":"normal"},{"uid":"b410d2e734f6ad4a","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706528986019,"stop":1706528986020,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2cc73e01649cded","name":"unsubscribes","time":{"start":1706529389607,"stop":1706529389607,"duration":0},"status":"passed","severity":"normal"},{"uid":"6567dcc8af30a1af","name":"converts content topics to expected shard index","time":{"start":1706528729420,"stop":1706528729420,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6a5a31a0fd8bec","name":"Promise Callback - forward","time":{"start":1706529364250,"stop":1706529364251,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca3d009a710cbd8","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706528986014,"stop":1706528986014,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83982b940b45136","name":"Check publish message containing escaped characters","time":{"start":1706529223894,"stop":1706529223895,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bb5389e4a297193","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706529092217,"stop":1706529092217,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21bcaa67d49858b","name":"should set field with all protocols enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"9677e5ec30d7a5c4","name":"Check received message containing JSON","time":{"start":1706528965676,"stop":1706528965676,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06e911412f2cb72","name":"Fails to publish message with wrong content topic","time":{"start":1706529223900,"stop":1706529223900,"duration":0},"status":"passed","severity":"normal"},{"uid":"87e656dfbc3ff92a","name":"Check received message containing escaped characters","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"status":"passed","severity":"normal"},{"uid":"75dd8b8e6dfdeb6b","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706529398291,"stop":1706529398291,"duration":0},"status":"passed","severity":"normal"},{"uid":"804169b6df7577a3","name":"Check received message containing long","time":{"start":1706529333253,"stop":1706529333254,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bbbb771c9e599a8","name":"should properly create peer info with all multiaddrs","time":{"start":1706528736045,"stop":1706528736045,"duration":0},"status":"passed","severity":"normal"},{"uid":"642db85ec0cfe958","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706528857317,"stop":1706528857317,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e6f82b63a88f098","name":"Check message received after nwaku node is restarted","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a4b88c8706558557","name":"Push message with content topic containing special chars","time":{"start":1706529218524,"stop":1706529218525,"duration":1},"status":"passed","severity":"normal"},{"uid":"c575d5f25e12fad9","name":"Check message with no pubsub topic is not received","time":{"start":1706528965684,"stop":1706528965684,"duration":0},"status":"passed","severity":"normal"},{"uid":"aede67ce7f835fac","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"status":"passed","severity":"normal"},{"uid":"d844d3a307366f69","name":"Push message with content topic containing Russian","time":{"start":1706529367471,"stop":1706529367471,"duration":0},"status":"passed","severity":"normal"},{"uid":"da051a3d634fd9ce","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706528735131,"stop":1706528735131,"duration":0},"status":"passed","severity":"normal"},{"uid":"880fc8604747eea6","name":"Check publish message containing unicode special characters","time":{"start":1706529223895,"stop":1706529223896,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f87e9d829e03fc1","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706528965682,"stop":1706528965682,"duration":0},"status":"passed","severity":"normal"},{"uid":"1abdce6922089dc4","name":"Push message with content topic containing escaped characters","time":{"start":1706529367478,"stop":1706529367479,"duration":1},"status":"passed","severity":"normal"},{"uid":"128041f51f63e93","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b5eb109f20cdaa9","name":"Publish without waiting for remote peer","time":{"start":1706529232496,"stop":1706529232496,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fdf7464314848f2","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706528735135,"stop":1706528735136,"duration":1},"status":"passed","severity":"normal"},{"uid":"a348c507a91ce632","name":"nwaku subscribes","time":{"start":1706529198490,"stop":1706529198490,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ce7f27ec528e9f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706528965681,"stop":1706528965682,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fd8ee6fd4a1c5a1","name":"topics with same application and version share the same shard","time":{"start":1706528729421,"stop":1706528729421,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a502cf228361c79","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d29998c069a9c7e","name":"Push message with content topic containing Arabic","time":{"start":1706529367470,"stop":1706529367470,"duration":0},"status":"passed","severity":"normal"},{"uid":"c06387ff943e62b2","name":"Relay + Store","time":{"start":1706528736047,"stop":1706528736048,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed21b9ec5322284","name":"same cluster, same shard: nodes connect","time":{"start":1706529092190,"stop":1706529092191,"duration":1},"status":"passed","severity":"normal"},{"uid":"40a871d78cf4b625","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706528985996,"stop":1706528985998,"duration":2},"status":"passed","severity":"normal"},{"uid":"c3973ff5ad505f88","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378214,"stop":1706529378215,"duration":1},"status":"passed","severity":"normal"},{"uid":"d24998a3a2b1b4f3","name":"Overlapping topic subscription","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"865d8b84b5bd8d34","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706529165662,"stop":1706529165662,"duration":0},"status":"passed","severity":"normal"},{"uid":"423bca152c152f6f","name":"same cluster, same shard: nodes connect","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cee1bfb9c7c91f7","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e2dace59f155209","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706528985992,"stop":1706528985993,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34cd7b95c0e31d7","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706529092221,"stop":1706529092222,"duration":1},"status":"passed","severity":"normal"},{"uid":"f92d68c1ecd7ffbe","name":"Ping on peer without subscriptions","time":{"start":1706528812085,"stop":1706528812085,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca484b51cd4d42f0","name":"Push message with short payload","time":{"start":1706529367432,"stop":1706529367433,"duration":1},"status":"passed","severity":"normal"},{"uid":"5917b26ef1b85c3d","name":"Subscribe to topic containing long and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"def0965b1c01be62","name":"Check received message containing long","time":{"start":1706528965669,"stop":1706528965670,"duration":1},"status":"passed","severity":"normal"},{"uid":"a42321f61c631b1c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528851378,"stop":1706528851378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c849b1c34c13945","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5038bcc074cf3a1","name":"Push message with content topic containing SQL Injection","time":{"start":1706529218528,"stop":1706529218529,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1d0486d9fa1db0c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528998596,"stop":1706528998597,"duration":1},"status":"passed","severity":"normal"},{"uid":"a533e4793261a8e5","name":"Check received message containing special chars","time":{"start":1706529333255,"stop":1706529333255,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a951aeb5bfa40e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706528986013,"stop":1706528986013,"duration":0},"status":"passed","severity":"normal"},{"uid":"90f1f2cf0596f13b","name":"Push message with content topic containing numeric","time":{"start":1706529367467,"stop":1706529367468,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9e709af187f5fba","name":"Check publish message containing numeric","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8220330fc90506","name":"Push message with content topic containing special chars","time":{"start":1706529367468,"stop":1706529367469,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8b707dcbc7a807","name":"Push message with custom timestamp: 1675770586384","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e657224a20ea7d","name":"Check received message containing Basic HTML tag","time":{"start":1706528965674,"stop":1706528965675,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a02ffb227575c1","name":"Check received message containing unicode special characters","time":{"start":1706528965679,"stop":1706528965680,"duration":1},"status":"passed","severity":"normal"},{"uid":"7af943144333e10a","name":"Ephemeral messages are not stored","time":{"start":1706528799362,"stop":1706528799362,"duration":0},"status":"passed","severity":"normal"},{"uid":"60e2eaaa2a5291b5","name":"A test","time":{"start":1706529061335,"stop":1706529061335,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab918ce955d13976","name":"Subscribe to topic containing long and receive message","time":{"start":1706529403577,"stop":1706529403578,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3e0530829b57af5","name":"Push message with Basic HTML tag payload","time":{"start":1706529367448,"stop":1706529367449,"duration":1},"status":"passed","severity":"normal"},{"uid":"c56c84c115e70fc","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213442,"stop":1706529213442,"duration":0},"status":"passed","severity":"normal"},{"uid":"c121b4e2cc71e2d9","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706528857319,"stop":1706528857320,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb4d5081e823f2da","name":"Check received message with timestamp: undefined ","time":{"start":1706528965682,"stop":1706528965683,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c359e8d8f880969","name":"should encode/decode to text encoding","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"status":"passed","severity":"normal"},{"uid":"941958abb07a6833","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"status":"passed","severity":"normal"},{"uid":"3430ef714e8d6fee","name":"should decode valid enr with tcp successfully","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afacc0b8b36f34b","name":"should set field with only STORE enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a314aad16d548b4","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706528814918,"stop":1706528814918,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca9f76bacee72a0","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528851379,"stop":1706528851380,"duration":1},"status":"passed","severity":"normal"},{"uid":"4020e80bc487ad3","name":"Subscribe to topic containing long and publish message","time":{"start":1706529232499,"stop":1706529232499,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6a7711b24c727","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706529092216,"stop":1706529092216,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6a60979b168c007","name":"isConnected should return false after all peers disconnect","time":{"start":1706528814969,"stop":1706528814970,"duration":1},"status":"passed","severity":"normal"},{"uid":"614d0dc5b92138b1","name":"Push message with content topic containing long","time":{"start":1706529218522,"stop":1706529218523,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f231957285d951e","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706528799363,"stop":1706528799363,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e664a764917e51","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706528752270,"stop":1706528752271,"duration":1},"status":"passed","severity":"normal"},{"uid":"a94e0ffa1437da2f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6b415045f58d0f","name":"ignores unrecognized TXT record formats","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"956c3b6eefb8f62f","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b3435c78f4fc22","name":"Push 30 different messages","time":{"start":1706529218519,"stop":1706529218520,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b4066798e41dd1","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706528985984,"stop":1706528985985,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f072cb10e599f83","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706528752256,"stop":1706528752263,"duration":7},"status":"passed","severity":"normal"},{"uid":"9e5a49c7941f0056","name":"should get / set UDP multiaddr","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"status":"passed","severity":"normal"},{"uid":"e543e9ee95863cbb","name":"Check received message containing escaped characters","time":{"start":1706528965679,"stop":1706528965679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad729e663cf3e82c","name":"Check publish message containing XML","time":{"start":1706529223892,"stop":1706529223893,"duration":1},"status":"passed","severity":"normal"},{"uid":"694fa5e4e6a85418","name":"Relay","time":{"start":1706528794128,"stop":1706528794129,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5eb1fa423605c4d","name":"Relay - dialed after","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"status":"passed","severity":"normal"},{"uid":"c52de877bcf9daf4","name":"Push message with special chars payload","time":{"start":1706529218503,"stop":1706529218504,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcff4f177467085a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061226,"stop":1706529061226,"duration":0},"status":"passed","severity":"normal"},{"uid":"254c40074837a049","name":"Promise Callback - backward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ab40b38f933557a","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706529398287,"stop":1706529398288,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa4103d2c0f2f95f","name":"Default pageSize","time":{"start":1706529395070,"stop":1706529395070,"duration":0},"status":"passed","severity":"normal"},{"uid":"604012385fbb36ac","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"f02a33a70629efe1","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706528814937,"stop":1706528814938,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b5ce5fa15b52f7c","name":"Push message with content topic containing XML","time":{"start":1706529367473,"stop":1706529367474,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5bd8eb61771058b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"356a22bd99f37b6a","name":"Push message with shell command payload","time":{"start":1706529218515,"stop":1706529218516,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaff90e7b6532780","name":"should not fail to stop the service if it was not started","time":{"start":1706529268051,"stop":1706529268051,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5fab43aef7d531e","name":"Subscribe to topic containing Script and receive message","time":{"start":1706529403579,"stop":1706529403580,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca7cf4a4da38bb91","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706528857314,"stop":1706528857314,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8bc03813bf492fb","name":"Check message with no content topic is not received","time":{"start":1706528965684,"stop":1706528965685,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f637dc431849ef4","name":"Query Generator, No message returned","time":{"start":1706529332308,"stop":1706529332309,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffdfdc724248d646","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706528814914,"stop":1706528814914,"duration":0},"status":"passed","severity":"normal"},{"uid":"129ce1c5d88d51d4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44434a53d47d69f","name":"isConnected should return false after all peers disconnect","time":{"start":1706528814917,"stop":1706528814917,"duration":0},"status":"passed","severity":"normal"},{"uid":"51d3bc9631d4adc3","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706528752634,"stop":1706528752634,"duration":0},"status":"skipped","severity":"normal"},{"uid":"54da2162c35ad254","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7882f8c6ccda084","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061222,"stop":1706529061223,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5a1fdfd6951ea07","name":"should properly create location multiaddrs - tcp6","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d2544911205b83f","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706529365899,"stop":1706529365899,"duration":0},"status":"passed","severity":"normal"},{"uid":"91189ccd4e80e3b7","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"824a38c995622227","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fd369e10fb74f26","name":"Nwaku publishes","time":{"start":1706529198491,"stop":1706529198491,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f64ab81925047ee","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"213b4246cb94cb03","name":"Privacy Node - default protocol","time":{"start":1706529410671,"stop":1706529410672,"duration":1},"status":"passed","severity":"normal"},{"uid":"d950d1e384220a52","name":"Push message with Basic HTML tag payload","time":{"start":1706529218510,"stop":1706529218514,"duration":4},"status":"passed","severity":"normal"},{"uid":"133c2d0d4d52fb44","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7abdb4115863d6f","name":"Check received message containing short","time":{"start":1706529333227,"stop":1706529333227,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f49e13e0286b8e6","name":"Fails to publish message with empty text","time":{"start":1706529223900,"stop":1706529223900,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b34b7f19e503a1","name":"should encode/decode to RLP encoding","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1fad5ff77a35af7","name":"Query generator for multiple messages with different content topic format","time":{"start":1706529365899,"stop":1706529365900,"duration":1},"status":"passed","severity":"normal"},{"uid":"eef4cfbdc81c8c4c","name":"Relay + Store","time":{"start":1706528794129,"stop":1706528794129,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb714ca7f3b9fc1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706529092207,"stop":1706529092208,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b75009a14d488","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706528735130,"stop":1706528735130,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde06057ec170701","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706529398290,"stop":1706529398290,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa53b6299ed8475","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaabb071e78ed9b0","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706529223901,"stop":1706529223901,"duration":0},"status":"passed","severity":"normal"},{"uid":"687c6c65d31793d5","name":"Overlapping topic subscription","time":{"start":1706528986006,"stop":1706528986007,"duration":1},"status":"passed","severity":"normal"},{"uid":"534565d0f29e9389","name":"throws on content topic with empty version field","time":{"start":1706528729418,"stop":1706528729418,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcb0b75ef051897","name":"Push message with custom timestamp: 1706532586384","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"status":"passed","severity":"normal"},{"uid":"68cb625ff7e6a01f","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea5df258b9fd8de","name":"should throw an error for insufficient data","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"status":"passed","severity":"normal"},{"uid":"693e013db42d32e8","name":"Check received message containing Script","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"status":"passed","severity":"normal"},{"uid":"918446a1f8e73f3","name":"Passing page size 10 when there are 10 messages","time":{"start":1706529395067,"stop":1706529395067,"duration":0},"status":"passed","severity":"normal"},{"uid":"24f3fc411b99708c","name":"LightPush","time":{"start":1706529410670,"stop":1706529410671,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bf21be0622a236d","name":"Push message with custom timestamp: 1706525365833","time":{"start":1706529367482,"stop":1706529367483,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e2901af9f017ca3","name":"tcp ip4 address","time":{"start":1706528735263,"stop":1706528735264,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4c29428322301e2","name":"Encoder throws on empty string content topic","time":{"start":1706528760735,"stop":1706528760736,"duration":1},"status":"passed","severity":"normal"},{"uid":"62cdf4ddfea570c0","name":"Rejects garbage","time":{"start":1706528746047,"stop":1706528746047,"duration":0},"status":"passed","severity":"normal"},{"uid":"84c68e872b08f437","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed4ecc6e4fa61d9","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a2346e54fa560f2","name":"Passing an array","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"a19200e64bc12a24","name":"Check publish message after service node is restarted","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5c0eb9564d18dd39","name":"Push message with content topic containing JSON","time":{"start":1706529218532,"stop":1706529218533,"duration":1},"status":"passed","severity":"normal"},{"uid":"d226d1734c469d99","name":"Subscribe and receive messages via lightPush","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb15752567793f0b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857318,"stop":1706528857318,"duration":0},"status":"passed","severity":"normal"},{"uid":"c446055690ca9377","name":"Check received message with extra option is received","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8be24b10ef3676","name":"same cluster, different shard: nodes connect","time":{"start":1706529092191,"stop":1706529092191,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd60f9d33bc0c8fd","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528998593,"stop":1706528998593,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f81c2c5812bab65","name":"Ping on peer without subscriptions","time":{"start":1706528848468,"stop":1706528848469,"duration":1},"status":"passed","severity":"normal"},{"uid":"93df6720ecfbc5cb","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b1daa2adf57a92","name":"Push message with emoji payload","time":{"start":1706529218518,"stop":1706529218519,"duration":1},"status":"passed","severity":"normal"},{"uid":"14ec21fcf1ba3649","name":"should properly create location multiaddrs - tcp","time":{"start":1706528736044,"stop":1706528736045,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf70a0a4cbc069f","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706529232501,"stop":1706529232502,"duration":1},"status":"passed","severity":"normal"},{"uid":"764a3ddf1623802d","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"status":"passed","severity":"normal"},{"uid":"4137c25b7370fe9f","name":"Push message with content topic containing unicode special characters","time":{"start":1706529367479,"stop":1706529367479,"duration":0},"status":"passed","severity":"normal"},{"uid":"632d4f4a5f810c0c","name":"Decoder throws on empty string content topic","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aaa0221553a662b","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528998594,"stop":1706528998595,"duration":1},"status":"passed","severity":"normal"},{"uid":"4636cb6115b2d7a8","name":"creates an iterator","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"status":"passed","severity":"normal"},{"uid":"72fa13ee143e079","name":"Does not throw an exception when node disconnects","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6d80e43b4b09371","name":"should not receive a peer event after stop","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ba80d49de355e7","name":"Subscribe to topic containing short and receive message","time":{"start":1706528986011,"stop":1706528986012,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fd5a4192ab064","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706529398289,"stop":1706529398289,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5234d1d71ba8f9","name":"Check received message containing numeric","time":{"start":1706528965670,"stop":1706528965670,"duration":0},"status":"passed","severity":"normal"},{"uid":"38967c0d51fac91b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706529403580,"stop":1706529403580,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f666053f8f34dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857315,"stop":1706528857316,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4d92de4e992721e","name":"Push message with long payload","time":{"start":1706529218502,"stop":1706529218503,"duration":1},"status":"passed","severity":"normal"},{"uid":"a02e709859df094f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706529092203,"stop":1706529092203,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b323013b62c514","name":"Push message with content topic containing emoji","time":{"start":1706529218536,"stop":1706529218537,"duration":1},"status":"passed","severity":"normal"},{"uid":"859aa3ffc705045","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"status":"passed","severity":"normal"},{"uid":"66a85663b73598aa","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706528814914,"stop":1706528814915,"duration":1},"status":"passed","severity":"normal"},{"uid":"1325cb8c83927503","name":"Subscribe and receive messages via waku relay post","time":{"start":1706529403575,"stop":1706529403575,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd2e9faccde7eba1","name":"Check received message containing Arabic","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb250ee71f4e0259","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce29edf85a285fb1","name":"Check received message containing numeric","time":{"start":1706529333254,"stop":1706529333254,"duration":0},"status":"passed","severity":"normal"},{"uid":"219ab90655596dec","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706528735133,"stop":1706528735134,"duration":1},"status":"passed","severity":"normal"},{"uid":"6582e1a6fb2ee34f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706529333277,"stop":1706529333277,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa0ec5613ca9fcb","name":"Query with Promise Callback, No Decoder","time":{"start":1706529332317,"stop":1706529332318,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc2b2366ecca8d40","name":"Push message with content topic containing shell command","time":{"start":1706529218533,"stop":1706529218534,"duration":1},"status":"passed","severity":"normal"},{"uid":"c253b1ef5e6023c0","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706528986000,"stop":1706528986000,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c0cab566b91274a","name":"Push message with Russian payload","time":{"start":1706529218507,"stop":1706529218508,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d2060dfd5572c24","name":"Subscribe to topic containing Script and publish message","time":{"start":1706529232503,"stop":1706529232503,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eaafd8958afd906","name":"recovers when dns.resolve returns empty","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e265da06ddab88b","name":"Mutual subscription","time":{"start":1706529232495,"stop":1706529232495,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60e1ae3a455e953","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706528752255,"stop":1706528752256,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8086bf8fb00ce2","name":"Check received message containing shell command","time":{"start":1706529333274,"stop":1706529333275,"duration":1},"status":"passed","severity":"normal"},{"uid":"335216237561b736","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092200,"stop":1706529092200,"duration":0},"status":"passed","severity":"normal"},{"uid":"6745382e4060f92d","name":"Check meta is set [ecies]","time":{"start":1706528760734,"stop":1706528760735,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bfe583757a7752","name":"Subscribe and receive messages via lightPush","time":{"start":1706529403574,"stop":1706529403574,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c39e4bfb9fdb34b","name":"Check received message containing escaped characters","time":{"start":1706529333234,"stop":1706529333235,"duration":1},"status":"passed","severity":"normal"},{"uid":"61373f58c4cf6594","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706529092200,"stop":1706529092202,"duration":2},"status":"passed","severity":"normal"},{"uid":"e8cebfc8e38a8be1","name":"Push message with content topic containing long","time":{"start":1706529367452,"stop":1706529367467,"duration":15},"status":"passed","severity":"normal"},{"uid":"d8749bb73a0c417","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706529403574,"stop":1706529403575,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba6c7791532dbf49","name":"retrieves a single peer","time":{"start":1706528752628,"stop":1706528752629,"duration":1},"status":"passed","severity":"normal"},{"uid":"58c00abc86c7c61a","name":"Generator, custom pubsub topic","time":{"start":1706529378212,"stop":1706529378213,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5d1dde7cfdd1667","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706528758829,"stop":1706528758830,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dc379dc724095f9","name":"throws on empty content topic","time":{"start":1706528729415,"stop":1706528729415,"duration":0},"status":"passed","severity":"normal"},{"uid":"3abd95cdac6e4540","name":"Check publish message containing Script","time":{"start":1706529223892,"stop":1706529223892,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8f7c167e34782e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706528986014,"stop":1706528986014,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ad5b0775b9ffb32","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"status":"broken","severity":"normal"},{"uid":"248f79113014946c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061221,"stop":1706529061222,"duration":1},"status":"passed","severity":"normal"},{"uid":"7014bab0fa3f866c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528851378,"stop":1706528851379,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c647b960894306d","name":"Check received message with timestamp: 1706528776509000000 ","time":{"start":1706529333236,"stop":1706529333237,"duration":1},"status":"passed","severity":"normal"},{"uid":"17f443c192f06866","name":"Push message with content topic containing Script","time":{"start":1706529218529,"stop":1706529218530,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c435a43592914fa","name":"should set field with all protocols disabled","time":{"start":1706528736045,"stop":1706528736045,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec182256362f6fe7","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706529092204,"stop":1706529092205,"duration":1},"status":"passed","severity":"normal"},{"uid":"d689177574d32db6","name":"Check received message containing emoji","time":{"start":1706529333235,"stop":1706529333236,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d9a6e2617c04e82","name":"Ephemeral field set to true","time":{"start":1706528742327,"stop":1706528742327,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bace481f82a6f0","name":"1 Relay, 1 fetch","time":{"start":1706528752295,"stop":1706528752295,"duration":0},"status":"passed","severity":"normal"},{"uid":"b74ec45885e4ad63","name":"Passing page size 0 when there are 110 messages","time":{"start":1706529395064,"stop":1706529395065,"duration":1},"status":"passed","severity":"normal"},{"uid":"d623b2c04c2bf330","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"status":"passed","severity":"normal"},{"uid":"18643766430bc9bb","name":"should be able to encode the field with only STORE set to true","time":{"start":1706528735129,"stop":1706528735129,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9585fb14534ea9e","name":"Check received message containing numeric","time":{"start":1706529333228,"stop":1706529333228,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f80c38e8a7d42b4","name":"Push message with custom timestamp: 1706532565833","time":{"start":1706529367483,"stop":1706529367484,"duration":1},"status":"passed","severity":"normal"},{"uid":"9196071e6fd84109","name":"Passing page size 110 when there are 120 messages","time":{"start":1706529395069,"stop":1706529395070,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3787b18105f7c6","name":"Fails to push message with empty content topic","time":{"start":1706529367480,"stop":1706529367480,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b1cce75252f812","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706528735126,"stop":1706528735128,"duration":2},"status":"passed","severity":"normal"},{"uid":"6e9c54c35d878910","name":"Push message with content topic containing Arabic","time":{"start":1706529218526,"stop":1706529218527,"duration":1},"status":"passed","severity":"normal"},{"uid":"386945489f37932c","name":"Check message with non string payload is not received","time":{"start":1706528965685,"stop":1706528965686,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a2d386f8c5af0e7","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706528735137,"stop":1706528735137,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54bbbab1f84e8be","name":"Check received message containing unicode special characters","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed630e4a124d8411","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706528741681,"stop":1706528741682,"duration":1},"status":"passed","severity":"normal"},{"uid":"f479ea21854f3387","name":"Delete observer","time":{"start":1706529167076,"stop":1706529167076,"duration":0},"status":"passed","severity":"normal"},{"uid":"b88e07981de80d70","name":"can dial TLS multiaddrs","time":{"start":1706529098415,"stop":1706529098416,"duration":1},"status":"passed","severity":"normal"},{"uid":"95442c694ec0c263","name":"different cluster, different shard: nodes don't connect","time":{"start":1706529165668,"stop":1706529165669,"duration":1},"status":"broken","severity":"normal"},{"uid":"bb8944d45d81e710","name":"Check received message containing Russian","time":{"start":1706529333262,"stop":1706529333263,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4cdebadc96075e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528998597,"stop":1706528998598,"duration":1},"status":"passed","severity":"normal"},{"uid":"54b1aab0235588e2","name":"should emit a peer event after start","time":{"start":1706529268052,"stop":1706529268052,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c3d618f197564d","name":"Check message on other pubsub topic is not received","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"status":"passed","severity":"normal"},{"uid":"7493401db8548612","name":"can start and stop the service","time":{"start":1706528787515,"stop":1706528787516,"duration":1},"status":"passed","severity":"normal"},{"uid":"7500e11ba6bc354d","name":"Ping on unsubscribed peer","time":{"start":1706528848469,"stop":1706528848469,"duration":0},"status":"passed","severity":"normal"},{"uid":"63b6767a9f5388f4","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed95009ace7d07f7","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb63b56fea3bb48e","name":"Ping on subscribed peer","time":{"start":1706528812084,"stop":1706528812085,"duration":1},"status":"passed","severity":"normal"},{"uid":"b998303e857e130","name":"Fails to push message bigger that 1MB","time":{"start":1706529367486,"stop":1706529367487,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3e205b416a8c227","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706529092195,"stop":1706529092196,"duration":1},"status":"passed","severity":"normal"},{"uid":"528739c53d4a36e0","name":"should throw error - no public key","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"da46e6d8642fe751","name":"Subscribe and receives messages on 20 topics","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"42f1de0adad9963f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706528985983,"stop":1706528985984,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd6e059f97b0d74d","name":"Check message received after nwaku node is restarted","time":{"start":1706529333252,"stop":1706529333253,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cec670752ff9cc0","name":"Push message with JSON payload","time":{"start":1706529218514,"stop":1706529218515,"duration":1},"status":"passed","severity":"normal"},{"uid":"63dc16f1587ac716","name":"Store - dialed after - with timeout","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"status":"passed","severity":"normal"},{"uid":"97f9ab9676ded01","name":"Check received message with timestamp: 1706528776509 ","time":{"start":1706529333276,"stop":1706529333277,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bc5656f2c7c269d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"81eb52f2c986da05","name":"Check message with invalid timestamp is not received","time":{"start":1706529333279,"stop":1706529333280,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1c85e1c5b11404c","name":"Ping on unsubscribed peer","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb50980f8905478c","name":"Overlapping topic subscription","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"status":"passed","severity":"normal"},{"uid":"c19a6fe158cda167","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706528735131,"stop":1706528735132,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ad2059569b2ad8a","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706528735129,"stop":1706528735130,"duration":1},"status":"passed","severity":"normal"},{"uid":"38d19582cc05e5fe","name":"Encoder throws on undefined content topic","time":{"start":1706528758832,"stop":1706528758833,"duration":1},"status":"passed","severity":"normal"},{"uid":"c83ac71e0beeaf8a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706528814969,"stop":1706528814969,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d5216d190b64a04","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857316,"stop":1706528857316,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c62daa1299f13c","name":"Check received message containing Chinese","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f7a7b5e35352be","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706528814913,"stop":1706528814913,"duration":0},"status":"passed","severity":"normal"},{"uid":"e063b5f48b64237c","name":"can start and stop the service","time":{"start":1706529268050,"stop":1706529268051,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c3ca957b100a607","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706529382344,"stop":1706529382345,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b90a1d281680d1e","name":"Decoder throws on empty string content topic","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c1a96872c4c8df1","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706529382345,"stop":1706529382345,"duration":0},"status":"passed","severity":"normal"},{"uid":"be29ff972ab55f83","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061223,"stop":1706529061224,"duration":1},"status":"passed","severity":"normal"},{"uid":"41489ea25945e0f1","name":"Check publish message containing Russian","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df508e92085db9","name":"Refresh subscription","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d6fccf5e81a1e8e","name":"Subscribe to topic containing XML and publish message","time":{"start":1706529232503,"stop":1706529232503,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c2c9957a4426011","name":"Push message with content topic containing SQL Injection","time":{"start":1706529367471,"stop":1706529367472,"duration":1},"status":"passed","severity":"normal"},{"uid":"4721d449fd5c43c0","name":"Used by Waku Relay","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aeac5c04d6c484a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706529407523,"stop":1706529407523,"duration":0},"status":"passed","severity":"normal"},{"uid":"400a93846f472cb4","name":"should not receive a peer event before start","time":{"start":1706528787519,"stop":1706528787519,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa261925a780f5b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706528986013,"stop":1706528986013,"duration":0},"status":"passed","severity":"normal"},{"uid":"14b1ef234dda7bca","name":"Subscribe and receives messages on 20 topics","time":{"start":1706528985993,"stop":1706528985994,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1d1b92050ab6f85","name":"Refresh subscription","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"status":"skipped","severity":"normal"},{"uid":"64c19d00c26f6599","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706529092221,"stop":1706529092221,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61ddbe49ed87ee5","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706529403574,"stop":1706529403574,"duration":0},"status":"passed","severity":"normal"},{"uid":"46e0f1c91919d45f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb77b229d64c80a3","name":"Push message with Chinese payload","time":{"start":1706529367437,"stop":1706529367438,"duration":1},"status":"passed","severity":"normal"},{"uid":"25584f096b2d177a","name":"Subscribe and receive messages via waku relay post","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5e113511920df1","name":"Check message with no content topic is not received","time":{"start":1706529333281,"stop":1706529333281,"duration":0},"status":"passed","severity":"normal"},{"uid":"f835def9a0a31217","name":"configure the node with multiple pubsub topics","time":{"start":1706529248592,"stop":1706529248597,"duration":5},"status":"passed","severity":"normal"},{"uid":"4584739d92159b7e","name":"Check publish message containing special chars","time":{"start":1706529223889,"stop":1706529223890,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d484d2e18cb343e","name":"Push message with meta","time":{"start":1706529218538,"stop":1706529218542,"duration":4},"status":"passed","severity":"normal"},{"uid":"b1270748216703b2","name":"Refresh subscription","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada15d10c8dd207f","name":"Push message with rate limit","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"status":"passed","severity":"normal"},{"uid":"f24223c8b74f0da","name":"Push to array if already present","time":{"start":1706528729253,"stop":1706528729253,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f35cadf773f0fbc","name":"Push message with content topic containing Chinese","time":{"start":1706529367469,"stop":1706529367470,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d2b27dc83dc91fb","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706529398288,"stop":1706529398289,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f5ed3524782f286","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061224,"stop":1706529061226,"duration":2},"status":"passed","severity":"normal"},{"uid":"ebae94bcf547ba33","name":"Check message with non string payload is not received","time":{"start":1706529333281,"stop":1706529333282,"duration":1},"status":"passed","severity":"normal"},{"uid":"95e6e864d1a7d2ff","name":"Publish message with rate limit","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6155f88e6fc4f3d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706528752632,"stop":1706528752633,"duration":1},"status":"passed","severity":"normal"},{"uid":"befbd373c9887126","name":"Check message with invalid timestamp is not received","time":{"start":1706528965683,"stop":1706528965683,"duration":0},"status":"passed","severity":"normal"},{"uid":"a821c4b4c5d2a165","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9ef462812c3115","name":"Check received message containing short","time":{"start":1706529333253,"stop":1706529333253,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df475d377264fd1","name":"Subscribe to topic containing short and receive message","time":{"start":1706529403568,"stop":1706529403569,"duration":1},"status":"passed","severity":"normal"},{"uid":"f70bf22de7cb7b09","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706529232497,"stop":1706529232498,"duration":1},"status":"passed","severity":"normal"},{"uid":"175ad5ff8380d0ea","name":"Decoder throws on empty string content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb401e390518a27","name":"handles multiple messages","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc5f96b3ab7dc52a","name":"should be called for bootstrap peers","time":{"start":1706528814919,"stop":1706528814919,"duration":0},"status":"passed","severity":"normal"},{"uid":"563fd2bd80d3dfe8","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706529333241,"stop":1706529333241,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2345427f170d619","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706529223901,"stop":1706529223902,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c5549f1b75ae982","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706528752269,"stop":1706528752270,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3f776913e277b9a","name":"Push message with Russian payload","time":{"start":1706529367439,"stop":1706529367439,"duration":0},"status":"passed","severity":"normal"},{"uid":"32146574d3c9e9b3","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706528742088,"stop":1706528742089,"duration":1},"status":"passed","severity":"normal"},{"uid":"84bea699b275d6b4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e52320eff3be14","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378206,"stop":1706529378207,"duration":1},"status":"passed","severity":"normal"},{"uid":"20722b7db0037e51","name":"Using a function","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b0cb2a24bc8075","name":"can start the service","time":{"start":1706529268050,"stop":1706529268050,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dd87be5e3c6d2a4","name":"Encoder throws on undefined content topic","time":{"start":1706528742328,"stop":1706528742328,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fac9aca5f0381c0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706529407525,"stop":1706529407525,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd16a049848a108","name":"Check received message containing emoji","time":{"start":1706528965680,"stop":1706528965680,"duration":0},"status":"passed","severity":"normal"},{"uid":"33f34ccc599a45aa","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"status":"passed","severity":"normal"},{"uid":"da25cdab86657202","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857320,"stop":1706528857320,"duration":0},"status":"passed","severity":"normal"},{"uid":"b99c59edcc18541c","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706529232500,"stop":1706529232501,"duration":1},"status":"passed","severity":"normal"},{"uid":"381c294e7dddc11c","name":"Check message received after jswaku node is restarted","time":{"start":1706529333252,"stop":1706529333252,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1ba272d28acce758","name":"Check publish message containing short","time":{"start":1706529223888,"stop":1706529223888,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ae8d4387abb892d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0f0c08300a5a608","name":"Subscribe to topic containing XML and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"306777f6734540cd","name":"Check received message containing JSON","time":{"start":1706529333233,"stop":1706529333234,"duration":1},"status":"passed","severity":"normal"},{"uid":"26c2a2a6fbcd3e16","name":"Ping on peer without subscriptions","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f5674c9218acb73","name":"Push message with content topic containing Russian","time":{"start":1706529218527,"stop":1706529218528,"duration":1},"status":"passed","severity":"normal"},{"uid":"d091cb1eacbb4a23","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706529398287,"stop":1706529398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5663f57ab1aef7","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bedeb208072418f","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706528752264,"stop":1706528752268,"duration":4},"status":"passed","severity":"normal"},{"uid":"d72c1754c5d62dee","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706529332309,"stop":1706529332310,"duration":1},"status":"passed","severity":"normal"},{"uid":"554f3ed2cf5101f5","name":"Push message with custom timestamp: 1675770565833","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d4824c4ff4e696","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706528735137,"stop":1706528735137,"duration":0},"status":"passed","severity":"normal"},{"uid":"3322a3d9b6037712","name":"Nodes with multiple pubsub topic","time":{"start":1706529213426,"stop":1706529213427,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aea214ba9119ee","name":"Push message with content topic containing Chinese","time":{"start":1706529218525,"stop":1706529218525,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c2e7521ef9da08","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706528814912,"stop":1706528814913,"duration":1},"status":"passed","severity":"normal"},{"uid":"91b5b9e41328e186","name":"Decoder throws on undefined content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cd78fddc12da1f","name":"throws on content topic with non-number generation field","time":{"start":1706528729416,"stop":1706528729417,"duration":1},"status":"passed","severity":"normal"},{"uid":"8526f72b034747db","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857320,"stop":1706528857321,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6f5ce153c357237","name":"Push message on custom pubsubTopic","time":{"start":1706529061222,"stop":1706529061222,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac102b3244e27286","name":"Push message with content topic containing JSON","time":{"start":1706529367475,"stop":1706529367476,"duration":1},"status":"passed","severity":"normal"},{"uid":"83ff253c950a57f6","name":"Generator, custom pubsub topic","time":{"start":1706529378209,"stop":1706529378210,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e1d1c7063004100","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef272f41a28603b7","name":"Check received message containing unicode special characters","time":{"start":1706529333235,"stop":1706529333235,"duration":0},"status":"passed","severity":"normal"},{"uid":"38a637dfc09160c0","name":"it tolerates circular branch references","time":{"start":1706528752629,"stop":1706528752629,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff9de4cb5b897567","name":"Relay - times out","time":{"start":1706529410669,"stop":1706529410670,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd49277081b8f6f0","name":"Push message with Script payload","time":{"start":1706529218509,"stop":1706529218509,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d4afcbc9af8f72a","name":"Check message received after jswaku node is restarted","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f9696e2b163fa4de","name":"Decoder throws on undefined content topic","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"status":"passed","severity":"normal"},{"uid":"135976ed8e001e34","name":"should not fail to start the service if it is already started","time":{"start":1706529268051,"stop":1706529268052,"duration":1},"status":"passed","severity":"normal"},{"uid":"1398704a46c00477","name":"Check received message with timestamp: 1706528776509000000 ","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbfc07501cf0ea4b","name":"returns all values when wanted number matches available values","time":{"start":1706528751472,"stop":1706528751474,"duration":2},"status":"passed","severity":"normal"},{"uid":"4e34aaf695a2fa9f","name":"Push message with unicode special characters payload","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"status":"passed","severity":"normal"},{"uid":"e842953fd9095106","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706528742088,"stop":1706528742088,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7da9f1c75da288","name":"Check received message containing SQL Injection","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"status":"passed","severity":"normal"},{"uid":"593651d5011e593e","name":"Push message with content topic containing escaped characters","time":{"start":1706529218534,"stop":1706529218535,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b7bcb10c6edc945","name":"Check received message containing SQL Injection","time":{"start":1706529333263,"stop":1706529333263,"duration":0},"status":"passed","severity":"normal"},{"uid":"a492eb58553a6331","name":"same cluster, different shard: nodes connect","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b9b5103e16b6b12","name":"Check publish message containing Arabic","time":{"start":1706529223890,"stop":1706529223891,"duration":1},"status":"passed","severity":"normal"},{"uid":"afcdfbacb68bac22","name":"Check message with no payload is not received","time":{"start":1706528965685,"stop":1706528965685,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62f4ff21f3575b9","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706528760733,"stop":1706528760734,"duration":1},"status":"passed","severity":"normal"},{"uid":"d22d61fc50144ff2","name":"Ping on subscribed peer","time":{"start":1706528848466,"stop":1706528848466,"duration":0},"status":"passed","severity":"normal"},{"uid":"407b70cd1351033e","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706529403575,"stop":1706529403575,"duration":0},"status":"passed","severity":"normal"},{"uid":"bed6538d2086f160","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706529332310,"stop":1706529332313,"duration":3},"status":"passed","severity":"normal"},{"uid":"5837e9ef5a5636ab","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706529218531,"stop":1706529218532,"duration":1},"status":"passed","severity":"normal"},{"uid":"caca9a108556a58f","name":"Subscribe to topic containing short and receive message","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"4eb6b5f8404a6875","name":"Push message with unicode special characters payload","time":{"start":1706529218517,"stop":1706529218518,"duration":1},"status":"passed","severity":"normal"},{"uid":"87b7b7e0515727fe","name":"Query generator for multiple messages","time":{"start":1706529365898,"stop":1706529365898,"duration":0},"status":"passed","severity":"normal"},{"uid":"4be27b50da3f4453","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528851380,"stop":1706528851381,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb68922335528ec2","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706529092202,"stop":1706529092203,"duration":1},"status":"passed","severity":"normal"},{"uid":"368e058aee907ab2","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378206,"stop":1706529378206,"duration":0},"status":"passed","severity":"normal"},{"uid":"b784477200b419fb","name":"Check publish message containing JSON","time":{"start":1706529223893,"stop":1706529223894,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b5420961ad243a9","name":"Push message with meta","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a92877c5d488f4","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706529248597,"stop":1706529248597,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b742e250f0a1313","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706529332307,"stop":1706529332307,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d7b996b471ffe17","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528998592,"stop":1706528998593,"duration":1},"status":"passed","severity":"normal"},{"uid":"562cd6ebc19c711c","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706528752271,"stop":1706528752272,"duration":1},"status":"passed","severity":"normal"},{"uid":"a57f86a01f204dc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f4bde40a5e38f8","name":"Check received message containing XML","time":{"start":1706529333232,"stop":1706529333233,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0814570852d53ac","name":"Check received message containing short","time":{"start":1706528965669,"stop":1706528965669,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb2402260b66d4ff","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706528760734,"stop":1706528760734,"duration":0},"status":"passed","severity":"normal"},{"uid":"885dff02c8b7f527","name":"Push message with content topic containing unicode special characters","time":{"start":1706529218535,"stop":1706529218536,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e9b1ab36ded7df","name":"Check received message containing SQL Injection","time":{"start":1706529333230,"stop":1706529333231,"duration":1},"status":"passed","severity":"normal"},{"uid":"6658a4f5fee5b5fc","name":"Nodes with multiple pubsub topic","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"status":"passed","severity":"normal"},{"uid":"95cdf337f84852fa","name":"Ordered Callback - backward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"d939babceb8339ea","name":"1 Store, 2 fetches","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"status":"passed","severity":"normal"},{"uid":"54f12c80c69bc2b0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706529403580,"stop":1706529403581,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6923f624e367586","name":"should not receive a peer event before start","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8a9702e2a1328c2","name":"Check meta is set [symmetric]","time":{"start":1706528758831,"stop":1706528758832,"duration":1},"status":"passed","severity":"normal"},{"uid":"cccae34cea79a07b","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528998597,"stop":1706528998597,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0efb4ca2907c628","name":"Check received message containing Script","time":{"start":1706529333231,"stop":1706529333232,"duration":1},"status":"passed","severity":"normal"},{"uid":"92fbeedaa534755e","name":"Check message with non string payload is not received","time":{"start":1706529333251,"stop":1706529333251,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3601fbb5f4b3fa7","name":"should emit a peer event after start","time":{"start":1706528787518,"stop":1706528787519,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc501b29cc1c69f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528998595,"stop":1706528998596,"duration":1},"status":"passed","severity":"normal"},{"uid":"8832fbed40d54b4","name":"should return false","time":{"start":1706528736040,"stop":1706528736040,"duration":0},"status":"passed","severity":"normal"},{"uid":"528f49eebd426394","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706529398286,"stop":1706529398287,"duration":1},"status":"passed","severity":"normal"},{"uid":"ede2751ca1ca637d","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae6e1ed5a42a0f7","name":"Check received message containing Chinese","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffbf9ebafe48640f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213444,"stop":1706529213445,"duration":1},"status":"passed","severity":"normal"},{"uid":"84cba2ba58211d0d","name":"Encoder throws on undefined content topic","time":{"start":1706528760735,"stop":1706528760735,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1d9505d9cbe8cf","name":"Filter","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"status":"passed","severity":"normal"},{"uid":"5046052c01c552f1","name":"Check message received after jswaku node is restarted","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6755e473077cc206","name":"isConnected should return true after first peer connects","time":{"start":1706528814944,"stop":1706528814945,"duration":1},"status":"passed","severity":"normal"},{"uid":"80beb778cfeabba6","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706528814941,"stop":1706528814942,"duration":1},"status":"passed","severity":"normal"},{"uid":"7da9f33112f73e58","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"status":"passed","severity":"normal"},{"uid":"52115153129a956e","name":"Push 30 different messages","time":{"start":1706529367451,"stop":1706529367451,"duration":0},"status":"passed","severity":"normal"},{"uid":"5220ee7ecaa48019","name":"Check received message containing special chars","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55d8c61dea53f6d","name":"Push message equal or less that 1MB","time":{"start":1706529367484,"stop":1706529367486,"duration":2},"status":"passed","severity":"normal"},{"uid":"dee6dd708f9affa1","name":"connects to nwaku","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"status":"passed","severity":"normal"},{"uid":"c81eed9377f3b961","name":"Push message with long payload","time":{"start":1706529367433,"stop":1706529367434,"duration":1},"status":"passed","severity":"normal"},{"uid":"76d51240993055c4","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706529297072,"stop":1706529297073,"duration":1},"status":"passed","severity":"normal"},{"uid":"39ea55602a155d68","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706528735132,"stop":1706528735132,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc073b7dd93bda6","name":"Query with Ordered Callback, No message returned","time":{"start":1706529332313,"stop":1706529332314,"duration":1},"status":"passed","severity":"normal"},{"uid":"39e95692684888a","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706529332306,"stop":1706529332306,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c1be8c7f249b64","name":"should properly create location multiaddrs - udp4","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"13f1f9617340ab20","name":"Publish message with large meta","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"status":"passed","severity":"normal"},{"uid":"120f40ab1e56efca","name":"should return all peers when numPeers is 0","time":{"start":1706528742087,"stop":1706528742088,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe8d54b5d839e16","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378211,"stop":1706529378211,"duration":0},"status":"passed","severity":"normal"},{"uid":"9439aa458c71e3ab","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528812086,"stop":1706528812086,"duration":0},"status":"passed","severity":"normal"},{"uid":"15aa28d54a714a9e","name":"Check message on other pubsub topic is not received","time":{"start":1706528965683,"stop":1706528965684,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce549d0bfd2641b7","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706528752264,"stop":1706528752264,"duration":0},"status":"passed","severity":"normal"},{"uid":"938501aa817dc442","name":"throws on content topic with empty encoding field","time":{"start":1706528729419,"stop":1706528729420,"duration":1},"status":"passed","severity":"normal"},{"uid":"636931b5ec900bde","name":"Decrypt messages","time":{"start":1706529167075,"stop":1706529167076,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac9bc7914326a294","name":"Waku message hash computation (payload length 0)","time":{"start":1706528741682,"stop":1706528741683,"duration":1},"status":"passed","severity":"normal"},{"uid":"4592dacf0c146c12","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528998598,"stop":1706528998599,"duration":1},"status":"passed","severity":"normal"},{"uid":"2185f118b9b994c2","name":"Fails to publish duplicate message","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f511c355455e708","name":"Fails to push message bigger that 1MB","time":{"start":1706529218545,"stop":1706529218545,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb81e7fec31e6ef9","name":"Check publish message containing SQL Injection","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"status":"passed","severity":"normal"},{"uid":"867ab5f3719731e6","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706528752255,"stop":1706528752255,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf36c4255ad9c59","name":"Check message received after nwaku node is restarted","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a7249410b69e410","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706529297076,"stop":1706529297076,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed9ae4d00c481f2a","name":"Push message with Arabic payload","time":{"start":1706529367438,"stop":1706529367439,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed68de3343969e96","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05f1f00fc2d4268","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528998598,"stop":1706528998598,"duration":0},"status":"passed","severity":"normal"},{"uid":"399409a6c51e5431","name":"Check publish message containing emoji","time":{"start":1706529223896,"stop":1706529223896,"duration":0},"status":"passed","severity":"normal"},{"uid":"31ec4bd2f7ae2d3b","name":"Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223898,"stop":1706529223898,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b6bf70d915643","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706529232506,"stop":1706529232506,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f1f3b79b51f3269","name":"Refresh subscription","time":{"start":1706528986007,"stop":1706528986008,"duration":1},"status":"passed","severity":"normal"},{"uid":"314987d2d2e24ada","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213446,"stop":1706529213446,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e777a8449b5def4","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"94c14c1afcaf2e9c","name":"Check message with no content topic is not received","time":{"start":1706529333244,"stop":1706529333250,"duration":6},"status":"passed","severity":"normal"},{"uid":"2e2704abbf1c252","name":"Subscribe to topic containing XML and receive message","time":{"start":1706529403580,"stop":1706529403580,"duration":0},"status":"passed","severity":"normal"},{"uid":"3098dda3d77da082","name":"Ordered Callback - forward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd77b67d4ae73ca6","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc41f85499256b97","name":"Ping on subscribed peer","time":{"start":1706528848468,"stop":1706528848468,"duration":0},"status":"passed","severity":"normal"},{"uid":"588704ac3b7e83f","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706529232504,"stop":1706529232505,"duration":1},"status":"passed","severity":"normal"},{"uid":"1acc06c3feb4b6c7","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706529332314,"stop":1706529332316,"duration":2},"status":"passed","severity":"normal"},{"uid":"395cc8a743bcb45","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"b217a1f654127032","name":"Relay - dialed first","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b577b0b20f70f64","name":"Check received message containing shell command","time":{"start":1706528965676,"stop":1706528965677,"duration":1},"status":"passed","severity":"normal"},{"uid":"99b353cda3dc837","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706528742089,"stop":1706528742089,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ea9e943f170ac02","name":"Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223898,"stop":1706529223899,"duration":1},"status":"passed","severity":"normal"},{"uid":"33a8bcbbb42a6ac","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706529332316,"stop":1706529332317,"duration":1},"status":"passed","severity":"normal"},{"uid":"e99a145d631084c0","name":"configure the node with multiple pubsub topics","time":{"start":1706529248598,"stop":1706529248598,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1efc86dcbd98305","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a05e53208e9b38","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528848469,"stop":1706528848470,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0c838ad63942646","name":"Check received message with timestamp: undefined ","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e989d7533963a0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706529092223,"stop":1706529092223,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8250b40a99b14f8","name":"should be able to decode the field with only STORE set to true","time":{"start":1706528735135,"stop":1706528735135,"duration":0},"status":"passed","severity":"normal"},{"uid":"4876833b8fd4c033","name":"should set field with only RELAY enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"414f73b6fcd36a7f","name":"udp ip6 address","time":{"start":1706528735265,"stop":1706528735265,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e2abbe9396e16d4","name":"Passing cursor with wrong message digest","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"status":"passed","severity":"normal"},{"uid":"b10080814111bb64","name":"Check received message containing JSON","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"status":"passed","severity":"normal"},{"uid":"127a0165f178de22","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706528986015,"stop":1706528986015,"duration":0},"status":"passed","severity":"normal"},{"uid":"1980ef70245d48d0","name":"Accepts a valid Waku Message","time":{"start":1706528746045,"stop":1706528746046,"duration":1},"status":"passed","severity":"normal"},{"uid":"83fdf79c12dc6982","name":"Check publish message containing Chinese","time":{"start":1706529223890,"stop":1706529223890,"duration":0},"status":"passed","severity":"normal"},{"uid":"222ce8534866e393","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706528985990,"stop":1706528985991,"duration":1},"status":"passed","severity":"normal"},{"uid":"eed87ccf7f72308b","name":"Check received message containing Russian","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"status":"passed","severity":"normal"},{"uid":"54503a073c17050f","name":"Check message with no pubsub topic is not received","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca3a94a48f959c","name":"Init the array if not present","time":{"start":1706528729251,"stop":1706528729252,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d92a10974840ab6","name":"should properly create location multiaddrs - udp6","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f3f4a86db30a75","name":"should not receive a peer event after stop","time":{"start":1706528787520,"stop":1706528787520,"duration":0},"status":"passed","severity":"normal"},{"uid":"20cf5557a0bdfc46","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4ef500b7291346","name":"Push message with content topic containing XML","time":{"start":1706529218530,"stop":1706529218531,"duration":1},"status":"passed","severity":"normal"},{"uid":"8620cc3859808691","name":"Check publish message containing shell command","time":{"start":1706529223894,"stop":1706529223894,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd65e575dd873a0","name":"Push message with special chars payload","time":{"start":1706529367436,"stop":1706529367437,"duration":1},"status":"passed","severity":"normal"},{"uid":"188f15f5314c1b4b","name":"caches peers it previously fetched","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"status":"passed","severity":"normal"},{"uid":"d89f92432882ba9c","name":"Query generator for multiple messages with different message text format","time":{"start":1706529365898,"stop":1706529365899,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f8d662b30402db1","name":"Push message with XML payload","time":{"start":1706529367443,"stop":1706529367448,"duration":5},"status":"passed","severity":"normal"},{"uid":"a2baca29b29c4a34","name":"throws on content topic with generation field greater than 0","time":{"start":1706528729417,"stop":1706528729417,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c75def7a72b80d2","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706529382345,"stop":1706529382346,"duration":1},"status":"passed","severity":"normal"},{"uid":"90c380510b2cbc57","name":"should throw error - no id","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4153596cc7d9c2d","name":"1 Relay, 1 Filter, gives up","time":{"start":1706528752296,"stop":1706528752297,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ac4174f591c079","name":"Fails to push message with large meta","time":{"start":1706529218542,"stop":1706529218543,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a998b3b75ee59db","name":"Meta field set when metaSetter is specified","time":{"start":1706528742328,"stop":1706528742328,"duration":0},"status":"passed","severity":"normal"},{"uid":"819ba0aeabec48f7","name":"Check received message containing Script","time":{"start":1706529333272,"stop":1706529333273,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab39b10115065ac6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857319,"stop":1706528857319,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a69baf5c1d2850e","name":"Push message with content topic containing emoji","time":{"start":1706529367479,"stop":1706529367480,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a337b6b2925bf2","name":"Push message with Chinese payload","time":{"start":1706529218504,"stop":1706529218506,"duration":2},"status":"passed","severity":"normal"},{"uid":"521629ae9af4b7e7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706528758831,"stop":1706528758831,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d1c4276bb8587b","name":"Fields are not dropped","time":{"start":1706528741620,"stop":1706528741622,"duration":2},"status":"passed","severity":"normal"},{"uid":"c44f5b9c4379651f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e330b570c51884","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706528986021,"stop":1706528986021,"duration":0},"status":"passed","severity":"normal"},{"uid":"d943c7514b2cc1ca","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706528752633,"stop":1706528752634,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5c37ebefa434c663","name":"pre and post cipher","time":{"start":1706528759261,"stop":1706528759261,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9779c9e57a1863","name":"should decode valid enr successfully","time":{"start":1706528736036,"stop":1706528736037,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dac03b9ebc0c76d","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706528985996,"stop":1706528985996,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8fc8b4748bbede38","name":"Publishes to nwaku","time":{"start":1706529198490,"stop":1706529198491,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f64e2cd93501407","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"19132d5cc3491587","name":"Throws when trying to push message with empty payload","time":{"start":1706529218520,"stop":1706529218521,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f568b629cd43c1d","name":"should not fail to stop the service if it was not started","time":{"start":1706528787516,"stop":1706528787517,"duration":1},"status":"passed","severity":"normal"},{"uid":"130d94de004d4a1f","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d002f21bbaaf54","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"33c3a96cf796690f","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706528986017,"stop":1706528986018,"duration":1},"status":"passed","severity":"normal"},{"uid":"7497e6f7cc029066","name":"Check message with invalid timestamp is not received","time":{"start":1706529333242,"stop":1706529333243,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c79f21cdde39437","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706529092220,"stop":1706529092221,"duration":1},"status":"passed","severity":"normal"},{"uid":"f16ee39d9782b13","name":"Query Generator - forward","time":{"start":1706529364249,"stop":1706529364250,"duration":1},"status":"passed","severity":"normal"},{"uid":"150c333f62415095","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a9c3c3b5e2da7d","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706529092195,"stop":1706529092195,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a3a4c6f5cdc05b8","name":"Passing page size 19 when there are 20 messages","time":{"start":1706529395069,"stop":1706529395069,"duration":0},"status":"passed","severity":"normal"},{"uid":"817fb6a563ed8fee","name":"Sample","time":{"start":1706528735299,"stop":1706528735300,"duration":1},"status":"passed","severity":"normal"},{"uid":"70abb889e8919767","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706529092203,"stop":1706529092203,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ed33860d7f3e185","name":"should properly create location multiaddrs - tcp4","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1c79568513c3c7f","name":"Check received message with timestamp: undefined ","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfda1f04a559f947","name":"should only return 1 node with relay and store capability","time":{"start":1706528752631,"stop":1706528752632,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ad22774b6165a91","name":"Callback on promise, aborts when callback returns true","time":{"start":1706529365900,"stop":1706529365901,"duration":1},"status":"passed","severity":"normal"},{"uid":"c00184c1dd5f6f3d","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"status":"passed","severity":"normal"},{"uid":"60201bacbaaebf7","name":"Push message on custom pubsubTopic","time":{"start":1706529061224,"stop":1706529061224,"duration":0},"status":"passed","severity":"normal"},{"uid":"22970bbc18ba5fc8","name":"Round trip binary serialization","time":{"start":1706528742326,"stop":1706528742327,"duration":1},"status":"passed","severity":"normal"},{"uid":"3023b667b3ea9685","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706529213425,"stop":1706529213425,"duration":0},"status":"passed","severity":"normal"},{"uid":"54dc849f98b41ef7","name":"Fails to push message with large meta","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"status":"passed","severity":"normal"},{"uid":"a70b16e9bfcef02c","name":"Check message with no payload is not received","time":{"start":1706529333281,"stop":1706529333281,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf6ffe1d7e17b0db","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706528986012,"stop":1706528986013,"duration":1},"status":"passed","severity":"normal"},{"uid":"c248fa769994a7eb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706529403575,"stop":1706529403576,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4b0b5e6c9de5e36","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706528814943,"stop":1706528814943,"duration":0},"status":"passed","severity":"normal"},{"uid":"97db4b276a1c5ae4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706529407524,"stop":1706529407524,"duration":0},"status":"passed","severity":"normal"},{"uid":"61d0fda75d104c7c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528851375,"stop":1706528851376,"duration":1},"status":"passed","severity":"normal"},{"uid":"56b282013d4545fe","name":"Push message with numeric payload","time":{"start":1706529218503,"stop":1706529218503,"duration":0},"status":"passed","severity":"normal"},{"uid":"838fa825722553a2","name":"Throws when trying to push message with empty payload","time":{"start":1706529367451,"stop":1706529367452,"duration":1},"status":"passed","severity":"normal"},{"uid":"f11ee59409ab6929","name":"Fails to push message with empty content topic","time":{"start":1706529218537,"stop":1706529218538,"duration":1},"status":"passed","severity":"normal"},{"uid":"baaa242a06f1c106","name":"Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97675192654e9bc","name":"Subscribe to topic containing Script and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df82c2c46254784","name":"should properly create location multiaddrs - udp","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d278000d377e54","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706529092217,"stop":1706529092219,"duration":2},"status":"passed","severity":"normal"},{"uid":"d025f7adad409243","name":"throws on content topic with empty topic name field","time":{"start":1706528729419,"stop":1706528729419,"duration":0},"status":"passed","severity":"normal"},{"uid":"a558fb269ce038a6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"db5d10dd0db8841f","name":"Subscribe to topic containing XML and receive message","time":{"start":1706528986016,"stop":1706528986017,"duration":1},"status":"passed","severity":"normal"},{"uid":"5268aac17d1090fa","name":"Push message with short payload","time":{"start":1706529218502,"stop":1706529218502,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a8d57b38230603","name":"Check received message with timestamp: 1706528776509 ","time":{"start":1706529333237,"stop":1706529333241,"duration":4},"status":"passed","severity":"normal"},{"uid":"8a1fc773862de26e","name":"Query generator for 2000 messages","time":{"start":1706529365902,"stop":1706529365902,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a15c5cf8d88768","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706528986020,"stop":1706528986020,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aafb4c08e076715","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706529398290,"stop":1706529398290,"duration":0},"status":"passed","severity":"normal"},{"uid":"4559eb6e0ee839c6","name":"Symmetric encrypt & Decrypt","time":{"start":1706528759260,"stop":1706528759261,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f63c99dc74a706f","name":"throws on content topic with too few or too many fields","time":{"start":1706528729416,"stop":1706528729416,"duration":0},"status":"passed","severity":"normal"},{"uid":"678221f8d01549d0","name":"Passing page size 11 when there are 10 messages","time":{"start":1706529395068,"stop":1706529395069,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe20aaa29b91235","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092220,"stop":1706529092220,"duration":0},"status":"passed","severity":"normal"},{"uid":"109edc0e0bfeec53","name":"Passing page size 3 when there are 20 messages","time":{"start":1706529395066,"stop":1706529395067,"duration":1},"status":"passed","severity":"normal"},{"uid":"bacf99caeda814af","name":"Correctly serialized arguments","time":{"start":1706529098501,"stop":1706529098501,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fcd9f61e79bf2bc","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"1da6bc525017e3a4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213423,"stop":1706529213424,"duration":1},"status":"passed","severity":"normal"},{"uid":"13c3adde653fbb2c","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49662b134a4048c","name":"Check received message with timestamp: 1706528776938 ","time":{"start":1706528965681,"stop":1706528965681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e855b8ef740b903f","name":"A test","time":{"start":1706529061334,"stop":1706529061334,"duration":0},"status":"passed","severity":"normal"},{"uid":"848a90a44d352980","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706529403570,"stop":1706529403571,"duration":1},"status":"passed","severity":"normal"},{"uid":"490ce9ee438cf33a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092204,"stop":1706529092204,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e9d20d480e8aa1","name":"Check message on other pubsub topic is not received","time":{"start":1706529333280,"stop":1706529333280,"duration":0},"status":"passed","severity":"normal"},{"uid":"442e114eb022c00e","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706529297071,"stop":1706529297072,"duration":1},"status":"passed","severity":"normal"},{"uid":"61af5c42900781ac","name":"Register correct protocols","time":{"start":1706529232495,"stop":1706529232496,"duration":1},"status":"passed","severity":"normal"},{"uid":"240d9a77aafcbf64","name":"should throw error - invalid id","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"b50c0e8ab2217a92","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"155d95e24d92e8e8","name":"All","time":{"start":1706528794130,"stop":1706528794130,"duration":0},"status":"passed","severity":"normal"},{"uid":"b33fcdb9a1518cea","name":"groups content topics by expected pubsub topic","time":{"start":1706528729422,"stop":1706528729422,"duration":0},"status":"passed","severity":"normal"},{"uid":"997339a97b28036a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092206,"stop":1706529092206,"duration":0},"status":"passed","severity":"normal"},{"uid":"63696ac2358167b2","name":"Subscribe and publish message","time":{"start":1706529232496,"stop":1706529232497,"duration":1},"status":"passed","severity":"normal"},{"uid":"15d5f19d8d13517b","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b65c7cf6de0c6f","name":"Push message equal or less that 1MB","time":{"start":1706529218544,"stop":1706529218545,"duration":1},"status":"passed","severity":"normal"},{"uid":"f57ee4ec144aac84","name":"Push message with Script payload","time":{"start":1706529367442,"stop":1706529367443,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93c71da3f4c3f53","name":"Check message with no payload is not received","time":{"start":1706529333250,"stop":1706529333251,"duration":1},"status":"passed","severity":"normal"},{"uid":"1786158c120ab754","name":"Subscribe to topic containing long and receive message","time":{"start":1706528986012,"stop":1706528986012,"duration":0},"status":"passed","severity":"normal"},{"uid":"55f19e81b4f0ca32","name":"Check received message containing XML","time":{"start":1706528965673,"stop":1706528965674,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4cf91902e3f19a4","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706529232504,"stop":1706529232504,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42e4418d080c2c5","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857316,"stop":1706528857317,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1285368b2d29016","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223896,"stop":1706529223897,"duration":1},"status":"passed","severity":"normal"},{"uid":"e35a518f090114c1","name":"should only return 1 node with store capability","time":{"start":1706528752632,"stop":1706528752632,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8469aa4323137f9","name":"through manual discovery","time":{"start":1706529098417,"stop":1706529098417,"duration":0},"status":"passed","severity":"normal"},{"uid":"876c33477d2ceb54","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706528735136,"stop":1706528735136,"duration":0},"status":"passed","severity":"normal"},{"uid":"65cedc1df1d8cb7d","name":"Push message with escaped characters payload","time":{"start":1706529218516,"stop":1706529218517,"duration":1},"status":"passed","severity":"normal"},{"uid":"50414e2d85b2dbf1","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"820678b1adf750c8","name":"Push message with content topic containing Script","time":{"start":1706529367472,"stop":1706529367473,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d62cf493ecdf5f6","name":"Overlapping topic subscription","time":{"start":1706529232498,"stop":1706529232499,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cf0440fad4de312e","name":"should encodeTxt and decodeTxt","time":{"start":1706528736036,"stop":1706528736036,"duration":0},"status":"passed","severity":"normal"},{"uid":"7247602d9bd921af","name":"Query with Ordered Callback, No Decoder","time":{"start":1706529332313,"stop":1706529332313,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e801822c240701d","name":"Encoder throws on empty string content topic","time":{"start":1706528758833,"stop":1706528758833,"duration":0},"status":"passed","severity":"normal"},{"uid":"a262f29f607e20dc","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706528751476,"stop":1706528751477,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c51aa33fc185f40","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706528787522,"stop":1706528787522,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ffaa3c6d7728d6c","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857321,"stop":1706528857321,"duration":0},"status":"passed","severity":"normal"},{"uid":"a63fb37889b7da44","name":"Query Generator - backward","time":{"start":1706529364250,"stop":1706529364250,"duration":0},"status":"passed","severity":"normal"},{"uid":"a53348585c4445ac","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528998594,"stop":1706528998594,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5135682168e35a","name":"should properly compute the node id","time":{"start":1706528736040,"stop":1706528736041,"duration":1},"status":"passed","severity":"normal"},{"uid":"d35dd700003ce281","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706529398290,"stop":1706529398291,"duration":1},"status":"passed","severity":"normal"},{"uid":"85d4338f406f93f7","name":"Ordered callback, aborts when callback returns true","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"status":"passed","severity":"normal"},{"uid":"161517fa80c19c84","name":"Check received message containing Russian","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"status":"passed","severity":"normal"},{"uid":"4263881e51fee061","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528851376,"stop":1706528851377,"duration":1},"status":"passed","severity":"normal"},{"uid":"83cacb478443116f","name":"Encoder throws on empty string content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af9fd4b08000413","name":"returns all values when wanted number is greater than available values","time":{"start":1706528751475,"stop":1706528751476,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27dfdbf5750ea49","name":"Waku message hash computation","time":{"start":1706528741681,"stop":1706528741681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e709341784b931ef","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"status":"passed","severity":"normal"},{"uid":"26391c9fc4251a28","name":"Passing page size 1 when there are 4 messages","time":{"start":1706529395066,"stop":1706529395066,"duration":0},"status":"passed","severity":"normal"},{"uid":"9788a3bc18c764a6","name":"should throw error - no id","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"status":"passed","severity":"normal"},{"uid":"56ed719724ee46d","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706529297071,"stop":1706529297071,"duration":0},"status":"passed","severity":"normal"},{"uid":"30285327508a5f59","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706528735132,"stop":1706528735133,"duration":1},"status":"passed","severity":"normal"},{"uid":"4eaba42ebcd41af9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706529407523,"stop":1706529407523,"duration":0},"status":"passed","severity":"normal"},{"uid":"82b0a39a398f69b8","name":"Subscribe and receives messages on 20 topics","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"671cb51cfe416db6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706529367474,"stop":1706529367475,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a7b6eb6891e4670","name":"should use DNS peer discovery with light client","time":{"start":1706528787521,"stop":1706528787522,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b7b95a169e16fb6e","name":"Check received message containing Basic HTML tag","time":{"start":1706529333233,"stop":1706529333233,"duration":0},"status":"passed","severity":"normal"},{"uid":"27b5a25f1489463a","name":"Check message with no pubsub topic is not received","time":{"start":1706529333280,"stop":1706529333280,"duration":0},"status":"passed","severity":"normal"},{"uid":"519c449bb153725b","name":"Sign & Recover","time":{"start":1706528759261,"stop":1706528759262,"duration":1},"status":"passed","severity":"normal"},{"uid":"b95bf8312d67685e","name":"should not fail to start the service if it is already started","time":{"start":1706528787517,"stop":1706528787518,"duration":1},"status":"passed","severity":"normal"},{"uid":"a499e5cc8e950587","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eeb14967367d0ea","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706529092197,"stop":1706529092197,"duration":0},"status":"broken","severity":"normal"},{"uid":"c4e4da1898d8c23c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213444,"stop":1706529213444,"duration":0},"status":"passed","severity":"normal"},{"uid":"832bacd24e71e39c","name":"throws on content topic with empty application field","time":{"start":1706528729417,"stop":1706528729418,"duration":1},"status":"passed","severity":"normal"},{"uid":"af99f94c03390582","name":"Push message with XML payload","time":{"start":1706529218510,"stop":1706529218510,"duration":0},"status":"passed","severity":"normal"},{"uid":"da734a290c806ec5","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378210,"stop":1706529378210,"duration":0},"status":"passed","severity":"normal"},{"uid":"e27de8dd424631ce","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706528787523,"stop":1706528787523,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3138d35e533ec687","name":"different cluster, different shard: nodes don't connect","time":{"start":1706529092194,"stop":1706529092195,"duration":1},"status":"broken","severity":"normal"},{"uid":"473dc6cd17ed934d","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706528752633,"stop":1706528752633,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"b7433fa6d99b9de7","name":"Waku message hash computation","time":{"start":1706618378312,"stop":1706618378314,"duration":2},"status":"passed","severity":"normal"},{"uid":"37c4470fa2c34b77","name":"Subscribe and receive messages via lightPush","time":{"start":1706619029121,"stop":1706619029121,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d48ed147ef7b59f","name":"can dial TLS multiaddrs","time":{"start":1706618738958,"stop":1706618738958,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5f1e4f017cde250","name":"Push message equal or less that 1MB","time":{"start":1706618996208,"stop":1706618996208,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cd793ca3a535aba","name":"Light Node - default protocols","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"status":"passed","severity":"normal"},{"uid":"23fb66157e2a76f0","name":"udp ip6 address","time":{"start":1706618372079,"stop":1706618372079,"duration":0},"status":"passed","severity":"normal"},{"uid":"8efde63dc51622ac","name":"Passing cursor with wrong message digest","time":{"start":1706618934695,"stop":1706618934695,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7117258cfe925e0","name":"Check message with no pubsub topic is not received","time":{"start":1706618959505,"stop":1706618959506,"duration":1},"status":"passed","severity":"normal"},{"uid":"f78a87da0f0f5888","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706619029140,"stop":1706619029141,"duration":1},"status":"passed","severity":"normal"},{"uid":"1892e7e1ee57d29c","name":"Check message with no content topic is not received","time":{"start":1706618959506,"stop":1706618959506,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fb04df76a0ba3d7","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","severity":"normal"},{"uid":"573904aed2972bb6","name":"should not fail to stop the service if it was not started","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1a1f5c4f60174ef","name":"Privacy Node - default protocol","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1c979de54ecc568","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706618851397,"stop":1706618851398,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca702d5d2a1a38d","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618624280,"stop":1706618624281,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7e9b2dc4f286d04","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706618973546,"stop":1706618973547,"duration":1},"status":"passed","severity":"normal"},{"uid":"3be329c425483ef2","name":"should properly create location multiaddrs - udp6","time":{"start":1706618372821,"stop":1706618372822,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26433d23aa0a6fe","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496639,"stop":1706618496640,"duration":1},"status":"passed","severity":"normal"},{"uid":"20fd2890c370b29f","name":"Check publish message containing numeric","time":{"start":1706618865681,"stop":1706618865681,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2f393b8e462e0a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706618886441,"stop":1706618886442,"duration":1},"status":"passed","severity":"normal"},{"uid":"26deea821890e5b9","name":"Push message with content topic containing JSON","time":{"start":1706618996202,"stop":1706618996203,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbbd9c4a47a8cc8d","name":"Fails to push message with large meta","time":{"start":1706618996205,"stop":1706618996206,"duration":1},"status":"passed","severity":"normal"},{"uid":"748543f3b2e1b6bb","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706618624451,"stop":1706618624452,"duration":1},"status":"skipped","severity":"normal"},{"uid":"449625f3f31e51f5","name":"should encode/decode to text encoding","time":{"start":1706618372819,"stop":1706618372820,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aed3134908bbe7a","name":"LightPush","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"status":"passed","severity":"normal"},{"uid":"d349e08097bdb61a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"53638d0e7a5ab37e","name":"Subscribe and receives messages on 20 topics","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ace19f0b2179947","name":"Check publish message containing Basic HTML tag","time":{"start":1706618865685,"stop":1706618865685,"duration":0},"status":"passed","severity":"normal"},{"uid":"77a0ee55d5e39574","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706618731276,"stop":1706618731276,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6199c16e753b91b","name":"Ping on unsubscribed peer","time":{"start":1706618487716,"stop":1706618487716,"duration":0},"status":"passed","severity":"normal"},{"uid":"62bd1b0d41534a00","name":"Check publish message containing long","time":{"start":1706618865680,"stop":1706618865681,"duration":1},"status":"passed","severity":"normal"},{"uid":"abdb211093992aca","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706618371932,"stop":1706618371933,"duration":1},"status":"passed","severity":"normal"},{"uid":"b91fc2a56e3d862","name":"connects to nwaku","time":{"start":1706619035796,"stop":1706619035796,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c138c6b3f7a9a42","name":"Generator, custom pubsub topic","time":{"start":1706619008976,"stop":1706619008977,"duration":1},"status":"passed","severity":"normal"},{"uid":"abae4bad08daae59","name":"does not throw on valid cases","time":{"start":1706618366453,"stop":1706618366454,"duration":1},"status":"passed","severity":"normal"},{"uid":"457c81781e50cddf","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706618389064,"stop":1706618389065,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4db60570bd813248","name":"it tolerates circular branch references","time":{"start":1706618389059,"stop":1706618389059,"duration":0},"status":"passed","severity":"normal"},{"uid":"653c39ec602d430d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706618371933,"stop":1706618371934,"duration":1},"status":"passed","severity":"normal"},{"uid":"9807a2b8c757ac2","name":"Relay - dialed after","time":{"start":1706619044147,"stop":1706619044148,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7f8b24585756f4","name":"should not fail to stop the service if it was not started","time":{"start":1706618424942,"stop":1706618424943,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d3dc44dc1bac29","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706618424947,"stop":1706618424948,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5d037492a124d401","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706618454372,"stop":1706618454372,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dc6a053545d98ff","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"status":"passed","severity":"normal"},{"uid":"11eba147704c8b27","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706619029131,"stop":1706619029131,"duration":0},"status":"passed","severity":"normal"},{"uid":"44aa0308c86f49e3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706618624521,"stop":1706618624521,"duration":0},"status":"passed","severity":"normal"},{"uid":"f08bdc310f66f9f","name":"1 Relay, 1 Filter, gives up","time":{"start":1706618388661,"stop":1706618388662,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3109acc120ea0eb","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706618395066,"stop":1706618395068,"duration":2},"status":"passed","severity":"normal"},{"uid":"628fe352059cb60e","name":"Check message with non string payload is not received","time":{"start":1706618959507,"stop":1706618959507,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c219e067d008f44","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706618371923,"stop":1706618371924,"duration":1},"status":"passed","severity":"normal"},{"uid":"376fd527142a549f","name":"Push message with long payload","time":{"start":1706618858005,"stop":1706618858005,"duration":0},"status":"passed","severity":"normal"},{"uid":"bec04a06599887d9","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706619029130,"stop":1706619029130,"duration":0},"status":"passed","severity":"normal"},{"uid":"965c9e3fa15f83d0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618686999,"stop":1706618687000,"duration":1},"status":"passed","severity":"normal"},{"uid":"c482c1d80a6c916a","name":"Check message on other pubsub topic is not received","time":{"start":1706618959483,"stop":1706618959484,"duration":1},"status":"passed","severity":"normal"},{"uid":"5328f6db879f10e1","name":"Decoder throws on empty string content topic","time":{"start":1706618378927,"stop":1706618378927,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a3140f859dace8a","name":"Push message with SQL Injection payload","time":{"start":1706618996188,"stop":1706618996189,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b34ca5eca6475eb","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"28a5e6b81638f76b","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706618454361,"stop":1706618454361,"duration":0},"status":"passed","severity":"normal"},{"uid":"d280d430e93c97c3","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618959482,"stop":1706618959482,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcaff4d679ef4f16","name":"Overlapping topic subscription","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"370dd7023a5d5fec","name":"Subscribe to topic containing XML and receive message","time":{"start":1706619029143,"stop":1706619029144,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2627e55fb72d356","name":"Push message with short payload","time":{"start":1706618858004,"stop":1706618858005,"duration":1},"status":"passed","severity":"normal"},{"uid":"601ebbceede4eee1","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706618388586,"stop":1706618388587,"duration":1},"status":"passed","severity":"normal"},{"uid":"448e49e8badff8b8","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706619033643,"stop":1706619033644,"duration":1},"status":"passed","severity":"normal"},{"uid":"784c0c88308d81d","name":"1 Relay, 1 fetch","time":{"start":1706618388660,"stop":1706618388660,"duration":0},"status":"passed","severity":"normal"},{"uid":"47596903c4d5100e","name":"Check publish message containing emoji","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"status":"passed","severity":"normal"},{"uid":"3727773489abe03b","name":"Subscribe to topic containing XML and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"965dc46e3a3fa392","name":"same cluster, different shard: nodes connect","time":{"start":1706618799830,"stop":1706618799830,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a9afbd722fb849a","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"status":"broken","severity":"normal"},{"uid":"55306030007f6c0d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706618371936,"stop":1706618371937,"duration":1},"status":"passed","severity":"normal"},{"uid":"b299564d5c9769f1","name":"Check received message containing short","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"status":"passed","severity":"normal"},{"uid":"302769fcd6799018","name":"Push message with meta","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ffcc2a11733a62","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a83f8531c06e21c","name":"Ping on unsubscribed peer","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"status":"passed","severity":"normal"},{"uid":"210023c7dc3bd456","name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865689,"stop":1706618865689,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e9dcc6370f7e05","name":"Push message with custom timestamp: 1675860180609","time":{"start":1706618996206,"stop":1706618996207,"duration":1},"status":"passed","severity":"normal"},{"uid":"63ca91af1698632b","name":"Sign & Recover","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a139bf850e8935","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706618731293,"stop":1706618731294,"duration":1},"status":"passed","severity":"normal"},{"uid":"110ca55b0e9fb498","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706618731294,"stop":1706618731294,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d1c7f6c1819eaa","name":"Subscribe to topic containing XML and receive message","time":{"start":1706618624534,"stop":1706618624535,"duration":1},"status":"passed","severity":"normal"},{"uid":"5caeadbc4a454657","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706618371923,"stop":1706618371923,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e7adea0053c90cf","name":"Push message with content topic containing Chinese","time":{"start":1706618858023,"stop":1706618858023,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d1a4d6248d854e","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706618624537,"stop":1706618624537,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba86fb5418ec476","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f12b89086933979","name":"Check received message containing escaped characters","time":{"start":1706618580253,"stop":1706618580254,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ef841e3101369a5","name":"Promise Callback - backward","time":{"start":1706619002397,"stop":1706619002397,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e95e3901220248c","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"status":"passed","severity":"normal"},{"uid":"6588e0d76276a690","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0b652e69ce3f37","name":"throws on content topic with too few or too many fields","time":{"start":1706618366454,"stop":1706618366455,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a0e59945537ce6c","name":"Throws when trying to push message with empty payload","time":{"start":1706618858018,"stop":1706618858018,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bcae3897e39094a","name":"should not fail to start the service if it is already started","time":{"start":1706618909987,"stop":1706618909987,"duration":0},"status":"passed","severity":"normal"},{"uid":"a511eab67be8b2d1","name":"should throw error - no id","time":{"start":1706618372812,"stop":1706618372813,"duration":1},"status":"passed","severity":"normal"},{"uid":"33525b020537a123","name":"Push message with special chars payload","time":{"start":1706618996186,"stop":1706618996187,"duration":1},"status":"passed","severity":"normal"},{"uid":"43daaf52ce4767a9","name":"different cluster, different shard: nodes don't connect","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"status":"broken","severity":"normal"},{"uid":"406f98c0d76755d8","name":"Push message with XML payload","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"status":"passed","severity":"normal"},{"uid":"2afdf4d098d966f2","name":"Check publish message after service node is restarted","time":{"start":1706618865693,"stop":1706618865694,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e47eca93ac7281d6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706618431632,"stop":1706618431633,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1596086e3d4992d","name":"Push message with custom timestamp: 1706622224650","time":{"start":1706618858037,"stop":1706618858038,"duration":1},"status":"passed","severity":"normal"},{"uid":"887af16724d2cb54","name":"Decoder throws on undefined content topic","time":{"start":1706618395071,"stop":1706618395072,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd25aee6c0ac9b4e","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706618934695,"stop":1706618934696,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbbf65323eab0f47","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706619029128,"stop":1706619029128,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc22db0edb09ae10","name":"should properly create peer info with all multiaddrs","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ce5333c425af21","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706618371924,"stop":1706618371930,"duration":6},"status":"passed","severity":"normal"},{"uid":"5721e9b2c8baf761","name":"Check received message containing special chars","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"status":"passed","severity":"normal"},{"uid":"e000fe07737a731","name":"should encode/decode to RLP encoding","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44ad7e4274e0e58","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706618388588,"stop":1706618388588,"duration":0},"status":"passed","severity":"normal"},{"uid":"a095e172dd9bcdd0","name":"Check received message containing XML","time":{"start":1706618959492,"stop":1706618959493,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c7aa009c1f6be14","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731285,"stop":1706618731285,"duration":0},"status":"passed","severity":"normal"},{"uid":"d95f8243e7f6541a","name":"Check message with non string payload is not received","time":{"start":1706618580260,"stop":1706618580261,"duration":1},"status":"passed","severity":"normal"},{"uid":"f20a7c7de20ab0f4","name":"should not receive a peer event before start","time":{"start":1706618424945,"stop":1706618424945,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c7cd74f27936d1a","name":"throws on content topic with empty version field","time":{"start":1706618366457,"stop":1706618366458,"duration":1},"status":"passed","severity":"normal"},{"uid":"e157f2acfdcda1e4","name":"Check received message containing escaped characters","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"status":"passed","severity":"normal"},{"uid":"99304d2880ab66d2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731292,"stop":1706618731293,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0c4c419549cc7b","name":"Push message with content topic containing short","time":{"start":1706618996195,"stop":1706618996195,"duration":0},"status":"passed","severity":"normal"},{"uid":"43316e2178a38f32","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618489110,"stop":1706618489111,"duration":1},"status":"passed","severity":"normal"},{"uid":"232ce283dfbd49e","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"status":"passed","severity":"normal"},{"uid":"972a742f4f6cb7bc","name":"Push message with content topic containing unicode special characters","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2bc7b288d6fdab","name":"Push message with content topic containing Script","time":{"start":1706618858024,"stop":1706618858025,"duration":1},"status":"passed","severity":"normal"},{"uid":"625765bdead4e714","name":"Decrypt messages","time":{"start":1706618801296,"stop":1706618801297,"duration":1},"status":"passed","severity":"normal"},{"uid":"492d095b0743e848","name":"Push message with content topic containing shell command","time":{"start":1706618858026,"stop":1706618858026,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd218af77a87a52","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618580256,"stop":1706618580257,"duration":1},"status":"passed","severity":"normal"},{"uid":"59f435fdb60e90e6","name":"Default pageSize","time":{"start":1706619030047,"stop":1706619030048,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f8f2aa7238ed2a8","name":"Check message with invalid timestamp is not received","time":{"start":1706618580258,"stop":1706618580258,"duration":0},"status":"passed","severity":"normal"},{"uid":"49a45fd1755336b8","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706618865691,"stop":1706618865692,"duration":1},"status":"passed","severity":"normal"},{"uid":"98f47160e3e20be2","name":"should not receive a peer event after stop","time":{"start":1706618909988,"stop":1706618909989,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3d838e4a1b8b6a0","name":"handles multiple messages","time":{"start":1706619021206,"stop":1706619021207,"duration":1},"status":"passed","severity":"normal"},{"uid":"c14a3598c98cc4e9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706619039584,"stop":1706619039584,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e2df1fa3b0ea074","name":"Query generator for multiple messages with different content topic format","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"status":"passed","severity":"normal"},{"uid":"f38d590cd94a56ad","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706618496639,"stop":1706618496639,"duration":0},"status":"passed","severity":"normal"},{"uid":"c375ee02f6b23018","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"status":"passed","severity":"normal"},{"uid":"3be3b8e595d8c7fa","name":"nwaku interop","time":{"start":1706618909984,"stop":1706618909985,"duration":1},"status":"passed","severity":"normal"},{"uid":"878d3f45735a0d99","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008974,"stop":1706619008974,"duration":0},"status":"passed","severity":"normal"},{"uid":"99f7da1b3648e26e","name":"Relay - times out","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d897533e21ca293","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","severity":"normal"},{"uid":"654f619b18870d7d","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706618624537,"stop":1706618624538,"duration":1},"status":"passed","severity":"normal"},{"uid":"211e1fb55aea6d82","name":"Check message with no content topic is not received","time":{"start":1706618580259,"stop":1706618580260,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca636f272f53163","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706618389064,"stop":1706618389064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f55a2c59137dda0d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851395,"stop":1706618851396,"duration":1},"status":"passed","severity":"normal"},{"uid":"84558ecc4db96d19","name":"Check received message containing Script","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4261de2e78f5ee5","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496640,"stop":1706618496641,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a4e1ada550c4b90","name":"Symmetric encrypt & Decrypt","time":{"start":1706618395557,"stop":1706618395557,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ace27834e980e1","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"status":"passed","severity":"normal"},{"uid":"91767ca715ddc24c","name":"should only return 1 node with relay and store capability","time":{"start":1706618389062,"stop":1706618389062,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1730d650440401d","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706618396941,"stop":1706618396942,"duration":1},"status":"passed","severity":"normal"},{"uid":"b78dbb6e0b5550bd","name":"Push message with escaped characters payload","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffa149227c8c5729","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731297,"stop":1706618731298,"duration":1},"status":"passed","severity":"normal"},{"uid":"a886e22c992bff7d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618624276,"stop":1706618624277,"duration":1},"status":"passed","severity":"normal"},{"uid":"2695d0fa9b816ca7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706618624535,"stop":1706618624536,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8e97b6e228a0c57","name":"Push message with emoji payload","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"status":"passed","severity":"normal"},{"uid":"968e0db22895b0c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706619033641,"stop":1706619033642,"duration":1},"status":"passed","severity":"normal"},{"uid":"95eb05e24782422d","name":"Relay - dialed first","time":{"start":1706619044147,"stop":1706619044147,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ad8e5e5bd2c538","name":"Meta field set when metaSetter is specified","time":{"start":1706618378925,"stop":1706618378925,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e92cb4c1bf574c","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706618454363,"stop":1706618454363,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05c7d24c0a4e8ca","name":"Query Generator, No message returned","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"status":"passed","severity":"normal"},{"uid":"1768495f12dbb8c7","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706618624521,"stop":1706618624522,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca800d3787394a80","name":"Check message received after nwaku node is restarted","time":{"start":1706618959486,"stop":1706618959487,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b6adddb4bafdfcde","name":"Subscribe and receive messages via lightPush","time":{"start":1706619029132,"stop":1706619029133,"duration":1},"status":"passed","severity":"normal"},{"uid":"b250e85b0aacd555","name":"returns all values when wanted number matches available values","time":{"start":1706618387941,"stop":1706618387942,"duration":1},"status":"passed","severity":"normal"},{"uid":"908649f26a0a752d","name":"Passing page size 11 when there are 10 messages","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc5e8a76644122f7","name":"Check received message containing Chinese","time":{"start":1706618959473,"stop":1706618959474,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c899da4599acb38","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0b63827bebf318","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706618731300,"stop":1706618731305,"duration":5},"status":"passed","severity":"normal"},{"uid":"4ebe234265ef378c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706618731298,"stop":1706618731299,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e6992334313c049","name":"should properly create location multiaddrs - tcp6","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"status":"passed","severity":"normal"},{"uid":"70d4d5a2e9f53b03","name":"Push message with Script payload","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b62790e01999b2","name":"should throw error - no public key","time":{"start":1706618372812,"stop":1706618372812,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac29d1026baa1d0e","name":"Mutual subscription","time":{"start":1706618871323,"stop":1706618871324,"duration":1},"status":"passed","severity":"normal"},{"uid":"2673c5ad39105fe2","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"status":"passed","severity":"normal"},{"uid":"9168dbdae3612f71","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618624271,"stop":1706618624271,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b6eec3f4123e1b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706619029144,"stop":1706619029144,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4e852432ac421ab","name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865689,"stop":1706618865690,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c2f4318c04739ab","name":"Asymmetric encrypt & decrypt","time":{"start":1706618395556,"stop":1706618395557,"duration":1},"status":"passed","severity":"normal"},{"uid":"47fa094f760a3a41","name":"Subscribe to topic containing long and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaecd7c5a56918c7","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f52337cbb05b892","name":"Decoder throws on undefined content topic","time":{"start":1706618378926,"stop":1706618378926,"duration":0},"status":"passed","severity":"normal"},{"uid":"140c99429323c8b5","name":"ignores domain fetching errors","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb268bea906c53b","name":"Check publish message containing JSON","time":{"start":1706618865685,"stop":1706618865686,"duration":1},"status":"passed","severity":"normal"},{"uid":"24b29dcdfb2141a1","name":"Passing page size 0 when there are 110 messages","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6200c2a4f74d6db","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618489110,"stop":1706618489110,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6e9a20b4c92b86a","name":"caches peers it previously fetched","time":{"start":1706618389061,"stop":1706618389061,"duration":0},"status":"passed","severity":"normal"},{"uid":"304cd2b0b8a4fe8d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb4199a425cb12f","name":"Callback on promise, aborts when callback returns true","time":{"start":1706619004845,"stop":1706619004846,"duration":1},"status":"passed","severity":"normal"},{"uid":"b760757915532bbd","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618624273,"stop":1706618624275,"duration":2},"status":"passed","severity":"normal"},{"uid":"10daa109de6aba6f","name":"Check message with no pubsub topic is not received","time":{"start":1706618959484,"stop":1706618959484,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b830f666a9ec38","name":"Push message with content topic containing numeric","time":{"start":1706618996196,"stop":1706618996196,"duration":0},"status":"passed","severity":"normal"},{"uid":"78670b341534125b","name":"ignores unrecognized TXT record formats","time":{"start":1706618389060,"stop":1706618389061,"duration":1},"status":"passed","severity":"normal"},{"uid":"7289657642f12c32","name":"Js publishes, other Js receives","time":{"start":1706618834269,"stop":1706618834271,"duration":2},"status":"passed","severity":"normal"},{"uid":"6dcbd4d01bd8dfc9","name":"Push message with rate limit","time":{"start":1706618996206,"stop":1706618996206,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ad85d9f94f1dc4a","name":"Check received message containing Arabic","time":{"start":1706618959474,"stop":1706618959474,"duration":0},"status":"passed","severity":"normal"},{"uid":"40c9717867c19670","name":"Query generator for multiple messages with different message text format","time":{"start":1706619004844,"stop":1706619004844,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6b1ced300464cbc","name":"Generator, custom pubsub topic","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bda60727557650a","name":"Ephemeral messages are not stored","time":{"start":1706618431631,"stop":1706618431632,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ebcce2b641c7b4","name":"Reusing cursor across nodes","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"status":"passed","severity":"normal"},{"uid":"336f1706e62a77ee","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9ad9c8ba8d15f0","name":"Ephemeral field set to true","time":{"start":1706618378924,"stop":1706618378925,"duration":1},"status":"passed","severity":"normal"},{"uid":"121244c19a576309","name":"Push message with content topic containing Arabic","time":{"start":1706618996198,"stop":1706618996199,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8b73c53071a5213","name":"Fails to push message bigger that 1MB","time":{"start":1706618996208,"stop":1706618996209,"duration":1},"status":"passed","severity":"normal"},{"uid":"2429e750af6177dd","name":"Push message with content topic containing unicode special characters","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ec01a51348e0c6","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706618624452,"stop":1706618624498,"duration":46},"status":"passed","severity":"normal"},{"uid":"e93f911084003e41","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496640,"stop":1706618496640,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3899f1ed2dd4bbb","name":"Query Generator - forward","time":{"start":1706619002392,"stop":1706619002393,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5414818a21a685c","name":"Passing an array","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"status":"passed","severity":"normal"},{"uid":"29eafe7f31572330","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706618731284,"stop":1706618731284,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b8ade269780aa26","name":"Ping on subscribed peer","time":{"start":1706618487715,"stop":1706618487715,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbe73588fe33bb57","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706619029122,"stop":1706619029123,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ec286b448bc96a","name":"Refresh subscription","time":{"start":1706619029139,"stop":1706619029140,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc24ec9960e67e9d","name":"All","time":{"start":1706618429313,"stop":1706618429314,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa176706ae4acb08","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706618395068,"stop":1706618395069,"duration":1},"status":"passed","severity":"normal"},{"uid":"68be028a1e650cf1","name":"Push message with JSON payload","time":{"start":1706618858014,"stop":1706618858016,"duration":2},"status":"passed","severity":"normal"},{"uid":"6eca3675d880af8a","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ab50b77c80ce7d6","name":"Push message with JSON payload","time":{"start":1706618996191,"stop":1706618996191,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa039a37cab5a2d","name":"different cluster, same shard: nodes don't connect","time":{"start":1706618731273,"stop":1706618731274,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc0db2baf762af42","name":"can start and stop the service","time":{"start":1706618424941,"stop":1706618424942,"duration":1},"status":"passed","severity":"normal"},{"uid":"3df18e72c01868c5","name":"Subscribe to topic containing Script and receive message","time":{"start":1706619029143,"stop":1706619029143,"duration":0},"status":"passed","severity":"normal"},{"uid":"91d2bfc4296cde54","name":"Push message with XML payload","time":{"start":1706618996190,"stop":1706618996190,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2687b5cab63fa17","name":"should properly compute the node id","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f2e485adc5ee62","name":"Push message with content topic containing JSON","time":{"start":1706618858025,"stop":1706618858026,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e9fc5fed12c4921","name":"configure the node with multiple pubsub topics","time":{"start":1706618886442,"stop":1706618886442,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d95b919c082d38b","name":"Check received message containing Basic HTML tag","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d12a9ceb2e2fc62","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706619033642,"stop":1706619033642,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d3005a146e55f2","name":"Push message with short payload","time":{"start":1706618996183,"stop":1706618996183,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0beb8dcf4b7979d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a842c85aef27b69","name":"Check received message containing numeric","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc47e23b90e7f74","name":"should emit a peer event after start","time":{"start":1706618424944,"stop":1706618424944,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c390234f6f238e9","name":"1 Store, 2 fetches","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5201f347738e0b2","name":"should throw error - no id","time":{"start":1706618372811,"stop":1706618372812,"duration":1},"status":"passed","severity":"normal"},{"uid":"a22a046ff0b89741","name":"Using a function","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bc9fee6c46e22f6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706618996201,"stop":1706618996202,"duration":1},"status":"passed","severity":"normal"},{"uid":"db31f7014b3d966e","name":"Check received message containing Chinese","time":{"start":1706618580246,"stop":1706618580246,"duration":0},"status":"passed","severity":"normal"},{"uid":"c944b878725a88b9","name":"Fails to push message with large meta","time":{"start":1706618858028,"stop":1706618858029,"duration":1},"status":"passed","severity":"normal"},{"uid":"284501093b08e9d7","name":"Check received message with timestamp: 1706618413982000000 ","time":{"start":1706618959495,"stop":1706618959496,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e2815122dcc8b62","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706618431633,"stop":1706618431633,"duration":0},"status":"passed","severity":"normal"},{"uid":"e932c14df170b02c","name":"tcp ip4 address","time":{"start":1706618372078,"stop":1706618372079,"duration":1},"status":"passed","severity":"normal"},{"uid":"722f6567fa07be16","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706618731297,"stop":1706618731297,"duration":0},"status":"passed","severity":"normal"},{"uid":"8add4d174f31964a","name":"Check received message containing special chars","time":{"start":1706618959473,"stop":1706618959473,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1167c632df64a7","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706618871336,"stop":1706618871337,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae196d0e293986a","name":"pre and post cipher","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"status":"passed","severity":"normal"},{"uid":"b56c234b916d231e","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"status":"passed","severity":"normal"},{"uid":"6980cbab84b97914","name":"Push message with unicode special characters payload","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"status":"passed","severity":"normal"},{"uid":"c02aae4ccca436f9","name":"Check message on other pubsub topic is not received","time":{"start":1706618580258,"stop":1706618580259,"duration":1},"status":"passed","severity":"normal"},{"uid":"eae4bef80443c4e9","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"a532d3bc7dea6723","name":"Check received message containing Arabic","time":{"start":1706618580246,"stop":1706618580247,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ad848439c1c93a","name":"Push message with content topic containing long","time":{"start":1706618996195,"stop":1706618996196,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba55e602d59b22c","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706618378315,"stop":1706618378315,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92dcccb37244ee8","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f1eac41db44585e","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706619017483,"stop":1706619017484,"duration":1},"status":"passed","severity":"normal"},{"uid":"edd6d72f6151de95","name":"Push message with Arabic payload","time":{"start":1706618996187,"stop":1706618996188,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1932b8e659ef88","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706618431633,"stop":1706618431634,"duration":1},"status":"passed","severity":"normal"},{"uid":"53ca1d2fce43a36d","name":"throws on content topic with empty topic name field","time":{"start":1706618366458,"stop":1706618366458,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e07dd12e010d4cd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496637,"stop":1706618496638,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4990162bff3ae73","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706619029130,"stop":1706619029130,"duration":0},"status":"passed","severity":"normal"},{"uid":"de62266ff1c1757","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706619004844,"stop":1706619004844,"duration":0},"status":"passed","severity":"normal"},{"uid":"97bb736e5a4ad57c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687005,"stop":1706618687006,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6bbb5a390de8942","name":"Subscribe and receive messages via waku relay post","time":{"start":1706618624449,"stop":1706618624449,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3a42afcb55a13b","name":"Ping on peer without subscriptions","time":{"start":1706618487712,"stop":1706618487713,"duration":1},"status":"passed","severity":"normal"},{"uid":"a387e01d4e8ad010","name":"should set field with only STORE enabled","time":{"start":1706618372824,"stop":1706618372825,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f730f1996dad923","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc1db1249c1b84bf","name":"Check meta is set [symmetric]","time":{"start":1706618395069,"stop":1706618395069,"duration":0},"status":"passed","severity":"normal"},{"uid":"682e0a510969e1b7","name":"Check received message containing XML","time":{"start":1706618959476,"stop":1706618959476,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cbe725c2d7f53c0","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"status":"passed","severity":"normal"},{"uid":"d912e4a8cb24e6cb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706618731282,"stop":1706618731283,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a37b49706a37c13","name":"Check received message containing short","time":{"start":1706618959471,"stop":1706618959472,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e547751e92a6bfd","name":"Encoder throws on undefined content topic","time":{"start":1706618395070,"stop":1706618395070,"duration":0},"status":"passed","severity":"normal"},{"uid":"efff5ddc5775ffc0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618687004,"stop":1706618687005,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ef7cfc6a31310f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706618624536,"stop":1706618624537,"duration":1},"status":"passed","severity":"normal"},{"uid":"87bec6f64997faec","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"93aa5aa3e533e4e7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706618496635,"stop":1706618496637,"duration":2},"status":"passed","severity":"normal"},{"uid":"5b11f0956833e69f","name":"Check received message containing escaped characters","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"status":"passed","severity":"normal"},{"uid":"c142bdc058b3335","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706618389063,"stop":1706618389063,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e865dfd633ac35","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706618871334,"stop":1706618871334,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e1b4daa07d6066","name":"Check message received after jswaku node is restarted","time":{"start":1706618959507,"stop":1706618959507,"duration":0},"status":"skipped","severity":"normal"},{"uid":"44f688133f883de5","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706618371922,"stop":1706618371922,"duration":0},"status":"passed","severity":"normal"},{"uid":"1957ea6036418b98","name":"should handle a minimal index list","time":{"start":1706618366596,"stop":1706618366596,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c77566164dd574b","name":"should set field with only RELAY enabled","time":{"start":1706618372824,"stop":1706618372824,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ab09303036c9874","name":"Nodes with multiple pubsub topic","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d40a183aea1fe1e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706618624427,"stop":1706618624428,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6b434cb640f9db6","name":"throws on content topic with generation field greater than 0","time":{"start":1706618366456,"stop":1706618366456,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d8f1beab2eed86","name":"Ordered callback, aborts when callback returns true","time":{"start":1706619004846,"stop":1706619004847,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc9158287dae591a","name":"Push message with content topic containing emoji","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"896c923e1c60068e","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706619033642,"stop":1706619033643,"duration":1},"status":"passed","severity":"normal"},{"uid":"726684dd59fb7105","name":"configure the node with multiple pubsub topics","time":{"start":1706618886441,"stop":1706618886441,"duration":0},"status":"passed","severity":"normal"},{"uid":"16a4c159caff33b2","name":"Check received message containing Russian","time":{"start":1706618959490,"stop":1706618959491,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe11b744911c66f3","name":"creates an iterator","time":{"start":1706619021206,"stop":1706619021206,"duration":0},"status":"passed","severity":"normal"},{"uid":"244daa6b9ccfe578","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706619029129,"stop":1706619029129,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c25efc7a75d8f07","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706618731284,"stop":1706618731285,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5bdd2142ec8ab1b","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9844a915e2aff7c","name":"Check received message with timestamp: undefined ","time":{"start":1706618580257,"stop":1706618580258,"duration":1},"status":"passed","severity":"normal"},{"uid":"540b75fcb46ba5b6","name":"Fails to push message bigger that 1MB","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ff10a62cb23538","name":"should set field with only FILTER enabled","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a191b8d32cae65","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"status":"skipped","severity":"normal"},{"uid":"35cb402b4ee5efa0","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706618424948,"stop":1706618424948,"duration":0},"status":"skipped","severity":"normal"},{"uid":"18a6a9285087fae0","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706618934692,"stop":1706618934693,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e614e39c4360be4","name":"should properly create location multiaddrs - udp4","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada9d20a0a42c97a","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"status":"passed","severity":"normal"},{"uid":"94ccb832a0c134a0","name":"isConnected should return false after all peers disconnect","time":{"start":1706618454362,"stop":1706618454363,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecc7d7c59c627065","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706619033641,"stop":1706619033641,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ba23ec392573e8","name":"Push message with numeric payload","time":{"start":1706618996186,"stop":1706618996186,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f2383b99a4268e0","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"85c491275af14a9f","name":"Publish without waiting for remote peer","time":{"start":1706618871325,"stop":1706618871326,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa4588059954a092","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"status":"passed","severity":"normal"},{"uid":"464310d2e01cd9a0","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff28cd1e9467645c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706619029142,"stop":1706619029143,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffeabd6e27d0fe44","name":"Store - dialed first","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"status":"passed","severity":"normal"},{"uid":"395738e3b4bdcb58","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706618731276,"stop":1706618731276,"duration":0},"status":"passed","severity":"normal"},{"uid":"99a3463fff272dc8","name":"Check received message containing long","time":{"start":1706618580244,"stop":1706618580244,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1aef231bf1ee82a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618624279,"stop":1706618624280,"duration":1},"status":"passed","severity":"normal"},{"uid":"22cf55551e0b4ced","name":"Sets default value correctly","time":{"start":1706619035798,"stop":1706619035799,"duration":1},"status":"passed","severity":"normal"},{"uid":"121447c8edc7276b","name":"Push message with Basic HTML tag payload","time":{"start":1706618858012,"stop":1706618858012,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e340021d693521","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706618454358,"stop":1706618454358,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d1c38dabf857ba","name":"isConnected should return true after first peer connects","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46090312c639f9c","name":"Subscribe to topic containing Script and publish message","time":{"start":1706618871334,"stop":1706618871334,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4bdcea56f80d1d","name":"Ping on peer without subscriptions","time":{"start":1706618487715,"stop":1706618487716,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb36946768c0bfa1","name":"Check received message containing Russian","time":{"start":1706618959474,"stop":1706618959475,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a0ebef080c4783b","name":"throws on content topic with empty encoding field","time":{"start":1706618366458,"stop":1706618366459,"duration":1},"status":"passed","severity":"normal"},{"uid":"c602341d3643dfc6","name":"Check message with no payload is not received","time":{"start":1706618959485,"stop":1706618959485,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ee45025fc2127eb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706619029137,"stop":1706619029137,"duration":0},"status":"passed","severity":"normal"},{"uid":"52799da972febf01","name":"Push message with special chars payload","time":{"start":1706618858008,"stop":1706618858008,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c1a8506ceb918e7","name":"Passing page size 1 when there are 4 messages","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5a617912b614342","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac8a523d55570dc","name":"Refresh subscription","time":{"start":1706618624519,"stop":1706618624520,"duration":1},"status":"passed","severity":"normal"},{"uid":"f802fe09e2777668","name":"Check publish message containing XML","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"status":"passed","severity":"normal"},{"uid":"38e1cde9489d21ed","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618624277,"stop":1706618624277,"duration":0},"status":"passed","severity":"normal"},{"uid":"645ee93a653f35ec","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706618973544,"stop":1706618973544,"duration":0},"status":"passed","severity":"normal"},{"uid":"89fd1dd9fd6dc46e","name":"Check message with no content topic is not received","time":{"start":1706618959484,"stop":1706618959485,"duration":1},"status":"passed","severity":"normal"},{"uid":"35dac324d7a05007","name":"Fails to publish message with wrong content topic","time":{"start":1706618865691,"stop":1706618865691,"duration":0},"status":"passed","severity":"normal"},{"uid":"700c4e4bce08f471","name":"Ping on peer without subscriptions","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"status":"passed","severity":"normal"},{"uid":"c24f019f6a90d677","name":"Push message with Basic HTML tag payload","time":{"start":1706618996190,"stop":1706618996191,"duration":1},"status":"passed","severity":"normal"},{"uid":"555d658ab3d113ff","name":"Check publish message after client node is restarted","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef02b49ed4037ed0","name":"Check message with no payload is not received","time":{"start":1706618959506,"stop":1706618959507,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e9b537cf8985f0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706619029142,"stop":1706619029142,"duration":0},"status":"passed","severity":"normal"},{"uid":"59eb7e815d5ade4d","name":"Push message with Arabic payload","time":{"start":1706618858009,"stop":1706618858010,"duration":1},"status":"passed","severity":"normal"},{"uid":"747920aec35145b7","name":"should emit a peer event after start","time":{"start":1706618909987,"stop":1706618909987,"duration":0},"status":"passed","severity":"normal"},{"uid":"65c25976b2f9e2db","name":"different cluster, different shard: nodes don't connect","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"status":"broken","severity":"normal"},{"uid":"cdb966e5c106595a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706619029133,"stop":1706619029133,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c32eb74dc3b7b5","name":"Generator, custom pubsub topic","time":{"start":1706619008974,"stop":1706619008975,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52864fe694cbb18","name":"Check received message containing Chinese","time":{"start":1706618959489,"stop":1706618959490,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d25f1c253b5a404","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"42cf9a4403cf190b","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706618731288,"stop":1706618731288,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a018fc2a3f8103","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706618731290,"stop":1706618731290,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b3ef713f9a077f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706618624536,"stop":1706618624536,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a85c89293da8ac","name":"should return false","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1330095d99a636","name":"Overlapping topic subscription","time":{"start":1706619029139,"stop":1706619029139,"duration":0},"status":"passed","severity":"normal"},{"uid":"9977fa459e23f747","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706618731288,"stop":1706618731288,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1e23df5753f165","name":"throws on content topic with empty application field","time":{"start":1706618366456,"stop":1706618366457,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeb55f1d3cc18458","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496638,"stop":1706618496638,"duration":0},"status":"passed","severity":"normal"},{"uid":"be64371ce74f026c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ec7de247067507b","name":"throws on empty content topic","time":{"start":1706618366454,"stop":1706618366454,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e520d175f41bef1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706618387944,"stop":1706618387944,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c03b8baee2e198f","name":"same cluster, different shard: nodes connect","time":{"start":1706618731271,"stop":1706618731272,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3f210d341443278","name":"Check received message with timestamp: undefined ","time":{"start":1706618959482,"stop":1706618959483,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8d37ab48df04fac","name":"Check received message containing long","time":{"start":1706618959472,"stop":1706618959472,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a9ff6957db0000","name":"Query Generator - backward","time":{"start":1706619002393,"stop":1706619002393,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5617f73964d0098","name":"Check message with no payload is not received","time":{"start":1706618580260,"stop":1706618580260,"duration":0},"status":"passed","severity":"normal"},{"uid":"54da178a737e6508","name":"Check received message containing SQL Injection","time":{"start":1706618580247,"stop":1706618580248,"duration":1},"status":"passed","severity":"normal"},{"uid":"99561d27c674278a","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706618731298,"stop":1706618731298,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad5040ab0b3315c8","name":"Push message with content topic containing shell command","time":{"start":1706618996203,"stop":1706618996203,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b84aa287db7f7f","name":"Query generator for multiple messages","time":{"start":1706619004843,"stop":1706619004843,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3a37b536d8805c","name":"should properly create location multiaddrs - tcp","time":{"start":1706618372822,"stop":1706618372823,"duration":1},"status":"passed","severity":"normal"},{"uid":"e318aa6edbabdebb","name":"Encoder throws on empty string content topic","time":{"start":1706618396943,"stop":1706618396943,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf32945dc64d9420","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706618454369,"stop":1706618454370,"duration":1},"status":"passed","severity":"normal"},{"uid":"3794ba9e6b4b171c","name":"Subscribe to topic containing long and receive message","time":{"start":1706619029140,"stop":1706619029140,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af052694e6ee6b0","name":"Push message with emoji payload","time":{"start":1706618996193,"stop":1706618996193,"duration":0},"status":"passed","severity":"normal"},{"uid":"17373ad3f26a1841","name":"should properly create location multiaddrs - tcp4","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d37c0d8356d427a","name":"should get / set UDP multiaddr","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5a44f41bc6eca2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851394,"stop":1706618851395,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ff037fb10d91d2","name":"Query Generator, No Decoder","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3dc35440362dbd7","name":"Relay + Store","time":{"start":1706618429313,"stop":1706618429313,"duration":0},"status":"passed","severity":"normal"},{"uid":"26282bf1865a23dc","name":"Subscribe to topic containing short and receive message","time":{"start":1706619029140,"stop":1706619029140,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af4ee43c08ae02e","name":"Push message with content topic containing special chars","time":{"start":1706618996196,"stop":1706618996197,"duration":1},"status":"passed","severity":"normal"},{"uid":"87a5131dae447756","name":"Check received message containing numeric","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"status":"passed","severity":"normal"},{"uid":"53fae0cd3a6c53b4","name":"Nodes with multiple pubsub topic","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6079608c513b2aa","name":"throws on content topic with non-number generation field","time":{"start":1706618366455,"stop":1706618366456,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a48ee55c09d596d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706619029123,"stop":1706619029124,"duration":1},"status":"passed","severity":"normal"},{"uid":"63fe6c5509c673a4","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618487716,"stop":1706618487717,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ed4a1787873b6aa","name":"should throw error - invalid id","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"status":"passed","severity":"normal"},{"uid":"348975164994ddc1","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706618396941,"stop":1706618396941,"duration":0},"status":"passed","severity":"normal"},{"uid":"83460c81e5d12220","name":"Query with Ordered Callback, No Decoder","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f82303cce122fd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618624270,"stop":1706618624270,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ce02450472183a1","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706619039585,"stop":1706619039585,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a095cd6a99416c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"status":"passed","severity":"normal"},{"uid":"478487ab98c9d6c4","name":"Check received message containing JSON","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"status":"passed","severity":"normal"},{"uid":"d11a02193c6fafdc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618624278,"stop":1706618624279,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eb084dd44a370cb","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496638,"stop":1706618496639,"duration":1},"status":"passed","severity":"normal"},{"uid":"e86e66f3252caa9f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"5268fdb9f3417055","name":"Delete observer","time":{"start":1706618801297,"stop":1706618801297,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d60b5253e04566","name":"Push 30 different messages","time":{"start":1706618858017,"stop":1706618858018,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e85e6f211a8e2e6","name":"Check received message containing Basic HTML tag","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"status":"passed","severity":"normal"},{"uid":"529e47bbfb628763","name":"Check message with invalid timestamp is not received","time":{"start":1706618959504,"stop":1706618959505,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac74353d45e1aeff","name":"Refresh subscription","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e7feb318159ef1a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706619033644,"stop":1706619033644,"duration":0},"status":"passed","severity":"normal"},{"uid":"694ea06b52f9c2c0","name":"Publish message with rate limit","time":{"start":1706618865694,"stop":1706618865695,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9b2b5a3d9ac3c0","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706619029141,"stop":1706619029141,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9d09a56cd91b18","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706618371935,"stop":1706618371936,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0c922cff128f494","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706618973548,"stop":1706618973549,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a3b6e7f60b3fb41","name":"Check received message containing unicode special characters","time":{"start":1706618959494,"stop":1706618959495,"duration":1},"status":"passed","severity":"normal"},{"uid":"44c751deabc7075d","name":"Fails to publish message with empty text","time":{"start":1706618865691,"stop":1706618865691,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d9438aee18e8d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851398,"stop":1706618851399,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3cc4b87da4e77e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b582d5115671a4c2","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618624275,"stop":1706618624275,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0e49e23d80b43e6","name":"A test","time":{"start":1706618687106,"stop":1706618687106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ce00cc4485769a0","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab928789beecb37e","name":"Push message with content topic containing escaped characters","time":{"start":1706618858026,"stop":1706618858026,"duration":0},"status":"passed","severity":"normal"},{"uid":"7583180226541bb","name":"Ordered Callback - backward","time":{"start":1706619002398,"stop":1706619002399,"duration":1},"status":"passed","severity":"normal"},{"uid":"25b18febf48192da","name":"Check publish message containing Arabic","time":{"start":1706618865682,"stop":1706618865683,"duration":1},"status":"passed","severity":"normal"},{"uid":"665f6b31e38e4342","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706618378872,"stop":1706618378872,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ad05adc38cd4b9","name":"Check received message containing long","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"status":"passed","severity":"normal"},{"uid":"d001ae67f9cfe20a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706619039585,"stop":1706619039586,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f43116f52417796","name":"Ping on subscribed peer","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ecbd8743d57519","name":"Subscribe and receives messages on 20 topics","time":{"start":1706618624451,"stop":1706618624451,"duration":0},"status":"passed","severity":"normal"},{"uid":"777432c76b2490d5","name":"Check received message containing Script","time":{"start":1706618959491,"stop":1706618959492,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdea91ccf4f82a37","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706618388586,"stop":1706618388586,"duration":0},"status":"passed","severity":"normal"},{"uid":"caf24828bf0fbbb6","name":"Check message with invalid timestamp is not received","time":{"start":1706618959483,"stop":1706618959483,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c588163f37c4f8e","name":"Encoder throws on undefined content topic","time":{"start":1706618378925,"stop":1706618378926,"duration":1},"status":"passed","severity":"normal"},{"uid":"aebcc15bf5c51737","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706618624538,"stop":1706618624538,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd4d3f17b6eeef6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706618731285,"stop":1706618731285,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b22372d338fa89f","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008975,"stop":1706619008976,"duration":1},"status":"passed","severity":"normal"},{"uid":"5989e77a21e4a4d","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865688,"stop":1706618865689,"duration":1},"status":"passed","severity":"normal"},{"uid":"d806bd2dbb4719dd","name":"Push message with unicode special characters payload","time":{"start":1706618996192,"stop":1706618996193,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc49267e10a31274","name":"should set field with all protocols disabled","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"status":"passed","severity":"normal"},{"uid":"70d1f36abe5e9f02","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618489112,"stop":1706618489112,"duration":0},"status":"passed","severity":"normal"},{"uid":"129be1af36ae3be5","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8a65ad8899809c","name":"Check publish message containing unicode special characters","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6e7d254756f6cb","name":"Subscribe to topic containing Script and receive message","time":{"start":1706618624534,"stop":1706618624534,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cec32f6937d472f","name":"Check received message containing Russian","time":{"start":1706618580247,"stop":1706618580247,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d3b2aaecd5f231","name":"Push message on custom pubsubTopic","time":{"start":1706618687001,"stop":1706618687002,"duration":1},"status":"passed","severity":"normal"},{"uid":"826a17d1293fe641","name":"recovers when dns.resolve returns empty","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd7e7651ee898d38","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618487714,"stop":1706618487714,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9c85123b94df4ec","name":"Passing page size 110 when there are 120 messages","time":{"start":1706619030047,"stop":1706619030047,"duration":0},"status":"passed","severity":"normal"},{"uid":"61a05b23a3685d73","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"30fd9b219449fed1","name":"Check received message with timestamp: 1706618414016 ","time":{"start":1706618580256,"stop":1706618580256,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0337153693f5e3d","name":"groups content topics by expected pubsub topic","time":{"start":1706618366461,"stop":1706618366461,"duration":0},"status":"passed","severity":"normal"},{"uid":"561d735f4c0a273f","name":"Subscribe to topic containing short and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe11f44a3eac0a67","name":"Push message with meta","time":{"start":1706618858028,"stop":1706618858028,"duration":0},"status":"passed","severity":"normal"},{"uid":"2abc118317c2af49","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"status":"passed","severity":"normal"},{"uid":"fef42ec1a4002bde","name":"Filter","time":{"start":1706619044149,"stop":1706619044150,"duration":1},"status":"passed","severity":"normal"},{"uid":"b48cafab14c8dcb6","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706619017484,"stop":1706619017485,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b8f7518ab93b24","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706618371937,"stop":1706618371937,"duration":0},"status":"passed","severity":"normal"},{"uid":"92558b19b5cde6b1","name":"Check message received after nwaku node is restarted","time":{"start":1706618580263,"stop":1706618580263,"duration":0},"status":"skipped","severity":"normal"},{"uid":"526fadff81dfb922","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"status":"passed","severity":"normal"},{"uid":"5153296bde8262ec","name":"should not receive a peer event after stop","time":{"start":1706618424945,"stop":1706618424946,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8811a38c7307243","name":"Rejects garbage","time":{"start":1706618382598,"stop":1706618382598,"duration":0},"status":"passed","severity":"normal"},{"uid":"2179f01a04776477","name":"can start and stop the service","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ed0a8c904a43ae","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd0710bbc962d68","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b1d5fe5214f3034","name":"should decode valid enr with tcp successfully","time":{"start":1706618372811,"stop":1706618372811,"duration":0},"status":"passed","severity":"normal"},{"uid":"76ba2cfc67b95436","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ff5812ca10189ab","name":"Nwaku publishes","time":{"start":1706618834268,"stop":1706618834269,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cfb0de5a13ac847","name":"Fields are not dropped","time":{"start":1706618378341,"stop":1706618378342,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b6d47155bff1392","name":"Check received message containing Script","time":{"start":1706618580248,"stop":1706618580248,"duration":0},"status":"passed","severity":"normal"},{"uid":"617b65fe91747f1c","name":"Callback on promise","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec4895009dbc99d","name":"Ordered Callback - forward","time":{"start":1706619002398,"stop":1706619002398,"duration":0},"status":"passed","severity":"normal"},{"uid":"c663e766f6fe8af6","name":"Check publish message containing Chinese","time":{"start":1706618865682,"stop":1706618865682,"duration":0},"status":"passed","severity":"normal"},{"uid":"b00cb38287ee0d09","name":"Subscribe and publish message","time":{"start":1706618871326,"stop":1706618871327,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b22dd1bf18f5308","name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"status":"passed","severity":"normal"},{"uid":"93412407bd33ba1c","name":"Push message with content topic containing Chinese","time":{"start":1706618996197,"stop":1706618996198,"duration":1},"status":"passed","severity":"normal"},{"uid":"edf1b661f2085827","name":"Push message with content topic containing short","time":{"start":1706618858018,"stop":1706618858018,"duration":0},"status":"passed","severity":"normal"},{"uid":"d734400327963a5b","name":"Check received message containing shell command","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"status":"passed","severity":"normal"},{"uid":"87a15e85ae2088a2","name":"Check meta is set [ecies]","time":{"start":1706618396942,"stop":1706618396942,"duration":0},"status":"passed","severity":"normal"},{"uid":"438cc16b964e6d3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706618731297,"stop":1706618731297,"duration":0},"status":"passed","severity":"normal"},{"uid":"52aa3f9a0a34b2bb","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706618871329,"stop":1706618871329,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0c94ef10f528c4","name":"nwaku subscribes","time":{"start":1706618834267,"stop":1706618834268,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5814c679e22bf8","name":"Decoder throws on empty string content topic","time":{"start":1706618396944,"stop":1706618396944,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d8aac2bd155649","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"status":"passed","severity":"normal"},{"uid":"e163278af51a654d","name":"Check received message with timestamp: undefined ","time":{"start":1706618959504,"stop":1706618959504,"duration":0},"status":"passed","severity":"normal"},{"uid":"3949404061efccac","name":"Passing page size 19 when there are 20 messages","time":{"start":1706619030047,"stop":1706619030047,"duration":0},"status":"passed","severity":"normal"},{"uid":"733291b83aa211af","name":"Check publish message containing shell command","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"status":"passed","severity":"normal"},{"uid":"86dc39e585a91240","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"status":"passed","severity":"normal"},{"uid":"599164d2595c676","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706619029142,"stop":1706619029142,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1963ce1f40e0dd9","name":"Subscribe to topic containing Script and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e1d545a6cafb5dc","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706618388589,"stop":1706618388590,"duration":1},"status":"passed","severity":"normal"},{"uid":"c097eb6ddf55129f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706618731281,"stop":1706618731281,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2cf6b3190b0bfc2","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0d578b371c5ba13","name":"Push message with content topic containing long","time":{"start":1706618858019,"stop":1706618858022,"duration":3},"status":"passed","severity":"normal"},{"uid":"e7ffd332a521c75d","name":"Subscribe to topic containing XML and receive message","time":{"start":1706619029127,"stop":1706619029128,"duration":1},"status":"passed","severity":"normal"},{"uid":"9840ae91dd081dee","name":"unsubscribes","time":{"start":1706619021207,"stop":1706619021207,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f3bc82ae1510832","name":"Check message received after jswaku node is restarted","time":{"start":1706618959486,"stop":1706618959486,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b57f6b959f565694","name":"Check publish message containing escaped characters","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da25024750aff83","name":"Decoder throws on empty string content topic","time":{"start":1706618395072,"stop":1706618395072,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f18b30da2e53367","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706618371919,"stop":1706618371921,"duration":2},"status":"passed","severity":"normal"},{"uid":"214739989bcfd387","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706619029145,"stop":1706619029145,"duration":0},"status":"passed","severity":"normal"},{"uid":"e405687b0aad631","name":"Query with Ordered Callback, No message returned","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"status":"passed","severity":"normal"},{"uid":"62e0f09f36c9ae7b","name":"should not receive a peer event before start","time":{"start":1706618909987,"stop":1706618909988,"duration":1},"status":"passed","severity":"normal"},{"uid":"8acd390c34b793c3","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706618388585,"stop":1706618388586,"duration":1},"status":"passed","severity":"normal"},{"uid":"3950d70ed3007872","name":"Ping on subscribed peer","time":{"start":1706618487711,"stop":1706618487712,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbee2a8060f67063","name":"Push message with rate limit","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb283d3fa4e57c29","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","severity":"normal"},{"uid":"a571702ae007a13a","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706618372810,"stop":1706618372811,"duration":1},"status":"passed","severity":"normal"},{"uid":"37db8ae114555e34","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c94ebb5a111e3","name":"Check received message containing JSON","time":{"start":1706618580249,"stop":1706618580250,"duration":1},"status":"passed","severity":"normal"},{"uid":"91fb0d5e01db346f","name":"can start the service","time":{"start":1706618424939,"stop":1706618424941,"duration":2},"status":"passed","severity":"normal"},{"uid":"91db5b0d6331013","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706619033644,"stop":1706619033645,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d15672ab2e6bf01","name":"Store - dialed after - with timeout","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"status":"passed","severity":"normal"},{"uid":"d51a8a7108e0ed08","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"status":"passed","severity":"normal"},{"uid":"1145d47ad8b49ae7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"status":"passed","severity":"normal"},{"uid":"97db4c7bde336149","name":"Waku message hash computation (payload length 0)","time":{"start":1706618378315,"stop":1706618378316,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fe71991efdf9cf7","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706618624428,"stop":1706618624449,"duration":21},"status":"passed","severity":"normal"},{"uid":"bc66ce2290cef0c9","name":"Publish message with large meta","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"status":"passed","severity":"normal"},{"uid":"c130f2bcc28c2542","name":"Check message with non string payload is not received","time":{"start":1706618959485,"stop":1706618959486,"duration":1},"status":"passed","severity":"normal"},{"uid":"45e359fea625011b","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"status":"passed","severity":"normal"},{"uid":"e24c8014de29a938","name":"Subscribe and receive messages via waku relay post","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c41b02a98617871","name":"Push message on custom pubsubTopic","time":{"start":1706618687003,"stop":1706618687004,"duration":1},"status":"passed","severity":"normal"},{"uid":"164e9794ce6e1867","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618489111,"stop":1706618489111,"duration":0},"status":"passed","severity":"normal"},{"uid":"66495729c8fc5775","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706618388584,"stop":1706618388585,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3faddb299f79096","name":"Subscribe to topic containing short and publish message","time":{"start":1706618871331,"stop":1706618871331,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7d9912ce3fbb563","name":"same cluster, same shard: nodes connect","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae199278d309d5b6","name":"Nodes with multiple pubsub topic","time":{"start":1706618851398,"stop":1706618851398,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c945ca327773225","name":"Push message with long payload","time":{"start":1706618996184,"stop":1706618996184,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e06f8a1c302c5e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618489112,"stop":1706618489113,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9cb9e0e5e1ebbc","name":"Check received message with timestamp: 1706618413982000000 ","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"status":"passed","severity":"normal"},{"uid":"861d54c46dfce1f1","name":"should get / set TCP multiaddr","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"status":"passed","severity":"normal"},{"uid":"371c2ebbdb131422","name":"Push message with custom timestamp: 1675860224650","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"48e472bc6de49652","name":"should be able to decode the field with only STORE set to true","time":{"start":1706618371934,"stop":1706618371934,"duration":0},"status":"passed","severity":"normal"},{"uid":"7efb26e4c150eb4b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687001,"stop":1706618687001,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b0fe0b69e1e3a8","name":"Init the array if not present","time":{"start":1706618366256,"stop":1706618366258,"duration":2},"status":"passed","severity":"normal"},{"uid":"c203877b4d79ae79","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706618731283,"stop":1706618731284,"duration":1},"status":"passed","severity":"normal"},{"uid":"303dce01dbce0663","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731280,"stop":1706618731281,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c7a06166a38de4","name":"Push message with content topic containing XML","time":{"start":1706618858025,"stop":1706618858025,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f79feaccf798941","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706619029145,"stop":1706619029146,"duration":1},"status":"passed","severity":"normal"},{"uid":"16312aa956ff57d8","name":"Push message with content topic containing SQL Injection","time":{"start":1706618996199,"stop":1706618996200,"duration":1},"status":"passed","severity":"normal"},{"uid":"5abf1dafb7089703","name":"Used by Waku Relay","time":{"start":1706619035798,"stop":1706619035798,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54ce121ba139718","name":"Fails to push message with empty content topic","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36478b76d88c2b1","name":"should only return 1 node with relay capability","time":{"start":1706618389061,"stop":1706618389062,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b8e41b00ae3336","name":"A test","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b414a2516eda0f5","name":"Check received message containing unicode special characters","time":{"start":1706618580254,"stop":1706618580254,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f7ffc0da6d4b3c9","name":"Register correct protocols","time":{"start":1706618871324,"stop":1706618871325,"duration":1},"status":"passed","severity":"normal"},{"uid":"e98b782ef80ed3e3","name":"Push message with content topic containing special chars","time":{"start":1706618858023,"stop":1706618858023,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c980dba00d12e83","name":"Check publish message containing Russian","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"status":"passed","severity":"normal"},{"uid":"bea174bf9a612b01","name":"Check received message containing special chars","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bb7522d00d174","name":"Check received message containing XML","time":{"start":1706618580248,"stop":1706618580249,"duration":1},"status":"passed","severity":"normal"},{"uid":"42ef827610e156d4","name":"Subscribe and receive messages via lightPush","time":{"start":1706618624420,"stop":1706618624421,"duration":1},"status":"passed","severity":"normal"},{"uid":"46fcaf0d8a61f7e3","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706619033643,"stop":1706619033643,"duration":0},"status":"passed","severity":"normal"},{"uid":"df63106057844f34","name":"should use DNS peer discovery with light client","time":{"start":1706618424947,"stop":1706618424947,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5aed16e28a757fd8","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706618371931,"stop":1706618371931,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b225430347d014e","name":"Refresh subscription","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6c3ebae770baf4ac","name":"Push message on custom pubsubTopic","time":{"start":1706618686998,"stop":1706618686999,"duration":1},"status":"passed","severity":"normal"},{"uid":"217edc81533541cc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618624272,"stop":1706618624272,"duration":0},"status":"passed","severity":"normal"},{"uid":"f220894ca0b105c7","name":"Correctly serialized arguments","time":{"start":1706618739031,"stop":1706618739032,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dae58229fadad2f","name":"Encoder throws on empty string content topic","time":{"start":1706618378926,"stop":1706618378926,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ddb1ec91196b94f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706619029129,"stop":1706619029129,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b9f63b2d2963e6","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706619039584,"stop":1706619039585,"duration":1},"status":"passed","severity":"normal"},{"uid":"495c9da73bdf2716","name":"Check message received after jswaku node is restarted","time":{"start":1706618580262,"stop":1706618580262,"duration":0},"status":"skipped","severity":"normal"},{"uid":"add1fd8579ad12a1","name":"should throw error - no public key","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fe35d20a86ea711","name":"should throw an error for insufficient data","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b3d87b3851ca6b","name":"Push message with Russian payload","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"status":"passed","severity":"normal"},{"uid":"1861a13c623a966f","name":"Check received message containing Arabic","time":{"start":1706618959490,"stop":1706618959490,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae48d1c4f9f739f2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706619029144,"stop":1706619029144,"duration":0},"status":"passed","severity":"normal"},{"uid":"21e35dbb7de32b11","name":"topics with same application and version share the same shard","time":{"start":1706618366460,"stop":1706618366460,"duration":0},"status":"passed","severity":"normal"},{"uid":"fad827e7c0d3e70","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706619029128,"stop":1706619029128,"duration":0},"status":"passed","severity":"normal"},{"uid":"72426e4878d66032","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706618366596,"stop":1706618366597,"duration":1},"status":"passed","severity":"normal"},{"uid":"f11fb31b1b07b846","name":"Check received message containing shell command","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"status":"passed","severity":"normal"},{"uid":"edd1121e02ef78b9","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706619004846,"stop":1706619004846,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c39dbb9b7bea29b","name":"Check message received after nwaku node is restarted","time":{"start":1706618959507,"stop":1706618959518,"duration":11},"status":"skipped","severity":"normal"},{"uid":"92a6072d6a12e2b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706618496641,"stop":1706618496641,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b640cc3a61e6b29","name":"should decode valid enr successfully","time":{"start":1706618372810,"stop":1706618372810,"duration":0},"status":"passed","severity":"normal"},{"uid":"9566c8c0774d8ebe","name":"Check publish message containing short","time":{"start":1706618865680,"stop":1706618865680,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4d8252d48a068fc","name":"Push message with Chinese payload","time":{"start":1706618858009,"stop":1706618858009,"duration":0},"status":"passed","severity":"normal"},{"uid":"77d99fcb5abdb32b","name":"Subscribe and receive messages via waku relay post","time":{"start":1706619029135,"stop":1706619029136,"duration":1},"status":"passed","severity":"normal"},{"uid":"67b6f11153a32cd6","name":"should set field with all protocols enabled","time":{"start":1706618372824,"stop":1706618372824,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ada2de576e0b38","name":"Relay + Store","time":{"start":1706618372825,"stop":1706618372826,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ae74c09b8d6791e","name":"Overlapping topic subscription","time":{"start":1706618871330,"stop":1706618871331,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e03527c4509ef2ed","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731283,"stop":1706618731283,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f1a9be5f0aa3725","name":"should only return 1 node with store capability","time":{"start":1706618389062,"stop":1706618389063,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e17adeafb7dc4ab","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618624276,"stop":1706618624276,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8af486e8f1078bb","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706618731299,"stop":1706618731299,"duration":0},"status":"passed","severity":"normal"},{"uid":"f93539b24f610d77","name":"should be called for bootstrap peers","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"status":"passed","severity":"normal"},{"uid":"3fa9a5f3d1a9fb4","name":"Push to array if already present","time":{"start":1706618366258,"stop":1706618366259,"duration":1},"status":"passed","severity":"normal"},{"uid":"e47cf5ff21cf72e4","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706618388590,"stop":1706618388590,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f553d2786f94219","name":"converts content topics to expected shard index","time":{"start":1706618366459,"stop":1706618366460,"duration":1},"status":"passed","severity":"normal"},{"uid":"46861912a66eee9b","name":"Passing page size 3 when there are 20 messages","time":{"start":1706619030045,"stop":1706619030046,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa7e00f761c7f863","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706618454359,"stop":1706618454360,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a4b791243d6ced6","name":"Decoder throws on undefined content topic","time":{"start":1706618396943,"stop":1706618396944,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3b1a53ce323252b","name":"Check received message with timestamp: 1706618413982 ","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"status":"passed","severity":"normal"},{"uid":"9128a13d7951eb44","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706619017483,"stop":1706619017483,"duration":0},"status":"passed","severity":"normal"},{"uid":"50bab4fa7b561fc3","name":"through manual discovery","time":{"start":1706618738959,"stop":1706618738959,"duration":0},"status":"passed","severity":"normal"},{"uid":"899c4c02e7cf3b94","name":"should properly create location multiaddrs - udp","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc9b6b8774c740","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b90bc6e62ddbb6e","name":"Encoder throws on undefined content topic","time":{"start":1706618396942,"stop":1706618396943,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0f94d9d260cc4d0","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706618371936,"stop":1706618371936,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b2e05eb5206b3f6","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706619033643,"stop":1706619033643,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdbc17be043319db","name":"Round trip binary serialization","time":{"start":1706618378924,"stop":1706618378924,"duration":0},"status":"passed","severity":"normal"},{"uid":"d81428f713a5f17c","name":"Push message with content topic containing Russian","time":{"start":1706618996199,"stop":1706618996199,"duration":0},"status":"passed","severity":"normal"},{"uid":"475652234f08b6a4","name":"Sample","time":{"start":1706618372080,"stop":1706618372080,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb5b5e83fb81f861","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"status":"passed","severity":"normal"},{"uid":"462243affcd380a4","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706618934691,"stop":1706618934692,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a274f31761a6638","name":"Ping on unsubscribed peer","time":{"start":1706618487713,"stop":1706618487714,"duration":1},"status":"passed","severity":"normal"},{"uid":"11de3e20d86dd1a4","name":"Push message with content topic containing Arabic","time":{"start":1706618858023,"stop":1706618858024,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62d9568c81501b4","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496642,"stop":1706618496643,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6e8493f63f76609","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618624271,"stop":1706618624271,"duration":0},"status":"passed","severity":"normal"},{"uid":"91f69803f3ccefb4","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"1030bb60984ff60b","name":"Check received message containing emoji","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"status":"passed","severity":"normal"},{"uid":"8271f91bf7a89eb8","name":"Subscribe to topic containing long and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"113bf4bcf400b4e7","name":"Fails to publish duplicate message","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"status":"passed","severity":"normal"},{"uid":"675232daada65c3d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2bf118147238a1","name":"Push message with Script payload","time":{"start":1706618996189,"stop":1706618996190,"duration":1},"status":"passed","severity":"normal"},{"uid":"37ffa09465197047","name":"Push message with custom timestamp: 1706622180609","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dc1c5e147e4cd26","name":"Check received message with timestamp: 1706618414016000000 ","time":{"start":1706618580255,"stop":1706618580256,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06fa66836080859","name":"Push message with content topic containing numeric","time":{"start":1706618858022,"stop":1706618858022,"duration":0},"status":"passed","severity":"normal"},{"uid":"845a383706da58f1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706618454371,"stop":1706618454372,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a9c5be342d3067","name":"Push message with shell command payload","time":{"start":1706618996191,"stop":1706618996192,"duration":1},"status":"passed","severity":"normal"},{"uid":"a93c14c20bfc2c02","name":"Push message with Russian payload","time":{"start":1706618996188,"stop":1706618996188,"duration":0},"status":"passed","severity":"normal"},{"uid":"d72020188187aa21","name":"Push message with SQL Injection payload","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"status":"passed","severity":"normal"},{"uid":"de7031a1a31b7b7a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706619029133,"stop":1706619029135,"duration":2},"status":"passed","severity":"normal"},{"uid":"121f350a538db589","name":"different cluster, same shard: nodes don't connect","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"status":"broken","severity":"normal"},{"uid":"1c38ddd1773e53c7","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706618454360,"stop":1706618454361,"duration":1},"status":"passed","severity":"normal"},{"uid":"5efbecf033e90135","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706618865692,"stop":1706618865693,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a1c0039c4a0290","name":"Encoder throws on empty string content topic","time":{"start":1706618395071,"stop":1706618395071,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0eaee25a7dcb4c1","name":"Relay","time":{"start":1706618429312,"stop":1706618429313,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe4f6d59708737c6","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706618731286,"stop":1706618731287,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff83e7949d034562","name":"Push message with content topic containing emoji","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"status":"passed","severity":"normal"},{"uid":"c78192106af17052","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706618624522,"stop":1706618624523,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f8b97999f0ccae0","name":"returns all values when wanted number is greater than available values","time":{"start":1706618387943,"stop":1706618387943,"duration":0},"status":"passed","severity":"normal"},{"uid":"113456a16c6a7fab","name":"Check received message containing SQL Injection","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"status":"passed","severity":"normal"},{"uid":"99e1bd21f77da320","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706618454359,"stop":1706618454359,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e6a780dd73f926b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706618871327,"stop":1706618871327,"duration":0},"status":"passed","severity":"normal"},{"uid":"d35e18e7dcb2dfb","name":"retrieves a single peer","time":{"start":1706618389058,"stop":1706618389059,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1139d4a4a7a2a31","name":"Query with Promise Callback, No message returned","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"status":"passed","severity":"normal"},{"uid":"33605b0ff317c52b","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"status":"broken","severity":"normal"},{"uid":"1ad7542fc5fe8ec7","name":"Overlapping topic subscription","time":{"start":1706618624499,"stop":1706618624500,"duration":1},"status":"passed","severity":"normal"},{"uid":"747b6b41c601980c","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706619017482,"stop":1706619017483,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d397cf7cf298dfd","name":"Subscribe to topic containing short and receive message","time":{"start":1706618624520,"stop":1706618624520,"duration":0},"status":"passed","severity":"normal"},{"uid":"e943116a54c4d0d9","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706619029138,"stop":1706619029139,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3cf4af2e02ad24a","name":"Promise Callback - forward","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"status":"passed","severity":"normal"},{"uid":"34ee82d6e62d35a2","name":"Check received message containing numeric","time":{"start":1706618959472,"stop":1706618959473,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea06cff7afd6dff","name":"Check publish message containing Script","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"status":"passed","severity":"normal"},{"uid":"a220aa1c810527a9","name":"Check message with no pubsub topic is not received","time":{"start":1706618580259,"stop":1706618580259,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9bca376bd007030","name":"Check received message containing short","time":{"start":1706618580243,"stop":1706618580244,"duration":1},"status":"passed","severity":"normal"},{"uid":"d411eba45d26f902","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706618934690,"stop":1706618934691,"duration":1},"status":"passed","severity":"normal"},{"uid":"67535135d222636b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618959499,"stop":1706618959499,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f200462c188092","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a415e108cde12407","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618959481,"stop":1706618959482,"duration":1},"status":"passed","severity":"normal"},{"uid":"1278cbb822bc1a18","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706618731294,"stop":1706618731294,"duration":0},"status":"passed","severity":"normal"},{"uid":"216f4e48369049ef","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706618624535,"stop":1706618624535,"duration":0},"status":"passed","severity":"normal"},{"uid":"bddcd936c889d57a","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bf048ef15895383","name":"Check message on other pubsub topic is not received","time":{"start":1706618959505,"stop":1706618959505,"duration":0},"status":"passed","severity":"normal"},{"uid":"33bbcb4fe5601790","name":"Throws when trying to push message with empty payload","time":{"start":1706618996194,"stop":1706618996195,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1b7211d4df2a4af","name":"Check received message containing Basic HTML tag","time":{"start":1706618580249,"stop":1706618580249,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9e5e9c1cad81d9","name":"Push message with content topic containing SQL Injection","time":{"start":1706618858024,"stop":1706618858024,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b155a5b08afc9ff","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"status":"passed","severity":"normal"},{"uid":"a63d8be9df60a1a9","name":"Check received message with timestamp: 1706618413982 ","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"status":"passed","severity":"normal"},{"uid":"77affc9c082a9713","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706618871328,"stop":1706618871328,"duration":0},"status":"passed","severity":"normal"},{"uid":"33808063b91b23c","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706618731290,"stop":1706618731290,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4ad1a10f8773f9d","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706619029145,"stop":1706619029145,"duration":0},"status":"passed","severity":"normal"},{"uid":"c821d45c05b11647","name":"Push message with content topic containing XML","time":{"start":1706618996201,"stop":1706618996201,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd2c4727be1043a4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706619029141,"stop":1706619029142,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe9af71913b1051","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706618973544,"stop":1706618973545,"duration":1},"status":"passed","severity":"normal"},{"uid":"11d9c5ab18753781","name":"Push message with shell command payload","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"status":"passed","severity":"normal"},{"uid":"67a07916bdf1f196","name":"Check publish message containing special chars","time":{"start":1706618865681,"stop":1706618865682,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5bdeb172e6c642","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008975,"stop":1706619008975,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1100522666c1f","name":"Push message with custom timestamp: 1706615024650","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"status":"passed","severity":"normal"},{"uid":"91e840908c0272b4","name":"isConnected should return false after all peers disconnect","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"status":"passed","severity":"normal"},{"uid":"9ab60aed2425e0db","name":"Push message with Chinese payload","time":{"start":1706618996187,"stop":1706618996187,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1ce7e3a7bb159e","name":"Subscribe and receives messages on 20 topics","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7def98d55128c70","name":"Check received message containing emoji","time":{"start":1706618959495,"stop":1706618959495,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf35fe7224166679","name":"Accepts a valid Waku Message","time":{"start":1706618382596,"stop":1706618382597,"duration":1},"status":"passed","severity":"normal"},{"uid":"d50b23edc7507010","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618580257,"stop":1706618580257,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed421c4d7606f2f8","name":"same cluster, same shard: nodes connect","time":{"start":1706618731269,"stop":1706618731270,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9b4d8814bc063b","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc501c65a8a59a2","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"status":"passed","severity":"normal"},{"uid":"de966abc3832db49","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"status":"broken","severity":"normal"},{"uid":"73b4d4a281ba36d","name":"Push message with escaped characters payload","time":{"start":1706618996192,"stop":1706618996192,"duration":0},"status":"passed","severity":"normal"},{"uid":"787932ad13958096","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a8132394c076aec","name":"Check publish message containing SQL Injection","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"status":"passed","severity":"normal"},{"uid":"146caefe1acba21b","name":"Does not throw an exception when node disconnects","time":{"start":1706619035796,"stop":1706619035797,"duration":1},"status":"passed","severity":"normal"},{"uid":"c68ad248c0eb2a4b","name":"should encodeTxt and decodeTxt","time":{"start":1706618372809,"stop":1706618372810,"duration":1},"status":"passed","severity":"normal"},{"uid":"29e28a62c67f07ad","name":"Push message with numeric payload","time":{"start":1706618858006,"stop":1706618858008,"duration":2},"status":"passed","severity":"normal"},{"uid":"f2b4f9e6cda045df","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","severity":"normal"},{"uid":"901f9f46344ae0d","name":"should not fail to start the service if it is already started","time":{"start":1706618424943,"stop":1706618424943,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eeeac657e569c84","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706618371931,"stop":1706618371932,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ac50ad12bef13a0","name":"Check message with extra parameter is not received","time":{"start":1706618580261,"stop":1706618580262,"duration":1},"status":"passed","severity":"normal"},{"uid":"593f99ff26f22b5b","name":"Push message equal or less that 1MB","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"status":"passed","severity":"normal"},{"uid":"7844607fcc97f073","name":"Push message with content topic containing Script","time":{"start":1706618996200,"stop":1706618996200,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d913b63743d6b1f","name":"Check received message containing emoji","time":{"start":1706618580254,"stop":1706618580255,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd8b34fdca53fe24","name":"Publishes to nwaku","time":{"start":1706618834268,"stop":1706618834268,"duration":0},"status":"passed","severity":"normal"},{"uid":"339e52495f5bcf4d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618489111,"stop":1706618489112,"duration":1},"status":"passed","severity":"normal"},{"uid":"f49ded8d8e8aaadc","name":"Push message with content topic containing escaped characters","time":{"start":1706618996203,"stop":1706618996204,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa8620e3a87fc6a4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3c5f12651376b4","name":"Subscribe to topic containing long and receive message","time":{"start":1706618624520,"stop":1706618624521,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5e5345bcf96af6a","name":"Query with Promise Callback, No Decoder","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0cbf360d22d3d31","name":"Check received message containing shell command","time":{"start":1706618580250,"stop":1706618580250,"duration":0},"status":"passed","severity":"normal"},{"uid":"508e3205d419847b","name":"Fails to push message with empty content topic","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"91bd029a0386ff02","name":"should be able to encode the field with only STORE set to true","time":{"start":1706618371921,"stop":1706618371922,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f60f307927ce3db","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb8d570897fdd316","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706618858025,"stop":1706618858025,"duration":0},"status":"passed","severity":"normal"},{"uid":"e35366ce8ff1092f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706618389063,"stop":1706618389063,"duration":0},"status":"passed","severity":"normal"},{"uid":"c20869a476b5993c","name":"Check received message with extra option is received","time":{"start":1706618580262,"stop":1706618580262,"duration":0},"status":"passed","severity":"normal"},{"uid":"618d7569c3956283","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618959499,"stop":1706618959500,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f25ed4bc2f7b6a7","name":"Query generator for 2000 messages","time":{"start":1706619004847,"stop":1706619004847,"duration":0},"status":"passed","severity":"normal"},{"uid":"29450f8b43ec92e7","name":"Push 30 different messages","time":{"start":1706618996194,"stop":1706618996194,"duration":0},"status":"passed","severity":"normal"},{"uid":"998ea8534508a306","name":"Push message with custom timestamp: 1706614980609","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"status":"passed","severity":"normal"},{"uid":"5921a7fd118fac8d","name":"Check received message containing JSON","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"status":"passed","severity":"normal"},{"uid":"e42001a52c992ba","name":"Check received message containing SQL Injection","time":{"start":1706618959491,"stop":1706618959491,"duration":0},"status":"passed","severity":"normal"},{"uid":"acac0b8ed1828939","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706618454371,"stop":1706618454371,"duration":0},"status":"passed","severity":"normal"},{"uid":"d70ef453bd2a0f88","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"37d9ec8a3d7098c4","name":"Push message with content topic containing Russian","time":{"start":1706618858024,"stop":1706618858024,"duration":0},"status":"passed","severity":"normal"},{"uid":"d73d95454d42566f","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6223bc753eb36d0","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706619029136,"stop":1706619029136,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1038d78d281852","name":"Check received message containing unicode special characters","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b5c442f09aa176c","name":"Passing page size 10 when there are 10 messages","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"status":"passed","severity":"normal"},{"uid":"e002ae72c3aff762","name":"should return all peers when numPeers is 0","time":{"start":1706618378871,"stop":1706618378872,"duration":1},"status":"passed","severity":"normal"},{"uid":"82b8a7e8f92c15e1","name":"can start the service","time":{"start":1706618909985,"stop":1706618909985,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a6a9be104b3c4a7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706618731299,"stop":1706618731299,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad91fb117c1d342","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706618371935,"stop":1706618371935,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6291/widgets/history-trend.json b/6291/widgets/history-trend.json index 5fd4dfdbfab..ee96eda06cb 100644 --- a/6291/widgets/history-trend.json +++ b/6291/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":666,"unknown":0,"total":685}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":681,"unknown":0,"total":699}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":682,"unknown":0,"total":701}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"failed":0,"broken":5,"skipped":17,"passed":679,"unknown":0,"total":701}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":681,"unknown":0,"total":700}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":25,"passed":675,"unknown":0,"total":701}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"failed":0,"broken":103,"skipped":5,"passed":211,"unknown":0,"total":319}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"failed":0,"broken":101,"skipped":5,"passed":207,"unknown":0,"total":313}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":15,"passed":658,"unknown":0,"total":674}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":17,"passed":683,"unknown":0,"total":701}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":17,"passed":653,"unknown":0,"total":672}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":17,"passed":684,"unknown":0,"total":701}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":660,"unknown":0,"total":683}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6291/widgets/retry-trend.json b/6291/widgets/retry-trend.json index 7b9b3d5d8ca..0246b023765 100644 --- a/6291/widgets/retry-trend.json +++ b/6291/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6290,"reportUrl":"https://waku-org.github.io/js-waku/6290/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6289,"reportUrl":"https://waku-org.github.io/js-waku/6289/","reportName":"Allure Report with history","data":{"run":685,"retry":2}},{"buildOrder":6288,"reportUrl":"https://waku-org.github.io/js-waku/6288/","reportName":"Allure Report with history","data":{"run":699,"retry":2}},{"buildOrder":6287,"reportUrl":"https://waku-org.github.io/js-waku/6287/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6286,"reportUrl":"https://waku-org.github.io/js-waku/6286/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6285,"reportUrl":"https://waku-org.github.io/js-waku/6285/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6284,"reportUrl":"https://waku-org.github.io/js-waku/6284/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6283,"reportUrl":"https://waku-org.github.io/js-waku/6283/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6282,"reportUrl":"https://waku-org.github.io/js-waku/6282/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6281,"reportUrl":"https://waku-org.github.io/js-waku/6281/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6280,"reportUrl":"https://waku-org.github.io/js-waku/6280/","reportName":"Allure Report with history","data":{"run":319,"retry":1}},{"buildOrder":6279,"reportUrl":"https://waku-org.github.io/js-waku/6279/","reportName":"Allure Report with history","data":{"run":313,"retry":1}},{"buildOrder":6278,"reportUrl":"https://waku-org.github.io/js-waku/6278/","reportName":"Allure Report with history","data":{"run":674,"retry":2}},{"buildOrder":6277,"reportUrl":"https://waku-org.github.io/js-waku/6277/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6276,"reportUrl":"https://waku-org.github.io/js-waku/6276/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6275,"reportUrl":"https://waku-org.github.io/js-waku/6275/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6273,"reportUrl":"https://waku-org.github.io/js-waku/6273/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6272,"reportUrl":"https://waku-org.github.io/js-waku/6272/","reportName":"Allure Report with history","data":{"run":672,"retry":2}},{"buildOrder":6271,"reportUrl":"https://waku-org.github.io/js-waku/6271/","reportName":"Allure Report with history","data":{"run":701,"retry":2}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"run":683,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6291/widgets/severity.json b/6291/widgets/severity.json index bfaa7c43836..527a303dce4 100644 --- a/6291/widgets/severity.json +++ b/6291/widgets/severity.json @@ -1 +1 @@ -[{"uid":"d8ac4174f591c079","name":"Fails to push message with large meta","time":{"start":1706529218542,"stop":1706529218543,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb81e7fec31e6ef9","name":"Check publish message containing SQL Injection","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c79f21cdde39437","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706529092220,"stop":1706529092221,"duration":1},"status":"passed","severity":"normal"},{"uid":"129ce1c5d88d51d4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"5046052c01c552f1","name":"Check message received after jswaku node is restarted","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9f64e2cd93501407","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"da25cdab86657202","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857320,"stop":1706528857320,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a7249410b69e410","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706529297076,"stop":1706529297076,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca484b51cd4d42f0","name":"Push message with short payload","time":{"start":1706529367432,"stop":1706529367433,"duration":1},"status":"passed","severity":"normal"},{"uid":"632d4f4a5f810c0c","name":"Decoder throws on empty string content topic","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"status":"passed","severity":"normal"},{"uid":"39ea55602a155d68","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706528735132,"stop":1706528735132,"duration":0},"status":"passed","severity":"normal"},{"uid":"d950d1e384220a52","name":"Push message with Basic HTML tag payload","time":{"start":1706529218510,"stop":1706529218514,"duration":4},"status":"passed","severity":"normal"},{"uid":"f02a33a70629efe1","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706528814937,"stop":1706528814938,"duration":1},"status":"passed","severity":"normal"},{"uid":"534565d0f29e9389","name":"throws on content topic with empty version field","time":{"start":1706528729418,"stop":1706528729418,"duration":0},"status":"passed","severity":"normal"},{"uid":"a262f29f607e20dc","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706528751476,"stop":1706528751477,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf0440fad4de312e","name":"should encodeTxt and decodeTxt","time":{"start":1706528736036,"stop":1706528736036,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b7b7e0515727fe","name":"Query generator for multiple messages","time":{"start":1706529365898,"stop":1706529365898,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1285368b2d29016","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223896,"stop":1706529223897,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ea4325b1396efbf","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706528814915,"stop":1706528814917,"duration":2},"status":"passed","severity":"normal"},{"uid":"bc073b7dd93bda6","name":"Query with Ordered Callback, No message returned","time":{"start":1706529332313,"stop":1706529332314,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fcb0b75ef051897","name":"Push message with custom timestamp: 1706532586384","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd77b67d4ae73ca6","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6c7791532dbf49","name":"retrieves a single peer","time":{"start":1706528752628,"stop":1706528752629,"duration":1},"status":"passed","severity":"normal"},{"uid":"1786158c120ab754","name":"Subscribe to topic containing long and receive message","time":{"start":1706528986012,"stop":1706528986012,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9ef462812c3115","name":"Check received message containing short","time":{"start":1706529333253,"stop":1706529333253,"duration":0},"status":"passed","severity":"normal"},{"uid":"819ba0aeabec48f7","name":"Check received message containing Script","time":{"start":1706529333272,"stop":1706529333273,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ad2059569b2ad8a","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706528735129,"stop":1706528735130,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8469aa4323137f9","name":"through manual discovery","time":{"start":1706529098417,"stop":1706529098417,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e9d20d480e8aa1","name":"Check message on other pubsub topic is not received","time":{"start":1706529333280,"stop":1706529333280,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df508e92085db9","name":"Refresh subscription","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"d844d3a307366f69","name":"Push message with content topic containing Russian","time":{"start":1706529367471,"stop":1706529367471,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b1daa2adf57a92","name":"Push message with emoji payload","time":{"start":1706529218518,"stop":1706529218519,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb250ee71f4e0259","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"status":"passed","severity":"normal"},{"uid":"7493401db8548612","name":"can start and stop the service","time":{"start":1706528787515,"stop":1706528787516,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb68922335528ec2","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706529092202,"stop":1706529092203,"duration":1},"status":"passed","severity":"normal"},{"uid":"4592dacf0c146c12","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528998598,"stop":1706528998599,"duration":1},"status":"passed","severity":"normal"},{"uid":"fad3575afb4ad184","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"9281bc9d14d4792d","name":"Query with Promise Callback, No message returned","time":{"start":1706529332318,"stop":1706529332319,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe8d54b5d839e16","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378211,"stop":1706529378211,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0eb9564d18dd39","name":"Push message with content topic containing JSON","time":{"start":1706529218532,"stop":1706529218533,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6d80e43b4b09371","name":"should not receive a peer event after stop","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d002f21bbaaf54","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a337b6b2925bf2","name":"Push message with Chinese payload","time":{"start":1706529218504,"stop":1706529218506,"duration":2},"status":"passed","severity":"normal"},{"uid":"66a85663b73598aa","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706528814914,"stop":1706528814915,"duration":1},"status":"passed","severity":"normal"},{"uid":"504e682b474d5ef6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61ddbe49ed87ee5","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706529403574,"stop":1706529403574,"duration":0},"status":"passed","severity":"normal"},{"uid":"593651d5011e593e","name":"Push message with content topic containing escaped characters","time":{"start":1706529218534,"stop":1706529218535,"duration":1},"status":"passed","severity":"normal"},{"uid":"395cc8a743bcb45","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"15d5f19d8d13517b","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e1d1c7063004100","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6155f88e6fc4f3d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706528752632,"stop":1706528752633,"duration":1},"status":"passed","severity":"normal"},{"uid":"306777f6734540cd","name":"Check received message containing JSON","time":{"start":1706529333233,"stop":1706529333234,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7e664a764917e51","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706528752270,"stop":1706528752271,"duration":1},"status":"passed","severity":"normal"},{"uid":"5917b26ef1b85c3d","name":"Subscribe to topic containing long and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"614d0dc5b92138b1","name":"Push message with content topic containing long","time":{"start":1706529218522,"stop":1706529218523,"duration":1},"status":"passed","severity":"normal"},{"uid":"7247602d9bd921af","name":"Query with Ordered Callback, No Decoder","time":{"start":1706529332313,"stop":1706529332313,"duration":0},"status":"passed","severity":"normal"},{"uid":"f16ee39d9782b13","name":"Query Generator - forward","time":{"start":1706529364249,"stop":1706529364250,"duration":1},"status":"passed","severity":"normal"},{"uid":"91b5b9e41328e186","name":"Decoder throws on undefined content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"70cf085481dce6ad","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706529092206,"stop":1706529092207,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7a92877c5d488f4","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706529248597,"stop":1706529248597,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2345427f170d619","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706529223901,"stop":1706529223902,"duration":1},"status":"passed","severity":"normal"},{"uid":"efb4e61dd1480232","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706529403578,"stop":1706529403579,"duration":1},"status":"passed","severity":"normal"},{"uid":"213b4246cb94cb03","name":"Privacy Node - default protocol","time":{"start":1706529410671,"stop":1706529410672,"duration":1},"status":"passed","severity":"normal"},{"uid":"cec670752ff9cc0","name":"Push message with JSON payload","time":{"start":1706529218514,"stop":1706529218515,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5038bcc074cf3a1","name":"Push message with content topic containing SQL Injection","time":{"start":1706529218528,"stop":1706529218529,"duration":1},"status":"passed","severity":"normal"},{"uid":"da734a290c806ec5","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378210,"stop":1706529378210,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde06057ec170701","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706529398290,"stop":1706529398290,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aaa0221553a662b","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528998594,"stop":1706528998595,"duration":1},"status":"passed","severity":"normal"},{"uid":"13c3adde653fbb2c","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a7b6eb6891e4670","name":"should use DNS peer discovery with light client","time":{"start":1706528787521,"stop":1706528787522,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2cd21f87c3c4b992","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857318,"stop":1706528857318,"duration":0},"status":"passed","severity":"normal"},{"uid":"3138d35e533ec687","name":"different cluster, different shard: nodes don't connect","time":{"start":1706529092194,"stop":1706529092195,"duration":1},"status":"broken","severity":"normal"},{"uid":"d8b707dcbc7a807","name":"Push message with custom timestamp: 1675770586384","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c2c9957a4426011","name":"Push message with content topic containing SQL Injection","time":{"start":1706529367471,"stop":1706529367472,"duration":1},"status":"passed","severity":"normal"},{"uid":"3076797b8175193c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706529092222,"stop":1706529092222,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c849b1c34c13945","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"status":"passed","severity":"normal"},{"uid":"4721d449fd5c43c0","name":"Used by Waku Relay","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaff90e7b6532780","name":"should not fail to stop the service if it was not started","time":{"start":1706529268051,"stop":1706529268051,"duration":0},"status":"passed","severity":"normal"},{"uid":"54dc849f98b41ef7","name":"Fails to push message with large meta","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"status":"passed","severity":"normal"},{"uid":"161517fa80c19c84","name":"Check received message containing Russian","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e657224a20ea7d","name":"Check received message containing Basic HTML tag","time":{"start":1706528965674,"stop":1706528965675,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d5216d190b64a04","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857316,"stop":1706528857316,"duration":0},"status":"passed","severity":"normal"},{"uid":"3abd95cdac6e4540","name":"Check publish message containing Script","time":{"start":1706529223892,"stop":1706529223892,"duration":0},"status":"passed","severity":"normal"},{"uid":"91189ccd4e80e3b7","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"26c2a2a6fbcd3e16","name":"Ping on peer without subscriptions","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"130d94de004d4a1f","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d2544911205b83f","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706529365899,"stop":1706529365899,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bace481f82a6f0","name":"1 Relay, 1 fetch","time":{"start":1706528752295,"stop":1706528752295,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c3d618f197564d","name":"Check message on other pubsub topic is not received","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"status":"passed","severity":"normal"},{"uid":"941958abb07a6833","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"status":"passed","severity":"normal"},{"uid":"9677e5ec30d7a5c4","name":"Check received message containing JSON","time":{"start":1706528965676,"stop":1706528965676,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fe616895e578ef5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cee1bfb9c7c91f7","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffdfdc724248d646","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706528814914,"stop":1706528814914,"duration":0},"status":"passed","severity":"normal"},{"uid":"a558fb269ce038a6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"a57f86a01f204dc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb77b229d64c80a3","name":"Push message with Chinese payload","time":{"start":1706529367437,"stop":1706529367438,"duration":1},"status":"passed","severity":"normal"},{"uid":"56ed719724ee46d","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706529297071,"stop":1706529297071,"duration":0},"status":"passed","severity":"normal"},{"uid":"81dc29ddf2bb1792","name":"Check received message containing Arabic","time":{"start":1706529333260,"stop":1706529333262,"duration":2},"status":"passed","severity":"normal"},{"uid":"13f1f9617340ab20","name":"Publish message with large meta","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"status":"passed","severity":"normal"},{"uid":"3189861ccede0335","name":"Decoder throws on undefined content topic","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb401e390518a27","name":"handles multiple messages","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97675192654e9bc","name":"Subscribe to topic containing Script and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed95009ace7d07f7","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b9b5103e16b6b12","name":"Check publish message containing Arabic","time":{"start":1706529223890,"stop":1706529223891,"duration":1},"status":"passed","severity":"normal"},{"uid":"519c449bb153725b","name":"Sign & Recover","time":{"start":1706528759261,"stop":1706528759262,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b6bf70d915643","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706529232506,"stop":1706529232506,"duration":0},"status":"passed","severity":"normal"},{"uid":"20722b7db0037e51","name":"Using a function","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4153596cc7d9c2d","name":"1 Relay, 1 Filter, gives up","time":{"start":1706528752296,"stop":1706528752297,"duration":1},"status":"passed","severity":"normal"},{"uid":"d226d1734c469d99","name":"Subscribe and receive messages via lightPush","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"status":"passed","severity":"normal"},{"uid":"7da9f33112f73e58","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8cebfc8e38a8be1","name":"Push message with content topic containing long","time":{"start":1706529367452,"stop":1706529367467,"duration":15},"status":"passed","severity":"normal"},{"uid":"cc2b2366ecca8d40","name":"Push message with content topic containing shell command","time":{"start":1706529218533,"stop":1706529218534,"duration":1},"status":"passed","severity":"normal"},{"uid":"4eaba42ebcd41af9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706529407523,"stop":1706529407523,"duration":0},"status":"passed","severity":"normal"},{"uid":"baaa242a06f1c106","name":"Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b7bcb10c6edc945","name":"Check received message containing SQL Injection","time":{"start":1706529333263,"stop":1706529333263,"duration":0},"status":"passed","severity":"normal"},{"uid":"a825ce2464224e99","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706529213445,"stop":1706529213445,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3601fbb5f4b3fa7","name":"should emit a peer event after start","time":{"start":1706528787518,"stop":1706528787519,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bbbb771c9e599a8","name":"should properly create peer info with all multiaddrs","time":{"start":1706528736045,"stop":1706528736045,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4c8d71d50388e3f","name":"ignores domain fetching errors","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"6567dcc8af30a1af","name":"converts content topics to expected shard index","time":{"start":1706528729420,"stop":1706528729420,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb714ca7f3b9fc1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706529092207,"stop":1706529092208,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e2eaaa2a5291b5","name":"A test","time":{"start":1706529061335,"stop":1706529061335,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab39b10115065ac6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857319,"stop":1706528857319,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c435a43592914fa","name":"should set field with all protocols disabled","time":{"start":1706528736045,"stop":1706528736045,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb50980f8905478c","name":"Overlapping topic subscription","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"status":"passed","severity":"normal"},{"uid":"83ff253c950a57f6","name":"Generator, custom pubsub topic","time":{"start":1706529378209,"stop":1706529378210,"duration":1},"status":"passed","severity":"normal"},{"uid":"9788a3bc18c764a6","name":"should throw error - no id","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"status":"passed","severity":"normal"},{"uid":"759caedb3699e587","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca7cf4a4da38bb91","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706528857314,"stop":1706528857314,"duration":0},"status":"passed","severity":"normal"},{"uid":"84c68e872b08f437","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"63b6767a9f5388f4","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8f7c167e34782e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706528986014,"stop":1706528986014,"duration":0},"status":"passed","severity":"normal"},{"uid":"be29ff972ab55f83","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061223,"stop":1706529061224,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b742e250f0a1313","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706529332307,"stop":1706529332307,"duration":0},"status":"passed","severity":"normal"},{"uid":"1980ef70245d48d0","name":"Accepts a valid Waku Message","time":{"start":1706528746045,"stop":1706528746046,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1f3b79b51f3269","name":"Refresh subscription","time":{"start":1706528986007,"stop":1706528986008,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaa53b6299ed8475","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e34aaf695a2fa9f","name":"Push message with unicode special characters payload","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3787b18105f7c6","name":"Fails to push message with empty content topic","time":{"start":1706529367480,"stop":1706529367480,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06e911412f2cb72","name":"Fails to publish message with wrong content topic","time":{"start":1706529223900,"stop":1706529223900,"duration":0},"status":"passed","severity":"normal"},{"uid":"eef4cfbdc81c8c4c","name":"Relay + Store","time":{"start":1706528794129,"stop":1706528794129,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f81c2c5812bab65","name":"Ping on peer without subscriptions","time":{"start":1706528848468,"stop":1706528848469,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e0f1c91919d45f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"status":"passed","severity":"normal"},{"uid":"90f1f2cf0596f13b","name":"Push message with content topic containing numeric","time":{"start":1706529367467,"stop":1706529367468,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f072cb10e599f83","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706528752256,"stop":1706528752263,"duration":7},"status":"passed","severity":"normal"},{"uid":"8f231957285d951e","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706528799363,"stop":1706528799363,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c380510b2cbc57","name":"should throw error - no id","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"c92e3996814d8b74","name":"Check publish message containing Basic HTML tag","time":{"start":1706529223893,"stop":1706529223893,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff9de4cb5b897567","name":"Relay - times out","time":{"start":1706529410669,"stop":1706529410670,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ba272d28acce758","name":"Check publish message containing short","time":{"start":1706529223888,"stop":1706529223888,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ffaa3c6d7728d6c","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857321,"stop":1706528857321,"duration":0},"status":"passed","severity":"normal"},{"uid":"61373f58c4cf6594","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706529092200,"stop":1706529092202,"duration":2},"status":"passed","severity":"normal"},{"uid":"17c73dc91d19b850","name":"Check received message containing long","time":{"start":1706529333227,"stop":1706529333228,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed68de3343969e96","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eaafd8958afd906","name":"recovers when dns.resolve returns empty","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd2e9faccde7eba1","name":"Check received message containing Arabic","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"status":"passed","severity":"normal"},{"uid":"95cdf337f84852fa","name":"Ordered Callback - backward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"5268aac17d1090fa","name":"Push message with short payload","time":{"start":1706529218502,"stop":1706529218502,"duration":0},"status":"passed","severity":"normal"},{"uid":"e93c71da3f4c3f53","name":"Check message with no payload is not received","time":{"start":1706529333250,"stop":1706529333251,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7324ce1fc47b94","name":"Check received message containing Arabic","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ea9e943f170ac02","name":"Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223898,"stop":1706529223899,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e265da06ddab88b","name":"Mutual subscription","time":{"start":1706529232495,"stop":1706529232495,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4cdebadc96075e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528998597,"stop":1706528998598,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f5ed3524782f286","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061224,"stop":1706529061226,"duration":2},"status":"passed","severity":"normal"},{"uid":"84286c56956ae208","name":"should throw error - no public key","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce549d0bfd2641b7","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706528752264,"stop":1706528752264,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce29edf85a285fb1","name":"Check received message containing numeric","time":{"start":1706529333254,"stop":1706529333254,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a314aad16d548b4","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706528814918,"stop":1706528814918,"duration":0},"status":"passed","severity":"normal"},{"uid":"17f443c192f06866","name":"Push message with content topic containing Script","time":{"start":1706529218529,"stop":1706529218530,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc5f96b3ab7dc52a","name":"should be called for bootstrap peers","time":{"start":1706528814919,"stop":1706528814919,"duration":0},"status":"passed","severity":"normal"},{"uid":"314987d2d2e24ada","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213446,"stop":1706529213446,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb15752567793f0b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857318,"stop":1706528857318,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e989d7533963a0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706529092223,"stop":1706529092223,"duration":0},"status":"passed","severity":"normal"},{"uid":"687c6c65d31793d5","name":"Overlapping topic subscription","time":{"start":1706528986006,"stop":1706528986007,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c3ca957b100a607","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706529382344,"stop":1706529382345,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7b95a169e16fb6e","name":"Check received message containing Basic HTML tag","time":{"start":1706529333233,"stop":1706529333233,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8944d45d81e710","name":"Check received message containing Russian","time":{"start":1706529333262,"stop":1706529333263,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca3a94a48f959c","name":"Init the array if not present","time":{"start":1706528729251,"stop":1706528729252,"duration":1},"status":"passed","severity":"normal"},{"uid":"c83ac71e0beeaf8a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706528814969,"stop":1706528814969,"duration":0},"status":"passed","severity":"normal"},{"uid":"63abe897a985c8dd","name":"Check publish message after client node is restarted","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8cfb40048a646a19","name":"should set field with only FILTER enabled","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"status":"passed","severity":"normal"},{"uid":"36cb04362392bbea","name":"Push message with custom timestamp: 1706525386384","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"status":"passed","severity":"normal"},{"uid":"7af943144333e10a","name":"Ephemeral messages are not stored","time":{"start":1706528799362,"stop":1706528799362,"duration":0},"status":"passed","severity":"normal"},{"uid":"c121b4e2cc71e2d9","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706528857319,"stop":1706528857320,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5bd8eb61771058b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d6fccf5e81a1e8e","name":"Subscribe to topic containing XML and publish message","time":{"start":1706529232503,"stop":1706529232503,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a871d78cf4b625","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706528985996,"stop":1706528985998,"duration":2},"status":"passed","severity":"normal"},{"uid":"f92d68c1ecd7ffbe","name":"Ping on peer without subscriptions","time":{"start":1706528812085,"stop":1706528812085,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8a9702e2a1328c2","name":"Check meta is set [symmetric]","time":{"start":1706528758831,"stop":1706528758832,"duration":1},"status":"passed","severity":"normal"},{"uid":"222ce8534866e393","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706528985990,"stop":1706528985991,"duration":1},"status":"passed","severity":"normal"},{"uid":"386945489f37932c","name":"Check message with non string payload is not received","time":{"start":1706528965685,"stop":1706528965686,"duration":1},"status":"passed","severity":"normal"},{"uid":"6be5064577d8e4af","name":"Push message with numeric payload","time":{"start":1706529367435,"stop":1706529367436,"duration":1},"status":"passed","severity":"normal"},{"uid":"547d596e9225153f","name":"Subscribe to topic containing Script and receive message","time":{"start":1706528986015,"stop":1706528986016,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ad22774b6165a91","name":"Callback on promise, aborts when callback returns true","time":{"start":1706529365900,"stop":1706529365901,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e2dace59f155209","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706528985992,"stop":1706528985993,"duration":1},"status":"passed","severity":"normal"},{"uid":"adaf16e0dfc9d0ad","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706529403567,"stop":1706529403568,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5234d1d71ba8f9","name":"Check received message containing numeric","time":{"start":1706528965670,"stop":1706528965670,"duration":0},"status":"passed","severity":"normal"},{"uid":"cccae34cea79a07b","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528998597,"stop":1706528998597,"duration":0},"status":"passed","severity":"normal"},{"uid":"3098dda3d77da082","name":"Ordered Callback - forward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b9d10db9a9cc5f","name":"Check publish message containing long","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a15c5cf8d88768","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706528986020,"stop":1706528986020,"duration":0},"status":"passed","severity":"normal"},{"uid":"84bea699b275d6b4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed21b9ec5322284","name":"same cluster, same shard: nodes connect","time":{"start":1706529092190,"stop":1706529092191,"duration":1},"status":"passed","severity":"normal"},{"uid":"a499e5cc8e950587","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b4066798e41dd1","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706528985984,"stop":1706528985985,"duration":1},"status":"passed","severity":"normal"},{"uid":"b33fcdb9a1518cea","name":"groups content topics by expected pubsub topic","time":{"start":1706528729422,"stop":1706528729422,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a2346e54fa560f2","name":"Passing an array","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"133c2d0d4d52fb44","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8250b40a99b14f8","name":"should be able to decode the field with only STORE set to true","time":{"start":1706528735135,"stop":1706528735135,"duration":0},"status":"passed","severity":"normal"},{"uid":"eeaba624bb711d04","name":"Check received message containing XML","time":{"start":1706529333273,"stop":1706529333273,"duration":0},"status":"passed","severity":"normal"},{"uid":"afcdfbacb68bac22","name":"Check message with no payload is not received","time":{"start":1706528965685,"stop":1706528965685,"duration":0},"status":"passed","severity":"normal"},{"uid":"c253b1ef5e6023c0","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706528986000,"stop":1706528986000,"duration":0},"status":"passed","severity":"normal"},{"uid":"642db85ec0cfe958","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706528857317,"stop":1706528857317,"duration":0},"status":"passed","severity":"normal"},{"uid":"1da6bc525017e3a4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213423,"stop":1706529213424,"duration":1},"status":"passed","severity":"normal"},{"uid":"254c40074837a049","name":"Promise Callback - backward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c4e4eaac66eb1a","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706529297072,"stop":1706529297072,"duration":0},"status":"passed","severity":"normal"},{"uid":"86dbbd96e8515666","name":"Check received message with timestamp: 1706528776938000000 ","time":{"start":1706528965680,"stop":1706528965681,"duration":1},"status":"passed","severity":"normal"},{"uid":"e21bcaa67d49858b","name":"should set field with all protocols enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"804169b6df7577a3","name":"Check received message containing long","time":{"start":1706529333253,"stop":1706529333254,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb2402260b66d4ff","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706528760734,"stop":1706528760734,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d4afcbc9af8f72a","name":"Check message received after jswaku node is restarted","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a42e4418d080c2c5","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857316,"stop":1706528857317,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d62cf493ecdf5f6","name":"Overlapping topic subscription","time":{"start":1706529232498,"stop":1706529232499,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b99c59edcc18541c","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706529232500,"stop":1706529232501,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfc6d3b7f13d7f9f","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706528752254,"stop":1706528752254,"duration":0},"status":"passed","severity":"normal"},{"uid":"61d0fda75d104c7c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528851375,"stop":1706528851376,"duration":1},"status":"passed","severity":"normal"},{"uid":"472c4edb1de77910","name":"should get / set TCP multiaddr","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"status":"passed","severity":"normal"},{"uid":"97db4b276a1c5ae4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706529407524,"stop":1706529407524,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ce7f27ec528e9f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706528965681,"stop":1706528965682,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d29998c069a9c7e","name":"Push message with content topic containing Arabic","time":{"start":1706529367470,"stop":1706529367470,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e97a9582ad7d05","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706529092205,"stop":1706529092206,"duration":1},"status":"passed","severity":"normal"},{"uid":"ada15d10c8dd207f","name":"Push message with rate limit","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"status":"passed","severity":"normal"},{"uid":"a533e4793261a8e5","name":"Check received message containing special chars","time":{"start":1706529333255,"stop":1706529333255,"duration":0},"status":"passed","severity":"normal"},{"uid":"867ab5f3719731e6","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706528752255,"stop":1706528752255,"duration":0},"status":"passed","severity":"normal"},{"uid":"41489ea25945e0f1","name":"Check publish message containing Russian","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"status":"passed","severity":"normal"},{"uid":"997339a97b28036a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092206,"stop":1706529092206,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed87ccf7f72308b","name":"Check received message containing Russian","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"status":"passed","severity":"normal"},{"uid":"175ad5ff8380d0ea","name":"Decoder throws on empty string content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"c248fa769994a7eb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706529403575,"stop":1706529403576,"duration":1},"status":"passed","severity":"normal"},{"uid":"b784477200b419fb","name":"Check publish message containing JSON","time":{"start":1706529223893,"stop":1706529223894,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec182256362f6fe7","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706529092204,"stop":1706529092205,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34cd7b95c0e31d7","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706529092221,"stop":1706529092222,"duration":1},"status":"passed","severity":"normal"},{"uid":"caca9a108556a58f","name":"Subscribe to topic containing short and receive message","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e9b1ab36ded7df","name":"Check received message containing SQL Injection","time":{"start":1706529333230,"stop":1706529333231,"duration":1},"status":"passed","severity":"normal"},{"uid":"2185f118b9b994c2","name":"Fails to publish duplicate message","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e801822c240701d","name":"Encoder throws on empty string content topic","time":{"start":1706528758833,"stop":1706528758833,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7da9f1c75da288","name":"Check received message containing SQL Injection","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0efb4ca2907c628","name":"Check received message containing Script","time":{"start":1706529333231,"stop":1706529333232,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc5663f57ab1aef7","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea5df258b9fd8de","name":"should throw an error for insufficient data","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b228aa1ec2e1c74","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f80c38e8a7d42b4","name":"Push message with custom timestamp: 1706532565833","time":{"start":1706529367483,"stop":1706529367484,"duration":1},"status":"passed","severity":"normal"},{"uid":"219ab90655596dec","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706528735133,"stop":1706528735134,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e5a49c7941f0056","name":"should get / set UDP multiaddr","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"status":"passed","severity":"normal"},{"uid":"93df6720ecfbc5cb","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4cf91902e3f19a4","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706529232504,"stop":1706529232504,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ad5b0775b9ffb32","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"status":"broken","severity":"normal"},{"uid":"30285327508a5f59","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706528735132,"stop":1706528735133,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfda1f04a559f947","name":"should only return 1 node with relay and store capability","time":{"start":1706528752631,"stop":1706528752632,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e2abbe9396e16d4","name":"Passing cursor with wrong message digest","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"status":"passed","severity":"normal"},{"uid":"820678b1adf750c8","name":"Push message with content topic containing Script","time":{"start":1706529367472,"stop":1706529367473,"duration":1},"status":"passed","severity":"normal"},{"uid":"824a38c995622227","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"31a02ffb227575c1","name":"Check received message containing unicode special characters","time":{"start":1706528965679,"stop":1706528965680,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f35cadf773f0fbc","name":"Push message with content topic containing Chinese","time":{"start":1706529367469,"stop":1706529367470,"duration":1},"status":"passed","severity":"normal"},{"uid":"d943c7514b2cc1ca","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706528752633,"stop":1706528752634,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8a1fc773862de26e","name":"Query generator for 2000 messages","time":{"start":1706529365902,"stop":1706529365902,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe20aaa29b91235","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092220,"stop":1706529092220,"duration":0},"status":"passed","severity":"normal"},{"uid":"c00184c1dd5f6f3d","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"status":"passed","severity":"normal"},{"uid":"15aa28d54a714a9e","name":"Check message on other pubsub topic is not received","time":{"start":1706528965683,"stop":1706528965684,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7b323013b62c514","name":"Push message with content topic containing emoji","time":{"start":1706529218536,"stop":1706529218537,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4b0b5e6c9de5e36","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706528814943,"stop":1706528814943,"duration":0},"status":"passed","severity":"normal"},{"uid":"896f104956142892","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706528986018,"stop":1706528986019,"duration":1},"status":"passed","severity":"normal"},{"uid":"f24223c8b74f0da","name":"Push to array if already present","time":{"start":1706528729253,"stop":1706528729253,"duration":0},"status":"passed","severity":"normal"},{"uid":"f57ee4ec144aac84","name":"Push message with Script payload","time":{"start":1706529367442,"stop":1706529367443,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec6363e6375f498b","name":"Sets default value correctly","time":{"start":1706529405491,"stop":1706529405491,"duration":0},"status":"passed","severity":"normal"},{"uid":"38967c0d51fac91b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706529403580,"stop":1706529403580,"duration":0},"status":"passed","severity":"normal"},{"uid":"956c3b6eefb8f62f","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a951aeb5bfa40e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706528986013,"stop":1706528986013,"duration":0},"status":"passed","severity":"normal"},{"uid":"33c3a96cf796690f","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706528986017,"stop":1706528986018,"duration":1},"status":"passed","severity":"normal"},{"uid":"382495ec61ada9ea","name":"Push message with Arabic payload","time":{"start":1706529218506,"stop":1706529218507,"duration":1},"status":"passed","severity":"normal"},{"uid":"b10080814111bb64","name":"Check received message containing JSON","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"status":"passed","severity":"normal"},{"uid":"521629ae9af4b7e7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706528758831,"stop":1706528758831,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1d9505d9cbe8cf","name":"Filter","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"status":"passed","severity":"normal"},{"uid":"b88e07981de80d70","name":"can dial TLS multiaddrs","time":{"start":1706529098415,"stop":1706529098416,"duration":1},"status":"passed","severity":"normal"},{"uid":"1325cb8c83927503","name":"Subscribe and receive messages via waku relay post","time":{"start":1706529403575,"stop":1706529403575,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e52320eff3be14","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378206,"stop":1706529378207,"duration":1},"status":"passed","severity":"normal"},{"uid":"b95bf8312d67685e","name":"should not fail to start the service if it is already started","time":{"start":1706528787517,"stop":1706528787518,"duration":1},"status":"passed","severity":"normal"},{"uid":"b266f76384fcda53","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b65fbbe08204a76","name":"different cluster, same shard: nodes don't connect","time":{"start":1706529165665,"stop":1706529165666,"duration":1},"status":"broken","severity":"normal"},{"uid":"9aafb4c08e076715","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706529398290,"stop":1706529398290,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d9fff4da38193f9","name":"Push message with content topic containing short","time":{"start":1706529367452,"stop":1706529367452,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa261925a780f5b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706528986013,"stop":1706528986013,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b1cce75252f812","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706528735126,"stop":1706528735128,"duration":2},"status":"passed","severity":"normal"},{"uid":"6e6f82b63a88f098","name":"Check message received after nwaku node is restarted","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ffbf9ebafe48640f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213444,"stop":1706529213445,"duration":1},"status":"passed","severity":"normal"},{"uid":"33f34ccc599a45aa","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"status":"passed","severity":"normal"},{"uid":"636931b5ec900bde","name":"Decrypt messages","time":{"start":1706529167075,"stop":1706529167076,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fdf7464314848f2","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706528735135,"stop":1706528735136,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bfe583757a7752","name":"Subscribe and receive messages via lightPush","time":{"start":1706529403574,"stop":1706529403574,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd49277081b8f6f0","name":"Push message with Script payload","time":{"start":1706529218509,"stop":1706529218509,"duration":0},"status":"passed","severity":"normal"},{"uid":"d623b2c04c2bf330","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a69baf5c1d2850e","name":"Push message with content topic containing emoji","time":{"start":1706529367479,"stop":1706529367480,"duration":1},"status":"passed","severity":"normal"},{"uid":"65cedc1df1d8cb7d","name":"Push message with escaped characters payload","time":{"start":1706529218516,"stop":1706529218517,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bb5389e4a297193","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706529092217,"stop":1706529092217,"duration":0},"status":"passed","severity":"normal"},{"uid":"335216237561b736","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092200,"stop":1706529092200,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c1be8c7f249b64","name":"should properly create location multiaddrs - udp4","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"1abdce6922089dc4","name":"Push message with content topic containing escaped characters","time":{"start":1706529367478,"stop":1706529367479,"duration":1},"status":"passed","severity":"normal"},{"uid":"1acc06c3feb4b6c7","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706529332314,"stop":1706529332316,"duration":2},"status":"passed","severity":"normal"},{"uid":"8fc8b4748bbede38","name":"Publishes to nwaku","time":{"start":1706529198490,"stop":1706529198491,"duration":1},"status":"passed","severity":"normal"},{"uid":"8620cc3859808691","name":"Check publish message containing shell command","time":{"start":1706529223894,"stop":1706529223894,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d63fff3dd3aab3","name":"Callback on promise","time":{"start":1706529365900,"stop":1706529365900,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1188f6e00c6c037","name":"can start the service","time":{"start":1706528787512,"stop":1706528787515,"duration":3},"status":"passed","severity":"normal"},{"uid":"95e6e864d1a7d2ff","name":"Publish message with rate limit","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ba333d7165864c2","name":"Asymmetric encrypt & decrypt","time":{"start":1706528759259,"stop":1706528759260,"duration":1},"status":"passed","severity":"normal"},{"uid":"c83982b940b45136","name":"Check publish message containing escaped characters","time":{"start":1706529223894,"stop":1706529223895,"duration":1},"status":"passed","severity":"normal"},{"uid":"4263881e51fee061","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528851376,"stop":1706528851377,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8749bb73a0c417","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706529403574,"stop":1706529403575,"duration":1},"status":"passed","severity":"normal"},{"uid":"694fa5e4e6a85418","name":"Relay","time":{"start":1706528794128,"stop":1706528794129,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c72c5b4d991b5d8","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706529403578,"stop":1706529403578,"duration":0},"status":"passed","severity":"normal"},{"uid":"4636cb6115b2d7a8","name":"creates an iterator","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4e4da1898d8c23c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213444,"stop":1706529213444,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed9ae4d00c481f2a","name":"Push message with Arabic payload","time":{"start":1706529367438,"stop":1706529367439,"duration":1},"status":"passed","severity":"normal"},{"uid":"9196071e6fd84109","name":"Passing page size 110 when there are 120 messages","time":{"start":1706529395069,"stop":1706529395070,"duration":1},"status":"passed","severity":"normal"},{"uid":"7df475d377264fd1","name":"Subscribe to topic containing short and receive message","time":{"start":1706529403568,"stop":1706529403569,"duration":1},"status":"passed","severity":"normal"},{"uid":"7497e6f7cc029066","name":"Check message with invalid timestamp is not received","time":{"start":1706529333242,"stop":1706529333243,"duration":1},"status":"passed","severity":"normal"},{"uid":"94c14c1afcaf2e9c","name":"Check message with no content topic is not received","time":{"start":1706529333244,"stop":1706529333250,"duration":6},"status":"passed","severity":"normal"},{"uid":"54b1aab0235588e2","name":"should emit a peer event after start","time":{"start":1706529268052,"stop":1706529268052,"duration":0},"status":"passed","severity":"normal"},{"uid":"562cd6ebc19c711c","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706528752271,"stop":1706528752272,"duration":1},"status":"passed","severity":"normal"},{"uid":"127a0165f178de22","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706528986015,"stop":1706528986015,"duration":0},"status":"passed","severity":"normal"},{"uid":"188f15f5314c1b4b","name":"caches peers it previously fetched","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"status":"passed","severity":"normal"},{"uid":"f11ee59409ab6929","name":"Fails to push message with empty content topic","time":{"start":1706529218537,"stop":1706529218538,"duration":1},"status":"passed","severity":"normal"},{"uid":"c06387ff943e62b2","name":"Relay + Store","time":{"start":1706528736047,"stop":1706528736048,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1270748216703b2","name":"Refresh subscription","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c647b960894306d","name":"Check received message with timestamp: 1706528776509000000 ","time":{"start":1706529333236,"stop":1706529333237,"duration":1},"status":"passed","severity":"normal"},{"uid":"85d4338f406f93f7","name":"Ordered callback, aborts when callback returns true","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d1bbe0376c5d3c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706529403578,"stop":1706529403578,"duration":0},"status":"passed","severity":"normal"},{"uid":"db5d10dd0db8841f","name":"Subscribe to topic containing XML and receive message","time":{"start":1706528986016,"stop":1706528986017,"duration":1},"status":"passed","severity":"normal"},{"uid":"54a05e53208e9b38","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528848469,"stop":1706528848470,"duration":1},"status":"passed","severity":"normal"},{"uid":"120f40ab1e56efca","name":"should return all peers when numPeers is 0","time":{"start":1706528742087,"stop":1706528742088,"duration":1},"status":"passed","severity":"normal"},{"uid":"588704ac3b7e83f","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706529232504,"stop":1706529232505,"duration":1},"status":"passed","severity":"normal"},{"uid":"d24998a3a2b1b4f3","name":"Overlapping topic subscription","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3e205b416a8c227","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706529092195,"stop":1706529092196,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f63c99dc74a706f","name":"throws on content topic with too few or too many fields","time":{"start":1706528729416,"stop":1706528729416,"duration":0},"status":"passed","severity":"normal"},{"uid":"87cec2179c116d48","name":"Query Generator, No Decoder","time":{"start":1706529332307,"stop":1706529332308,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa8220330fc90506","name":"Push message with content topic containing special chars","time":{"start":1706529367468,"stop":1706529367469,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc501b29cc1c69f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528998595,"stop":1706528998596,"duration":1},"status":"passed","severity":"normal"},{"uid":"c81eed9377f3b961","name":"Push message with long payload","time":{"start":1706529367433,"stop":1706529367434,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb4d5081e823f2da","name":"Check received message with timestamp: undefined ","time":{"start":1706528965682,"stop":1706528965683,"duration":1},"status":"passed","severity":"normal"},{"uid":"42f1de0adad9963f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706528985983,"stop":1706528985984,"duration":1},"status":"passed","severity":"normal"},{"uid":"490ce9ee438cf33a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092204,"stop":1706529092204,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0c838ad63942646","name":"Check received message with timestamp: undefined ","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"status":"passed","severity":"normal"},{"uid":"52115153129a956e","name":"Push 30 different messages","time":{"start":1706529367451,"stop":1706529367451,"duration":0},"status":"passed","severity":"normal"},{"uid":"528739c53d4a36e0","name":"should throw error - no public key","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"64c19d00c26f6599","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706529092221,"stop":1706529092221,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6f5ce153c357237","name":"Push message on custom pubsubTopic","time":{"start":1706529061222,"stop":1706529061222,"duration":0},"status":"passed","severity":"normal"},{"uid":"90e0b1e3f9c49c6c","name":"Push message with content topic containing short","time":{"start":1706529218521,"stop":1706529218522,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf6ffe1d7e17b0db","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706528986012,"stop":1706528986013,"duration":1},"status":"passed","severity":"normal"},{"uid":"f835def9a0a31217","name":"configure the node with multiple pubsub topics","time":{"start":1706529248592,"stop":1706529248597,"duration":5},"status":"passed","severity":"normal"},{"uid":"3430ef714e8d6fee","name":"should decode valid enr with tcp successfully","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"status":"passed","severity":"normal"},{"uid":"72fa13ee143e079","name":"Does not throw an exception when node disconnects","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5420961ad243a9","name":"Push message with meta","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"status":"passed","severity":"normal"},{"uid":"8526f72b034747db","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857320,"stop":1706528857321,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f637dc431849ef4","name":"Query Generator, No message returned","time":{"start":1706529332308,"stop":1706529332309,"duration":1},"status":"passed","severity":"normal"},{"uid":"e063b5f48b64237c","name":"can start and stop the service","time":{"start":1706529268050,"stop":1706529268051,"duration":1},"status":"passed","severity":"normal"},{"uid":"442e114eb022c00e","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706529297071,"stop":1706529297072,"duration":1},"status":"passed","severity":"normal"},{"uid":"38f6b7bde4c0adfd","name":"Check received message containing shell command","time":{"start":1706529333234,"stop":1706529333234,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5a1fdfd6951ea07","name":"should properly create location multiaddrs - tcp6","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebae94bcf547ba33","name":"Check message with non string payload is not received","time":{"start":1706529333281,"stop":1706529333282,"duration":1},"status":"passed","severity":"normal"},{"uid":"bed6538d2086f160","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706529332310,"stop":1706529332313,"duration":3},"status":"passed","severity":"normal"},{"uid":"f1d97d00eb51ed91","name":"should handle a minimal index list","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"status":"passed","severity":"normal"},{"uid":"38d19582cc05e5fe","name":"Encoder throws on undefined content topic","time":{"start":1706528758832,"stop":1706528758833,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab2ae1e921f0a30","name":"Subscribe and receive messages via waku relay post","time":{"start":1706528985986,"stop":1706528985990,"duration":4},"status":"passed","severity":"normal"},{"uid":"befbd373c9887126","name":"Check message with invalid timestamp is not received","time":{"start":1706528965683,"stop":1706528965683,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b75009a14d488","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706528735130,"stop":1706528735130,"duration":0},"status":"passed","severity":"normal"},{"uid":"c19a6fe158cda167","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706528735131,"stop":1706528735132,"duration":1},"status":"passed","severity":"normal"},{"uid":"d939babceb8339ea","name":"1 Store, 2 fetches","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d278000d377e54","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706529092217,"stop":1706529092219,"duration":2},"status":"passed","severity":"normal"},{"uid":"3a3a4c6f5cdc05b8","name":"Passing page size 19 when there are 20 messages","time":{"start":1706529395069,"stop":1706529395069,"duration":0},"status":"passed","severity":"normal"},{"uid":"885dff02c8b7f527","name":"Push message with content topic containing unicode special characters","time":{"start":1706529218535,"stop":1706529218536,"duration":1},"status":"passed","severity":"normal"},{"uid":"4876833b8fd4c033","name":"should set field with only RELAY enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"414f73b6fcd36a7f","name":"udp ip6 address","time":{"start":1706528735265,"stop":1706528735265,"duration":0},"status":"passed","severity":"normal"},{"uid":"38a637dfc09160c0","name":"it tolerates circular branch references","time":{"start":1706528752629,"stop":1706528752629,"duration":0},"status":"passed","severity":"normal"},{"uid":"51d494a40c15c395","name":"Push message with shell command payload","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"status":"passed","severity":"normal"},{"uid":"14b1ef234dda7bca","name":"Subscribe and receives messages on 20 topics","time":{"start":1706528985993,"stop":1706528985994,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1b0cb2a24bc8075","name":"can start the service","time":{"start":1706529268050,"stop":1706529268050,"duration":0},"status":"passed","severity":"normal"},{"uid":"604012385fbb36ac","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"248f79113014946c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061221,"stop":1706529061222,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bedeb208072418f","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706528752264,"stop":1706528752268,"duration":4},"status":"passed","severity":"normal"},{"uid":"97f9ab9676ded01","name":"Check received message with timestamp: 1706528776509 ","time":{"start":1706529333276,"stop":1706529333277,"duration":1},"status":"passed","severity":"normal"},{"uid":"def0965b1c01be62","name":"Check received message containing long","time":{"start":1706528965669,"stop":1706528965670,"duration":1},"status":"passed","severity":"normal"},{"uid":"54da2162c35ad254","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d54acd97b7c15a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706528985999,"stop":1706528985999,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f6a60979b168c007","name":"isConnected should return false after all peers disconnect","time":{"start":1706528814969,"stop":1706528814970,"duration":1},"status":"passed","severity":"normal"},{"uid":"56b282013d4545fe","name":"Push message with numeric payload","time":{"start":1706529218503,"stop":1706529218503,"duration":0},"status":"passed","severity":"normal"},{"uid":"b410d2e734f6ad4a","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706528986019,"stop":1706528986020,"duration":1},"status":"passed","severity":"normal"},{"uid":"876c33477d2ceb54","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706528735136,"stop":1706528735136,"duration":0},"status":"passed","severity":"normal"},{"uid":"dee6dd708f9affa1","name":"connects to nwaku","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d484d2e18cb343e","name":"Push message with meta","time":{"start":1706529218538,"stop":1706529218542,"duration":4},"status":"passed","severity":"normal"},{"uid":"e35a518f090114c1","name":"should only return 1 node with store capability","time":{"start":1706528752632,"stop":1706528752632,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc6aca8070e978e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528998594,"stop":1706528998594,"duration":0},"status":"passed","severity":"normal"},{"uid":"832bacd24e71e39c","name":"throws on content topic with empty application field","time":{"start":1706528729417,"stop":1706528729418,"duration":1},"status":"passed","severity":"normal"},{"uid":"d72c1754c5d62dee","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706529332309,"stop":1706529332310,"duration":1},"status":"passed","severity":"normal"},{"uid":"95442c694ec0c263","name":"different cluster, different shard: nodes don't connect","time":{"start":1706529165668,"stop":1706529165669,"duration":1},"status":"broken","severity":"normal"},{"uid":"528f49eebd426394","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706529398286,"stop":1706529398287,"duration":1},"status":"passed","severity":"normal"},{"uid":"26391c9fc4251a28","name":"Passing page size 1 when there are 4 messages","time":{"start":1706529395066,"stop":1706529395066,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df82c2c46254784","name":"should properly create location multiaddrs - udp","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b65c7cf6de0c6f","name":"Push message equal or less that 1MB","time":{"start":1706529218544,"stop":1706529218545,"duration":1},"status":"passed","severity":"normal"},{"uid":"63696ac2358167b2","name":"Subscribe and publish message","time":{"start":1706529232496,"stop":1706529232497,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d2b27dc83dc91fb","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706529398288,"stop":1706529398289,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a9d367452822963","name":"Nodes with multiple pubsub topic","time":{"start":1706529213445,"stop":1706529213445,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf70a0a4cbc069f","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706529232501,"stop":1706529232502,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8bc03813bf492fb","name":"Check message with no content topic is not received","time":{"start":1706528965684,"stop":1706528965685,"duration":1},"status":"passed","severity":"normal"},{"uid":"6582e1a6fb2ee34f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706529333277,"stop":1706529333277,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5e113511920df1","name":"Check message with no content topic is not received","time":{"start":1706529333281,"stop":1706529333281,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d1c4276bb8587b","name":"Fields are not dropped","time":{"start":1706528741620,"stop":1706528741622,"duration":2},"status":"passed","severity":"normal"},{"uid":"cd60f9d33bc0c8fd","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528998593,"stop":1706528998593,"duration":0},"status":"passed","severity":"normal"},{"uid":"407b70cd1351033e","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706529403575,"stop":1706529403575,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49662b134a4048c","name":"Check received message with timestamp: 1706528776938 ","time":{"start":1706528965681,"stop":1706528965681,"duration":0},"status":"passed","severity":"normal"},{"uid":"66224d7a725ff40a","name":"should only return 1 node with relay capability","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5fab43aef7d531e","name":"Subscribe to topic containing Script and receive message","time":{"start":1706529403579,"stop":1706529403580,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b90a1d281680d1e","name":"Decoder throws on empty string content topic","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5d1dde7cfdd1667","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706528758829,"stop":1706528758830,"duration":1},"status":"passed","severity":"normal"},{"uid":"7014bab0fa3f866c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528851378,"stop":1706528851379,"duration":1},"status":"passed","severity":"normal"},{"uid":"109edc0e0bfeec53","name":"Passing page size 3 when there are 20 messages","time":{"start":1706529395066,"stop":1706529395067,"duration":1},"status":"passed","severity":"normal"},{"uid":"e855b8ef740b903f","name":"A test","time":{"start":1706529061334,"stop":1706529061334,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3ae8f7084671bf2","name":"Check message with extra parameter is not received","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a502cf228361c79","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9779c9e57a1863","name":"should decode valid enr successfully","time":{"start":1706528736036,"stop":1706528736037,"duration":1},"status":"passed","severity":"normal"},{"uid":"2eca231d48f51c53","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706529382346,"stop":1706529382346,"duration":0},"status":"passed","severity":"normal"},{"uid":"25584f096b2d177a","name":"Subscribe and receive messages via waku relay post","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"db00aa05433ef34d","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706529092216,"stop":1706529092216,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b5eb109f20cdaa9","name":"Publish without waiting for remote peer","time":{"start":1706529232496,"stop":1706529232496,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9cb852ef66b17ff","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bbca26faf856724","name":"Light Node - default protocols","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"status":"passed","severity":"normal"},{"uid":"33a8bcbbb42a6ac","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706529332316,"stop":1706529332317,"duration":1},"status":"passed","severity":"normal"},{"uid":"30f666053f8f34dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857315,"stop":1706528857316,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c37ebefa434c663","name":"pre and post cipher","time":{"start":1706528759261,"stop":1706528759261,"duration":0},"status":"passed","severity":"normal"},{"uid":"c446055690ca9377","name":"Check received message with extra option is received","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"status":"passed","severity":"normal"},{"uid":"858eacff3415b9b1","name":"Push message with JSON payload","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cfee4366998578","name":"Reusing cursor across nodes","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"status":"passed","severity":"normal"},{"uid":"938501aa817dc442","name":"throws on content topic with empty encoding field","time":{"start":1706528729419,"stop":1706528729420,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62f4ff21f3575b9","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706528760733,"stop":1706528760734,"duration":1},"status":"passed","severity":"normal"},{"uid":"381c294e7dddc11c","name":"Check message received after jswaku node is restarted","time":{"start":1706529333252,"stop":1706529333252,"duration":0},"status":"skipped","severity":"normal"},{"uid":"39e95692684888a","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706529332306,"stop":1706529332306,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c85e1c5b11404c","name":"Ping on unsubscribed peer","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc41f85499256b97","name":"Ping on subscribed peer","time":{"start":1706528848468,"stop":1706528848468,"duration":0},"status":"passed","severity":"normal"},{"uid":"19132d5cc3491587","name":"Throws when trying to push message with empty payload","time":{"start":1706529218520,"stop":1706529218521,"duration":1},"status":"passed","severity":"normal"},{"uid":"31ec4bd2f7ae2d3b","name":"Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223898,"stop":1706529223898,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c0cab566b91274a","name":"Push message with Russian payload","time":{"start":1706529218507,"stop":1706529218508,"duration":1},"status":"passed","severity":"normal"},{"uid":"18e17db211d1c559","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e8603c2e8db2d48","name":"Store - dialed first","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"status":"passed","severity":"normal"},{"uid":"84cba2ba58211d0d","name":"Encoder throws on undefined content topic","time":{"start":1706528760735,"stop":1706528760735,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55d8c61dea53f6d","name":"Push message equal or less that 1MB","time":{"start":1706529367484,"stop":1706529367486,"duration":2},"status":"passed","severity":"normal"},{"uid":"47a8d57b38230603","name":"Check received message with timestamp: 1706528776509 ","time":{"start":1706529333237,"stop":1706529333241,"duration":4},"status":"passed","severity":"normal"},{"uid":"e7882f8c6ccda084","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061222,"stop":1706529061223,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9585fb14534ea9e","name":"Check received message containing numeric","time":{"start":1706529333228,"stop":1706529333228,"duration":0},"status":"passed","severity":"normal"},{"uid":"423bca152c152f6f","name":"same cluster, same shard: nodes connect","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ae8d4387abb892d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"status":"passed","severity":"normal"},{"uid":"c52de877bcf9daf4","name":"Push message with special chars payload","time":{"start":1706529218503,"stop":1706529218504,"duration":1},"status":"passed","severity":"normal"},{"uid":"240d9a77aafcbf64","name":"should throw error - invalid id","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ec21fcf1ba3649","name":"should properly create location multiaddrs - tcp","time":{"start":1706528736044,"stop":1706528736045,"duration":1},"status":"passed","severity":"normal"},{"uid":"da46e6d8642fe751","name":"Subscribe and receives messages on 20 topics","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"356a22bd99f37b6a","name":"Push message with shell command payload","time":{"start":1706529218515,"stop":1706529218516,"duration":1},"status":"passed","severity":"normal"},{"uid":"678221f8d01549d0","name":"Passing page size 11 when there are 10 messages","time":{"start":1706529395068,"stop":1706529395069,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4e4c71baad762bc","name":"Js publishes, other Js receives","time":{"start":1706529198491,"stop":1706529198492,"duration":1},"status":"passed","severity":"normal"},{"uid":"4be27b50da3f4453","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528851380,"stop":1706528851381,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab918ce955d13976","name":"Subscribe to topic containing long and receive message","time":{"start":1706529403577,"stop":1706529403578,"duration":1},"status":"passed","severity":"normal"},{"uid":"693e013db42d32e8","name":"Check received message containing Script","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4b88c8706558557","name":"Push message with content topic containing special chars","time":{"start":1706529218524,"stop":1706529218525,"duration":1},"status":"passed","severity":"normal"},{"uid":"7500e11ba6bc354d","name":"Ping on unsubscribed peer","time":{"start":1706528848469,"stop":1706528848469,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5135682168e35a","name":"should properly compute the node id","time":{"start":1706528736040,"stop":1706528736041,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd6e059f97b0d74d","name":"Check message received after nwaku node is restarted","time":{"start":1706529333252,"stop":1706529333253,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2fd8ee6fd4a1c5a1","name":"topics with same application and version share the same shard","time":{"start":1706528729421,"stop":1706528729421,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6b415045f58d0f","name":"ignores unrecognized TXT record formats","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"9439aa458c71e3ab","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528812086,"stop":1706528812086,"duration":0},"status":"passed","severity":"normal"},{"uid":"6658a4f5fee5b5fc","name":"Nodes with multiple pubsub topic","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"status":"passed","severity":"normal"},{"uid":"b27dfdbf5750ea49","name":"Waku message hash computation","time":{"start":1706528741681,"stop":1706528741681,"duration":0},"status":"passed","severity":"normal"},{"uid":"a94e0ffa1437da2f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b577b0b20f70f64","name":"Check received message containing shell command","time":{"start":1706528965676,"stop":1706528965677,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a2d386f8c5af0e7","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706528735137,"stop":1706528735137,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec2a3f4cddc0c40","name":"Ping on unsubscribed peer","time":{"start":1706528812085,"stop":1706528812086,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2cdbd8c483e0e37","name":"Generator, custom pubsub topic","time":{"start":1706529378204,"stop":1706529378206,"duration":2},"status":"passed","severity":"normal"},{"uid":"1398704a46c00477","name":"Check received message with timestamp: 1706528776509000000 ","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"status":"passed","severity":"normal"},{"uid":"92fbeedaa534755e","name":"Check message with non string payload is not received","time":{"start":1706529333251,"stop":1706529333251,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1d1b92050ab6f85","name":"Refresh subscription","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"status":"skipped","severity":"normal"},{"uid":"838fa825722553a2","name":"Throws when trying to push message with empty payload","time":{"start":1706529367451,"stop":1706529367452,"duration":1},"status":"passed","severity":"normal"},{"uid":"75d4824c4ff4e696","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706528735137,"stop":1706528735137,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c2e7521ef9da08","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706528814912,"stop":1706528814913,"duration":1},"status":"passed","severity":"normal"},{"uid":"90de24622ad2c429","name":"Check received message containing special chars","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cd78fddc12da1f","name":"throws on content topic with non-number generation field","time":{"start":1706528729416,"stop":1706528729417,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2baca29b29c4a34","name":"throws on content topic with generation field greater than 0","time":{"start":1706528729417,"stop":1706528729417,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a998b3b75ee59db","name":"Meta field set when metaSetter is specified","time":{"start":1706528742328,"stop":1706528742328,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dc379dc724095f9","name":"throws on empty content topic","time":{"start":1706528729415,"stop":1706528729415,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5fe3d1de78cc19b","name":"Push message with emoji payload","time":{"start":1706529367450,"stop":1706529367451,"duration":1},"status":"passed","severity":"normal"},{"uid":"671cb51cfe416db6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706529367474,"stop":1706529367475,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d92a10974840ab6","name":"should properly create location multiaddrs - udp6","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd5a4192ab064","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706529398289,"stop":1706529398289,"duration":0},"status":"passed","severity":"normal"},{"uid":"68cb625ff7e6a01f","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"status":"passed","severity":"normal"},{"uid":"76d51240993055c4","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706529297072,"stop":1706529297073,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1efc86dcbd98305","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f5674c9218acb73","name":"Push message with content topic containing Russian","time":{"start":1706529218527,"stop":1706529218528,"duration":1},"status":"passed","severity":"normal"},{"uid":"a63fb37889b7da44","name":"Query Generator - backward","time":{"start":1706529364250,"stop":1706529364250,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9e709af187f5fba","name":"Check publish message containing numeric","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"status":"passed","severity":"normal"},{"uid":"c56c84c115e70fc","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213442,"stop":1706529213442,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bf21be0622a236d","name":"Push message with custom timestamp: 1706525365833","time":{"start":1706529367482,"stop":1706529367483,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb90dc452008b267","name":"different cluster, same shard: nodes don't connect","time":{"start":1706529092192,"stop":1706529092193,"duration":1},"status":"broken","severity":"normal"},{"uid":"3eeb14967367d0ea","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706529092197,"stop":1706529092197,"duration":0},"status":"broken","severity":"normal"},{"uid":"50414e2d85b2dbf1","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"b53e7ad5e325ab81","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706528735138,"stop":1706528735138,"duration":0},"status":"passed","severity":"normal"},{"uid":"d35dd700003ce281","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706529398290,"stop":1706529398291,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad729e663cf3e82c","name":"Check publish message containing XML","time":{"start":1706529223892,"stop":1706529223893,"duration":1},"status":"passed","severity":"normal"},{"uid":"15f7a7b5e35352be","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706528814913,"stop":1706528814913,"duration":0},"status":"passed","severity":"normal"},{"uid":"a911052426b262","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213427,"stop":1706529213436,"duration":9},"status":"passed","severity":"normal"},{"uid":"ef272f41a28603b7","name":"Check received message containing unicode special characters","time":{"start":1706529333235,"stop":1706529333235,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1c79568513c3c7f","name":"Check received message with timestamp: undefined ","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa0ec5613ca9fcb","name":"Query with Promise Callback, No Decoder","time":{"start":1706529332317,"stop":1706529332318,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f64ab81925047ee","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f87e9d829e03fc1","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706528965682,"stop":1706528965682,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5eb1fa423605c4d","name":"Relay - dialed after","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0f0c08300a5a608","name":"Subscribe to topic containing XML and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"155d95e24d92e8e8","name":"All","time":{"start":1706528794130,"stop":1706528794130,"duration":0},"status":"passed","severity":"normal"},{"uid":"135976ed8e001e34","name":"should not fail to start the service if it is already started","time":{"start":1706529268051,"stop":1706529268052,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fd16a049848a108","name":"Check received message containing emoji","time":{"start":1706528965680,"stop":1706528965680,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed630e4a124d8411","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706528741681,"stop":1706528741682,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e777a8449b5def4","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b34b7f19e503a1","name":"should encode/decode to RLP encoding","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c00abc86c7c61a","name":"Generator, custom pubsub topic","time":{"start":1706529378212,"stop":1706529378213,"duration":1},"status":"passed","severity":"normal"},{"uid":"4eb6b5f8404a6875","name":"Push message with unicode special characters payload","time":{"start":1706529218517,"stop":1706529218518,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca3d009a710cbd8","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706528986014,"stop":1706528986014,"duration":0},"status":"passed","severity":"normal"},{"uid":"55f19e81b4f0ca32","name":"Check received message containing XML","time":{"start":1706528965673,"stop":1706528965674,"duration":1},"status":"passed","severity":"normal"},{"uid":"b74ec45885e4ad63","name":"Passing page size 0 when there are 110 messages","time":{"start":1706529395064,"stop":1706529395065,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9ccd062e192ac63","name":"Push message with rate limit","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6923f624e367586","name":"should not receive a peer event before start","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02e709859df094f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706529092203,"stop":1706529092203,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c75def7a72b80d2","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706529382345,"stop":1706529382346,"duration":1},"status":"passed","severity":"normal"},{"uid":"83fdf79c12dc6982","name":"Check publish message containing Chinese","time":{"start":1706529223890,"stop":1706529223890,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae6e1ed5a42a0f7","name":"Check received message containing Chinese","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebdba5f509ee3a2","name":"Push message with SQL Injection payload","time":{"start":1706529367440,"stop":1706529367440,"duration":0},"status":"passed","severity":"normal"},{"uid":"a492eb58553a6331","name":"same cluster, different shard: nodes connect","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28931ba0c79910","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706529403572,"stop":1706529403573,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d7b996b471ffe17","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528998592,"stop":1706528998593,"duration":1},"status":"passed","severity":"normal"},{"uid":"82b0a39a398f69b8","name":"Subscribe and receives messages on 20 topics","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b3435c78f4fc22","name":"Push 30 different messages","time":{"start":1706529218519,"stop":1706529218520,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3973ff5ad505f88","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378214,"stop":1706529378215,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f4bde40a5e38f8","name":"Check received message containing XML","time":{"start":1706529333232,"stop":1706529333233,"duration":1},"status":"passed","severity":"normal"},{"uid":"20cf5557a0bdfc46","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"status":"passed","severity":"normal"},{"uid":"4137c25b7370fe9f","name":"Push message with content topic containing unicode special characters","time":{"start":1706529367479,"stop":1706529367479,"duration":0},"status":"passed","severity":"normal"},{"uid":"4020e80bc487ad3","name":"Subscribe to topic containing long and publish message","time":{"start":1706529232499,"stop":1706529232499,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9501f65180ce72c","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528998599,"stop":1706528998599,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c5549f1b75ae982","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706528752269,"stop":1706528752270,"duration":1},"status":"passed","severity":"normal"},{"uid":"d89f92432882ba9c","name":"Query generator for multiple messages with different message text format","time":{"start":1706529365898,"stop":1706529365899,"duration":1},"status":"passed","severity":"normal"},{"uid":"54503a073c17050f","name":"Check message with no pubsub topic is not received","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"status":"passed","severity":"normal"},{"uid":"400a93846f472cb4","name":"should not receive a peer event before start","time":{"start":1706528787519,"stop":1706528787519,"duration":0},"status":"passed","severity":"normal"},{"uid":"554f3ed2cf5101f5","name":"Push message with custom timestamp: 1675770565833","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60e1ae3a455e953","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706528752255,"stop":1706528752256,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d2060dfd5572c24","name":"Subscribe to topic containing Script and publish message","time":{"start":1706529232503,"stop":1706529232503,"duration":0},"status":"passed","severity":"normal"},{"uid":"d025f7adad409243","name":"throws on content topic with empty topic name field","time":{"start":1706528729419,"stop":1706528729419,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff0c15ad3d445221","name":"Push message with SQL Injection payload","time":{"start":1706529218508,"stop":1706529218508,"duration":0},"status":"passed","severity":"normal"},{"uid":"d22d61fc50144ff2","name":"Ping on subscribed peer","time":{"start":1706528848466,"stop":1706528848466,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6a5a31a0fd8bec","name":"Promise Callback - forward","time":{"start":1706529364250,"stop":1706529364251,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d17a12ee3481135","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706529232503,"stop":1706529232504,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6a7711b24c727","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706529092216,"stop":1706529092216,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac9bc7914326a294","name":"Waku message hash computation (payload length 0)","time":{"start":1706528741682,"stop":1706528741683,"duration":1},"status":"passed","severity":"normal"},{"uid":"e54bbbab1f84e8be","name":"Check received message containing unicode special characters","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcff4f177467085a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061226,"stop":1706529061226,"duration":0},"status":"passed","severity":"normal"},{"uid":"a53348585c4445ac","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528998594,"stop":1706528998594,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9696e2b163fa4de","name":"Decoder throws on undefined content topic","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"status":"passed","severity":"normal"},{"uid":"81eb52f2c986da05","name":"Check message with invalid timestamp is not received","time":{"start":1706529333279,"stop":1706529333280,"duration":1},"status":"passed","severity":"normal"},{"uid":"764a3ddf1623802d","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0814570852d53ac","name":"Check received message containing short","time":{"start":1706528965669,"stop":1706528965669,"duration":0},"status":"passed","severity":"normal"},{"uid":"5da2ef567af5e8eb","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706528735134,"stop":1706528735134,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1fad5ff77a35af7","name":"Query generator for multiple messages with different content topic format","time":{"start":1706529365899,"stop":1706529365900,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3e0530829b57af5","name":"Push message with Basic HTML tag payload","time":{"start":1706529367448,"stop":1706529367449,"duration":1},"status":"passed","severity":"normal"},{"uid":"399409a6c51e5431","name":"Check publish message containing emoji","time":{"start":1706529223896,"stop":1706529223896,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f511c355455e708","name":"Fails to push message bigger that 1MB","time":{"start":1706529218545,"stop":1706529218545,"duration":0},"status":"passed","severity":"normal"},{"uid":"c575d5f25e12fad9","name":"Check message with no pubsub topic is not received","time":{"start":1706528965684,"stop":1706528965684,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb63b56fea3bb48e","name":"Ping on subscribed peer","time":{"start":1706528812084,"stop":1706528812085,"duration":1},"status":"passed","severity":"normal"},{"uid":"918446a1f8e73f3","name":"Passing page size 10 when there are 10 messages","time":{"start":1706529395067,"stop":1706529395067,"duration":0},"status":"passed","severity":"normal"},{"uid":"ede2751ca1ca637d","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f568b629cd43c1d","name":"should not fail to stop the service if it was not started","time":{"start":1706528787516,"stop":1706528787517,"duration":1},"status":"passed","severity":"normal"},{"uid":"d091cb1eacbb4a23","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706529398287,"stop":1706529398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"3322a3d9b6037712","name":"Nodes with multiple pubsub topic","time":{"start":1706529213426,"stop":1706529213427,"duration":1},"status":"passed","severity":"normal"},{"uid":"4afacc0b8b36f34b","name":"should set field with only STORE enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b68ba642a70e604","name":"Check received message containing Basic HTML tag","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bc5656f2c7c269d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aea214ba9119ee","name":"Push message with content topic containing Chinese","time":{"start":1706529218525,"stop":1706529218525,"duration":0},"status":"passed","severity":"normal"},{"uid":"865d8b84b5bd8d34","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706529165662,"stop":1706529165662,"duration":0},"status":"passed","severity":"normal"},{"uid":"563fd2bd80d3dfe8","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706529333241,"stop":1706529333241,"duration":0},"status":"passed","severity":"normal"},{"uid":"473dc6cd17ed934d","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706528752633,"stop":1706528752633,"duration":0},"status":"passed","severity":"normal"},{"uid":"5220ee7ecaa48019","name":"Check received message containing special chars","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b5ce5fa15b52f7c","name":"Push message with content topic containing XML","time":{"start":1706529367473,"stop":1706529367474,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e2704abbf1c252","name":"Subscribe to topic containing XML and receive message","time":{"start":1706529403580,"stop":1706529403580,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca9f76bacee72a0","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528851379,"stop":1706528851380,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa4772bd504e033","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706528814944,"stop":1706528814944,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4d92de4e992721e","name":"Push message with long payload","time":{"start":1706529218502,"stop":1706529218503,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4e330b570c51884","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706528986021,"stop":1706528986021,"duration":0},"status":"passed","severity":"normal"},{"uid":"e27de8dd424631ce","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706528787523,"stop":1706528787523,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ce4ef500b7291346","name":"Push message with content topic containing XML","time":{"start":1706529218530,"stop":1706529218531,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ba80d49de355e7","name":"Subscribe to topic containing short and receive message","time":{"start":1706528986011,"stop":1706528986012,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2cc73e01649cded","name":"unsubscribes","time":{"start":1706529389607,"stop":1706529389607,"duration":0},"status":"passed","severity":"normal"},{"uid":"60201bacbaaebf7","name":"Push message on custom pubsubTopic","time":{"start":1706529061224,"stop":1706529061224,"duration":0},"status":"passed","severity":"normal"},{"uid":"b217a1f654127032","name":"Relay - dialed first","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e5c15d8f9a0e5e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061220,"stop":1706529061221,"duration":1},"status":"passed","severity":"normal"},{"uid":"128041f51f63e93","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"status":"passed","severity":"normal"},{"uid":"4559eb6e0ee839c6","name":"Symmetric encrypt & Decrypt","time":{"start":1706528759260,"stop":1706528759261,"duration":1},"status":"passed","severity":"normal"},{"uid":"24f3fc411b99708c","name":"LightPush","time":{"start":1706529410670,"stop":1706529410671,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dac03b9ebc0c76d","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706528985996,"stop":1706528985996,"duration":0},"status":"skipped","severity":"normal"},{"uid":"87e656dfbc3ff92a","name":"Check received message containing escaped characters","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8086bf8fb00ce2","name":"Check received message containing shell command","time":{"start":1706529333274,"stop":1706529333275,"duration":1},"status":"passed","severity":"normal"},{"uid":"e44434a53d47d69f","name":"isConnected should return false after all peers disconnect","time":{"start":1706528814917,"stop":1706528814917,"duration":0},"status":"passed","severity":"normal"},{"uid":"bafc966f5536626f","name":"Push message with escaped characters payload","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"status":"passed","severity":"normal"},{"uid":"99b353cda3dc837","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706528742089,"stop":1706528742089,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d39baba83f96e42","name":"Push message on custom pubsubTopic","time":{"start":1706529061211,"stop":1706529061219,"duration":8},"status":"passed","severity":"normal"},{"uid":"e99a145d631084c0","name":"configure the node with multiple pubsub topics","time":{"start":1706529248598,"stop":1706529248598,"duration":0},"status":"passed","severity":"normal"},{"uid":"107ded564785277a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706528986021,"stop":1706528986021,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f3f4a86db30a75","name":"should not receive a peer event after stop","time":{"start":1706528787520,"stop":1706528787520,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e9c54c35d878910","name":"Push message with content topic containing Arabic","time":{"start":1706529218526,"stop":1706529218527,"duration":1},"status":"passed","severity":"normal"},{"uid":"51d3bc9631d4adc3","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706528752634,"stop":1706528752634,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8832fbed40d54b4","name":"should return false","time":{"start":1706528736040,"stop":1706528736040,"duration":0},"status":"passed","severity":"normal"},{"uid":"54f12c80c69bc2b0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706529403580,"stop":1706529403581,"duration":1},"status":"passed","severity":"normal"},{"uid":"da051a3d634fd9ce","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706528735131,"stop":1706528735131,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c1a96872c4c8df1","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706529382345,"stop":1706529382345,"duration":0},"status":"passed","severity":"normal"},{"uid":"859aa3ffc705045","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d9a6e2617c04e82","name":"Ephemeral field set to true","time":{"start":1706528742327,"stop":1706528742327,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05f1f00fc2d4268","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528998598,"stop":1706528998598,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7abdb4115863d6f","name":"Check received message containing short","time":{"start":1706529333227,"stop":1706529333227,"duration":0},"status":"passed","severity":"normal"},{"uid":"bacf99caeda814af","name":"Correctly serialized arguments","time":{"start":1706529098501,"stop":1706529098501,"duration":0},"status":"passed","severity":"normal"},{"uid":"70abb889e8919767","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706529092203,"stop":1706529092203,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e2901af9f017ca3","name":"tcp ip4 address","time":{"start":1706528735263,"stop":1706528735264,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed33860d7f3e185","name":"should properly create location multiaddrs - tcp4","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"150c333f62415095","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b26464a1eeb8d5f","name":"Subscribe to topic containing short and publish message","time":{"start":1706529232499,"stop":1706529232499,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c868ca51668396","name":"nwaku interop","time":{"start":1706529268049,"stop":1706529268050,"duration":1},"status":"passed","severity":"normal"},{"uid":"b998303e857e130","name":"Fails to push message bigger that 1MB","time":{"start":1706529367486,"stop":1706529367487,"duration":1},"status":"passed","severity":"normal"},{"uid":"af99f94c03390582","name":"Push message with XML payload","time":{"start":1706529218510,"stop":1706529218510,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a9c3c3b5e2da7d","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706529092195,"stop":1706529092195,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af9fd4b08000413","name":"returns all values when wanted number is greater than available values","time":{"start":1706528751475,"stop":1706528751476,"duration":1},"status":"passed","severity":"normal"},{"uid":"27b5a25f1489463a","name":"Check message with no pubsub topic is not received","time":{"start":1706529333280,"stop":1706529333280,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f49e13e0286b8e6","name":"Fails to publish message with empty text","time":{"start":1706529223900,"stop":1706529223900,"duration":0},"status":"passed","severity":"normal"},{"uid":"63dc16f1587ac716","name":"Store - dialed after - with timeout","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"status":"passed","severity":"normal"},{"uid":"817fb6a563ed8fee","name":"Sample","time":{"start":1706528735299,"stop":1706528735300,"duration":1},"status":"passed","severity":"normal"},{"uid":"10a5ea0fbd412f58","name":"does not throw on valid cases","time":{"start":1706528729414,"stop":1706528729415,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5c62daa1299f13c","name":"Check received message containing Chinese","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf36c4255ad9c59","name":"Check message received after nwaku node is restarted","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"status":"skipped","severity":"normal"},{"uid":"83cacb478443116f","name":"Encoder throws on empty string content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"150dc3da66a02acc","name":"Subscribe and receive messages via lightPush","time":{"start":1706528985982,"stop":1706528985983,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c51aa33fc185f40","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706528787522,"stop":1706528787522,"duration":0},"status":"skipped","severity":"normal"},{"uid":"62cdf4ddfea570c0","name":"Rejects garbage","time":{"start":1706528746047,"stop":1706528746047,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbfc07501cf0ea4b","name":"returns all values when wanted number matches available values","time":{"start":1706528751472,"stop":1706528751474,"duration":2},"status":"passed","severity":"normal"},{"uid":"7c359e8d8f880969","name":"should encode/decode to text encoding","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"status":"passed","severity":"normal"},{"uid":"d689177574d32db6","name":"Check received message containing emoji","time":{"start":1706529333235,"stop":1706529333236,"duration":1},"status":"passed","severity":"normal"},{"uid":"f70bf22de7cb7b09","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706529232497,"stop":1706529232498,"duration":1},"status":"passed","severity":"normal"},{"uid":"5837e9ef5a5636ab","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706529218531,"stop":1706529218532,"duration":1},"status":"passed","severity":"normal"},{"uid":"54d8c4e38bf9b383","name":"Check received message containing Chinese","time":{"start":1706529333255,"stop":1706529333256,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6670abe58f4f321","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378213,"stop":1706529378214,"duration":1},"status":"passed","severity":"normal"},{"uid":"4584739d92159b7e","name":"Check publish message containing special chars","time":{"start":1706529223889,"stop":1706529223890,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fac9aca5f0381c0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706529407525,"stop":1706529407525,"duration":0},"status":"passed","severity":"normal"},{"uid":"880fc8604747eea6","name":"Check publish message containing unicode special characters","time":{"start":1706529223895,"stop":1706529223896,"duration":1},"status":"passed","severity":"normal"},{"uid":"18643766430bc9bb","name":"should be able to encode the field with only STORE set to true","time":{"start":1706528735129,"stop":1706528735129,"duration":0},"status":"passed","severity":"normal"},{"uid":"6745382e4060f92d","name":"Check meta is set [ecies]","time":{"start":1706528760734,"stop":1706528760735,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c39e4bfb9fdb34b","name":"Check received message containing escaped characters","time":{"start":1706529333234,"stop":1706529333235,"duration":1},"status":"passed","severity":"normal"},{"uid":"e842953fd9095106","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706528742088,"stop":1706528742088,"duration":0},"status":"passed","severity":"normal"},{"uid":"22970bbc18ba5fc8","name":"Round trip binary serialization","time":{"start":1706528742326,"stop":1706528742327,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aeac5c04d6c484a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706529407523,"stop":1706529407523,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42321f61c631b1c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528851378,"stop":1706528851378,"duration":0},"status":"passed","severity":"normal"},{"uid":"3023b667b3ea9685","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706529213425,"stop":1706529213425,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ab40b38f933557a","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706529398287,"stop":1706529398288,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fcd9f61e79bf2bc","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa4103d2c0f2f95f","name":"Default pageSize","time":{"start":1706529395070,"stop":1706529395070,"duration":0},"status":"passed","severity":"normal"},{"uid":"75dd8b8e6dfdeb6b","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706529398291,"stop":1706529398291,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed4ecc6e4fa61d9","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"status":"passed","severity":"normal"},{"uid":"368e058aee907ab2","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378206,"stop":1706529378206,"duration":0},"status":"passed","severity":"normal"},{"uid":"a348c507a91ce632","name":"nwaku subscribes","time":{"start":1706529198490,"stop":1706529198490,"duration":0},"status":"passed","severity":"normal"},{"uid":"32146574d3c9e9b3","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706528742088,"stop":1706528742089,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70b16e9bfcef02c","name":"Check message with no payload is not received","time":{"start":1706529333281,"stop":1706529333281,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaabb071e78ed9b0","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706529223901,"stop":1706529223901,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed6c331e0826a6f","name":"Push message with content topic containing shell command","time":{"start":1706529367476,"stop":1706529367478,"duration":2},"status":"passed","severity":"normal"},{"uid":"2fd65e575dd873a0","name":"Push message with special chars payload","time":{"start":1706529367436,"stop":1706529367437,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dd87be5e3c6d2a4","name":"Encoder throws on undefined content topic","time":{"start":1706528742328,"stop":1706528742328,"duration":0},"status":"passed","severity":"normal"},{"uid":"a19200e64bc12a24","name":"Check publish message after service node is restarted","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f479ea21854f3387","name":"Delete observer","time":{"start":1706529167076,"stop":1706529167076,"duration":0},"status":"passed","severity":"normal"},{"uid":"b71a978c10a47458","name":"Check received message containing emoji","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d0486d9fa1db0c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528998596,"stop":1706528998597,"duration":1},"status":"passed","severity":"normal"},{"uid":"61af5c42900781ac","name":"Register correct protocols","time":{"start":1706529232495,"stop":1706529232496,"duration":1},"status":"passed","severity":"normal"},{"uid":"e543e9ee95863cbb","name":"Check received message containing escaped characters","time":{"start":1706528965679,"stop":1706528965679,"duration":0},"status":"passed","severity":"normal"},{"uid":"80beb778cfeabba6","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706528814941,"stop":1706528814942,"duration":1},"status":"passed","severity":"normal"},{"uid":"e709341784b931ef","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f8d662b30402db1","name":"Push message with XML payload","time":{"start":1706529367443,"stop":1706529367448,"duration":5},"status":"passed","severity":"normal"},{"uid":"b50c0e8ab2217a92","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac102b3244e27286","name":"Push message with content topic containing JSON","time":{"start":1706529367475,"stop":1706529367476,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6714ef287276fcb","name":"Push message with content topic containing numeric","time":{"start":1706529218523,"stop":1706529218524,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fd369e10fb74f26","name":"Nwaku publishes","time":{"start":1706529198491,"stop":1706529198491,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4c29428322301e2","name":"Encoder throws on empty string content topic","time":{"start":1706528760735,"stop":1706528760736,"duration":1},"status":"passed","severity":"normal"},{"uid":"6755e473077cc206","name":"isConnected should return true after first peer connects","time":{"start":1706528814944,"stop":1706528814945,"duration":1},"status":"passed","severity":"normal"},{"uid":"a821c4b4c5d2a165","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"status":"passed","severity":"normal"},{"uid":"aede67ce7f835fac","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3f776913e277b9a","name":"Push message with Russian payload","time":{"start":1706529367439,"stop":1706529367439,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44f5b9c4379651f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8be24b10ef3676","name":"same cluster, different shard: nodes connect","time":{"start":1706529092191,"stop":1706529092191,"duration":0},"status":"passed","severity":"normal"},{"uid":"848a90a44d352980","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706529403570,"stop":1706529403571,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"fdbc17be043319db","name":"Round trip binary serialization","time":{"start":1706618378924,"stop":1706618378924,"duration":0},"status":"passed","severity":"normal"},{"uid":"54ad848439c1c93a","name":"Push message with content topic containing long","time":{"start":1706618996195,"stop":1706618996196,"duration":1},"status":"passed","severity":"normal"},{"uid":"b36478b76d88c2b1","name":"should only return 1 node with relay capability","time":{"start":1706618389061,"stop":1706618389062,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bda60727557650a","name":"Ephemeral messages are not stored","time":{"start":1706618431631,"stop":1706618431632,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5814c679e22bf8","name":"Decoder throws on empty string content topic","time":{"start":1706618396944,"stop":1706618396944,"duration":0},"status":"passed","severity":"normal"},{"uid":"6588e0d76276a690","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6ec286b448bc96a","name":"Refresh subscription","time":{"start":1706619029139,"stop":1706619029140,"duration":1},"status":"passed","severity":"normal"},{"uid":"37ffa09465197047","name":"Push message with custom timestamp: 1706622180609","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4e852432ac421ab","name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865689,"stop":1706618865690,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d15672ab2e6bf01","name":"Store - dialed after - with timeout","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"status":"passed","severity":"normal"},{"uid":"2695d0fa9b816ca7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706618624535,"stop":1706618624536,"duration":1},"status":"passed","severity":"normal"},{"uid":"a220aa1c810527a9","name":"Check message with no pubsub topic is not received","time":{"start":1706618580259,"stop":1706618580259,"duration":0},"status":"passed","severity":"normal"},{"uid":"28a5e6b81638f76b","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706618454361,"stop":1706618454361,"duration":0},"status":"passed","severity":"normal"},{"uid":"617b65fe91747f1c","name":"Callback on promise","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2bc7b288d6fdab","name":"Push message with content topic containing Script","time":{"start":1706618858024,"stop":1706618858025,"duration":1},"status":"passed","severity":"normal"},{"uid":"eac8a523d55570dc","name":"Refresh subscription","time":{"start":1706618624519,"stop":1706618624520,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e1d545a6cafb5dc","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706618388589,"stop":1706618388590,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e92cb4c1bf574c","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706618454363,"stop":1706618454363,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e07dd12e010d4cd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496637,"stop":1706618496638,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba55e602d59b22c","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706618378315,"stop":1706618378315,"duration":0},"status":"passed","severity":"normal"},{"uid":"de62266ff1c1757","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706619004844,"stop":1706619004844,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8af486e8f1078bb","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706618731299,"stop":1706618731299,"duration":0},"status":"passed","severity":"normal"},{"uid":"17373ad3f26a1841","name":"should properly create location multiaddrs - tcp4","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92dcccb37244ee8","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7def98d55128c70","name":"Check received message containing emoji","time":{"start":1706618959495,"stop":1706618959495,"duration":0},"status":"passed","severity":"normal"},{"uid":"c482c1d80a6c916a","name":"Check message on other pubsub topic is not received","time":{"start":1706618959483,"stop":1706618959484,"duration":1},"status":"passed","severity":"normal"},{"uid":"8efde63dc51622ac","name":"Passing cursor with wrong message digest","time":{"start":1706618934695,"stop":1706618934695,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9844a915e2aff7c","name":"Check received message with timestamp: undefined ","time":{"start":1706618580257,"stop":1706618580258,"duration":1},"status":"passed","severity":"normal"},{"uid":"b250e85b0aacd555","name":"returns all values when wanted number matches available values","time":{"start":1706618387941,"stop":1706618387942,"duration":1},"status":"passed","severity":"normal"},{"uid":"654f619b18870d7d","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706618624537,"stop":1706618624538,"duration":1},"status":"passed","severity":"normal"},{"uid":"91d2bfc4296cde54","name":"Push message with XML payload","time":{"start":1706618996190,"stop":1706618996190,"duration":0},"status":"passed","severity":"normal"},{"uid":"91e840908c0272b4","name":"isConnected should return false after all peers disconnect","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"status":"passed","severity":"normal"},{"uid":"92558b19b5cde6b1","name":"Check message received after nwaku node is restarted","time":{"start":1706618580263,"stop":1706618580263,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70d4d5a2e9f53b03","name":"Push message with Script payload","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"status":"passed","severity":"normal"},{"uid":"77affc9c082a9713","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706618871328,"stop":1706618871328,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9e5e9c1cad81d9","name":"Push message with content topic containing SQL Injection","time":{"start":1706618858024,"stop":1706618858024,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e85e6f211a8e2e6","name":"Check received message containing Basic HTML tag","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0337153693f5e3d","name":"groups content topics by expected pubsub topic","time":{"start":1706618366461,"stop":1706618366461,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8a65ad8899809c","name":"Check publish message containing unicode special characters","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"status":"passed","severity":"normal"},{"uid":"c20869a476b5993c","name":"Check received message with extra option is received","time":{"start":1706618580262,"stop":1706618580262,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3cf4af2e02ad24a","name":"Promise Callback - forward","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"status":"passed","severity":"normal"},{"uid":"83a018fc2a3f8103","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706618731290,"stop":1706618731290,"duration":0},"status":"passed","severity":"normal"},{"uid":"2429e750af6177dd","name":"Push message with content topic containing unicode special characters","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"status":"passed","severity":"normal"},{"uid":"748543f3b2e1b6bb","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706618624451,"stop":1706618624452,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e86e66f3252caa9f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b414a2516eda0f5","name":"Check received message containing unicode special characters","time":{"start":1706618580254,"stop":1706618580254,"duration":0},"status":"passed","severity":"normal"},{"uid":"f11fb31b1b07b846","name":"Check received message containing shell command","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ff10a62cb23538","name":"should set field with only FILTER enabled","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc66ce2290cef0c9","name":"Publish message with large meta","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fe9af71913b1051","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706618973544,"stop":1706618973545,"duration":1},"status":"passed","severity":"normal"},{"uid":"59eb7e815d5ade4d","name":"Push message with Arabic payload","time":{"start":1706618858009,"stop":1706618858010,"duration":1},"status":"passed","severity":"normal"},{"uid":"b582d5115671a4c2","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618624275,"stop":1706618624275,"duration":0},"status":"passed","severity":"normal"},{"uid":"efff5ddc5775ffc0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618687004,"stop":1706618687005,"duration":1},"status":"passed","severity":"normal"},{"uid":"43316e2178a38f32","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618489110,"stop":1706618489111,"duration":1},"status":"passed","severity":"normal"},{"uid":"c663e766f6fe8af6","name":"Check publish message containing Chinese","time":{"start":1706618865682,"stop":1706618865682,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bf048ef15895383","name":"Check message on other pubsub topic is not received","time":{"start":1706618959505,"stop":1706618959505,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4bdcea56f80d1d","name":"Ping on peer without subscriptions","time":{"start":1706618487715,"stop":1706618487716,"duration":1},"status":"passed","severity":"normal"},{"uid":"526fadff81dfb922","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c77566164dd574b","name":"should set field with only RELAY enabled","time":{"start":1706618372824,"stop":1706618372824,"duration":0},"status":"passed","severity":"normal"},{"uid":"54ebcce2b641c7b4","name":"Reusing cursor across nodes","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab928789beecb37e","name":"Push message with content topic containing escaped characters","time":{"start":1706618858026,"stop":1706618858026,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2627e55fb72d356","name":"Push message with short payload","time":{"start":1706618858004,"stop":1706618858005,"duration":1},"status":"passed","severity":"normal"},{"uid":"be64371ce74f026c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3a42afcb55a13b","name":"Ping on peer without subscriptions","time":{"start":1706618487712,"stop":1706618487713,"duration":1},"status":"passed","severity":"normal"},{"uid":"c097eb6ddf55129f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706618731281,"stop":1706618731281,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fb04df76a0ba3d7","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b9f63b2d2963e6","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706619039584,"stop":1706619039585,"duration":1},"status":"passed","severity":"normal"},{"uid":"33525b020537a123","name":"Push message with special chars payload","time":{"start":1706618996186,"stop":1706618996187,"duration":1},"status":"passed","severity":"normal"},{"uid":"682e0a510969e1b7","name":"Check received message containing XML","time":{"start":1706618959476,"stop":1706618959476,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0c922cff128f494","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706618973548,"stop":1706618973549,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbbd9c4a47a8cc8d","name":"Fails to push message with large meta","time":{"start":1706618996205,"stop":1706618996206,"duration":1},"status":"passed","severity":"normal"},{"uid":"561d735f4c0a273f","name":"Subscribe to topic containing short and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ddb1ec91196b94f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706619029129,"stop":1706619029129,"duration":0},"status":"passed","severity":"normal"},{"uid":"593f99ff26f22b5b","name":"Push message equal or less that 1MB","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"status":"passed","severity":"normal"},{"uid":"25b18febf48192da","name":"Check publish message containing Arabic","time":{"start":1706618865682,"stop":1706618865683,"duration":1},"status":"passed","severity":"normal"},{"uid":"3950d70ed3007872","name":"Ping on subscribed peer","time":{"start":1706618487711,"stop":1706618487712,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0beb8dcf4b7979d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"44aa0308c86f49e3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706618624521,"stop":1706618624521,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed421c4d7606f2f8","name":"same cluster, same shard: nodes connect","time":{"start":1706618731269,"stop":1706618731270,"duration":1},"status":"passed","severity":"normal"},{"uid":"887af16724d2cb54","name":"Decoder throws on undefined content topic","time":{"start":1706618395071,"stop":1706618395072,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd25aee6c0ac9b4e","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706618934695,"stop":1706618934696,"duration":1},"status":"passed","severity":"normal"},{"uid":"a415e108cde12407","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618959481,"stop":1706618959482,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a4e1ada550c4b90","name":"Symmetric encrypt & Decrypt","time":{"start":1706618395557,"stop":1706618395557,"duration":0},"status":"passed","severity":"normal"},{"uid":"9566c8c0774d8ebe","name":"Check publish message containing short","time":{"start":1706618865680,"stop":1706618865680,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f2e485adc5ee62","name":"Push message with content topic containing JSON","time":{"start":1706618858025,"stop":1706618858026,"duration":1},"status":"passed","severity":"normal"},{"uid":"d280d430e93c97c3","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618959482,"stop":1706618959482,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e2815122dcc8b62","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706618431633,"stop":1706618431633,"duration":0},"status":"passed","severity":"normal"},{"uid":"d349e08097bdb61a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"b48cafab14c8dcb6","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706619017484,"stop":1706619017485,"duration":1},"status":"passed","severity":"normal"},{"uid":"d81428f713a5f17c","name":"Push message with content topic containing Russian","time":{"start":1706618996199,"stop":1706618996199,"duration":0},"status":"passed","severity":"normal"},{"uid":"845a383706da58f1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706618454371,"stop":1706618454372,"duration":1},"status":"passed","severity":"normal"},{"uid":"302769fcd6799018","name":"Push message with meta","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"status":"passed","severity":"normal"},{"uid":"abae4bad08daae59","name":"does not throw on valid cases","time":{"start":1706618366453,"stop":1706618366454,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe4f6d59708737c6","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706618731286,"stop":1706618731287,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b6d47155bff1392","name":"Check received message containing Script","time":{"start":1706618580248,"stop":1706618580248,"duration":0},"status":"passed","severity":"normal"},{"uid":"475652234f08b6a4","name":"Sample","time":{"start":1706618372080,"stop":1706618372080,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eca3675d880af8a","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"edf1b661f2085827","name":"Push message with content topic containing short","time":{"start":1706618858018,"stop":1706618858018,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af4ee43c08ae02e","name":"Push message with content topic containing special chars","time":{"start":1706618996196,"stop":1706618996197,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac74353d45e1aeff","name":"Refresh subscription","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"1861a13c623a966f","name":"Check received message containing Arabic","time":{"start":1706618959490,"stop":1706618959490,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b2e05eb5206b3f6","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706619033643,"stop":1706619033643,"duration":0},"status":"passed","severity":"normal"},{"uid":"214739989bcfd387","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706619029145,"stop":1706619029145,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ec7de247067507b","name":"throws on empty content topic","time":{"start":1706618366454,"stop":1706618366454,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ffcc2a11733a62","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0c94ef10f528c4","name":"nwaku subscribes","time":{"start":1706618834267,"stop":1706618834268,"duration":1},"status":"passed","severity":"normal"},{"uid":"645ee93a653f35ec","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706618973544,"stop":1706618973544,"duration":0},"status":"passed","severity":"normal"},{"uid":"87bec6f64997faec","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d95b919c082d38b","name":"Check received message containing Basic HTML tag","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"status":"passed","severity":"normal"},{"uid":"94ccb832a0c134a0","name":"isConnected should return false after all peers disconnect","time":{"start":1706618454362,"stop":1706618454363,"duration":1},"status":"passed","severity":"normal"},{"uid":"38e1cde9489d21ed","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618624277,"stop":1706618624277,"duration":0},"status":"passed","severity":"normal"},{"uid":"5921a7fd118fac8d","name":"Check received message containing JSON","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d1c38dabf857ba","name":"isConnected should return true after first peer connects","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","severity":"normal"},{"uid":"8acd390c34b793c3","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706618388585,"stop":1706618388586,"duration":1},"status":"passed","severity":"normal"},{"uid":"e405687b0aad631","name":"Query with Ordered Callback, No message returned","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"status":"passed","severity":"normal"},{"uid":"1957ea6036418b98","name":"should handle a minimal index list","time":{"start":1706618366596,"stop":1706618366596,"duration":0},"status":"passed","severity":"normal"},{"uid":"85c491275af14a9f","name":"Publish without waiting for remote peer","time":{"start":1706618871325,"stop":1706618871326,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ce02450472183a1","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706619039585,"stop":1706619039585,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b8f7518ab93b24","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706618371937,"stop":1706618371937,"duration":0},"status":"passed","severity":"normal"},{"uid":"68be028a1e650cf1","name":"Push message with JSON payload","time":{"start":1706618858014,"stop":1706618858016,"duration":2},"status":"passed","severity":"normal"},{"uid":"b6adddb4bafdfcde","name":"Subscribe and receive messages via lightPush","time":{"start":1706619029132,"stop":1706619029133,"duration":1},"status":"passed","severity":"normal"},{"uid":"457c81781e50cddf","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706618389064,"stop":1706618389065,"duration":1},"status":"skipped","severity":"normal"},{"uid":"63fe6c5509c673a4","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618487716,"stop":1706618487717,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f3bc82ae1510832","name":"Check message received after jswaku node is restarted","time":{"start":1706618959486,"stop":1706618959486,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae48d1c4f9f739f2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706619029144,"stop":1706619029144,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ad8e5e5bd2c538","name":"Meta field set when metaSetter is specified","time":{"start":1706618378925,"stop":1706618378925,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7aa009c1f6be14","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731285,"stop":1706618731285,"duration":0},"status":"passed","severity":"normal"},{"uid":"edd6d72f6151de95","name":"Push message with Arabic payload","time":{"start":1706618996187,"stop":1706618996188,"duration":1},"status":"passed","severity":"normal"},{"uid":"5268fdb9f3417055","name":"Delete observer","time":{"start":1706618801297,"stop":1706618801297,"duration":0},"status":"passed","severity":"normal"},{"uid":"8add4d174f31964a","name":"Check received message containing special chars","time":{"start":1706618959473,"stop":1706618959473,"duration":0},"status":"passed","severity":"normal"},{"uid":"c78192106af17052","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706618624522,"stop":1706618624523,"duration":1},"status":"passed","severity":"normal"},{"uid":"694ea06b52f9c2c0","name":"Publish message with rate limit","time":{"start":1706618865694,"stop":1706618865695,"duration":1},"status":"passed","severity":"normal"},{"uid":"210023c7dc3bd456","name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865689,"stop":1706618865689,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bbb5a390de8942","name":"Subscribe and receive messages via waku relay post","time":{"start":1706618624449,"stop":1706618624449,"duration":0},"status":"passed","severity":"normal"},{"uid":"53ca1d2fce43a36d","name":"throws on content topic with empty topic name field","time":{"start":1706618366458,"stop":1706618366458,"duration":0},"status":"passed","severity":"normal"},{"uid":"492d095b0743e848","name":"Push message with content topic containing shell command","time":{"start":1706618858026,"stop":1706618858026,"duration":0},"status":"passed","severity":"normal"},{"uid":"3727773489abe03b","name":"Subscribe to topic containing XML and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe11f44a3eac0a67","name":"Push message with meta","time":{"start":1706618858028,"stop":1706618858028,"duration":0},"status":"passed","severity":"normal"},{"uid":"37d9ec8a3d7098c4","name":"Push message with content topic containing Russian","time":{"start":1706618858024,"stop":1706618858024,"duration":0},"status":"passed","severity":"normal"},{"uid":"d912e4a8cb24e6cb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706618731282,"stop":1706618731283,"duration":1},"status":"passed","severity":"normal"},{"uid":"3df18e72c01868c5","name":"Subscribe to topic containing Script and receive message","time":{"start":1706619029143,"stop":1706619029143,"duration":0},"status":"passed","severity":"normal"},{"uid":"7289657642f12c32","name":"Js publishes, other Js receives","time":{"start":1706618834269,"stop":1706618834271,"duration":2},"status":"passed","severity":"normal"},{"uid":"37c4470fa2c34b77","name":"Subscribe and receive messages via lightPush","time":{"start":1706619029121,"stop":1706619029121,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c945ca327773225","name":"Push message with long payload","time":{"start":1706618996184,"stop":1706618996184,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62d9568c81501b4","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496642,"stop":1706618496643,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f8f2aa7238ed2a8","name":"Check message with invalid timestamp is not received","time":{"start":1706618580258,"stop":1706618580258,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c38ddd1773e53c7","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706618454360,"stop":1706618454361,"duration":1},"status":"passed","severity":"normal"},{"uid":"a886e22c992bff7d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618624276,"stop":1706618624277,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6b1ced300464cbc","name":"Generator, custom pubsub topic","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc47e23b90e7f74","name":"should emit a peer event after start","time":{"start":1706618424944,"stop":1706618424944,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecc7d7c59c627065","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706619033641,"stop":1706619033641,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd218af77a87a52","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618580256,"stop":1706618580257,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e7adea0053c90cf","name":"Push message with content topic containing Chinese","time":{"start":1706618858023,"stop":1706618858023,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af052694e6ee6b0","name":"Push message with emoji payload","time":{"start":1706618996193,"stop":1706618996193,"duration":0},"status":"passed","severity":"normal"},{"uid":"a06fa66836080859","name":"Push message with content topic containing numeric","time":{"start":1706618858022,"stop":1706618858022,"duration":0},"status":"passed","severity":"normal"},{"uid":"10daa109de6aba6f","name":"Check message with no pubsub topic is not received","time":{"start":1706618959484,"stop":1706618959484,"duration":0},"status":"passed","severity":"normal"},{"uid":"8271f91bf7a89eb8","name":"Subscribe to topic containing long and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"a63d8be9df60a1a9","name":"Check received message with timestamp: 1706618413982 ","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"status":"passed","severity":"normal"},{"uid":"fa8620e3a87fc6a4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9d09a56cd91b18","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706618371935,"stop":1706618371936,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cd793ca3a535aba","name":"Light Node - default protocols","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"status":"passed","severity":"normal"},{"uid":"7583180226541bb","name":"Ordered Callback - backward","time":{"start":1706619002398,"stop":1706619002399,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5414818a21a685c","name":"Passing an array","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d838e4a1b8b6a0","name":"handles multiple messages","time":{"start":1706619021206,"stop":1706619021207,"duration":1},"status":"passed","severity":"normal"},{"uid":"52aa3f9a0a34b2bb","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706618871329,"stop":1706618871329,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd0710bbc962d68","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"3949404061efccac","name":"Passing page size 19 when there are 20 messages","time":{"start":1706619030047,"stop":1706619030047,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ed4a1787873b6aa","name":"should throw error - invalid id","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"status":"passed","severity":"normal"},{"uid":"33808063b91b23c","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706618731290,"stop":1706618731290,"duration":0},"status":"passed","severity":"normal"},{"uid":"45e359fea625011b","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"status":"passed","severity":"normal"},{"uid":"722f6567fa07be16","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706618731297,"stop":1706618731297,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1038d78d281852","name":"Check received message containing unicode special characters","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d3005a146e55f2","name":"Push message with short payload","time":{"start":1706618996183,"stop":1706618996183,"duration":0},"status":"passed","severity":"normal"},{"uid":"370dd7023a5d5fec","name":"Subscribe to topic containing XML and receive message","time":{"start":1706619029143,"stop":1706619029144,"duration":1},"status":"passed","severity":"normal"},{"uid":"965c9e3fa15f83d0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618686999,"stop":1706618687000,"duration":1},"status":"passed","severity":"normal"},{"uid":"46fcaf0d8a61f7e3","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706619033643,"stop":1706619033643,"duration":0},"status":"passed","severity":"normal"},{"uid":"26deea821890e5b9","name":"Push message with content topic containing JSON","time":{"start":1706618996202,"stop":1706618996203,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a095cd6a99416c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"status":"passed","severity":"normal"},{"uid":"5721e9b2c8baf761","name":"Check received message containing special chars","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"status":"passed","severity":"normal"},{"uid":"c944b878725a88b9","name":"Fails to push message with large meta","time":{"start":1706618858028,"stop":1706618858029,"duration":1},"status":"passed","severity":"normal"},{"uid":"76ba2cfc67b95436","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","severity":"normal"},{"uid":"87a15e85ae2088a2","name":"Check meta is set [ecies]","time":{"start":1706618396942,"stop":1706618396942,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ee45025fc2127eb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706619029137,"stop":1706619029137,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3a37b536d8805c","name":"should properly create location multiaddrs - tcp","time":{"start":1706618372822,"stop":1706618372823,"duration":1},"status":"passed","severity":"normal"},{"uid":"26282bf1865a23dc","name":"Subscribe to topic containing short and receive message","time":{"start":1706619029140,"stop":1706619029140,"duration":0},"status":"passed","severity":"normal"},{"uid":"5efbecf033e90135","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706618865692,"stop":1706618865693,"duration":1},"status":"passed","severity":"normal"},{"uid":"9840ae91dd081dee","name":"unsubscribes","time":{"start":1706619021207,"stop":1706619021207,"duration":0},"status":"passed","severity":"normal"},{"uid":"e157f2acfdcda1e4","name":"Check received message containing escaped characters","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"status":"passed","severity":"normal"},{"uid":"1030bb60984ff60b","name":"Check received message containing emoji","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"status":"passed","severity":"normal"},{"uid":"b299564d5c9769f1","name":"Check received message containing short","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8811a38c7307243","name":"Rejects garbage","time":{"start":1706618382598,"stop":1706618382598,"duration":0},"status":"passed","severity":"normal"},{"uid":"99304d2880ab66d2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731292,"stop":1706618731293,"duration":1},"status":"passed","severity":"normal"},{"uid":"a095e172dd9bcdd0","name":"Check received message containing XML","time":{"start":1706618959492,"stop":1706618959493,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d913b63743d6b1f","name":"Check received message containing emoji","time":{"start":1706618580254,"stop":1706618580255,"duration":1},"status":"passed","severity":"normal"},{"uid":"52799da972febf01","name":"Push message with special chars payload","time":{"start":1706618858008,"stop":1706618858008,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ab09303036c9874","name":"Nodes with multiple pubsub topic","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8e97b6e228a0c57","name":"Push message with emoji payload","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"status":"passed","severity":"normal"},{"uid":"eae4bef80443c4e9","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c899da4599acb38","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a8132394c076aec","name":"Check publish message containing SQL Injection","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdea91ccf4f82a37","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706618388586,"stop":1706618388586,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc24ec9960e67e9d","name":"All","time":{"start":1706618429313,"stop":1706618429314,"duration":1},"status":"passed","severity":"normal"},{"uid":"529e47bbfb628763","name":"Check message with invalid timestamp is not received","time":{"start":1706618959504,"stop":1706618959505,"duration":1},"status":"passed","severity":"normal"},{"uid":"47596903c4d5100e","name":"Check publish message containing emoji","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"status":"passed","severity":"normal"},{"uid":"a22a046ff0b89741","name":"Using a function","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba86fb5418ec476","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"status":"passed","severity":"normal"},{"uid":"a93c14c20bfc2c02","name":"Push message with Russian payload","time":{"start":1706618996188,"stop":1706618996188,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2687b5cab63fa17","name":"should properly compute the node id","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"status":"passed","severity":"normal"},{"uid":"495c9da73bdf2716","name":"Check message received after jswaku node is restarted","time":{"start":1706618580262,"stop":1706618580262,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c821d45c05b11647","name":"Push message with content topic containing XML","time":{"start":1706618996201,"stop":1706618996201,"duration":0},"status":"passed","severity":"normal"},{"uid":"5aed16e28a757fd8","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706618371931,"stop":1706618371931,"duration":0},"status":"passed","severity":"normal"},{"uid":"abdb211093992aca","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706618371932,"stop":1706618371933,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ad7542fc5fe8ec7","name":"Overlapping topic subscription","time":{"start":1706618624499,"stop":1706618624500,"duration":1},"status":"passed","severity":"normal"},{"uid":"f55a2c59137dda0d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851395,"stop":1706618851396,"duration":1},"status":"passed","severity":"normal"},{"uid":"972a742f4f6cb7bc","name":"Push message with content topic containing unicode special characters","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0b652e69ce3f37","name":"throws on content topic with too few or too many fields","time":{"start":1706618366454,"stop":1706618366455,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d25f1c253b5a404","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3899f1ed2dd4bbb","name":"Query Generator - forward","time":{"start":1706619002392,"stop":1706619002393,"duration":1},"status":"passed","severity":"normal"},{"uid":"51ba23ec392573e8","name":"Push message with numeric payload","time":{"start":1706618996186,"stop":1706618996186,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbee2a8060f67063","name":"Push message with rate limit","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"40c9717867c19670","name":"Query generator for multiple messages with different message text format","time":{"start":1706619004844,"stop":1706619004844,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d8f1beab2eed86","name":"Ordered callback, aborts when callback returns true","time":{"start":1706619004846,"stop":1706619004847,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffa149227c8c5729","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731297,"stop":1706618731298,"duration":1},"status":"passed","severity":"normal"},{"uid":"f220894ca0b105c7","name":"Correctly serialized arguments","time":{"start":1706618739031,"stop":1706618739032,"duration":1},"status":"passed","severity":"normal"},{"uid":"747b6b41c601980c","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706619017482,"stop":1706619017483,"duration":1},"status":"passed","severity":"normal"},{"uid":"11de3e20d86dd1a4","name":"Push message with content topic containing Arabic","time":{"start":1706618858023,"stop":1706618858024,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca702d5d2a1a38d","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618624280,"stop":1706618624281,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9cb9e0e5e1ebbc","name":"Check received message with timestamp: 1706618413982000000 ","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"status":"passed","severity":"normal"},{"uid":"16a4c159caff33b2","name":"Check received message containing Russian","time":{"start":1706618959490,"stop":1706618959491,"duration":1},"status":"passed","severity":"normal"},{"uid":"aebcc15bf5c51737","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706618624538,"stop":1706618624538,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6e9a20b4c92b86a","name":"caches peers it previously fetched","time":{"start":1706618389061,"stop":1706618389061,"duration":0},"status":"passed","severity":"normal"},{"uid":"c14a3598c98cc4e9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706619039584,"stop":1706619039584,"duration":0},"status":"passed","severity":"normal"},{"uid":"fad827e7c0d3e70","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706619029128,"stop":1706619029128,"duration":0},"status":"passed","severity":"normal"},{"uid":"5153296bde8262ec","name":"should not receive a peer event after stop","time":{"start":1706618424945,"stop":1706618424946,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e9b537cf8985f0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706619029142,"stop":1706619029142,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc1db1249c1b84bf","name":"Check meta is set [symmetric]","time":{"start":1706618395069,"stop":1706618395069,"duration":0},"status":"passed","severity":"normal"},{"uid":"232ce283dfbd49e","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"status":"passed","severity":"normal"},{"uid":"e47cf5ff21cf72e4","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706618388590,"stop":1706618388590,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ce00cc4485769a0","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"339e52495f5bcf4d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618489111,"stop":1706618489112,"duration":1},"status":"passed","severity":"normal"},{"uid":"9168dbdae3612f71","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618624271,"stop":1706618624271,"duration":0},"status":"passed","severity":"normal"},{"uid":"625765bdead4e714","name":"Decrypt messages","time":{"start":1706618801296,"stop":1706618801297,"duration":1},"status":"passed","severity":"normal"},{"uid":"29450f8b43ec92e7","name":"Push 30 different messages","time":{"start":1706618996194,"stop":1706618996194,"duration":0},"status":"passed","severity":"normal"},{"uid":"21e35dbb7de32b11","name":"topics with same application and version share the same shard","time":{"start":1706618366460,"stop":1706618366460,"duration":0},"status":"passed","severity":"normal"},{"uid":"129be1af36ae3be5","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"d51a8a7108e0ed08","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff28cd1e9467645c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706619029142,"stop":1706619029143,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6ecbd8743d57519","name":"Subscribe and receives messages on 20 topics","time":{"start":1706618624451,"stop":1706618624451,"duration":0},"status":"passed","severity":"normal"},{"uid":"376fd527142a549f","name":"Push message with long payload","time":{"start":1706618858005,"stop":1706618858005,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b5c442f09aa176c","name":"Passing page size 10 when there are 10 messages","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"status":"passed","severity":"normal"},{"uid":"30fd9b219449fed1","name":"Check received message with timestamp: 1706618414016 ","time":{"start":1706618580256,"stop":1706618580256,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1aef231bf1ee82a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618624279,"stop":1706618624280,"duration":1},"status":"passed","severity":"normal"},{"uid":"110ca55b0e9fb498","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706618731294,"stop":1706618731294,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0e49e23d80b43e6","name":"A test","time":{"start":1706618687106,"stop":1706618687106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f1a9be5f0aa3725","name":"should only return 1 node with store capability","time":{"start":1706618389062,"stop":1706618389063,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bcae3897e39094a","name":"should not fail to start the service if it is already started","time":{"start":1706618909987,"stop":1706618909987,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0c4c419549cc7b","name":"Push message with content topic containing short","time":{"start":1706618996195,"stop":1706618996195,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b6f11153a32cd6","name":"should set field with all protocols enabled","time":{"start":1706618372824,"stop":1706618372824,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ef827610e156d4","name":"Subscribe and receive messages via lightPush","time":{"start":1706618624420,"stop":1706618624421,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b9ad9c8ba8d15f0","name":"Ephemeral field set to true","time":{"start":1706618378924,"stop":1706618378925,"duration":1},"status":"passed","severity":"normal"},{"uid":"c142bdc058b3335","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706618389063,"stop":1706618389063,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fe35d20a86ea711","name":"should throw an error for insufficient data","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f688133f883de5","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706618371922,"stop":1706618371922,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e2df1fa3b0ea074","name":"Query generator for multiple messages with different content topic format","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d9438aee18e8d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851398,"stop":1706618851399,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6b434cb640f9db6","name":"throws on content topic with generation field greater than 0","time":{"start":1706618366456,"stop":1706618366456,"duration":0},"status":"passed","severity":"normal"},{"uid":"140c99429323c8b5","name":"ignores domain fetching errors","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d3dc44dc1bac29","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706618424947,"stop":1706618424948,"duration":1},"status":"skipped","severity":"normal"},{"uid":"43daaf52ce4767a9","name":"different cluster, different shard: nodes don't connect","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"status":"broken","severity":"normal"},{"uid":"91bd029a0386ff02","name":"should be able to encode the field with only STORE set to true","time":{"start":1706618371921,"stop":1706618371922,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea174bf9a612b01","name":"Check received message containing special chars","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5bdeb172e6c642","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008975,"stop":1706619008975,"duration":0},"status":"passed","severity":"normal"},{"uid":"d411eba45d26f902","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706618934690,"stop":1706618934691,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26433d23aa0a6fe","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496639,"stop":1706618496640,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e865dfd633ac35","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706618871334,"stop":1706618871334,"duration":0},"status":"passed","severity":"normal"},{"uid":"99f7da1b3648e26e","name":"Relay - times out","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"status":"passed","severity":"normal"},{"uid":"e318aa6edbabdebb","name":"Encoder throws on empty string content topic","time":{"start":1706618396943,"stop":1706618396943,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6079608c513b2aa","name":"throws on content topic with non-number generation field","time":{"start":1706618366455,"stop":1706618366456,"duration":1},"status":"passed","severity":"normal"},{"uid":"73b4d4a281ba36d","name":"Push message with escaped characters payload","time":{"start":1706618996192,"stop":1706618996192,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6200c2a4f74d6db","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618489110,"stop":1706618489110,"duration":0},"status":"passed","severity":"normal"},{"uid":"826a17d1293fe641","name":"recovers when dns.resolve returns empty","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"status":"passed","severity":"normal"},{"uid":"d001ae67f9cfe20a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706619039585,"stop":1706619039586,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b1d5fe5214f3034","name":"should decode valid enr with tcp successfully","time":{"start":1706618372811,"stop":1706618372811,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b6eec3f4123e1b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706619029144,"stop":1706619029144,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d8aac2bd155649","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"status":"passed","severity":"normal"},{"uid":"2abc118317c2af49","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"status":"passed","severity":"normal"},{"uid":"de7031a1a31b7b7a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706619029133,"stop":1706619029135,"duration":2},"status":"passed","severity":"normal"},{"uid":"c1b7211d4df2a4af","name":"Check received message containing Basic HTML tag","time":{"start":1706618580249,"stop":1706618580249,"duration":0},"status":"passed","severity":"normal"},{"uid":"113456a16c6a7fab","name":"Check received message containing SQL Injection","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"status":"passed","severity":"normal"},{"uid":"c602341d3643dfc6","name":"Check message with no payload is not received","time":{"start":1706618959485,"stop":1706618959485,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ef841e3101369a5","name":"Promise Callback - backward","time":{"start":1706619002397,"stop":1706619002397,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ce5333c425af21","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706618371924,"stop":1706618371930,"duration":6},"status":"passed","severity":"normal"},{"uid":"d9c85123b94df4ec","name":"Passing page size 110 when there are 120 messages","time":{"start":1706619030047,"stop":1706619030047,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3c5f12651376b4","name":"Subscribe to topic containing long and receive message","time":{"start":1706618624520,"stop":1706618624521,"duration":1},"status":"passed","severity":"normal"},{"uid":"1892e7e1ee57d29c","name":"Check message with no content topic is not received","time":{"start":1706618959506,"stop":1706618959506,"duration":0},"status":"passed","severity":"normal"},{"uid":"a52864fe694cbb18","name":"Check received message containing Chinese","time":{"start":1706618959489,"stop":1706618959490,"duration":1},"status":"passed","severity":"normal"},{"uid":"de966abc3832db49","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"status":"broken","severity":"normal"},{"uid":"5328f6db879f10e1","name":"Decoder throws on empty string content topic","time":{"start":1706618378927,"stop":1706618378927,"duration":0},"status":"passed","severity":"normal"},{"uid":"113bf4bcf400b4e7","name":"Fails to publish duplicate message","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"status":"passed","severity":"normal"},{"uid":"555d658ab3d113ff","name":"Check publish message after client node is restarted","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e002ae72c3aff762","name":"should return all peers when numPeers is 0","time":{"start":1706618378871,"stop":1706618378872,"duration":1},"status":"passed","severity":"normal"},{"uid":"59f435fdb60e90e6","name":"Default pageSize","time":{"start":1706619030047,"stop":1706619030048,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a274f31761a6638","name":"Ping on unsubscribed peer","time":{"start":1706618487713,"stop":1706618487714,"duration":1},"status":"passed","severity":"normal"},{"uid":"87a5131dae447756","name":"Check received message containing numeric","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"status":"passed","severity":"normal"},{"uid":"784c0c88308d81d","name":"1 Relay, 1 fetch","time":{"start":1706618388660,"stop":1706618388660,"duration":0},"status":"passed","severity":"normal"},{"uid":"35cb402b4ee5efa0","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706618424948,"stop":1706618424948,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a5bdd2142ec8ab1b","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b4f9e6cda045df","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","severity":"normal"},{"uid":"121244c19a576309","name":"Push message with content topic containing Arabic","time":{"start":1706618996198,"stop":1706618996199,"duration":1},"status":"passed","severity":"normal"},{"uid":"5989e77a21e4a4d","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865688,"stop":1706618865689,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eeeac657e569c84","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706618371931,"stop":1706618371932,"duration":1},"status":"passed","severity":"normal"},{"uid":"e24c8014de29a938","name":"Subscribe and receive messages via waku relay post","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1e23df5753f165","name":"throws on content topic with empty application field","time":{"start":1706618366456,"stop":1706618366457,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a0e59945537ce6c","name":"Throws when trying to push message with empty payload","time":{"start":1706618858018,"stop":1706618858018,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff83e7949d034562","name":"Push message with content topic containing emoji","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4d8252d48a068fc","name":"Push message with Chinese payload","time":{"start":1706618858009,"stop":1706618858009,"duration":0},"status":"passed","severity":"normal"},{"uid":"84558ecc4db96d19","name":"Check received message containing Script","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"status":"passed","severity":"normal"},{"uid":"665f6b31e38e4342","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706618378872,"stop":1706618378872,"duration":0},"status":"passed","severity":"normal"},{"uid":"c375ee02f6b23018","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"status":"passed","severity":"normal"},{"uid":"a387e01d4e8ad010","name":"should set field with only STORE enabled","time":{"start":1706618372824,"stop":1706618372825,"duration":1},"status":"passed","severity":"normal"},{"uid":"b00cb38287ee0d09","name":"Subscribe and publish message","time":{"start":1706618871326,"stop":1706618871327,"duration":1},"status":"passed","severity":"normal"},{"uid":"62bd1b0d41534a00","name":"Check publish message containing long","time":{"start":1706618865680,"stop":1706618865681,"duration":1},"status":"passed","severity":"normal"},{"uid":"34ee82d6e62d35a2","name":"Check received message containing numeric","time":{"start":1706618959472,"stop":1706618959473,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1139d4a4a7a2a31","name":"Query with Promise Callback, No message returned","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b640cc3a61e6b29","name":"should decode valid enr successfully","time":{"start":1706618372810,"stop":1706618372810,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e7feb318159ef1a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706619033644,"stop":1706619033644,"duration":0},"status":"passed","severity":"normal"},{"uid":"72426e4878d66032","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706618366596,"stop":1706618366597,"duration":1},"status":"passed","severity":"normal"},{"uid":"a511eab67be8b2d1","name":"should throw error - no id","time":{"start":1706618372812,"stop":1706618372813,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9b4d8814bc063b","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1596086e3d4992d","name":"Push message with custom timestamp: 1706622224650","time":{"start":1706618858037,"stop":1706618858038,"duration":1},"status":"passed","severity":"normal"},{"uid":"448e49e8badff8b8","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706619033643,"stop":1706619033644,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ff037fb10d91d2","name":"Query Generator, No Decoder","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"status":"passed","severity":"normal"},{"uid":"1278cbb822bc1a18","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706618731294,"stop":1706618731294,"duration":0},"status":"passed","severity":"normal"},{"uid":"965dc46e3a3fa392","name":"same cluster, different shard: nodes connect","time":{"start":1706618799830,"stop":1706618799830,"duration":0},"status":"passed","severity":"normal"},{"uid":"573904aed2972bb6","name":"should not fail to stop the service if it was not started","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf32945dc64d9420","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706618454369,"stop":1706618454370,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c588163f37c4f8e","name":"Encoder throws on undefined content topic","time":{"start":1706618378925,"stop":1706618378926,"duration":1},"status":"passed","severity":"normal"},{"uid":"13c94ebb5a111e3","name":"Check received message containing JSON","time":{"start":1706618580249,"stop":1706618580250,"duration":1},"status":"passed","severity":"normal"},{"uid":"c130f2bcc28c2542","name":"Check message with non string payload is not received","time":{"start":1706618959485,"stop":1706618959486,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dc9b6b8774c740","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bb7522d00d174","name":"Check received message containing XML","time":{"start":1706618580248,"stop":1706618580249,"duration":1},"status":"passed","severity":"normal"},{"uid":"77d99fcb5abdb32b","name":"Subscribe and receive messages via waku relay post","time":{"start":1706619029135,"stop":1706619029136,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fb268bea906c53b","name":"Check publish message containing JSON","time":{"start":1706618865685,"stop":1706618865686,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d12a9ceb2e2fc62","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706619033642,"stop":1706619033642,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e614e39c4360be4","name":"should properly create location multiaddrs - udp4","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"status":"passed","severity":"normal"},{"uid":"1768495f12dbb8c7","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706618624521,"stop":1706618624522,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a191b8d32cae65","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2aa039a37cab5a2d","name":"different cluster, same shard: nodes don't connect","time":{"start":1706618731273,"stop":1706618731274,"duration":1},"status":"passed","severity":"normal"},{"uid":"fef42ec1a4002bde","name":"Filter","time":{"start":1706619044149,"stop":1706619044150,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e547751e92a6bfd","name":"Encoder throws on undefined content topic","time":{"start":1706618395070,"stop":1706618395070,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4261de2e78f5ee5","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496640,"stop":1706618496641,"duration":1},"status":"passed","severity":"normal"},{"uid":"83460c81e5d12220","name":"Query with Ordered Callback, No Decoder","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d40a183aea1fe1e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706618624427,"stop":1706618624428,"duration":1},"status":"passed","severity":"normal"},{"uid":"5abf1dafb7089703","name":"Used by Waku Relay","time":{"start":1706619035798,"stop":1706619035798,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dc1c5e147e4cd26","name":"Check received message with timestamp: 1706618414016000000 ","time":{"start":1706618580255,"stop":1706618580256,"duration":1},"status":"passed","severity":"normal"},{"uid":"47fa094f760a3a41","name":"Subscribe to topic containing long and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f7ffc0da6d4b3c9","name":"Register correct protocols","time":{"start":1706618871324,"stop":1706618871325,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb36946768c0bfa1","name":"Check received message containing Russian","time":{"start":1706618959474,"stop":1706618959475,"duration":1},"status":"passed","severity":"normal"},{"uid":"9977fa459e23f747","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706618731288,"stop":1706618731288,"duration":0},"status":"passed","severity":"normal"},{"uid":"d73d95454d42566f","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"65c25976b2f9e2db","name":"different cluster, different shard: nodes don't connect","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"status":"broken","severity":"normal"},{"uid":"f8c32eb74dc3b7b5","name":"Generator, custom pubsub topic","time":{"start":1706619008974,"stop":1706619008975,"duration":1},"status":"passed","severity":"normal"},{"uid":"478487ab98c9d6c4","name":"Check received message containing JSON","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c390234f6f238e9","name":"1 Store, 2 fetches","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"status":"passed","severity":"normal"},{"uid":"95eb05e24782422d","name":"Relay - dialed first","time":{"start":1706619044147,"stop":1706619044147,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3b1a53ce323252b","name":"Check received message with timestamp: 1706618413982 ","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f79feaccf798941","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706619029145,"stop":1706619029146,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f18b30da2e53367","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706618371919,"stop":1706618371921,"duration":2},"status":"passed","severity":"normal"},{"uid":"7b22372d338fa89f","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008975,"stop":1706619008976,"duration":1},"status":"passed","severity":"normal"},{"uid":"284501093b08e9d7","name":"Check received message with timestamp: 1706618413982000000 ","time":{"start":1706618959495,"stop":1706618959496,"duration":1},"status":"passed","severity":"normal"},{"uid":"e54ce121ba139718","name":"Fails to push message with empty content topic","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a3140f859dace8a","name":"Push message with SQL Injection payload","time":{"start":1706618996188,"stop":1706618996189,"duration":1},"status":"passed","severity":"normal"},{"uid":"211e1fb55aea6d82","name":"Check message with no content topic is not received","time":{"start":1706618580259,"stop":1706618580260,"duration":1},"status":"passed","severity":"normal"},{"uid":"406f98c0d76755d8","name":"Push message with XML payload","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"status":"passed","severity":"normal"},{"uid":"d35e18e7dcb2dfb","name":"retrieves a single peer","time":{"start":1706618389058,"stop":1706618389059,"duration":1},"status":"passed","severity":"normal"},{"uid":"d50b23edc7507010","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618580257,"stop":1706618580257,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dae58229fadad2f","name":"Encoder throws on empty string content topic","time":{"start":1706618378926,"stop":1706618378926,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb4199a425cb12f","name":"Callback on promise, aborts when callback returns true","time":{"start":1706619004845,"stop":1706619004846,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fd4d3f17b6eeef6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706618731285,"stop":1706618731285,"duration":0},"status":"passed","severity":"normal"},{"uid":"bea06cff7afd6dff","name":"Check publish message containing Script","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a0ebef080c4783b","name":"throws on content topic with empty encoding field","time":{"start":1706618366458,"stop":1706618366459,"duration":1},"status":"passed","severity":"normal"},{"uid":"edd1121e02ef78b9","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706619004846,"stop":1706619004846,"duration":0},"status":"passed","severity":"normal"},{"uid":"747920aec35145b7","name":"should emit a peer event after start","time":{"start":1706618909987,"stop":1706618909987,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e06f8a1c302c5e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618489112,"stop":1706618489113,"duration":1},"status":"passed","severity":"normal"},{"uid":"303dce01dbce0663","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731280,"stop":1706618731281,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a37b49706a37c13","name":"Check received message containing short","time":{"start":1706618959471,"stop":1706618959472,"duration":1},"status":"passed","severity":"normal"},{"uid":"e943116a54c4d0d9","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706619029138,"stop":1706619029139,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dc6a053545d98ff","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f1eac41db44585e","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706619017483,"stop":1706619017484,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3faddb299f79096","name":"Subscribe to topic containing short and publish message","time":{"start":1706618871331,"stop":1706618871331,"duration":0},"status":"passed","severity":"normal"},{"uid":"42cf9a4403cf190b","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706618731288,"stop":1706618731288,"duration":0},"status":"passed","severity":"normal"},{"uid":"66495729c8fc5775","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706618388584,"stop":1706618388585,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a6a9be104b3c4a7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706618731299,"stop":1706618731299,"duration":0},"status":"passed","severity":"normal"},{"uid":"733291b83aa211af","name":"Check publish message containing shell command","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e28a62c67f07ad","name":"Push message with numeric payload","time":{"start":1706618858006,"stop":1706618858008,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1a1f5c4f60174ef","name":"Privacy Node - default protocol","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb8d570897fdd316","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706618858025,"stop":1706618858025,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e1b4daa07d6066","name":"Check message received after jswaku node is restarted","time":{"start":1706618959507,"stop":1706618959507,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5b225430347d014e","name":"Refresh subscription","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1145d47ad8b49ae7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"status":"passed","severity":"normal"},{"uid":"e98b782ef80ed3e3","name":"Push message with content topic containing special chars","time":{"start":1706618858023,"stop":1706618858023,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5201f347738e0b2","name":"should throw error - no id","time":{"start":1706618372811,"stop":1706618372812,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b8ade269780aa26","name":"Ping on subscribed peer","time":{"start":1706618487715,"stop":1706618487715,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c7cd74f27936d1a","name":"throws on content topic with empty version field","time":{"start":1706618366457,"stop":1706618366458,"duration":1},"status":"passed","severity":"normal"},{"uid":"e03527c4509ef2ed","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731283,"stop":1706618731283,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d60b5253e04566","name":"Push 30 different messages","time":{"start":1706618858017,"stop":1706618858018,"duration":1},"status":"passed","severity":"normal"},{"uid":"97db4c7bde336149","name":"Waku message hash computation (payload length 0)","time":{"start":1706618378315,"stop":1706618378316,"duration":1},"status":"passed","severity":"normal"},{"uid":"c24f019f6a90d677","name":"Push message with Basic HTML tag payload","time":{"start":1706618996190,"stop":1706618996191,"duration":1},"status":"passed","severity":"normal"},{"uid":"7844607fcc97f073","name":"Push message with content topic containing Script","time":{"start":1706618996200,"stop":1706618996200,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b0fe0b69e1e3a8","name":"Init the array if not present","time":{"start":1706618366256,"stop":1706618366258,"duration":2},"status":"passed","severity":"normal"},{"uid":"a571702ae007a13a","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706618372810,"stop":1706618372811,"duration":1},"status":"passed","severity":"normal"},{"uid":"f38d590cd94a56ad","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706618496639,"stop":1706618496639,"duration":0},"status":"passed","severity":"normal"},{"uid":"599164d2595c676","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706619029142,"stop":1706619029142,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e9b2dc4f286d04","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706618973546,"stop":1706618973547,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ae74c09b8d6791e","name":"Overlapping topic subscription","time":{"start":1706618871330,"stop":1706618871331,"duration":1},"status":"skipped","severity":"normal"},{"uid":"bd7e7651ee898d38","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618487714,"stop":1706618487714,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5e5345bcf96af6a","name":"Query with Promise Callback, No Decoder","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"status":"passed","severity":"normal"},{"uid":"b91fc2a56e3d862","name":"connects to nwaku","time":{"start":1706619035796,"stop":1706619035796,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d37ab48df04fac","name":"Check received message containing long","time":{"start":1706618959472,"stop":1706618959472,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c980dba00d12e83","name":"Check publish message containing Russian","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"status":"passed","severity":"normal"},{"uid":"18a6a9285087fae0","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706618934692,"stop":1706618934693,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b11f0956833e69f","name":"Check received message containing escaped characters","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"status":"passed","severity":"normal"},{"uid":"d11a02193c6fafdc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618624278,"stop":1706618624279,"duration":1},"status":"passed","severity":"normal"},{"uid":"11d9c5ab18753781","name":"Push message with shell command payload","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cbe725c2d7f53c0","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d897533e21ca293","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac29d1026baa1d0e","name":"Mutual subscription","time":{"start":1706618871323,"stop":1706618871324,"duration":1},"status":"passed","severity":"normal"},{"uid":"d734400327963a5b","name":"Check received message containing shell command","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ff5812ca10189ab","name":"Nwaku publishes","time":{"start":1706618834268,"stop":1706618834269,"duration":1},"status":"passed","severity":"normal"},{"uid":"22cf55551e0b4ced","name":"Sets default value correctly","time":{"start":1706619035798,"stop":1706619035799,"duration":1},"status":"passed","severity":"normal"},{"uid":"74ada2de576e0b38","name":"Relay + Store","time":{"start":1706618372825,"stop":1706618372826,"duration":1},"status":"passed","severity":"normal"},{"uid":"9128a13d7951eb44","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706619017483,"stop":1706619017483,"duration":0},"status":"passed","severity":"normal"},{"uid":"91f69803f3ccefb4","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6223bc753eb36d0","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706619029136,"stop":1706619029136,"duration":0},"status":"passed","severity":"normal"},{"uid":"164e9794ce6e1867","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618489111,"stop":1706618489111,"duration":0},"status":"passed","severity":"normal"},{"uid":"700c4e4bce08f471","name":"Ping on peer without subscriptions","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"status":"passed","severity":"normal"},{"uid":"787932ad13958096","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c39dbb9b7bea29b","name":"Check message received after nwaku node is restarted","time":{"start":1706618959507,"stop":1706618959518,"duration":11},"status":"skipped","severity":"normal"},{"uid":"22d3b2aaecd5f231","name":"Push message on custom pubsubTopic","time":{"start":1706618687001,"stop":1706618687002,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4990162bff3ae73","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706619029130,"stop":1706619029130,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f52337cbb05b892","name":"Decoder throws on undefined content topic","time":{"start":1706618378926,"stop":1706618378926,"duration":0},"status":"passed","severity":"normal"},{"uid":"896c923e1c60068e","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706619033642,"stop":1706619033643,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c7a06166a38de4","name":"Push message with content topic containing XML","time":{"start":1706618858025,"stop":1706618858025,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec4895009dbc99d","name":"Ordered Callback - forward","time":{"start":1706619002398,"stop":1706619002398,"duration":0},"status":"passed","severity":"normal"},{"uid":"93412407bd33ba1c","name":"Push message with content topic containing Chinese","time":{"start":1706618996197,"stop":1706618996198,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8b73c53071a5213","name":"Fails to push message bigger that 1MB","time":{"start":1706618996208,"stop":1706618996209,"duration":1},"status":"passed","severity":"normal"},{"uid":"653c39ec602d430d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706618371933,"stop":1706618371934,"duration":1},"status":"passed","severity":"normal"},{"uid":"f802fe09e2777668","name":"Check publish message containing XML","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e340021d693521","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706618454358,"stop":1706618454358,"duration":0},"status":"passed","severity":"normal"},{"uid":"63ca91af1698632b","name":"Sign & Recover","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffeabd6e27d0fe44","name":"Store - dialed first","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a85c89293da8ac","name":"should return false","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5a617912b614342","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5f1e4f017cde250","name":"Push message equal or less that 1MB","time":{"start":1706618996208,"stop":1706618996208,"duration":0},"status":"passed","severity":"normal"},{"uid":"3be329c425483ef2","name":"should properly create location multiaddrs - udp6","time":{"start":1706618372821,"stop":1706618372822,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f12b89086933979","name":"Check received message containing escaped characters","time":{"start":1706618580253,"stop":1706618580254,"duration":1},"status":"passed","severity":"normal"},{"uid":"44c751deabc7075d","name":"Fails to publish message with empty text","time":{"start":1706618865691,"stop":1706618865691,"duration":0},"status":"passed","severity":"normal"},{"uid":"a532d3bc7dea6723","name":"Check received message containing Arabic","time":{"start":1706618580246,"stop":1706618580247,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a48ee55c09d596d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706619029123,"stop":1706619029124,"duration":1},"status":"passed","severity":"normal"},{"uid":"99561d27c674278a","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706618731298,"stop":1706618731298,"duration":0},"status":"passed","severity":"normal"},{"uid":"304cd2b0b8a4fe8d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"status":"passed","severity":"normal"},{"uid":"f20a7c7de20ab0f4","name":"should not receive a peer event before start","time":{"start":1706618424945,"stop":1706618424945,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c25efc7a75d8f07","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706618731284,"stop":1706618731285,"duration":1},"status":"passed","severity":"normal"},{"uid":"348975164994ddc1","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706618396941,"stop":1706618396941,"duration":0},"status":"passed","severity":"normal"},{"uid":"726684dd59fb7105","name":"configure the node with multiple pubsub topics","time":{"start":1706618886441,"stop":1706618886441,"duration":0},"status":"passed","severity":"normal"},{"uid":"e000fe07737a731","name":"should encode/decode to RLP encoding","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ca636f272f53163","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706618389064,"stop":1706618389064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e3dc35440362dbd7","name":"Relay + Store","time":{"start":1706618429313,"stop":1706618429313,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fa9a5f3d1a9fb4","name":"Push to array if already present","time":{"start":1706618366258,"stop":1706618366259,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c219e067d008f44","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706618371923,"stop":1706618371924,"duration":1},"status":"passed","severity":"normal"},{"uid":"216f4e48369049ef","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706618624535,"stop":1706618624535,"duration":0},"status":"passed","severity":"normal"},{"uid":"e47eca93ac7281d6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706618431632,"stop":1706618431633,"duration":1},"status":"passed","severity":"normal"},{"uid":"675232daada65c3d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a4b791243d6ced6","name":"Decoder throws on undefined content topic","time":{"start":1706618396943,"stop":1706618396944,"duration":1},"status":"passed","severity":"normal"},{"uid":"27a139bf850e8935","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706618731293,"stop":1706618731294,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eb084dd44a370cb","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496638,"stop":1706618496639,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb6e7d254756f6cb","name":"Subscribe to topic containing Script and receive message","time":{"start":1706618624534,"stop":1706618624534,"duration":0},"status":"passed","severity":"normal"},{"uid":"53fae0cd3a6c53b4","name":"Nodes with multiple pubsub topic","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada9d20a0a42c97a","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d1a4d6248d854e","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706618624537,"stop":1706618624537,"duration":0},"status":"passed","severity":"normal"},{"uid":"2afdf4d098d966f2","name":"Check publish message after service node is restarted","time":{"start":1706618865693,"stop":1706618865694,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c7d9912ce3fbb563","name":"same cluster, same shard: nodes connect","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdb966e5c106595a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706619029133,"stop":1706619029133,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e6992334313c049","name":"should properly create location multiaddrs - tcp6","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc5e8a76644122f7","name":"Check received message containing Chinese","time":{"start":1706618959473,"stop":1706618959474,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ab50b77c80ce7d6","name":"Push message with JSON payload","time":{"start":1706618996191,"stop":1706618996191,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc501c65a8a59a2","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"status":"passed","severity":"normal"},{"uid":"601ebbceede4eee1","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706618388586,"stop":1706618388587,"duration":1},"status":"passed","severity":"normal"},{"uid":"67535135d222636b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618959499,"stop":1706618959499,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9a9c5be342d3067","name":"Push message with shell command payload","time":{"start":1706618996191,"stop":1706618996192,"duration":1},"status":"passed","severity":"normal"},{"uid":"91db5b0d6331013","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706619033644,"stop":1706619033645,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b1167c632df64a7","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706618871336,"stop":1706618871337,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e6a780dd73f926b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706618871327,"stop":1706618871327,"duration":0},"status":"passed","severity":"normal"},{"uid":"c68ad248c0eb2a4b","name":"should encodeTxt and decodeTxt","time":{"start":1706618372809,"stop":1706618372810,"duration":1},"status":"passed","severity":"normal"},{"uid":"438cc16b964e6d3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706618731297,"stop":1706618731297,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae199278d309d5b6","name":"Nodes with multiple pubsub topic","time":{"start":1706618851398,"stop":1706618851398,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad5040ab0b3315c8","name":"Push message with content topic containing shell command","time":{"start":1706618996203,"stop":1706618996203,"duration":0},"status":"passed","severity":"normal"},{"uid":"33bbcb4fe5601790","name":"Throws when trying to push message with empty payload","time":{"start":1706618996194,"stop":1706618996195,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a842c85aef27b69","name":"Check received message containing numeric","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5a44f41bc6eca2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851394,"stop":1706618851395,"duration":1},"status":"passed","severity":"normal"},{"uid":"77a0ee55d5e39574","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706618731276,"stop":1706618731276,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc22db0edb09ae10","name":"should properly create peer info with all multiaddrs","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"status":"passed","severity":"normal"},{"uid":"acac0b8ed1828939","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706618454371,"stop":1706618454371,"duration":0},"status":"passed","severity":"normal"},{"uid":"bddcd936c889d57a","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"status":"passed","severity":"normal"},{"uid":"c02aae4ccca436f9","name":"Check message on other pubsub topic is not received","time":{"start":1706618580258,"stop":1706618580259,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0eaee25a7dcb4c1","name":"Relay","time":{"start":1706618429312,"stop":1706618429313,"duration":1},"status":"passed","severity":"normal"},{"uid":"7efb26e4c150eb4b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687001,"stop":1706618687001,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b830f666a9ec38","name":"Push message with content topic containing numeric","time":{"start":1706618996196,"stop":1706618996196,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e17adeafb7dc4ab","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618624276,"stop":1706618624276,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5617f73964d0098","name":"Check message with no payload is not received","time":{"start":1706618580260,"stop":1706618580260,"duration":0},"status":"passed","severity":"normal"},{"uid":"f93539b24f610d77","name":"should be called for bootstrap peers","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"status":"passed","severity":"normal"},{"uid":"d95f8243e7f6541a","name":"Check message with non string payload is not received","time":{"start":1706618580260,"stop":1706618580261,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b34ca5eca6475eb","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f82303cce122fd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618624270,"stop":1706618624270,"duration":0},"status":"passed","severity":"normal"},{"uid":"c203877b4d79ae79","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706618731283,"stop":1706618731284,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7117258cfe925e0","name":"Check message with no pubsub topic is not received","time":{"start":1706618959505,"stop":1706618959506,"duration":1},"status":"passed","severity":"normal"},{"uid":"3794ba9e6b4b171c","name":"Subscribe to topic containing long and receive message","time":{"start":1706619029140,"stop":1706619029140,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcaff4d679ef4f16","name":"Overlapping topic subscription","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"db31f7014b3d966e","name":"Check received message containing Chinese","time":{"start":1706618580246,"stop":1706618580246,"duration":0},"status":"passed","severity":"normal"},{"uid":"449625f3f31e51f5","name":"should encode/decode to text encoding","time":{"start":1706618372819,"stop":1706618372820,"duration":1},"status":"passed","severity":"normal"},{"uid":"20fd2890c370b29f","name":"Check publish message containing numeric","time":{"start":1706618865681,"stop":1706618865681,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e95e3901220248c","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"status":"passed","severity":"normal"},{"uid":"146caefe1acba21b","name":"Does not throw an exception when node disconnects","time":{"start":1706619035796,"stop":1706619035797,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9b2b5a3d9ac3c0","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706619029141,"stop":1706619029141,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7f8b24585756f4","name":"should not fail to stop the service if it was not started","time":{"start":1706618424942,"stop":1706618424943,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3f210d341443278","name":"Check received message with timestamp: undefined ","time":{"start":1706618959482,"stop":1706618959483,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7ffd332a521c75d","name":"Subscribe to topic containing XML and receive message","time":{"start":1706619029127,"stop":1706619029128,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc0db2baf762af42","name":"can start and stop the service","time":{"start":1706618424941,"stop":1706618424942,"duration":1},"status":"passed","severity":"normal"},{"uid":"f08bdc310f66f9f","name":"1 Relay, 1 Filter, gives up","time":{"start":1706618388661,"stop":1706618388662,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d037492a124d401","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706618454372,"stop":1706618454372,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8b97999f0ccae0","name":"returns all values when wanted number is greater than available values","time":{"start":1706618387943,"stop":1706618387943,"duration":0},"status":"passed","severity":"normal"},{"uid":"464310d2e01cd9a0","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"status":"passed","severity":"normal"},{"uid":"3aed3134908bbe7a","name":"LightPush","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b3d87b3851ca6b","name":"Push message with Russian payload","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b8e41b00ae3336","name":"A test","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"status":"passed","severity":"normal"},{"uid":"df63106057844f34","name":"should use DNS peer discovery with light client","time":{"start":1706618424947,"stop":1706618424947,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e42001a52c992ba","name":"Check received message containing SQL Injection","time":{"start":1706618959491,"stop":1706618959491,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e520d175f41bef1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706618387944,"stop":1706618387944,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f43116f52417796","name":"Ping on subscribed peer","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ace27834e980e1","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"status":"passed","severity":"normal"},{"uid":"968e0db22895b0c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706619033641,"stop":1706619033642,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f553d2786f94219","name":"converts content topics to expected shard index","time":{"start":1706618366459,"stop":1706618366460,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc49267e10a31274","name":"should set field with all protocols disabled","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0cbf360d22d3d31","name":"Check received message containing shell command","time":{"start":1706618580250,"stop":1706618580250,"duration":0},"status":"passed","severity":"normal"},{"uid":"d70ef453bd2a0f88","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"878d3f45735a0d99","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008974,"stop":1706619008974,"duration":0},"status":"passed","severity":"normal"},{"uid":"bec04a06599887d9","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706619029130,"stop":1706619029130,"duration":0},"status":"passed","severity":"normal"},{"uid":"998ea8534508a306","name":"Push message with custom timestamp: 1706614980609","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"status":"passed","severity":"normal"},{"uid":"e163278af51a654d","name":"Check received message with timestamp: undefined ","time":{"start":1706618959504,"stop":1706618959504,"duration":0},"status":"passed","severity":"normal"},{"uid":"55306030007f6c0d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706618371936,"stop":1706618371937,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ec01a51348e0c6","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706618624452,"stop":1706618624498,"duration":46},"status":"passed","severity":"normal"},{"uid":"cbe73588fe33bb57","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706619029122,"stop":1706619029123,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9b3ef713f9a077f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706618624536,"stop":1706618624536,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1c979de54ecc568","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706618851397,"stop":1706618851398,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c3ebae770baf4ac","name":"Push message on custom pubsubTopic","time":{"start":1706618686998,"stop":1706618686999,"duration":1},"status":"passed","severity":"normal"},{"uid":"121f350a538db589","name":"different cluster, same shard: nodes don't connect","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"status":"broken","severity":"normal"},{"uid":"4ebe234265ef378c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706618731298,"stop":1706618731299,"duration":1},"status":"passed","severity":"normal"},{"uid":"5caeadbc4a454657","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706618371923,"stop":1706618371923,"duration":0},"status":"passed","severity":"normal"},{"uid":"371c2ebbdb131422","name":"Push message with custom timestamp: 1675860224650","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b62790e01999b2","name":"should throw error - no public key","time":{"start":1706618372812,"stop":1706618372812,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7433fa6d99b9de7","name":"Waku message hash computation","time":{"start":1706618378312,"stop":1706618378314,"duration":2},"status":"passed","severity":"normal"},{"uid":"48e472bc6de49652","name":"should be able to decode the field with only STORE set to true","time":{"start":1706618371934,"stop":1706618371934,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef02b49ed4037ed0","name":"Check message with no payload is not received","time":{"start":1706618959506,"stop":1706618959507,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c1a8506ceb918e7","name":"Passing page size 1 when there are 4 messages","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a1c0039c4a0290","name":"Encoder throws on empty string content topic","time":{"start":1706618395071,"stop":1706618395071,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f2383b99a4268e0","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd8b34fdca53fe24","name":"Publishes to nwaku","time":{"start":1706618834268,"stop":1706618834268,"duration":0},"status":"passed","severity":"normal"},{"uid":"54da178a737e6508","name":"Check received message containing SQL Injection","time":{"start":1706618580247,"stop":1706618580248,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c03b8baee2e198f","name":"same cluster, different shard: nodes connect","time":{"start":1706618731271,"stop":1706618731272,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1963ce1f40e0dd9","name":"Subscribe to topic containing Script and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc9158287dae591a","name":"Push message with content topic containing emoji","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3cc4b87da4e77e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","severity":"normal"},{"uid":"508e3205d419847b","name":"Fails to push message with empty content topic","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b29dcdfb2141a1","name":"Passing page size 0 when there are 110 messages","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"status":"passed","severity":"normal"},{"uid":"62e0f09f36c9ae7b","name":"should not receive a peer event before start","time":{"start":1706618909987,"stop":1706618909988,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bc9fee6c46e22f6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706618996201,"stop":1706618996202,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d397cf7cf298dfd","name":"Subscribe to topic containing short and receive message","time":{"start":1706618624520,"stop":1706618624520,"duration":0},"status":"passed","severity":"normal"},{"uid":"901f9f46344ae0d","name":"should not fail to start the service if it is already started","time":{"start":1706618424943,"stop":1706618424943,"duration":0},"status":"passed","severity":"normal"},{"uid":"49a45fd1755336b8","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706618865691,"stop":1706618865692,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb5b5e83fb81f861","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ed0a8c904a43ae","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"status":"passed","severity":"normal"},{"uid":"6980cbab84b97914","name":"Push message with unicode special characters payload","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"status":"passed","severity":"normal"},{"uid":"37db8ae114555e34","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6e8493f63f76609","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618624271,"stop":1706618624271,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaecd7c5a56918c7","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c138c6b3f7a9a42","name":"Generator, custom pubsub topic","time":{"start":1706619008976,"stop":1706619008977,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0d578b371c5ba13","name":"Push message with content topic containing long","time":{"start":1706618858019,"stop":1706618858022,"duration":3},"status":"passed","severity":"normal"},{"uid":"d44ad7e4274e0e58","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706618388588,"stop":1706618388588,"duration":0},"status":"passed","severity":"normal"},{"uid":"336f1706e62a77ee","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"b760757915532bbd","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618624273,"stop":1706618624275,"duration":2},"status":"passed","severity":"normal"},{"uid":"67a07916bdf1f196","name":"Check publish message containing special chars","time":{"start":1706618865681,"stop":1706618865682,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b90bc6e62ddbb6e","name":"Encoder throws on undefined content topic","time":{"start":1706618396942,"stop":1706618396943,"duration":1},"status":"passed","severity":"normal"},{"uid":"33605b0ff317c52b","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"status":"broken","severity":"normal"},{"uid":"1f2bf118147238a1","name":"Push message with Script payload","time":{"start":1706618996189,"stop":1706618996190,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe11b744911c66f3","name":"creates an iterator","time":{"start":1706619021206,"stop":1706619021206,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b84aa287db7f7f","name":"Query generator for multiple messages","time":{"start":1706619004843,"stop":1706619004843,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b155a5b08afc9ff","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ace19f0b2179947","name":"Check publish message containing Basic HTML tag","time":{"start":1706618865685,"stop":1706618865685,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3109acc120ea0eb","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706618395066,"stop":1706618395068,"duration":2},"status":"passed","severity":"normal"},{"uid":"fa7e00f761c7f863","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706618454359,"stop":1706618454360,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9bca376bd007030","name":"Check received message containing short","time":{"start":1706618580243,"stop":1706618580244,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ad85d9f94f1dc4a","name":"Check received message containing Arabic","time":{"start":1706618959474,"stop":1706618959474,"duration":0},"status":"passed","severity":"normal"},{"uid":"217edc81533541cc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618624272,"stop":1706618624272,"duration":0},"status":"passed","severity":"normal"},{"uid":"78670b341534125b","name":"ignores unrecognized TXT record formats","time":{"start":1706618389060,"stop":1706618389061,"duration":1},"status":"passed","severity":"normal"},{"uid":"61a05b23a3685d73","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"91fb0d5e01db346f","name":"can start the service","time":{"start":1706618424939,"stop":1706618424941,"duration":2},"status":"passed","severity":"normal"},{"uid":"11eba147704c8b27","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706619029131,"stop":1706619029131,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c1932b8e659ef88","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706618431633,"stop":1706618431634,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a83f8531c06e21c","name":"Ping on unsubscribed peer","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"status":"passed","severity":"normal"},{"uid":"908649f26a0a752d","name":"Passing page size 11 when there are 10 messages","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"status":"passed","severity":"normal"},{"uid":"50bab4fa7b561fc3","name":"through manual discovery","time":{"start":1706618738959,"stop":1706618738959,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f730f1996dad923","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a9ff6957db0000","name":"Query Generator - backward","time":{"start":1706619002393,"stop":1706619002393,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e9fc5fed12c4921","name":"configure the node with multiple pubsub topics","time":{"start":1706618886442,"stop":1706618886442,"duration":0},"status":"passed","severity":"normal"},{"uid":"540b75fcb46ba5b6","name":"Fails to push message bigger that 1MB","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"status":"passed","severity":"normal"},{"uid":"53638d0e7a5ab37e","name":"Subscribe and receives messages on 20 topics","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"status":"passed","severity":"normal"},{"uid":"add1fd8579ad12a1","name":"should throw error - no public key","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"status":"passed","severity":"normal"},{"uid":"d72020188187aa21","name":"Push message with SQL Injection payload","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f47160e3e20be2","name":"should not receive a peer event after stop","time":{"start":1706618909988,"stop":1706618909989,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cfb0de5a13ac847","name":"Fields are not dropped","time":{"start":1706618378341,"stop":1706618378342,"duration":1},"status":"passed","severity":"normal"},{"uid":"29eafe7f31572330","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706618731284,"stop":1706618731284,"duration":0},"status":"passed","severity":"normal"},{"uid":"777432c76b2490d5","name":"Check received message containing Script","time":{"start":1706618959491,"stop":1706618959492,"duration":1},"status":"passed","severity":"normal"},{"uid":"35dac324d7a05007","name":"Fails to publish message with wrong content topic","time":{"start":1706618865691,"stop":1706618865691,"duration":0},"status":"passed","severity":"normal"},{"uid":"99a3463fff272dc8","name":"Check received message containing long","time":{"start":1706618580244,"stop":1706618580244,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2f393b8e462e0a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706618886441,"stop":1706618886442,"duration":1},"status":"passed","severity":"normal"},{"uid":"92a6072d6a12e2b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706618496641,"stop":1706618496641,"duration":0},"status":"passed","severity":"normal"},{"uid":"e35366ce8ff1092f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706618389063,"stop":1706618389063,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ef7cfc6a31310f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706618624536,"stop":1706618624537,"duration":1},"status":"passed","severity":"normal"},{"uid":"14ad05adc38cd4b9","name":"Check received message containing long","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae196d0e293986a","name":"pre and post cipher","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca800d3787394a80","name":"Check message received after nwaku node is restarted","time":{"start":1706618959486,"stop":1706618959487,"duration":1},"status":"skipped","severity":"normal"},{"uid":"462243affcd380a4","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706618934691,"stop":1706618934692,"duration":1},"status":"passed","severity":"normal"},{"uid":"e05c7d24c0a4e8ca","name":"Query Generator, No message returned","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d48ed147ef7b59f","name":"can dial TLS multiaddrs","time":{"start":1706618738958,"stop":1706618738958,"duration":0},"status":"passed","severity":"normal"},{"uid":"b78dbb6e0b5550bd","name":"Push message with escaped characters payload","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1100522666c1f","name":"Push message with custom timestamp: 1706615024650","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"status":"passed","severity":"normal"},{"uid":"89fd1dd9fd6dc46e","name":"Check message with no content topic is not received","time":{"start":1706618959484,"stop":1706618959485,"duration":1},"status":"passed","severity":"normal"},{"uid":"9da25024750aff83","name":"Decoder throws on empty string content topic","time":{"start":1706618395072,"stop":1706618395072,"duration":0},"status":"passed","severity":"normal"},{"uid":"861d54c46dfce1f1","name":"should get / set TCP multiaddr","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"status":"passed","severity":"normal"},{"uid":"70d1f36abe5e9f02","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618489112,"stop":1706618489112,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4ad1a10f8773f9d","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706619029145,"stop":1706619029145,"duration":0},"status":"passed","severity":"normal"},{"uid":"e932c14df170b02c","name":"tcp ip4 address","time":{"start":1706618372078,"stop":1706618372079,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa4588059954a092","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f200462c188092","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0f94d9d260cc4d0","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706618371936,"stop":1706618371936,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ab60aed2425e0db","name":"Push message with Chinese payload","time":{"start":1706618996187,"stop":1706618996187,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f60f307927ce3db","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"4db60570bd813248","name":"it tolerates circular branch references","time":{"start":1706618389059,"stop":1706618389059,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ac50ad12bef13a0","name":"Check message with extra parameter is not received","time":{"start":1706618580261,"stop":1706618580262,"duration":1},"status":"passed","severity":"normal"},{"uid":"899c4c02e7cf3b94","name":"should properly create location multiaddrs - udp","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49ded8d8e8aaadc","name":"Push message with content topic containing escaped characters","time":{"start":1706618996203,"stop":1706618996204,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd2c4727be1043a4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706619029141,"stop":1706619029142,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d37c0d8356d427a","name":"should get / set UDP multiaddr","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1730d650440401d","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706618396941,"stop":1706618396942,"duration":1},"status":"passed","severity":"normal"},{"uid":"82b8a7e8f92c15e1","name":"can start the service","time":{"start":1706618909985,"stop":1706618909985,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a9afbd722fb849a","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"status":"broken","severity":"normal"},{"uid":"b8d1c7f6c1819eaa","name":"Subscribe to topic containing XML and receive message","time":{"start":1706618624534,"stop":1706618624535,"duration":1},"status":"passed","severity":"normal"},{"uid":"93aa5aa3e533e4e7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706618496635,"stop":1706618496637,"duration":2},"status":"passed","severity":"normal"},{"uid":"aeb55f1d3cc18458","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496638,"stop":1706618496638,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa176706ae4acb08","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706618395068,"stop":1706618395069,"duration":1},"status":"passed","severity":"normal"},{"uid":"9807a2b8c757ac2","name":"Relay - dialed after","time":{"start":1706619044147,"stop":1706619044148,"duration":1},"status":"passed","severity":"normal"},{"uid":"618d7569c3956283","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618959499,"stop":1706618959500,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2cf6b3190b0bfc2","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"status":"passed","severity":"normal"},{"uid":"b56c234b916d231e","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb283d3fa4e57c29","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad91fb117c1d342","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706618371935,"stop":1706618371935,"duration":0},"status":"passed","severity":"normal"},{"uid":"f78a87da0f0f5888","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706619029140,"stop":1706619029141,"duration":1},"status":"passed","severity":"normal"},{"uid":"86dc39e585a91240","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"status":"passed","severity":"normal"},{"uid":"2179f01a04776477","name":"can start and stop the service","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cec32f6937d472f","name":"Check received message containing Russian","time":{"start":1706618580247,"stop":1706618580247,"duration":0},"status":"passed","severity":"normal"},{"uid":"2673c5ad39105fe2","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1ce7e3a7bb159e","name":"Subscribe and receives messages on 20 topics","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"status":"passed","severity":"normal"},{"uid":"99e1bd21f77da320","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706618454359,"stop":1706618454359,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46090312c639f9c","name":"Subscribe to topic containing Script and publish message","time":{"start":1706618871334,"stop":1706618871334,"duration":0},"status":"passed","severity":"normal"},{"uid":"46861912a66eee9b","name":"Passing page size 3 when there are 20 messages","time":{"start":1706619030045,"stop":1706619030046,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93f911084003e41","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496640,"stop":1706618496640,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e9dcc6370f7e05","name":"Push message with custom timestamp: 1675860180609","time":{"start":1706618996206,"stop":1706618996207,"duration":1},"status":"passed","severity":"normal"},{"uid":"244daa6b9ccfe578","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706619029129,"stop":1706619029129,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dcbd4d01bd8dfc9","name":"Push message with rate limit","time":{"start":1706618996206,"stop":1706618996206,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c41b02a98617871","name":"Push message on custom pubsubTopic","time":{"start":1706618687003,"stop":1706618687004,"duration":1},"status":"passed","severity":"normal"},{"uid":"97bb736e5a4ad57c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687005,"stop":1706618687006,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a3b6e7f60b3fb41","name":"Check received message containing unicode special characters","time":{"start":1706618959494,"stop":1706618959495,"duration":1},"status":"passed","severity":"normal"},{"uid":"df1330095d99a636","name":"Overlapping topic subscription","time":{"start":1706619029139,"stop":1706619029139,"duration":0},"status":"passed","severity":"normal"},{"uid":"23fb66157e2a76f0","name":"udp ip6 address","time":{"start":1706618372079,"stop":1706618372079,"duration":0},"status":"passed","severity":"normal"},{"uid":"91767ca715ddc24c","name":"should only return 1 node with relay and store capability","time":{"start":1706618389062,"stop":1706618389062,"duration":0},"status":"passed","severity":"normal"},{"uid":"caf24828bf0fbbb6","name":"Check message with invalid timestamp is not received","time":{"start":1706618959483,"stop":1706618959483,"duration":0},"status":"passed","severity":"normal"},{"uid":"16312aa956ff57d8","name":"Push message with content topic containing SQL Injection","time":{"start":1706618996199,"stop":1706618996200,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c2f4318c04739ab","name":"Asymmetric encrypt & decrypt","time":{"start":1706618395556,"stop":1706618395557,"duration":1},"status":"passed","severity":"normal"},{"uid":"628fe352059cb60e","name":"Check message with non string payload is not received","time":{"start":1706618959507,"stop":1706618959507,"duration":0},"status":"passed","severity":"normal"},{"uid":"3be3b8e595d8c7fa","name":"nwaku interop","time":{"start":1706618909984,"stop":1706618909985,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6199c16e753b91b","name":"Ping on unsubscribed peer","time":{"start":1706618487716,"stop":1706618487716,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbbf65323eab0f47","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706619029128,"stop":1706619029128,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf35fe7224166679","name":"Accepts a valid Waku Message","time":{"start":1706618382596,"stop":1706618382597,"duration":1},"status":"passed","severity":"normal"},{"uid":"121447c8edc7276b","name":"Push message with Basic HTML tag payload","time":{"start":1706618858012,"stop":1706618858012,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f25ed4bc2f7b6a7","name":"Query generator for 2000 messages","time":{"start":1706619004847,"stop":1706619004847,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fe71991efdf9cf7","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706618624428,"stop":1706618624449,"duration":21},"status":"passed","severity":"normal"},{"uid":"1b22dd1bf18f5308","name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"status":"passed","severity":"normal"},{"uid":"b57f6b959f565694","name":"Check publish message containing escaped characters","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0b63827bebf318","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706618731300,"stop":1706618731305,"duration":5},"status":"passed","severity":"normal"},{"uid":"395738e3b4bdcb58","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706618731276,"stop":1706618731276,"duration":0},"status":"passed","severity":"normal"},{"uid":"d806bd2dbb4719dd","name":"Push message with unicode special characters payload","time":{"start":1706618996192,"stop":1706618996193,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6291/widgets/status-chart.json b/6291/widgets/status-chart.json index fd4e12992c1..34f96d42853 100644 --- a/6291/widgets/status-chart.json +++ b/6291/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"ec6363e6375f498b","name":"Sets default value correctly","time":{"start":1706529405491,"stop":1706529405491,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd21f87c3c4b992","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857318,"stop":1706528857318,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff0c15ad3d445221","name":"Push message with SQL Injection payload","time":{"start":1706529218508,"stop":1706529218508,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bbca26faf856724","name":"Light Node - default protocols","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"status":"passed","severity":"normal"},{"uid":"54d8c4e38bf9b383","name":"Check received message containing Chinese","time":{"start":1706529333255,"stop":1706529333256,"duration":1},"status":"passed","severity":"normal"},{"uid":"db00aa05433ef34d","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706529092216,"stop":1706529092216,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9ccd062e192ac63","name":"Push message with rate limit","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4e4c71baad762bc","name":"Js publishes, other Js receives","time":{"start":1706529198491,"stop":1706529198492,"duration":1},"status":"passed","severity":"normal"},{"uid":"63abe897a985c8dd","name":"Check publish message after client node is restarted","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6ba333d7165864c2","name":"Asymmetric encrypt & decrypt","time":{"start":1706528759259,"stop":1706528759260,"duration":1},"status":"passed","severity":"normal"},{"uid":"150dc3da66a02acc","name":"Subscribe and receive messages via lightPush","time":{"start":1706528985982,"stop":1706528985983,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ebdba5f509ee3a2","name":"Push message with SQL Injection payload","time":{"start":1706529367440,"stop":1706529367440,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a9d367452822963","name":"Nodes with multiple pubsub topic","time":{"start":1706529213445,"stop":1706529213445,"duration":0},"status":"passed","severity":"normal"},{"uid":"fad3575afb4ad184","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d17a12ee3481135","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706529232503,"stop":1706529232504,"duration":1},"status":"passed","severity":"normal"},{"uid":"896f104956142892","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706528986018,"stop":1706528986019,"duration":1},"status":"passed","severity":"normal"},{"uid":"66224d7a725ff40a","name":"should only return 1 node with relay capability","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"status":"passed","severity":"normal"},{"uid":"5da2ef567af5e8eb","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706528735134,"stop":1706528735134,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d63fff3dd3aab3","name":"Callback on promise","time":{"start":1706529365900,"stop":1706529365900,"duration":0},"status":"passed","severity":"normal"},{"uid":"87cec2179c116d48","name":"Query Generator, No Decoder","time":{"start":1706529332307,"stop":1706529332308,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6670abe58f4f321","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378213,"stop":1706529378214,"duration":1},"status":"passed","severity":"normal"},{"uid":"90de24622ad2c429","name":"Check received message containing special chars","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec2a3f4cddc0c40","name":"Ping on unsubscribed peer","time":{"start":1706528812085,"stop":1706528812086,"duration":1},"status":"passed","severity":"normal"},{"uid":"36cb04362392bbea","name":"Push message with custom timestamp: 1706525386384","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"status":"passed","severity":"normal"},{"uid":"17c73dc91d19b850","name":"Check received message containing long","time":{"start":1706529333227,"stop":1706529333228,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6714ef287276fcb","name":"Push message with content topic containing numeric","time":{"start":1706529218523,"stop":1706529218524,"duration":1},"status":"passed","severity":"normal"},{"uid":"86dbbd96e8515666","name":"Check received message with timestamp: 1706528776938000000 ","time":{"start":1706528965680,"stop":1706528965681,"duration":1},"status":"passed","severity":"normal"},{"uid":"51d494a40c15c395","name":"Push message with shell command payload","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"status":"passed","severity":"normal"},{"uid":"18e17db211d1c559","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed6c331e0826a6f","name":"Push message with content topic containing shell command","time":{"start":1706529367476,"stop":1706529367478,"duration":2},"status":"passed","severity":"normal"},{"uid":"70cf085481dce6ad","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706529092206,"stop":1706529092207,"duration":1},"status":"passed","severity":"normal"},{"uid":"472c4edb1de77910","name":"should get / set TCP multiaddr","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fe616895e578ef5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"b53e7ad5e325ab81","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706528735138,"stop":1706528735138,"duration":0},"status":"passed","severity":"normal"},{"uid":"81dc29ddf2bb1792","name":"Check received message containing Arabic","time":{"start":1706529333260,"stop":1706529333262,"duration":2},"status":"passed","severity":"normal"},{"uid":"90e0b1e3f9c49c6c","name":"Push message with content topic containing short","time":{"start":1706529218521,"stop":1706529218522,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ea4325b1396efbf","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706528814915,"stop":1706528814917,"duration":2},"status":"passed","severity":"normal"},{"uid":"5d39baba83f96e42","name":"Push message on custom pubsubTopic","time":{"start":1706529061211,"stop":1706529061219,"duration":8},"status":"passed","severity":"normal"},{"uid":"22d54acd97b7c15a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706528985999,"stop":1706528985999,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ccc6aca8070e978e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528998594,"stop":1706528998594,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c868ca51668396","name":"nwaku interop","time":{"start":1706529268049,"stop":1706529268050,"duration":1},"status":"passed","severity":"normal"},{"uid":"b266f76384fcda53","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"status":"passed","severity":"normal"},{"uid":"3189861ccede0335","name":"Decoder throws on undefined content topic","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5fe3d1de78cc19b","name":"Push message with emoji payload","time":{"start":1706529367450,"stop":1706529367451,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b68ba642a70e604","name":"Check received message containing Basic HTML tag","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1188f6e00c6c037","name":"can start the service","time":{"start":1706528787512,"stop":1706528787515,"duration":3},"status":"passed","severity":"normal"},{"uid":"68e97a9582ad7d05","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706529092205,"stop":1706529092206,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cfb40048a646a19","name":"should set field with only FILTER enabled","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"status":"passed","severity":"normal"},{"uid":"efb4e61dd1480232","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706529403578,"stop":1706529403579,"duration":1},"status":"passed","severity":"normal"},{"uid":"9281bc9d14d4792d","name":"Query with Promise Callback, No message returned","time":{"start":1706529332318,"stop":1706529332319,"duration":1},"status":"passed","severity":"normal"},{"uid":"a911052426b262","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213427,"stop":1706529213436,"duration":9},"status":"passed","severity":"normal"},{"uid":"adaf16e0dfc9d0ad","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706529403567,"stop":1706529403568,"duration":1},"status":"passed","severity":"normal"},{"uid":"10a5ea0fbd412f58","name":"does not throw on valid cases","time":{"start":1706528729414,"stop":1706528729415,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4c8d71d50388e3f","name":"ignores domain fetching errors","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab2ae1e921f0a30","name":"Subscribe and receive messages via waku relay post","time":{"start":1706528985986,"stop":1706528985990,"duration":4},"status":"passed","severity":"normal"},{"uid":"c92e3996814d8b74","name":"Check publish message containing Basic HTML tag","time":{"start":1706529223893,"stop":1706529223893,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e8603c2e8db2d48","name":"Store - dialed first","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eca231d48f51c53","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706529382346,"stop":1706529382346,"duration":0},"status":"passed","severity":"normal"},{"uid":"107ded564785277a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706528986021,"stop":1706528986021,"duration":0},"status":"passed","severity":"normal"},{"uid":"759caedb3699e587","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e5c15d8f9a0e5e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061220,"stop":1706529061221,"duration":1},"status":"passed","severity":"normal"},{"uid":"a825ce2464224e99","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706529213445,"stop":1706529213445,"duration":0},"status":"passed","severity":"normal"},{"uid":"b71a978c10a47458","name":"Check received message containing emoji","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9cb852ef66b17ff","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"status":"passed","severity":"normal"},{"uid":"b28931ba0c79910","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706529403572,"stop":1706529403573,"duration":1},"status":"passed","severity":"normal"},{"uid":"504e682b474d5ef6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c72c5b4d991b5d8","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706529403578,"stop":1706529403578,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be5064577d8e4af","name":"Push message with numeric payload","time":{"start":1706529367435,"stop":1706529367436,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7324ce1fc47b94","name":"Check received message containing Arabic","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b65fbbe08204a76","name":"different cluster, same shard: nodes don't connect","time":{"start":1706529165665,"stop":1706529165666,"duration":1},"status":"broken","severity":"normal"},{"uid":"858eacff3415b9b1","name":"Push message with JSON payload","time":{"start":1706529367449,"stop":1706529367449,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9501f65180ce72c","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528998599,"stop":1706528998599,"duration":0},"status":"passed","severity":"normal"},{"uid":"45cfee4366998578","name":"Reusing cursor across nodes","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d97d00eb51ed91","name":"should handle a minimal index list","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b9d10db9a9cc5f","name":"Check publish message containing long","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"status":"passed","severity":"normal"},{"uid":"eeaba624bb711d04","name":"Check received message containing XML","time":{"start":1706529333273,"stop":1706529333273,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b228aa1ec2e1c74","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c4e4eaac66eb1a","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706529297072,"stop":1706529297072,"duration":0},"status":"passed","severity":"normal"},{"uid":"382495ec61ada9ea","name":"Push message with Arabic payload","time":{"start":1706529218506,"stop":1706529218507,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d1bbe0376c5d3c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706529403578,"stop":1706529403578,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cdbd8c483e0e37","name":"Generator, custom pubsub topic","time":{"start":1706529378204,"stop":1706529378206,"duration":2},"status":"passed","severity":"normal"},{"uid":"3076797b8175193c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706529092222,"stop":1706529092222,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b26464a1eeb8d5f","name":"Subscribe to topic containing short and publish message","time":{"start":1706529232499,"stop":1706529232499,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3ae8f7084671bf2","name":"Check message with extra parameter is not received","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"status":"passed","severity":"normal"},{"uid":"bafc966f5536626f","name":"Push message with escaped characters payload","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfc6d3b7f13d7f9f","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706528752254,"stop":1706528752254,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d9fff4da38193f9","name":"Push message with content topic containing short","time":{"start":1706529367452,"stop":1706529367452,"duration":0},"status":"passed","severity":"normal"},{"uid":"84286c56956ae208","name":"should throw error - no public key","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fa4772bd504e033","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706528814944,"stop":1706528814944,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f6b7bde4c0adfd","name":"Check received message containing shell command","time":{"start":1706529333234,"stop":1706529333234,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb90dc452008b267","name":"different cluster, same shard: nodes don't connect","time":{"start":1706529092192,"stop":1706529092193,"duration":1},"status":"broken","severity":"normal"},{"uid":"547d596e9225153f","name":"Subscribe to topic containing Script and receive message","time":{"start":1706528986015,"stop":1706528986016,"duration":1},"status":"passed","severity":"normal"},{"uid":"b410d2e734f6ad4a","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706528986019,"stop":1706528986020,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2cc73e01649cded","name":"unsubscribes","time":{"start":1706529389607,"stop":1706529389607,"duration":0},"status":"passed","severity":"normal"},{"uid":"6567dcc8af30a1af","name":"converts content topics to expected shard index","time":{"start":1706528729420,"stop":1706528729420,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6a5a31a0fd8bec","name":"Promise Callback - forward","time":{"start":1706529364250,"stop":1706529364251,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca3d009a710cbd8","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706528986014,"stop":1706528986014,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83982b940b45136","name":"Check publish message containing escaped characters","time":{"start":1706529223894,"stop":1706529223895,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bb5389e4a297193","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706529092217,"stop":1706529092217,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21bcaa67d49858b","name":"should set field with all protocols enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"9677e5ec30d7a5c4","name":"Check received message containing JSON","time":{"start":1706528965676,"stop":1706528965676,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06e911412f2cb72","name":"Fails to publish message with wrong content topic","time":{"start":1706529223900,"stop":1706529223900,"duration":0},"status":"passed","severity":"normal"},{"uid":"87e656dfbc3ff92a","name":"Check received message containing escaped characters","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"status":"passed","severity":"normal"},{"uid":"75dd8b8e6dfdeb6b","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706529398291,"stop":1706529398291,"duration":0},"status":"passed","severity":"normal"},{"uid":"804169b6df7577a3","name":"Check received message containing long","time":{"start":1706529333253,"stop":1706529333254,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bbbb771c9e599a8","name":"should properly create peer info with all multiaddrs","time":{"start":1706528736045,"stop":1706528736045,"duration":0},"status":"passed","severity":"normal"},{"uid":"642db85ec0cfe958","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706528857317,"stop":1706528857317,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e6f82b63a88f098","name":"Check message received after nwaku node is restarted","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a4b88c8706558557","name":"Push message with content topic containing special chars","time":{"start":1706529218524,"stop":1706529218525,"duration":1},"status":"passed","severity":"normal"},{"uid":"c575d5f25e12fad9","name":"Check message with no pubsub topic is not received","time":{"start":1706528965684,"stop":1706528965684,"duration":0},"status":"passed","severity":"normal"},{"uid":"aede67ce7f835fac","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706529297074,"stop":1706529297074,"duration":0},"status":"passed","severity":"normal"},{"uid":"d844d3a307366f69","name":"Push message with content topic containing Russian","time":{"start":1706529367471,"stop":1706529367471,"duration":0},"status":"passed","severity":"normal"},{"uid":"da051a3d634fd9ce","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706528735131,"stop":1706528735131,"duration":0},"status":"passed","severity":"normal"},{"uid":"880fc8604747eea6","name":"Check publish message containing unicode special characters","time":{"start":1706529223895,"stop":1706529223896,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f87e9d829e03fc1","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706528965682,"stop":1706528965682,"duration":0},"status":"passed","severity":"normal"},{"uid":"1abdce6922089dc4","name":"Push message with content topic containing escaped characters","time":{"start":1706529367478,"stop":1706529367479,"duration":1},"status":"passed","severity":"normal"},{"uid":"128041f51f63e93","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b5eb109f20cdaa9","name":"Publish without waiting for remote peer","time":{"start":1706529232496,"stop":1706529232496,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fdf7464314848f2","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706528735135,"stop":1706528735136,"duration":1},"status":"passed","severity":"normal"},{"uid":"a348c507a91ce632","name":"nwaku subscribes","time":{"start":1706529198490,"stop":1706529198490,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ce7f27ec528e9f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706528965681,"stop":1706528965682,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fd8ee6fd4a1c5a1","name":"topics with same application and version share the same shard","time":{"start":1706528729421,"stop":1706528729421,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a502cf228361c79","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d29998c069a9c7e","name":"Push message with content topic containing Arabic","time":{"start":1706529367470,"stop":1706529367470,"duration":0},"status":"passed","severity":"normal"},{"uid":"c06387ff943e62b2","name":"Relay + Store","time":{"start":1706528736047,"stop":1706528736048,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed21b9ec5322284","name":"same cluster, same shard: nodes connect","time":{"start":1706529092190,"stop":1706529092191,"duration":1},"status":"passed","severity":"normal"},{"uid":"40a871d78cf4b625","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706528985996,"stop":1706528985998,"duration":2},"status":"passed","severity":"normal"},{"uid":"c3973ff5ad505f88","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378214,"stop":1706529378215,"duration":1},"status":"passed","severity":"normal"},{"uid":"d24998a3a2b1b4f3","name":"Overlapping topic subscription","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"865d8b84b5bd8d34","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706529165662,"stop":1706529165662,"duration":0},"status":"passed","severity":"normal"},{"uid":"423bca152c152f6f","name":"same cluster, same shard: nodes connect","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cee1bfb9c7c91f7","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e2dace59f155209","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706528985992,"stop":1706528985993,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34cd7b95c0e31d7","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706529092221,"stop":1706529092222,"duration":1},"status":"passed","severity":"normal"},{"uid":"f92d68c1ecd7ffbe","name":"Ping on peer without subscriptions","time":{"start":1706528812085,"stop":1706528812085,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca484b51cd4d42f0","name":"Push message with short payload","time":{"start":1706529367432,"stop":1706529367433,"duration":1},"status":"passed","severity":"normal"},{"uid":"5917b26ef1b85c3d","name":"Subscribe to topic containing long and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"def0965b1c01be62","name":"Check received message containing long","time":{"start":1706528965669,"stop":1706528965670,"duration":1},"status":"passed","severity":"normal"},{"uid":"a42321f61c631b1c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528851378,"stop":1706528851378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c849b1c34c13945","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5038bcc074cf3a1","name":"Push message with content topic containing SQL Injection","time":{"start":1706529218528,"stop":1706529218529,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1d0486d9fa1db0c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528998596,"stop":1706528998597,"duration":1},"status":"passed","severity":"normal"},{"uid":"a533e4793261a8e5","name":"Check received message containing special chars","time":{"start":1706529333255,"stop":1706529333255,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a951aeb5bfa40e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706528986013,"stop":1706528986013,"duration":0},"status":"passed","severity":"normal"},{"uid":"90f1f2cf0596f13b","name":"Push message with content topic containing numeric","time":{"start":1706529367467,"stop":1706529367468,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9e709af187f5fba","name":"Check publish message containing numeric","time":{"start":1706529223889,"stop":1706529223889,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8220330fc90506","name":"Push message with content topic containing special chars","time":{"start":1706529367468,"stop":1706529367469,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8b707dcbc7a807","name":"Push message with custom timestamp: 1675770586384","time":{"start":1706529218543,"stop":1706529218543,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e657224a20ea7d","name":"Check received message containing Basic HTML tag","time":{"start":1706528965674,"stop":1706528965675,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a02ffb227575c1","name":"Check received message containing unicode special characters","time":{"start":1706528965679,"stop":1706528965680,"duration":1},"status":"passed","severity":"normal"},{"uid":"7af943144333e10a","name":"Ephemeral messages are not stored","time":{"start":1706528799362,"stop":1706528799362,"duration":0},"status":"passed","severity":"normal"},{"uid":"60e2eaaa2a5291b5","name":"A test","time":{"start":1706529061335,"stop":1706529061335,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab918ce955d13976","name":"Subscribe to topic containing long and receive message","time":{"start":1706529403577,"stop":1706529403578,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3e0530829b57af5","name":"Push message with Basic HTML tag payload","time":{"start":1706529367448,"stop":1706529367449,"duration":1},"status":"passed","severity":"normal"},{"uid":"c56c84c115e70fc","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213442,"stop":1706529213442,"duration":0},"status":"passed","severity":"normal"},{"uid":"c121b4e2cc71e2d9","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706528857319,"stop":1706528857320,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb4d5081e823f2da","name":"Check received message with timestamp: undefined ","time":{"start":1706528965682,"stop":1706528965683,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c359e8d8f880969","name":"should encode/decode to text encoding","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"status":"passed","severity":"normal"},{"uid":"941958abb07a6833","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"status":"passed","severity":"normal"},{"uid":"3430ef714e8d6fee","name":"should decode valid enr with tcp successfully","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afacc0b8b36f34b","name":"should set field with only STORE enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a314aad16d548b4","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706528814918,"stop":1706528814918,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca9f76bacee72a0","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528851379,"stop":1706528851380,"duration":1},"status":"passed","severity":"normal"},{"uid":"4020e80bc487ad3","name":"Subscribe to topic containing long and publish message","time":{"start":1706529232499,"stop":1706529232499,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6a7711b24c727","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706529092216,"stop":1706529092216,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6a60979b168c007","name":"isConnected should return false after all peers disconnect","time":{"start":1706528814969,"stop":1706528814970,"duration":1},"status":"passed","severity":"normal"},{"uid":"614d0dc5b92138b1","name":"Push message with content topic containing long","time":{"start":1706529218522,"stop":1706529218523,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f231957285d951e","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706528799363,"stop":1706528799363,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e664a764917e51","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706528752270,"stop":1706528752271,"duration":1},"status":"passed","severity":"normal"},{"uid":"a94e0ffa1437da2f","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706529092205,"stop":1706529092205,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6b415045f58d0f","name":"ignores unrecognized TXT record formats","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"956c3b6eefb8f62f","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b3435c78f4fc22","name":"Push 30 different messages","time":{"start":1706529218519,"stop":1706529218520,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b4066798e41dd1","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706528985984,"stop":1706528985985,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f072cb10e599f83","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706528752256,"stop":1706528752263,"duration":7},"status":"passed","severity":"normal"},{"uid":"9e5a49c7941f0056","name":"should get / set UDP multiaddr","time":{"start":1706528736042,"stop":1706528736042,"duration":0},"status":"passed","severity":"normal"},{"uid":"e543e9ee95863cbb","name":"Check received message containing escaped characters","time":{"start":1706528965679,"stop":1706528965679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad729e663cf3e82c","name":"Check publish message containing XML","time":{"start":1706529223892,"stop":1706529223893,"duration":1},"status":"passed","severity":"normal"},{"uid":"694fa5e4e6a85418","name":"Relay","time":{"start":1706528794128,"stop":1706528794129,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5eb1fa423605c4d","name":"Relay - dialed after","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"status":"passed","severity":"normal"},{"uid":"c52de877bcf9daf4","name":"Push message with special chars payload","time":{"start":1706529218503,"stop":1706529218504,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcff4f177467085a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061226,"stop":1706529061226,"duration":0},"status":"passed","severity":"normal"},{"uid":"254c40074837a049","name":"Promise Callback - backward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ab40b38f933557a","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706529398287,"stop":1706529398288,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa4103d2c0f2f95f","name":"Default pageSize","time":{"start":1706529395070,"stop":1706529395070,"duration":0},"status":"passed","severity":"normal"},{"uid":"604012385fbb36ac","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"f02a33a70629efe1","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706528814937,"stop":1706528814938,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b5ce5fa15b52f7c","name":"Push message with content topic containing XML","time":{"start":1706529367473,"stop":1706529367474,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5bd8eb61771058b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"356a22bd99f37b6a","name":"Push message with shell command payload","time":{"start":1706529218515,"stop":1706529218516,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaff90e7b6532780","name":"should not fail to stop the service if it was not started","time":{"start":1706529268051,"stop":1706529268051,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5fab43aef7d531e","name":"Subscribe to topic containing Script and receive message","time":{"start":1706529403579,"stop":1706529403580,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca7cf4a4da38bb91","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706528857314,"stop":1706528857314,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8bc03813bf492fb","name":"Check message with no content topic is not received","time":{"start":1706528965684,"stop":1706528965685,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f637dc431849ef4","name":"Query Generator, No message returned","time":{"start":1706529332308,"stop":1706529332309,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffdfdc724248d646","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706528814914,"stop":1706528814914,"duration":0},"status":"passed","severity":"normal"},{"uid":"129ce1c5d88d51d4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44434a53d47d69f","name":"isConnected should return false after all peers disconnect","time":{"start":1706528814917,"stop":1706528814917,"duration":0},"status":"passed","severity":"normal"},{"uid":"51d3bc9631d4adc3","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706528752634,"stop":1706528752634,"duration":0},"status":"skipped","severity":"normal"},{"uid":"54da2162c35ad254","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7882f8c6ccda084","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061222,"stop":1706529061223,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5a1fdfd6951ea07","name":"should properly create location multiaddrs - tcp6","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d2544911205b83f","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706529365899,"stop":1706529365899,"duration":0},"status":"passed","severity":"normal"},{"uid":"91189ccd4e80e3b7","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"824a38c995622227","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fd369e10fb74f26","name":"Nwaku publishes","time":{"start":1706529198491,"stop":1706529198491,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f64ab81925047ee","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"213b4246cb94cb03","name":"Privacy Node - default protocol","time":{"start":1706529410671,"stop":1706529410672,"duration":1},"status":"passed","severity":"normal"},{"uid":"d950d1e384220a52","name":"Push message with Basic HTML tag payload","time":{"start":1706529218510,"stop":1706529218514,"duration":4},"status":"passed","severity":"normal"},{"uid":"133c2d0d4d52fb44","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7abdb4115863d6f","name":"Check received message containing short","time":{"start":1706529333227,"stop":1706529333227,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f49e13e0286b8e6","name":"Fails to publish message with empty text","time":{"start":1706529223900,"stop":1706529223900,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b34b7f19e503a1","name":"should encode/decode to RLP encoding","time":{"start":1706528736041,"stop":1706528736041,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1fad5ff77a35af7","name":"Query generator for multiple messages with different content topic format","time":{"start":1706529365899,"stop":1706529365900,"duration":1},"status":"passed","severity":"normal"},{"uid":"eef4cfbdc81c8c4c","name":"Relay + Store","time":{"start":1706528794129,"stop":1706528794129,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb714ca7f3b9fc1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706529092207,"stop":1706529092208,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b75009a14d488","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706528735130,"stop":1706528735130,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde06057ec170701","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706529398290,"stop":1706529398290,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa53b6299ed8475","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaabb071e78ed9b0","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706529223901,"stop":1706529223901,"duration":0},"status":"passed","severity":"normal"},{"uid":"687c6c65d31793d5","name":"Overlapping topic subscription","time":{"start":1706528986006,"stop":1706528986007,"duration":1},"status":"passed","severity":"normal"},{"uid":"534565d0f29e9389","name":"throws on content topic with empty version field","time":{"start":1706528729418,"stop":1706528729418,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcb0b75ef051897","name":"Push message with custom timestamp: 1706532586384","time":{"start":1706529218544,"stop":1706529218544,"duration":0},"status":"passed","severity":"normal"},{"uid":"68cb625ff7e6a01f","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706529092214,"stop":1706529092214,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea5df258b9fd8de","name":"should throw an error for insufficient data","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"status":"passed","severity":"normal"},{"uid":"693e013db42d32e8","name":"Check received message containing Script","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"status":"passed","severity":"normal"},{"uid":"918446a1f8e73f3","name":"Passing page size 10 when there are 10 messages","time":{"start":1706529395067,"stop":1706529395067,"duration":0},"status":"passed","severity":"normal"},{"uid":"24f3fc411b99708c","name":"LightPush","time":{"start":1706529410670,"stop":1706529410671,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bf21be0622a236d","name":"Push message with custom timestamp: 1706525365833","time":{"start":1706529367482,"stop":1706529367483,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e2901af9f017ca3","name":"tcp ip4 address","time":{"start":1706528735263,"stop":1706528735264,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4c29428322301e2","name":"Encoder throws on empty string content topic","time":{"start":1706528760735,"stop":1706528760736,"duration":1},"status":"passed","severity":"normal"},{"uid":"62cdf4ddfea570c0","name":"Rejects garbage","time":{"start":1706528746047,"stop":1706528746047,"duration":0},"status":"passed","severity":"normal"},{"uid":"84c68e872b08f437","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed4ecc6e4fa61d9","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a2346e54fa560f2","name":"Passing an array","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"a19200e64bc12a24","name":"Check publish message after service node is restarted","time":{"start":1706529223902,"stop":1706529223902,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5c0eb9564d18dd39","name":"Push message with content topic containing JSON","time":{"start":1706529218532,"stop":1706529218533,"duration":1},"status":"passed","severity":"normal"},{"uid":"d226d1734c469d99","name":"Subscribe and receive messages via lightPush","time":{"start":1706529403565,"stop":1706529403565,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb15752567793f0b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857318,"stop":1706528857318,"duration":0},"status":"passed","severity":"normal"},{"uid":"c446055690ca9377","name":"Check received message with extra option is received","time":{"start":1706528965686,"stop":1706528965686,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8be24b10ef3676","name":"same cluster, different shard: nodes connect","time":{"start":1706529092191,"stop":1706529092191,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd60f9d33bc0c8fd","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528998593,"stop":1706528998593,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f81c2c5812bab65","name":"Ping on peer without subscriptions","time":{"start":1706528848468,"stop":1706528848469,"duration":1},"status":"passed","severity":"normal"},{"uid":"93df6720ecfbc5cb","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706529403569,"stop":1706529403569,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b1daa2adf57a92","name":"Push message with emoji payload","time":{"start":1706529218518,"stop":1706529218519,"duration":1},"status":"passed","severity":"normal"},{"uid":"14ec21fcf1ba3649","name":"should properly create location multiaddrs - tcp","time":{"start":1706528736044,"stop":1706528736045,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf70a0a4cbc069f","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706529232501,"stop":1706529232502,"duration":1},"status":"passed","severity":"normal"},{"uid":"764a3ddf1623802d","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"status":"passed","severity":"normal"},{"uid":"4137c25b7370fe9f","name":"Push message with content topic containing unicode special characters","time":{"start":1706529367479,"stop":1706529367479,"duration":0},"status":"passed","severity":"normal"},{"uid":"632d4f4a5f810c0c","name":"Decoder throws on empty string content topic","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aaa0221553a662b","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528998594,"stop":1706528998595,"duration":1},"status":"passed","severity":"normal"},{"uid":"4636cb6115b2d7a8","name":"creates an iterator","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"status":"passed","severity":"normal"},{"uid":"72fa13ee143e079","name":"Does not throw an exception when node disconnects","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6d80e43b4b09371","name":"should not receive a peer event after stop","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ba80d49de355e7","name":"Subscribe to topic containing short and receive message","time":{"start":1706528986011,"stop":1706528986012,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fd5a4192ab064","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706529398289,"stop":1706529398289,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5234d1d71ba8f9","name":"Check received message containing numeric","time":{"start":1706528965670,"stop":1706528965670,"duration":0},"status":"passed","severity":"normal"},{"uid":"38967c0d51fac91b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706529403580,"stop":1706529403580,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f666053f8f34dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857315,"stop":1706528857316,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4d92de4e992721e","name":"Push message with long payload","time":{"start":1706529218502,"stop":1706529218503,"duration":1},"status":"passed","severity":"normal"},{"uid":"a02e709859df094f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706529092203,"stop":1706529092203,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b323013b62c514","name":"Push message with content topic containing emoji","time":{"start":1706529218536,"stop":1706529218537,"duration":1},"status":"passed","severity":"normal"},{"uid":"859aa3ffc705045","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706529092207,"stop":1706529092207,"duration":0},"status":"passed","severity":"normal"},{"uid":"66a85663b73598aa","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706528814914,"stop":1706528814915,"duration":1},"status":"passed","severity":"normal"},{"uid":"1325cb8c83927503","name":"Subscribe and receive messages via waku relay post","time":{"start":1706529403575,"stop":1706529403575,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd2e9faccde7eba1","name":"Check received message containing Arabic","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb250ee71f4e0259","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce29edf85a285fb1","name":"Check received message containing numeric","time":{"start":1706529333254,"stop":1706529333254,"duration":0},"status":"passed","severity":"normal"},{"uid":"219ab90655596dec","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706528735133,"stop":1706528735134,"duration":1},"status":"passed","severity":"normal"},{"uid":"6582e1a6fb2ee34f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706529333277,"stop":1706529333277,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa0ec5613ca9fcb","name":"Query with Promise Callback, No Decoder","time":{"start":1706529332317,"stop":1706529332318,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc2b2366ecca8d40","name":"Push message with content topic containing shell command","time":{"start":1706529218533,"stop":1706529218534,"duration":1},"status":"passed","severity":"normal"},{"uid":"c253b1ef5e6023c0","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706528986000,"stop":1706528986000,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c0cab566b91274a","name":"Push message with Russian payload","time":{"start":1706529218507,"stop":1706529218508,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d2060dfd5572c24","name":"Subscribe to topic containing Script and publish message","time":{"start":1706529232503,"stop":1706529232503,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eaafd8958afd906","name":"recovers when dns.resolve returns empty","time":{"start":1706528752630,"stop":1706528752630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e265da06ddab88b","name":"Mutual subscription","time":{"start":1706529232495,"stop":1706529232495,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60e1ae3a455e953","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706528752255,"stop":1706528752256,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd8086bf8fb00ce2","name":"Check received message containing shell command","time":{"start":1706529333274,"stop":1706529333275,"duration":1},"status":"passed","severity":"normal"},{"uid":"335216237561b736","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092200,"stop":1706529092200,"duration":0},"status":"passed","severity":"normal"},{"uid":"6745382e4060f92d","name":"Check meta is set [ecies]","time":{"start":1706528760734,"stop":1706528760735,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bfe583757a7752","name":"Subscribe and receive messages via lightPush","time":{"start":1706529403574,"stop":1706529403574,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c39e4bfb9fdb34b","name":"Check received message containing escaped characters","time":{"start":1706529333234,"stop":1706529333235,"duration":1},"status":"passed","severity":"normal"},{"uid":"61373f58c4cf6594","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706529092200,"stop":1706529092202,"duration":2},"status":"passed","severity":"normal"},{"uid":"e8cebfc8e38a8be1","name":"Push message with content topic containing long","time":{"start":1706529367452,"stop":1706529367467,"duration":15},"status":"passed","severity":"normal"},{"uid":"d8749bb73a0c417","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706529403574,"stop":1706529403575,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba6c7791532dbf49","name":"retrieves a single peer","time":{"start":1706528752628,"stop":1706528752629,"duration":1},"status":"passed","severity":"normal"},{"uid":"58c00abc86c7c61a","name":"Generator, custom pubsub topic","time":{"start":1706529378212,"stop":1706529378213,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5d1dde7cfdd1667","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706528758829,"stop":1706528758830,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dc379dc724095f9","name":"throws on empty content topic","time":{"start":1706528729415,"stop":1706528729415,"duration":0},"status":"passed","severity":"normal"},{"uid":"3abd95cdac6e4540","name":"Check publish message containing Script","time":{"start":1706529223892,"stop":1706529223892,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8f7c167e34782e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706528986014,"stop":1706528986014,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ad5b0775b9ffb32","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706529092198,"stop":1706529092200,"duration":2},"status":"broken","severity":"normal"},{"uid":"248f79113014946c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061221,"stop":1706529061222,"duration":1},"status":"passed","severity":"normal"},{"uid":"7014bab0fa3f866c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528851378,"stop":1706528851379,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c647b960894306d","name":"Check received message with timestamp: 1706528776509000000 ","time":{"start":1706529333236,"stop":1706529333237,"duration":1},"status":"passed","severity":"normal"},{"uid":"17f443c192f06866","name":"Push message with content topic containing Script","time":{"start":1706529218529,"stop":1706529218530,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c435a43592914fa","name":"should set field with all protocols disabled","time":{"start":1706528736045,"stop":1706528736045,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec182256362f6fe7","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706529092204,"stop":1706529092205,"duration":1},"status":"passed","severity":"normal"},{"uid":"d689177574d32db6","name":"Check received message containing emoji","time":{"start":1706529333235,"stop":1706529333236,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d9a6e2617c04e82","name":"Ephemeral field set to true","time":{"start":1706528742327,"stop":1706528742327,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bace481f82a6f0","name":"1 Relay, 1 fetch","time":{"start":1706528752295,"stop":1706528752295,"duration":0},"status":"passed","severity":"normal"},{"uid":"b74ec45885e4ad63","name":"Passing page size 0 when there are 110 messages","time":{"start":1706529395064,"stop":1706529395065,"duration":1},"status":"passed","severity":"normal"},{"uid":"d623b2c04c2bf330","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706528736037,"stop":1706528736037,"duration":0},"status":"passed","severity":"normal"},{"uid":"18643766430bc9bb","name":"should be able to encode the field with only STORE set to true","time":{"start":1706528735129,"stop":1706528735129,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9585fb14534ea9e","name":"Check received message containing numeric","time":{"start":1706529333228,"stop":1706529333228,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f80c38e8a7d42b4","name":"Push message with custom timestamp: 1706532565833","time":{"start":1706529367483,"stop":1706529367484,"duration":1},"status":"passed","severity":"normal"},{"uid":"9196071e6fd84109","name":"Passing page size 110 when there are 120 messages","time":{"start":1706529395069,"stop":1706529395070,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3787b18105f7c6","name":"Fails to push message with empty content topic","time":{"start":1706529367480,"stop":1706529367480,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b1cce75252f812","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706528735126,"stop":1706528735128,"duration":2},"status":"passed","severity":"normal"},{"uid":"6e9c54c35d878910","name":"Push message with content topic containing Arabic","time":{"start":1706529218526,"stop":1706529218527,"duration":1},"status":"passed","severity":"normal"},{"uid":"386945489f37932c","name":"Check message with non string payload is not received","time":{"start":1706528965685,"stop":1706528965686,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a2d386f8c5af0e7","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706528735137,"stop":1706528735137,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54bbbab1f84e8be","name":"Check received message containing unicode special characters","time":{"start":1706529333275,"stop":1706529333275,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed630e4a124d8411","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706528741681,"stop":1706528741682,"duration":1},"status":"passed","severity":"normal"},{"uid":"f479ea21854f3387","name":"Delete observer","time":{"start":1706529167076,"stop":1706529167076,"duration":0},"status":"passed","severity":"normal"},{"uid":"b88e07981de80d70","name":"can dial TLS multiaddrs","time":{"start":1706529098415,"stop":1706529098416,"duration":1},"status":"passed","severity":"normal"},{"uid":"95442c694ec0c263","name":"different cluster, different shard: nodes don't connect","time":{"start":1706529165668,"stop":1706529165669,"duration":1},"status":"broken","severity":"normal"},{"uid":"bb8944d45d81e710","name":"Check received message containing Russian","time":{"start":1706529333262,"stop":1706529333263,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4cdebadc96075e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706528998597,"stop":1706528998598,"duration":1},"status":"passed","severity":"normal"},{"uid":"54b1aab0235588e2","name":"should emit a peer event after start","time":{"start":1706529268052,"stop":1706529268052,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5c3d618f197564d","name":"Check message on other pubsub topic is not received","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"status":"passed","severity":"normal"},{"uid":"7493401db8548612","name":"can start and stop the service","time":{"start":1706528787515,"stop":1706528787516,"duration":1},"status":"passed","severity":"normal"},{"uid":"7500e11ba6bc354d","name":"Ping on unsubscribed peer","time":{"start":1706528848469,"stop":1706528848469,"duration":0},"status":"passed","severity":"normal"},{"uid":"63b6767a9f5388f4","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706529232505,"stop":1706529232505,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed95009ace7d07f7","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb63b56fea3bb48e","name":"Ping on subscribed peer","time":{"start":1706528812084,"stop":1706528812085,"duration":1},"status":"passed","severity":"normal"},{"uid":"b998303e857e130","name":"Fails to push message bigger that 1MB","time":{"start":1706529367486,"stop":1706529367487,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3e205b416a8c227","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706529092195,"stop":1706529092196,"duration":1},"status":"passed","severity":"normal"},{"uid":"528739c53d4a36e0","name":"should throw error - no public key","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"da46e6d8642fe751","name":"Subscribe and receives messages on 20 topics","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"42f1de0adad9963f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706528985983,"stop":1706528985984,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd6e059f97b0d74d","name":"Check message received after nwaku node is restarted","time":{"start":1706529333252,"stop":1706529333253,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cec670752ff9cc0","name":"Push message with JSON payload","time":{"start":1706529218514,"stop":1706529218515,"duration":1},"status":"passed","severity":"normal"},{"uid":"63dc16f1587ac716","name":"Store - dialed after - with timeout","time":{"start":1706529410670,"stop":1706529410670,"duration":0},"status":"passed","severity":"normal"},{"uid":"97f9ab9676ded01","name":"Check received message with timestamp: 1706528776509 ","time":{"start":1706529333276,"stop":1706529333277,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bc5656f2c7c269d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"81eb52f2c986da05","name":"Check message with invalid timestamp is not received","time":{"start":1706529333279,"stop":1706529333280,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1c85e1c5b11404c","name":"Ping on unsubscribed peer","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb50980f8905478c","name":"Overlapping topic subscription","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"status":"passed","severity":"normal"},{"uid":"c19a6fe158cda167","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706528735131,"stop":1706528735132,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ad2059569b2ad8a","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706528735129,"stop":1706528735130,"duration":1},"status":"passed","severity":"normal"},{"uid":"38d19582cc05e5fe","name":"Encoder throws on undefined content topic","time":{"start":1706528758832,"stop":1706528758833,"duration":1},"status":"passed","severity":"normal"},{"uid":"c83ac71e0beeaf8a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706528814969,"stop":1706528814969,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d5216d190b64a04","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857316,"stop":1706528857316,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c62daa1299f13c","name":"Check received message containing Chinese","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f7a7b5e35352be","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706528814913,"stop":1706528814913,"duration":0},"status":"passed","severity":"normal"},{"uid":"e063b5f48b64237c","name":"can start and stop the service","time":{"start":1706529268050,"stop":1706529268051,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c3ca957b100a607","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706529382344,"stop":1706529382345,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b90a1d281680d1e","name":"Decoder throws on empty string content topic","time":{"start":1706528760736,"stop":1706528760736,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c1a96872c4c8df1","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706529382345,"stop":1706529382345,"duration":0},"status":"passed","severity":"normal"},{"uid":"be29ff972ab55f83","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529061223,"stop":1706529061224,"duration":1},"status":"passed","severity":"normal"},{"uid":"41489ea25945e0f1","name":"Check publish message containing Russian","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df508e92085db9","name":"Refresh subscription","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d6fccf5e81a1e8e","name":"Subscribe to topic containing XML and publish message","time":{"start":1706529232503,"stop":1706529232503,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c2c9957a4426011","name":"Push message with content topic containing SQL Injection","time":{"start":1706529367471,"stop":1706529367472,"duration":1},"status":"passed","severity":"normal"},{"uid":"4721d449fd5c43c0","name":"Used by Waku Relay","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aeac5c04d6c484a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706529407523,"stop":1706529407523,"duration":0},"status":"passed","severity":"normal"},{"uid":"400a93846f472cb4","name":"should not receive a peer event before start","time":{"start":1706528787519,"stop":1706528787519,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa261925a780f5b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706528986013,"stop":1706528986013,"duration":0},"status":"passed","severity":"normal"},{"uid":"14b1ef234dda7bca","name":"Subscribe and receives messages on 20 topics","time":{"start":1706528985993,"stop":1706528985994,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1d1b92050ab6f85","name":"Refresh subscription","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"status":"skipped","severity":"normal"},{"uid":"64c19d00c26f6599","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706529092221,"stop":1706529092221,"duration":0},"status":"passed","severity":"normal"},{"uid":"f61ddbe49ed87ee5","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706529403574,"stop":1706529403574,"duration":0},"status":"passed","severity":"normal"},{"uid":"46e0f1c91919d45f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706529403582,"stop":1706529403582,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb77b229d64c80a3","name":"Push message with Chinese payload","time":{"start":1706529367437,"stop":1706529367438,"duration":1},"status":"passed","severity":"normal"},{"uid":"25584f096b2d177a","name":"Subscribe and receive messages via waku relay post","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd5e113511920df1","name":"Check message with no content topic is not received","time":{"start":1706529333281,"stop":1706529333281,"duration":0},"status":"passed","severity":"normal"},{"uid":"f835def9a0a31217","name":"configure the node with multiple pubsub topics","time":{"start":1706529248592,"stop":1706529248597,"duration":5},"status":"passed","severity":"normal"},{"uid":"4584739d92159b7e","name":"Check publish message containing special chars","time":{"start":1706529223889,"stop":1706529223890,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d484d2e18cb343e","name":"Push message with meta","time":{"start":1706529218538,"stop":1706529218542,"duration":4},"status":"passed","severity":"normal"},{"uid":"b1270748216703b2","name":"Refresh subscription","time":{"start":1706529403568,"stop":1706529403568,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada15d10c8dd207f","name":"Push message with rate limit","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"status":"passed","severity":"normal"},{"uid":"f24223c8b74f0da","name":"Push to array if already present","time":{"start":1706528729253,"stop":1706528729253,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f35cadf773f0fbc","name":"Push message with content topic containing Chinese","time":{"start":1706529367469,"stop":1706529367470,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d2b27dc83dc91fb","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706529398288,"stop":1706529398289,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f5ed3524782f286","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706529061224,"stop":1706529061226,"duration":2},"status":"passed","severity":"normal"},{"uid":"ebae94bcf547ba33","name":"Check message with non string payload is not received","time":{"start":1706529333281,"stop":1706529333282,"duration":1},"status":"passed","severity":"normal"},{"uid":"95e6e864d1a7d2ff","name":"Publish message with rate limit","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6155f88e6fc4f3d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706528752632,"stop":1706528752633,"duration":1},"status":"passed","severity":"normal"},{"uid":"befbd373c9887126","name":"Check message with invalid timestamp is not received","time":{"start":1706528965683,"stop":1706528965683,"duration":0},"status":"passed","severity":"normal"},{"uid":"a821c4b4c5d2a165","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706528729636,"stop":1706528729636,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9ef462812c3115","name":"Check received message containing short","time":{"start":1706529333253,"stop":1706529333253,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df475d377264fd1","name":"Subscribe to topic containing short and receive message","time":{"start":1706529403568,"stop":1706529403569,"duration":1},"status":"passed","severity":"normal"},{"uid":"f70bf22de7cb7b09","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706529232497,"stop":1706529232498,"duration":1},"status":"passed","severity":"normal"},{"uid":"175ad5ff8380d0ea","name":"Decoder throws on empty string content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb401e390518a27","name":"handles multiple messages","time":{"start":1706529389606,"stop":1706529389606,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc5f96b3ab7dc52a","name":"should be called for bootstrap peers","time":{"start":1706528814919,"stop":1706528814919,"duration":0},"status":"passed","severity":"normal"},{"uid":"563fd2bd80d3dfe8","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706529333241,"stop":1706529333241,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2345427f170d619","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706529223901,"stop":1706529223902,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c5549f1b75ae982","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706528752269,"stop":1706528752270,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3f776913e277b9a","name":"Push message with Russian payload","time":{"start":1706529367439,"stop":1706529367439,"duration":0},"status":"passed","severity":"normal"},{"uid":"32146574d3c9e9b3","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706528742088,"stop":1706528742089,"duration":1},"status":"passed","severity":"normal"},{"uid":"84bea699b275d6b4","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092208,"stop":1706529092208,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e52320eff3be14","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378206,"stop":1706529378207,"duration":1},"status":"passed","severity":"normal"},{"uid":"20722b7db0037e51","name":"Using a function","time":{"start":1706529405490,"stop":1706529405490,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b0cb2a24bc8075","name":"can start the service","time":{"start":1706529268050,"stop":1706529268050,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dd87be5e3c6d2a4","name":"Encoder throws on undefined content topic","time":{"start":1706528742328,"stop":1706528742328,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fac9aca5f0381c0","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706529407525,"stop":1706529407525,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd16a049848a108","name":"Check received message containing emoji","time":{"start":1706528965680,"stop":1706528965680,"duration":0},"status":"passed","severity":"normal"},{"uid":"33f34ccc599a45aa","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"status":"passed","severity":"normal"},{"uid":"da25cdab86657202","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706528857320,"stop":1706528857320,"duration":0},"status":"passed","severity":"normal"},{"uid":"b99c59edcc18541c","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706529232500,"stop":1706529232501,"duration":1},"status":"passed","severity":"normal"},{"uid":"381c294e7dddc11c","name":"Check message received after jswaku node is restarted","time":{"start":1706529333252,"stop":1706529333252,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1ba272d28acce758","name":"Check publish message containing short","time":{"start":1706529223888,"stop":1706529223888,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ae8d4387abb892d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0f0c08300a5a608","name":"Subscribe to topic containing XML and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"306777f6734540cd","name":"Check received message containing JSON","time":{"start":1706529333233,"stop":1706529333234,"duration":1},"status":"passed","severity":"normal"},{"uid":"26c2a2a6fbcd3e16","name":"Ping on peer without subscriptions","time":{"start":1706528848467,"stop":1706528848467,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f5674c9218acb73","name":"Push message with content topic containing Russian","time":{"start":1706529218527,"stop":1706529218528,"duration":1},"status":"passed","severity":"normal"},{"uid":"d091cb1eacbb4a23","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706529398287,"stop":1706529398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5663f57ab1aef7","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706528729637,"stop":1706528729637,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bedeb208072418f","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706528752264,"stop":1706528752268,"duration":4},"status":"passed","severity":"normal"},{"uid":"d72c1754c5d62dee","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706529332309,"stop":1706529332310,"duration":1},"status":"passed","severity":"normal"},{"uid":"554f3ed2cf5101f5","name":"Push message with custom timestamp: 1675770565833","time":{"start":1706529367482,"stop":1706529367482,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d4824c4ff4e696","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706528735137,"stop":1706528735137,"duration":0},"status":"passed","severity":"normal"},{"uid":"3322a3d9b6037712","name":"Nodes with multiple pubsub topic","time":{"start":1706529213426,"stop":1706529213427,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aea214ba9119ee","name":"Push message with content topic containing Chinese","time":{"start":1706529218525,"stop":1706529218525,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c2e7521ef9da08","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706528814912,"stop":1706528814913,"duration":1},"status":"passed","severity":"normal"},{"uid":"91b5b9e41328e186","name":"Decoder throws on undefined content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9cd78fddc12da1f","name":"throws on content topic with non-number generation field","time":{"start":1706528729416,"stop":1706528729417,"duration":1},"status":"passed","severity":"normal"},{"uid":"8526f72b034747db","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706528857320,"stop":1706528857321,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6f5ce153c357237","name":"Push message on custom pubsubTopic","time":{"start":1706529061222,"stop":1706529061222,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac102b3244e27286","name":"Push message with content topic containing JSON","time":{"start":1706529367475,"stop":1706529367476,"duration":1},"status":"passed","severity":"normal"},{"uid":"83ff253c950a57f6","name":"Generator, custom pubsub topic","time":{"start":1706529378209,"stop":1706529378210,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e1d1c7063004100","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef272f41a28603b7","name":"Check received message containing unicode special characters","time":{"start":1706529333235,"stop":1706529333235,"duration":0},"status":"passed","severity":"normal"},{"uid":"38a637dfc09160c0","name":"it tolerates circular branch references","time":{"start":1706528752629,"stop":1706528752629,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff9de4cb5b897567","name":"Relay - times out","time":{"start":1706529410669,"stop":1706529410670,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd49277081b8f6f0","name":"Push message with Script payload","time":{"start":1706529218509,"stop":1706529218509,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d4afcbc9af8f72a","name":"Check message received after jswaku node is restarted","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f9696e2b163fa4de","name":"Decoder throws on undefined content topic","time":{"start":1706528758834,"stop":1706528758834,"duration":0},"status":"passed","severity":"normal"},{"uid":"135976ed8e001e34","name":"should not fail to start the service if it is already started","time":{"start":1706529268051,"stop":1706529268052,"duration":1},"status":"passed","severity":"normal"},{"uid":"1398704a46c00477","name":"Check received message with timestamp: 1706528776509000000 ","time":{"start":1706529333276,"stop":1706529333276,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbfc07501cf0ea4b","name":"returns all values when wanted number matches available values","time":{"start":1706528751472,"stop":1706528751474,"duration":2},"status":"passed","severity":"normal"},{"uid":"4e34aaf695a2fa9f","name":"Push message with unicode special characters payload","time":{"start":1706529367450,"stop":1706529367450,"duration":0},"status":"passed","severity":"normal"},{"uid":"e842953fd9095106","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706528742088,"stop":1706528742088,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7da9f1c75da288","name":"Check received message containing SQL Injection","time":{"start":1706528965673,"stop":1706528965673,"duration":0},"status":"passed","severity":"normal"},{"uid":"593651d5011e593e","name":"Push message with content topic containing escaped characters","time":{"start":1706529218534,"stop":1706529218535,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b7bcb10c6edc945","name":"Check received message containing SQL Injection","time":{"start":1706529333263,"stop":1706529333263,"duration":0},"status":"passed","severity":"normal"},{"uid":"a492eb58553a6331","name":"same cluster, different shard: nodes connect","time":{"start":1706529165663,"stop":1706529165663,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b9b5103e16b6b12","name":"Check publish message containing Arabic","time":{"start":1706529223890,"stop":1706529223891,"duration":1},"status":"passed","severity":"normal"},{"uid":"afcdfbacb68bac22","name":"Check message with no payload is not received","time":{"start":1706528965685,"stop":1706528965685,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62f4ff21f3575b9","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706528760733,"stop":1706528760734,"duration":1},"status":"passed","severity":"normal"},{"uid":"d22d61fc50144ff2","name":"Ping on subscribed peer","time":{"start":1706528848466,"stop":1706528848466,"duration":0},"status":"passed","severity":"normal"},{"uid":"407b70cd1351033e","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706529403575,"stop":1706529403575,"duration":0},"status":"passed","severity":"normal"},{"uid":"bed6538d2086f160","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706529332310,"stop":1706529332313,"duration":3},"status":"passed","severity":"normal"},{"uid":"5837e9ef5a5636ab","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706529218531,"stop":1706529218532,"duration":1},"status":"passed","severity":"normal"},{"uid":"caca9a108556a58f","name":"Subscribe to topic containing short and receive message","time":{"start":1706529403577,"stop":1706529403577,"duration":0},"status":"passed","severity":"normal"},{"uid":"4eb6b5f8404a6875","name":"Push message with unicode special characters payload","time":{"start":1706529218517,"stop":1706529218518,"duration":1},"status":"passed","severity":"normal"},{"uid":"87b7b7e0515727fe","name":"Query generator for multiple messages","time":{"start":1706529365898,"stop":1706529365898,"duration":0},"status":"passed","severity":"normal"},{"uid":"4be27b50da3f4453","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528851380,"stop":1706528851381,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb68922335528ec2","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706529092202,"stop":1706529092203,"duration":1},"status":"passed","severity":"normal"},{"uid":"368e058aee907ab2","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378206,"stop":1706529378206,"duration":0},"status":"passed","severity":"normal"},{"uid":"b784477200b419fb","name":"Check publish message containing JSON","time":{"start":1706529223893,"stop":1706529223894,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b5420961ad243a9","name":"Push message with meta","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a92877c5d488f4","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706529248597,"stop":1706529248597,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b742e250f0a1313","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706529332307,"stop":1706529332307,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d7b996b471ffe17","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528998592,"stop":1706528998593,"duration":1},"status":"passed","severity":"normal"},{"uid":"562cd6ebc19c711c","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706528752271,"stop":1706528752272,"duration":1},"status":"passed","severity":"normal"},{"uid":"a57f86a01f204dc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092210,"stop":1706529092210,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f4bde40a5e38f8","name":"Check received message containing XML","time":{"start":1706529333232,"stop":1706529333233,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0814570852d53ac","name":"Check received message containing short","time":{"start":1706528965669,"stop":1706528965669,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb2402260b66d4ff","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706528760734,"stop":1706528760734,"duration":0},"status":"passed","severity":"normal"},{"uid":"885dff02c8b7f527","name":"Push message with content topic containing unicode special characters","time":{"start":1706529218535,"stop":1706529218536,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e9b1ab36ded7df","name":"Check received message containing SQL Injection","time":{"start":1706529333230,"stop":1706529333231,"duration":1},"status":"passed","severity":"normal"},{"uid":"6658a4f5fee5b5fc","name":"Nodes with multiple pubsub topic","time":{"start":1706529213443,"stop":1706529213443,"duration":0},"status":"passed","severity":"normal"},{"uid":"95cdf337f84852fa","name":"Ordered Callback - backward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"d939babceb8339ea","name":"1 Store, 2 fetches","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"status":"passed","severity":"normal"},{"uid":"54f12c80c69bc2b0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706529403580,"stop":1706529403581,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6923f624e367586","name":"should not receive a peer event before start","time":{"start":1706529268053,"stop":1706529268053,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8a9702e2a1328c2","name":"Check meta is set [symmetric]","time":{"start":1706528758831,"stop":1706528758832,"duration":1},"status":"passed","severity":"normal"},{"uid":"cccae34cea79a07b","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528998597,"stop":1706528998597,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0efb4ca2907c628","name":"Check received message containing Script","time":{"start":1706529333231,"stop":1706529333232,"duration":1},"status":"passed","severity":"normal"},{"uid":"92fbeedaa534755e","name":"Check message with non string payload is not received","time":{"start":1706529333251,"stop":1706529333251,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3601fbb5f4b3fa7","name":"should emit a peer event after start","time":{"start":1706528787518,"stop":1706528787519,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcc501b29cc1c69f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706528998595,"stop":1706528998596,"duration":1},"status":"passed","severity":"normal"},{"uid":"8832fbed40d54b4","name":"should return false","time":{"start":1706528736040,"stop":1706528736040,"duration":0},"status":"passed","severity":"normal"},{"uid":"528f49eebd426394","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706529398286,"stop":1706529398287,"duration":1},"status":"passed","severity":"normal"},{"uid":"ede2751ca1ca637d","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae6e1ed5a42a0f7","name":"Check received message containing Chinese","time":{"start":1706529333229,"stop":1706529333229,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffbf9ebafe48640f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213444,"stop":1706529213445,"duration":1},"status":"passed","severity":"normal"},{"uid":"84cba2ba58211d0d","name":"Encoder throws on undefined content topic","time":{"start":1706528760735,"stop":1706528760735,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1d9505d9cbe8cf","name":"Filter","time":{"start":1706529410671,"stop":1706529410671,"duration":0},"status":"passed","severity":"normal"},{"uid":"5046052c01c552f1","name":"Check message received after jswaku node is restarted","time":{"start":1706529333282,"stop":1706529333282,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6755e473077cc206","name":"isConnected should return true after first peer connects","time":{"start":1706528814944,"stop":1706528814945,"duration":1},"status":"passed","severity":"normal"},{"uid":"80beb778cfeabba6","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706528814941,"stop":1706528814942,"duration":1},"status":"passed","severity":"normal"},{"uid":"7da9f33112f73e58","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"status":"passed","severity":"normal"},{"uid":"52115153129a956e","name":"Push 30 different messages","time":{"start":1706529367451,"stop":1706529367451,"duration":0},"status":"passed","severity":"normal"},{"uid":"5220ee7ecaa48019","name":"Check received message containing special chars","time":{"start":1706528965671,"stop":1706528965671,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55d8c61dea53f6d","name":"Push message equal or less that 1MB","time":{"start":1706529367484,"stop":1706529367486,"duration":2},"status":"passed","severity":"normal"},{"uid":"dee6dd708f9affa1","name":"connects to nwaku","time":{"start":1706529405489,"stop":1706529405489,"duration":0},"status":"passed","severity":"normal"},{"uid":"c81eed9377f3b961","name":"Push message with long payload","time":{"start":1706529367433,"stop":1706529367434,"duration":1},"status":"passed","severity":"normal"},{"uid":"76d51240993055c4","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706529297072,"stop":1706529297073,"duration":1},"status":"passed","severity":"normal"},{"uid":"39ea55602a155d68","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706528735132,"stop":1706528735132,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc073b7dd93bda6","name":"Query with Ordered Callback, No message returned","time":{"start":1706529332313,"stop":1706529332314,"duration":1},"status":"passed","severity":"normal"},{"uid":"39e95692684888a","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706529332306,"stop":1706529332306,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c1be8c7f249b64","name":"should properly create location multiaddrs - udp4","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"13f1f9617340ab20","name":"Publish message with large meta","time":{"start":1706529223903,"stop":1706529223903,"duration":0},"status":"passed","severity":"normal"},{"uid":"120f40ab1e56efca","name":"should return all peers when numPeers is 0","time":{"start":1706528742087,"stop":1706528742088,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe8d54b5d839e16","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706529378211,"stop":1706529378211,"duration":0},"status":"passed","severity":"normal"},{"uid":"9439aa458c71e3ab","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528812086,"stop":1706528812086,"duration":0},"status":"passed","severity":"normal"},{"uid":"15aa28d54a714a9e","name":"Check message on other pubsub topic is not received","time":{"start":1706528965683,"stop":1706528965684,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce549d0bfd2641b7","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706528752264,"stop":1706528752264,"duration":0},"status":"passed","severity":"normal"},{"uid":"938501aa817dc442","name":"throws on content topic with empty encoding field","time":{"start":1706528729419,"stop":1706528729420,"duration":1},"status":"passed","severity":"normal"},{"uid":"636931b5ec900bde","name":"Decrypt messages","time":{"start":1706529167075,"stop":1706529167076,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac9bc7914326a294","name":"Waku message hash computation (payload length 0)","time":{"start":1706528741682,"stop":1706528741683,"duration":1},"status":"passed","severity":"normal"},{"uid":"4592dacf0c146c12","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706528998598,"stop":1706528998599,"duration":1},"status":"passed","severity":"normal"},{"uid":"2185f118b9b994c2","name":"Fails to publish duplicate message","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f511c355455e708","name":"Fails to push message bigger that 1MB","time":{"start":1706529218545,"stop":1706529218545,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb81e7fec31e6ef9","name":"Check publish message containing SQL Injection","time":{"start":1706529223891,"stop":1706529223891,"duration":0},"status":"passed","severity":"normal"},{"uid":"867ab5f3719731e6","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706528752255,"stop":1706528752255,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf36c4255ad9c59","name":"Check message received after nwaku node is restarted","time":{"start":1706528965687,"stop":1706528965687,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a7249410b69e410","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706529297076,"stop":1706529297076,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed9ae4d00c481f2a","name":"Push message with Arabic payload","time":{"start":1706529367438,"stop":1706529367439,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed68de3343969e96","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706529232500,"stop":1706529232500,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05f1f00fc2d4268","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528998598,"stop":1706528998598,"duration":0},"status":"passed","severity":"normal"},{"uid":"399409a6c51e5431","name":"Check publish message containing emoji","time":{"start":1706529223896,"stop":1706529223896,"duration":0},"status":"passed","severity":"normal"},{"uid":"31ec4bd2f7ae2d3b","name":"Publish message with custom timestamp: Tue Feb 07 2023 11:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223898,"stop":1706529223898,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b6bf70d915643","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706529232506,"stop":1706529232506,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f1f3b79b51f3269","name":"Refresh subscription","time":{"start":1706528986007,"stop":1706528986008,"duration":1},"status":"passed","severity":"normal"},{"uid":"314987d2d2e24ada","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213446,"stop":1706529213446,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e777a8449b5def4","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706529403576,"stop":1706529403576,"duration":0},"status":"passed","severity":"normal"},{"uid":"94c14c1afcaf2e9c","name":"Check message with no content topic is not received","time":{"start":1706529333244,"stop":1706529333250,"duration":6},"status":"passed","severity":"normal"},{"uid":"2e2704abbf1c252","name":"Subscribe to topic containing XML and receive message","time":{"start":1706529403580,"stop":1706529403580,"duration":0},"status":"passed","severity":"normal"},{"uid":"3098dda3d77da082","name":"Ordered Callback - forward","time":{"start":1706529364251,"stop":1706529364251,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd77b67d4ae73ca6","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706528752296,"stop":1706528752296,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc41f85499256b97","name":"Ping on subscribed peer","time":{"start":1706528848468,"stop":1706528848468,"duration":0},"status":"passed","severity":"normal"},{"uid":"588704ac3b7e83f","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706529232504,"stop":1706529232505,"duration":1},"status":"passed","severity":"normal"},{"uid":"1acc06c3feb4b6c7","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706529332314,"stop":1706529332316,"duration":2},"status":"passed","severity":"normal"},{"uid":"395cc8a743bcb45","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"b217a1f654127032","name":"Relay - dialed first","time":{"start":1706529410669,"stop":1706529410669,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b577b0b20f70f64","name":"Check received message containing shell command","time":{"start":1706528965676,"stop":1706528965677,"duration":1},"status":"passed","severity":"normal"},{"uid":"99b353cda3dc837","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706528742089,"stop":1706528742089,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ea9e943f170ac02","name":"Publish message with custom timestamp: Mon Jan 29 2024 10:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223898,"stop":1706529223899,"duration":1},"status":"passed","severity":"normal"},{"uid":"33a8bcbbb42a6ac","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706529332316,"stop":1706529332317,"duration":1},"status":"passed","severity":"normal"},{"uid":"e99a145d631084c0","name":"configure the node with multiple pubsub topics","time":{"start":1706529248598,"stop":1706529248598,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1efc86dcbd98305","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706529403566,"stop":1706529403566,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a05e53208e9b38","name":"Reopen subscription with peer with lost subscription","time":{"start":1706528848469,"stop":1706528848470,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0c838ad63942646","name":"Check received message with timestamp: undefined ","time":{"start":1706529333242,"stop":1706529333242,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e989d7533963a0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706529092223,"stop":1706529092223,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8250b40a99b14f8","name":"should be able to decode the field with only STORE set to true","time":{"start":1706528735135,"stop":1706528735135,"duration":0},"status":"passed","severity":"normal"},{"uid":"4876833b8fd4c033","name":"should set field with only RELAY enabled","time":{"start":1706528736046,"stop":1706528736046,"duration":0},"status":"passed","severity":"normal"},{"uid":"414f73b6fcd36a7f","name":"udp ip6 address","time":{"start":1706528735265,"stop":1706528735265,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e2abbe9396e16d4","name":"Passing cursor with wrong message digest","time":{"start":1706529297075,"stop":1706529297075,"duration":0},"status":"passed","severity":"normal"},{"uid":"b10080814111bb64","name":"Check received message containing JSON","time":{"start":1706529333274,"stop":1706529333274,"duration":0},"status":"passed","severity":"normal"},{"uid":"127a0165f178de22","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706528986015,"stop":1706528986015,"duration":0},"status":"passed","severity":"normal"},{"uid":"1980ef70245d48d0","name":"Accepts a valid Waku Message","time":{"start":1706528746045,"stop":1706528746046,"duration":1},"status":"passed","severity":"normal"},{"uid":"83fdf79c12dc6982","name":"Check publish message containing Chinese","time":{"start":1706529223890,"stop":1706529223890,"duration":0},"status":"passed","severity":"normal"},{"uid":"222ce8534866e393","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706528985990,"stop":1706528985991,"duration":1},"status":"passed","severity":"normal"},{"uid":"eed87ccf7f72308b","name":"Check received message containing Russian","time":{"start":1706528965672,"stop":1706528965672,"duration":0},"status":"passed","severity":"normal"},{"uid":"54503a073c17050f","name":"Check message with no pubsub topic is not received","time":{"start":1706529333243,"stop":1706529333243,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca3a94a48f959c","name":"Init the array if not present","time":{"start":1706528729251,"stop":1706528729252,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d92a10974840ab6","name":"should properly create location multiaddrs - udp6","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f3f4a86db30a75","name":"should not receive a peer event after stop","time":{"start":1706528787520,"stop":1706528787520,"duration":0},"status":"passed","severity":"normal"},{"uid":"20cf5557a0bdfc46","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706528799364,"stop":1706528799364,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4ef500b7291346","name":"Push message with content topic containing XML","time":{"start":1706529218530,"stop":1706529218531,"duration":1},"status":"passed","severity":"normal"},{"uid":"8620cc3859808691","name":"Check publish message containing shell command","time":{"start":1706529223894,"stop":1706529223894,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd65e575dd873a0","name":"Push message with special chars payload","time":{"start":1706529367436,"stop":1706529367437,"duration":1},"status":"passed","severity":"normal"},{"uid":"188f15f5314c1b4b","name":"caches peers it previously fetched","time":{"start":1706528752631,"stop":1706528752631,"duration":0},"status":"passed","severity":"normal"},{"uid":"d89f92432882ba9c","name":"Query generator for multiple messages with different message text format","time":{"start":1706529365898,"stop":1706529365899,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f8d662b30402db1","name":"Push message with XML payload","time":{"start":1706529367443,"stop":1706529367448,"duration":5},"status":"passed","severity":"normal"},{"uid":"a2baca29b29c4a34","name":"throws on content topic with generation field greater than 0","time":{"start":1706528729417,"stop":1706528729417,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c75def7a72b80d2","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706529382345,"stop":1706529382346,"duration":1},"status":"passed","severity":"normal"},{"uid":"90c380510b2cbc57","name":"should throw error - no id","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4153596cc7d9c2d","name":"1 Relay, 1 Filter, gives up","time":{"start":1706528752296,"stop":1706528752297,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ac4174f591c079","name":"Fails to push message with large meta","time":{"start":1706529218542,"stop":1706529218543,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a998b3b75ee59db","name":"Meta field set when metaSetter is specified","time":{"start":1706528742328,"stop":1706528742328,"duration":0},"status":"passed","severity":"normal"},{"uid":"819ba0aeabec48f7","name":"Check received message containing Script","time":{"start":1706529333272,"stop":1706529333273,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab39b10115065ac6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857319,"stop":1706528857319,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a69baf5c1d2850e","name":"Push message with content topic containing emoji","time":{"start":1706529367479,"stop":1706529367480,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8a337b6b2925bf2","name":"Push message with Chinese payload","time":{"start":1706529218504,"stop":1706529218506,"duration":2},"status":"passed","severity":"normal"},{"uid":"521629ae9af4b7e7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706528758831,"stop":1706528758831,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d1c4276bb8587b","name":"Fields are not dropped","time":{"start":1706528741620,"stop":1706528741622,"duration":2},"status":"passed","severity":"normal"},{"uid":"c44f5b9c4379651f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092215,"stop":1706529092215,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e330b570c51884","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706528986021,"stop":1706528986021,"duration":0},"status":"passed","severity":"normal"},{"uid":"d943c7514b2cc1ca","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706528752633,"stop":1706528752634,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5c37ebefa434c663","name":"pre and post cipher","time":{"start":1706528759261,"stop":1706528759261,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9779c9e57a1863","name":"should decode valid enr successfully","time":{"start":1706528736036,"stop":1706528736037,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dac03b9ebc0c76d","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706528985996,"stop":1706528985996,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8fc8b4748bbede38","name":"Publishes to nwaku","time":{"start":1706529198490,"stop":1706529198491,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f64e2cd93501407","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706529403581,"stop":1706529403581,"duration":0},"status":"passed","severity":"normal"},{"uid":"19132d5cc3491587","name":"Throws when trying to push message with empty payload","time":{"start":1706529218520,"stop":1706529218521,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f568b629cd43c1d","name":"should not fail to stop the service if it was not started","time":{"start":1706528787516,"stop":1706528787517,"duration":1},"status":"passed","severity":"normal"},{"uid":"130d94de004d4a1f","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d002f21bbaaf54","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706529092209,"stop":1706529092209,"duration":0},"status":"passed","severity":"normal"},{"uid":"33c3a96cf796690f","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706528986017,"stop":1706528986018,"duration":1},"status":"passed","severity":"normal"},{"uid":"7497e6f7cc029066","name":"Check message with invalid timestamp is not received","time":{"start":1706529333242,"stop":1706529333243,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c79f21cdde39437","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706529092220,"stop":1706529092221,"duration":1},"status":"passed","severity":"normal"},{"uid":"f16ee39d9782b13","name":"Query Generator - forward","time":{"start":1706529364249,"stop":1706529364250,"duration":1},"status":"passed","severity":"normal"},{"uid":"150c333f62415095","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706529403573,"stop":1706529403573,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a9c3c3b5e2da7d","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706529092195,"stop":1706529092195,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a3a4c6f5cdc05b8","name":"Passing page size 19 when there are 20 messages","time":{"start":1706529395069,"stop":1706529395069,"duration":0},"status":"passed","severity":"normal"},{"uid":"817fb6a563ed8fee","name":"Sample","time":{"start":1706528735299,"stop":1706528735300,"duration":1},"status":"passed","severity":"normal"},{"uid":"70abb889e8919767","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706529092203,"stop":1706529092203,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ed33860d7f3e185","name":"should properly create location multiaddrs - tcp4","time":{"start":1706528736043,"stop":1706528736043,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1c79568513c3c7f","name":"Check received message with timestamp: undefined ","time":{"start":1706529333278,"stop":1706529333278,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfda1f04a559f947","name":"should only return 1 node with relay and store capability","time":{"start":1706528752631,"stop":1706528752632,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ad22774b6165a91","name":"Callback on promise, aborts when callback returns true","time":{"start":1706529365900,"stop":1706529365901,"duration":1},"status":"passed","severity":"normal"},{"uid":"c00184c1dd5f6f3d","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706528986022,"stop":1706528986022,"duration":0},"status":"passed","severity":"normal"},{"uid":"60201bacbaaebf7","name":"Push message on custom pubsubTopic","time":{"start":1706529061224,"stop":1706529061224,"duration":0},"status":"passed","severity":"normal"},{"uid":"22970bbc18ba5fc8","name":"Round trip binary serialization","time":{"start":1706528742326,"stop":1706528742327,"duration":1},"status":"passed","severity":"normal"},{"uid":"3023b667b3ea9685","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706529213425,"stop":1706529213425,"duration":0},"status":"passed","severity":"normal"},{"uid":"54dc849f98b41ef7","name":"Fails to push message with large meta","time":{"start":1706529367481,"stop":1706529367481,"duration":0},"status":"passed","severity":"normal"},{"uid":"a70b16e9bfcef02c","name":"Check message with no payload is not received","time":{"start":1706529333281,"stop":1706529333281,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf6ffe1d7e17b0db","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706528986012,"stop":1706528986013,"duration":1},"status":"passed","severity":"normal"},{"uid":"c248fa769994a7eb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706529403575,"stop":1706529403576,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4b0b5e6c9de5e36","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706528814943,"stop":1706528814943,"duration":0},"status":"passed","severity":"normal"},{"uid":"97db4b276a1c5ae4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706529407524,"stop":1706529407524,"duration":0},"status":"passed","severity":"normal"},{"uid":"61d0fda75d104c7c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706528851375,"stop":1706528851376,"duration":1},"status":"passed","severity":"normal"},{"uid":"56b282013d4545fe","name":"Push message with numeric payload","time":{"start":1706529218503,"stop":1706529218503,"duration":0},"status":"passed","severity":"normal"},{"uid":"838fa825722553a2","name":"Throws when trying to push message with empty payload","time":{"start":1706529367451,"stop":1706529367452,"duration":1},"status":"passed","severity":"normal"},{"uid":"f11ee59409ab6929","name":"Fails to push message with empty content topic","time":{"start":1706529218537,"stop":1706529218538,"duration":1},"status":"passed","severity":"normal"},{"uid":"baaa242a06f1c106","name":"Publish message with custom timestamp: Mon Jan 29 2024 12:53:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223899,"stop":1706529223899,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97675192654e9bc","name":"Subscribe to topic containing Script and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df82c2c46254784","name":"should properly create location multiaddrs - udp","time":{"start":1706528736044,"stop":1706528736044,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d278000d377e54","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706529092217,"stop":1706529092219,"duration":2},"status":"passed","severity":"normal"},{"uid":"d025f7adad409243","name":"throws on content topic with empty topic name field","time":{"start":1706528729419,"stop":1706528729419,"duration":0},"status":"passed","severity":"normal"},{"uid":"a558fb269ce038a6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706529403571,"stop":1706529403571,"duration":0},"status":"passed","severity":"normal"},{"uid":"db5d10dd0db8841f","name":"Subscribe to topic containing XML and receive message","time":{"start":1706528986016,"stop":1706528986017,"duration":1},"status":"passed","severity":"normal"},{"uid":"5268aac17d1090fa","name":"Push message with short payload","time":{"start":1706529218502,"stop":1706529218502,"duration":0},"status":"passed","severity":"normal"},{"uid":"47a8d57b38230603","name":"Check received message with timestamp: 1706528776509 ","time":{"start":1706529333237,"stop":1706529333241,"duration":4},"status":"passed","severity":"normal"},{"uid":"8a1fc773862de26e","name":"Query generator for 2000 messages","time":{"start":1706529365902,"stop":1706529365902,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a15c5cf8d88768","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706528986020,"stop":1706528986020,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aafb4c08e076715","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706529398290,"stop":1706529398290,"duration":0},"status":"passed","severity":"normal"},{"uid":"4559eb6e0ee839c6","name":"Symmetric encrypt & Decrypt","time":{"start":1706528759260,"stop":1706528759261,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f63c99dc74a706f","name":"throws on content topic with too few or too many fields","time":{"start":1706528729416,"stop":1706528729416,"duration":0},"status":"passed","severity":"normal"},{"uid":"678221f8d01549d0","name":"Passing page size 11 when there are 10 messages","time":{"start":1706529395068,"stop":1706529395069,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe20aaa29b91235","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092220,"stop":1706529092220,"duration":0},"status":"passed","severity":"normal"},{"uid":"109edc0e0bfeec53","name":"Passing page size 3 when there are 20 messages","time":{"start":1706529395066,"stop":1706529395067,"duration":1},"status":"passed","severity":"normal"},{"uid":"bacf99caeda814af","name":"Correctly serialized arguments","time":{"start":1706529098501,"stop":1706529098501,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fcd9f61e79bf2bc","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706529403572,"stop":1706529403572,"duration":0},"status":"passed","severity":"normal"},{"uid":"1da6bc525017e3a4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706529213423,"stop":1706529213424,"duration":1},"status":"passed","severity":"normal"},{"uid":"13c3adde653fbb2c","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706529232502,"stop":1706529232502,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49662b134a4048c","name":"Check received message with timestamp: 1706528776938 ","time":{"start":1706528965681,"stop":1706528965681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e855b8ef740b903f","name":"A test","time":{"start":1706529061334,"stop":1706529061334,"duration":0},"status":"passed","severity":"normal"},{"uid":"848a90a44d352980","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706529403570,"stop":1706529403571,"duration":1},"status":"passed","severity":"normal"},{"uid":"490ce9ee438cf33a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092204,"stop":1706529092204,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e9d20d480e8aa1","name":"Check message on other pubsub topic is not received","time":{"start":1706529333280,"stop":1706529333280,"duration":0},"status":"passed","severity":"normal"},{"uid":"442e114eb022c00e","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706529297071,"stop":1706529297072,"duration":1},"status":"passed","severity":"normal"},{"uid":"61af5c42900781ac","name":"Register correct protocols","time":{"start":1706529232495,"stop":1706529232496,"duration":1},"status":"passed","severity":"normal"},{"uid":"240d9a77aafcbf64","name":"should throw error - invalid id","time":{"start":1706528736039,"stop":1706528736039,"duration":0},"status":"passed","severity":"normal"},{"uid":"b50c0e8ab2217a92","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706529403570,"stop":1706529403570,"duration":0},"status":"passed","severity":"normal"},{"uid":"155d95e24d92e8e8","name":"All","time":{"start":1706528794130,"stop":1706528794130,"duration":0},"status":"passed","severity":"normal"},{"uid":"b33fcdb9a1518cea","name":"groups content topics by expected pubsub topic","time":{"start":1706528729422,"stop":1706528729422,"duration":0},"status":"passed","severity":"normal"},{"uid":"997339a97b28036a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706529092206,"stop":1706529092206,"duration":0},"status":"passed","severity":"normal"},{"uid":"63696ac2358167b2","name":"Subscribe and publish message","time":{"start":1706529232496,"stop":1706529232497,"duration":1},"status":"passed","severity":"normal"},{"uid":"15d5f19d8d13517b","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706528736047,"stop":1706528736047,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b65c7cf6de0c6f","name":"Push message equal or less that 1MB","time":{"start":1706529218544,"stop":1706529218545,"duration":1},"status":"passed","severity":"normal"},{"uid":"f57ee4ec144aac84","name":"Push message with Script payload","time":{"start":1706529367442,"stop":1706529367443,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93c71da3f4c3f53","name":"Check message with no payload is not received","time":{"start":1706529333250,"stop":1706529333251,"duration":1},"status":"passed","severity":"normal"},{"uid":"1786158c120ab754","name":"Subscribe to topic containing long and receive message","time":{"start":1706528986012,"stop":1706528986012,"duration":0},"status":"passed","severity":"normal"},{"uid":"55f19e81b4f0ca32","name":"Check received message containing XML","time":{"start":1706528965673,"stop":1706528965674,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4cf91902e3f19a4","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706529232504,"stop":1706529232504,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42e4418d080c2c5","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857316,"stop":1706528857317,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1285368b2d29016","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706529223896,"stop":1706529223897,"duration":1},"status":"passed","severity":"normal"},{"uid":"e35a518f090114c1","name":"should only return 1 node with store capability","time":{"start":1706528752632,"stop":1706528752632,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8469aa4323137f9","name":"through manual discovery","time":{"start":1706529098417,"stop":1706529098417,"duration":0},"status":"passed","severity":"normal"},{"uid":"876c33477d2ceb54","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706528735136,"stop":1706528735136,"duration":0},"status":"passed","severity":"normal"},{"uid":"65cedc1df1d8cb7d","name":"Push message with escaped characters payload","time":{"start":1706529218516,"stop":1706529218517,"duration":1},"status":"passed","severity":"normal"},{"uid":"50414e2d85b2dbf1","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706529403579,"stop":1706529403579,"duration":0},"status":"passed","severity":"normal"},{"uid":"820678b1adf750c8","name":"Push message with content topic containing Script","time":{"start":1706529367472,"stop":1706529367473,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d62cf493ecdf5f6","name":"Overlapping topic subscription","time":{"start":1706529232498,"stop":1706529232499,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cf0440fad4de312e","name":"should encodeTxt and decodeTxt","time":{"start":1706528736036,"stop":1706528736036,"duration":0},"status":"passed","severity":"normal"},{"uid":"7247602d9bd921af","name":"Query with Ordered Callback, No Decoder","time":{"start":1706529332313,"stop":1706529332313,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e801822c240701d","name":"Encoder throws on empty string content topic","time":{"start":1706528758833,"stop":1706528758833,"duration":0},"status":"passed","severity":"normal"},{"uid":"a262f29f607e20dc","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706528751476,"stop":1706528751477,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c51aa33fc185f40","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706528787522,"stop":1706528787522,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7ffaa3c6d7728d6c","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706528857321,"stop":1706528857321,"duration":0},"status":"passed","severity":"normal"},{"uid":"a63fb37889b7da44","name":"Query Generator - backward","time":{"start":1706529364250,"stop":1706529364250,"duration":0},"status":"passed","severity":"normal"},{"uid":"a53348585c4445ac","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706528998594,"stop":1706528998594,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5135682168e35a","name":"should properly compute the node id","time":{"start":1706528736040,"stop":1706528736041,"duration":1},"status":"passed","severity":"normal"},{"uid":"d35dd700003ce281","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706529398290,"stop":1706529398291,"duration":1},"status":"passed","severity":"normal"},{"uid":"85d4338f406f93f7","name":"Ordered callback, aborts when callback returns true","time":{"start":1706529365901,"stop":1706529365901,"duration":0},"status":"passed","severity":"normal"},{"uid":"161517fa80c19c84","name":"Check received message containing Russian","time":{"start":1706529333230,"stop":1706529333230,"duration":0},"status":"passed","severity":"normal"},{"uid":"4263881e51fee061","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706528851376,"stop":1706528851377,"duration":1},"status":"passed","severity":"normal"},{"uid":"83cacb478443116f","name":"Encoder throws on empty string content topic","time":{"start":1706528742329,"stop":1706528742329,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af9fd4b08000413","name":"returns all values when wanted number is greater than available values","time":{"start":1706528751475,"stop":1706528751476,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27dfdbf5750ea49","name":"Waku message hash computation","time":{"start":1706528741681,"stop":1706528741681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e709341784b931ef","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706529232497,"stop":1706529232497,"duration":0},"status":"passed","severity":"normal"},{"uid":"26391c9fc4251a28","name":"Passing page size 1 when there are 4 messages","time":{"start":1706529395066,"stop":1706529395066,"duration":0},"status":"passed","severity":"normal"},{"uid":"9788a3bc18c764a6","name":"should throw error - no id","time":{"start":1706528736038,"stop":1706528736038,"duration":0},"status":"passed","severity":"normal"},{"uid":"56ed719724ee46d","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706529297071,"stop":1706529297071,"duration":0},"status":"passed","severity":"normal"},{"uid":"30285327508a5f59","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706528735132,"stop":1706528735133,"duration":1},"status":"passed","severity":"normal"},{"uid":"4eaba42ebcd41af9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706529407523,"stop":1706529407523,"duration":0},"status":"passed","severity":"normal"},{"uid":"82b0a39a398f69b8","name":"Subscribe and receives messages on 20 topics","time":{"start":1706529403567,"stop":1706529403567,"duration":0},"status":"passed","severity":"normal"},{"uid":"671cb51cfe416db6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706529367474,"stop":1706529367475,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a7b6eb6891e4670","name":"should use DNS peer discovery with light client","time":{"start":1706528787521,"stop":1706528787522,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b7b95a169e16fb6e","name":"Check received message containing Basic HTML tag","time":{"start":1706529333233,"stop":1706529333233,"duration":0},"status":"passed","severity":"normal"},{"uid":"27b5a25f1489463a","name":"Check message with no pubsub topic is not received","time":{"start":1706529333280,"stop":1706529333280,"duration":0},"status":"passed","severity":"normal"},{"uid":"519c449bb153725b","name":"Sign & Recover","time":{"start":1706528759261,"stop":1706528759262,"duration":1},"status":"passed","severity":"normal"},{"uid":"b95bf8312d67685e","name":"should not fail to start the service if it is already started","time":{"start":1706528787517,"stop":1706528787518,"duration":1},"status":"passed","severity":"normal"},{"uid":"a499e5cc8e950587","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706529232498,"stop":1706529232498,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eeb14967367d0ea","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706529092197,"stop":1706529092197,"duration":0},"status":"broken","severity":"normal"},{"uid":"c4e4da1898d8c23c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706529213444,"stop":1706529213444,"duration":0},"status":"passed","severity":"normal"},{"uid":"832bacd24e71e39c","name":"throws on content topic with empty application field","time":{"start":1706528729417,"stop":1706528729418,"duration":1},"status":"passed","severity":"normal"},{"uid":"af99f94c03390582","name":"Push message with XML payload","time":{"start":1706529218510,"stop":1706529218510,"duration":0},"status":"passed","severity":"normal"},{"uid":"da734a290c806ec5","name":"Generator, 2 different pubsubtopics","time":{"start":1706529378210,"stop":1706529378210,"duration":0},"status":"passed","severity":"normal"},{"uid":"e27de8dd424631ce","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706528787523,"stop":1706528787523,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3138d35e533ec687","name":"different cluster, different shard: nodes don't connect","time":{"start":1706529092194,"stop":1706529092195,"duration":1},"status":"broken","severity":"normal"},{"uid":"473dc6cd17ed934d","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706528752633,"stop":1706528752633,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"b7433fa6d99b9de7","name":"Waku message hash computation","time":{"start":1706618378312,"stop":1706618378314,"duration":2},"status":"passed","severity":"normal"},{"uid":"37c4470fa2c34b77","name":"Subscribe and receive messages via lightPush","time":{"start":1706619029121,"stop":1706619029121,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d48ed147ef7b59f","name":"can dial TLS multiaddrs","time":{"start":1706618738958,"stop":1706618738958,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5f1e4f017cde250","name":"Push message equal or less that 1MB","time":{"start":1706618996208,"stop":1706618996208,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cd793ca3a535aba","name":"Light Node - default protocols","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"status":"passed","severity":"normal"},{"uid":"23fb66157e2a76f0","name":"udp ip6 address","time":{"start":1706618372079,"stop":1706618372079,"duration":0},"status":"passed","severity":"normal"},{"uid":"8efde63dc51622ac","name":"Passing cursor with wrong message digest","time":{"start":1706618934695,"stop":1706618934695,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7117258cfe925e0","name":"Check message with no pubsub topic is not received","time":{"start":1706618959505,"stop":1706618959506,"duration":1},"status":"passed","severity":"normal"},{"uid":"f78a87da0f0f5888","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706619029140,"stop":1706619029141,"duration":1},"status":"passed","severity":"normal"},{"uid":"1892e7e1ee57d29c","name":"Check message with no content topic is not received","time":{"start":1706618959506,"stop":1706618959506,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fb04df76a0ba3d7","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","severity":"normal"},{"uid":"573904aed2972bb6","name":"should not fail to stop the service if it was not started","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1a1f5c4f60174ef","name":"Privacy Node - default protocol","time":{"start":1706619044150,"stop":1706619044150,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1c979de54ecc568","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706618851397,"stop":1706618851398,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca702d5d2a1a38d","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618624280,"stop":1706618624281,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7e9b2dc4f286d04","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1706618973546,"stop":1706618973547,"duration":1},"status":"passed","severity":"normal"},{"uid":"3be329c425483ef2","name":"should properly create location multiaddrs - udp6","time":{"start":1706618372821,"stop":1706618372822,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26433d23aa0a6fe","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496639,"stop":1706618496640,"duration":1},"status":"passed","severity":"normal"},{"uid":"20fd2890c370b29f","name":"Check publish message containing numeric","time":{"start":1706618865681,"stop":1706618865681,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2f393b8e462e0a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1706618886441,"stop":1706618886442,"duration":1},"status":"passed","severity":"normal"},{"uid":"26deea821890e5b9","name":"Push message with content topic containing JSON","time":{"start":1706618996202,"stop":1706618996203,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbbd9c4a47a8cc8d","name":"Fails to push message with large meta","time":{"start":1706618996205,"stop":1706618996206,"duration":1},"status":"passed","severity":"normal"},{"uid":"748543f3b2e1b6bb","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1706618624451,"stop":1706618624452,"duration":1},"status":"skipped","severity":"normal"},{"uid":"449625f3f31e51f5","name":"should encode/decode to text encoding","time":{"start":1706618372819,"stop":1706618372820,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aed3134908bbe7a","name":"LightPush","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"status":"passed","severity":"normal"},{"uid":"d349e08097bdb61a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"53638d0e7a5ab37e","name":"Subscribe and receives messages on 20 topics","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ace19f0b2179947","name":"Check publish message containing Basic HTML tag","time":{"start":1706618865685,"stop":1706618865685,"duration":0},"status":"passed","severity":"normal"},{"uid":"77a0ee55d5e39574","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1706618731276,"stop":1706618731276,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6199c16e753b91b","name":"Ping on unsubscribed peer","time":{"start":1706618487716,"stop":1706618487716,"duration":0},"status":"passed","severity":"normal"},{"uid":"62bd1b0d41534a00","name":"Check publish message containing long","time":{"start":1706618865680,"stop":1706618865681,"duration":1},"status":"passed","severity":"normal"},{"uid":"abdb211093992aca","name":"should be able to decode the field with only RELAY set to true","time":{"start":1706618371932,"stop":1706618371933,"duration":1},"status":"passed","severity":"normal"},{"uid":"b91fc2a56e3d862","name":"connects to nwaku","time":{"start":1706619035796,"stop":1706619035796,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c138c6b3f7a9a42","name":"Generator, custom pubsub topic","time":{"start":1706619008976,"stop":1706619008977,"duration":1},"status":"passed","severity":"normal"},{"uid":"abae4bad08daae59","name":"does not throw on valid cases","time":{"start":1706618366453,"stop":1706618366454,"duration":1},"status":"passed","severity":"normal"},{"uid":"457c81781e50cddf","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1706618389064,"stop":1706618389065,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4db60570bd813248","name":"it tolerates circular branch references","time":{"start":1706618389059,"stop":1706618389059,"duration":0},"status":"passed","severity":"normal"},{"uid":"653c39ec602d430d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1706618371933,"stop":1706618371934,"duration":1},"status":"passed","severity":"normal"},{"uid":"9807a2b8c757ac2","name":"Relay - dialed after","time":{"start":1706619044147,"stop":1706619044148,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7f8b24585756f4","name":"should not fail to stop the service if it was not started","time":{"start":1706618424942,"stop":1706618424943,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d3dc44dc1bac29","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706618424947,"stop":1706618424948,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5d037492a124d401","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1706618454372,"stop":1706618454372,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dc6a053545d98ff","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"status":"passed","severity":"normal"},{"uid":"11eba147704c8b27","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706619029131,"stop":1706619029131,"duration":0},"status":"passed","severity":"normal"},{"uid":"44aa0308c86f49e3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706618624521,"stop":1706618624521,"duration":0},"status":"passed","severity":"normal"},{"uid":"f08bdc310f66f9f","name":"1 Relay, 1 Filter, gives up","time":{"start":1706618388661,"stop":1706618388662,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3109acc120ea0eb","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1706618395066,"stop":1706618395068,"duration":2},"status":"passed","severity":"normal"},{"uid":"628fe352059cb60e","name":"Check message with non string payload is not received","time":{"start":1706618959507,"stop":1706618959507,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c219e067d008f44","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1706618371923,"stop":1706618371924,"duration":1},"status":"passed","severity":"normal"},{"uid":"376fd527142a549f","name":"Push message with long payload","time":{"start":1706618858005,"stop":1706618858005,"duration":0},"status":"passed","severity":"normal"},{"uid":"bec04a06599887d9","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706619029130,"stop":1706619029130,"duration":0},"status":"passed","severity":"normal"},{"uid":"965c9e3fa15f83d0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618686999,"stop":1706618687000,"duration":1},"status":"passed","severity":"normal"},{"uid":"c482c1d80a6c916a","name":"Check message on other pubsub topic is not received","time":{"start":1706618959483,"stop":1706618959484,"duration":1},"status":"passed","severity":"normal"},{"uid":"5328f6db879f10e1","name":"Decoder throws on empty string content topic","time":{"start":1706618378927,"stop":1706618378927,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a3140f859dace8a","name":"Push message with SQL Injection payload","time":{"start":1706618996188,"stop":1706618996189,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b34ca5eca6475eb","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"28a5e6b81638f76b","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1706618454361,"stop":1706618454361,"duration":0},"status":"passed","severity":"normal"},{"uid":"d280d430e93c97c3","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618959482,"stop":1706618959482,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcaff4d679ef4f16","name":"Overlapping topic subscription","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"370dd7023a5d5fec","name":"Subscribe to topic containing XML and receive message","time":{"start":1706619029143,"stop":1706619029144,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2627e55fb72d356","name":"Push message with short payload","time":{"start":1706618858004,"stop":1706618858005,"duration":1},"status":"passed","severity":"normal"},{"uid":"601ebbceede4eee1","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1706618388586,"stop":1706618388587,"duration":1},"status":"passed","severity":"normal"},{"uid":"448e49e8badff8b8","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1706619033643,"stop":1706619033644,"duration":1},"status":"passed","severity":"normal"},{"uid":"784c0c88308d81d","name":"1 Relay, 1 fetch","time":{"start":1706618388660,"stop":1706618388660,"duration":0},"status":"passed","severity":"normal"},{"uid":"47596903c4d5100e","name":"Check publish message containing emoji","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"status":"passed","severity":"normal"},{"uid":"3727773489abe03b","name":"Subscribe to topic containing XML and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"965dc46e3a3fa392","name":"same cluster, different shard: nodes connect","time":{"start":1706618799830,"stop":1706618799830,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a9afbd722fb849a","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1706618731280,"stop":1706618731280,"duration":0},"status":"broken","severity":"normal"},{"uid":"55306030007f6c0d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1706618371936,"stop":1706618371937,"duration":1},"status":"passed","severity":"normal"},{"uid":"b299564d5c9769f1","name":"Check received message containing short","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"status":"passed","severity":"normal"},{"uid":"302769fcd6799018","name":"Push message with meta","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ffcc2a11733a62","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a83f8531c06e21c","name":"Ping on unsubscribed peer","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"status":"passed","severity":"normal"},{"uid":"210023c7dc3bd456","name":"Publish message with custom timestamp: Wed Feb 08 2023 12:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865689,"stop":1706618865689,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e9dcc6370f7e05","name":"Push message with custom timestamp: 1675860180609","time":{"start":1706618996206,"stop":1706618996207,"duration":1},"status":"passed","severity":"normal"},{"uid":"63ca91af1698632b","name":"Sign & Recover","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a139bf850e8935","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1706618731293,"stop":1706618731294,"duration":1},"status":"passed","severity":"normal"},{"uid":"110ca55b0e9fb498","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1706618731294,"stop":1706618731294,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d1c7f6c1819eaa","name":"Subscribe to topic containing XML and receive message","time":{"start":1706618624534,"stop":1706618624535,"duration":1},"status":"passed","severity":"normal"},{"uid":"5caeadbc4a454657","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1706618371923,"stop":1706618371923,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e7adea0053c90cf","name":"Push message with content topic containing Chinese","time":{"start":1706618858023,"stop":1706618858023,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d1a4d6248d854e","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706618624537,"stop":1706618624537,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba86fb5418ec476","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f12b89086933979","name":"Check received message containing escaped characters","time":{"start":1706618580253,"stop":1706618580254,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ef841e3101369a5","name":"Promise Callback - backward","time":{"start":1706619002397,"stop":1706619002397,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e95e3901220248c","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"status":"passed","severity":"normal"},{"uid":"6588e0d76276a690","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0b652e69ce3f37","name":"throws on content topic with too few or too many fields","time":{"start":1706618366454,"stop":1706618366455,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a0e59945537ce6c","name":"Throws when trying to push message with empty payload","time":{"start":1706618858018,"stop":1706618858018,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bcae3897e39094a","name":"should not fail to start the service if it is already started","time":{"start":1706618909987,"stop":1706618909987,"duration":0},"status":"passed","severity":"normal"},{"uid":"a511eab67be8b2d1","name":"should throw error - no id","time":{"start":1706618372812,"stop":1706618372813,"duration":1},"status":"passed","severity":"normal"},{"uid":"33525b020537a123","name":"Push message with special chars payload","time":{"start":1706618996186,"stop":1706618996187,"duration":1},"status":"passed","severity":"normal"},{"uid":"43daaf52ce4767a9","name":"different cluster, different shard: nodes don't connect","time":{"start":1706618799832,"stop":1706618799833,"duration":1},"status":"broken","severity":"normal"},{"uid":"406f98c0d76755d8","name":"Push message with XML payload","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"status":"passed","severity":"normal"},{"uid":"2afdf4d098d966f2","name":"Check publish message after service node is restarted","time":{"start":1706618865693,"stop":1706618865694,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e47eca93ac7281d6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1706618431632,"stop":1706618431633,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1596086e3d4992d","name":"Push message with custom timestamp: 1706622224650","time":{"start":1706618858037,"stop":1706618858038,"duration":1},"status":"passed","severity":"normal"},{"uid":"887af16724d2cb54","name":"Decoder throws on undefined content topic","time":{"start":1706618395071,"stop":1706618395072,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd25aee6c0ac9b4e","name":"Passing cursor with wrong pubsubTopic","time":{"start":1706618934695,"stop":1706618934696,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbbf65323eab0f47","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706619029128,"stop":1706619029128,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc22db0edb09ae10","name":"should properly create peer info with all multiaddrs","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ce5333c425af21","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1706618371924,"stop":1706618371930,"duration":6},"status":"passed","severity":"normal"},{"uid":"5721e9b2c8baf761","name":"Check received message containing special chars","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"status":"passed","severity":"normal"},{"uid":"e000fe07737a731","name":"should encode/decode to RLP encoding","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44ad7e4274e0e58","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1706618388588,"stop":1706618388588,"duration":0},"status":"passed","severity":"normal"},{"uid":"a095e172dd9bcdd0","name":"Check received message containing XML","time":{"start":1706618959492,"stop":1706618959493,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c7aa009c1f6be14","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731285,"stop":1706618731285,"duration":0},"status":"passed","severity":"normal"},{"uid":"d95f8243e7f6541a","name":"Check message with non string payload is not received","time":{"start":1706618580260,"stop":1706618580261,"duration":1},"status":"passed","severity":"normal"},{"uid":"f20a7c7de20ab0f4","name":"should not receive a peer event before start","time":{"start":1706618424945,"stop":1706618424945,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c7cd74f27936d1a","name":"throws on content topic with empty version field","time":{"start":1706618366457,"stop":1706618366458,"duration":1},"status":"passed","severity":"normal"},{"uid":"e157f2acfdcda1e4","name":"Check received message containing escaped characters","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"status":"passed","severity":"normal"},{"uid":"99304d2880ab66d2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731292,"stop":1706618731293,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0c4c419549cc7b","name":"Push message with content topic containing short","time":{"start":1706618996195,"stop":1706618996195,"duration":0},"status":"passed","severity":"normal"},{"uid":"43316e2178a38f32","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618489110,"stop":1706618489111,"duration":1},"status":"passed","severity":"normal"},{"uid":"232ce283dfbd49e","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"status":"passed","severity":"normal"},{"uid":"972a742f4f6cb7bc","name":"Push message with content topic containing unicode special characters","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb2bc7b288d6fdab","name":"Push message with content topic containing Script","time":{"start":1706618858024,"stop":1706618858025,"duration":1},"status":"passed","severity":"normal"},{"uid":"625765bdead4e714","name":"Decrypt messages","time":{"start":1706618801296,"stop":1706618801297,"duration":1},"status":"passed","severity":"normal"},{"uid":"492d095b0743e848","name":"Push message with content topic containing shell command","time":{"start":1706618858026,"stop":1706618858026,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fd218af77a87a52","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618580256,"stop":1706618580257,"duration":1},"status":"passed","severity":"normal"},{"uid":"59f435fdb60e90e6","name":"Default pageSize","time":{"start":1706619030047,"stop":1706619030048,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f8f2aa7238ed2a8","name":"Check message with invalid timestamp is not received","time":{"start":1706618580258,"stop":1706618580258,"duration":0},"status":"passed","severity":"normal"},{"uid":"49a45fd1755336b8","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1706618865691,"stop":1706618865692,"duration":1},"status":"passed","severity":"normal"},{"uid":"98f47160e3e20be2","name":"should not receive a peer event after stop","time":{"start":1706618909988,"stop":1706618909989,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3d838e4a1b8b6a0","name":"handles multiple messages","time":{"start":1706619021206,"stop":1706619021207,"duration":1},"status":"passed","severity":"normal"},{"uid":"c14a3598c98cc4e9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706619039584,"stop":1706619039584,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e2df1fa3b0ea074","name":"Query generator for multiple messages with different content topic format","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"status":"passed","severity":"normal"},{"uid":"f38d590cd94a56ad","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1706618496639,"stop":1706618496639,"duration":0},"status":"passed","severity":"normal"},{"uid":"c375ee02f6b23018","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"status":"passed","severity":"normal"},{"uid":"3be3b8e595d8c7fa","name":"nwaku interop","time":{"start":1706618909984,"stop":1706618909985,"duration":1},"status":"passed","severity":"normal"},{"uid":"878d3f45735a0d99","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008974,"stop":1706619008974,"duration":0},"status":"passed","severity":"normal"},{"uid":"99f7da1b3648e26e","name":"Relay - times out","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d897533e21ca293","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","severity":"normal"},{"uid":"654f619b18870d7d","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706618624537,"stop":1706618624538,"duration":1},"status":"passed","severity":"normal"},{"uid":"211e1fb55aea6d82","name":"Check message with no content topic is not received","time":{"start":1706618580259,"stop":1706618580260,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca636f272f53163","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1706618389064,"stop":1706618389064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f55a2c59137dda0d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851395,"stop":1706618851396,"duration":1},"status":"passed","severity":"normal"},{"uid":"84558ecc4db96d19","name":"Check received message containing Script","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4261de2e78f5ee5","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496640,"stop":1706618496641,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a4e1ada550c4b90","name":"Symmetric encrypt & Decrypt","time":{"start":1706618395557,"stop":1706618395557,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ace27834e980e1","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"status":"passed","severity":"normal"},{"uid":"91767ca715ddc24c","name":"should only return 1 node with relay and store capability","time":{"start":1706618389062,"stop":1706618389062,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1730d650440401d","name":"Round trip binary encryption [ecies, signature]","time":{"start":1706618396941,"stop":1706618396942,"duration":1},"status":"passed","severity":"normal"},{"uid":"b78dbb6e0b5550bd","name":"Push message with escaped characters payload","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffa149227c8c5729","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731297,"stop":1706618731298,"duration":1},"status":"passed","severity":"normal"},{"uid":"a886e22c992bff7d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618624276,"stop":1706618624277,"duration":1},"status":"passed","severity":"normal"},{"uid":"2695d0fa9b816ca7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706618624535,"stop":1706618624536,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8e97b6e228a0c57","name":"Push message with emoji payload","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"status":"passed","severity":"normal"},{"uid":"968e0db22895b0c","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1706619033641,"stop":1706619033642,"duration":1},"status":"passed","severity":"normal"},{"uid":"95eb05e24782422d","name":"Relay - dialed first","time":{"start":1706619044147,"stop":1706619044147,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ad8e5e5bd2c538","name":"Meta field set when metaSetter is specified","time":{"start":1706618378925,"stop":1706618378925,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e92cb4c1bf574c","name":"should be called at least once on all `peer:discovery` events","time":{"start":1706618454363,"stop":1706618454363,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05c7d24c0a4e8ca","name":"Query Generator, No message returned","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"status":"passed","severity":"normal"},{"uid":"1768495f12dbb8c7","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706618624521,"stop":1706618624522,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca800d3787394a80","name":"Check message received after nwaku node is restarted","time":{"start":1706618959486,"stop":1706618959487,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b6adddb4bafdfcde","name":"Subscribe and receive messages via lightPush","time":{"start":1706619029132,"stop":1706619029133,"duration":1},"status":"passed","severity":"normal"},{"uid":"b250e85b0aacd555","name":"returns all values when wanted number matches available values","time":{"start":1706618387941,"stop":1706618387942,"duration":1},"status":"passed","severity":"normal"},{"uid":"908649f26a0a752d","name":"Passing page size 11 when there are 10 messages","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc5e8a76644122f7","name":"Check received message containing Chinese","time":{"start":1706618959473,"stop":1706618959474,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c899da4599acb38","name":"1 Store, 2 relays, 2 fetches","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0b63827bebf318","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1706618731300,"stop":1706618731305,"duration":5},"status":"passed","severity":"normal"},{"uid":"4ebe234265ef378c","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1706618731298,"stop":1706618731299,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e6992334313c049","name":"should properly create location multiaddrs - tcp6","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"status":"passed","severity":"normal"},{"uid":"70d4d5a2e9f53b03","name":"Push message with Script payload","time":{"start":1706618858011,"stop":1706618858011,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3b62790e01999b2","name":"should throw error - no public key","time":{"start":1706618372812,"stop":1706618372812,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac29d1026baa1d0e","name":"Mutual subscription","time":{"start":1706618871323,"stop":1706618871324,"duration":1},"status":"passed","severity":"normal"},{"uid":"2673c5ad39105fe2","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"status":"passed","severity":"normal"},{"uid":"9168dbdae3612f71","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1706618624271,"stop":1706618624271,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b6eec3f4123e1b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706619029144,"stop":1706619029144,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4e852432ac421ab","name":"Publish message with custom timestamp: Tue Jan 30 2024 11:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865689,"stop":1706618865690,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c2f4318c04739ab","name":"Asymmetric encrypt & decrypt","time":{"start":1706618395556,"stop":1706618395557,"duration":1},"status":"passed","severity":"normal"},{"uid":"47fa094f760a3a41","name":"Subscribe to topic containing long and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaecd7c5a56918c7","name":"Subscribe to topic containing numeric and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f52337cbb05b892","name":"Decoder throws on undefined content topic","time":{"start":1706618378926,"stop":1706618378926,"duration":0},"status":"passed","severity":"normal"},{"uid":"140c99429323c8b5","name":"ignores domain fetching errors","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fb268bea906c53b","name":"Check publish message containing JSON","time":{"start":1706618865685,"stop":1706618865686,"duration":1},"status":"passed","severity":"normal"},{"uid":"24b29dcdfb2141a1","name":"Passing page size 0 when there are 110 messages","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6200c2a4f74d6db","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618489110,"stop":1706618489110,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6e9a20b4c92b86a","name":"caches peers it previously fetched","time":{"start":1706618389061,"stop":1706618389061,"duration":0},"status":"passed","severity":"normal"},{"uid":"304cd2b0b8a4fe8d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706619029138,"stop":1706619029138,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb4199a425cb12f","name":"Callback on promise, aborts when callback returns true","time":{"start":1706619004845,"stop":1706619004846,"duration":1},"status":"passed","severity":"normal"},{"uid":"b760757915532bbd","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618624273,"stop":1706618624275,"duration":2},"status":"passed","severity":"normal"},{"uid":"10daa109de6aba6f","name":"Check message with no pubsub topic is not received","time":{"start":1706618959484,"stop":1706618959484,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b830f666a9ec38","name":"Push message with content topic containing numeric","time":{"start":1706618996196,"stop":1706618996196,"duration":0},"status":"passed","severity":"normal"},{"uid":"78670b341534125b","name":"ignores unrecognized TXT record formats","time":{"start":1706618389060,"stop":1706618389061,"duration":1},"status":"passed","severity":"normal"},{"uid":"7289657642f12c32","name":"Js publishes, other Js receives","time":{"start":1706618834269,"stop":1706618834271,"duration":2},"status":"passed","severity":"normal"},{"uid":"6dcbd4d01bd8dfc9","name":"Push message with rate limit","time":{"start":1706618996206,"stop":1706618996206,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ad85d9f94f1dc4a","name":"Check received message containing Arabic","time":{"start":1706618959474,"stop":1706618959474,"duration":0},"status":"passed","severity":"normal"},{"uid":"40c9717867c19670","name":"Query generator for multiple messages with different message text format","time":{"start":1706619004844,"stop":1706619004844,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6b1ced300464cbc","name":"Generator, custom pubsub topic","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bda60727557650a","name":"Ephemeral messages are not stored","time":{"start":1706618431631,"stop":1706618431632,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ebcce2b641c7b4","name":"Reusing cursor across nodes","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"status":"passed","severity":"normal"},{"uid":"336f1706e62a77ee","name":"Subscribe to topic containing JSON and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9ad9c8ba8d15f0","name":"Ephemeral field set to true","time":{"start":1706618378924,"stop":1706618378925,"duration":1},"status":"passed","severity":"normal"},{"uid":"121244c19a576309","name":"Push message with content topic containing Arabic","time":{"start":1706618996198,"stop":1706618996199,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8b73c53071a5213","name":"Fails to push message bigger that 1MB","time":{"start":1706618996208,"stop":1706618996209,"duration":1},"status":"passed","severity":"normal"},{"uid":"2429e750af6177dd","name":"Push message with content topic containing unicode special characters","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ec01a51348e0c6","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1706618624452,"stop":1706618624498,"duration":46},"status":"passed","severity":"normal"},{"uid":"e93f911084003e41","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496640,"stop":1706618496640,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3899f1ed2dd4bbb","name":"Query Generator - forward","time":{"start":1706619002392,"stop":1706619002393,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5414818a21a685c","name":"Passing an array","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"status":"passed","severity":"normal"},{"uid":"29eafe7f31572330","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1706618731284,"stop":1706618731284,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b8ade269780aa26","name":"Ping on subscribed peer","time":{"start":1706618487715,"stop":1706618487715,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbe73588fe33bb57","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706619029122,"stop":1706619029123,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ec286b448bc96a","name":"Refresh subscription","time":{"start":1706619029139,"stop":1706619029140,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc24ec9960e67e9d","name":"All","time":{"start":1706618429313,"stop":1706618429314,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa176706ae4acb08","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1706618395068,"stop":1706618395069,"duration":1},"status":"passed","severity":"normal"},{"uid":"68be028a1e650cf1","name":"Push message with JSON payload","time":{"start":1706618858014,"stop":1706618858016,"duration":2},"status":"passed","severity":"normal"},{"uid":"6eca3675d880af8a","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1706618871335,"stop":1706618871335,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ab50b77c80ce7d6","name":"Push message with JSON payload","time":{"start":1706618996191,"stop":1706618996191,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa039a37cab5a2d","name":"different cluster, same shard: nodes don't connect","time":{"start":1706618731273,"stop":1706618731274,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc0db2baf762af42","name":"can start and stop the service","time":{"start":1706618424941,"stop":1706618424942,"duration":1},"status":"passed","severity":"normal"},{"uid":"3df18e72c01868c5","name":"Subscribe to topic containing Script and receive message","time":{"start":1706619029143,"stop":1706619029143,"duration":0},"status":"passed","severity":"normal"},{"uid":"91d2bfc4296cde54","name":"Push message with XML payload","time":{"start":1706618996190,"stop":1706618996190,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2687b5cab63fa17","name":"should properly compute the node id","time":{"start":1706618372819,"stop":1706618372819,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f2e485adc5ee62","name":"Push message with content topic containing JSON","time":{"start":1706618858025,"stop":1706618858026,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e9fc5fed12c4921","name":"configure the node with multiple pubsub topics","time":{"start":1706618886442,"stop":1706618886442,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d95b919c082d38b","name":"Check received message containing Basic HTML tag","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d12a9ceb2e2fc62","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1706619033642,"stop":1706619033642,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d3005a146e55f2","name":"Push message with short payload","time":{"start":1706618996183,"stop":1706618996183,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0beb8dcf4b7979d","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a842c85aef27b69","name":"Check received message containing numeric","time":{"start":1706618580245,"stop":1706618580245,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc47e23b90e7f74","name":"should emit a peer event after start","time":{"start":1706618424944,"stop":1706618424944,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c390234f6f238e9","name":"1 Store, 2 fetches","time":{"start":1706618388661,"stop":1706618388661,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5201f347738e0b2","name":"should throw error - no id","time":{"start":1706618372811,"stop":1706618372812,"duration":1},"status":"passed","severity":"normal"},{"uid":"a22a046ff0b89741","name":"Using a function","time":{"start":1706619035797,"stop":1706619035797,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bc9fee6c46e22f6","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706618996201,"stop":1706618996202,"duration":1},"status":"passed","severity":"normal"},{"uid":"db31f7014b3d966e","name":"Check received message containing Chinese","time":{"start":1706618580246,"stop":1706618580246,"duration":0},"status":"passed","severity":"normal"},{"uid":"c944b878725a88b9","name":"Fails to push message with large meta","time":{"start":1706618858028,"stop":1706618858029,"duration":1},"status":"passed","severity":"normal"},{"uid":"284501093b08e9d7","name":"Check received message with timestamp: 1706618413982000000 ","time":{"start":1706618959495,"stop":1706618959496,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e2815122dcc8b62","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1706618431633,"stop":1706618431633,"duration":0},"status":"passed","severity":"normal"},{"uid":"e932c14df170b02c","name":"tcp ip4 address","time":{"start":1706618372078,"stop":1706618372079,"duration":1},"status":"passed","severity":"normal"},{"uid":"722f6567fa07be16","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1706618731297,"stop":1706618731297,"duration":0},"status":"passed","severity":"normal"},{"uid":"8add4d174f31964a","name":"Check received message containing special chars","time":{"start":1706618959473,"stop":1706618959473,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1167c632df64a7","name":"Subscribe to topic containing emoji and publish message","time":{"start":1706618871336,"stop":1706618871337,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae196d0e293986a","name":"pre and post cipher","time":{"start":1706618395558,"stop":1706618395558,"duration":0},"status":"passed","severity":"normal"},{"uid":"b56c234b916d231e","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"status":"passed","severity":"normal"},{"uid":"6980cbab84b97914","name":"Push message with unicode special characters payload","time":{"start":1706618858017,"stop":1706618858017,"duration":0},"status":"passed","severity":"normal"},{"uid":"c02aae4ccca436f9","name":"Check message on other pubsub topic is not received","time":{"start":1706618580258,"stop":1706618580259,"duration":1},"status":"passed","severity":"normal"},{"uid":"eae4bef80443c4e9","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"a532d3bc7dea6723","name":"Check received message containing Arabic","time":{"start":1706618580246,"stop":1706618580247,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ad848439c1c93a","name":"Push message with content topic containing long","time":{"start":1706618996195,"stop":1706618996196,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ba55e602d59b22c","name":"Waku message hash computation (meta attribute not present)","time":{"start":1706618378315,"stop":1706618378315,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92dcccb37244ee8","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008973,"stop":1706619008973,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f1eac41db44585e","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1706619017483,"stop":1706619017484,"duration":1},"status":"passed","severity":"normal"},{"uid":"edd6d72f6151de95","name":"Push message with Arabic payload","time":{"start":1706618996187,"stop":1706618996188,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1932b8e659ef88","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1706618431633,"stop":1706618431634,"duration":1},"status":"passed","severity":"normal"},{"uid":"53ca1d2fce43a36d","name":"throws on content topic with empty topic name field","time":{"start":1706618366458,"stop":1706618366458,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e07dd12e010d4cd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496637,"stop":1706618496638,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4990162bff3ae73","name":"Subscribe to topic containing emoji and receive message","time":{"start":1706619029130,"stop":1706619029130,"duration":0},"status":"passed","severity":"normal"},{"uid":"de62266ff1c1757","name":"Query generator for multiple messages with multiple decoders","time":{"start":1706619004844,"stop":1706619004844,"duration":0},"status":"passed","severity":"normal"},{"uid":"97bb736e5a4ad57c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687005,"stop":1706618687006,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6bbb5a390de8942","name":"Subscribe and receive messages via waku relay post","time":{"start":1706618624449,"stop":1706618624449,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3a42afcb55a13b","name":"Ping on peer without subscriptions","time":{"start":1706618487712,"stop":1706618487713,"duration":1},"status":"passed","severity":"normal"},{"uid":"a387e01d4e8ad010","name":"should set field with only STORE enabled","time":{"start":1706618372824,"stop":1706618372825,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f730f1996dad923","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc1db1249c1b84bf","name":"Check meta is set [symmetric]","time":{"start":1706618395069,"stop":1706618395069,"duration":0},"status":"passed","severity":"normal"},{"uid":"682e0a510969e1b7","name":"Check received message containing XML","time":{"start":1706618959476,"stop":1706618959476,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cbe725c2d7f53c0","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"status":"passed","severity":"normal"},{"uid":"d912e4a8cb24e6cb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1706618731282,"stop":1706618731283,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a37b49706a37c13","name":"Check received message containing short","time":{"start":1706618959471,"stop":1706618959472,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e547751e92a6bfd","name":"Encoder throws on undefined content topic","time":{"start":1706618395070,"stop":1706618395070,"duration":0},"status":"passed","severity":"normal"},{"uid":"efff5ddc5775ffc0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618687004,"stop":1706618687005,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ef7cfc6a31310f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706618624536,"stop":1706618624537,"duration":1},"status":"passed","severity":"normal"},{"uid":"87bec6f64997faec","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"93aa5aa3e533e4e7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706618496635,"stop":1706618496637,"duration":2},"status":"passed","severity":"normal"},{"uid":"5b11f0956833e69f","name":"Check received message containing escaped characters","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"status":"passed","severity":"normal"},{"uid":"c142bdc058b3335","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1706618389063,"stop":1706618389063,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e865dfd633ac35","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1706618871334,"stop":1706618871334,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e1b4daa07d6066","name":"Check message received after jswaku node is restarted","time":{"start":1706618959507,"stop":1706618959507,"duration":0},"status":"skipped","severity":"normal"},{"uid":"44f688133f883de5","name":"should be able to encode the field with only FILTER set to true","time":{"start":1706618371922,"stop":1706618371922,"duration":0},"status":"passed","severity":"normal"},{"uid":"1957ea6036418b98","name":"should handle a minimal index list","time":{"start":1706618366596,"stop":1706618366596,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c77566164dd574b","name":"should set field with only RELAY enabled","time":{"start":1706618372824,"stop":1706618372824,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ab09303036c9874","name":"Nodes with multiple pubsub topic","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d40a183aea1fe1e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706618624427,"stop":1706618624428,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6b434cb640f9db6","name":"throws on content topic with generation field greater than 0","time":{"start":1706618366456,"stop":1706618366456,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d8f1beab2eed86","name":"Ordered callback, aborts when callback returns true","time":{"start":1706619004846,"stop":1706619004847,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc9158287dae591a","name":"Push message with content topic containing emoji","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"896c923e1c60068e","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1706619033642,"stop":1706619033643,"duration":1},"status":"passed","severity":"normal"},{"uid":"726684dd59fb7105","name":"configure the node with multiple pubsub topics","time":{"start":1706618886441,"stop":1706618886441,"duration":0},"status":"passed","severity":"normal"},{"uid":"16a4c159caff33b2","name":"Check received message containing Russian","time":{"start":1706618959490,"stop":1706618959491,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe11b744911c66f3","name":"creates an iterator","time":{"start":1706619021206,"stop":1706619021206,"duration":0},"status":"passed","severity":"normal"},{"uid":"244daa6b9ccfe578","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706619029129,"stop":1706619029129,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c25efc7a75d8f07","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1706618731284,"stop":1706618731285,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5bdd2142ec8ab1b","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618448911,"stop":1706618448911,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9844a915e2aff7c","name":"Check received message with timestamp: undefined ","time":{"start":1706618580257,"stop":1706618580258,"duration":1},"status":"passed","severity":"normal"},{"uid":"540b75fcb46ba5b6","name":"Fails to push message bigger that 1MB","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ff10a62cb23538","name":"should set field with only FILTER enabled","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a191b8d32cae65","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1706618624499,"stop":1706618624499,"duration":0},"status":"skipped","severity":"normal"},{"uid":"35cb402b4ee5efa0","name":"passes more than one ENR URLs and attempts connection","time":{"start":1706618424948,"stop":1706618424948,"duration":0},"status":"skipped","severity":"normal"},{"uid":"18a6a9285087fae0","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1706618934692,"stop":1706618934693,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e614e39c4360be4","name":"should properly create location multiaddrs - udp4","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada9d20a0a42c97a","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"status":"passed","severity":"normal"},{"uid":"94ccb832a0c134a0","name":"isConnected should return false after all peers disconnect","time":{"start":1706618454362,"stop":1706618454363,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecc7d7c59c627065","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1706619033641,"stop":1706619033641,"duration":0},"status":"passed","severity":"normal"},{"uid":"51ba23ec392573e8","name":"Push message with numeric payload","time":{"start":1706618996186,"stop":1706618996186,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f2383b99a4268e0","name":"Subscribe to topic containing special chars and publish message","time":{"start":1706618871332,"stop":1706618871332,"duration":0},"status":"passed","severity":"normal"},{"uid":"85c491275af14a9f","name":"Publish without waiting for remote peer","time":{"start":1706618871325,"stop":1706618871326,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa4588059954a092","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731289,"stop":1706618731289,"duration":0},"status":"passed","severity":"normal"},{"uid":"464310d2e01cd9a0","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff28cd1e9467645c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706619029142,"stop":1706619029143,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffeabd6e27d0fe44","name":"Store - dialed first","time":{"start":1706619044148,"stop":1706619044148,"duration":0},"status":"passed","severity":"normal"},{"uid":"395738e3b4bdcb58","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1706618731276,"stop":1706618731276,"duration":0},"status":"passed","severity":"normal"},{"uid":"99a3463fff272dc8","name":"Check received message containing long","time":{"start":1706618580244,"stop":1706618580244,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1aef231bf1ee82a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618624279,"stop":1706618624280,"duration":1},"status":"passed","severity":"normal"},{"uid":"22cf55551e0b4ced","name":"Sets default value correctly","time":{"start":1706619035798,"stop":1706619035799,"duration":1},"status":"passed","severity":"normal"},{"uid":"121447c8edc7276b","name":"Push message with Basic HTML tag payload","time":{"start":1706618858012,"stop":1706618858012,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e340021d693521","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1706618454358,"stop":1706618454358,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d1c38dabf857ba","name":"isConnected should return true after first peer connects","time":{"start":1706618454373,"stop":1706618454373,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46090312c639f9c","name":"Subscribe to topic containing Script and publish message","time":{"start":1706618871334,"stop":1706618871334,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4bdcea56f80d1d","name":"Ping on peer without subscriptions","time":{"start":1706618487715,"stop":1706618487716,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb36946768c0bfa1","name":"Check received message containing Russian","time":{"start":1706618959474,"stop":1706618959475,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a0ebef080c4783b","name":"throws on content topic with empty encoding field","time":{"start":1706618366458,"stop":1706618366459,"duration":1},"status":"passed","severity":"normal"},{"uid":"c602341d3643dfc6","name":"Check message with no payload is not received","time":{"start":1706618959485,"stop":1706618959485,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ee45025fc2127eb","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706619029137,"stop":1706619029137,"duration":0},"status":"passed","severity":"normal"},{"uid":"52799da972febf01","name":"Push message with special chars payload","time":{"start":1706618858008,"stop":1706618858008,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c1a8506ceb918e7","name":"Passing page size 1 when there are 4 messages","time":{"start":1706619030045,"stop":1706619030045,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5a617912b614342","name":"Subscribe to topic containing Russian and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac8a523d55570dc","name":"Refresh subscription","time":{"start":1706618624519,"stop":1706618624520,"duration":1},"status":"passed","severity":"normal"},{"uid":"f802fe09e2777668","name":"Check publish message containing XML","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"status":"passed","severity":"normal"},{"uid":"38e1cde9489d21ed","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618624277,"stop":1706618624277,"duration":0},"status":"passed","severity":"normal"},{"uid":"645ee93a653f35ec","name":"Query Generator, Wrong PubsubTopic","time":{"start":1706618973544,"stop":1706618973544,"duration":0},"status":"passed","severity":"normal"},{"uid":"89fd1dd9fd6dc46e","name":"Check message with no content topic is not received","time":{"start":1706618959484,"stop":1706618959485,"duration":1},"status":"passed","severity":"normal"},{"uid":"35dac324d7a05007","name":"Fails to publish message with wrong content topic","time":{"start":1706618865691,"stop":1706618865691,"duration":0},"status":"passed","severity":"normal"},{"uid":"700c4e4bce08f471","name":"Ping on peer without subscriptions","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"status":"passed","severity":"normal"},{"uid":"c24f019f6a90d677","name":"Push message with Basic HTML tag payload","time":{"start":1706618996190,"stop":1706618996191,"duration":1},"status":"passed","severity":"normal"},{"uid":"555d658ab3d113ff","name":"Check publish message after client node is restarted","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef02b49ed4037ed0","name":"Check message with no payload is not received","time":{"start":1706618959506,"stop":1706618959507,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e9b537cf8985f0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706619029142,"stop":1706619029142,"duration":0},"status":"passed","severity":"normal"},{"uid":"59eb7e815d5ade4d","name":"Push message with Arabic payload","time":{"start":1706618858009,"stop":1706618858010,"duration":1},"status":"passed","severity":"normal"},{"uid":"747920aec35145b7","name":"should emit a peer event after start","time":{"start":1706618909987,"stop":1706618909987,"duration":0},"status":"passed","severity":"normal"},{"uid":"65c25976b2f9e2db","name":"different cluster, different shard: nodes don't connect","time":{"start":1706618731275,"stop":1706618731275,"duration":0},"status":"broken","severity":"normal"},{"uid":"cdb966e5c106595a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706619029133,"stop":1706619029133,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c32eb74dc3b7b5","name":"Generator, custom pubsub topic","time":{"start":1706619008974,"stop":1706619008975,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52864fe694cbb18","name":"Check received message containing Chinese","time":{"start":1706618959489,"stop":1706618959490,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d25f1c253b5a404","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"42cf9a4403cf190b","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1706618731288,"stop":1706618731288,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a018fc2a3f8103","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1706618731290,"stop":1706618731290,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b3ef713f9a077f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706618624536,"stop":1706618624536,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a85c89293da8ac","name":"should return false","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1330095d99a636","name":"Overlapping topic subscription","time":{"start":1706619029139,"stop":1706619029139,"duration":0},"status":"passed","severity":"normal"},{"uid":"9977fa459e23f747","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1706618731288,"stop":1706618731288,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1e23df5753f165","name":"throws on content topic with empty application field","time":{"start":1706618366456,"stop":1706618366457,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeb55f1d3cc18458","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496638,"stop":1706618496638,"duration":0},"status":"passed","severity":"normal"},{"uid":"be64371ce74f026c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687002,"stop":1706618687002,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ec7de247067507b","name":"throws on empty content topic","time":{"start":1706618366454,"stop":1706618366454,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e520d175f41bef1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1706618387944,"stop":1706618387944,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c03b8baee2e198f","name":"same cluster, different shard: nodes connect","time":{"start":1706618731271,"stop":1706618731272,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3f210d341443278","name":"Check received message with timestamp: undefined ","time":{"start":1706618959482,"stop":1706618959483,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8d37ab48df04fac","name":"Check received message containing long","time":{"start":1706618959472,"stop":1706618959472,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a9ff6957db0000","name":"Query Generator - backward","time":{"start":1706619002393,"stop":1706619002393,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5617f73964d0098","name":"Check message with no payload is not received","time":{"start":1706618580260,"stop":1706618580260,"duration":0},"status":"passed","severity":"normal"},{"uid":"54da178a737e6508","name":"Check received message containing SQL Injection","time":{"start":1706618580247,"stop":1706618580248,"duration":1},"status":"passed","severity":"normal"},{"uid":"99561d27c674278a","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1706618731298,"stop":1706618731298,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad5040ab0b3315c8","name":"Push message with content topic containing shell command","time":{"start":1706618996203,"stop":1706618996203,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b84aa287db7f7f","name":"Query generator for multiple messages","time":{"start":1706619004843,"stop":1706619004843,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3a37b536d8805c","name":"should properly create location multiaddrs - tcp","time":{"start":1706618372822,"stop":1706618372823,"duration":1},"status":"passed","severity":"normal"},{"uid":"e318aa6edbabdebb","name":"Encoder throws on empty string content topic","time":{"start":1706618396943,"stop":1706618396943,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf32945dc64d9420","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1706618454369,"stop":1706618454370,"duration":1},"status":"passed","severity":"normal"},{"uid":"3794ba9e6b4b171c","name":"Subscribe to topic containing long and receive message","time":{"start":1706619029140,"stop":1706619029140,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af052694e6ee6b0","name":"Push message with emoji payload","time":{"start":1706618996193,"stop":1706618996193,"duration":0},"status":"passed","severity":"normal"},{"uid":"17373ad3f26a1841","name":"should properly create location multiaddrs - tcp4","time":{"start":1706618372821,"stop":1706618372821,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d37c0d8356d427a","name":"should get / set UDP multiaddr","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5a44f41bc6eca2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1706618851394,"stop":1706618851395,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ff037fb10d91d2","name":"Query Generator, No Decoder","time":{"start":1706618973545,"stop":1706618973545,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3dc35440362dbd7","name":"Relay + Store","time":{"start":1706618429313,"stop":1706618429313,"duration":0},"status":"passed","severity":"normal"},{"uid":"26282bf1865a23dc","name":"Subscribe to topic containing short and receive message","time":{"start":1706619029140,"stop":1706619029140,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af4ee43c08ae02e","name":"Push message with content topic containing special chars","time":{"start":1706618996196,"stop":1706618996197,"duration":1},"status":"passed","severity":"normal"},{"uid":"87a5131dae447756","name":"Check received message containing numeric","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"status":"passed","severity":"normal"},{"uid":"53fae0cd3a6c53b4","name":"Nodes with multiple pubsub topic","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6079608c513b2aa","name":"throws on content topic with non-number generation field","time":{"start":1706618366455,"stop":1706618366456,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a48ee55c09d596d","name":"Subscribe to 30 topics at once and receives messages","time":{"start":1706619029123,"stop":1706619029124,"duration":1},"status":"passed","severity":"normal"},{"uid":"63fe6c5509c673a4","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618487716,"stop":1706618487717,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ed4a1787873b6aa","name":"should throw error - invalid id","time":{"start":1706618372813,"stop":1706618372818,"duration":5},"status":"passed","severity":"normal"},{"uid":"348975164994ddc1","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1706618396941,"stop":1706618396941,"duration":0},"status":"passed","severity":"normal"},{"uid":"83460c81e5d12220","name":"Query with Ordered Callback, No Decoder","time":{"start":1706618973547,"stop":1706618973547,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f82303cce122fd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618624270,"stop":1706618624270,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ce02450472183a1","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1706619039585,"stop":1706619039585,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a095cd6a99416c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"status":"passed","severity":"normal"},{"uid":"478487ab98c9d6c4","name":"Check received message containing JSON","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"status":"passed","severity":"normal"},{"uid":"d11a02193c6fafdc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618624278,"stop":1706618624279,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eb084dd44a370cb","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496638,"stop":1706618496639,"duration":1},"status":"passed","severity":"normal"},{"uid":"e86e66f3252caa9f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"5268fdb9f3417055","name":"Delete observer","time":{"start":1706618801297,"stop":1706618801297,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d60b5253e04566","name":"Push 30 different messages","time":{"start":1706618858017,"stop":1706618858018,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e85e6f211a8e2e6","name":"Check received message containing Basic HTML tag","time":{"start":1706618959478,"stop":1706618959478,"duration":0},"status":"passed","severity":"normal"},{"uid":"529e47bbfb628763","name":"Check message with invalid timestamp is not received","time":{"start":1706618959504,"stop":1706618959505,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac74353d45e1aeff","name":"Refresh subscription","time":{"start":1706619029124,"stop":1706619029124,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e7feb318159ef1a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1706619033644,"stop":1706619033644,"duration":0},"status":"passed","severity":"normal"},{"uid":"694ea06b52f9c2c0","name":"Publish message with rate limit","time":{"start":1706618865694,"stop":1706618865695,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9b2b5a3d9ac3c0","name":"Subscribe to topic containing special chars and receive message","time":{"start":1706619029141,"stop":1706619029141,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9d09a56cd91b18","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1706618371935,"stop":1706618371936,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0c922cff128f494","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1706618973548,"stop":1706618973549,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a3b6e7f60b3fb41","name":"Check received message containing unicode special characters","time":{"start":1706618959494,"stop":1706618959495,"duration":1},"status":"passed","severity":"normal"},{"uid":"44c751deabc7075d","name":"Fails to publish message with empty text","time":{"start":1706618865691,"stop":1706618865691,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d9438aee18e8d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851398,"stop":1706618851399,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3cc4b87da4e77e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b582d5115671a4c2","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618624275,"stop":1706618624275,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0e49e23d80b43e6","name":"A test","time":{"start":1706618687106,"stop":1706618687106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ce00cc4485769a0","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab928789beecb37e","name":"Push message with content topic containing escaped characters","time":{"start":1706618858026,"stop":1706618858026,"duration":0},"status":"passed","severity":"normal"},{"uid":"7583180226541bb","name":"Ordered Callback - backward","time":{"start":1706619002398,"stop":1706619002399,"duration":1},"status":"passed","severity":"normal"},{"uid":"25b18febf48192da","name":"Check publish message containing Arabic","time":{"start":1706618865682,"stop":1706618865683,"duration":1},"status":"passed","severity":"normal"},{"uid":"665f6b31e38e4342","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1706618378872,"stop":1706618378872,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ad05adc38cd4b9","name":"Check received message containing long","time":{"start":1706618959488,"stop":1706618959488,"duration":0},"status":"passed","severity":"normal"},{"uid":"d001ae67f9cfe20a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706619039585,"stop":1706619039586,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f43116f52417796","name":"Ping on subscribed peer","time":{"start":1706618448910,"stop":1706618448910,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ecbd8743d57519","name":"Subscribe and receives messages on 20 topics","time":{"start":1706618624451,"stop":1706618624451,"duration":0},"status":"passed","severity":"normal"},{"uid":"777432c76b2490d5","name":"Check received message containing Script","time":{"start":1706618959491,"stop":1706618959492,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdea91ccf4f82a37","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1706618388586,"stop":1706618388586,"duration":0},"status":"passed","severity":"normal"},{"uid":"caf24828bf0fbbb6","name":"Check message with invalid timestamp is not received","time":{"start":1706618959483,"stop":1706618959483,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c588163f37c4f8e","name":"Encoder throws on undefined content topic","time":{"start":1706618378925,"stop":1706618378926,"duration":1},"status":"passed","severity":"normal"},{"uid":"aebcc15bf5c51737","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706618624538,"stop":1706618624538,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd4d3f17b6eeef6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1706618731285,"stop":1706618731285,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b22372d338fa89f","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008975,"stop":1706619008976,"duration":1},"status":"passed","severity":"normal"},{"uid":"5989e77a21e4a4d","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865688,"stop":1706618865689,"duration":1},"status":"passed","severity":"normal"},{"uid":"d806bd2dbb4719dd","name":"Push message with unicode special characters payload","time":{"start":1706618996192,"stop":1706618996193,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc49267e10a31274","name":"should set field with all protocols disabled","time":{"start":1706618372823,"stop":1706618372823,"duration":0},"status":"passed","severity":"normal"},{"uid":"70d1f36abe5e9f02","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1706618489112,"stop":1706618489112,"duration":0},"status":"passed","severity":"normal"},{"uid":"129be1af36ae3be5","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1706618851397,"stop":1706618851397,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8a65ad8899809c","name":"Check publish message containing unicode special characters","time":{"start":1706618865688,"stop":1706618865688,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6e7d254756f6cb","name":"Subscribe to topic containing Script and receive message","time":{"start":1706618624534,"stop":1706618624534,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cec32f6937d472f","name":"Check received message containing Russian","time":{"start":1706618580247,"stop":1706618580247,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d3b2aaecd5f231","name":"Push message on custom pubsubTopic","time":{"start":1706618687001,"stop":1706618687002,"duration":1},"status":"passed","severity":"normal"},{"uid":"826a17d1293fe641","name":"recovers when dns.resolve returns empty","time":{"start":1706618389060,"stop":1706618389060,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd7e7651ee898d38","name":"Reopen subscription with peer with lost subscription","time":{"start":1706618487714,"stop":1706618487714,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9c85123b94df4ec","name":"Passing page size 110 when there are 120 messages","time":{"start":1706619030047,"stop":1706619030047,"duration":0},"status":"passed","severity":"normal"},{"uid":"61a05b23a3685d73","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"30fd9b219449fed1","name":"Check received message with timestamp: 1706618414016 ","time":{"start":1706618580256,"stop":1706618580256,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0337153693f5e3d","name":"groups content topics by expected pubsub topic","time":{"start":1706618366461,"stop":1706618366461,"duration":0},"status":"passed","severity":"normal"},{"uid":"561d735f4c0a273f","name":"Subscribe to topic containing short and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe11f44a3eac0a67","name":"Push message with meta","time":{"start":1706618858028,"stop":1706618858028,"duration":0},"status":"passed","severity":"normal"},{"uid":"2abc118317c2af49","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1706618624523,"stop":1706618624532,"duration":9},"status":"passed","severity":"normal"},{"uid":"fef42ec1a4002bde","name":"Filter","time":{"start":1706619044149,"stop":1706619044150,"duration":1},"status":"passed","severity":"normal"},{"uid":"b48cafab14c8dcb6","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1706619017484,"stop":1706619017485,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b8f7518ab93b24","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706618371937,"stop":1706618371937,"duration":0},"status":"passed","severity":"normal"},{"uid":"92558b19b5cde6b1","name":"Check message received after nwaku node is restarted","time":{"start":1706618580263,"stop":1706618580263,"duration":0},"status":"skipped","severity":"normal"},{"uid":"526fadff81dfb922","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1706618624538,"stop":1706618624539,"duration":1},"status":"passed","severity":"normal"},{"uid":"5153296bde8262ec","name":"should not receive a peer event after stop","time":{"start":1706618424945,"stop":1706618424946,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8811a38c7307243","name":"Rejects garbage","time":{"start":1706618382598,"stop":1706618382598,"duration":0},"status":"passed","severity":"normal"},{"uid":"2179f01a04776477","name":"can start and stop the service","time":{"start":1706618909986,"stop":1706618909986,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ed0a8c904a43ae","name":"Add multiple subscription objects on single nwaku node","time":{"start":1706619029146,"stop":1706619029146,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd0710bbc962d68","name":"Subscribe to topic containing shell command and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b1d5fe5214f3034","name":"should decode valid enr with tcp successfully","time":{"start":1706618372811,"stop":1706618372811,"duration":0},"status":"passed","severity":"normal"},{"uid":"76ba2cfc67b95436","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1706618851395,"stop":1706618851395,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ff5812ca10189ab","name":"Nwaku publishes","time":{"start":1706618834268,"stop":1706618834269,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cfb0de5a13ac847","name":"Fields are not dropped","time":{"start":1706618378341,"stop":1706618378342,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b6d47155bff1392","name":"Check received message containing Script","time":{"start":1706618580248,"stop":1706618580248,"duration":0},"status":"passed","severity":"normal"},{"uid":"617b65fe91747f1c","name":"Callback on promise","time":{"start":1706619004845,"stop":1706619004845,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec4895009dbc99d","name":"Ordered Callback - forward","time":{"start":1706619002398,"stop":1706619002398,"duration":0},"status":"passed","severity":"normal"},{"uid":"c663e766f6fe8af6","name":"Check publish message containing Chinese","time":{"start":1706618865682,"stop":1706618865682,"duration":0},"status":"passed","severity":"normal"},{"uid":"b00cb38287ee0d09","name":"Subscribe and publish message","time":{"start":1706618871326,"stop":1706618871327,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b22dd1bf18f5308","name":"Publish message with custom timestamp: Tue Jan 30 2024 13:47:31 GMT+0000 (Coordinated Universal Time)","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"status":"passed","severity":"normal"},{"uid":"93412407bd33ba1c","name":"Push message with content topic containing Chinese","time":{"start":1706618996197,"stop":1706618996198,"duration":1},"status":"passed","severity":"normal"},{"uid":"edf1b661f2085827","name":"Push message with content topic containing short","time":{"start":1706618858018,"stop":1706618858018,"duration":0},"status":"passed","severity":"normal"},{"uid":"d734400327963a5b","name":"Check received message containing shell command","time":{"start":1706618959494,"stop":1706618959494,"duration":0},"status":"passed","severity":"normal"},{"uid":"87a15e85ae2088a2","name":"Check meta is set [ecies]","time":{"start":1706618396942,"stop":1706618396942,"duration":0},"status":"passed","severity":"normal"},{"uid":"438cc16b964e6d3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1706618731297,"stop":1706618731297,"duration":0},"status":"passed","severity":"normal"},{"uid":"52aa3f9a0a34b2bb","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1706618871329,"stop":1706618871329,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0c94ef10f528c4","name":"nwaku subscribes","time":{"start":1706618834267,"stop":1706618834268,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5814c679e22bf8","name":"Decoder throws on empty string content topic","time":{"start":1706618396944,"stop":1706618396944,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d8aac2bd155649","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1706618934693,"stop":1706618934693,"duration":0},"status":"passed","severity":"normal"},{"uid":"e163278af51a654d","name":"Check received message with timestamp: undefined ","time":{"start":1706618959504,"stop":1706618959504,"duration":0},"status":"passed","severity":"normal"},{"uid":"3949404061efccac","name":"Passing page size 19 when there are 20 messages","time":{"start":1706619030047,"stop":1706619030047,"duration":0},"status":"passed","severity":"normal"},{"uid":"733291b83aa211af","name":"Check publish message containing shell command","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"status":"passed","severity":"normal"},{"uid":"86dc39e585a91240","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1706618731282,"stop":1706618731282,"duration":0},"status":"passed","severity":"normal"},{"uid":"599164d2595c676","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706619029142,"stop":1706619029142,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1963ce1f40e0dd9","name":"Subscribe to topic containing Script and receive message","time":{"start":1706619029127,"stop":1706619029127,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e1d545a6cafb5dc","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1706618388589,"stop":1706618388590,"duration":1},"status":"passed","severity":"normal"},{"uid":"c097eb6ddf55129f","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1706618731281,"stop":1706618731281,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2cf6b3190b0bfc2","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0d578b371c5ba13","name":"Push message with content topic containing long","time":{"start":1706618858019,"stop":1706618858022,"duration":3},"status":"passed","severity":"normal"},{"uid":"e7ffd332a521c75d","name":"Subscribe to topic containing XML and receive message","time":{"start":1706619029127,"stop":1706619029128,"duration":1},"status":"passed","severity":"normal"},{"uid":"9840ae91dd081dee","name":"unsubscribes","time":{"start":1706619021207,"stop":1706619021207,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f3bc82ae1510832","name":"Check message received after jswaku node is restarted","time":{"start":1706618959486,"stop":1706618959486,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b57f6b959f565694","name":"Check publish message containing escaped characters","time":{"start":1706618865687,"stop":1706618865687,"duration":0},"status":"passed","severity":"normal"},{"uid":"9da25024750aff83","name":"Decoder throws on empty string content topic","time":{"start":1706618395072,"stop":1706618395072,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f18b30da2e53367","name":"should be able to encode the field with only RELAY set to true","time":{"start":1706618371919,"stop":1706618371921,"duration":2},"status":"passed","severity":"normal"},{"uid":"214739989bcfd387","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1706619029145,"stop":1706619029145,"duration":0},"status":"passed","severity":"normal"},{"uid":"e405687b0aad631","name":"Query with Ordered Callback, No message returned","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"status":"passed","severity":"normal"},{"uid":"62e0f09f36c9ae7b","name":"should not receive a peer event before start","time":{"start":1706618909987,"stop":1706618909988,"duration":1},"status":"passed","severity":"normal"},{"uid":"8acd390c34b793c3","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1706618388585,"stop":1706618388586,"duration":1},"status":"passed","severity":"normal"},{"uid":"3950d70ed3007872","name":"Ping on subscribed peer","time":{"start":1706618487711,"stop":1706618487712,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbee2a8060f67063","name":"Push message with rate limit","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb283d3fa4e57c29","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1706618851396,"stop":1706618851396,"duration":0},"status":"passed","severity":"normal"},{"uid":"a571702ae007a13a","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1706618372810,"stop":1706618372811,"duration":1},"status":"passed","severity":"normal"},{"uid":"37db8ae114555e34","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c94ebb5a111e3","name":"Check received message containing JSON","time":{"start":1706618580249,"stop":1706618580250,"duration":1},"status":"passed","severity":"normal"},{"uid":"91fb0d5e01db346f","name":"can start the service","time":{"start":1706618424939,"stop":1706618424941,"duration":2},"status":"passed","severity":"normal"},{"uid":"91db5b0d6331013","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1706619033644,"stop":1706619033645,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d15672ab2e6bf01","name":"Store - dialed after - with timeout","time":{"start":1706619044149,"stop":1706619044149,"duration":0},"status":"passed","severity":"normal"},{"uid":"d51a8a7108e0ed08","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1706618731291,"stop":1706618731291,"duration":0},"status":"passed","severity":"normal"},{"uid":"1145d47ad8b49ae7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731295,"stop":1706618731295,"duration":0},"status":"passed","severity":"normal"},{"uid":"97db4c7bde336149","name":"Waku message hash computation (payload length 0)","time":{"start":1706618378315,"stop":1706618378316,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fe71991efdf9cf7","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706618624428,"stop":1706618624449,"duration":21},"status":"passed","severity":"normal"},{"uid":"bc66ce2290cef0c9","name":"Publish message with large meta","time":{"start":1706618865694,"stop":1706618865694,"duration":0},"status":"passed","severity":"normal"},{"uid":"c130f2bcc28c2542","name":"Check message with non string payload is not received","time":{"start":1706618959485,"stop":1706618959486,"duration":1},"status":"passed","severity":"normal"},{"uid":"45e359fea625011b","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1706618934694,"stop":1706618934694,"duration":0},"status":"passed","severity":"normal"},{"uid":"e24c8014de29a938","name":"Subscribe and receive messages via waku relay post","time":{"start":1706619029122,"stop":1706619029122,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c41b02a98617871","name":"Push message on custom pubsubTopic","time":{"start":1706618687003,"stop":1706618687004,"duration":1},"status":"passed","severity":"normal"},{"uid":"164e9794ce6e1867","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618489111,"stop":1706618489111,"duration":0},"status":"passed","severity":"normal"},{"uid":"66495729c8fc5775","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1706618388584,"stop":1706618388585,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3faddb299f79096","name":"Subscribe to topic containing short and publish message","time":{"start":1706618871331,"stop":1706618871331,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7d9912ce3fbb563","name":"same cluster, same shard: nodes connect","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae199278d309d5b6","name":"Nodes with multiple pubsub topic","time":{"start":1706618851398,"stop":1706618851398,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c945ca327773225","name":"Push message with long payload","time":{"start":1706618996184,"stop":1706618996184,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e06f8a1c302c5e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1706618489112,"stop":1706618489113,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c9cb9e0e5e1ebbc","name":"Check received message with timestamp: 1706618413982000000 ","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"status":"passed","severity":"normal"},{"uid":"861d54c46dfce1f1","name":"should get / set TCP multiaddr","time":{"start":1706618372820,"stop":1706618372820,"duration":0},"status":"passed","severity":"normal"},{"uid":"371c2ebbdb131422","name":"Push message with custom timestamp: 1675860224650","time":{"start":1706618858029,"stop":1706618858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"48e472bc6de49652","name":"should be able to decode the field with only STORE set to true","time":{"start":1706618371934,"stop":1706618371934,"duration":0},"status":"passed","severity":"normal"},{"uid":"7efb26e4c150eb4b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618687001,"stop":1706618687001,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b0fe0b69e1e3a8","name":"Init the array if not present","time":{"start":1706618366256,"stop":1706618366258,"duration":2},"status":"passed","severity":"normal"},{"uid":"c203877b4d79ae79","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1706618731283,"stop":1706618731284,"duration":1},"status":"passed","severity":"normal"},{"uid":"303dce01dbce0663","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731280,"stop":1706618731281,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c7a06166a38de4","name":"Push message with content topic containing XML","time":{"start":1706618858025,"stop":1706618858025,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f79feaccf798941","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1706619029145,"stop":1706619029146,"duration":1},"status":"passed","severity":"normal"},{"uid":"16312aa956ff57d8","name":"Push message with content topic containing SQL Injection","time":{"start":1706618996199,"stop":1706618996200,"duration":1},"status":"passed","severity":"normal"},{"uid":"5abf1dafb7089703","name":"Used by Waku Relay","time":{"start":1706619035798,"stop":1706619035798,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54ce121ba139718","name":"Fails to push message with empty content topic","time":{"start":1706618996205,"stop":1706618996205,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36478b76d88c2b1","name":"should only return 1 node with relay capability","time":{"start":1706618389061,"stop":1706618389062,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b8e41b00ae3336","name":"A test","time":{"start":1706618687106,"stop":1706618687107,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b414a2516eda0f5","name":"Check received message containing unicode special characters","time":{"start":1706618580254,"stop":1706618580254,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f7ffc0da6d4b3c9","name":"Register correct protocols","time":{"start":1706618871324,"stop":1706618871325,"duration":1},"status":"passed","severity":"normal"},{"uid":"e98b782ef80ed3e3","name":"Push message with content topic containing special chars","time":{"start":1706618858023,"stop":1706618858023,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c980dba00d12e83","name":"Check publish message containing Russian","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"status":"passed","severity":"normal"},{"uid":"bea174bf9a612b01","name":"Check received message containing special chars","time":{"start":1706618959489,"stop":1706618959489,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bb7522d00d174","name":"Check received message containing XML","time":{"start":1706618580248,"stop":1706618580249,"duration":1},"status":"passed","severity":"normal"},{"uid":"42ef827610e156d4","name":"Subscribe and receive messages via lightPush","time":{"start":1706618624420,"stop":1706618624421,"duration":1},"status":"passed","severity":"normal"},{"uid":"46fcaf0d8a61f7e3","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1706619033643,"stop":1706619033643,"duration":0},"status":"passed","severity":"normal"},{"uid":"df63106057844f34","name":"should use DNS peer discovery with light client","time":{"start":1706618424947,"stop":1706618424947,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5aed16e28a757fd8","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1706618371931,"stop":1706618371931,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b225430347d014e","name":"Refresh subscription","time":{"start":1706618871330,"stop":1706618871330,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6c3ebae770baf4ac","name":"Push message on custom pubsubTopic","time":{"start":1706618686998,"stop":1706618686999,"duration":1},"status":"passed","severity":"normal"},{"uid":"217edc81533541cc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618624272,"stop":1706618624272,"duration":0},"status":"passed","severity":"normal"},{"uid":"f220894ca0b105c7","name":"Correctly serialized arguments","time":{"start":1706618739031,"stop":1706618739032,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dae58229fadad2f","name":"Encoder throws on empty string content topic","time":{"start":1706618378926,"stop":1706618378926,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ddb1ec91196b94f","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706619029129,"stop":1706619029129,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b9f63b2d2963e6","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1706619039584,"stop":1706619039585,"duration":1},"status":"passed","severity":"normal"},{"uid":"495c9da73bdf2716","name":"Check message received after jswaku node is restarted","time":{"start":1706618580262,"stop":1706618580262,"duration":0},"status":"skipped","severity":"normal"},{"uid":"add1fd8579ad12a1","name":"should throw error - no public key","time":{"start":1706618372818,"stop":1706618372818,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fe35d20a86ea711","name":"should throw an error for insufficient data","time":{"start":1706618366597,"stop":1706618366597,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b3d87b3851ca6b","name":"Push message with Russian payload","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"status":"passed","severity":"normal"},{"uid":"1861a13c623a966f","name":"Check received message containing Arabic","time":{"start":1706618959490,"stop":1706618959490,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae48d1c4f9f739f2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1706619029144,"stop":1706619029144,"duration":0},"status":"passed","severity":"normal"},{"uid":"21e35dbb7de32b11","name":"topics with same application and version share the same shard","time":{"start":1706618366460,"stop":1706618366460,"duration":0},"status":"passed","severity":"normal"},{"uid":"fad827e7c0d3e70","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706619029128,"stop":1706619029128,"duration":0},"status":"passed","severity":"normal"},{"uid":"72426e4878d66032","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1706618366596,"stop":1706618366597,"duration":1},"status":"passed","severity":"normal"},{"uid":"f11fb31b1b07b846","name":"Check received message containing shell command","time":{"start":1706618959479,"stop":1706618959479,"duration":0},"status":"passed","severity":"normal"},{"uid":"edd1121e02ef78b9","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1706619004846,"stop":1706619004846,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c39dbb9b7bea29b","name":"Check message received after nwaku node is restarted","time":{"start":1706618959507,"stop":1706618959518,"duration":11},"status":"skipped","severity":"normal"},{"uid":"92a6072d6a12e2b","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1706618496641,"stop":1706618496641,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b640cc3a61e6b29","name":"should decode valid enr successfully","time":{"start":1706618372810,"stop":1706618372810,"duration":0},"status":"passed","severity":"normal"},{"uid":"9566c8c0774d8ebe","name":"Check publish message containing short","time":{"start":1706618865680,"stop":1706618865680,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4d8252d48a068fc","name":"Push message with Chinese payload","time":{"start":1706618858009,"stop":1706618858009,"duration":0},"status":"passed","severity":"normal"},{"uid":"77d99fcb5abdb32b","name":"Subscribe and receive messages via waku relay post","time":{"start":1706619029135,"stop":1706619029136,"duration":1},"status":"passed","severity":"normal"},{"uid":"67b6f11153a32cd6","name":"should set field with all protocols enabled","time":{"start":1706618372824,"stop":1706618372824,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ada2de576e0b38","name":"Relay + Store","time":{"start":1706618372825,"stop":1706618372826,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ae74c09b8d6791e","name":"Overlapping topic subscription","time":{"start":1706618871330,"stop":1706618871331,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e03527c4509ef2ed","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1706618731283,"stop":1706618731283,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f1a9be5f0aa3725","name":"should only return 1 node with store capability","time":{"start":1706618389062,"stop":1706618389063,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e17adeafb7dc4ab","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1706618624276,"stop":1706618624276,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8af486e8f1078bb","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1706618731299,"stop":1706618731299,"duration":0},"status":"passed","severity":"normal"},{"uid":"f93539b24f610d77","name":"should be called for bootstrap peers","time":{"start":1706618454364,"stop":1706618454369,"duration":5},"status":"passed","severity":"normal"},{"uid":"3fa9a5f3d1a9fb4","name":"Push to array if already present","time":{"start":1706618366258,"stop":1706618366259,"duration":1},"status":"passed","severity":"normal"},{"uid":"e47cf5ff21cf72e4","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1706618388590,"stop":1706618388590,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f553d2786f94219","name":"converts content topics to expected shard index","time":{"start":1706618366459,"stop":1706618366460,"duration":1},"status":"passed","severity":"normal"},{"uid":"46861912a66eee9b","name":"Passing page size 3 when there are 20 messages","time":{"start":1706619030045,"stop":1706619030046,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa7e00f761c7f863","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1706618454359,"stop":1706618454360,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a4b791243d6ced6","name":"Decoder throws on undefined content topic","time":{"start":1706618396943,"stop":1706618396944,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3b1a53ce323252b","name":"Check received message with timestamp: 1706618413982 ","time":{"start":1706618959481,"stop":1706618959481,"duration":0},"status":"passed","severity":"normal"},{"uid":"9128a13d7951eb44","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1706619017483,"stop":1706619017483,"duration":0},"status":"passed","severity":"normal"},{"uid":"50bab4fa7b561fc3","name":"through manual discovery","time":{"start":1706618738959,"stop":1706618738959,"duration":0},"status":"passed","severity":"normal"},{"uid":"899c4c02e7cf3b94","name":"should properly create location multiaddrs - udp","time":{"start":1706618372822,"stop":1706618372822,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc9b6b8774c740","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1706618388591,"stop":1706618388591,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b90bc6e62ddbb6e","name":"Encoder throws on undefined content topic","time":{"start":1706618396942,"stop":1706618396943,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0f94d9d260cc4d0","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1706618371936,"stop":1706618371936,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b2e05eb5206b3f6","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1706619033643,"stop":1706619033643,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdbc17be043319db","name":"Round trip binary serialization","time":{"start":1706618378924,"stop":1706618378924,"duration":0},"status":"passed","severity":"normal"},{"uid":"d81428f713a5f17c","name":"Push message with content topic containing Russian","time":{"start":1706618996199,"stop":1706618996199,"duration":0},"status":"passed","severity":"normal"},{"uid":"475652234f08b6a4","name":"Sample","time":{"start":1706618372080,"stop":1706618372080,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb5b5e83fb81f861","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1706618378873,"stop":1706618378873,"duration":0},"status":"passed","severity":"normal"},{"uid":"462243affcd380a4","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1706618934691,"stop":1706618934692,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a274f31761a6638","name":"Ping on unsubscribed peer","time":{"start":1706618487713,"stop":1706618487714,"duration":1},"status":"passed","severity":"normal"},{"uid":"11de3e20d86dd1a4","name":"Push message with content topic containing Arabic","time":{"start":1706618858023,"stop":1706618858024,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62d9568c81501b4","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1706618496642,"stop":1706618496643,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6e8493f63f76609","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1706618624271,"stop":1706618624271,"duration":0},"status":"passed","severity":"normal"},{"uid":"91f69803f3ccefb4","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1706618871333,"stop":1706618871333,"duration":0},"status":"passed","severity":"normal"},{"uid":"1030bb60984ff60b","name":"Check received message containing emoji","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"status":"passed","severity":"normal"},{"uid":"8271f91bf7a89eb8","name":"Subscribe to topic containing long and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"113bf4bcf400b4e7","name":"Fails to publish duplicate message","time":{"start":1706618865690,"stop":1706618865690,"duration":0},"status":"passed","severity":"normal"},{"uid":"675232daada65c3d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1706618973548,"stop":1706618973548,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2bf118147238a1","name":"Push message with Script payload","time":{"start":1706618996189,"stop":1706618996190,"duration":1},"status":"passed","severity":"normal"},{"uid":"37ffa09465197047","name":"Push message with custom timestamp: 1706622180609","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dc1c5e147e4cd26","name":"Check received message with timestamp: 1706618414016000000 ","time":{"start":1706618580255,"stop":1706618580256,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06fa66836080859","name":"Push message with content topic containing numeric","time":{"start":1706618858022,"stop":1706618858022,"duration":0},"status":"passed","severity":"normal"},{"uid":"845a383706da58f1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1706618454371,"stop":1706618454372,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a9c5be342d3067","name":"Push message with shell command payload","time":{"start":1706618996191,"stop":1706618996192,"duration":1},"status":"passed","severity":"normal"},{"uid":"a93c14c20bfc2c02","name":"Push message with Russian payload","time":{"start":1706618996188,"stop":1706618996188,"duration":0},"status":"passed","severity":"normal"},{"uid":"d72020188187aa21","name":"Push message with SQL Injection payload","time":{"start":1706618858010,"stop":1706618858010,"duration":0},"status":"passed","severity":"normal"},{"uid":"de7031a1a31b7b7a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1706619029133,"stop":1706619029135,"duration":2},"status":"passed","severity":"normal"},{"uid":"121f350a538db589","name":"different cluster, same shard: nodes don't connect","time":{"start":1706618799831,"stop":1706618799831,"duration":0},"status":"broken","severity":"normal"},{"uid":"1c38ddd1773e53c7","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1706618454360,"stop":1706618454361,"duration":1},"status":"passed","severity":"normal"},{"uid":"5efbecf033e90135","name":"Fails to publish message with size larger than 1 MB","time":{"start":1706618865692,"stop":1706618865693,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a1c0039c4a0290","name":"Encoder throws on empty string content topic","time":{"start":1706618395071,"stop":1706618395071,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0eaee25a7dcb4c1","name":"Relay","time":{"start":1706618429312,"stop":1706618429313,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe4f6d59708737c6","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1706618731286,"stop":1706618731287,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff83e7949d034562","name":"Push message with content topic containing emoji","time":{"start":1706618996204,"stop":1706618996204,"duration":0},"status":"passed","severity":"normal"},{"uid":"c78192106af17052","name":"Subscribe to topic containing Russian and receive message","time":{"start":1706618624522,"stop":1706618624523,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f8b97999f0ccae0","name":"returns all values when wanted number is greater than available values","time":{"start":1706618387943,"stop":1706618387943,"duration":0},"status":"passed","severity":"normal"},{"uid":"113456a16c6a7fab","name":"Check received message containing SQL Injection","time":{"start":1706618959475,"stop":1706618959475,"duration":0},"status":"passed","severity":"normal"},{"uid":"99e1bd21f77da320","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1706618454359,"stop":1706618454359,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e6a780dd73f926b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1706618871327,"stop":1706618871327,"duration":0},"status":"passed","severity":"normal"},{"uid":"d35e18e7dcb2dfb","name":"retrieves a single peer","time":{"start":1706618389058,"stop":1706618389059,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1139d4a4a7a2a31","name":"Query with Promise Callback, No message returned","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"status":"passed","severity":"normal"},{"uid":"33605b0ff317c52b","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1706618731278,"stop":1706618731278,"duration":0},"status":"broken","severity":"normal"},{"uid":"1ad7542fc5fe8ec7","name":"Overlapping topic subscription","time":{"start":1706618624499,"stop":1706618624500,"duration":1},"status":"passed","severity":"normal"},{"uid":"747b6b41c601980c","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1706619017482,"stop":1706619017483,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d397cf7cf298dfd","name":"Subscribe to topic containing short and receive message","time":{"start":1706618624520,"stop":1706618624520,"duration":0},"status":"passed","severity":"normal"},{"uid":"e943116a54c4d0d9","name":"Error when try to subscribe to more than 30 topics","time":{"start":1706619029138,"stop":1706619029139,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3cf4af2e02ad24a","name":"Promise Callback - forward","time":{"start":1706619002393,"stop":1706619002397,"duration":4},"status":"passed","severity":"normal"},{"uid":"34ee82d6e62d35a2","name":"Check received message containing numeric","time":{"start":1706618959472,"stop":1706618959473,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea06cff7afd6dff","name":"Check publish message containing Script","time":{"start":1706618865684,"stop":1706618865684,"duration":0},"status":"passed","severity":"normal"},{"uid":"a220aa1c810527a9","name":"Check message with no pubsub topic is not received","time":{"start":1706618580259,"stop":1706618580259,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9bca376bd007030","name":"Check received message containing short","time":{"start":1706618580243,"stop":1706618580244,"duration":1},"status":"passed","severity":"normal"},{"uid":"d411eba45d26f902","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1706618934690,"stop":1706618934691,"duration":1},"status":"passed","severity":"normal"},{"uid":"67535135d222636b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618959499,"stop":1706618959499,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f200462c188092","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a415e108cde12407","name":"Check received message with timestamp: 1649153314 ","time":{"start":1706618959481,"stop":1706618959482,"duration":1},"status":"passed","severity":"normal"},{"uid":"1278cbb822bc1a18","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1706618731294,"stop":1706618731294,"duration":0},"status":"passed","severity":"normal"},{"uid":"216f4e48369049ef","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1706618624535,"stop":1706618624535,"duration":0},"status":"passed","severity":"normal"},{"uid":"bddcd936c889d57a","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1706619008977,"stop":1706619008977,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bf048ef15895383","name":"Check message on other pubsub topic is not received","time":{"start":1706618959505,"stop":1706618959505,"duration":0},"status":"passed","severity":"normal"},{"uid":"33bbcb4fe5601790","name":"Throws when trying to push message with empty payload","time":{"start":1706618996194,"stop":1706618996195,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1b7211d4df2a4af","name":"Check received message containing Basic HTML tag","time":{"start":1706618580249,"stop":1706618580249,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9e5e9c1cad81d9","name":"Push message with content topic containing SQL Injection","time":{"start":1706618858024,"stop":1706618858024,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b155a5b08afc9ff","name":"should set field with only LIGHTPUSH enabled","time":{"start":1706618372825,"stop":1706618372825,"duration":0},"status":"passed","severity":"normal"},{"uid":"a63d8be9df60a1a9","name":"Check received message with timestamp: 1706618413982 ","time":{"start":1706618959496,"stop":1706618959499,"duration":3},"status":"passed","severity":"normal"},{"uid":"77affc9c082a9713","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1706618871328,"stop":1706618871328,"duration":0},"status":"passed","severity":"normal"},{"uid":"33808063b91b23c","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1706618731290,"stop":1706618731290,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4ad1a10f8773f9d","name":"Subscribe to topic containing shell command and receive message","time":{"start":1706619029145,"stop":1706619029145,"duration":0},"status":"passed","severity":"normal"},{"uid":"c821d45c05b11647","name":"Push message with content topic containing XML","time":{"start":1706618996201,"stop":1706618996201,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd2c4727be1043a4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706619029141,"stop":1706619029142,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe9af71913b1051","name":"Query Generator, Multiple PubsubTopics","time":{"start":1706618973544,"stop":1706618973545,"duration":1},"status":"passed","severity":"normal"},{"uid":"11d9c5ab18753781","name":"Push message with shell command payload","time":{"start":1706618858016,"stop":1706618858016,"duration":0},"status":"passed","severity":"normal"},{"uid":"67a07916bdf1f196","name":"Check publish message containing special chars","time":{"start":1706618865681,"stop":1706618865682,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5bdeb172e6c642","name":"Generator, 2 different pubsubtopics","time":{"start":1706619008975,"stop":1706619008975,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b1100522666c1f","name":"Push message with custom timestamp: 1706615024650","time":{"start":1706618858030,"stop":1706618858037,"duration":7},"status":"passed","severity":"normal"},{"uid":"91e840908c0272b4","name":"isConnected should return false after all peers disconnect","time":{"start":1706618454373,"stop":1706618454375,"duration":2},"status":"passed","severity":"normal"},{"uid":"9ab60aed2425e0db","name":"Push message with Chinese payload","time":{"start":1706618996187,"stop":1706618996187,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1ce7e3a7bb159e","name":"Subscribe and receives messages on 20 topics","time":{"start":1706619029123,"stop":1706619029123,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7def98d55128c70","name":"Check received message containing emoji","time":{"start":1706618959495,"stop":1706618959495,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf35fe7224166679","name":"Accepts a valid Waku Message","time":{"start":1706618382596,"stop":1706618382597,"duration":1},"status":"passed","severity":"normal"},{"uid":"d50b23edc7507010","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618580257,"stop":1706618580257,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed421c4d7606f2f8","name":"same cluster, same shard: nodes connect","time":{"start":1706618731269,"stop":1706618731270,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9b4d8814bc063b","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706618624450,"stop":1706618624450,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc501c65a8a59a2","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1706618731296,"stop":1706618731296,"duration":0},"status":"passed","severity":"normal"},{"uid":"de966abc3832db49","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1706618799829,"stop":1706618799829,"duration":0},"status":"broken","severity":"normal"},{"uid":"73b4d4a281ba36d","name":"Push message with escaped characters payload","time":{"start":1706618996192,"stop":1706618996192,"duration":0},"status":"passed","severity":"normal"},{"uid":"787932ad13958096","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a8132394c076aec","name":"Check publish message containing SQL Injection","time":{"start":1706618865683,"stop":1706618865683,"duration":0},"status":"passed","severity":"normal"},{"uid":"146caefe1acba21b","name":"Does not throw an exception when node disconnects","time":{"start":1706619035796,"stop":1706619035797,"duration":1},"status":"passed","severity":"normal"},{"uid":"c68ad248c0eb2a4b","name":"should encodeTxt and decodeTxt","time":{"start":1706618372809,"stop":1706618372810,"duration":1},"status":"passed","severity":"normal"},{"uid":"29e28a62c67f07ad","name":"Push message with numeric payload","time":{"start":1706618858006,"stop":1706618858008,"duration":2},"status":"passed","severity":"normal"},{"uid":"f2b4f9e6cda045df","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706618624522,"stop":1706618624522,"duration":0},"status":"passed","severity":"normal"},{"uid":"901f9f46344ae0d","name":"should not fail to start the service if it is already started","time":{"start":1706618424943,"stop":1706618424943,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eeeac657e569c84","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1706618371931,"stop":1706618371932,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ac50ad12bef13a0","name":"Check message with extra parameter is not received","time":{"start":1706618580261,"stop":1706618580262,"duration":1},"status":"passed","severity":"normal"},{"uid":"593f99ff26f22b5b","name":"Push message equal or less that 1MB","time":{"start":1706618858038,"stop":1706618858038,"duration":0},"status":"passed","severity":"normal"},{"uid":"7844607fcc97f073","name":"Push message with content topic containing Script","time":{"start":1706618996200,"stop":1706618996200,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d913b63743d6b1f","name":"Check received message containing emoji","time":{"start":1706618580254,"stop":1706618580255,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd8b34fdca53fe24","name":"Publishes to nwaku","time":{"start":1706618834268,"stop":1706618834268,"duration":0},"status":"passed","severity":"normal"},{"uid":"339e52495f5bcf4d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1706618489111,"stop":1706618489112,"duration":1},"status":"passed","severity":"normal"},{"uid":"f49ded8d8e8aaadc","name":"Push message with content topic containing escaped characters","time":{"start":1706618996203,"stop":1706618996204,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa8620e3a87fc6a4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1706618496642,"stop":1706618496642,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3c5f12651376b4","name":"Subscribe to topic containing long and receive message","time":{"start":1706618624520,"stop":1706618624521,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5e5345bcf96af6a","name":"Query with Promise Callback, No Decoder","time":{"start":1706618973549,"stop":1706618973549,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0cbf360d22d3d31","name":"Check received message containing shell command","time":{"start":1706618580250,"stop":1706618580250,"duration":0},"status":"passed","severity":"normal"},{"uid":"508e3205d419847b","name":"Fails to push message with empty content topic","time":{"start":1706618858027,"stop":1706618858027,"duration":0},"status":"passed","severity":"normal"},{"uid":"91bd029a0386ff02","name":"should be able to encode the field with only STORE set to true","time":{"start":1706618371921,"stop":1706618371922,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f60f307927ce3db","name":"Subscribe to topic containing numeric and receive message","time":{"start":1706619029125,"stop":1706619029125,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb8d570897fdd316","name":"Push message with content topic containing Basic HTML tag","time":{"start":1706618858025,"stop":1706618858025,"duration":0},"status":"passed","severity":"normal"},{"uid":"e35366ce8ff1092f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1706618389063,"stop":1706618389063,"duration":0},"status":"passed","severity":"normal"},{"uid":"c20869a476b5993c","name":"Check received message with extra option is received","time":{"start":1706618580262,"stop":1706618580262,"duration":0},"status":"passed","severity":"normal"},{"uid":"618d7569c3956283","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1706618959499,"stop":1706618959500,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f25ed4bc2f7b6a7","name":"Query generator for 2000 messages","time":{"start":1706619004847,"stop":1706619004847,"duration":0},"status":"passed","severity":"normal"},{"uid":"29450f8b43ec92e7","name":"Push 30 different messages","time":{"start":1706618996194,"stop":1706618996194,"duration":0},"status":"passed","severity":"normal"},{"uid":"998ea8534508a306","name":"Push message with custom timestamp: 1706614980609","time":{"start":1706618996207,"stop":1706618996207,"duration":0},"status":"passed","severity":"normal"},{"uid":"5921a7fd118fac8d","name":"Check received message containing JSON","time":{"start":1706618959493,"stop":1706618959493,"duration":0},"status":"passed","severity":"normal"},{"uid":"e42001a52c992ba","name":"Check received message containing SQL Injection","time":{"start":1706618959491,"stop":1706618959491,"duration":0},"status":"passed","severity":"normal"},{"uid":"acac0b8ed1828939","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1706618454371,"stop":1706618454371,"duration":0},"status":"passed","severity":"normal"},{"uid":"d70ef453bd2a0f88","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1706619029126,"stop":1706619029126,"duration":0},"status":"passed","severity":"normal"},{"uid":"37d9ec8a3d7098c4","name":"Push message with content topic containing Russian","time":{"start":1706618858024,"stop":1706618858024,"duration":0},"status":"passed","severity":"normal"},{"uid":"d73d95454d42566f","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1706618871336,"stop":1706618871336,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6223bc753eb36d0","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1706619029136,"stop":1706619029136,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef1038d78d281852","name":"Check received message containing unicode special characters","time":{"start":1706618959480,"stop":1706618959480,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b5c442f09aa176c","name":"Passing page size 10 when there are 10 messages","time":{"start":1706619030046,"stop":1706619030046,"duration":0},"status":"passed","severity":"normal"},{"uid":"e002ae72c3aff762","name":"should return all peers when numPeers is 0","time":{"start":1706618378871,"stop":1706618378872,"duration":1},"status":"passed","severity":"normal"},{"uid":"82b8a7e8f92c15e1","name":"can start the service","time":{"start":1706618909985,"stop":1706618909985,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a6a9be104b3c4a7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1706618731299,"stop":1706618731299,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad91fb117c1d342","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1706618371935,"stop":1706618371935,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6291/widgets/suites.json b/6291/widgets/suites.json index 564cc0ed3e9..841123a291d 100644 --- a/6291/widgets/suites.json +++ b/6291/widgets/suites.json @@ -1 +1 @@ -{"total":81,"items":[{"uid":"8e643730e7ca5afcecfc693fc2316ad5","name":"getConnectedPeersForProtocolAndShard","statistic":{"failed":0,"broken":4,"skipped":0,"passed":4,"unknown":0,"total":8}},{"uid":"efccb8cb58173ebb8b2f79a36781cf1b","name":"Metadata Protocol","statistic":{"failed":0,"broken":2,"skipped":0,"passed":3,"unknown":0,"total":5}},{"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":0,"passed":28,"unknown":0,"total":28}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28}}]} \ No newline at end of file +{"total":81,"items":[{"uid":"8e643730e7ca5afcecfc693fc2316ad5","name":"getConnectedPeersForProtocolAndShard","statistic":{"failed":0,"broken":3,"skipped":0,"passed":5,"unknown":0,"total":8}},{"uid":"efccb8cb58173ebb8b2f79a36781cf1b","name":"Metadata Protocol","statistic":{"failed":0,"broken":3,"skipped":0,"passed":2,"unknown":0,"total":5}},{"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":0,"passed":28,"unknown":0,"total":28}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28}}]} \ No newline at end of file diff --git a/6291/widgets/summary.json b/6291/widgets/summary.json index 9829696b694..471dcf03a8f 100644 --- a/6291/widgets/summary.json +++ b/6291/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701},"time":{"start":1706528729251,"stop":1706529410672,"duration":681421,"minDuration":0,"maxDuration":15,"sumDuration":367}} \ No newline at end of file +{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701},"time":{"start":1706618366256,"stop":1706619044150,"duration":677894,"minDuration":0,"maxDuration":46,"sumDuration":393}} \ No newline at end of file diff --git a/index.html b/index.html index 9061aff1217..464d9e41154 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 5b791290698..17a58c0d615 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"Test defects":6}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"Test defects":6}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"Test defects":6}},{"data":{}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index 9b9a4980efe..1a1c4f38bc1 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"duration":696655}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"duration":677894}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"duration":696655}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 0463a00d9f9..ee96eda06cb 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":660,"unknown":0,"total":683}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":678,"unknown":0,"total":701}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"failed":0,"broken":6,"skipped":17,"passed":660,"unknown":0,"total":683}},{"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 3d82e785563..ea4e095df0b 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94239bf4d8448d60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/94239bf4d8448d60","status":"passed","time":{"start":1706618164516,"stop":1706618164517,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74ea1eeda87be03c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ea1eeda87be03c","status":"passed","time":{"start":1706618506507,"stop":1706618506507,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48dc2b06ab1ddd64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48dc2b06ab1ddd64","status":"passed","time":{"start":1706618636970,"stop":1706618636971,"duration":1}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb18c41457c287c1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb18c41457c287c1","status":"passed","time":{"start":1706618156840,"stop":1706618156840,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0dc6a4f2ed25950","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0dc6a4f2ed25950","status":"passed","time":{"start":1706618179845,"stop":1706618179846,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da6d177a33bd034","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2da6d177a33bd034","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"625999b58f2ff1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/625999b58f2ff1d","status":"passed","time":{"start":1706618787469,"stop":1706618787469,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4db4609fb042bdd7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4db4609fb042bdd7","status":"passed","time":{"start":1706618394333,"stop":1706618394333,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4019b1cc8dbb7ccc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4019b1cc8dbb7ccc","status":"passed","time":{"start":1706618380653,"stop":1706618380654,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37bf267278a7980a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37bf267278a7980a","status":"passed","time":{"start":1706618380659,"stop":1706618380661,"duration":2}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c1159e42e43bfb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c1159e42e43bfb3","status":"passed","time":{"start":1706618636988,"stop":1706618636989,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da6d1b5db7b701c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/da6d1b5db7b701c8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9163081301658559","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9163081301658559","status":"passed","time":{"start":1706618683925,"stop":1706618683925,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e54801aa5a1a405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e54801aa5a1a405","status":"passed","time":{"start":1706618636971,"stop":1706618636971,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"280445ca190e1a11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/280445ca190e1a11","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1bb5650892cbbee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1bb5650892cbbee","status":"passed","time":{"start":1706618164525,"stop":1706618164525,"duration":0}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"458860561c2fa8d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/458860561c2fa8d6","status":"passed","time":{"start":1706618664762,"stop":1706618664763,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce8051b19e9faee0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce8051b19e9faee0","status":"passed","time":{"start":1706618636980,"stop":1706618636980,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a994df687384a18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a994df687384a18","status":"passed","time":{"start":1706618760391,"stop":1706618760392,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1b85a4674749fff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1b85a4674749fff","status":"passed","time":{"start":1706618735856,"stop":1706618735856,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42f7a92ce7ec9994","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42f7a92ce7ec9994","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13b34c3a0a82bcb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/13b34c3a0a82bcb2","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dff2ab0cbbb03fc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7dff2ab0cbbb03fc","status":"passed","time":{"start":1706618285304,"stop":1706618285304,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6f6c856564c05ff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6f6c856564c05ff","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"240121d42bacf09a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/240121d42bacf09a","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ddb453a709a32b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ddb453a709a32b4","status":"passed","time":{"start":1706618775743,"stop":1706618775743,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40efa01fc401b7c3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40efa01fc401b7c3","status":"passed","time":{"start":1706618156834,"stop":1706618156835,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6409e843f82dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6409e843f82dc0e","status":"passed","time":{"start":1706618636975,"stop":1706618636976,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b14405f81e955aa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b14405f81e955aa9","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9933f84d4de4e79f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9933f84d4de4e79f","status":"passed","time":{"start":1706618668732,"stop":1706618668733,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e93defc61a855147","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e93defc61a855147","status":"passed","time":{"start":1706618216092,"stop":1706618216093,"duration":1}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b044ac89fe42442","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b044ac89fe42442","status":"passed","time":{"start":1706618179517,"stop":1706618179517,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6def62c03ba4d08c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6def62c03ba4d08c","status":"passed","time":{"start":1706618775739,"stop":1706618775739,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd190305dcdb126e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd190305dcdb126e","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9e176988c276cd9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9e176988c276cd9","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3debf3280ec6000b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3debf3280ec6000b","status":"passed","time":{"start":1706618164523,"stop":1706618164523,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"125fba209ea34472","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/125fba209ea34472","status":"passed","time":{"start":1706618797766,"stop":1706618797767,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32b5001b9224341c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32b5001b9224341c","status":"passed","time":{"start":1706618394340,"stop":1706618394340,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fba9e794236f4bca","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fba9e794236f4bca","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5f26aea580a7249","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5f26aea580a7249","status":"passed","time":{"start":1706618697331,"stop":1706618697331,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0088597ea4b986e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b0088597ea4b986e","status":"passed","time":{"start":1706618784350,"stop":1706618784351,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91a253fd3e602e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a253fd3e602e75","status":"passed","time":{"start":1706618394318,"stop":1706618394318,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b05fbaefa6046211","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b05fbaefa6046211","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d077f83f462c8b32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d077f83f462c8b32","status":"passed","time":{"start":1706618683935,"stop":1706618683935,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d8b62e90af28f82","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d8b62e90af28f82","status":"passed","time":{"start":1706618394315,"stop":1706618394316,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab44f71d6df628c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab44f71d6df628c2","status":"passed","time":{"start":1706618735852,"stop":1706618735852,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f235426a606a3068","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f235426a606a3068","status":"passed","time":{"start":1706618668745,"stop":1706618668745,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1ac0c97da7d1fcf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e1ac0c97da7d1fcf","status":"passed","time":{"start":1706618285303,"stop":1706618285303,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28a6752b0ea2a2dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28a6752b0ea2a2dd","status":"passed","time":{"start":1706618797772,"stop":1706618797773,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34b9677290d11d99","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/34b9677290d11d99","status":"passed","time":{"start":1706618165341,"stop":1706618165342,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb04c06cfec06dfd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb04c06cfec06dfd","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b939eadeb99fafa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b939eadeb99fafa","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71b2a98c5a18d0bd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71b2a98c5a18d0bd","status":"passed","time":{"start":1706618664766,"stop":1706618664767,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5f23f9be8ab8827","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5f23f9be8ab8827","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9744153efb2a0401","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9744153efb2a0401","status":"passed","time":{"start":1706618775739,"stop":1706618775740,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"10d8ce58f64c1f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10d8ce58f64c1f1d","status":"passed","time":{"start":1706618759767,"stop":1706618759768,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1cd4f408719218a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a1cd4f408719218a","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc4ad5fd003e7dc6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4ad5fd003e7dc6","status":"passed","time":{"start":1706618797764,"stop":1706618797765,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b06825a9b8f5d466","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b06825a9b8f5d466","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0dd5d4b9e6bc94b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0dd5d4b9e6bc94b","status":"passed","time":{"start":1706618285302,"stop":1706618285303,"duration":1}}]},"4ba9bcb21a6e15a10bf7c7d33b828254:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa3d2f6654f42bbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa3d2f6654f42bbb","status":"passed","time":{"start":1706618246653,"stop":1706618246654,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f1effe6deb3614f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4f1effe6deb3614f","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c708e0ce9b67e9f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c708e0ce9b67e9f6","status":"passed","time":{"start":1706618156839,"stop":1706618156840,"duration":1}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"246b696f70ecb067","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/246b696f70ecb067","status":"passed","time":{"start":1706618394317,"stop":1706618394317,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5263f100ff5fa075","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5263f100ff5fa075","status":"passed","time":{"start":1706618685084,"stop":1706618685085,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"449b12f012d18b2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/449b12f012d18b2c","status":"passed","time":{"start":1706618735893,"stop":1706618735894,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acfe268c35cc0dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/acfe268c35cc0dc","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"65e53592edfa30e69fcd84fcf29743a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a586625d40c1e098","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a586625d40c1e098","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8edc4b10f7d92c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8edc4b10f7d92c8c","status":"passed","time":{"start":1706618170153,"stop":1706618170154,"duration":1}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d75016c91af52ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d75016c91af52ab","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9ee33b59f9ab66e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9ee33b59f9ab66e","status":"passed","time":{"start":1706618164526,"stop":1706618164527,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f075ed82813d483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f075ed82813d483","status":"passed","time":{"start":1706618668721,"stop":1706618668721,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84b8ed65e788773c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/84b8ed65e788773c","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c3ec9517f788722","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c3ec9517f788722","status":"passed","time":{"start":1706618735876,"stop":1706618735877,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5c06c7721a6e601","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5c06c7721a6e601","status":"passed","time":{"start":1706618668738,"stop":1706618668738,"duration":0}}]},"207c274d577e03b42c4c5bcaae4cfde6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a13f4052cee2baba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a13f4052cee2baba","status":"passed","time":{"start":1706618668722,"stop":1706618668723,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9d374d3bc746fbc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9d374d3bc746fbc","status":"passed","time":{"start":1706618185610,"stop":1706618185610,"duration":0}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcdc3b83d8ddd3de","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcdc3b83d8ddd3de","status":"passed","time":{"start":1706618179519,"stop":1706618179519,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d165266372caf6b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d165266372caf6b","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"10c06bec69b69dba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10c06bec69b69dba","status":"passed","time":{"start":1706618156837,"stop":1706618156837,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ed40032605ee7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ed40032605ee7b1","status":"passed","time":{"start":1706618285307,"stop":1706618285307,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"738188caae315898","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/738188caae315898","status":"passed","time":{"start":1706618775740,"stop":1706618775740,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9abbbfe14be2ba8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9abbbfe14be2ba8b","status":"passed","time":{"start":1706618797759,"stop":1706618797759,"duration":0}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8224caa0962b9776","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8224caa0962b9776","status":"passed","time":{"start":1706618735896,"stop":1706618735897,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b54aa39904a36dee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b54aa39904a36dee","status":"passed","time":{"start":1706618668733,"stop":1706618668734,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90180df28dd35cb1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/90180df28dd35cb1","status":"passed","time":{"start":1706618749036,"stop":1706618749037,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cba61e3efd8ea87f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cba61e3efd8ea87f","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42234452b464bbeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42234452b464bbeb","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7232affe731775ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7232affe731775ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71c85e4f321d0635","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71c85e4f321d0635","status":"passed","time":{"start":1706618735857,"stop":1706618735857,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b3e1478ab62e8f5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b3e1478ab62e8f5","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d93a6d43d896b30","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d93a6d43d896b30","status":"passed","time":{"start":1706618800452,"stop":1706618800453,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcf1e6256b5390","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcf1e6256b5390","status":"passed","time":{"start":1706618685089,"stop":1706618685089,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dd8b77f823d54e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dd8b77f823d54e6","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"0d442695dd05453c4c355c81ef9164cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd65ade20dbb1cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cd65ade20dbb1cbb","status":"passed","time":{"start":1706618246650,"stop":1706618246650,"duration":0}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f61377dab6d7c8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f61377dab6d7c8d","status":"passed","time":{"start":1706618179848,"stop":1706618179848,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dfb4e4f5bac5182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dfb4e4f5bac5182","status":"passed","time":{"start":1706618164514,"stop":1706618164515,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2854a4484b56f800","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2854a4484b56f800","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b086b875bd61b57","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5b086b875bd61b57","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f8b885d647efd76","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f8b885d647efd76","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8175dc75ac57010f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8175dc75ac57010f","status":"passed","time":{"start":1706618759766,"stop":1706618759767,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ea359e102643efe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ea359e102643efe","status":"passed","time":{"start":1706618216090,"stop":1706618216090,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35ccf70d2affed37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35ccf70d2affed37","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d732c8ac988a2e45","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d732c8ac988a2e45","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ad8b9c7f5c29b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ad8b9c7f5c29b6","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2de60cead2762d9f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2de60cead2762d9f","status":"passed","time":{"start":1706618394342,"stop":1706618394343,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2412bb3d2c78079","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2412bb3d2c78079","status":"passed","time":{"start":1706618668741,"stop":1706618668742,"duration":1}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a7eeb575c9b229f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a7eeb575c9b229f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380686,"stop":1706618380687,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5848d0914933f1ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5848d0914933f1ef","status":"passed","time":{"start":1706618156705,"stop":1706618156706,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9e4624553d297a4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e9e4624553d297a4","status":"passed","time":{"start":1706618165343,"stop":1706618165343,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2bcfa89c3b967ed","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2bcfa89c3b967ed","status":"passed","time":{"start":1706618697331,"stop":1706618697332,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"60d349e706032c5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60d349e706032c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216101,"stop":1706618216101,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c77165c6c3672847","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c77165c6c3672847","status":"passed","time":{"start":1706618164685,"stop":1706618164685,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f41fc5723dcef3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f41fc5723dcef3d","status":"passed","time":{"start":1706618797773,"stop":1706618797774,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74d8021f27e46cb8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d8021f27e46cb8","status":"passed","time":{"start":1706618173700,"stop":1706618173702,"duration":2}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c0d206ac3a18353","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c0d206ac3a18353","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35abbdf2d620f75b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35abbdf2d620f75b","status":"passed","time":{"start":1706618273728,"stop":1706618273729,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6160a8a14432351d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6160a8a14432351d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697336,"stop":1706618697336,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"745e1e477acb21b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/745e1e477acb21b0","status":"passed","time":{"start":1706618735852,"stop":1706618735853,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5b3fd48df3331ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5b3fd48df3331ce","status":"passed","time":{"start":1706618797760,"stop":1706618797761,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38df89559295eaf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df89559295eaf5","status":"passed","time":{"start":1706618735888,"stop":1706618735889,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc6e1529974dcdd0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc6e1529974dcdd0","status":"passed","time":{"start":1706618636981,"stop":1706618636983,"duration":2}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee6d8bf182351fe3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee6d8bf182351fe3","status":"passed","time":{"start":1706618735890,"stop":1706618735891,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1a31d06cc913a22","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1a31d06cc913a22","status":"passed","time":{"start":1706618460787,"stop":1706618460788,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580447349af520c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/580447349af520c2","status":"passed","time":{"start":1706618506506,"stop":1706618506507,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7decb4bde3c4d91f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7decb4bde3c4d91f","status":"passed","time":{"start":1706618683931,"stop":1706618683931,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8922c8522590023","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d8922c8522590023","status":"passed","time":{"start":1706618179513,"stop":1706618179513,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fde0e7b03c4cc33","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fde0e7b03c4cc33","status":"passed","time":{"start":1706618460773,"stop":1706618460773,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1acb4850ce741fb7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1acb4850ce741fb7","status":"passed","time":{"start":1706618636977,"stop":1706618636978,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdd5899342c97197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdd5899342c97197","status":"passed","time":{"start":1706618394332,"stop":1706618394333,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1830af745d3a9406","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1830af745d3a9406","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96b58cf531329ea1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/96b58cf531329ea1","status":"passed","time":{"start":1706618759794,"stop":1706618759795,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"769b086a742d9ec0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/769b086a742d9ec0","status":"passed","time":{"start":1706618636976,"stop":1706618636977,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cca7d61ed67849e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cca7d61ed67849e2","status":"passed","time":{"start":1706618156963,"stop":1706618156964,"duration":1}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c9a0425db4cf0af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9c9a0425db4cf0af","status":"passed","time":{"start":1706618165335,"stop":1706618165336,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35eed45e0fc0ebe5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35eed45e0fc0ebe5","status":"passed","time":{"start":1706618460783,"stop":1706618460783,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e44d7fb9301bd08","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1e44d7fb9301bd08","status":"passed","time":{"start":1706618497359,"stop":1706618497359,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c09ba80b45b7da3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c09ba80b45b7da3","status":"passed","time":{"start":1706618164512,"stop":1706618164513,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0d6b0e3d0f85eaf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0d6b0e3d0f85eaf","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abc58ec5437e69d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abc58ec5437e69d9","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1fa2f22257c4a77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c1fa2f22257c4a77","status":"passed","time":{"start":1706618668737,"stop":1706618668738,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49ca6e211d98b5d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49ca6e211d98b5d2","status":"passed","time":{"start":1706618749034,"stop":1706618749034,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f5c00004b0d4f95","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f5c00004b0d4f95","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74bd63953e5cdc85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74bd63953e5cdc85","status":"passed","time":{"start":1706618179847,"stop":1706618179848,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17394438451399d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17394438451399d4","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f49f474272f9ad7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9f49f474272f9ad7","status":"passed","time":{"start":1706618170166,"stop":1706618170166,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12708a11ba0f99e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12708a11ba0f99e0","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f410ca955194971","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f410ca955194971","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49795dfc359c73dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49795dfc359c73dc","status":"passed","time":{"start":1706618682312,"stop":1706618682313,"duration":1}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db92ec39b9400fea","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db92ec39b9400fea","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2dcc1fe8a570a43","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2dcc1fe8a570a43","status":"passed","time":{"start":1706618683922,"stop":1706618683922,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dc827be896cd77b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dc827be896cd77b","status":"passed","time":{"start":1706618636986,"stop":1706618636988,"duration":2}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37be724c54309aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37be724c54309aac","status":"passed","time":{"start":1706618683929,"stop":1706618683929,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93adbd9f18b3e546","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93adbd9f18b3e546","status":"passed","time":{"start":1706618804663,"stop":1706618804664,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c08cb478dbda32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c08cb478dbda32","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"22d7d0580713c35977537ea3eb4e2956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d6350a45bf5ca53","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d6350a45bf5ca53","status":"passed","time":{"start":1706618735874,"stop":1706618735875,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9ade9e5d048ea59","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9ade9e5d048ea59","status":"passed","time":{"start":1706618164509,"stop":1706618164512,"duration":3}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12f072d7c8f3bf16","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12f072d7c8f3bf16","status":"passed","time":{"start":1706618185609,"stop":1706618185609,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c12e1bfa79c2a54","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c12e1bfa79c2a54","status":"passed","time":{"start":1706618668742,"stop":1706618668743,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23f2303534c4e937","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23f2303534c4e937","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac64f7b2f0d9c7a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac64f7b2f0d9c7a3","status":"passed","time":{"start":1706618156703,"stop":1706618156705,"duration":2}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a58514910aaa7c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a58514910aaa7c","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"59ff992c2281d90e6c77fb9582b780f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42d4c003c312d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42d4c003c312d6","status":"passed","time":{"start":1706618246645,"stop":1706618246645,"duration":0}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8225205a0cd971fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8225205a0cd971fa","status":"passed","time":{"start":1706618460771,"stop":1706618460772,"duration":1}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47fa988fbab6d4f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47fa988fbab6d4f6","status":"passed","time":{"start":1706618460786,"stop":1706618460787,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc92a865548a0dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cc92a865548a0dd","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a8e4801daec4644","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8e4801daec4644","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72c644eb98a60f8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72c644eb98a60f8d","status":"passed","time":{"start":1706618285304,"stop":1706618285305,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"17d049a671a07287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d049a671a07287","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697337,"stop":1706618697338,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5839d03ccfe6475","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c5839d03ccfe6475","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"693f9a36b53dfa49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/693f9a36b53dfa49","status":"passed","time":{"start":1706618797770,"stop":1706618797771,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f98d25ece0dbc8c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f98d25ece0dbc8c2","status":"passed","time":{"start":1706618668764,"stop":1706618668765,"duration":1}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7ad7b68fa27fc1a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f7ad7b68fa27fc1a","status":"passed","time":{"start":1706618221265,"stop":1706618221266,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dff193aa7364b649","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dff193aa7364b649","status":"passed","time":{"start":1706618380684,"stop":1706618380684,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e889e94f43351362","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e889e94f43351362","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6b8578f44b7305d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a6b8578f44b7305d","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16ed2fd16d07ed2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16ed2fd16d07ed2d","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d52df671917a137c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d52df671917a137c","status":"passed","time":{"start":1706618165337,"stop":1706618165337,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54f916b619d6ad42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/54f916b619d6ad42","status":"passed","time":{"start":1706618797767,"stop":1706618797768,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2eb62cea542f55ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2eb62cea542f55ab","status":"passed","time":{"start":1706618775740,"stop":1706618775741,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea94e31942331fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ea94e31942331fb","status":"passed","time":{"start":1706618284927,"stop":1706618284927,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e552ac812700c31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e552ac812700c31","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d23838394e3e7e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d23838394e3e7e","status":"passed","time":{"start":1706618668732,"stop":1706618668732,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad618dccd30a7dc4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ad618dccd30a7dc4","status":"passed","time":{"start":1706618169524,"stop":1706618169526,"duration":2}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5557a727806ffd3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5557a727806ffd3","status":"passed","time":{"start":1706618394330,"stop":1706618394330,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"819e426debce8c5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/819e426debce8c5","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38087eb8bc8b3405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38087eb8bc8b3405","status":"passed","time":{"start":1706618273730,"stop":1706618273730,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d063a8fdb926ae7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d063a8fdb926ae7","status":"passed","time":{"start":1706618735869,"stop":1706618735870,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8586fc85d4566302","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8586fc85d4566302","status":"passed","time":{"start":1706618164516,"stop":1706618164516,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8843580de40e1c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8843580de40e1c2","status":"passed","time":{"start":1706618668723,"stop":1706618668724,"duration":1}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3c8b7f0dc3fe6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3c8b7f0dc3fe6a2","status":"passed","time":{"start":1706618380685,"stop":1706618380686,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31d1ed7a1a566a71","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/31d1ed7a1a566a71","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf3e19a61a7a73b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf3e19a61a7a73b5","status":"passed","time":{"start":1706618380671,"stop":1706618380672,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"427ea2292573483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/427ea2292573483","status":"passed","time":{"start":1706618170166,"stop":1706618170167,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e55cecfd712f4d35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e55cecfd712f4d35","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6317f78c71ca88aa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6317f78c71ca88aa","status":"passed","time":{"start":1706618682312,"stop":1706618682312,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8ffd901f8dc0c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c8ffd901f8dc0c50","status":"passed","time":{"start":1706618636979,"stop":1706618636980,"duration":1}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"327ee06cda45bd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/327ee06cda45bd61","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51b302e0a99bdb14","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51b302e0a99bdb14","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"842964b500a33856","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/842964b500a33856","status":"passed","time":{"start":1706618380675,"stop":1706618380681,"duration":6}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abd0be49b3a55c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abd0be49b3a55c2","status":"passed","time":{"start":1706618164515,"stop":1706618164515,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3dfa0bed26905d4c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3dfa0bed26905d4c","status":"passed","time":{"start":1706618179512,"stop":1706618179512,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4314ddf5e3c96a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f4314ddf5e3c96a2","status":"passed","time":{"start":1706618749046,"stop":1706618749049,"duration":3}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5dbe7814c5537a35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5dbe7814c5537a35","status":"passed","time":{"start":1706618285306,"stop":1706618285306,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f15ce609e1bda394","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f15ce609e1bda394","status":"passed","time":{"start":1706618394304,"stop":1706618394304,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3a003b88159c0e70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a003b88159c0e70","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216100,"stop":1706618216100,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3b064bf2a2ee4a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b064bf2a2ee4a3","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"201e0ba436b9a060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/201e0ba436b9a060","status":"passed","time":{"start":1706618735873,"stop":1706618735874,"duration":1}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6e09dbca7e82076","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6e09dbca7e82076","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"adffe73a6b7b0a13b6703bebbdcafd38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf34e5eef515a08d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf34e5eef515a08d","status":"passed","time":{"start":1706618683927,"stop":1706618683928,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e532d05e3c42a4a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e532d05e3c42a4a6","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77d795ce22753c65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d795ce22753c65","status":"passed","time":{"start":1706618682311,"stop":1706618682312,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b169ba9153aab75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b169ba9153aab75","status":"passed","time":{"start":1706618638646,"stop":1706618638647,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74c66d5d08ff564","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74c66d5d08ff564","status":"passed","time":{"start":1706618760406,"stop":1706618760407,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"133fd36f4c1c8ae0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/133fd36f4c1c8ae0","status":"passed","time":{"start":1706618685096,"stop":1706618685096,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14193fd6ec1a53c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14193fd6ec1a53c2","status":"passed","time":{"start":1706618394337,"stop":1706618394337,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fcfbb7e1c1ac80a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3fcfbb7e1c1ac80a","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4430005e7c44ae39","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4430005e7c44ae39","status":"passed","time":{"start":1706618636989,"stop":1706618636990,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b8c08ab7132197b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2b8c08ab7132197b","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75275131649b8809","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/75275131649b8809","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8a2a83187890626","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a8a2a83187890626","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2a3586ca8457701","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a3586ca8457701","status":"passed","time":{"start":1706618636992,"stop":1706618636993,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7322189c728acb72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7322189c728acb72","status":"passed","time":{"start":1706618853357,"stop":1706618853358,"duration":1}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f25cee4e231d272","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f25cee4e231d272","status":"passed","time":{"start":1706618242048,"stop":1706618242048,"duration":0}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d97e5e4cd9de35ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d97e5e4cd9de35ab","status":"passed","time":{"start":1706618380673,"stop":1706618380674,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae60cd72a29561c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae60cd72a29561c4","status":"passed","time":{"start":1706618394332,"stop":1706618394332,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85fe237e6fe29911","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/85fe237e6fe29911","status":"passed","time":{"start":1706618178937,"stop":1706618178939,"duration":2}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"743c37eb22d767d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/743c37eb22d767d8","status":"passed","time":{"start":1706618394338,"stop":1706618394338,"duration":0}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58eb4743fee36c89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/58eb4743fee36c89","status":"passed","time":{"start":1706618179514,"stop":1706618179514,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb472c6e262b0c04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb472c6e262b0c04","status":"passed","time":{"start":1706618273734,"stop":1706618273735,"duration":1}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55dc18faeb150d1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55dc18faeb150d1d","status":"passed","time":{"start":1706618759769,"stop":1706618759794,"duration":25}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d3d54d4ad7444be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d3d54d4ad7444be","status":"passed","time":{"start":1706618179513,"stop":1706618179514,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c6eccd35b6d5cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c6eccd35b6d5cbb","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a4d94464d370572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1a4d94464d370572","status":"passed","time":{"start":1706618394318,"stop":1706618394319,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f9ae77775d67f87","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f9ae77775d67f87","status":"passed","time":{"start":1706618668731,"stop":1706618668732,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb421571e946a2d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb421571e946a2d1","status":"passed","time":{"start":1706618685098,"stop":1706618685099,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b413fb5d463cc20b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b413fb5d463cc20b","status":"passed","time":{"start":1706618636967,"stop":1706618636968,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ccc8be42edf04ae","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3ccc8be42edf04ae","status":"passed","time":{"start":1706618159420,"stop":1706618159421,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33d64cf6690c6c15","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33d64cf6690c6c15","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf0ad307d60db5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf0ad307d60db5","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"638661303856025f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/638661303856025f","status":"passed","time":{"start":1706618797767,"stop":1706618797767,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b729ce25d77bc350","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b729ce25d77bc350","status":"passed","time":{"start":1706618698146,"stop":1706618698147,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83c68fcb0b116d04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/83c68fcb0b116d04","status":"passed","time":{"start":1706618425015,"stop":1706618425016,"duration":1}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe74640dec082ea6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fe74640dec082ea6","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"966ac2c001d1347d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/966ac2c001d1347d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380687,"stop":1706618380687,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df8c5c8f48b52b69","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/df8c5c8f48b52b69","status":"passed","time":{"start":1706618425011,"stop":1706618425012,"duration":1}}]},"27e255bd99dead41cff504a2d0785dc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6cf8e1e9eddc06e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a6cf8e1e9eddc06e","status":"passed","time":{"start":1706618683928,"stop":1706618683928,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4674a2ec34de28da","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4674a2ec34de28da","status":"passed","time":{"start":1706618735867,"stop":1706618735868,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c12ce8aebd593dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c12ce8aebd593dc","status":"passed","time":{"start":1706618380659,"stop":1706618380659,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e8ca7c169f3b558","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9e8ca7c169f3b558","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bdaadb599026288","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bdaadb599026288","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216099,"stop":1706618216099,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ba430699d505681","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6ba430699d505681","status":"passed","time":{"start":1706618242048,"stop":1706618242049,"duration":1}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4196b909e03d5861","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4196b909e03d5861","status":"passed","time":{"start":1706618636978,"stop":1706618636979,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93053ac78079ee0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93053ac78079ee0a","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"486d29a27961e42e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/486d29a27961e42e","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d22e1dbeea16650","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d22e1dbeea16650","status":"passed","time":{"start":1706618636990,"stop":1706618636990,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20a21880d2438682","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20a21880d2438682","status":"passed","time":{"start":1706618164684,"stop":1706618164685,"duration":1}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c68181dfdb660479","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c68181dfdb660479","status":"passed","time":{"start":1706618380663,"stop":1706618380664,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18e0515122facb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/18e0515122facb2","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4fc6f0feff95f75e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4fc6f0feff95f75e","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a27d7f9cb59fe93","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a27d7f9cb59fe93","status":"passed","time":{"start":1706618460782,"stop":1706618460783,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a65fae6f89fd49ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65fae6f89fd49ac","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6098cbe3e58ff98b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6098cbe3e58ff98b","status":"passed","time":{"start":1706618735882,"stop":1706618735882,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7a19c9a86b923c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b7a19c9a86b923c0","status":"passed","time":{"start":1706618636973,"stop":1706618636974,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"102519c2e5b1a0e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/102519c2e5b1a0e7","status":"passed","time":{"start":1706618506571,"stop":1706618506572,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebc34ddab64ff386","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebc34ddab64ff386","status":"passed","time":{"start":1706618732531,"stop":1706618732532,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"627b940eb741d182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/627b940eb741d182","status":"passed","time":{"start":1706618668771,"stop":1706618668772,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6540ffe4ec3ea7c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6540ffe4ec3ea7c4","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca39b7609305d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ca39b7609305d9","status":"passed","time":{"start":1706618794312,"stop":1706618794313,"duration":1}}]},"93a0b2f3ce5cbce77809a553bdbe0ab6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bafebcead4677fa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bafebcead4677fa9","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9aaa8006c140b964","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9aaa8006c140b964","status":"passed","time":{"start":1706618394303,"stop":1706618394304,"duration":1}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68f86978d24a965","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68f86978d24a965","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b7bc72d53c2b4f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b7bc72d53c2b4f8","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dc3f4c908767230","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc3f4c908767230","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8fdfd0131886e6f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8fdfd0131886e6f","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a40f47ba1d3d839","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a40f47ba1d3d839","status":"passed","time":{"start":1706618394306,"stop":1706618394306,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b029c07b51f2d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b029c07b51f2d12","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99a8117d9b33d2bf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/99a8117d9b33d2bf","status":"passed","time":{"start":1706618460773,"stop":1706618460774,"duration":1}}]},"a441b34c87ff4acca25a345480c0e832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d319b35f9aff0081","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d319b35f9aff0081","status":"passed","time":{"start":1706618246653,"stop":1706618246653,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92714d3316eec6b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92714d3316eec6b4","status":"passed","time":{"start":1706618216093,"stop":1706618216095,"duration":2}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af8f1ca257aeb0e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af8f1ca257aeb0e1","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"1ecfe92e3f0bf4803adcc8048ac391ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"891b210582c675e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/891b210582c675e7","status":"passed","time":{"start":1706618246646,"stop":1706618246646,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1de5a58e37b5f287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1de5a58e37b5f287","status":"passed","time":{"start":1706618735891,"stop":1706618735892,"duration":1}}]},"9739569391e2ab952cda6b3754e1ee1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"816cc47fbfb05dfa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/816cc47fbfb05dfa","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdcde8aa1c4f58ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdcde8aa1c4f58ba","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24751427d7ba024a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24751427d7ba024a","status":"passed","time":{"start":1706618394348,"stop":1706618394349,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c45eb61060f1119f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c45eb61060f1119f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735899,"stop":1706618735900,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba940c800864a792","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ba940c800864a792","status":"passed","time":{"start":1706618797775,"stop":1706618797776,"duration":1}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1e89d266a03b1ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1e89d266a03b1ec","status":"passed","time":{"start":1706618179519,"stop":1706618179520,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cc775b2e202a2b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9cc775b2e202a2b0","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c34d0f990074ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60c34d0f990074ce","status":"passed","time":{"start":1706618732532,"stop":1706618732532,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d004f83b01f092b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d004f83b01f092b6","status":"passed","time":{"start":1706618394302,"stop":1706618394302,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"866ec91fce923384","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/866ec91fce923384","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c3ed0e3d186372e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c3ed0e3d186372e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b823d516e100dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b823d516e100dc0e","status":"passed","time":{"start":1706618216091,"stop":1706618216092,"duration":1}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e421516bac76e41","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e421516bac76e41","status":"passed","time":{"start":1706618683930,"stop":1706618683931,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70b2b358efb909c7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/70b2b358efb909c7","status":"passed","time":{"start":1706618735872,"stop":1706618735872,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2cd2555ec68e0ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2cd2555ec68e0ac","status":"passed","time":{"start":1706618668730,"stop":1706618668731,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"927a86ed9157107d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/927a86ed9157107d","status":"passed","time":{"start":1706618165342,"stop":1706618165343,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77d49950e7d29613","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d49950e7d29613","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d521ca87f27f2ab0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d521ca87f27f2ab0","status":"passed","time":{"start":1706618668724,"stop":1706618668728,"duration":4}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cda50c0afd931d5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cda50c0afd931d5e","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14a925035d9f6334","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14a925035d9f6334","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"aef6b0f3c992132fd78e8cfc30d20fdc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94afc82f583c5e22","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/94afc82f583c5e22","status":"passed","time":{"start":1706618636994,"stop":1706618636995,"duration":1}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91a2da6ffb7e8d7f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a2da6ffb7e8d7f","status":"passed","time":{"start":1706618380682,"stop":1706618380683,"duration":1}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b6c9280f034c958","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b6c9280f034c958","status":"passed","time":{"start":1706618800453,"stop":1706618800453,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa0d38dde1f7cfe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa0d38dde1f7cfe1","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e80dc4c06345f89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3e80dc4c06345f89","status":"passed","time":{"start":1706618797768,"stop":1706618797768,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3445a5cc1db877e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3445a5cc1db877e","status":"passed","time":{"start":1706618797760,"stop":1706618797760,"duration":0}}]},"e8ee3a0b966384a3bd111ecb013f310b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c096aae20f15053","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c096aae20f15053","status":"passed","time":{"start":1706618246651,"stop":1706618246651,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4237fa7c53959a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b4237fa7c53959a6","status":"passed","time":{"start":1706618179848,"stop":1706618179849,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da389ac1e9074dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5da389ac1e9074dd","status":"passed","time":{"start":1706618185608,"stop":1706618185609,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8774c584e4a8a67","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8774c584e4a8a67","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64314639e966f091","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64314639e966f091","status":"passed","time":{"start":1706618668744,"stop":1706618668744,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac56604b84788140","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac56604b84788140","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79d2cfd4831e5416","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/79d2cfd4831e5416","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6573565b1d203d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f6573565b1d203d2","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5867a8564be2aa0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5867a8564be2aa0c","status":"passed","time":{"start":1706618735891,"stop":1706618735891,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20eb0b4c35eda981","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20eb0b4c35eda981","status":"passed","time":{"start":1706618760406,"stop":1706618760406,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33c332cdb51bdba5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33c332cdb51bdba5","status":"passed","time":{"start":1706618394341,"stop":1706618394341,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420053a273288080","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/420053a273288080","status":"passed","time":{"start":1706618159419,"stop":1706618159420,"duration":1}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a068a87f9aa73f8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a068a87f9aa73f8a","status":"passed","time":{"start":1706618460770,"stop":1706618460770,"duration":0}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d4d3285113ffe18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d4d3285113ffe18","status":"passed","time":{"start":1706618682315,"stop":1706618682315,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b78501fc42f8b88","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b78501fc42f8b88","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fb5838933d683e8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5fb5838933d683e8","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c3dec3ee708f94","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86c3dec3ee708f94","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0391354c8fafdb6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0391354c8fafdb6","status":"passed","time":{"start":1706618380661,"stop":1706618380662,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"984191b5fe23adeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/984191b5fe23adeb","status":"passed","time":{"start":1706618775741,"stop":1706618775741,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"793095812fb0f407","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/793095812fb0f407","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"8b0359e76c70f4e5aea6ed68bbcb8903:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5e380aa701c8bac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5e380aa701c8bac","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59b4c23ee27dafad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/59b4c23ee27dafad","status":"passed","time":{"start":1706618179518,"stop":1706618179519,"duration":1}}]},"5ae1b06765f2f264e8a1bf44cbf50fb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8a48a0fe1cbda63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e8a48a0fe1cbda63","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"533b9f811328f547","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/533b9f811328f547","status":"passed","time":{"start":1706618179514,"stop":1706618179515,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd40f0615f8ef28d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd40f0615f8ef28d","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7332ab46ff1974ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7332ab46ff1974ac","status":"passed","time":{"start":1706618460771,"stop":1706618460771,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d819ffa130a1119d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d819ffa130a1119d","status":"passed","time":{"start":1706618394324,"stop":1706618394324,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c9b246b069abc60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c9b246b069abc60","status":"passed","time":{"start":1706618497358,"stop":1706618497359,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"260f2a0f2b8a869c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/260f2a0f2b8a869c","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"570f615d81a261ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/570f615d81a261ec","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"749ee3856d16ee8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/749ee3856d16ee8a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f593712bb7b9bf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f593712bb7b9bf5","status":"passed","time":{"start":1706618394329,"stop":1706618394329,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63c0ccbb98f6ce6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63c0ccbb98f6ce6a","status":"passed","time":{"start":1706618735872,"stop":1706618735873,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2a380a335006a73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a380a335006a73","status":"passed","time":{"start":1706618394339,"stop":1706618394340,"duration":1}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36153e584e6ae6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36153e584e6ae6a2","status":"passed","time":{"start":1706618735884,"stop":1706618735884,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db36828067a409be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db36828067a409be","status":"passed","time":{"start":1706618735871,"stop":1706618735871,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d9fecef9834aaee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d9fecef9834aaee","status":"passed","time":{"start":1706618394319,"stop":1706618394320,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1040d78e120bc44e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1040d78e120bc44e","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1706618697339,"stop":1706618697339,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fed4b9a2ca844c1b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fed4b9a2ca844c1b","status":"passed","time":{"start":1706618682313,"stop":1706618682313,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d090291446edc3b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d090291446edc3b","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3036e2dd7a40f619","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3036e2dd7a40f619","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80aa3d9d85359c64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/80aa3d9d85359c64","status":"passed","time":{"start":1706618732536,"stop":1706618732536,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8949f1050450133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8949f1050450133","status":"passed","time":{"start":1706618735886,"stop":1706618735887,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1aa166e772e670e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1aa166e772e670e0","status":"passed","time":{"start":1706618425012,"stop":1706618425012,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edf4978b3c2d466c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edf4978b3c2d466c","status":"passed","time":{"start":1706618760393,"stop":1706618760395,"duration":2}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dde8fed524df663","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dde8fed524df663","status":"passed","time":{"start":1706618380662,"stop":1706618380663,"duration":1}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dd88d82aadbda25","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd88d82aadbda25","status":"passed","time":{"start":1706618178940,"stop":1706618178940,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b98daba8f99b4e32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b98daba8f99b4e32","status":"passed","time":{"start":1706618380674,"stop":1706618380675,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d74f69a5f4de3769","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d74f69a5f4de3769","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74ba6f16b8164cde","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ba6f16b8164cde","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"deb282e7c2d6551c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/deb282e7c2d6551c","status":"passed","time":{"start":1706618735856,"stop":1706618735857,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3cd90529b56385c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cd90529b56385c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685087,"stop":1706618685088,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"344e08f66bf9bb28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/344e08f66bf9bb28","status":"passed","time":{"start":1706618185610,"stop":1706618185611,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0f6dc87cf6474fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0f6dc87cf6474fb","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1786fb8fafae2039","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1786fb8fafae2039","status":"passed","time":{"start":1706618735858,"stop":1706618735858,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7c03cfa8885f445","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c7c03cfa8885f445","status":"passed","time":{"start":1706618636993,"stop":1706618636993,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af3b15e3086e8344","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af3b15e3086e8344","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0926e2d13f04cac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0926e2d13f04cac","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b527b0710107fa72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b527b0710107fa72","status":"passed","time":{"start":1706618165334,"stop":1706618165335,"duration":1}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b87e0c120d7affa1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b87e0c120d7affa1","status":"passed","time":{"start":1706618735881,"stop":1706618735882,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86aafef2eccba7b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86aafef2eccba7b6","status":"passed","time":{"start":1706618804665,"stop":1706618804666,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2568313cc266d6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2568313cc266d6a","status":"passed","time":{"start":1706618156839,"stop":1706618156839,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d08ba5211c80ffd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2d08ba5211c80ffd","status":"passed","time":{"start":1706618749044,"stop":1706618749044,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"973d0b4002c7c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/973d0b4002c7c50","status":"passed","time":{"start":1706618794310,"stop":1706618794311,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bda95f55b25bc7d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bda95f55b25bc7d","status":"passed","time":{"start":1706618273735,"stop":1706618273736,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32c7facec6f831c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32c7facec6f831c8","status":"passed","time":{"start":1706618735879,"stop":1706618735880,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c42c2198e57e0d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c42c2198e57e0d6","status":"passed","time":{"start":1706618156841,"stop":1706618156842,"duration":1}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76f5736790ba27ad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76f5736790ba27ad","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"432702b58c47a880","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/432702b58c47a880","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"87464f5f5d0934d0319b584410e52f1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d5aaf368c6c3492","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d5aaf368c6c3492","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"89a9624a6e3792cca673a64de9bbf7b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbe316ab4716e33d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dbe316ab4716e33d","status":"passed","time":{"start":1706618246643,"stop":1706618246644,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d86cdfcdcd87063c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d86cdfcdcd87063c","status":"passed","time":{"start":1706618216085,"stop":1706618216088,"duration":3}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4017f825d17bc231","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4017f825d17bc231","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb957bdc7e75794c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fb957bdc7e75794c","status":"passed","time":{"start":1706618285306,"stop":1706618285307,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac71212c4835f8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac71212c4835f8b","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d48e449bbbef7e77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d48e449bbbef7e77","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f562b3fe1ce2a75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f562b3fe1ce2a75","status":"passed","time":{"start":1706618735890,"stop":1706618735890,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88a309ff27ac8329","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88a309ff27ac8329","status":"passed","time":{"start":1706618273729,"stop":1706618273729,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb2c16086d302d3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb2c16086d302d3d","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41bd1522a5418945","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/41bd1522a5418945","status":"passed","time":{"start":1706618735877,"stop":1706618735878,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24c6e9a53a03788","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24c6e9a53a03788","status":"passed","time":{"start":1706618394327,"stop":1706618394328,"duration":1}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39c093d1888fdbe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39c093d1888fdbe1","status":"passed","time":{"start":1706618173702,"stop":1706618173702,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"51990e641623948a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51990e641623948a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b10800fe6da01e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b10800fe6da01e6","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"ca6afb8b3884fa77926f67fe754c94bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6cc8ed0f8e135c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f6cc8ed0f8e135c4","status":"passed","time":{"start":1706618797776,"stop":1706618797777,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6897a1afe5e08b46","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6897a1afe5e08b46","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17f81b007a77eb2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17f81b007a77eb2c","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"26d13378cd0eeb8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/26d13378cd0eeb8b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cf32e9fb82d532","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1cf32e9fb82d532","status":"passed","time":{"start":1706618668714,"stop":1706618668721,"duration":7}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e69b5c7de1747e3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e69b5c7de1747e3","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e8414bb93d83f8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6e8414bb93d83f8c","status":"passed","time":{"start":1706618664768,"stop":1706618664768,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"712bc0a35a38e22a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/712bc0a35a38e22a","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAkvFywi2DzoU9KJqnxqi1oAgJNmghdGvg5qbsLL6Kjv2Rf for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi: Error: Filter subscribe request 8c0a267b-f94d-40d9-8e95-934ec7aad2c0 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460775,"stop":1706618460776,"duration":1}}]},"be13370c1d09200069f628576ed1d8aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d167bb0b9836bd27","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d167bb0b9836bd27","status":"passed","time":{"start":1706618735894,"stop":1706618735894,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"178f616ed46134be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/178f616ed46134be","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460777,"stop":1706618460777,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c71d4cf50b31c42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c71d4cf50b31c42","status":"passed","time":{"start":1706618732534,"stop":1706618732534,"duration":0}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fae46ec8956bffcd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fae46ec8956bffcd","status":"passed","time":{"start":1706618380684,"stop":1706618380685,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f75a77f32e7bd89d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f75a77f32e7bd89d","status":"passed","time":{"start":1706618216089,"stop":1706618216089,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95aa40ee372bf53a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/95aa40ee372bf53a","status":"passed","time":{"start":1706618460786,"stop":1706618460786,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f138c2ac8339e91","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f138c2ac8339e91","status":"passed","time":{"start":1706618683925,"stop":1706618683926,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"387c3517c52dbebf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/387c3517c52dbebf","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"4ab371f18cab30530b5dafe8aa774b9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd128e14baf59976","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd128e14baf59976","status":"passed","time":{"start":1706618735875,"stop":1706618735876,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7d387b0ff392d685","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d387b0ff392d685","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683933,"stop":1706618683934,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f12667768fc8b92","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f12667768fc8b92","status":"passed","time":{"start":1706618683934,"stop":1706618683935,"duration":1}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7846f7b8973df56c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7846f7b8973df56c","status":"passed","time":{"start":1706618156835,"stop":1706618156835,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"803225537ef4eba8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/803225537ef4eba8","status":"passed","time":{"start":1706618668728,"stop":1706618668729,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"873f75e59cff4748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/873f75e59cff4748","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc4a2cc2351e4e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4a2cc2351e4e75","status":"passed","time":{"start":1706618668741,"stop":1706618668741,"duration":0}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"baf002977e3b9178","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/baf002977e3b9178","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17b455e5f93139cb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17b455e5f93139cb","status":"passed","time":{"start":1706618179515,"stop":1706618179516,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bf2f4a5ef738f78","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5bf2f4a5ef738f78","status":"passed","time":{"start":1706618165337,"stop":1706618165338,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec27595c1afb3425","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ec27595c1afb3425","status":"passed","time":{"start":1706618497359,"stop":1706618497360,"duration":1}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aedbeecb80a0a7fe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aedbeecb80a0a7fe","status":"passed","time":{"start":1706618804664,"stop":1706618804665,"duration":1}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a701d4fa526c8ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a701d4fa526c8ce","status":"passed","time":{"start":1706618164695,"stop":1706618164695,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab2921133d9cd55c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab2921133d9cd55c","status":"passed","time":{"start":1706618636996,"stop":1706618636996,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3eddfab1582d3f6e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3eddfab1582d3f6e","status":"passed","time":{"start":1706618380668,"stop":1706618380669,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72b35098df8c0edf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72b35098df8c0edf","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"459af9e33777ec2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/459af9e33777ec2d","status":"passed","time":{"start":1706618698148,"stop":1706618698148,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11210c72f7ae5f4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11210c72f7ae5f4b","status":"passed","time":{"start":1706618853357,"stop":1706618853357,"duration":0}}]},"2a56323f9d6bf5f02e08654a6dae9eeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e82436804d0de6c9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e82436804d0de6c9","status":"passed","time":{"start":1706618668723,"stop":1706618668723,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1f4b2e968f54381","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1f4b2e968f54381","status":"passed","time":{"start":1706618735870,"stop":1706618735870,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74d820522fdd9dc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d820522fdd9dc2","status":"passed","time":{"start":1706618394315,"stop":1706618394315,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88aeed265f4682c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88aeed265f4682c8","status":"passed","time":{"start":1706618273732,"stop":1706618273732,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d71b0eeb80230cd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d71b0eeb80230cd4","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"fa29ae7cb02fe2560cfa1da549a1510f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f71f0e353456c68e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f71f0e353456c68e","status":"passed","time":{"start":1706618636995,"stop":1706618636995,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cb08241bf1b7765","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cb08241bf1b7765","status":"passed","time":{"start":1706618460783,"stop":1706618460784,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64b475474d133c63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64b475474d133c63","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1232ce275cf76cb0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1232ce275cf76cb0","status":"passed","time":{"start":1706618668713,"stop":1706618668714,"duration":1}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d9d762e861d778e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d9d762e861d778e","status":"passed","time":{"start":1706618685097,"stop":1706618685097,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a6168704e26620f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4a6168704e26620f","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73cfdae6f0bb358e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/73cfdae6f0bb358e","status":"passed","time":{"start":1706618735889,"stop":1706618735890,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7213d6bab0bf82a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7213d6bab0bf82a5","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44d319252dea5052","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44d319252dea5052","status":"passed","time":{"start":1706618170164,"stop":1706618170165,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"176c6738647383ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/176c6738647383ba","status":"passed","time":{"start":1706618164525,"stop":1706618164526,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a65944c81e61dd75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65944c81e61dd75","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56f5bcb252c3ece3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/56f5bcb252c3ece3","status":"passed","time":{"start":1706618178939,"stop":1706618178940,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdad94ae1cefd29e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdad94ae1cefd29e","status":"passed","time":{"start":1706618682310,"stop":1706618682310,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67b6556688203d70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67b6556688203d70","status":"passed","time":{"start":1706618394303,"stop":1706618394303,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e60687d7bee8560d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e60687d7bee8560d","status":"passed","time":{"start":1706618668712,"stop":1706618668713,"duration":1}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67dde76ae50e297f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67dde76ae50e297f","status":"passed","time":{"start":1706618170155,"stop":1706618170156,"duration":1}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3990e600b522873a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3990e600b522873a","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab13a9294da4e403","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab13a9294da4e403","status":"passed","time":{"start":1706618460834,"stop":1706618460835,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ced4f7e225cbcd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ced4f7e225cbcd6","status":"passed","time":{"start":1706618380666,"stop":1706618380667,"duration":1}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac22167ba556afcc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac22167ba556afcc","status":"passed","time":{"start":1706618179520,"stop":1706618179520,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4d3b4da3e0291cc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a4d3b4da3e0291cc","status":"passed","time":{"start":1706618636997,"stop":1706618636997,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"204f886cf5f46b49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/204f886cf5f46b49","status":"passed","time":{"start":1706618216095,"stop":1706618216097,"duration":2}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37637262e9254591","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37637262e9254591","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"864caa37fac4340b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/864caa37fac4340b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735900,"stop":1706618735900,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e73a21524beac52c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e73a21524beac52c","status":"passed","time":{"start":1706618804666,"stop":1706618804667,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47e2f9998166b20","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47e2f9998166b20","status":"passed","time":{"start":1706618797768,"stop":1706618797769,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42849c8f19f9fd35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42849c8f19f9fd35","status":"passed","time":{"start":1706618394306,"stop":1706618394308,"duration":2}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f8b13bf4c162519","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f8b13bf4c162519","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16e4403cef791e48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16e4403cef791e48","status":"passed","time":{"start":1706618636968,"stop":1706618636969,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee23d719c40a98b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee23d719c40a98b5","status":"passed","time":{"start":1706618797774,"stop":1706618797774,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ae177195eb402d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ae177195eb402d2","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22f300fc4d783882","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22f300fc4d783882","status":"passed","time":{"start":1706618735851,"stop":1706618735852,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0854c738bebb130","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0854c738bebb130","status":"passed","time":{"start":1706618285307,"stop":1706618285308,"duration":1}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9839ff0991a27133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9839ff0991a27133","status":"passed","time":{"start":1706618380656,"stop":1706618380656,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8fc839483790899b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fc839483790899b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fd78242972a994e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fd78242972a994e","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f8d14512a7421f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f8d14512a7421f8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86b973755da7553c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86b973755da7553c","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38dab99a144a40a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38dab99a144a40a1","status":"passed","time":{"start":1706618668736,"stop":1706618668737,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccbfa9fd56e9f617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ccbfa9fd56e9f617","status":"passed","time":{"start":1706618285308,"stop":1706618285309,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1130009fb442a2d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1130009fb442a2d6","status":"passed","time":{"start":1706618187543,"stop":1706618187544,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c30858dcd419a689","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c30858dcd419a689","status":"passed","time":{"start":1706618394319,"stop":1706618394319,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2342dd0fd24cb2e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c2342dd0fd24cb2e","status":"passed","time":{"start":1706618636967,"stop":1706618636967,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27b2db53dc005669","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/27b2db53dc005669","status":"passed","time":{"start":1706618784351,"stop":1706618784351,"duration":0}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc49e2c6e20b747","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc49e2c6e20b747","status":"passed","time":{"start":1706618179516,"stop":1706618179516,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f0f7a0527b736d0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f0f7a0527b736d0","status":"passed","time":{"start":1706618668767,"stop":1706618668770,"duration":3}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a119a33da9d178c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6a119a33da9d178c","status":"passed","time":{"start":1706618735892,"stop":1706618735892,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2f727c5246eeb55","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2f727c5246eeb55","status":"passed","time":{"start":1706618394331,"stop":1706618394331,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29c6de8ad23becf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/29c6de8ad23becf5","status":"passed","time":{"start":1706618394340,"stop":1706618394341,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf49d910ed58525c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf49d910ed58525c","status":"passed","time":{"start":1706618170167,"stop":1706618170167,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1968c1748d8ac748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1968c1748d8ac748","status":"passed","time":{"start":1706618380651,"stop":1706618380652,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"471d3b307952ea9a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/471d3b307952ea9a","status":"passed","time":{"start":1706618497356,"stop":1706618497356,"duration":0}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd15624f445c1967","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd15624f445c1967","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b3efdc44d0396bc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7b3efdc44d0396bc","status":"passed","time":{"start":1706618685084,"stop":1706618685084,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38df4845ed4ed9b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df4845ed4ed9b2","status":"passed","time":{"start":1706618682310,"stop":1706618682311,"duration":1}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d02b326cee6c3d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d02b326cee6c3d4","status":"passed","time":{"start":1706618664760,"stop":1706618664761,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f269aba0cb185e28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f269aba0cb185e28","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ea50192c637ca5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6ea50192c637ca5","status":"passed","time":{"start":1706618164513,"stop":1706618164513,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1514e7506d25eaa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1514e7506d25eaa","status":"passed","time":{"start":1706618170154,"stop":1706618170155,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d41c87b3775c0ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d41c87b3775c0ee","status":"passed","time":{"start":1706618636985,"stop":1706618636986,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3db1ce5fcd1468e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3db1ce5fcd1468e","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0796ba0ea446c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0796ba0ea446c8c","status":"passed","time":{"start":1706618394342,"stop":1706618394342,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"403c17c3c5ed4181","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/403c17c3c5ed4181","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c94d243569f01d0d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c94d243569f01d0d","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fb636228653764d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fb636228653764d","status":"passed","time":{"start":1706618425016,"stop":1706618425016,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f193d68541ec56c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f193d68541ec56c0","status":"passed","time":{"start":1706618460770,"stop":1706618460771,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf3b8d2c51f24602","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bf3b8d2c51f24602","status":"passed","time":{"start":1706618285305,"stop":1706618285305,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72870df14338ee5c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72870df14338ee5c","status":"passed","time":{"start":1706618394339,"stop":1706618394339,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5a5c6bbd2694f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5a5c6bbd2694f1d","status":"passed","time":{"start":1706618685098,"stop":1706618685098,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d87a6fdbca942b63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d87a6fdbca942b63","status":"passed","time":{"start":1706618685096,"stop":1706618685097,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fa7a37b9bfc038f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fa7a37b9bfc038f","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"2aa97f08d1c04ebe377a667445eb8e1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8363b403f275c30c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8363b403f275c30c","status":"passed","time":{"start":1706618683929,"stop":1706618683929,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92b3db38a1175a6c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92b3db38a1175a6c","status":"passed","time":{"start":1706618784350,"stop":1706618784350,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd18ec295092d2ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd18ec295092d2ce","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3351388b03a00b9e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3351388b03a00b9e","status":"passed","time":{"start":1706618380681,"stop":1706618380681,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9f2b71f31304e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9f2b71f31304e4","status":"passed","time":{"start":1706618186249,"stop":1706618186249,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b628a6604b7c9268","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b628a6604b7c9268","status":"passed","time":{"start":1706618273730,"stop":1706618273731,"duration":1}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"121e0f651ad4b19a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/121e0f651ad4b19a","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"588aea19e40d4640","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/588aea19e40d4640","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c39394a7d3d3b060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39394a7d3d3b060","status":"passed","time":{"start":1706618394314,"stop":1706618394315,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b835ad06542cc48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b835ad06542cc48","status":"passed","time":{"start":1706618164520,"stop":1706618164521,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fce0befc9869bf3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fce0befc9869bf3","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76ea0f34adc72ef9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76ea0f34adc72ef9","status":"passed","time":{"start":1706618380654,"stop":1706618380655,"duration":1}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad43aefd500ccff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ad43aefd500ccff","status":"passed","time":{"start":1706618179847,"stop":1706618179847,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9de9523c730f4a02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9de9523c730f4a02","status":"passed","time":{"start":1706618636973,"stop":1706618636973,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7440c7c471bb05d5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7440c7c471bb05d5","status":"passed","time":{"start":1706618636990,"stop":1706618636991,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"364dc46f697f5904","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/364dc46f697f5904","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48cc54719acdbe5f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48cc54719acdbe5f","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a3fb31943fbf7b7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a3fb31943fbf7b7","status":"passed","time":{"start":1706618735883,"stop":1706618735883,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebdc820f2ee23577","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebdc820f2ee23577","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93474fa4d82bcd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93474fa4d82bcd61","status":"passed","time":{"start":1706618735897,"stop":1706618735898,"duration":1}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e20e8fd86b1fdbdd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e20e8fd86b1fdbdd","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38047ab9c2fb65b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38047ab9c2fb65b6","status":"passed","time":{"start":1706618285308,"stop":1706618285308,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"408334d630f99708","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/408334d630f99708","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dd542bd7454835","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd542bd7454835","status":"passed","time":{"start":1706618179846,"stop":1706618179847,"duration":1}}]},"7bf91de0ff7f91d8d8ca7253ff0f3260:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6c8f0818c8cb292","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6c8f0818c8cb292","status":"passed","time":{"start":1706618246649,"stop":1706618246649,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cd966e46ddc877b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6cd966e46ddc877b","status":"passed","time":{"start":1706618668745,"stop":1706618668746,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb80784ff5852bef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb80784ff5852bef","status":"passed","time":{"start":1706618735853,"stop":1706618735853,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0a67f3297b3a555","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0a67f3297b3a555","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"35b56bece615976270927513e37d718f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"102b8491851400b8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/102b8491851400b8","status":"passed","time":{"start":1706618797776,"stop":1706618797776,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86ce5d2290cbdf4d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86ce5d2290cbdf4d","status":"passed","time":{"start":1706618394325,"stop":1706618394326,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"aae38c225506d097","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aae38c225506d097","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683934,"stop":1706618683934,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"104700acc8dd1927","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/104700acc8dd1927","status":"passed","time":{"start":1706618170167,"stop":1706618170168,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b297d9f8ccc535b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b297d9f8ccc535b2","status":"passed","time":{"start":1706618380683,"stop":1706618380684,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"685b33df2b36fb10","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/685b33df2b36fb10","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4f76b373c596346","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4f76b373c596346","status":"passed","time":{"start":1706618636974,"stop":1706618636975,"duration":1}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2dfe028f6e2ad35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a2dfe028f6e2ad35","status":"passed","time":{"start":1706618759768,"stop":1706618759769,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22eda392fea6cc97","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22eda392fea6cc97","status":"passed","time":{"start":1706618668765,"stop":1706618668767,"duration":2}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b51d218675aeb37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b51d218675aeb37","status":"passed","time":{"start":1706618170155,"stop":1706618170155,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1be1f1140ae0eb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f1be1f1140ae0eb3","status":"passed","time":{"start":1706618685093,"stop":1706618685094,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28528e3959142e04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28528e3959142e04","status":"passed","time":{"start":1706618222837,"stop":1706618222837,"duration":0}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396f89ed8f581f11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/396f89ed8f581f11","status":"passed","time":{"start":1706618156834,"stop":1706618156834,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"24ed9aa07389c54b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24ed9aa07389c54b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685088,"stop":1706618685089,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edc4c1e1c8c21d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edc4c1e1c8c21d12","status":"passed","time":{"start":1706618749035,"stop":1706618749035,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b404861590dab8ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b404861590dab8ac","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce855f023ba9425d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce855f023ba9425d","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a47b02eef75c253b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a47b02eef75c253b","status":"passed","time":{"start":1706618460769,"stop":1706618460770,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcee09fa7bb2c572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcee09fa7bb2c572","status":"passed","time":{"start":1706618179846,"stop":1706618179846,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2ba7ea51cf096e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2ba7ea51cf096e2","status":"passed","time":{"start":1706618685097,"stop":1706618685098,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66b0b05598511bc9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66b0b05598511bc9","status":"passed","time":{"start":1706618636993,"stop":1706618636994,"duration":1}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37c936cce9e6e31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a37c936cce9e6e31","status":"passed","time":{"start":1706618804663,"stop":1706618804663,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"248650e492eb502d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/248650e492eb502d","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dba82f0e27403365","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dba82f0e27403365","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4a210486722ce26","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4a210486722ce26","status":"passed","time":{"start":1706618460835,"stop":1706618460835,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fa9bd5770019637","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fa9bd5770019637","status":"passed","time":{"start":1706618735880,"stop":1706618735881,"duration":1}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"288eccb8b5f379ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/288eccb8b5f379ab","status":"passed","time":{"start":1706618735878,"stop":1706618735879,"duration":1}}]},"9e8826bf3902b6ab79e30ad4af33ec94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0807ad3f03b0388","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0807ad3f03b0388","status":"passed","time":{"start":1706618246646,"stop":1706618246647,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d7c94c427f0359e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d7c94c427f0359e","status":"passed","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ede1ad9db3e14d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3ede1ad9db3e14d9","status":"passed","time":{"start":1706618394348,"stop":1706618394348,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f12ffbc05078a111","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f12ffbc05078a111","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8472d21f842d1b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8472d21f842d1b6","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAmRKDx1pTohHTSaJWZ3ccA6gQdibqicVM9pSLqEWwftM2o for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi,/test/101/waku-multi: Error: Filter subscribe request 6d5ce93c-ec2e-458a-95b2-2a562b4741e3 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460779,"stop":1706618460779,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db9f4a818e87f4d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db9f4a818e87f4d8","status":"passed","time":{"start":1706618165334,"stop":1706618165334,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139024346b7ef194","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/139024346b7ef194","status":"passed","time":{"start":1706618775738,"stop":1706618775739,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f86b99cffca8a9d3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f86b99cffca8a9d3","status":"passed","time":{"start":1706618156962,"stop":1706618156962,"duration":0}}]},"0b787412db319f42ba6bb8f479774a79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75bded93cf89bbba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/75bded93cf89bbba","status":"passed","time":{"start":1706618380669,"stop":1706618380670,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d6f8169fcda2e18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d6f8169fcda2e18","status":"passed","time":{"start":1706618749036,"stop":1706618749036,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd93b8087bb02218","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd93b8087bb02218","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f16fef4d8ce817e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f16fef4d8ce817e0","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17228610690b5b0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17228610690b5b0a","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"367a37b8de5cd2b3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/367a37b8de5cd2b3","status":"passed","time":{"start":1706618668731,"stop":1706618668731,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b62d022d395302f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b62d022d395302f","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"935e4436d5ea27b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/935e4436d5ea27b1","status":"passed","time":{"start":1706618749033,"stop":1706618749034,"duration":1}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c1332b917089c13","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8c1332b917089c13","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c49239655a195ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c49239655a195ef","status":"passed","time":{"start":1706618735894,"stop":1706618735894,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e936765541a362f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e936765541a362f","status":"passed","time":{"start":1706618784354,"stop":1706618784354,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"554caa83d8c56f38","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/554caa83d8c56f38","status":"passed","time":{"start":1706618394331,"stop":1706618394332,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87ece277dbdc1385","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/87ece277dbdc1385","status":"passed","time":{"start":1706618735897,"stop":1706618735897,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68623e0e4d5aa815","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68623e0e4d5aa815","status":"passed","time":{"start":1706618668721,"stop":1706618668722,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"289bd88a6763e98e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/289bd88a6763e98e","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":1706618668748,"stop":1706618668748,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc56f8a784bb46a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7cc56f8a784bb46a","status":"passed","time":{"start":1706618165331,"stop":1706618165332,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d8ca58d9205907b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d8ca58d9205907b","status":"passed","time":{"start":1706618668733,"stop":1706618668733,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9834487d9bc71aae","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9834487d9bc71aae","status":"passed","time":{"start":1706618636994,"stop":1706618636994,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"548781c2488510e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/548781c2488510e1","status":"passed","time":{"start":1706618380655,"stop":1706618380656,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17d832036aa42587","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d832036aa42587","status":"passed","time":{"start":1706618380657,"stop":1706618380658,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3057487d5abd4f8e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3057487d5abd4f8e","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"493c021914edb99c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/493c021914edb99c","status":"passed","time":{"start":1706618221266,"stop":1706618221266,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bb68bc062f57013","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9bb68bc062f57013","status":"passed","time":{"start":1706618273733,"stop":1706618273734,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76e455b187548a96","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76e455b187548a96","status":"passed","time":{"start":1706618636971,"stop":1706618636972,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5454628c66099cd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5454628c66099cd6","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ebfc1b3e79538d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ebfc1b3e79538d1","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a8415e39b3480ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8415e39b3480ce","status":"passed","time":{"start":1706618797761,"stop":1706618797762,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d551b8ea32800311","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d551b8ea32800311","status":"passed","time":{"start":1706618165336,"stop":1706618165337,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b3783c4e8eb32cf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b3783c4e8eb32cf","status":"passed","time":{"start":1706618165324,"stop":1706618165331,"duration":7}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"577a016541921339","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/577a016541921339","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f99ea0e2d225e8f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f99ea0e2d225e8f","status":"passed","time":{"start":1706618380667,"stop":1706618380668,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15852572303ef548","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/15852572303ef548","status":"passed","time":{"start":1706618682311,"stop":1706618682311,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7374f1645781337","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d7374f1645781337","status":"passed","time":{"start":1706618749046,"stop":1706618749046,"duration":0}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aee1431e0dccca65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aee1431e0dccca65","status":"passed","time":{"start":1706618698145,"stop":1706618698146,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40f26fad43117aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40f26fad43117aac","status":"passed","time":{"start":1706618164522,"stop":1706618164522,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66ae55d01dcbe56","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66ae55d01dcbe56","status":"passed","time":{"start":1706618636984,"stop":1706618636984,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a46f9ba520454cfb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a46f9ba520454cfb","status":"passed","time":{"start":1706618156837,"stop":1706618156838,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc4ad150cdd8247e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fc4ad150cdd8247e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"682b217ff2605bd8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/682b217ff2605bd8","status":"passed","time":{"start":1706618164519,"stop":1706618164520,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3577d6be13a8d73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3577d6be13a8d73","status":"passed","time":{"start":1706618685090,"stop":1706618685090,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb217fa0ae25202e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb217fa0ae25202e","status":"passed","time":{"start":1706618749044,"stop":1706618749045,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86d7dedbfd08bf52","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86d7dedbfd08bf52","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4afe2b4d40518b34","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4afe2b4d40518b34","status":"passed","time":{"start":1706618380657,"stop":1706618380657,"duration":0}}]},"a9677af5eebcc6abf42b38427b2ad6d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f996a897c6b8d6a9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f996a897c6b8d6a9","status":"passed","time":{"start":1706618636995,"stop":1706618636995,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a6bd248a2434c86","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a6bd248a2434c86","status":"passed","time":{"start":1706618668744,"stop":1706618668745,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3b8c077c8124617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b8c077c8124617","status":"passed","time":{"start":1706618165340,"stop":1706618165341,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d2ef4e070f53a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d2ef4e070f53a1","status":"passed","time":{"start":1706618394320,"stop":1706618394320,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce238481d5ed081e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce238481d5ed081e","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3919598c362990c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3919598c362990c2","status":"passed","time":{"start":1706618185606,"stop":1706618185608,"duration":2}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f32e18ff367ebc02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f32e18ff367ebc02","status":"passed","time":{"start":1706618685083,"stop":1706618685084,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39679bce293510e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39679bce293510e4","status":"passed","time":{"start":1706618394317,"stop":1706618394318,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"218a150790fd2197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/218a150790fd2197","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"801970b1424db89e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/801970b1424db89e","status":"passed","time":{"start":1706618759764,"stop":1706618759765,"duration":1}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3bf35207fdb0d8a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3bf35207fdb0d8a6","status":"passed","time":{"start":1706618797759,"stop":1706618797760,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48677762126a8c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48677762126a8c0","status":"passed","time":{"start":1706618683924,"stop":1706618683925,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f935de5873ef8fd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f935de5873ef8fd","status":"passed","time":{"start":1706618732532,"stop":1706618732533,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f22a5246d34ed7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f22a5246d34ed7b1","status":"passed","time":{"start":1706618682309,"stop":1706618682310,"duration":1}}]},"4851f565afa729243cffd99aee137b6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eda8d4d6f2e68c49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eda8d4d6f2e68c49","status":"passed","time":{"start":1706618380670,"stop":1706618380671,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3300d92805bef86d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3300d92805bef86d","status":"passed","time":{"start":1706618668743,"stop":1706618668744,"duration":1}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ef11f9e25587a85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ef11f9e25587a85","status":"passed","time":{"start":1706618179515,"stop":1706618179515,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d9492c45c331c5d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d9492c45c331c5d","status":"passed","time":{"start":1706618760392,"stop":1706618760393,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e54665b421e9f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/50e54665b421e9f9","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bd413bdc67d336f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7bd413bdc67d336f","status":"passed","time":{"start":1706618797774,"stop":1706618797775,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdf6cab41bcd338f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdf6cab41bcd338f","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a01512317f62d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a01512317f62d9","status":"passed","time":{"start":1706618636989,"stop":1706618636989,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f119c80c8824cab5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f119c80c8824cab5","status":"passed","time":{"start":1706618284926,"stop":1706618284927,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb7b04959bceb137","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb7b04959bceb137","status":"passed","time":{"start":1706618380652,"stop":1706618380653,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a81eb26b8d06467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a81eb26b8d06467","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de746c5ff32c49a8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/de746c5ff32c49a8","status":"passed","time":{"start":1706618159420,"stop":1706618159420,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd1c76a0986efd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd1c76a0986efd4","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"516e72fce3c493a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/516e72fce3c493a5","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff5047856f534df9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ff5047856f534df9","status":"passed","time":{"start":1706618164524,"stop":1706618164524,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c39a7d89a149aa32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39a7d89a149aa32","status":"passed","time":{"start":1706618221265,"stop":1706618221265,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44c593af14d21753","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44c593af14d21753","status":"passed","time":{"start":1706618394346,"stop":1706618394347,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"763b8628f9df54af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/763b8628f9df54af","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f74778a2cd7d557b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f74778a2cd7d557b","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eae885fddbff623b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eae885fddbff623b","status":"passed","time":{"start":1706618668734,"stop":1706618668736,"duration":2}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36ecd8731b331997","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36ecd8731b331997","status":"passed","time":{"start":1706618460787,"stop":1706618460787,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11605c2c57c34985","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11605c2c57c34985","status":"passed","time":{"start":1706618735868,"stop":1706618735869,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf818a0941342660","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf818a0941342660","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a86a8b8993f9467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a86a8b8993f9467","status":"passed","time":{"start":1706618164514,"stop":1706618164514,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5996e3627eab2a7a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5996e3627eab2a7a","status":"passed","time":{"start":1706618760399,"stop":1706618760406,"duration":7}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9689d8a4b04ee6f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9689d8a4b04ee6f6","status":"passed","time":{"start":1706618668713,"stop":1706618668713,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"293612d152712438","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/293612d152712438","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e74fea82ff7295ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e74fea82ff7295ab","status":"passed","time":{"start":1706618749037,"stop":1706618749043,"duration":6}}]},"545c0a766d9b4f22b4d869bc0f8db47a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30e787174f9ca2f2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/30e787174f9ca2f2","status":"passed","time":{"start":1706618246647,"stop":1706618246647,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd55bf8c4105da42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd55bf8c4105da42","status":"passed","time":{"start":1706618668722,"stop":1706618668722,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"564808765deefdc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/564808765deefdc2","status":"passed","time":{"start":1706618685086,"stop":1706618685087,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3906668745877f0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3906668745877f0c","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"2f53c399f96de2390573030e6d339b7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7514df74705726c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d7514df74705726c","status":"passed","time":{"start":1706618735895,"stop":1706618735896,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"351017babe5d6ef7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/351017babe5d6ef7","status":"passed","time":{"start":1706618222836,"stop":1706618222836,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f9ed95ed8dcb3f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f9ed95ed8dcb3f0","status":"passed","time":{"start":1706618760390,"stop":1706618760391,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b4b59ebf7833f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b4b59ebf7833f0","status":"passed","time":{"start":1706618760395,"stop":1706618760399,"duration":4}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55c170e5ee6e836","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55c170e5ee6e836","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae87f8bce1bb27ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae87f8bce1bb27ba","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b50f4ef94dcec48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b50f4ef94dcec48","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72ceb28cd1eb1759","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72ceb28cd1eb1759","status":"passed","time":{"start":1706618685093,"stop":1706618685093,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ffa97829eb9beb85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ffa97829eb9beb85","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fd0f98b68e364ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fd0f98b68e364ee","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dad57e08093b0387","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dad57e08093b0387","status":"passed","time":{"start":1706618497357,"stop":1706618497358,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"184fdec0c13d3d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/184fdec0c13d3d6","status":"passed","time":{"start":1706618760407,"stop":1706618760407,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fbbcb88bb8e1c4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fbbcb88bb8e1c4b","status":"passed","time":{"start":1706618683922,"stop":1706618683923,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9e9384c7088ea4a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d9e9384c7088ea4a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2306354b10cc34d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2306354b10cc34d9","status":"passed","time":{"start":1706618165333,"stop":1706618165334,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8608605ccb41df60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8608605ccb41df60","status":"passed","time":{"start":1706618156838,"stop":1706618156838,"duration":0}}]},"bb3a28cd8c9b69b7ec957d7d1e15412a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c88bedb87855b98c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c88bedb87855b98c","status":"passed","time":{"start":1706618797777,"stop":1706618797777,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23e47b829fa2281","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23e47b829fa2281","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"01b69cbd7ed68e0a2959c451115d9885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63ad519435b2403c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63ad519435b2403c","status":"passed","time":{"start":1706618246649,"stop":1706618246650,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61bd75cb9bfb459","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/61bd75cb9bfb459","status":"passed","time":{"start":1706618380672,"stop":1706618380673,"duration":1}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3515336368bc24a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3515336368bc24a1","status":"passed","time":{"start":1706618682313,"stop":1706618682314,"duration":1}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d7bb0f68cb17f0f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d7bb0f68cb17f0f","status":"passed","time":{"start":1706618285305,"stop":1706618285306,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7db27b02c4707a12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7db27b02c4707a12","status":"passed","time":{"start":1706618638647,"stop":1706618638647,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52254539879975fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/52254539879975fa","status":"passed","time":{"start":1706618794314,"stop":1706618794314,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3206ad7fd52bf6d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3206ad7fd52bf6d","status":"passed","time":{"start":1706618165335,"stop":1706618165335,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fbccc94af3561f7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fbccc94af3561f7","status":"passed","time":{"start":1706618394347,"stop":1706618394347,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f8ee1bd47bf79ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f8ee1bd47bf79ba","status":"passed","time":{"start":1706618186247,"stop":1706618186247,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dc41c25e9a175f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc41c25e9a175f9","status":"passed","time":{"start":1706618394329,"stop":1706618394330,"duration":1}}]}} \ No newline at end of file +{"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3eeeac657e569c84","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3eeeac657e569c84","status":"passed","time":{"start":1706618371931,"stop":1706618371932,"duration":1}},{"uid":"94239bf4d8448d60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/94239bf4d8448d60","status":"passed","time":{"start":1706618164516,"stop":1706618164517,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"50bab4fa7b561fc3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/50bab4fa7b561fc3","status":"passed","time":{"start":1706618738959,"stop":1706618738959,"duration":0}},{"uid":"74ea1eeda87be03c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ea1eeda87be03c","status":"passed","time":{"start":1706618506507,"stop":1706618506507,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d72020188187aa21","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d72020188187aa21","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0}},{"uid":"48dc2b06ab1ddd64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48dc2b06ab1ddd64","status":"passed","time":{"start":1706618636970,"stop":1706618636971,"duration":1}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"21e35dbb7de32b11","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/21e35dbb7de32b11","status":"passed","time":{"start":1706618366460,"stop":1706618366460,"duration":0}},{"uid":"eb18c41457c287c1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb18c41457c287c1","status":"passed","time":{"start":1706618156840,"stop":1706618156840,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d35e18e7dcb2dfb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d35e18e7dcb2dfb","status":"passed","time":{"start":1706618389058,"stop":1706618389059,"duration":1}},{"uid":"d0dc6a4f2ed25950","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0dc6a4f2ed25950","status":"passed","time":{"start":1706618179845,"stop":1706618179846,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"448e49e8badff8b8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/448e49e8badff8b8","status":"passed","time":{"start":1706619033643,"stop":1706619033644,"duration":1}},{"uid":"2da6d177a33bd034","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2da6d177a33bd034","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9840ae91dd081dee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9840ae91dd081dee","status":"passed","time":{"start":1706619021207,"stop":1706619021207,"duration":0}},{"uid":"625999b58f2ff1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/625999b58f2ff1d","status":"passed","time":{"start":1706618787469,"stop":1706618787469,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"110ca55b0e9fb498","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/110ca55b0e9fb498","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"duration":0}},{"uid":"4db4609fb042bdd7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4db4609fb042bdd7","status":"passed","time":{"start":1706618394333,"stop":1706618394333,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a842c85aef27b69","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a842c85aef27b69","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0}},{"uid":"4019b1cc8dbb7ccc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4019b1cc8dbb7ccc","status":"passed","time":{"start":1706618380653,"stop":1706618380654,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55bb7522d00d174","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/55bb7522d00d174","status":"passed","time":{"start":1706618580248,"stop":1706618580249,"duration":1}},{"uid":"37bf267278a7980a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37bf267278a7980a","status":"passed","time":{"start":1706618380659,"stop":1706618380661,"duration":2}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b9e5e9c1cad81d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b9e5e9c1cad81d9","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"duration":0}},{"uid":"4c1159e42e43bfb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c1159e42e43bfb3","status":"passed","time":{"start":1706618636988,"stop":1706618636989,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a387e01d4e8ad010","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a387e01d4e8ad010","status":"passed","time":{"start":1706618372824,"stop":1706618372825,"duration":1}},{"uid":"da6d1b5db7b701c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/da6d1b5db7b701c8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7fb268bea906c53b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7fb268bea906c53b","status":"passed","time":{"start":1706618865685,"stop":1706618865686,"duration":1}},{"uid":"9163081301658559","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9163081301658559","status":"passed","time":{"start":1706618683925,"stop":1706618683925,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"70d4d5a2e9f53b03","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/70d4d5a2e9f53b03","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"duration":0}},{"uid":"4e54801aa5a1a405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e54801aa5a1a405","status":"passed","time":{"start":1706618636971,"stop":1706618636971,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"968e0db22895b0c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/968e0db22895b0c","status":"passed","time":{"start":1706619033641,"stop":1706619033642,"duration":1}},{"uid":"280445ca190e1a11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/280445ca190e1a11","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0f94d9d260cc4d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a0f94d9d260cc4d0","status":"passed","time":{"start":1706618371936,"stop":1706618371936,"duration":0}},{"uid":"b1bb5650892cbbee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1bb5650892cbbee","status":"passed","time":{"start":1706618164525,"stop":1706618164525,"duration":0}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"82b8a7e8f92c15e1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/82b8a7e8f92c15e1","status":"passed","time":{"start":1706618909985,"stop":1706618909985,"duration":0}},{"uid":"458860561c2fa8d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/458860561c2fa8d6","status":"passed","time":{"start":1706618664762,"stop":1706618664763,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a06fa66836080859","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a06fa66836080859","status":"passed","time":{"start":1706618858022,"stop":1706618858022,"duration":0}},{"uid":"ce8051b19e9faee0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce8051b19e9faee0","status":"passed","time":{"start":1706618636980,"stop":1706618636980,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd2c4727be1043a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cd2c4727be1043a4","status":"passed","time":{"start":1706619029141,"stop":1706619029142,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"40c9717867c19670","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/40c9717867c19670","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"duration":0}},{"uid":"3a994df687384a18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a994df687384a18","status":"passed","time":{"start":1706618760391,"stop":1706618760392,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dc5e8a76644122f7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dc5e8a76644122f7","status":"passed","time":{"start":1706618959473,"stop":1706618959474,"duration":1}},{"uid":"b1b85a4674749fff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1b85a4674749fff","status":"passed","time":{"start":1706618735856,"stop":1706618735856,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1892e7e1ee57d29c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1892e7e1ee57d29c","status":"passed","time":{"start":1706618959506,"stop":1706618959506,"duration":0}},{"uid":"42f7a92ce7ec9994","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42f7a92ce7ec9994","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c3ebae770baf4ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6c3ebae770baf4ac","status":"passed","time":{"start":1706618686998,"stop":1706618686999,"duration":1}},{"uid":"13b34c3a0a82bcb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/13b34c3a0a82bcb2","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aeb55f1d3cc18458","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aeb55f1d3cc18458","status":"passed","time":{"start":1706618496638,"stop":1706618496638,"duration":0}},{"uid":"7dff2ab0cbbb03fc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7dff2ab0cbbb03fc","status":"passed","time":{"start":1706618285304,"stop":1706618285304,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aebcc15bf5c51737","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aebcc15bf5c51737","status":"passed","time":{"start":1706618624538,"stop":1706618624538,"duration":0}},{"uid":"e6f6c856564c05ff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6f6c856564c05ff","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edd6d72f6151de95","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/edd6d72f6151de95","status":"passed","time":{"start":1706618996187,"stop":1706618996188,"duration":1}},{"uid":"240121d42bacf09a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/240121d42bacf09a","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bddcd936c889d57a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bddcd936c889d57a","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"duration":0}},{"uid":"2ddb453a709a32b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ddb453a709a32b4","status":"passed","time":{"start":1706618775743,"stop":1706618775743,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ec7de247067507b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ec7de247067507b","status":"passed","time":{"start":1706618366454,"stop":1706618366454,"duration":0}},{"uid":"40efa01fc401b7c3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40efa01fc401b7c3","status":"passed","time":{"start":1706618156834,"stop":1706618156835,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a8e97b6e228a0c57","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a8e97b6e228a0c57","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"duration":0}},{"uid":"c6409e843f82dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6409e843f82dc0e","status":"passed","time":{"start":1706618636975,"stop":1706618636976,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"14ad05adc38cd4b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/14ad05adc38cd4b9","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0}},{"uid":"b14405f81e955aa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b14405f81e955aa9","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0beb8dcf4b7979d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a0beb8dcf4b7979d","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"duration":0}},{"uid":"9933f84d4de4e79f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9933f84d4de4e79f","status":"passed","time":{"start":1706618668732,"stop":1706618668733,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc47e23b90e7f74","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fc47e23b90e7f74","status":"passed","time":{"start":1706618424944,"stop":1706618424944,"duration":0}},{"uid":"e93defc61a855147","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e93defc61a855147","status":"passed","time":{"start":1706618216092,"stop":1706618216093,"duration":1}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37db8ae114555e34","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37db8ae114555e34","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"duration":0}},{"uid":"9b044ac89fe42442","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b044ac89fe42442","status":"passed","time":{"start":1706618179517,"stop":1706618179517,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e92dcccb37244ee8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e92dcccb37244ee8","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"duration":0}},{"uid":"6def62c03ba4d08c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6def62c03ba4d08c","status":"passed","time":{"start":1706618775739,"stop":1706618775739,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9e6a780dd73f926b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9e6a780dd73f926b","status":"passed","time":{"start":1706618871327,"stop":1706618871327,"duration":0}},{"uid":"fd190305dcdb126e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd190305dcdb126e","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9566c8c0774d8ebe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9566c8c0774d8ebe","status":"passed","time":{"start":1706618865680,"stop":1706618865680,"duration":0}},{"uid":"a9e176988c276cd9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9e176988c276cd9","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3ad91fb117c1d342","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3ad91fb117c1d342","status":"passed","time":{"start":1706618371935,"stop":1706618371935,"duration":0}},{"uid":"3debf3280ec6000b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3debf3280ec6000b","status":"passed","time":{"start":1706618164523,"stop":1706618164523,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54ad848439c1c93a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54ad848439c1c93a","status":"passed","time":{"start":1706618996195,"stop":1706618996196,"duration":1}},{"uid":"125fba209ea34472","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/125fba209ea34472","status":"passed","time":{"start":1706618797766,"stop":1706618797767,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"232ce283dfbd49e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/232ce283dfbd49e","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"duration":0}},{"uid":"32b5001b9224341c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32b5001b9224341c","status":"passed","time":{"start":1706618394340,"stop":1706618394340,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5bdd2142ec8ab1b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a5bdd2142ec8ab1b","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"duration":0}},{"uid":"fba9e794236f4bca","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fba9e794236f4bca","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7efb26e4c150eb4b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7efb26e4c150eb4b","status":"passed","time":{"start":1706618687001,"stop":1706618687001,"duration":0}},{"uid":"b5f26aea580a7249","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5f26aea580a7249","status":"passed","time":{"start":1706618697331,"stop":1706618697331,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c1a8506ceb918e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2c1a8506ceb918e7","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"duration":0}},{"uid":"b0088597ea4b986e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b0088597ea4b986e","status":"passed","time":{"start":1706618784350,"stop":1706618784351,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29eafe7f31572330","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/29eafe7f31572330","status":"passed","time":{"start":1706618731284,"stop":1706618731284,"duration":0}},{"uid":"91a253fd3e602e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a253fd3e602e75","status":"passed","time":{"start":1706618394318,"stop":1706618394318,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f1eac41db44585e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f1eac41db44585e","status":"passed","time":{"start":1706619017483,"stop":1706619017484,"duration":1}},{"uid":"b05fbaefa6046211","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b05fbaefa6046211","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"694ea06b52f9c2c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/694ea06b52f9c2c0","status":"passed","time":{"start":1706618865694,"stop":1706618865695,"duration":1}},{"uid":"d077f83f462c8b32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d077f83f462c8b32","status":"passed","time":{"start":1706618683935,"stop":1706618683935,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2673c5ad39105fe2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2673c5ad39105fe2","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"duration":0}},{"uid":"9d8b62e90af28f82","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d8b62e90af28f82","status":"passed","time":{"start":1706618394315,"stop":1706618394316,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8d37ab48df04fac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8d37ab48df04fac","status":"passed","time":{"start":1706618959472,"stop":1706618959472,"duration":0}},{"uid":"ab44f71d6df628c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab44f71d6df628c2","status":"passed","time":{"start":1706618735852,"stop":1706618735852,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77d99fcb5abdb32b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77d99fcb5abdb32b","status":"passed","time":{"start":1706619029135,"stop":1706619029136,"duration":1}},{"uid":"f235426a606a3068","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f235426a606a3068","status":"passed","time":{"start":1706618668745,"stop":1706618668745,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e07dd12e010d4cd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5e07dd12e010d4cd","status":"passed","time":{"start":1706618496637,"stop":1706618496638,"duration":1}},{"uid":"e1ac0c97da7d1fcf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e1ac0c97da7d1fcf","status":"passed","time":{"start":1706618285303,"stop":1706618285303,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ff83e7949d034562","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ff83e7949d034562","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"duration":0}},{"uid":"28a6752b0ea2a2dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28a6752b0ea2a2dd","status":"passed","time":{"start":1706618797772,"stop":1706618797773,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"67b6f11153a32cd6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/67b6f11153a32cd6","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"duration":0}},{"uid":"34b9677290d11d99","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/34b9677290d11d99","status":"passed","time":{"start":1706618165341,"stop":1706618165342,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1730d650440401d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1730d650440401d","status":"passed","time":{"start":1706618396941,"stop":1706618396942,"duration":1}},{"uid":"eb04c06cfec06dfd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb04c06cfec06dfd","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"899c4c02e7cf3b94","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/899c4c02e7cf3b94","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0}},{"uid":"3b939eadeb99fafa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b939eadeb99fafa","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4bcae3897e39094a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4bcae3897e39094a","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"duration":0}},{"uid":"71b2a98c5a18d0bd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71b2a98c5a18d0bd","status":"passed","time":{"start":1706618664766,"stop":1706618664767,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e6992334313c049","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8e6992334313c049","status":"passed","time":{"start":1706618372822,"stop":1706618372822,"duration":0}},{"uid":"a5f23f9be8ab8827","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5f23f9be8ab8827","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"878d3f45735a0d99","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/878d3f45735a0d99","status":"passed","time":{"start":1706619008974,"stop":1706619008974,"duration":0}},{"uid":"9744153efb2a0401","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9744153efb2a0401","status":"passed","time":{"start":1706618775739,"stop":1706618775740,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3cf4af2e02ad24a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3cf4af2e02ad24a","status":"passed","time":{"start":1706619002393,"stop":1706619002397,"duration":4}},{"uid":"10d8ce58f64c1f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10d8ce58f64c1f1d","status":"passed","time":{"start":1706618759767,"stop":1706618759768,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2abc118317c2af49","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2abc118317c2af49","status":"passed","time":{"start":1706618624523,"stop":1706618624532,"duration":9}},{"uid":"a1cd4f408719218a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a1cd4f408719218a","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d806bd2dbb4719dd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d806bd2dbb4719dd","status":"passed","time":{"start":1706618996192,"stop":1706618996193,"duration":1}},{"uid":"bc4ad5fd003e7dc6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4ad5fd003e7dc6","status":"passed","time":{"start":1706618797764,"stop":1706618797765,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72426e4878d66032","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/72426e4878d66032","status":"passed","time":{"start":1706618366596,"stop":1706618366597,"duration":1}},{"uid":"b06825a9b8f5d466","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b06825a9b8f5d466","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93aa5aa3e533e4e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/93aa5aa3e533e4e7","status":"passed","time":{"start":1706618496635,"stop":1706618496637,"duration":2}},{"uid":"f0dd5d4b9e6bc94b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0dd5d4b9e6bc94b","status":"passed","time":{"start":1706618285302,"stop":1706618285303,"duration":1}}]},"4ba9bcb21a6e15a10bf7c7d33b828254:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91e840908c0272b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91e840908c0272b4","status":"passed","time":{"start":1706618454373,"stop":1706618454375,"duration":2}},{"uid":"aa3d2f6654f42bbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa3d2f6654f42bbb","status":"passed","time":{"start":1706618246653,"stop":1706618246654,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b57f6b959f565694","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b57f6b959f565694","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0}},{"uid":"4f1effe6deb3614f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4f1effe6deb3614f","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f553d2786f94219","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f553d2786f94219","status":"passed","time":{"start":1706618366459,"stop":1706618366460,"duration":1}},{"uid":"c708e0ce9b67e9f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c708e0ce9b67e9f6","status":"passed","time":{"start":1706618156839,"stop":1706618156840,"duration":1}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e03527c4509ef2ed","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e03527c4509ef2ed","status":"passed","time":{"start":1706618731283,"stop":1706618731283,"duration":0}},{"uid":"246b696f70ecb067","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/246b696f70ecb067","status":"passed","time":{"start":1706618394317,"stop":1706618394317,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85c491275af14a9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/85c491275af14a9f","status":"passed","time":{"start":1706618871325,"stop":1706618871326,"duration":1}},{"uid":"5263f100ff5fa075","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5263f100ff5fa075","status":"passed","time":{"start":1706618685084,"stop":1706618685085,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a3b6e7f60b3fb41","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4a3b6e7f60b3fb41","status":"passed","time":{"start":1706618959494,"stop":1706618959495,"duration":1}},{"uid":"449b12f012d18b2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/449b12f012d18b2c","status":"passed","time":{"start":1706618735893,"stop":1706618735894,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cb6e7d254756f6cb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb6e7d254756f6cb","status":"passed","time":{"start":1706618624534,"stop":1706618624534,"duration":0}},{"uid":"acfe268c35cc0dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/acfe268c35cc0dc","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"65e53592edfa30e69fcd84fcf29743a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3d1c38dabf857ba","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f3d1c38dabf857ba","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"duration":0}},{"uid":"a586625d40c1e098","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a586625d40c1e098","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e002ae72c3aff762","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e002ae72c3aff762","status":"passed","time":{"start":1706618378871,"stop":1706618378872,"duration":1}},{"uid":"8edc4b10f7d92c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8edc4b10f7d92c8c","status":"passed","time":{"start":1706618170153,"stop":1706618170154,"duration":1}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8efde63dc51622ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8efde63dc51622ac","status":"passed","time":{"start":1706618934695,"stop":1706618934695,"duration":0}},{"uid":"6d75016c91af52ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d75016c91af52ab","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"79b8f7518ab93b24","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/79b8f7518ab93b24","status":"passed","time":{"start":1706618371937,"stop":1706618371937,"duration":0}},{"uid":"b9ee33b59f9ab66e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9ee33b59f9ab66e","status":"passed","time":{"start":1706618164526,"stop":1706618164527,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cbe73588fe33bb57","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cbe73588fe33bb57","status":"passed","time":{"start":1706619029122,"stop":1706619029123,"duration":1}},{"uid":"8f075ed82813d483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f075ed82813d483","status":"passed","time":{"start":1706618668721,"stop":1706618668721,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"35dac324d7a05007","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/35dac324d7a05007","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"duration":0}},{"uid":"84b8ed65e788773c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/84b8ed65e788773c","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a415e108cde12407","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a415e108cde12407","status":"passed","time":{"start":1706618959481,"stop":1706618959482,"duration":1}},{"uid":"7c3ec9517f788722","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c3ec9517f788722","status":"passed","time":{"start":1706618735876,"stop":1706618735877,"duration":1}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"244daa6b9ccfe578","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/244daa6b9ccfe578","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"duration":0}},{"uid":"d5c06c7721a6e601","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5c06c7721a6e601","status":"passed","time":{"start":1706618668738,"stop":1706618668738,"duration":0}}]},"207c274d577e03b42c4c5bcaae4cfde6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a48ee55c09d596d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4a48ee55c09d596d","status":"passed","time":{"start":1706619029123,"stop":1706619029124,"duration":1}},{"uid":"a13f4052cee2baba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a13f4052cee2baba","status":"passed","time":{"start":1706618668722,"stop":1706618668723,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2e547751e92a6bfd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2e547751e92a6bfd","status":"passed","time":{"start":1706618395070,"stop":1706618395070,"duration":0}},{"uid":"a9d374d3bc746fbc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9d374d3bc746fbc","status":"passed","time":{"start":1706618185610,"stop":1706618185610,"duration":0}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c390234f6f238e9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9c390234f6f238e9","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0}},{"uid":"bcdc3b83d8ddd3de","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcdc3b83d8ddd3de","status":"passed","time":{"start":1706618179519,"stop":1706618179519,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9ab60aed2425e0db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9ab60aed2425e0db","status":"passed","time":{"start":1706618996187,"stop":1706618996187,"duration":0}},{"uid":"4d165266372caf6b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d165266372caf6b","status":"passed","time":{"start":1706618797761,"stop":1706618797761,"duration":0}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ab1e23df5753f165","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ab1e23df5753f165","status":"passed","time":{"start":1706618366456,"stop":1706618366457,"duration":1}},{"uid":"10c06bec69b69dba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/10c06bec69b69dba","status":"passed","time":{"start":1706618156837,"stop":1706618156837,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"92a6072d6a12e2b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92a6072d6a12e2b","status":"passed","time":{"start":1706618496641,"stop":1706618496641,"duration":0}},{"uid":"8ed40032605ee7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ed40032605ee7b1","status":"passed","time":{"start":1706618285307,"stop":1706618285307,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8c32eb74dc3b7b5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f8c32eb74dc3b7b5","status":"passed","time":{"start":1706619008974,"stop":1706619008975,"duration":1}},{"uid":"738188caae315898","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/738188caae315898","status":"passed","time":{"start":1706618775740,"stop":1706618775740,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2d3005a146e55f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e2d3005a146e55f2","status":"passed","time":{"start":1706618996183,"stop":1706618996183,"duration":0}},{"uid":"9abbbfe14be2ba8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9abbbfe14be2ba8b","status":"passed","time":{"start":1706618797759,"stop":1706618797759,"duration":0}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e163278af51a654d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e163278af51a654d","status":"passed","time":{"start":1706618959504,"stop":1706618959504,"duration":0}},{"uid":"8224caa0962b9776","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8224caa0962b9776","status":"passed","time":{"start":1706618735896,"stop":1706618735897,"duration":1}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b6eec3f4123e1b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b6eec3f4123e1b","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e7ffd332a521c75d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7ffd332a521c75d","status":"passed","time":{"start":1706619029127,"stop":1706619029128,"duration":1}},{"uid":"b54aa39904a36dee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b54aa39904a36dee","status":"passed","time":{"start":1706618668733,"stop":1706618668734,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7e9b2dc4f286d04","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c7e9b2dc4f286d04","status":"passed","time":{"start":1706618973546,"stop":1706618973547,"duration":1}},{"uid":"90180df28dd35cb1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/90180df28dd35cb1","status":"passed","time":{"start":1706618749036,"stop":1706618749037,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2a4e1ada550c4b90","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a4e1ada550c4b90","status":"passed","time":{"start":1706618395557,"stop":1706618395557,"duration":0}},{"uid":"cba61e3efd8ea87f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cba61e3efd8ea87f","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ada9d20a0a42c97a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ada9d20a0a42c97a","status":"passed","time":{"start":1706619008977,"stop":1706619008977,"duration":0}},{"uid":"42234452b464bbeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42234452b464bbeb","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":1,"unknown":0,"total":2},"items":[{"uid":"9cbe725c2d7f53c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9cbe725c2d7f53c0","status":"passed","time":{"start":1706618624499,"stop":1706618624499,"duration":0}},{"uid":"7232affe731775ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7232affe731775ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb36946768c0bfa1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb36946768c0bfa1","status":"passed","time":{"start":1706618959474,"stop":1706618959475,"duration":1}},{"uid":"71c85e4f321d0635","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/71c85e4f321d0635","status":"passed","time":{"start":1706618735857,"stop":1706618735857,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"395738e3b4bdcb58","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/395738e3b4bdcb58","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"duration":0}},{"uid":"4b3e1478ab62e8f5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b3e1478ab62e8f5","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5abf1dafb7089703","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5abf1dafb7089703","status":"passed","time":{"start":1706619035798,"stop":1706619035798,"duration":0}},{"uid":"5d93a6d43d896b30","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d93a6d43d896b30","status":"passed","time":{"start":1706618800452,"stop":1706618800453,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3faddb299f79096","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b3faddb299f79096","status":"passed","time":{"start":1706618871331,"stop":1706618871331,"duration":0}},{"uid":"bcf1e6256b5390","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcf1e6256b5390","status":"passed","time":{"start":1706618685089,"stop":1706618685089,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2a3140f859dace8a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a3140f859dace8a","status":"passed","time":{"start":1706618996188,"stop":1706618996189,"duration":1}},{"uid":"4dd8b77f823d54e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dd8b77f823d54e6","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"0d442695dd05453c4c355c81ef9164cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"acac0b8ed1828939","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/acac0b8ed1828939","status":"passed","time":{"start":1706618454371,"stop":1706618454371,"duration":0}},{"uid":"cd65ade20dbb1cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cd65ade20dbb1cbb","status":"passed","time":{"start":1706618246650,"stop":1706618246650,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3794ba9e6b4b171c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3794ba9e6b4b171c","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"duration":0}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6e9a20b4c92b86a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6e9a20b4c92b86a","status":"passed","time":{"start":1706618389061,"stop":1706618389061,"duration":0}},{"uid":"2f61377dab6d7c8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f61377dab6d7c8d","status":"passed","time":{"start":1706618179848,"stop":1706618179848,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c219e067d008f44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c219e067d008f44","status":"passed","time":{"start":1706618371923,"stop":1706618371924,"duration":1}},{"uid":"6dfb4e4f5bac5182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dfb4e4f5bac5182","status":"passed","time":{"start":1706618164514,"stop":1706618164515,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c1932b8e659ef88","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c1932b8e659ef88","status":"passed","time":{"start":1706618431633,"stop":1706618431634,"duration":1}},{"uid":"2854a4484b56f800","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2854a4484b56f800","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44c751deabc7075d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44c751deabc7075d","status":"passed","time":{"start":1706618865691,"stop":1706618865691,"duration":0}},{"uid":"5b086b875bd61b57","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5b086b875bd61b57","status":"passed","time":{"start":1706618683930,"stop":1706618683930,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5989e77a21e4a4d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5989e77a21e4a4d","status":"passed","time":{"start":1706618865688,"stop":1706618865689,"duration":1}},{"uid":"2f8b885d647efd76","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f8b885d647efd76","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3a9ff6957db0000","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3a9ff6957db0000","status":"passed","time":{"start":1706619002393,"stop":1706619002393,"duration":0}},{"uid":"8175dc75ac57010f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8175dc75ac57010f","status":"passed","time":{"start":1706618759766,"stop":1706618759767,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7f8b24585756f4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b7f8b24585756f4","status":"passed","time":{"start":1706618424942,"stop":1706618424943,"duration":1}},{"uid":"1ea359e102643efe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ea359e102643efe","status":"passed","time":{"start":1706618216090,"stop":1706618216090,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae199278d309d5b6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ae199278d309d5b6","status":"passed","time":{"start":1706618851398,"stop":1706618851398,"duration":0}},{"uid":"35ccf70d2affed37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35ccf70d2affed37","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d46090312c639f9c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d46090312c639f9c","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"duration":0}},{"uid":"d732c8ac988a2e45","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d732c8ac988a2e45","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3af052694e6ee6b0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3af052694e6ee6b0","status":"passed","time":{"start":1706618996193,"stop":1706618996193,"duration":0}},{"uid":"2ad8b9c7f5c29b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ad8b9c7f5c29b6","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f79feaccf798941","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4f79feaccf798941","status":"passed","time":{"start":1706619029145,"stop":1706619029146,"duration":1}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99561d27c674278a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99561d27c674278a","status":"passed","time":{"start":1706618731298,"stop":1706618731298,"duration":0}},{"uid":"2de60cead2762d9f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2de60cead2762d9f","status":"passed","time":{"start":1706618394342,"stop":1706618394343,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4990162bff3ae73","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f4990162bff3ae73","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"duration":0}},{"uid":"d2412bb3d2c78079","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2412bb3d2c78079","status":"passed","time":{"start":1706618668741,"stop":1706618668742,"duration":1}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"495c9da73bdf2716","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/495c9da73bdf2716","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618580262,"stop":1706618580262,"duration":0}},{"uid":"a7eeb575c9b229f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a7eeb575c9b229f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380686,"stop":1706618380687,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3fa9a5f3d1a9fb4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3fa9a5f3d1a9fb4","status":"passed","time":{"start":1706618366258,"stop":1706618366259,"duration":1}},{"uid":"5848d0914933f1ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5848d0914933f1ef","status":"passed","time":{"start":1706618156705,"stop":1706618156706,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"74ada2de576e0b38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/74ada2de576e0b38","status":"passed","time":{"start":1706618372825,"stop":1706618372826,"duration":1}},{"uid":"e9e4624553d297a4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e9e4624553d297a4","status":"passed","time":{"start":1706618165343,"stop":1706618165343,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"22d3b2aaecd5f231","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22d3b2aaecd5f231","status":"passed","time":{"start":1706618687001,"stop":1706618687002,"duration":1}},{"uid":"e2bcfa89c3b967ed","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2bcfa89c3b967ed","status":"passed","time":{"start":1706618697331,"stop":1706618697332,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"35cb402b4ee5efa0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/35cb402b4ee5efa0","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618424948,"stop":1706618424948,"duration":0}},{"uid":"60d349e706032c5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60d349e706032c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216101,"stop":1706618216101,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"23fb66157e2a76f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/23fb66157e2a76f0","status":"passed","time":{"start":1706618372079,"stop":1706618372079,"duration":0}},{"uid":"c77165c6c3672847","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c77165c6c3672847","status":"passed","time":{"start":1706618164685,"stop":1706618164685,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e54ce121ba139718","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e54ce121ba139718","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0}},{"uid":"2f41fc5723dcef3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f41fc5723dcef3d","status":"passed","time":{"start":1706618797773,"stop":1706618797774,"duration":1}}]},"445b32c3eaefd07dedcf68570891aec8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dc1c5e147e4cd26","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7dc1c5e147e4cd26","status":"passed","time":{"start":1706618580255,"stop":1706618580256,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bf35fe7224166679","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bf35fe7224166679","status":"passed","time":{"start":1706618382596,"stop":1706618382597,"duration":1}},{"uid":"74d8021f27e46cb8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d8021f27e46cb8","status":"passed","time":{"start":1706618173700,"stop":1706618173702,"duration":2}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef02b49ed4037ed0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ef02b49ed4037ed0","status":"passed","time":{"start":1706618959506,"stop":1706618959507,"duration":1}},{"uid":"4c0d206ac3a18353","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4c0d206ac3a18353","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3950d70ed3007872","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3950d70ed3007872","status":"passed","time":{"start":1706618487711,"stop":1706618487712,"duration":1}},{"uid":"35abbdf2d620f75b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35abbdf2d620f75b","status":"passed","time":{"start":1706618273728,"stop":1706618273729,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"1c41b02a98617871","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c41b02a98617871","status":"passed","time":{"start":1706618687003,"stop":1706618687004,"duration":1}},{"uid":"6160a8a14432351d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6160a8a14432351d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697336,"stop":1706618697336,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34ee82d6e62d35a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/34ee82d6e62d35a2","status":"passed","time":{"start":1706618959472,"stop":1706618959473,"duration":1}},{"uid":"745e1e477acb21b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/745e1e477acb21b0","status":"passed","time":{"start":1706618735852,"stop":1706618735853,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33525b020537a123","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33525b020537a123","status":"passed","time":{"start":1706618996186,"stop":1706618996187,"duration":1}},{"uid":"d5b3fd48df3331ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5b3fd48df3331ce","status":"passed","time":{"start":1706618797760,"stop":1706618797761,"duration":1}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1861a13c623a966f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1861a13c623a966f","status":"passed","time":{"start":1706618959490,"stop":1706618959490,"duration":0}},{"uid":"38df89559295eaf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df89559295eaf5","status":"passed","time":{"start":1706618735888,"stop":1706618735889,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e98b782ef80ed3e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e98b782ef80ed3e3","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"duration":0}},{"uid":"dc6e1529974dcdd0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc6e1529974dcdd0","status":"passed","time":{"start":1706618636981,"stop":1706618636983,"duration":2}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"777432c76b2490d5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/777432c76b2490d5","status":"passed","time":{"start":1706618959491,"stop":1706618959492,"duration":1}},{"uid":"ee6d8bf182351fe3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee6d8bf182351fe3","status":"passed","time":{"start":1706618735890,"stop":1706618735891,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d8ef7cfc6a31310f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d8ef7cfc6a31310f","status":"passed","time":{"start":1706618624536,"stop":1706618624537,"duration":1}},{"uid":"b1a31d06cc913a22","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1a31d06cc913a22","status":"passed","time":{"start":1706618460787,"stop":1706618460788,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d48ed147ef7b59f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1d48ed147ef7b59f","status":"passed","time":{"start":1706618738958,"stop":1706618738958,"duration":0}},{"uid":"580447349af520c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/580447349af520c2","status":"passed","time":{"start":1706618506506,"stop":1706618506507,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5efbecf033e90135","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5efbecf033e90135","status":"passed","time":{"start":1706618865692,"stop":1706618865693,"duration":1}},{"uid":"7decb4bde3c4d91f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7decb4bde3c4d91f","status":"passed","time":{"start":1706618683931,"stop":1706618683931,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8acd390c34b793c3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8acd390c34b793c3","status":"passed","time":{"start":1706618388585,"stop":1706618388586,"duration":1}},{"uid":"d8922c8522590023","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d8922c8522590023","status":"passed","time":{"start":1706618179513,"stop":1706618179513,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad3cc4b87da4e77e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ad3cc4b87da4e77e","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"duration":0}},{"uid":"8fde0e7b03c4cc33","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fde0e7b03c4cc33","status":"passed","time":{"start":1706618460773,"stop":1706618460773,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a0e59945537ce6c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4a0e59945537ce6c","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"duration":0}},{"uid":"1acb4850ce741fb7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1acb4850ce741fb7","status":"passed","time":{"start":1706618636977,"stop":1706618636978,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"27a139bf850e8935","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/27a139bf850e8935","status":"passed","time":{"start":1706618731293,"stop":1706618731294,"duration":1}},{"uid":"fdd5899342c97197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdd5899342c97197","status":"passed","time":{"start":1706618394332,"stop":1706618394333,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"654f619b18870d7d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/654f619b18870d7d","status":"passed","time":{"start":1706618624537,"stop":1706618624538,"duration":1}},{"uid":"1830af745d3a9406","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1830af745d3a9406","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7583180226541bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7583180226541bb","status":"passed","time":{"start":1706619002398,"stop":1706619002399,"duration":1}},{"uid":"96b58cf531329ea1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/96b58cf531329ea1","status":"passed","time":{"start":1706618759794,"stop":1706618759795,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44d60b5253e04566","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44d60b5253e04566","status":"passed","time":{"start":1706618858017,"stop":1706618858018,"duration":1}},{"uid":"769b086a742d9ec0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/769b086a742d9ec0","status":"passed","time":{"start":1706618636976,"stop":1706618636977,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5fe35d20a86ea711","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5fe35d20a86ea711","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0}},{"uid":"cca7d61ed67849e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cca7d61ed67849e2","status":"passed","time":{"start":1706618156963,"stop":1706618156964,"duration":1}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a511eab67be8b2d1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a511eab67be8b2d1","status":"passed","time":{"start":1706618372812,"stop":1706618372813,"duration":1}},{"uid":"9c9a0425db4cf0af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9c9a0425db4cf0af","status":"passed","time":{"start":1706618165335,"stop":1706618165336,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2b4f9e6cda045df","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f2b4f9e6cda045df","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"duration":0}},{"uid":"35eed45e0fc0ebe5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/35eed45e0fc0ebe5","status":"passed","time":{"start":1706618460783,"stop":1706618460783,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"121f350a538db589","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/121f350a538db589","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706618799831,"stop":1706618799831,"duration":0}},{"uid":"1e44d7fb9301bd08","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1e44d7fb9301bd08","status":"passed","time":{"start":1706618497359,"stop":1706618497359,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91bd029a0386ff02","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91bd029a0386ff02","status":"passed","time":{"start":1706618371921,"stop":1706618371922,"duration":1}},{"uid":"6c09ba80b45b7da3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c09ba80b45b7da3","status":"passed","time":{"start":1706618164512,"stop":1706618164513,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eaecd7c5a56918c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eaecd7c5a56918c7","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"duration":0}},{"uid":"a0d6b0e3d0f85eaf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0d6b0e3d0f85eaf","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7844607fcc97f073","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7844607fcc97f073","status":"passed","time":{"start":1706618996200,"stop":1706618996200,"duration":0}},{"uid":"abc58ec5437e69d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abc58ec5437e69d9","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ddb1ec91196b94f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ddb1ec91196b94f","status":"passed","time":{"start":1706619029129,"stop":1706619029129,"duration":0}},{"uid":"c1fa2f22257c4a77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c1fa2f22257c4a77","status":"passed","time":{"start":1706618668737,"stop":1706618668738,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1fe9af71913b1051","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1fe9af71913b1051","status":"passed","time":{"start":1706618973544,"stop":1706618973545,"duration":1}},{"uid":"49ca6e211d98b5d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49ca6e211d98b5d2","status":"passed","time":{"start":1706618749034,"stop":1706618749034,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c375ee02f6b23018","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c375ee02f6b23018","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"duration":0}},{"uid":"2f5c00004b0d4f95","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f5c00004b0d4f95","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"78670b341534125b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/78670b341534125b","status":"passed","time":{"start":1706618389060,"stop":1706618389061,"duration":1}},{"uid":"74bd63953e5cdc85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74bd63953e5cdc85","status":"passed","time":{"start":1706618179847,"stop":1706618179848,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"675232daada65c3d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/675232daada65c3d","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0}},{"uid":"17394438451399d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17394438451399d4","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c588163f37c4f8e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7c588163f37c4f8e","status":"passed","time":{"start":1706618378925,"stop":1706618378926,"duration":1}},{"uid":"9f49f474272f9ad7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9f49f474272f9ad7","status":"passed","time":{"start":1706618170166,"stop":1706618170166,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8ab50b77c80ce7d6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8ab50b77c80ce7d6","status":"passed","time":{"start":1706618996191,"stop":1706618996191,"duration":0}},{"uid":"12708a11ba0f99e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12708a11ba0f99e0","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91d2bfc4296cde54","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91d2bfc4296cde54","status":"passed","time":{"start":1706618996190,"stop":1706618996190,"duration":0}},{"uid":"5f410ca955194971","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f410ca955194971","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3ab09303036c9874","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3ab09303036c9874","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0}},{"uid":"49795dfc359c73dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/49795dfc359c73dc","status":"passed","time":{"start":1706618682312,"stop":1706618682313,"duration":1}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6e17adeafb7dc4ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6e17adeafb7dc4ab","status":"passed","time":{"start":1706618624276,"stop":1706618624276,"duration":0}},{"uid":"db92ec39b9400fea","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db92ec39b9400fea","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c663e766f6fe8af6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c663e766f6fe8af6","status":"passed","time":{"start":1706618865682,"stop":1706618865682,"duration":0}},{"uid":"d2dcc1fe8a570a43","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2dcc1fe8a570a43","status":"passed","time":{"start":1706618683922,"stop":1706618683922,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37d9ec8a3d7098c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37d9ec8a3d7098c4","status":"passed","time":{"start":1706618858024,"stop":1706618858024,"duration":0}},{"uid":"6dc827be896cd77b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6dc827be896cd77b","status":"passed","time":{"start":1706618636986,"stop":1706618636988,"duration":2}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"113bf4bcf400b4e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/113bf4bcf400b4e7","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0}},{"uid":"37be724c54309aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37be724c54309aac","status":"passed","time":{"start":1706618683929,"stop":1706618683929,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9807a2b8c757ac2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9807a2b8c757ac2","status":"passed","time":{"start":1706619044147,"stop":1706619044148,"duration":1}},{"uid":"93adbd9f18b3e546","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93adbd9f18b3e546","status":"passed","time":{"start":1706618804663,"stop":1706618804664,"duration":1}}]},"fb917c1d208db3d41c9ecf3e5cbb585b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3b1a53ce323252b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f3b1a53ce323252b","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6d1a4d6248d854e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6d1a4d6248d854e","status":"passed","time":{"start":1706618624537,"stop":1706618624537,"duration":0}},{"uid":"5c08cb478dbda32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c08cb478dbda32","status":"passed","time":{"start":1706618460788,"stop":1706618460788,"duration":0}}]},"22d7d0580713c35977537ea3eb4e2956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d6350a45bf5ca53","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d6350a45bf5ca53","status":"passed","time":{"start":1706618735874,"stop":1706618735875,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f18b30da2e53367","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f18b30da2e53367","status":"passed","time":{"start":1706618371919,"stop":1706618371921,"duration":2}},{"uid":"a9ade9e5d048ea59","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a9ade9e5d048ea59","status":"passed","time":{"start":1706618164509,"stop":1706618164512,"duration":3}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc1db1249c1b84bf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc1db1249c1b84bf","status":"passed","time":{"start":1706618395069,"stop":1706618395069,"duration":0}},{"uid":"12f072d7c8f3bf16","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/12f072d7c8f3bf16","status":"passed","time":{"start":1706618185609,"stop":1706618185609,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11eba147704c8b27","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/11eba147704c8b27","status":"passed","time":{"start":1706619029131,"stop":1706619029131,"duration":0}},{"uid":"6c12e1bfa79c2a54","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6c12e1bfa79c2a54","status":"passed","time":{"start":1706618668742,"stop":1706618668743,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5a617912b614342","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5a617912b614342","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0}},{"uid":"23f2303534c4e937","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23f2303534c4e937","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91b0fe0b69e1e3a8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91b0fe0b69e1e3a8","status":"passed","time":{"start":1706618366256,"stop":1706618366258,"duration":2}},{"uid":"ac64f7b2f0d9c7a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac64f7b2f0d9c7a3","status":"passed","time":{"start":1706618156703,"stop":1706618156705,"duration":2}}]},"5fda0bb3345742f09a9385becc6748e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b22dd1bf18f5308","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1b22dd1bf18f5308","status":"passed","time":{"start":1706618865690,"stop":1706618865690,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1c979de54ecc568","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c1c979de54ecc568","status":"passed","time":{"start":1706618851397,"stop":1706618851398,"duration":1}},{"uid":"7a58514910aaa7c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a58514910aaa7c","status":"passed","time":{"start":1706618682314,"stop":1706618682314,"duration":0}}]},"59ff992c2281d90e6c77fb9582b780f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99e1bd21f77da320","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99e1bd21f77da320","status":"passed","time":{"start":1706618454359,"stop":1706618454359,"duration":0}},{"uid":"42d4c003c312d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42d4c003c312d6","status":"passed","time":{"start":1706618246645,"stop":1706618246645,"duration":0}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa9b4d8814bc063b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa9b4d8814bc063b","status":"passed","time":{"start":1706618624450,"stop":1706618624450,"duration":0}},{"uid":"8225205a0cd971fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8225205a0cd971fa","status":"passed","time":{"start":1706618460771,"stop":1706618460772,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae48d1c4f9f739f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ae48d1c4f9f739f2","status":"passed","time":{"start":1706619029144,"stop":1706619029144,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2695d0fa9b816ca7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2695d0fa9b816ca7","status":"passed","time":{"start":1706618624535,"stop":1706618624536,"duration":1}},{"uid":"47fa988fbab6d4f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47fa988fbab6d4f6","status":"passed","time":{"start":1706618460786,"stop":1706618460787,"duration":1}}]},"737c5ee269fd05ae70c337c0d5e7d030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30fd9b219449fed1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/30fd9b219449fed1","status":"passed","time":{"start":1706618580256,"stop":1706618580256,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"26deea821890e5b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/26deea821890e5b9","status":"passed","time":{"start":1706618996202,"stop":1706618996203,"duration":1}},{"uid":"cc92a865548a0dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cc92a865548a0dd","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6e8493f63f76609","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6e8493f63f76609","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"duration":0}},{"uid":"9a8e4801daec4644","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8e4801daec4644","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1eb084dd44a370cb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1eb084dd44a370cb","status":"passed","time":{"start":1706618496638,"stop":1706618496639,"duration":1}},{"uid":"72c644eb98a60f8d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72c644eb98a60f8d","status":"passed","time":{"start":1706618285304,"stop":1706618285305,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"efff5ddc5775ffc0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/efff5ddc5775ffc0","status":"passed","time":{"start":1706618687004,"stop":1706618687005,"duration":1}},{"uid":"17d049a671a07287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d049a671a07287","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'toString')","time":{"start":1706618697337,"stop":1706618697338,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be64371ce74f026c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/be64371ce74f026c","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"duration":0}},{"uid":"c5839d03ccfe6475","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c5839d03ccfe6475","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3bc9fee6c46e22f6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3bc9fee6c46e22f6","status":"passed","time":{"start":1706618996201,"stop":1706618996202,"duration":1}},{"uid":"693f9a36b53dfa49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/693f9a36b53dfa49","status":"passed","time":{"start":1706618797770,"stop":1706618797771,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bd0c94ef10f528c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bd0c94ef10f528c4","status":"passed","time":{"start":1706618834267,"stop":1706618834268,"duration":1}},{"uid":"f98d25ece0dbc8c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f98d25ece0dbc8c2","status":"passed","time":{"start":1706618668764,"stop":1706618668765,"duration":1}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3dc35440362dbd7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3dc35440362dbd7","status":"passed","time":{"start":1706618429313,"stop":1706618429313,"duration":0}},{"uid":"f7ad7b68fa27fc1a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f7ad7b68fa27fc1a","status":"passed","time":{"start":1706618221265,"stop":1706618221266,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d95f8243e7f6541a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d95f8243e7f6541a","status":"passed","time":{"start":1706618580260,"stop":1706618580261,"duration":1}},{"uid":"dff193aa7364b649","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dff193aa7364b649","status":"passed","time":{"start":1706618380684,"stop":1706618380684,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ffeabd6e27d0fe44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ffeabd6e27d0fe44","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0}},{"uid":"e889e94f43351362","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e889e94f43351362","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5414818a21a685c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a5414818a21a685c","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0}},{"uid":"a6b8578f44b7305d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a6b8578f44b7305d","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c980dba00d12e83","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8c980dba00d12e83","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0}},{"uid":"16ed2fd16d07ed2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16ed2fd16d07ed2d","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d2687b5cab63fa17","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d2687b5cab63fa17","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0}},{"uid":"d52df671917a137c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d52df671917a137c","status":"passed","time":{"start":1706618165337,"stop":1706618165337,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8af4ee43c08ae02e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8af4ee43c08ae02e","status":"passed","time":{"start":1706618996196,"stop":1706618996197,"duration":1}},{"uid":"54f916b619d6ad42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/54f916b619d6ad42","status":"passed","time":{"start":1706618797767,"stop":1706618797768,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c5bdeb172e6c642","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9c5bdeb172e6c642","status":"passed","time":{"start":1706619008975,"stop":1706619008975,"duration":0}},{"uid":"2eb62cea542f55ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2eb62cea542f55ab","status":"passed","time":{"start":1706618775740,"stop":1706618775741,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"41e06f8a1c302c5e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/41e06f8a1c302c5e","status":"passed","time":{"start":1706618489112,"stop":1706618489113,"duration":1}},{"uid":"ea94e31942331fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ea94e31942331fb","status":"passed","time":{"start":1706618284927,"stop":1706618284927,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6cd793ca3a535aba","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6cd793ca3a535aba","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0}},{"uid":"4e552ac812700c31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4e552ac812700c31","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"61a05b23a3685d73","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/61a05b23a3685d73","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"duration":0}},{"uid":"7d23838394e3e7e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d23838394e3e7e","status":"passed","time":{"start":1706618668732,"stop":1706618668732,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2cfb0de5a13ac847","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2cfb0de5a13ac847","status":"passed","time":{"start":1706618378341,"stop":1706618378342,"duration":1}},{"uid":"ad618dccd30a7dc4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ad618dccd30a7dc4","status":"passed","time":{"start":1706618169524,"stop":1706618169526,"duration":2}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33808063b91b23c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33808063b91b23c","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"duration":0}},{"uid":"d5557a727806ffd3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d5557a727806ffd3","status":"passed","time":{"start":1706618394330,"stop":1706618394330,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f2383b99a4268e0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f2383b99a4268e0","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"duration":0}},{"uid":"819e426debce8c5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/819e426debce8c5","status":"passed","time":{"start":1706618685091,"stop":1706618685091,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a274f31761a6638","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a274f31761a6638","status":"passed","time":{"start":1706618487713,"stop":1706618487714,"duration":1}},{"uid":"38087eb8bc8b3405","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38087eb8bc8b3405","status":"passed","time":{"start":1706618273730,"stop":1706618273730,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e85e6f211a8e2e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e85e6f211a8e2e6","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0}},{"uid":"d063a8fdb926ae7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d063a8fdb926ae7","status":"passed","time":{"start":1706618735869,"stop":1706618735870,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5aed16e28a757fd8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5aed16e28a757fd8","status":"passed","time":{"start":1706618371931,"stop":1706618371931,"duration":0}},{"uid":"8586fc85d4566302","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8586fc85d4566302","status":"passed","time":{"start":1706618164516,"stop":1706618164516,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dcaff4d679ef4f16","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dcaff4d679ef4f16","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0}},{"uid":"f8843580de40e1c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8843580de40e1c2","status":"passed","time":{"start":1706618668723,"stop":1706618668724,"duration":1}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c20869a476b5993c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c20869a476b5993c","status":"passed","time":{"start":1706618580262,"stop":1706618580262,"duration":0}},{"uid":"f3c8b7f0dc3fe6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3c8b7f0dc3fe6a2","status":"passed","time":{"start":1706618380685,"stop":1706618380686,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"908649f26a0a752d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/908649f26a0a752d","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0}},{"uid":"31d1ed7a1a566a71","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/31d1ed7a1a566a71","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9fd218af77a87a52","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9fd218af77a87a52","status":"passed","time":{"start":1706618580256,"stop":1706618580257,"duration":1}},{"uid":"cf3e19a61a7a73b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf3e19a61a7a73b5","status":"passed","time":{"start":1706618380671,"stop":1706618380672,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3dae58229fadad2f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3dae58229fadad2f","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"duration":0}},{"uid":"427ea2292573483","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/427ea2292573483","status":"passed","time":{"start":1706618170166,"stop":1706618170167,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"38e1cde9489d21ed","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/38e1cde9489d21ed","status":"passed","time":{"start":1706618624277,"stop":1706618624277,"duration":0}},{"uid":"e55cecfd712f4d35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e55cecfd712f4d35","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cb283d3fa4e57c29","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cb283d3fa4e57c29","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"duration":0}},{"uid":"6317f78c71ca88aa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6317f78c71ca88aa","status":"passed","time":{"start":1706618682312,"stop":1706618682312,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0d578b371c5ba13","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a0d578b371c5ba13","status":"passed","time":{"start":1706618858019,"stop":1706618858022,"duration":3}},{"uid":"c8ffd901f8dc0c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c8ffd901f8dc0c50","status":"passed","time":{"start":1706618636979,"stop":1706618636980,"duration":1}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87a15e85ae2088a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87a15e85ae2088a2","status":"passed","time":{"start":1706618396942,"stop":1706618396942,"duration":0}},{"uid":"327ee06cda45bd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/327ee06cda45bd61","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6b434cb640f9db6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d6b434cb640f9db6","status":"passed","time":{"start":1706618366456,"stop":1706618366456,"duration":0}},{"uid":"51b302e0a99bdb14","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51b302e0a99bdb14","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c02aae4ccca436f9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c02aae4ccca436f9","status":"passed","time":{"start":1706618580258,"stop":1706618580259,"duration":1}},{"uid":"842964b500a33856","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/842964b500a33856","status":"passed","time":{"start":1706618380675,"stop":1706618380681,"duration":6}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"41ce5333c425af21","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/41ce5333c425af21","status":"passed","time":{"start":1706618371924,"stop":1706618371930,"duration":6}},{"uid":"abd0be49b3a55c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/abd0be49b3a55c2","status":"passed","time":{"start":1706618164515,"stop":1706618164515,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"66495729c8fc5775","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/66495729c8fc5775","status":"passed","time":{"start":1706618388584,"stop":1706618388585,"duration":1}},{"uid":"3dfa0bed26905d4c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3dfa0bed26905d4c","status":"passed","time":{"start":1706618179512,"stop":1706618179512,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1139d4a4a7a2a31","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1139d4a4a7a2a31","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0}},{"uid":"f4314ddf5e3c96a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f4314ddf5e3c96a2","status":"passed","time":{"start":1706618749046,"stop":1706618749049,"duration":3}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e93f911084003e41","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e93f911084003e41","status":"passed","time":{"start":1706618496640,"stop":1706618496640,"duration":0}},{"uid":"5dbe7814c5537a35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5dbe7814c5537a35","status":"passed","time":{"start":1706618285306,"stop":1706618285306,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"65c25976b2f9e2db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/65c25976b2f9e2db","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706618731275,"stop":1706618731275,"duration":0}},{"uid":"f15ce609e1bda394","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f15ce609e1bda394","status":"passed","time":{"start":1706618394304,"stop":1706618394304,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"92d3dc44dc1bac29","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92d3dc44dc1bac29","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618424947,"stop":1706618424948,"duration":1}},{"uid":"3a003b88159c0e70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3a003b88159c0e70","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216100,"stop":1706618216100,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bae196d0e293986a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bae196d0e293986a","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0}},{"uid":"a3b064bf2a2ee4a3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b064bf2a2ee4a3","status":"passed","time":{"start":1706618186248,"stop":1706618186248,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1030bb60984ff60b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1030bb60984ff60b","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0}},{"uid":"201e0ba436b9a060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/201e0ba436b9a060","status":"passed","time":{"start":1706618735873,"stop":1706618735874,"duration":1}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3d15672ab2e6bf01","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3d15672ab2e6bf01","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0}},{"uid":"e6e09dbca7e82076","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e6e09dbca7e82076","status":"passed","time":{"start":1706618804665,"stop":1706618804665,"duration":0}}]},"adffe73a6b7b0a13b6703bebbdcafd38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf34e5eef515a08d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf34e5eef515a08d","status":"passed","time":{"start":1706618683927,"stop":1706618683928,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53638d0e7a5ab37e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/53638d0e7a5ab37e","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0}},{"uid":"e532d05e3c42a4a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e532d05e3c42a4a6","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4fb04df76a0ba3d7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4fb04df76a0ba3d7","status":"passed","time":{"start":1706618851396,"stop":1706618851396,"duration":0}},{"uid":"77d795ce22753c65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d795ce22753c65","status":"passed","time":{"start":1706618682311,"stop":1706618682312,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"625765bdead4e714","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/625765bdead4e714","status":"passed","time":{"start":1706618801296,"stop":1706618801297,"duration":1}},{"uid":"8b169ba9153aab75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b169ba9153aab75","status":"passed","time":{"start":1706618638646,"stop":1706618638647,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d5d8f1beab2eed86","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d5d8f1beab2eed86","status":"passed","time":{"start":1706619004846,"stop":1706619004847,"duration":1}},{"uid":"74c66d5d08ff564","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74c66d5d08ff564","status":"passed","time":{"start":1706618760406,"stop":1706618760407,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6eca3675d880af8a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6eca3675d880af8a","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"duration":0}},{"uid":"133fd36f4c1c8ae0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/133fd36f4c1c8ae0","status":"passed","time":{"start":1706618685096,"stop":1706618685096,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f78a87da0f0f5888","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f78a87da0f0f5888","status":"passed","time":{"start":1706619029140,"stop":1706619029141,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1278cbb822bc1a18","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1278cbb822bc1a18","status":"passed","time":{"start":1706618731294,"stop":1706618731294,"duration":0}},{"uid":"14193fd6ec1a53c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14193fd6ec1a53c2","status":"passed","time":{"start":1706618394337,"stop":1706618394337,"duration":0}}]},"bb697e3c59422a105f27079d9543b833:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7433fa6d99b9de7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b7433fa6d99b9de7","status":"passed","time":{"start":1706618378312,"stop":1706618378314,"duration":2}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"68be028a1e650cf1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/68be028a1e650cf1","status":"passed","time":{"start":1706618858014,"stop":1706618858016,"duration":2}},{"uid":"3fcfbb7e1c1ac80a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3fcfbb7e1c1ac80a","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f5c7a06166a38de4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f5c7a06166a38de4","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"duration":0}},{"uid":"4430005e7c44ae39","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4430005e7c44ae39","status":"passed","time":{"start":1706618636989,"stop":1706618636990,"duration":1}}]},"6f37057ccdecf5550bcb449ff85f621b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371c2ebbdb131422","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/371c2ebbdb131422","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c138c6b3f7a9a42","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2c138c6b3f7a9a42","status":"passed","time":{"start":1706619008976,"stop":1706619008977,"duration":1}},{"uid":"2b8c08ab7132197b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2b8c08ab7132197b","status":"passed","time":{"start":1706618775742,"stop":1706618775742,"duration":0}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e7117258cfe925e0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e7117258cfe925e0","status":"passed","time":{"start":1706618959505,"stop":1706618959506,"duration":1}},{"uid":"75275131649b8809","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/75275131649b8809","status":"passed","time":{"start":1706618735898,"stop":1706618735898,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59eb7e815d5ade4d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/59eb7e815d5ade4d","status":"passed","time":{"start":1706618858009,"stop":1706618858010,"duration":1}},{"uid":"a8a2a83187890626","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a8a2a83187890626","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"508e3205d419847b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/508e3205d419847b","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"duration":0}},{"uid":"f2a3586ca8457701","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a3586ca8457701","status":"passed","time":{"start":1706618636992,"stop":1706618636993,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d001ae67f9cfe20a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d001ae67f9cfe20a","status":"passed","time":{"start":1706619039585,"stop":1706619039586,"duration":1}},{"uid":"7322189c728acb72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7322189c728acb72","status":"passed","time":{"start":1706618853357,"stop":1706618853358,"duration":1}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2f43116f52417796","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2f43116f52417796","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0}},{"uid":"2f25cee4e231d272","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f25cee4e231d272","status":"passed","time":{"start":1706618242048,"stop":1706618242048,"duration":0}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f9844a915e2aff7c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f9844a915e2aff7c","status":"passed","time":{"start":1706618580257,"stop":1706618580258,"duration":1}},{"uid":"d97e5e4cd9de35ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d97e5e4cd9de35ab","status":"passed","time":{"start":1706618380673,"stop":1706618380674,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99304d2880ab66d2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99304d2880ab66d2","status":"passed","time":{"start":1706618731292,"stop":1706618731293,"duration":1}},{"uid":"ae60cd72a29561c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae60cd72a29561c4","status":"passed","time":{"start":1706618394332,"stop":1706618394332,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b250e85b0aacd555","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b250e85b0aacd555","status":"passed","time":{"start":1706618387941,"stop":1706618387942,"duration":1}},{"uid":"85fe237e6fe29911","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/85fe237e6fe29911","status":"passed","time":{"start":1706618178937,"stop":1706618178939,"duration":2}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6a095cd6a99416c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6a095cd6a99416c","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0}},{"uid":"743c37eb22d767d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/743c37eb22d767d8","status":"passed","time":{"start":1706618394338,"stop":1706618394338,"duration":0}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"601ebbceede4eee1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/601ebbceede4eee1","status":"passed","time":{"start":1706618388586,"stop":1706618388587,"duration":1}},{"uid":"58eb4743fee36c89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/58eb4743fee36c89","status":"passed","time":{"start":1706618179514,"stop":1706618179514,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6199c16e753b91b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d6199c16e753b91b","status":"passed","time":{"start":1706618487716,"stop":1706618487716,"duration":0}},{"uid":"bb472c6e262b0c04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb472c6e262b0c04","status":"passed","time":{"start":1706618273734,"stop":1706618273735,"duration":1}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ec4895009dbc99d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ec4895009dbc99d","status":"passed","time":{"start":1706619002398,"stop":1706619002398,"duration":0}},{"uid":"55dc18faeb150d1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55dc18faeb150d1d","status":"passed","time":{"start":1706618759769,"stop":1706618759794,"duration":25}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bdea91ccf4f82a37","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bdea91ccf4f82a37","status":"passed","time":{"start":1706618388586,"stop":1706618388586,"duration":0}},{"uid":"9d3d54d4ad7444be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d3d54d4ad7444be","status":"passed","time":{"start":1706618179513,"stop":1706618179514,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d11a02193c6fafdc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d11a02193c6fafdc","status":"passed","time":{"start":1706618624278,"stop":1706618624279,"duration":1}},{"uid":"7c6eccd35b6d5cbb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c6eccd35b6d5cbb","status":"passed","time":{"start":1706618425014,"stop":1706618425014,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c25efc7a75d8f07","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c25efc7a75d8f07","status":"passed","time":{"start":1706618731284,"stop":1706618731285,"duration":1}},{"uid":"1a4d94464d370572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1a4d94464d370572","status":"passed","time":{"start":1706618394318,"stop":1706618394319,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9ce00cc4485769a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9ce00cc4485769a0","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"duration":0}},{"uid":"3f9ae77775d67f87","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f9ae77775d67f87","status":"passed","time":{"start":1706618668731,"stop":1706618668732,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b1167c632df64a7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b1167c632df64a7","status":"passed","time":{"start":1706618871336,"stop":1706618871337,"duration":1}},{"uid":"eb421571e946a2d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb421571e946a2d1","status":"passed","time":{"start":1706618685098,"stop":1706618685099,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"376fd527142a549f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/376fd527142a549f","status":"passed","time":{"start":1706618858005,"stop":1706618858005,"duration":0}},{"uid":"b413fb5d463cc20b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b413fb5d463cc20b","status":"passed","time":{"start":1706618636967,"stop":1706618636968,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ccc8be42edf04ae","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3ccc8be42edf04ae","status":"passed","time":{"start":1706618159420,"stop":1706618159421,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"628fe352059cb60e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/628fe352059cb60e","status":"passed","time":{"start":1706618959507,"stop":1706618959507,"duration":0}},{"uid":"33d64cf6690c6c15","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33d64cf6690c6c15","status":"passed","time":{"start":1706618735899,"stop":1706618735899,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b11f0956833e69f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b11f0956833e69f","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0}},{"uid":"cf0ad307d60db5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf0ad307d60db5","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a9b830f666a9ec38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a9b830f666a9ec38","status":"passed","time":{"start":1706618996196,"stop":1706618996196,"duration":0}},{"uid":"638661303856025f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/638661303856025f","status":"passed","time":{"start":1706618797767,"stop":1706618797767,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af2f393b8e462e0a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/af2f393b8e462e0a","status":"passed","time":{"start":1706618886441,"stop":1706618886442,"duration":1}},{"uid":"b729ce25d77bc350","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b729ce25d77bc350","status":"passed","time":{"start":1706618698146,"stop":1706618698147,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1aef231bf1ee82a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1aef231bf1ee82a","status":"passed","time":{"start":1706618624279,"stop":1706618624280,"duration":1}},{"uid":"83c68fcb0b116d04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/83c68fcb0b116d04","status":"passed","time":{"start":1706618425015,"stop":1706618425016,"duration":1}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"348975164994ddc1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/348975164994ddc1","status":"passed","time":{"start":1706618396941,"stop":1706618396941,"duration":0}},{"uid":"fe74640dec082ea6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fe74640dec082ea6","status":"passed","time":{"start":1706618187542,"stop":1706618187542,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"92558b19b5cde6b1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/92558b19b5cde6b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618580263,"stop":1706618580263,"duration":0}},{"uid":"966ac2c001d1347d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/966ac2c001d1347d","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618380687,"stop":1706618380687,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b760757915532bbd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b760757915532bbd","status":"passed","time":{"start":1706618624273,"stop":1706618624275,"duration":2}},{"uid":"df8c5c8f48b52b69","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/df8c5c8f48b52b69","status":"passed","time":{"start":1706618425011,"stop":1706618425012,"duration":1}}]},"27e255bd99dead41cff504a2d0785dc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6cf8e1e9eddc06e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a6cf8e1e9eddc06e","status":"passed","time":{"start":1706618683928,"stop":1706618683928,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"84558ecc4db96d19","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/84558ecc4db96d19","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0}},{"uid":"4674a2ec34de28da","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4674a2ec34de28da","status":"passed","time":{"start":1706618735867,"stop":1706618735868,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b6d47155bff1392","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b6d47155bff1392","status":"passed","time":{"start":1706618580248,"stop":1706618580248,"duration":0}},{"uid":"5c12ce8aebd593dc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c12ce8aebd593dc","status":"passed","time":{"start":1706618380659,"stop":1706618380659,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bea06cff7afd6dff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bea06cff7afd6dff","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0}},{"uid":"9e8ca7c169f3b558","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9e8ca7c169f3b558","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"df63106057844f34","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/df63106057844f34","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618424947,"stop":1706618424947,"duration":0}},{"uid":"bdaadb599026288","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bdaadb599026288","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618216099,"stop":1706618216099,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"700c4e4bce08f471","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/700c4e4bce08f471","status":"passed","time":{"start":1706618448910,"stop":1706618448910,"duration":0}},{"uid":"6ba430699d505681","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6ba430699d505681","status":"passed","time":{"start":1706618242048,"stop":1706618242049,"duration":1}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edf1b661f2085827","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/edf1b661f2085827","status":"passed","time":{"start":1706618858018,"stop":1706618858018,"duration":0}},{"uid":"4196b909e03d5861","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4196b909e03d5861","status":"passed","time":{"start":1706618636978,"stop":1706618636979,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"896c923e1c60068e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/896c923e1c60068e","status":"passed","time":{"start":1706619033642,"stop":1706619033643,"duration":1}},{"uid":"93053ac78079ee0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93053ac78079ee0a","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91767ca715ddc24c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91767ca715ddc24c","status":"passed","time":{"start":1706618389062,"stop":1706618389062,"duration":0}},{"uid":"486d29a27961e42e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/486d29a27961e42e","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eb8d570897fdd316","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eb8d570897fdd316","status":"passed","time":{"start":1706618858025,"stop":1706618858025,"duration":0}},{"uid":"9d22e1dbeea16650","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d22e1dbeea16650","status":"passed","time":{"start":1706618636990,"stop":1706618636990,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e932c14df170b02c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e932c14df170b02c","status":"passed","time":{"start":1706618372078,"stop":1706618372079,"duration":1}},{"uid":"20a21880d2438682","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20a21880d2438682","status":"passed","time":{"start":1706618164684,"stop":1706618164685,"duration":1}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d0cbf360d22d3d31","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d0cbf360d22d3d31","status":"passed","time":{"start":1706618580250,"stop":1706618580250,"duration":0}},{"uid":"c68181dfdb660479","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c68181dfdb660479","status":"passed","time":{"start":1706618380663,"stop":1706618380664,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"492d095b0743e848","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/492d095b0743e848","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"duration":0}},{"uid":"18e0515122facb2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/18e0515122facb2","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"15e4ea931ef2e58bc16cf9a1bb778bcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ba55e602d59b22c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ba55e602d59b22c","status":"passed","time":{"start":1706618378315,"stop":1706618378315,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"17373ad3f26a1841","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/17373ad3f26a1841","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0}},{"uid":"4fc6f0feff95f75e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4fc6f0feff95f75e","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1768495f12dbb8c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1768495f12dbb8c7","status":"passed","time":{"start":1706618624521,"stop":1706618624522,"duration":1}},{"uid":"7a27d7f9cb59fe93","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a27d7f9cb59fe93","status":"passed","time":{"start":1706618460782,"stop":1706618460783,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"52799da972febf01","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/52799da972febf01","status":"passed","time":{"start":1706618858008,"stop":1706618858008,"duration":0}},{"uid":"a65fae6f89fd49ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65fae6f89fd49ac","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"89fd1dd9fd6dc46e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/89fd1dd9fd6dc46e","status":"passed","time":{"start":1706618959484,"stop":1706618959485,"duration":1}},{"uid":"6098cbe3e58ff98b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6098cbe3e58ff98b","status":"passed","time":{"start":1706618735882,"stop":1706618735882,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b78dbb6e0b5550bd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b78dbb6e0b5550bd","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0}},{"uid":"b7a19c9a86b923c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b7a19c9a86b923c0","status":"passed","time":{"start":1706618636973,"stop":1706618636974,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f220894ca0b105c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f220894ca0b105c7","status":"passed","time":{"start":1706618739031,"stop":1706618739032,"duration":1}},{"uid":"102519c2e5b1a0e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/102519c2e5b1a0e7","status":"passed","time":{"start":1706618506571,"stop":1706618506572,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d411eba45d26f902","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d411eba45d26f902","status":"passed","time":{"start":1706618934690,"stop":1706618934691,"duration":1}},{"uid":"ebc34ddab64ff386","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebc34ddab64ff386","status":"passed","time":{"start":1706618732531,"stop":1706618732532,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7289657642f12c32","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7289657642f12c32","status":"passed","time":{"start":1706618834269,"stop":1706618834271,"duration":2}},{"uid":"627b940eb741d182","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/627b940eb741d182","status":"passed","time":{"start":1706618668771,"stop":1706618668772,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"121447c8edc7276b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/121447c8edc7276b","status":"passed","time":{"start":1706618858012,"stop":1706618858012,"duration":0}},{"uid":"6540ffe4ec3ea7c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6540ffe4ec3ea7c4","status":"passed","time":{"start":1706618636972,"stop":1706618636972,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46fcaf0d8a61f7e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/46fcaf0d8a61f7e3","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"duration":0}},{"uid":"ca39b7609305d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ca39b7609305d9","status":"passed","time":{"start":1706618794312,"stop":1706618794313,"duration":1}}]},"93a0b2f3ce5cbce77809a553bdbe0ab6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7e92cb4c1bf574c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7e92cb4c1bf574c","status":"passed","time":{"start":1706618454363,"stop":1706618454363,"duration":0}},{"uid":"bafebcead4677fa9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bafebcead4677fa9","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"39c558bd70a105d3412e93f8637616b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a63d8be9df60a1a9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a63d8be9df60a1a9","status":"passed","time":{"start":1706618959496,"stop":1706618959499,"duration":3}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2aa039a37cab5a2d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2aa039a37cab5a2d","status":"passed","time":{"start":1706618731273,"stop":1706618731274,"duration":1}},{"uid":"9aaa8006c140b964","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9aaa8006c140b964","status":"passed","time":{"start":1706618394303,"stop":1706618394304,"duration":1}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"526fadff81dfb922","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/526fadff81dfb922","status":"passed","time":{"start":1706618624538,"stop":1706618624539,"duration":1}},{"uid":"68f86978d24a965","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68f86978d24a965","status":"passed","time":{"start":1706618460789,"stop":1706618460789,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3949404061efccac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3949404061efccac","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"duration":0}},{"uid":"9b7bc72d53c2b4f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9b7bc72d53c2b4f8","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8d1c7f6c1819eaa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8d1c7f6c1819eaa","status":"passed","time":{"start":1706618624534,"stop":1706618624535,"duration":1}},{"uid":"8dc3f4c908767230","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc3f4c908767230","status":"passed","time":{"start":1706618460785,"stop":1706618460785,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9da25024750aff83","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9da25024750aff83","status":"passed","time":{"start":1706618395072,"stop":1706618395072,"duration":0}},{"uid":"f8fdfd0131886e6f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8fdfd0131886e6f","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"33605b0ff317c52b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33605b0ff317c52b","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706618731278,"stop":1706618731278,"duration":0}},{"uid":"a40f47ba1d3d839","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a40f47ba1d3d839","status":"passed","time":{"start":1706618394306,"stop":1706618394306,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"67535135d222636b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/67535135d222636b","status":"passed","time":{"start":1706618959499,"stop":1706618959499,"duration":0}},{"uid":"1b029c07b51f2d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b029c07b51f2d12","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6ecbd8743d57519","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6ecbd8743d57519","status":"passed","time":{"start":1706618624451,"stop":1706618624451,"duration":0}},{"uid":"99a8117d9b33d2bf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/99a8117d9b33d2bf","status":"passed","time":{"start":1706618460773,"stop":1706618460774,"duration":1}}]},"a441b34c87ff4acca25a345480c0e832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8d897533e21ca293","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8d897533e21ca293","status":"passed","time":{"start":1706618454373,"stop":1706618454373,"duration":0}},{"uid":"d319b35f9aff0081","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d319b35f9aff0081","status":"passed","time":{"start":1706618246653,"stop":1706618246653,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f20a7c7de20ab0f4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f20a7c7de20ab0f4","status":"passed","time":{"start":1706618424945,"stop":1706618424945,"duration":0}},{"uid":"92714d3316eec6b4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92714d3316eec6b4","status":"passed","time":{"start":1706618216093,"stop":1706618216095,"duration":2}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d37c0d8356d427a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1d37c0d8356d427a","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0}},{"uid":"af8f1ca257aeb0e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af8f1ca257aeb0e1","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"1ecfe92e3f0bf4803adcc8048ac391ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa7e00f761c7f863","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa7e00f761c7f863","status":"passed","time":{"start":1706618454359,"stop":1706618454360,"duration":1}},{"uid":"891b210582c675e7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/891b210582c675e7","status":"passed","time":{"start":1706618246646,"stop":1706618246646,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d95b919c082d38b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9d95b919c082d38b","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0}},{"uid":"1de5a58e37b5f287","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1de5a58e37b5f287","status":"passed","time":{"start":1706618735891,"stop":1706618735892,"duration":1}}]},"30c77cae9846efa23652ec2cc9c0824d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"210023c7dc3bd456","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/210023c7dc3bd456","status":"passed","time":{"start":1706618865689,"stop":1706618865689,"duration":0}}]},"9739569391e2ab952cda6b3754e1ee1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"304cd2b0b8a4fe8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/304cd2b0b8a4fe8d","status":"passed","time":{"start":1706619029138,"stop":1706619029138,"duration":0}},{"uid":"816cc47fbfb05dfa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/816cc47fbfb05dfa","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad5040ab0b3315c8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ad5040ab0b3315c8","status":"passed","time":{"start":1706618996203,"stop":1706618996203,"duration":0}},{"uid":"cdcde8aa1c4f58ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdcde8aa1c4f58ba","status":"passed","time":{"start":1706618797771,"stop":1706618797771,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ec0b63827bebf318","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ec0b63827bebf318","status":"passed","time":{"start":1706618731300,"stop":1706618731305,"duration":5}},{"uid":"24751427d7ba024a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24751427d7ba024a","status":"passed","time":{"start":1706618394348,"stop":1706618394349,"duration":1}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"68e1b4daa07d6066","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/68e1b4daa07d6066","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959507,"stop":1706618959507,"duration":0}},{"uid":"c45eb61060f1119f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c45eb61060f1119f","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735899,"stop":1706618735900,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6dcbd4d01bd8dfc9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6dcbd4d01bd8dfc9","status":"passed","time":{"start":1706618996206,"stop":1706618996206,"duration":0}},{"uid":"ba940c800864a792","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ba940c800864a792","status":"passed","time":{"start":1706618797775,"stop":1706618797776,"duration":1}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c899da4599acb38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c899da4599acb38","status":"passed","time":{"start":1706618388661,"stop":1706618388661,"duration":0}},{"uid":"b1e89d266a03b1ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b1e89d266a03b1ec","status":"passed","time":{"start":1706618179519,"stop":1706618179520,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d81428f713a5f17c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d81428f713a5f17c","status":"passed","time":{"start":1706618996199,"stop":1706618996199,"duration":0}},{"uid":"9cc775b2e202a2b0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9cc775b2e202a2b0","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"462243affcd380a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/462243affcd380a4","status":"passed","time":{"start":1706618934691,"stop":1706618934692,"duration":1}},{"uid":"60c34d0f990074ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/60c34d0f990074ce","status":"passed","time":{"start":1706618732532,"stop":1706618732532,"duration":0}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ed421c4d7606f2f8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ed421c4d7606f2f8","status":"passed","time":{"start":1706618731269,"stop":1706618731270,"duration":1}},{"uid":"d004f83b01f092b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d004f83b01f092b6","status":"passed","time":{"start":1706618394302,"stop":1706618394302,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6d12a9ceb2e2fc62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6d12a9ceb2e2fc62","status":"passed","time":{"start":1706619033642,"stop":1706619033642,"duration":0}},{"uid":"866ec91fce923384","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/866ec91fce923384","status":"passed","time":{"start":1706618794311,"stop":1706618794311,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f60f307927ce3db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f60f307927ce3db","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"duration":0}},{"uid":"3c3ed0e3d186372e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c3ed0e3d186372e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"901f9f46344ae0d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/901f9f46344ae0d","status":"passed","time":{"start":1706618424943,"stop":1706618424943,"duration":0}},{"uid":"b823d516e100dc0e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b823d516e100dc0e","status":"passed","time":{"start":1706618216091,"stop":1706618216092,"duration":1}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"49a45fd1755336b8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/49a45fd1755336b8","status":"passed","time":{"start":1706618865691,"stop":1706618865692,"duration":1}},{"uid":"2e421516bac76e41","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e421516bac76e41","status":"passed","time":{"start":1706618683930,"stop":1706618683931,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e157f2acfdcda1e4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e157f2acfdcda1e4","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0}},{"uid":"70b2b358efb909c7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/70b2b358efb909c7","status":"passed","time":{"start":1706618735872,"stop":1706618735872,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9b34ca5eca6475eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b34ca5eca6475eb","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"duration":0}},{"uid":"b2cd2555ec68e0ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2cd2555ec68e0ac","status":"passed","time":{"start":1706618668730,"stop":1706618668731,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8b155a5b08afc9ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8b155a5b08afc9ff","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0}},{"uid":"927a86ed9157107d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/927a86ed9157107d","status":"passed","time":{"start":1706618165342,"stop":1706618165343,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"164e9794ce6e1867","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/164e9794ce6e1867","status":"passed","time":{"start":1706618489111,"stop":1706618489111,"duration":0}},{"uid":"77d49950e7d29613","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/77d49950e7d29613","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac74353d45e1aeff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ac74353d45e1aeff","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0}},{"uid":"d521ca87f27f2ab0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d521ca87f27f2ab0","status":"passed","time":{"start":1706618668724,"stop":1706618668728,"duration":4}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7ace27834e980e1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c7ace27834e980e1","status":"passed","time":{"start":1706618687002,"stop":1706618687002,"duration":0}},{"uid":"cda50c0afd931d5e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cda50c0afd931d5e","status":"passed","time":{"start":1706618697332,"stop":1706618697332,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"73b4d4a281ba36d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/73b4d4a281ba36d","status":"passed","time":{"start":1706618996192,"stop":1706618996192,"duration":0}},{"uid":"14a925035d9f6334","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/14a925035d9f6334","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"aef6b0f3c992132fd78e8cfc30d20fdc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94afc82f583c5e22","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/94afc82f583c5e22","status":"passed","time":{"start":1706618636994,"stop":1706618636995,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"214739989bcfd387","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/214739989bcfd387","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"211e1fb55aea6d82","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/211e1fb55aea6d82","status":"passed","time":{"start":1706618580259,"stop":1706618580260,"duration":1}},{"uid":"91a2da6ffb7e8d7f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/91a2da6ffb7e8d7f","status":"passed","time":{"start":1706618380682,"stop":1706618380683,"duration":1}}]},"46307dafbe9582b43936e8c48899dd86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c9cb9e0e5e1ebbc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4c9cb9e0e5e1ebbc","status":"passed","time":{"start":1706618959481,"stop":1706618959481,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"22cf55551e0b4ced","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22cf55551e0b4ced","status":"passed","time":{"start":1706619035798,"stop":1706619035799,"duration":1}},{"uid":"4b6c9280f034c958","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4b6c9280f034c958","status":"passed","time":{"start":1706618800453,"stop":1706618800453,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54ebcce2b641c7b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54ebcce2b641c7b4","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0}},{"uid":"aa0d38dde1f7cfe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aa0d38dde1f7cfe1","status":"passed","time":{"start":1706618732535,"stop":1706618732535,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93412407bd33ba1c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/93412407bd33ba1c","status":"passed","time":{"start":1706618996197,"stop":1706618996198,"duration":1}},{"uid":"3e80dc4c06345f89","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3e80dc4c06345f89","status":"passed","time":{"start":1706618797768,"stop":1706618797768,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"51ba23ec392573e8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/51ba23ec392573e8","status":"passed","time":{"start":1706618996186,"stop":1706618996186,"duration":0}},{"uid":"c3445a5cc1db877e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3445a5cc1db877e","status":"passed","time":{"start":1706618797760,"stop":1706618797760,"duration":0}}]},"e8ee3a0b966384a3bd111ecb013f310b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"845a383706da58f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/845a383706da58f1","status":"passed","time":{"start":1706618454371,"stop":1706618454372,"duration":1}},{"uid":"5c096aae20f15053","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5c096aae20f15053","status":"passed","time":{"start":1706618246651,"stop":1706618246651,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b36478b76d88c2b1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b36478b76d88c2b1","status":"passed","time":{"start":1706618389061,"stop":1706618389062,"duration":1}},{"uid":"b4237fa7c53959a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b4237fa7c53959a6","status":"passed","time":{"start":1706618179848,"stop":1706618179849,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa176706ae4acb08","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa176706ae4acb08","status":"passed","time":{"start":1706618395068,"stop":1706618395069,"duration":1}},{"uid":"5da389ac1e9074dd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5da389ac1e9074dd","status":"passed","time":{"start":1706618185608,"stop":1706618185609,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a886e22c992bff7d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a886e22c992bff7d","status":"passed","time":{"start":1706618624276,"stop":1706618624277,"duration":1}},{"uid":"f8774c584e4a8a67","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8774c584e4a8a67","status":"passed","time":{"start":1706618425013,"stop":1706618425013,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cdb966e5c106595a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cdb966e5c106595a","status":"passed","time":{"start":1706619029133,"stop":1706619029133,"duration":0}},{"uid":"64314639e966f091","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64314639e966f091","status":"passed","time":{"start":1706618668744,"stop":1706618668744,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"67a07916bdf1f196","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/67a07916bdf1f196","status":"passed","time":{"start":1706618865681,"stop":1706618865682,"duration":1}},{"uid":"ac56604b84788140","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac56604b84788140","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2ee45025fc2127eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2ee45025fc2127eb","status":"passed","time":{"start":1706619029137,"stop":1706619029137,"duration":0}},{"uid":"79d2cfd4831e5416","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/79d2cfd4831e5416","status":"passed","time":{"start":1706618668746,"stop":1706618668746,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b91fc2a56e3d862","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b91fc2a56e3d862","status":"passed","time":{"start":1706619035796,"stop":1706619035796,"duration":0}},{"uid":"f6573565b1d203d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f6573565b1d203d2","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a095e172dd9bcdd0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a095e172dd9bcdd0","status":"passed","time":{"start":1706618959492,"stop":1706618959493,"duration":1}},{"uid":"5867a8564be2aa0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5867a8564be2aa0c","status":"passed","time":{"start":1706618735891,"stop":1706618735891,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edd1121e02ef78b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/edd1121e02ef78b9","status":"passed","time":{"start":1706619004846,"stop":1706619004846,"duration":0}},{"uid":"20eb0b4c35eda981","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/20eb0b4c35eda981","status":"passed","time":{"start":1706618760406,"stop":1706618760406,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"438cc16b964e6d3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/438cc16b964e6d3","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"duration":0}},{"uid":"33c332cdb51bdba5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/33c332cdb51bdba5","status":"passed","time":{"start":1706618394341,"stop":1706618394341,"duration":0}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420053a273288080","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/420053a273288080","status":"passed","time":{"start":1706618159419,"stop":1706618159420,"duration":1}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2d40a183aea1fe1e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2d40a183aea1fe1e","status":"passed","time":{"start":1706618624427,"stop":1706618624428,"duration":1}},{"uid":"a068a87f9aa73f8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a068a87f9aa73f8a","status":"passed","time":{"start":1706618460770,"stop":1706618460770,"duration":0}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f1d9438aee18e8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f1d9438aee18e8d","status":"passed","time":{"start":1706618851398,"stop":1706618851399,"duration":1}},{"uid":"7d4d3285113ffe18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d4d3285113ffe18","status":"passed","time":{"start":1706618682315,"stop":1706618682315,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3d838e4a1b8b6a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3d838e4a1b8b6a0","status":"passed","time":{"start":1706619021206,"stop":1706619021207,"duration":1}},{"uid":"6b78501fc42f8b88","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b78501fc42f8b88","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f49ded8d8e8aaadc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f49ded8d8e8aaadc","status":"passed","time":{"start":1706618996203,"stop":1706618996204,"duration":1}},{"uid":"5fb5838933d683e8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5fb5838933d683e8","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef5814c679e22bf8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ef5814c679e22bf8","status":"passed","time":{"start":1706618396944,"stop":1706618396944,"duration":0}},{"uid":"86c3dec3ee708f94","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86c3dec3ee708f94","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1b7211d4df2a4af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c1b7211d4df2a4af","status":"passed","time":{"start":1706618580249,"stop":1706618580249,"duration":0}},{"uid":"a0391354c8fafdb6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0391354c8fafdb6","status":"passed","time":{"start":1706618380661,"stop":1706618380662,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b22372d338fa89f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b22372d338fa89f","status":"passed","time":{"start":1706619008975,"stop":1706619008976,"duration":1}},{"uid":"984191b5fe23adeb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/984191b5fe23adeb","status":"passed","time":{"start":1706618775741,"stop":1706618775741,"duration":0}}]},"3fb72c453823496b84991c1edfc65b93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"998ea8534508a306","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/998ea8534508a306","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33bbcb4fe5601790","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/33bbcb4fe5601790","status":"passed","time":{"start":1706618996194,"stop":1706618996195,"duration":1}},{"uid":"793095812fb0f407","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/793095812fb0f407","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"8b0359e76c70f4e5aea6ed68bbcb8903:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5d037492a124d401","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5d037492a124d401","status":"passed","time":{"start":1706618454372,"stop":1706618454372,"duration":0}},{"uid":"a5e380aa701c8bac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a5e380aa701c8bac","status":"passed","time":{"start":1706618246652,"stop":1706618246652,"duration":0}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"784c0c88308d81d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/784c0c88308d81d","status":"passed","time":{"start":1706618388660,"stop":1706618388660,"duration":0}},{"uid":"59b4c23ee27dafad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/59b4c23ee27dafad","status":"passed","time":{"start":1706618179518,"stop":1706618179519,"duration":1}}]},"5ae1b06765f2f264e8a1bf44cbf50fb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e943116a54c4d0d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e943116a54c4d0d9","status":"passed","time":{"start":1706619029138,"stop":1706619029139,"duration":1}},{"uid":"e8a48a0fe1cbda63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e8a48a0fe1cbda63","status":"passed","time":{"start":1706618668747,"stop":1706618668747,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d44ad7e4274e0e58","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d44ad7e4274e0e58","status":"passed","time":{"start":1706618388588,"stop":1706618388588,"duration":0}},{"uid":"533b9f811328f547","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/533b9f811328f547","status":"passed","time":{"start":1706618179514,"stop":1706618179515,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b56c234b916d231e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b56c234b916d231e","status":"passed","time":{"start":1706618366597,"stop":1706618366597,"duration":0}},{"uid":"fd40f0615f8ef28d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fd40f0615f8ef28d","status":"passed","time":{"start":1706618156963,"stop":1706618156963,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e6bbb5a390de8942","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e6bbb5a390de8942","status":"passed","time":{"start":1706618624449,"stop":1706618624449,"duration":0}},{"uid":"7332ab46ff1974ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7332ab46ff1974ac","status":"passed","time":{"start":1706618460771,"stop":1706618460771,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9977fa459e23f747","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9977fa459e23f747","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"duration":0}},{"uid":"d819ffa130a1119d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d819ffa130a1119d","status":"passed","time":{"start":1706618394324,"stop":1706618394324,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"965dc46e3a3fa392","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/965dc46e3a3fa392","status":"passed","time":{"start":1706618799830,"stop":1706618799830,"duration":0}},{"uid":"3c9b246b069abc60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c9b246b069abc60","status":"passed","time":{"start":1706618497358,"stop":1706618497359,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc49267e10a31274","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc49267e10a31274","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"duration":0}},{"uid":"260f2a0f2b8a869c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/260f2a0f2b8a869c","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c24f019f6a90d677","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c24f019f6a90d677","status":"passed","time":{"start":1706618996190,"stop":1706618996191,"duration":1}},{"uid":"570f615d81a261ec","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/570f615d81a261ec","status":"passed","time":{"start":1706618797763,"stop":1706618797763,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9b3c5f12651376b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9b3c5f12651376b4","status":"passed","time":{"start":1706618624520,"stop":1706618624521,"duration":1}},{"uid":"749ee3856d16ee8a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/749ee3856d16ee8a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aa4588059954a092","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/aa4588059954a092","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0}},{"uid":"7f593712bb7b9bf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f593712bb7b9bf5","status":"passed","time":{"start":1706618394329,"stop":1706618394329,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef1038d78d281852","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ef1038d78d281852","status":"passed","time":{"start":1706618959480,"stop":1706618959480,"duration":0}},{"uid":"63c0ccbb98f6ce6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63c0ccbb98f6ce6a","status":"passed","time":{"start":1706618735872,"stop":1706618735873,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4bc501c65a8a59a2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4bc501c65a8a59a2","status":"passed","time":{"start":1706618731296,"stop":1706618731296,"duration":0}},{"uid":"f2a380a335006a73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f2a380a335006a73","status":"passed","time":{"start":1706618394339,"stop":1706618394340,"duration":1}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c130f2bcc28c2542","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c130f2bcc28c2542","status":"passed","time":{"start":1706618959485,"stop":1706618959486,"duration":1}},{"uid":"36153e584e6ae6a2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36153e584e6ae6a2","status":"passed","time":{"start":1706618735884,"stop":1706618735884,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f11fb31b1b07b846","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f11fb31b1b07b846","status":"passed","time":{"start":1706618959479,"stop":1706618959479,"duration":0}},{"uid":"db36828067a409be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db36828067a409be","status":"passed","time":{"start":1706618735871,"stop":1706618735871,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c7aa009c1f6be14","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c7aa009c1f6be14","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"duration":0}},{"uid":"4d9fecef9834aaee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d9fecef9834aaee","status":"passed","time":{"start":1706618394319,"stop":1706618394320,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"97bb736e5a4ad57c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/97bb736e5a4ad57c","status":"passed","time":{"start":1706618687005,"stop":1706618687006,"duration":1}},{"uid":"1040d78e120bc44e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1040d78e120bc44e","status":"broken","statusDetails":"Timeout of 30000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/single_node/multiple_pubsub.node.spec.ts)","time":{"start":1706618697339,"stop":1706618697339,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"129be1af36ae3be5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/129be1af36ae3be5","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0}},{"uid":"fed4b9a2ca844c1b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fed4b9a2ca844c1b","status":"passed","time":{"start":1706618682313,"stop":1706618682313,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"449625f3f31e51f5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/449625f3f31e51f5","status":"passed","time":{"start":1706618372819,"stop":1706618372820,"duration":1}},{"uid":"1d090291446edc3b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d090291446edc3b","status":"passed","time":{"start":1706618165338,"stop":1706618165338,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d912e4a8cb24e6cb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d912e4a8cb24e6cb","status":"passed","time":{"start":1706618731282,"stop":1706618731283,"duration":1}},{"uid":"3036e2dd7a40f619","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3036e2dd7a40f619","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd25aee6c0ac9b4e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fd25aee6c0ac9b4e","status":"passed","time":{"start":1706618934695,"stop":1706618934696,"duration":1}},{"uid":"80aa3d9d85359c64","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/80aa3d9d85359c64","status":"passed","time":{"start":1706618732536,"stop":1706618732536,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b299564d5c9769f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b299564d5c9769f1","status":"passed","time":{"start":1706618959488,"stop":1706618959488,"duration":0}},{"uid":"f8949f1050450133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f8949f1050450133","status":"passed","time":{"start":1706618735886,"stop":1706618735887,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b582d5115671a4c2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b582d5115671a4c2","status":"passed","time":{"start":1706618624275,"stop":1706618624275,"duration":0}},{"uid":"1aa166e772e670e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1aa166e772e670e0","status":"passed","time":{"start":1706618425012,"stop":1706618425012,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7e2df1fa3b0ea074","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7e2df1fa3b0ea074","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"duration":0}},{"uid":"edf4978b3c2d466c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edf4978b3c2d466c","status":"passed","time":{"start":1706618760393,"stop":1706618760395,"duration":2}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"13c94ebb5a111e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/13c94ebb5a111e3","status":"passed","time":{"start":1706618580249,"stop":1706618580250,"duration":1}},{"uid":"4dde8fed524df663","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4dde8fed524df663","status":"passed","time":{"start":1706618380662,"stop":1706618380663,"duration":1}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e520d175f41bef1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e520d175f41bef1","status":"passed","time":{"start":1706618387944,"stop":1706618387944,"duration":0}},{"uid":"1dd88d82aadbda25","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd88d82aadbda25","status":"passed","time":{"start":1706618178940,"stop":1706618178940,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f8f2aa7238ed2a8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3f8f2aa7238ed2a8","status":"passed","time":{"start":1706618580258,"stop":1706618580258,"duration":0}},{"uid":"b98daba8f99b4e32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b98daba8f99b4e32","status":"passed","time":{"start":1706618380674,"stop":1706618380675,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b00cb38287ee0d09","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b00cb38287ee0d09","status":"passed","time":{"start":1706618871326,"stop":1706618871327,"duration":1}},{"uid":"d74f69a5f4de3769","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d74f69a5f4de3769","status":"passed","time":{"start":1706618685085,"stop":1706618685085,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a8132394c076aec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7a8132394c076aec","status":"passed","time":{"start":1706618865683,"stop":1706618865683,"duration":0}},{"uid":"74ba6f16b8164cde","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74ba6f16b8164cde","status":"passed","time":{"start":1706618683923,"stop":1706618683923,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa9b2b5a3d9ac3c0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa9b2b5a3d9ac3c0","status":"passed","time":{"start":1706619029141,"stop":1706619029141,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ad85d9f94f1dc4a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ad85d9f94f1dc4a","status":"passed","time":{"start":1706618959474,"stop":1706618959474,"duration":0}},{"uid":"deb282e7c2d6551c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/deb282e7c2d6551c","status":"passed","time":{"start":1706618735856,"stop":1706618735857,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"5b225430347d014e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b225430347d014e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618871330,"stop":1706618871330,"duration":0}},{"uid":"3cd90529b56385c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cd90529b56385c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685087,"stop":1706618685088,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2a1c0039c4a0290","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a1c0039c4a0290","status":"passed","time":{"start":1706618395071,"stop":1706618395071,"duration":0}},{"uid":"344e08f66bf9bb28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/344e08f66bf9bb28","status":"passed","time":{"start":1706618185610,"stop":1706618185611,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a4b791243d6ced6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8a4b791243d6ced6","status":"passed","time":{"start":1706618396943,"stop":1706618396944,"duration":1}},{"uid":"f0f6dc87cf6474fb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0f6dc87cf6474fb","status":"passed","time":{"start":1706618187544,"stop":1706618187544,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"113456a16c6a7fab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/113456a16c6a7fab","status":"passed","time":{"start":1706618959475,"stop":1706618959475,"duration":0}},{"uid":"1786fb8fafae2039","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1786fb8fafae2039","status":"passed","time":{"start":1706618735858,"stop":1706618735858,"duration":0}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe11f44a3eac0a67","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fe11f44a3eac0a67","status":"passed","time":{"start":1706618858028,"stop":1706618858028,"duration":0}},{"uid":"c7c03cfa8885f445","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c7c03cfa8885f445","status":"passed","time":{"start":1706618636993,"stop":1706618636993,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f802fe09e2777668","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f802fe09e2777668","status":"passed","time":{"start":1706618865684,"stop":1706618865684,"duration":0}},{"uid":"af3b15e3086e8344","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/af3b15e3086e8344","status":"passed","time":{"start":1706618683924,"stop":1706618683924,"duration":0}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2179f01a04776477","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2179f01a04776477","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0}},{"uid":"f0926e2d13f04cac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f0926e2d13f04cac","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5201f347738e0b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b5201f347738e0b2","status":"passed","time":{"start":1706618372811,"stop":1706618372812,"duration":1}},{"uid":"b527b0710107fa72","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b527b0710107fa72","status":"passed","time":{"start":1706618165334,"stop":1706618165335,"duration":1}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"10daa109de6aba6f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/10daa109de6aba6f","status":"passed","time":{"start":1706618959484,"stop":1706618959484,"duration":0}},{"uid":"b87e0c120d7affa1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b87e0c120d7affa1","status":"passed","time":{"start":1706618735881,"stop":1706618735882,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"370dd7023a5d5fec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/370dd7023a5d5fec","status":"passed","time":{"start":1706619029143,"stop":1706619029144,"duration":1}}]},"8e015f7bae869da90ca6cf2b2f2cc2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97db4c7bde336149","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/97db4c7bde336149","status":"passed","time":{"start":1706618378315,"stop":1706618378316,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3aed3134908bbe7a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3aed3134908bbe7a","status":"passed","time":{"start":1706619044149,"stop":1706619044149,"duration":0}},{"uid":"86aafef2eccba7b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86aafef2eccba7b6","status":"passed","time":{"start":1706618804665,"stop":1706618804666,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3a0ebef080c4783b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3a0ebef080c4783b","status":"passed","time":{"start":1706618366458,"stop":1706618366459,"duration":1}},{"uid":"e2568313cc266d6a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e2568313cc266d6a","status":"passed","time":{"start":1706618156839,"stop":1706618156839,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83460c81e5d12220","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83460c81e5d12220","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0}},{"uid":"2d08ba5211c80ffd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2d08ba5211c80ffd","status":"passed","time":{"start":1706618749044,"stop":1706618749044,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ecc7d7c59c627065","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ecc7d7c59c627065","status":"passed","time":{"start":1706619033641,"stop":1706619033641,"duration":0}},{"uid":"973d0b4002c7c50","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/973d0b4002c7c50","status":"passed","time":{"start":1706618794310,"stop":1706618794311,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"63fe6c5509c673a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63fe6c5509c673a4","status":"passed","time":{"start":1706618487716,"stop":1706618487717,"duration":1}},{"uid":"bda95f55b25bc7d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bda95f55b25bc7d","status":"passed","time":{"start":1706618273735,"stop":1706618273736,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"caf24828bf0fbbb6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/caf24828bf0fbbb6","status":"passed","time":{"start":1706618959483,"stop":1706618959483,"duration":0}},{"uid":"32c7facec6f831c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/32c7facec6f831c8","status":"passed","time":{"start":1706618735879,"stop":1706618735880,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0337153693f5e3d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c0337153693f5e3d","status":"passed","time":{"start":1706618366461,"stop":1706618366461,"duration":0}},{"uid":"3c42c2198e57e0d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3c42c2198e57e0d6","status":"passed","time":{"start":1706618156841,"stop":1706618156842,"duration":1}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc9158287dae591a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc9158287dae591a","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"duration":0}},{"uid":"76f5736790ba27ad","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76f5736790ba27ad","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87a5131dae447756","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87a5131dae447756","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0}},{"uid":"432702b58c47a880","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/432702b58c47a880","status":"passed","time":{"start":1706618735887,"stop":1706618735887,"duration":0}}]},"87464f5f5d0934d0319b584410e52f1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"94ccb832a0c134a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/94ccb832a0c134a0","status":"passed","time":{"start":1706618454362,"stop":1706618454363,"duration":1}},{"uid":"1d5aaf368c6c3492","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1d5aaf368c6c3492","status":"passed","time":{"start":1706618246648,"stop":1706618246648,"duration":0}}]},"89a9624a6e3792cca673a64de9bbf7b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8e340021d693521","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8e340021d693521","status":"passed","time":{"start":1706618454358,"stop":1706618454358,"duration":0}},{"uid":"dbe316ab4716e33d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dbe316ab4716e33d","status":"passed","time":{"start":1706618246643,"stop":1706618246644,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91fb0d5e01db346f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91fb0d5e01db346f","status":"passed","time":{"start":1706618424939,"stop":1706618424941,"duration":2}},{"uid":"d86cdfcdcd87063c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d86cdfcdcd87063c","status":"passed","time":{"start":1706618216085,"stop":1706618216088,"duration":3}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77affc9c082a9713","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77affc9c082a9713","status":"passed","time":{"start":1706618871328,"stop":1706618871328,"duration":0}},{"uid":"4017f825d17bc231","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4017f825d17bc231","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e4261de2e78f5ee5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e4261de2e78f5ee5","status":"passed","time":{"start":1706618496640,"stop":1706618496641,"duration":1}},{"uid":"fb957bdc7e75794c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fb957bdc7e75794c","status":"passed","time":{"start":1706618285306,"stop":1706618285307,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3be329c425483ef2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3be329c425483ef2","status":"passed","time":{"start":1706618372821,"stop":1706618372822,"duration":1}},{"uid":"ac71212c4835f8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac71212c4835f8b","status":"passed","time":{"start":1706618165340,"stop":1706618165340,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a52864fe694cbb18","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a52864fe694cbb18","status":"passed","time":{"start":1706618959489,"stop":1706618959490,"duration":1}},{"uid":"d48e449bbbef7e77","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d48e449bbbef7e77","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e42001a52c992ba","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e42001a52c992ba","status":"passed","time":{"start":1706618959491,"stop":1706618959491,"duration":0}},{"uid":"8f562b3fe1ce2a75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8f562b3fe1ce2a75","status":"passed","time":{"start":1706618735890,"stop":1706618735890,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ba3a42afcb55a13b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ba3a42afcb55a13b","status":"passed","time":{"start":1706618487712,"stop":1706618487713,"duration":1}},{"uid":"88a309ff27ac8329","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88a309ff27ac8329","status":"passed","time":{"start":1706618273729,"stop":1706618273729,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"887af16724d2cb54","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/887af16724d2cb54","status":"passed","time":{"start":1706618395071,"stop":1706618395072,"duration":1}},{"uid":"bb2c16086d302d3d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb2c16086d302d3d","status":"passed","time":{"start":1706618185612,"stop":1706618185612,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d280d430e93c97c3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d280d430e93c97c3","status":"passed","time":{"start":1706618959482,"stop":1706618959482,"duration":0}},{"uid":"41bd1522a5418945","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/41bd1522a5418945","status":"passed","time":{"start":1706618735877,"stop":1706618735878,"duration":1}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fba86fb5418ec476","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fba86fb5418ec476","status":"passed","time":{"start":1706618731289,"stop":1706618731289,"duration":0}},{"uid":"24c6e9a53a03788","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24c6e9a53a03788","status":"passed","time":{"start":1706618394327,"stop":1706618394328,"duration":1}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8811a38c7307243","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8811a38c7307243","status":"passed","time":{"start":1706618382598,"stop":1706618382598,"duration":0}},{"uid":"39c093d1888fdbe1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39c093d1888fdbe1","status":"passed","time":{"start":1706618173702,"stop":1706618173702,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"457c81781e50cddf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/457c81781e50cddf","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618389064,"stop":1706618389065,"duration":1}},{"uid":"51990e641623948a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/51990e641623948a","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"62e0f09f36c9ae7b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/62e0f09f36c9ae7b","status":"passed","time":{"start":1706618909987,"stop":1706618909988,"duration":1}},{"uid":"6b10800fe6da01e6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6b10800fe6da01e6","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"ca6afb8b3884fa77926f67fe754c94bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6cc8ed0f8e135c4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f6cc8ed0f8e135c4","status":"passed","time":{"start":1706618797776,"stop":1706618797777,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ed4a1787873b6aa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ed4a1787873b6aa","status":"passed","time":{"start":1706618372813,"stop":1706618372818,"duration":5}},{"uid":"6897a1afe5e08b46","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6897a1afe5e08b46","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fef42ec1a4002bde","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fef42ec1a4002bde","status":"passed","time":{"start":1706619044149,"stop":1706619044150,"duration":1}},{"uid":"17f81b007a77eb2c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17f81b007a77eb2c","status":"passed","time":{"start":1706618804666,"stop":1706618804666,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1ca636f272f53163","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ca636f272f53163","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618389064,"stop":1706618389064,"duration":0}},{"uid":"26d13378cd0eeb8b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/26d13378cd0eeb8b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618179851,"stop":1706618179851,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e24c8014de29a938","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e24c8014de29a938","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0}},{"uid":"1cf32e9fb82d532","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1cf32e9fb82d532","status":"passed","time":{"start":1706618668714,"stop":1706618668721,"duration":7}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f9a9c5be342d3067","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f9a9c5be342d3067","status":"passed","time":{"start":1706618996191,"stop":1706618996192,"duration":1}},{"uid":"2e69b5c7de1747e3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2e69b5c7de1747e3","status":"passed","time":{"start":1706618797764,"stop":1706618797764,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"98f47160e3e20be2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/98f47160e3e20be2","status":"passed","time":{"start":1706618909988,"stop":1706618909989,"duration":1}},{"uid":"6e8414bb93d83f8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6e8414bb93d83f8c","status":"passed","time":{"start":1706618664768,"stop":1706618664768,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":1,"passed":0,"unknown":0,"total":2},"items":[{"uid":"748543f3b2e1b6bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/748543f3b2e1b6bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618624451,"stop":1706618624452,"duration":1}},{"uid":"712bc0a35a38e22a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/712bc0a35a38e22a","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAkvFywi2DzoU9KJqnxqi1oAgJNmghdGvg5qbsLL6Kjv2Rf for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi: Error: Filter subscribe request 8c0a267b-f94d-40d9-8e95-934ec7aad2c0 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460775,"stop":1706618460776,"duration":1}}]},"be13370c1d09200069f628576ed1d8aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d167bb0b9836bd27","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d167bb0b9836bd27","status":"passed","time":{"start":1706618735894,"stop":1706618735894,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":1,"unknown":0,"total":2},"items":[{"uid":"5ec01a51348e0c6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5ec01a51348e0c6","status":"passed","time":{"start":1706618624452,"stop":1706618624498,"duration":46}},{"uid":"178f616ed46134be","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/178f616ed46134be","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618460777,"stop":1706618460777,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"45e359fea625011b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/45e359fea625011b","status":"passed","time":{"start":1706618934694,"stop":1706618934694,"duration":0}},{"uid":"7c71d4cf50b31c42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c71d4cf50b31c42","status":"passed","time":{"start":1706618732534,"stop":1706618732534,"duration":0}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ac50ad12bef13a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ac50ad12bef13a0","status":"passed","time":{"start":1706618580261,"stop":1706618580262,"duration":1}},{"uid":"fae46ec8956bffcd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fae46ec8956bffcd","status":"passed","time":{"start":1706618380684,"stop":1706618380685,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dc0db2baf762af42","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dc0db2baf762af42","status":"passed","time":{"start":1706618424941,"stop":1706618424942,"duration":1}},{"uid":"f75a77f32e7bd89d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f75a77f32e7bd89d","status":"passed","time":{"start":1706618216089,"stop":1706618216089,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"216f4e48369049ef","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/216f4e48369049ef","status":"passed","time":{"start":1706618624535,"stop":1706618624535,"duration":0}},{"uid":"95aa40ee372bf53a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/95aa40ee372bf53a","status":"passed","time":{"start":1706618460786,"stop":1706618460786,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"733291b83aa211af","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/733291b83aa211af","status":"passed","time":{"start":1706618865687,"stop":1706618865687,"duration":0}},{"uid":"1f138c2ac8339e91","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f138c2ac8339e91","status":"passed","time":{"start":1706618683925,"stop":1706618683926,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"62bd1b0d41534a00","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/62bd1b0d41534a00","status":"passed","time":{"start":1706618865680,"stop":1706618865681,"duration":1}},{"uid":"387c3517c52dbebf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/387c3517c52dbebf","status":"passed","time":{"start":1706618683920,"stop":1706618683920,"duration":0}}]},"4ab371f18cab30530b5dafe8aa774b9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd128e14baf59976","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd128e14baf59976","status":"passed","time":{"start":1706618735875,"stop":1706618735876,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"2afdf4d098d966f2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2afdf4d098d966f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618865693,"stop":1706618865694,"duration":1}},{"uid":"7d387b0ff392d685","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7d387b0ff392d685","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683933,"stop":1706618683934,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc66ce2290cef0c9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc66ce2290cef0c9","status":"passed","time":{"start":1706618865694,"stop":1706618865694,"duration":0}},{"uid":"5f12667768fc8b92","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f12667768fc8b92","status":"passed","time":{"start":1706618683934,"stop":1706618683935,"duration":1}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7e0b652e69ce3f37","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7e0b652e69ce3f37","status":"passed","time":{"start":1706618366454,"stop":1706618366455,"duration":1}},{"uid":"7846f7b8973df56c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7846f7b8973df56c","status":"passed","time":{"start":1706618156835,"stop":1706618156835,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"561d735f4c0a273f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/561d735f4c0a273f","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"duration":0}},{"uid":"803225537ef4eba8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/803225537ef4eba8","status":"passed","time":{"start":1706618668728,"stop":1706618668729,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"6f3bc82ae1510832","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6f3bc82ae1510832","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959486,"stop":1706618959486,"duration":0}},{"uid":"873f75e59cff4748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/873f75e59cff4748","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bec04a06599887d9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bec04a06599887d9","status":"passed","time":{"start":1706619029130,"stop":1706619029130,"duration":0}},{"uid":"bc4a2cc2351e4e75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bc4a2cc2351e4e75","status":"passed","time":{"start":1706618668741,"stop":1706618668741,"duration":0}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"747920aec35145b7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/747920aec35145b7","status":"passed","time":{"start":1706618909987,"stop":1706618909987,"duration":0}},{"uid":"baf002977e3b9178","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/baf002977e3b9178","status":"passed","time":{"start":1706618664767,"stop":1706618664767,"duration":0}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e47cf5ff21cf72e4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e47cf5ff21cf72e4","status":"passed","time":{"start":1706618388590,"stop":1706618388590,"duration":0}},{"uid":"17b455e5f93139cb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17b455e5f93139cb","status":"passed","time":{"start":1706618179515,"stop":1706618179516,"duration":1}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e000fe07737a731","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e000fe07737a731","status":"passed","time":{"start":1706618372819,"stop":1706618372819,"duration":0}},{"uid":"5bf2f4a5ef738f78","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5bf2f4a5ef738f78","status":"passed","time":{"start":1706618165337,"stop":1706618165338,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"43daaf52ce4767a9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/43daaf52ce4767a9","status":"broken","statusDetails":"expected 1 to equal +0","time":{"start":1706618799832,"stop":1706618799833,"duration":1}},{"uid":"ec27595c1afb3425","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ec27595c1afb3425","status":"passed","time":{"start":1706618497359,"stop":1706618497360,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6ed0a8c904a43ae","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f6ed0a8c904a43ae","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99f7da1b3648e26e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99f7da1b3648e26e","status":"passed","time":{"start":1706619044148,"stop":1706619044148,"duration":0}},{"uid":"aedbeecb80a0a7fe","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aedbeecb80a0a7fe","status":"passed","time":{"start":1706618804664,"stop":1706618804665,"duration":1}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"475652234f08b6a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/475652234f08b6a4","status":"passed","time":{"start":1706618372080,"stop":1706618372080,"duration":0}},{"uid":"5a701d4fa526c8ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a701d4fa526c8ce","status":"passed","time":{"start":1706618164695,"stop":1706618164695,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"593f99ff26f22b5b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/593f99ff26f22b5b","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"duration":0}},{"uid":"ab2921133d9cd55c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab2921133d9cd55c","status":"passed","time":{"start":1706618636996,"stop":1706618636996,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d913b63743d6b1f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9d913b63743d6b1f","status":"passed","time":{"start":1706618580254,"stop":1706618580255,"duration":1}},{"uid":"3eddfab1582d3f6e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3eddfab1582d3f6e","status":"passed","time":{"start":1706618380668,"stop":1706618380669,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8b9f63b2d2963e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b8b9f63b2d2963e6","status":"passed","time":{"start":1706619039584,"stop":1706619039585,"duration":1}},{"uid":"72b35098df8c0edf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72b35098df8c0edf","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4e9fc5fed12c4921","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4e9fc5fed12c4921","status":"passed","time":{"start":1706618886442,"stop":1706618886442,"duration":0}},{"uid":"459af9e33777ec2d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/459af9e33777ec2d","status":"passed","time":{"start":1706618698148,"stop":1706618698148,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ce02450472183a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ce02450472183a1","status":"passed","time":{"start":1706619039585,"stop":1706619039585,"duration":0}},{"uid":"11210c72f7ae5f4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11210c72f7ae5f4b","status":"passed","time":{"start":1706618853357,"stop":1706618853357,"duration":0}}]},"2a56323f9d6bf5f02e08654a6dae9eeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87bec6f64997faec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/87bec6f64997faec","status":"passed","time":{"start":1706619029124,"stop":1706619029124,"duration":0}},{"uid":"e82436804d0de6c9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e82436804d0de6c9","status":"passed","time":{"start":1706618668723,"stop":1706618668723,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"478487ab98c9d6c4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/478487ab98c9d6c4","status":"passed","time":{"start":1706618959478,"stop":1706618959478,"duration":0}},{"uid":"d1f4b2e968f54381","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1f4b2e968f54381","status":"passed","time":{"start":1706618735870,"stop":1706618735870,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c097eb6ddf55129f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c097eb6ddf55129f","status":"passed","time":{"start":1706618731281,"stop":1706618731281,"duration":0}},{"uid":"74d820522fdd9dc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/74d820522fdd9dc2","status":"passed","time":{"start":1706618394315,"stop":1706618394315,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"599164d2595c676","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/599164d2595c676","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b8ade269780aa26","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b8ade269780aa26","status":"passed","time":{"start":1706618487715,"stop":1706618487715,"duration":0}},{"uid":"88aeed265f4682c8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/88aeed265f4682c8","status":"passed","time":{"start":1706618273732,"stop":1706618273732,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3727773489abe03b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3727773489abe03b","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"duration":0}},{"uid":"d71b0eeb80230cd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d71b0eeb80230cd4","status":"passed","time":{"start":1706618685095,"stop":1706618685095,"duration":0}}]},"fa29ae7cb02fe2560cfa1da549a1510f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f71f0e353456c68e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f71f0e353456c68e","status":"passed","time":{"start":1706618636995,"stop":1706618636995,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"787932ad13958096","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/787932ad13958096","status":"passed","time":{"start":1706618624522,"stop":1706618624522,"duration":0}},{"uid":"3cb08241bf1b7765","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3cb08241bf1b7765","status":"passed","time":{"start":1706618460783,"stop":1706618460784,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2429e750af6177dd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2429e750af6177dd","status":"passed","time":{"start":1706618996204,"stop":1706618996204,"duration":0}},{"uid":"64b475474d133c63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/64b475474d133c63","status":"passed","time":{"start":1706618797772,"stop":1706618797772,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d25f1c253b5a404","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4d25f1c253b5a404","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0}},{"uid":"1232ce275cf76cb0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1232ce275cf76cb0","status":"passed","time":{"start":1706618668713,"stop":1706618668714,"duration":1}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdd0710bbc962d68","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fdd0710bbc962d68","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0}},{"uid":"5d9d762e861d778e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d9d762e861d778e","status":"passed","time":{"start":1706618685097,"stop":1706618685097,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d397cf7cf298dfd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4d397cf7cf298dfd","status":"passed","time":{"start":1706618624520,"stop":1706618624520,"duration":0}},{"uid":"4a6168704e26620f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4a6168704e26620f","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16a4c159caff33b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/16a4c159caff33b2","status":"passed","time":{"start":1706618959490,"stop":1706618959491,"duration":1}},{"uid":"73cfdae6f0bb358e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/73cfdae6f0bb358e","status":"passed","time":{"start":1706618735889,"stop":1706618735890,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"965c9e3fa15f83d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/965c9e3fa15f83d0","status":"passed","time":{"start":1706618686999,"stop":1706618687000,"duration":1}},{"uid":"7213d6bab0bf82a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7213d6bab0bf82a5","status":"passed","time":{"start":1706618697330,"stop":1706618697330,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdbc17be043319db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fdbc17be043319db","status":"passed","time":{"start":1706618378924,"stop":1706618378924,"duration":0}},{"uid":"44d319252dea5052","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44d319252dea5052","status":"passed","time":{"start":1706618170164,"stop":1706618170165,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"55306030007f6c0d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/55306030007f6c0d","status":"passed","time":{"start":1706618371936,"stop":1706618371937,"duration":1}},{"uid":"176c6738647383ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/176c6738647383ba","status":"passed","time":{"start":1706618164525,"stop":1706618164526,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16312aa956ff57d8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/16312aa956ff57d8","status":"passed","time":{"start":1706618996199,"stop":1706618996200,"duration":1}},{"uid":"a65944c81e61dd75","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a65944c81e61dd75","status":"passed","time":{"start":1706618797769,"stop":1706618797769,"duration":0}}]},"306ba969a29619ad276c548e6b11c6f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4e852432ac421ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a4e852432ac421ab","status":"passed","time":{"start":1706618865689,"stop":1706618865690,"duration":1}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f8b97999f0ccae0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f8b97999f0ccae0","status":"passed","time":{"start":1706618387943,"stop":1706618387943,"duration":0}},{"uid":"56f5bcb252c3ece3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/56f5bcb252c3ece3","status":"passed","time":{"start":1706618178939,"stop":1706618178940,"duration":1}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76ba2cfc67b95436","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/76ba2cfc67b95436","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"duration":0}},{"uid":"fdad94ae1cefd29e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fdad94ae1cefd29e","status":"passed","time":{"start":1706618682310,"stop":1706618682310,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c03b8baee2e198f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c03b8baee2e198f","status":"passed","time":{"start":1706618731271,"stop":1706618731272,"duration":1}},{"uid":"67b6556688203d70","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67b6556688203d70","status":"passed","time":{"start":1706618394303,"stop":1706618394303,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37c4470fa2c34b77","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37c4470fa2c34b77","status":"passed","time":{"start":1706619029121,"stop":1706619029121,"duration":0}},{"uid":"e60687d7bee8560d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e60687d7bee8560d","status":"passed","time":{"start":1706618668712,"stop":1706618668713,"duration":1}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb5b5e83fb81f861","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bb5b5e83fb81f861","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"duration":0}},{"uid":"67dde76ae50e297f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/67dde76ae50e297f","status":"passed","time":{"start":1706618170155,"stop":1706618170156,"duration":1}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5f1e4f017cde250","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5f1e4f017cde250","status":"passed","time":{"start":1706618996208,"stop":1706618996208,"duration":0}},{"uid":"3990e600b522873a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3990e600b522873a","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0e49e23d80b43e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c0e49e23d80b43e6","status":"passed","time":{"start":1706618687106,"stop":1706618687106,"duration":0}},{"uid":"ab13a9294da4e403","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ab13a9294da4e403","status":"passed","time":{"start":1706618460834,"stop":1706618460835,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7f12b89086933979","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7f12b89086933979","status":"passed","time":{"start":1706618580253,"stop":1706618580254,"duration":1}},{"uid":"1ced4f7e225cbcd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1ced4f7e225cbcd6","status":"passed","time":{"start":1706618380666,"stop":1706618380667,"duration":1}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f08bdc310f66f9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f08bdc310f66f9f","status":"passed","time":{"start":1706618388661,"stop":1706618388662,"duration":1}},{"uid":"ac22167ba556afcc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ac22167ba556afcc","status":"passed","time":{"start":1706618179520,"stop":1706618179520,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"540b75fcb46ba5b6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/540b75fcb46ba5b6","status":"passed","time":{"start":1706618858038,"stop":1706618858038,"duration":0}},{"uid":"a4d3b4da3e0291cc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a4d3b4da3e0291cc","status":"passed","time":{"start":1706618636997,"stop":1706618636997,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5153296bde8262ec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5153296bde8262ec","status":"passed","time":{"start":1706618424945,"stop":1706618424946,"duration":1}},{"uid":"204f886cf5f46b49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/204f886cf5f46b49","status":"passed","time":{"start":1706618216095,"stop":1706618216097,"duration":2}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b90bc6e62ddbb6e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b90bc6e62ddbb6e","status":"passed","time":{"start":1706618396942,"stop":1706618396943,"duration":1}},{"uid":"37637262e9254591","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/37637262e9254591","status":"passed","time":{"start":1706618187543,"stop":1706618187543,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"3c39dbb9b7bea29b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3c39dbb9b7bea29b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959507,"stop":1706618959518,"duration":11}},{"uid":"864caa37fac4340b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/864caa37fac4340b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735900,"stop":1706618735900,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1a1f5c4f60174ef","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d1a1f5c4f60174ef","status":"passed","time":{"start":1706619044150,"stop":1706619044150,"duration":0}},{"uid":"e73a21524beac52c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e73a21524beac52c","status":"passed","time":{"start":1706618804666,"stop":1706618804667,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"121244c19a576309","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/121244c19a576309","status":"passed","time":{"start":1706618996198,"stop":1706618996199,"duration":1}},{"uid":"47e2f9998166b20","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/47e2f9998166b20","status":"passed","time":{"start":1706618797768,"stop":1706618797769,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"2a9afbd722fb849a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/2a9afbd722fb849a","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1706618731280,"stop":1706618731280,"duration":0}},{"uid":"42849c8f19f9fd35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/42849c8f19f9fd35","status":"passed","time":{"start":1706618394306,"stop":1706618394308,"duration":2}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"861d54c46dfce1f1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/861d54c46dfce1f1","status":"passed","time":{"start":1706618372820,"stop":1706618372820,"duration":0}},{"uid":"5f8b13bf4c162519","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5f8b13bf4c162519","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29e28a62c67f07ad","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/29e28a62c67f07ad","status":"passed","time":{"start":1706618858006,"stop":1706618858008,"duration":2}},{"uid":"16e4403cef791e48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/16e4403cef791e48","status":"passed","time":{"start":1706618636968,"stop":1706618636969,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"302769fcd6799018","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/302769fcd6799018","status":"passed","time":{"start":1706618996205,"stop":1706618996205,"duration":0}},{"uid":"ee23d719c40a98b5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ee23d719c40a98b5","status":"passed","time":{"start":1706618797774,"stop":1706618797774,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc8a65ad8899809c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc8a65ad8899809c","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"duration":0}},{"uid":"4ae177195eb402d2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ae177195eb402d2","status":"passed","time":{"start":1706618683926,"stop":1706618683926,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a37b49706a37c13","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1a37b49706a37c13","status":"passed","time":{"start":1706618959471,"stop":1706618959472,"duration":1}},{"uid":"22f300fc4d783882","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22f300fc4d783882","status":"passed","time":{"start":1706618735851,"stop":1706618735852,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b2cf6b3190b0bfc2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b2cf6b3190b0bfc2","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0}},{"uid":"d0854c738bebb130","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d0854c738bebb130","status":"passed","time":{"start":1706618285307,"stop":1706618285308,"duration":1}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a532d3bc7dea6723","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a532d3bc7dea6723","status":"passed","time":{"start":1706618580246,"stop":1706618580247,"duration":1}},{"uid":"9839ff0991a27133","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9839ff0991a27133","status":"passed","time":{"start":1706618380656,"stop":1706618380656,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"ca800d3787394a80","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ca800d3787394a80","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618959486,"stop":1706618959487,"duration":1}},{"uid":"8fc839483790899b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fc839483790899b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618735885,"stop":1706618735885,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc22db0edb09ae10","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc22db0edb09ae10","status":"passed","time":{"start":1706618372823,"stop":1706618372823,"duration":0}},{"uid":"7fd78242972a994e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fd78242972a994e","status":"passed","time":{"start":1706618165341,"stop":1706618165341,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c77566164dd574b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7c77566164dd574b","status":"passed","time":{"start":1706618372824,"stop":1706618372824,"duration":0}},{"uid":"7f8d14512a7421f8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7f8d14512a7421f8","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f2bf118147238a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f2bf118147238a1","status":"passed","time":{"start":1706618996189,"stop":1706618996190,"duration":1}},{"uid":"86b973755da7553c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86b973755da7553c","status":"passed","time":{"start":1706618797762,"stop":1706618797762,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dbbf65323eab0f47","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dbbf65323eab0f47","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"duration":0}},{"uid":"38dab99a144a40a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38dab99a144a40a1","status":"passed","time":{"start":1706618668736,"stop":1706618668737,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b62d9568c81501b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b62d9568c81501b4","status":"passed","time":{"start":1706618496642,"stop":1706618496643,"duration":1}},{"uid":"ccbfa9fd56e9f617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ccbfa9fd56e9f617","status":"passed","time":{"start":1706618285308,"stop":1706618285309,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e318aa6edbabdebb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e318aa6edbabdebb","status":"passed","time":{"start":1706618396943,"stop":1706618396943,"duration":0}},{"uid":"1130009fb442a2d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1130009fb442a2d6","status":"passed","time":{"start":1706618187543,"stop":1706618187544,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6fd4d3f17b6eeef6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6fd4d3f17b6eeef6","status":"passed","time":{"start":1706618731285,"stop":1706618731285,"duration":0}},{"uid":"c30858dcd419a689","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c30858dcd419a689","status":"passed","time":{"start":1706618394319,"stop":1706618394319,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c2627e55fb72d356","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c2627e55fb72d356","status":"passed","time":{"start":1706618858004,"stop":1706618858005,"duration":1}},{"uid":"c2342dd0fd24cb2e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c2342dd0fd24cb2e","status":"passed","time":{"start":1706618636967,"stop":1706618636967,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46861912a66eee9b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/46861912a66eee9b","status":"passed","time":{"start":1706619030045,"stop":1706619030046,"duration":1}},{"uid":"27b2db53dc005669","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/27b2db53dc005669","status":"passed","time":{"start":1706618784351,"stop":1706618784351,"duration":0}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6dc9b6b8774c740","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6dc9b6b8774c740","status":"passed","time":{"start":1706618388591,"stop":1706618388591,"duration":0}},{"uid":"dc49e2c6e20b747","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dc49e2c6e20b747","status":"passed","time":{"start":1706618179516,"stop":1706618179516,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ff5812ca10189ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ff5812ca10189ab","status":"passed","time":{"start":1706618834268,"stop":1706618834269,"duration":1}},{"uid":"3f0f7a0527b736d0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f0f7a0527b736d0","status":"passed","time":{"start":1706618668767,"stop":1706618668770,"duration":3}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5921a7fd118fac8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5921a7fd118fac8d","status":"passed","time":{"start":1706618959493,"stop":1706618959493,"duration":0}},{"uid":"6a119a33da9d178c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6a119a33da9d178c","status":"passed","time":{"start":1706618735892,"stop":1706618735892,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d51a8a7108e0ed08","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d51a8a7108e0ed08","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"duration":0}},{"uid":"d2f727c5246eeb55","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d2f727c5246eeb55","status":"passed","time":{"start":1706618394331,"stop":1706618394331,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"722f6567fa07be16","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/722f6567fa07be16","status":"passed","time":{"start":1706618731297,"stop":1706618731297,"duration":0}},{"uid":"29c6de8ad23becf5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/29c6de8ad23becf5","status":"passed","time":{"start":1706618394340,"stop":1706618394341,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f52337cbb05b892","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f52337cbb05b892","status":"passed","time":{"start":1706618378926,"stop":1706618378926,"duration":0}},{"uid":"cf49d910ed58525c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf49d910ed58525c","status":"passed","time":{"start":1706618170167,"stop":1706618170167,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c9bca376bd007030","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c9bca376bd007030","status":"passed","time":{"start":1706618580243,"stop":1706618580244,"duration":1}},{"uid":"1968c1748d8ac748","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1968c1748d8ac748","status":"passed","time":{"start":1706618380651,"stop":1706618380652,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"de966abc3832db49","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/de966abc3832db49","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/metadata.spec.ts)","time":{"start":1706618799829,"stop":1706618799829,"duration":0}},{"uid":"471d3b307952ea9a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/471d3b307952ea9a","status":"passed","time":{"start":1706618497356,"stop":1706618497356,"duration":0}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c142bdc058b3335","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c142bdc058b3335","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"duration":0}},{"uid":"bd15624f445c1967","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd15624f445c1967","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f7ffc0da6d4b3c9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1f7ffc0da6d4b3c9","status":"passed","time":{"start":1706618871324,"stop":1706618871325,"duration":1}},{"uid":"7b3efdc44d0396bc","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7b3efdc44d0396bc","status":"passed","time":{"start":1706618685084,"stop":1706618685084,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53fae0cd3a6c53b4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/53fae0cd3a6c53b4","status":"passed","time":{"start":1706618851395,"stop":1706618851395,"duration":0}},{"uid":"38df4845ed4ed9b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38df4845ed4ed9b2","status":"passed","time":{"start":1706618682310,"stop":1706618682311,"duration":1}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3be3b8e595d8c7fa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3be3b8e595d8c7fa","status":"passed","time":{"start":1706618909984,"stop":1706618909985,"duration":1}},{"uid":"5d02b326cee6c3d4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5d02b326cee6c3d4","status":"passed","time":{"start":1706618664760,"stop":1706618664761,"duration":1}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b48cafab14c8dcb6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b48cafab14c8dcb6","status":"passed","time":{"start":1706619017484,"stop":1706619017485,"duration":1}},{"uid":"f269aba0cb185e28","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f269aba0cb185e28","status":"passed","time":{"start":1706618776675,"stop":1706618776675,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44f688133f883de5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44f688133f883de5","status":"passed","time":{"start":1706618371922,"stop":1706618371922,"duration":0}},{"uid":"c6ea50192c637ca5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6ea50192c637ca5","status":"passed","time":{"start":1706618164513,"stop":1706618164513,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"665f6b31e38e4342","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/665f6b31e38e4342","status":"passed","time":{"start":1706618378872,"stop":1706618378872,"duration":0}},{"uid":"d1514e7506d25eaa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d1514e7506d25eaa","status":"passed","time":{"start":1706618170154,"stop":1706618170155,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11de3e20d86dd1a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/11de3e20d86dd1a4","status":"passed","time":{"start":1706618858023,"stop":1706618858024,"duration":1}},{"uid":"d41c87b3775c0ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d41c87b3775c0ee","status":"passed","time":{"start":1706618636985,"stop":1706618636986,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3e7feb318159ef1a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e7feb318159ef1a","status":"passed","time":{"start":1706619033644,"stop":1706619033644,"duration":0}},{"uid":"a3db1ce5fcd1468e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3db1ce5fcd1468e","status":"passed","time":{"start":1706618794313,"stop":1706618794313,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ffa149227c8c5729","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ffa149227c8c5729","status":"passed","time":{"start":1706618731297,"stop":1706618731298,"duration":1}},{"uid":"a0796ba0ea446c8c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a0796ba0ea446c8c","status":"passed","time":{"start":1706618394342,"stop":1706618394342,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eac8a523d55570dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eac8a523d55570dc","status":"passed","time":{"start":1706618624519,"stop":1706618624520,"duration":1}},{"uid":"403c17c3c5ed4181","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/403c17c3c5ed4181","status":"passed","time":{"start":1706618460781,"stop":1706618460781,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94e9b537cf8985f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/94e9b537cf8985f0","status":"passed","time":{"start":1706619029142,"stop":1706619029142,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e865dfd633ac35","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5e865dfd633ac35","status":"passed","time":{"start":1706618871334,"stop":1706618871334,"duration":0}},{"uid":"c94d243569f01d0d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c94d243569f01d0d","status":"passed","time":{"start":1706618685094,"stop":1706618685094,"duration":0}}]},"d55dbba67336dfaf1acceb31510239b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37ffa09465197047","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37ffa09465197047","status":"passed","time":{"start":1706618996207,"stop":1706618996207,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ca702d5d2a1a38d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ca702d5d2a1a38d","status":"passed","time":{"start":1706618624280,"stop":1706618624281,"duration":1}},{"uid":"8fb636228653764d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8fb636228653764d","status":"passed","time":{"start":1706618425016,"stop":1706618425016,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8fe71991efdf9cf7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8fe71991efdf9cf7","status":"passed","time":{"start":1706618624428,"stop":1706618624449,"duration":21}},{"uid":"f193d68541ec56c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f193d68541ec56c0","status":"passed","time":{"start":1706618460770,"stop":1706618460771,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f38d590cd94a56ad","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f38d590cd94a56ad","status":"passed","time":{"start":1706618496639,"stop":1706618496639,"duration":0}},{"uid":"bf3b8d2c51f24602","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bf3b8d2c51f24602","status":"passed","time":{"start":1706618285305,"stop":1706618285305,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1145d47ad8b49ae7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1145d47ad8b49ae7","status":"passed","time":{"start":1706618731295,"stop":1706618731295,"duration":0}},{"uid":"72870df14338ee5c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72870df14338ee5c","status":"passed","time":{"start":1706618394339,"stop":1706618394339,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eae4bef80443c4e9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/eae4bef80443c4e9","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0}},{"uid":"b5a5c6bbd2694f1d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b5a5c6bbd2694f1d","status":"passed","time":{"start":1706618685098,"stop":1706618685098,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"336f1706e62a77ee","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/336f1706e62a77ee","status":"passed","time":{"start":1706618871335,"stop":1706618871335,"duration":0}},{"uid":"d87a6fdbca942b63","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d87a6fdbca942b63","status":"passed","time":{"start":1706618685096,"stop":1706618685097,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"add1fd8579ad12a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/add1fd8579ad12a1","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0}},{"uid":"2fa7a37b9bfc038f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fa7a37b9bfc038f","status":"passed","time":{"start":1706618165336,"stop":1706618165336,"duration":0}}]},"2aa97f08d1c04ebe377a667445eb8e1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8363b403f275c30c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8363b403f275c30c","status":"passed","time":{"start":1706618683929,"stop":1706618683929,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"24b29dcdfb2141a1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/24b29dcdfb2141a1","status":"passed","time":{"start":1706619030045,"stop":1706619030045,"duration":0}},{"uid":"92b3db38a1175a6c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/92b3db38a1175a6c","status":"passed","time":{"start":1706618784350,"stop":1706618784350,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6200c2a4f74d6db","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a6200c2a4f74d6db","status":"passed","time":{"start":1706618489110,"stop":1706618489110,"duration":0}},{"uid":"dd18ec295092d2ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd18ec295092d2ce","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a220aa1c810527a9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a220aa1c810527a9","status":"passed","time":{"start":1706618580259,"stop":1706618580259,"duration":0}},{"uid":"3351388b03a00b9e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3351388b03a00b9e","status":"passed","time":{"start":1706618380681,"stop":1706618380681,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"63ca91af1698632b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/63ca91af1698632b","status":"passed","time":{"start":1706618395558,"stop":1706618395558,"duration":0}},{"uid":"b9f2b71f31304e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b9f2b71f31304e4","status":"passed","time":{"start":1706618186249,"stop":1706618186249,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bd7e7651ee898d38","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bd7e7651ee898d38","status":"passed","time":{"start":1706618487714,"stop":1706618487714,"duration":0}},{"uid":"b628a6604b7c9268","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b628a6604b7c9268","status":"passed","time":{"start":1706618273730,"stop":1706618273731,"duration":1}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77a0ee55d5e39574","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77a0ee55d5e39574","status":"passed","time":{"start":1706618731276,"stop":1706618731276,"duration":0}},{"uid":"121e0f651ad4b19a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/121e0f651ad4b19a","status":"passed","time":{"start":1706618394305,"stop":1706618394305,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"47596903c4d5100e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/47596903c4d5100e","status":"passed","time":{"start":1706618865688,"stop":1706618865688,"duration":0}},{"uid":"588aea19e40d4640","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/588aea19e40d4640","status":"passed","time":{"start":1706618683927,"stop":1706618683927,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"303dce01dbce0663","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/303dce01dbce0663","status":"passed","time":{"start":1706618731280,"stop":1706618731281,"duration":1}},{"uid":"c39394a7d3d3b060","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39394a7d3d3b060","status":"passed","time":{"start":1706618394314,"stop":1706618394315,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"653c39ec602d430d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/653c39ec602d430d","status":"passed","time":{"start":1706618371933,"stop":1706618371934,"duration":1}},{"uid":"8b835ad06542cc48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b835ad06542cc48","status":"passed","time":{"start":1706618164520,"stop":1706618164521,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a83f8531c06e21c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1a83f8531c06e21c","status":"passed","time":{"start":1706618448911,"stop":1706618448911,"duration":0}},{"uid":"2fce0befc9869bf3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2fce0befc9869bf3","status":"passed","time":{"start":1706618242049,"stop":1706618242049,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5721e9b2c8baf761","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5721e9b2c8baf761","status":"passed","time":{"start":1706618580245,"stop":1706618580245,"duration":0}},{"uid":"76ea0f34adc72ef9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76ea0f34adc72ef9","status":"passed","time":{"start":1706618380654,"stop":1706618380655,"duration":1}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"140c99429323c8b5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/140c99429323c8b5","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0}},{"uid":"8ad43aefd500ccff","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8ad43aefd500ccff","status":"passed","time":{"start":1706618179847,"stop":1706618179847,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11d9c5ab18753781","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/11d9c5ab18753781","status":"passed","time":{"start":1706618858016,"stop":1706618858016,"duration":0}},{"uid":"9de9523c730f4a02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9de9523c730f4a02","status":"passed","time":{"start":1706618636973,"stop":1706618636973,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a7f2e485adc5ee62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a7f2e485adc5ee62","status":"passed","time":{"start":1706618858025,"stop":1706618858026,"duration":1}},{"uid":"7440c7c471bb05d5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7440c7c471bb05d5","status":"passed","time":{"start":1706618636990,"stop":1706618636991,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9128a13d7951eb44","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9128a13d7951eb44","status":"passed","time":{"start":1706619017483,"stop":1706619017483,"duration":0}},{"uid":"364dc46f697f5904","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/364dc46f697f5904","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"217edc81533541cc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/217edc81533541cc","status":"passed","time":{"start":1706618624272,"stop":1706618624272,"duration":0}},{"uid":"48cc54719acdbe5f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48cc54719acdbe5f","status":"passed","time":{"start":1706618425011,"stop":1706618425011,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c602341d3643dfc6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c602341d3643dfc6","status":"passed","time":{"start":1706618959485,"stop":1706618959485,"duration":0}},{"uid":"8a3fb31943fbf7b7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a3fb31943fbf7b7","status":"passed","time":{"start":1706618735883,"stop":1706618735883,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b9ad9c8ba8d15f0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7b9ad9c8ba8d15f0","status":"passed","time":{"start":1706618378924,"stop":1706618378925,"duration":1}},{"uid":"ebdc820f2ee23577","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ebdc820f2ee23577","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9bf048ef15895383","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9bf048ef15895383","status":"passed","time":{"start":1706618959505,"stop":1706618959505,"duration":0}},{"uid":"93474fa4d82bcd61","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/93474fa4d82bcd61","status":"passed","time":{"start":1706618735897,"stop":1706618735898,"duration":1}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9168dbdae3612f71","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9168dbdae3612f71","status":"passed","time":{"start":1706618624271,"stop":1706618624271,"duration":0}},{"uid":"e20e8fd86b1fdbdd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e20e8fd86b1fdbdd","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa8620e3a87fc6a4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fa8620e3a87fc6a4","status":"passed","time":{"start":1706618496642,"stop":1706618496642,"duration":0}},{"uid":"38047ab9c2fb65b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/38047ab9c2fb65b6","status":"passed","time":{"start":1706618285308,"stop":1706618285308,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e4d8252d48a068fc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e4d8252d48a068fc","status":"passed","time":{"start":1706618858009,"stop":1706618858009,"duration":0}},{"uid":"408334d630f99708","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/408334d630f99708","status":"passed","time":{"start":1706618636969,"stop":1706618636969,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"826a17d1293fe641","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/826a17d1293fe641","status":"passed","time":{"start":1706618389060,"stop":1706618389060,"duration":0}},{"uid":"1dd542bd7454835","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1dd542bd7454835","status":"passed","time":{"start":1706618179846,"stop":1706618179847,"duration":1}}]},"7bf91de0ff7f91d8d8ca7253ff0f3260:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f93539b24f610d77","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f93539b24f610d77","status":"passed","time":{"start":1706618454364,"stop":1706618454369,"duration":5}},{"uid":"c6c8f0818c8cb292","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c6c8f0818c8cb292","status":"passed","time":{"start":1706618246649,"stop":1706618246649,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c6223bc753eb36d0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c6223bc753eb36d0","status":"passed","time":{"start":1706619029136,"stop":1706619029136,"duration":0}},{"uid":"6cd966e46ddc877b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6cd966e46ddc877b","status":"passed","time":{"start":1706618668745,"stop":1706618668746,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8add4d174f31964a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8add4d174f31964a","status":"passed","time":{"start":1706618959473,"stop":1706618959473,"duration":0}},{"uid":"bb80784ff5852bef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb80784ff5852bef","status":"passed","time":{"start":1706618735853,"stop":1706618735853,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"20fd2890c370b29f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/20fd2890c370b29f","status":"passed","time":{"start":1706618865681,"stop":1706618865681,"duration":0}},{"uid":"c0a67f3297b3a555","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0a67f3297b3a555","status":"passed","time":{"start":1706618683921,"stop":1706618683921,"duration":0}}]},"35b56bece615976270927513e37d718f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"102b8491851400b8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/102b8491851400b8","status":"passed","time":{"start":1706618797776,"stop":1706618797776,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42cf9a4403cf190b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42cf9a4403cf190b","status":"passed","time":{"start":1706618731288,"stop":1706618731288,"duration":0}},{"uid":"86ce5d2290cbdf4d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86ce5d2290cbdf4d","status":"passed","time":{"start":1706618394325,"stop":1706618394326,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"555d658ab3d113ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/555d658ab3d113ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618865694,"stop":1706618865694,"duration":0}},{"uid":"aae38c225506d097","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aae38c225506d097","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618683934,"stop":1706618683934,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5328f6db879f10e1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5328f6db879f10e1","status":"passed","time":{"start":1706618378927,"stop":1706618378927,"duration":0}},{"uid":"104700acc8dd1927","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/104700acc8dd1927","status":"passed","time":{"start":1706618170167,"stop":1706618170168,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5617f73964d0098","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b5617f73964d0098","status":"passed","time":{"start":1706618580260,"stop":1706618580260,"duration":0}},{"uid":"b297d9f8ccc535b2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b297d9f8ccc535b2","status":"passed","time":{"start":1706618380683,"stop":1706618380684,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d734400327963a5b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d734400327963a5b","status":"passed","time":{"start":1706618959494,"stop":1706618959494,"duration":0}},{"uid":"685b33df2b36fb10","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/685b33df2b36fb10","status":"passed","time":{"start":1706618735893,"stop":1706618735893,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6980cbab84b97914","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6980cbab84b97914","status":"passed","time":{"start":1706618858017,"stop":1706618858017,"duration":0}},{"uid":"e4f76b373c596346","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4f76b373c596346","status":"passed","time":{"start":1706618636974,"stop":1706618636975,"duration":1}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ef841e3101369a5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ef841e3101369a5","status":"passed","time":{"start":1706619002397,"stop":1706619002397,"duration":0}},{"uid":"a2dfe028f6e2ad35","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a2dfe028f6e2ad35","status":"passed","time":{"start":1706618759768,"stop":1706618759769,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4ad1a10f8773f9d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d4ad1a10f8773f9d","status":"passed","time":{"start":1706619029145,"stop":1706619029145,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dd8b34fdca53fe24","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dd8b34fdca53fe24","status":"passed","time":{"start":1706618834268,"stop":1706618834268,"duration":0}},{"uid":"22eda392fea6cc97","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/22eda392fea6cc97","status":"passed","time":{"start":1706618668765,"stop":1706618668767,"duration":2}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"464310d2e01cd9a0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/464310d2e01cd9a0","status":"passed","time":{"start":1706618378873,"stop":1706618378873,"duration":0}},{"uid":"1b51d218675aeb37","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b51d218675aeb37","status":"passed","time":{"start":1706618170155,"stop":1706618170155,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d349e08097bdb61a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d349e08097bdb61a","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0}},{"uid":"f1be1f1140ae0eb3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f1be1f1140ae0eb3","status":"passed","time":{"start":1706618685093,"stop":1706618685094,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e47eca93ac7281d6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e47eca93ac7281d6","status":"passed","time":{"start":1706618431632,"stop":1706618431633,"duration":1}},{"uid":"28528e3959142e04","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/28528e3959142e04","status":"passed","time":{"start":1706618222837,"stop":1706618222837,"duration":0}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"abae4bad08daae59","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/abae4bad08daae59","status":"passed","time":{"start":1706618366453,"stop":1706618366454,"duration":1}},{"uid":"396f89ed8f581f11","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/396f89ed8f581f11","status":"passed","time":{"start":1706618156834,"stop":1706618156834,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"6ae74c09b8d6791e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ae74c09b8d6791e","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618871330,"stop":1706618871331,"duration":1}},{"uid":"24ed9aa07389c54b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/24ed9aa07389c54b","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618685088,"stop":1706618685089,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ff037fb10d91d2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7ff037fb10d91d2","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0}},{"uid":"edc4c1e1c8c21d12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/edc4c1e1c8c21d12","status":"passed","time":{"start":1706618749035,"stop":1706618749035,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"747b6b41c601980c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/747b6b41c601980c","status":"passed","time":{"start":1706619017482,"stop":1706619017483,"duration":1}},{"uid":"b404861590dab8ac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b404861590dab8ac","status":"passed","time":{"start":1706618776674,"stop":1706618776674,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2ff10a62cb23538","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f2ff10a62cb23538","status":"passed","time":{"start":1706618372825,"stop":1706618372825,"duration":0}},{"uid":"ce855f023ba9425d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce855f023ba9425d","status":"passed","time":{"start":1706618165342,"stop":1706618165342,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42ef827610e156d4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42ef827610e156d4","status":"passed","time":{"start":1706618624420,"stop":1706618624421,"duration":1}},{"uid":"a47b02eef75c253b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a47b02eef75c253b","status":"passed","time":{"start":1706618460769,"stop":1706618460770,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4db60570bd813248","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4db60570bd813248","status":"passed","time":{"start":1706618389059,"stop":1706618389059,"duration":0}},{"uid":"bcee09fa7bb2c572","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bcee09fa7bb2c572","status":"passed","time":{"start":1706618179846,"stop":1706618179846,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d73d95454d42566f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d73d95454d42566f","status":"passed","time":{"start":1706618871336,"stop":1706618871336,"duration":0}},{"uid":"b2ba7ea51cf096e2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/b2ba7ea51cf096e2","status":"passed","time":{"start":1706618685097,"stop":1706618685098,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c944b878725a88b9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c944b878725a88b9","status":"passed","time":{"start":1706618858028,"stop":1706618858029,"duration":1}},{"uid":"66b0b05598511bc9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66b0b05598511bc9","status":"passed","time":{"start":1706618636993,"stop":1706618636994,"duration":1}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95eb05e24782422d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/95eb05e24782422d","status":"passed","time":{"start":1706619044147,"stop":1706619044147,"duration":0}},{"uid":"a37c936cce9e6e31","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a37c936cce9e6e31","status":"passed","time":{"start":1706618804663,"stop":1706618804663,"duration":0}}]},"69449bc972b0785a4c2d37eee68dc8b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b1100522666c1f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b1100522666c1f","status":"passed","time":{"start":1706618858030,"stop":1706618858037,"duration":7}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"37ad8e5e5bd2c538","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/37ad8e5e5bd2c538","status":"passed","time":{"start":1706618378925,"stop":1706618378925,"duration":0}},{"uid":"248650e492eb502d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/248650e492eb502d","status":"passed","time":{"start":1706618170165,"stop":1706618170165,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"618d7569c3956283","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/618d7569c3956283","status":"passed","time":{"start":1706618959499,"stop":1706618959500,"duration":1}},{"uid":"dba82f0e27403365","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dba82f0e27403365","status":"passed","time":{"start":1706618735896,"stop":1706618735896,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"42b8e41b00ae3336","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/42b8e41b00ae3336","status":"passed","time":{"start":1706618687106,"stop":1706618687107,"duration":1}},{"uid":"e4a210486722ce26","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e4a210486722ce26","status":"passed","time":{"start":1706618460835,"stop":1706618460835,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c482c1d80a6c916a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c482c1d80a6c916a","status":"passed","time":{"start":1706618959483,"stop":1706618959484,"duration":1}},{"uid":"7fa9bd5770019637","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fa9bd5770019637","status":"passed","time":{"start":1706618735880,"stop":1706618735881,"duration":1}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3f210d341443278","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c3f210d341443278","status":"passed","time":{"start":1706618959482,"stop":1706618959483,"duration":1}},{"uid":"288eccb8b5f379ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/288eccb8b5f379ab","status":"passed","time":{"start":1706618735878,"stop":1706618735879,"duration":1}}]},"9e8826bf3902b6ab79e30ad4af33ec94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c38ddd1773e53c7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c38ddd1773e53c7","status":"passed","time":{"start":1706618454360,"stop":1706618454361,"duration":1}},{"uid":"c0807ad3f03b0388","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c0807ad3f03b0388","status":"passed","time":{"start":1706618246646,"stop":1706618246647,"duration":1}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ad7542fc5fe8ec7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1ad7542fc5fe8ec7","status":"passed","time":{"start":1706618624499,"stop":1706618624500,"duration":1}},{"uid":"4d7c94c427f0359e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d7c94c427f0359e","status":"passed","time":{"start":1706618460780,"stop":1706618460780,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a6a9be104b3c4a7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5a6a9be104b3c4a7","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"duration":0}},{"uid":"3ede1ad9db3e14d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3ede1ad9db3e14d9","status":"passed","time":{"start":1706618394348,"stop":1706618394348,"duration":0}}]},"bf828d51146b952dc7d5b3cb2a986a74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"284501093b08e9d7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/284501093b08e9d7","status":"passed","time":{"start":1706618959495,"stop":1706618959496,"duration":1}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3df18e72c01868c5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3df18e72c01868c5","status":"passed","time":{"start":1706619029143,"stop":1706619029143,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ab928789beecb37e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ab928789beecb37e","status":"passed","time":{"start":1706618858026,"stop":1706618858026,"duration":0}},{"uid":"f12ffbc05078a111","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f12ffbc05078a111","status":"passed","time":{"start":1706618636991,"stop":1706618636991,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":1,"passed":0,"unknown":0,"total":2},"items":[{"uid":"e2a191b8d32cae65","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e2a191b8d32cae65","status":"skipped","statusDetails":"Test ignored","time":{"start":1706618624499,"stop":1706618624499,"duration":0}},{"uid":"8472d21f842d1b6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8472d21f842d1b6","status":"broken","statusDetails":"Error subscribe all peers: Error subscribing to peer: 16Uiu2HAmRKDx1pTohHTSaJWZ3ccA6gQdibqicVM9pSLqEWwftM2o for content topics: /test/1/waku-multi,/test/2/waku-multi,/test/3/waku-multi,/test/4/waku-multi,/test/5/waku-multi,/test/6/waku-multi,/test/7/waku-multi,/test/8/waku-multi,/test/9/waku-multi,/test/10/waku-multi,/test/11/waku-multi,/test/12/waku-multi,/test/13/waku-multi,/test/14/waku-multi,/test/15/waku-multi,/test/16/waku-multi,/test/17/waku-multi,/test/18/waku-multi,/test/19/waku-multi,/test/20/waku-multi,/test/21/waku-multi,/test/22/waku-multi,/test/23/waku-multi,/test/24/waku-multi,/test/25/waku-multi,/test/26/waku-multi,/test/27/waku-multi,/test/28/waku-multi,/test/29/waku-multi,/test/30/waku-multi,/test/31/waku-multi,/test/32/waku-multi,/test/33/waku-multi,/test/34/waku-multi,/test/35/waku-multi,/test/36/waku-multi,/test/37/waku-multi,/test/38/waku-multi,/test/39/waku-multi,/test/40/waku-multi,/test/41/waku-multi,/test/42/waku-multi,/test/43/waku-multi,/test/44/waku-multi,/test/45/waku-multi,/test/46/waku-multi,/test/47/waku-multi,/test/48/waku-multi,/test/49/waku-multi,/test/50/waku-multi,/test/51/waku-multi,/test/52/waku-multi,/test/53/waku-multi,/test/54/waku-multi,/test/55/waku-multi,/test/56/waku-multi,/test/57/waku-multi,/test/58/waku-multi,/test/59/waku-multi,/test/60/waku-multi,/test/61/waku-multi,/test/62/waku-multi,/test/63/waku-multi,/test/64/waku-multi,/test/65/waku-multi,/test/66/waku-multi,/test/67/waku-multi,/test/68/waku-multi,/test/69/waku-multi,/test/70/waku-multi,/test/71/waku-multi,/test/72/waku-multi,/test/73/waku-multi,/test/74/waku-multi,/test/75/waku-multi,/test/76/waku-multi,/test/77/waku-multi,/test/78/waku-multi,/test/79/waku-multi,/test/80/waku-multi,/test/81/waku-multi,/test/82/waku-multi,/test/83/waku-multi,/test/84/waku-multi,/test/85/waku-multi,/test/86/waku-multi,/test/87/waku-multi,/test/88/waku-multi,/test/89/waku-multi,/test/90/waku-multi,/test/91/waku-multi,/test/92/waku-multi,/test/93/waku-multi,/test/94/waku-multi,/test/95/waku-multi,/test/96/waku-multi,/test/97/waku-multi,/test/98/waku-multi,/test/99/waku-multi,/test/100/waku-multi,/test/101/waku-multi: Error: Filter subscribe request 6d5ce93c-ec2e-458a-95b2-2a562b4741e3 failed with status code 400: BAD_REQUEST: exceeds maximum content topics: 30 (occurred 1 times)","time":{"start":1706618460779,"stop":1706618460779,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b1d5fe5214f3034","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b1d5fe5214f3034","status":"passed","time":{"start":1706618372811,"stop":1706618372811,"duration":0}},{"uid":"db9f4a818e87f4d8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/db9f4a818e87f4d8","status":"passed","time":{"start":1706618165334,"stop":1706618165334,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6b1ced300464cbc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a6b1ced300464cbc","status":"passed","time":{"start":1706619008973,"stop":1706619008973,"duration":0}},{"uid":"139024346b7ef194","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/139024346b7ef194","status":"passed","time":{"start":1706618775738,"stop":1706618775739,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1957ea6036418b98","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1957ea6036418b98","status":"passed","time":{"start":1706618366596,"stop":1706618366596,"duration":0}},{"uid":"f86b99cffca8a9d3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f86b99cffca8a9d3","status":"passed","time":{"start":1706618156962,"stop":1706618156962,"duration":0}}]},"0b787412db319f42ba6bb8f479774a79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75bded93cf89bbba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/75bded93cf89bbba","status":"passed","time":{"start":1706618380669,"stop":1706618380670,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e05c7d24c0a4e8ca","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e05c7d24c0a4e8ca","status":"passed","time":{"start":1706618973545,"stop":1706618973545,"duration":0}},{"uid":"4d6f8169fcda2e18","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4d6f8169fcda2e18","status":"passed","time":{"start":1706618749036,"stop":1706618749036,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"573904aed2972bb6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/573904aed2972bb6","status":"passed","time":{"start":1706618909986,"stop":1706618909986,"duration":0}},{"uid":"bd93b8087bb02218","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd93b8087bb02218","status":"passed","time":{"start":1706618664763,"stop":1706618664763,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29450f8b43ec92e7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/29450f8b43ec92e7","status":"passed","time":{"start":1706618996194,"stop":1706618996194,"duration":0}},{"uid":"f16fef4d8ce817e0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f16fef4d8ce817e0","status":"passed","time":{"start":1706618797765,"stop":1706618797765,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"972a742f4f6cb7bc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/972a742f4f6cb7bc","status":"passed","time":{"start":1706618858027,"stop":1706618858027,"duration":0}},{"uid":"17228610690b5b0a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17228610690b5b0a","status":"passed","time":{"start":1706618636992,"stop":1706618636992,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d70ef453bd2a0f88","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d70ef453bd2a0f88","status":"passed","time":{"start":1706619029126,"stop":1706619029126,"duration":0}},{"uid":"367a37b8de5cd2b3","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/367a37b8de5cd2b3","status":"passed","time":{"start":1706618668731,"stop":1706618668731,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"43316e2178a38f32","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/43316e2178a38f32","status":"passed","time":{"start":1706618489110,"stop":1706618489111,"duration":1}},{"uid":"1b62d022d395302f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1b62d022d395302f","status":"passed","time":{"start":1706618284925,"stop":1706618284925,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"645ee93a653f35ec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/645ee93a653f35ec","status":"passed","time":{"start":1706618973544,"stop":1706618973544,"duration":0}},{"uid":"935e4436d5ea27b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/935e4436d5ea27b1","status":"passed","time":{"start":1706618749033,"stop":1706618749034,"duration":1}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e35366ce8ff1092f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e35366ce8ff1092f","status":"passed","time":{"start":1706618389063,"stop":1706618389063,"duration":0}},{"uid":"8c1332b917089c13","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8c1332b917089c13","status":"passed","time":{"start":1706618179850,"stop":1706618179850,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7def98d55128c70","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b7def98d55128c70","status":"passed","time":{"start":1706618959495,"stop":1706618959495,"duration":0}},{"uid":"7c49239655a195ef","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7c49239655a195ef","status":"passed","time":{"start":1706618735894,"stop":1706618735894,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59f435fdb60e90e6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/59f435fdb60e90e6","status":"passed","time":{"start":1706619030047,"stop":1706619030048,"duration":1}},{"uid":"e936765541a362f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e936765541a362f","status":"passed","time":{"start":1706618784354,"stop":1706618784354,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f730f1996dad923","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f730f1996dad923","status":"passed","time":{"start":1706618731291,"stop":1706618731291,"duration":0}},{"uid":"554caa83d8c56f38","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/554caa83d8c56f38","status":"passed","time":{"start":1706618394331,"stop":1706618394332,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"529e47bbfb628763","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/529e47bbfb628763","status":"passed","time":{"start":1706618959504,"stop":1706618959505,"duration":1}},{"uid":"87ece277dbdc1385","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/87ece277dbdc1385","status":"passed","time":{"start":1706618735897,"stop":1706618735897,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77f200462c188092","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/77f200462c188092","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0}},{"uid":"68623e0e4d5aa815","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/68623e0e4d5aa815","status":"passed","time":{"start":1706618668721,"stop":1706618668722,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2},"items":[{"uid":"df1330095d99a636","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/df1330095d99a636","status":"passed","time":{"start":1706619029139,"stop":1706619029139,"duration":0}},{"uid":"289bd88a6763e98e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/289bd88a6763e98e","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":1706618668748,"stop":1706618668748,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b640cc3a61e6b29","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b640cc3a61e6b29","status":"passed","time":{"start":1706618372810,"stop":1706618372810,"duration":0}},{"uid":"7cc56f8a784bb46a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7cc56f8a784bb46a","status":"passed","time":{"start":1706618165331,"stop":1706618165332,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ec286b448bc96a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c6ec286b448bc96a","status":"passed","time":{"start":1706619029139,"stop":1706619029140,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1963ce1f40e0dd9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e1963ce1f40e0dd9","status":"passed","time":{"start":1706619029127,"stop":1706619029127,"duration":0}},{"uid":"3d8ca58d9205907b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d8ca58d9205907b","status":"passed","time":{"start":1706618668733,"stop":1706618668733,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bbee2a8060f67063","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bbee2a8060f67063","status":"passed","time":{"start":1706618858029,"stop":1706618858029,"duration":0}},{"uid":"9834487d9bc71aae","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9834487d9bc71aae","status":"passed","time":{"start":1706618636994,"stop":1706618636994,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"db31f7014b3d966e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/db31f7014b3d966e","status":"passed","time":{"start":1706618580246,"stop":1706618580246,"duration":0}},{"uid":"548781c2488510e1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/548781c2488510e1","status":"passed","time":{"start":1706618380655,"stop":1706618380656,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54da178a737e6508","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/54da178a737e6508","status":"passed","time":{"start":1706618580247,"stop":1706618580248,"duration":1}},{"uid":"17d832036aa42587","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/17d832036aa42587","status":"passed","time":{"start":1706618380657,"stop":1706618380658,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"75d8aac2bd155649","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/75d8aac2bd155649","status":"passed","time":{"start":1706618934693,"stop":1706618934693,"duration":0}},{"uid":"3057487d5abd4f8e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3057487d5abd4f8e","status":"passed","time":{"start":1706618732533,"stop":1706618732533,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc24ec9960e67e9d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bc24ec9960e67e9d","status":"passed","time":{"start":1706618429313,"stop":1706618429314,"duration":1}},{"uid":"493c021914edb99c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/493c021914edb99c","status":"passed","time":{"start":1706618221266,"stop":1706618221266,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b4bdcea56f80d1d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5b4bdcea56f80d1d","status":"passed","time":{"start":1706618487715,"stop":1706618487716,"duration":1}},{"uid":"9bb68bc062f57013","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9bb68bc062f57013","status":"passed","time":{"start":1706618273733,"stop":1706618273734,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"406f98c0d76755d8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/406f98c0d76755d8","status":"passed","time":{"start":1706618858011,"stop":1706618858011,"duration":0}},{"uid":"76e455b187548a96","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/76e455b187548a96","status":"passed","time":{"start":1706618636971,"stop":1706618636972,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0c922cff128f494","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b0c922cff128f494","status":"passed","time":{"start":1706618973548,"stop":1706618973549,"duration":1}},{"uid":"5454628c66099cd6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5454628c66099cd6","status":"passed","time":{"start":1706618749045,"stop":1706618749045,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c821d45c05b11647","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c821d45c05b11647","status":"passed","time":{"start":1706618996201,"stop":1706618996201,"duration":0}},{"uid":"4ebfc1b3e79538d1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4ebfc1b3e79538d1","status":"passed","time":{"start":1706618797770,"stop":1706618797770,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a93c14c20bfc2c02","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a93c14c20bfc2c02","status":"passed","time":{"start":1706618996188,"stop":1706618996188,"duration":0}},{"uid":"9a8415e39b3480ce","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9a8415e39b3480ce","status":"passed","time":{"start":1706618797761,"stop":1706618797762,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83a85c89293da8ac","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83a85c89293da8ac","status":"passed","time":{"start":1706618372818,"stop":1706618372818,"duration":0}},{"uid":"d551b8ea32800311","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d551b8ea32800311","status":"passed","time":{"start":1706618165336,"stop":1706618165337,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c68ad248c0eb2a4b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c68ad248c0eb2a4b","status":"passed","time":{"start":1706618372809,"stop":1706618372810,"duration":1}},{"uid":"3b3783c4e8eb32cf","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3b3783c4e8eb32cf","status":"passed","time":{"start":1706618165324,"stop":1706618165331,"duration":7}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3e2815122dcc8b62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3e2815122dcc8b62","status":"passed","time":{"start":1706618431633,"stop":1706618431633,"duration":0}},{"uid":"577a016541921339","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/577a016541921339","status":"passed","time":{"start":1706618222838,"stop":1706618222838,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b414a2516eda0f5","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b414a2516eda0f5","status":"passed","time":{"start":1706618580254,"stop":1706618580254,"duration":0}},{"uid":"2f99ea0e2d225e8f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f99ea0e2d225e8f","status":"passed","time":{"start":1706618380667,"stop":1706618380668,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f55a2c59137dda0d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f55a2c59137dda0d","status":"passed","time":{"start":1706618851395,"stop":1706618851396,"duration":1}},{"uid":"15852572303ef548","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/15852572303ef548","status":"passed","time":{"start":1706618682311,"stop":1706618682311,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5e5345bcf96af6a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e5e5345bcf96af6a","status":"passed","time":{"start":1706618973549,"stop":1706618973549,"duration":0}},{"uid":"d7374f1645781337","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d7374f1645781337","status":"passed","time":{"start":1706618749046,"stop":1706618749046,"duration":0}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"726684dd59fb7105","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/726684dd59fb7105","status":"passed","time":{"start":1706618886441,"stop":1706618886441,"duration":0}},{"uid":"aee1431e0dccca65","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/aee1431e0dccca65","status":"passed","time":{"start":1706618698145,"stop":1706618698146,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48e472bc6de49652","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/48e472bc6de49652","status":"passed","time":{"start":1706618371934,"stop":1706618371934,"duration":0}},{"uid":"40f26fad43117aac","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/40f26fad43117aac","status":"passed","time":{"start":1706618164522,"stop":1706618164522,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e7adea0053c90cf","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e7adea0053c90cf","status":"passed","time":{"start":1706618858023,"stop":1706618858023,"duration":0}},{"uid":"66ae55d01dcbe56","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/66ae55d01dcbe56","status":"passed","time":{"start":1706618636984,"stop":1706618636984,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c7cd74f27936d1a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c7cd74f27936d1a","status":"passed","time":{"start":1706618366457,"stop":1706618366458,"duration":1}},{"uid":"a46f9ba520454cfb","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a46f9ba520454cfb","status":"passed","time":{"start":1706618156837,"stop":1706618156838,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8271f91bf7a89eb8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8271f91bf7a89eb8","status":"passed","time":{"start":1706619029125,"stop":1706619029125,"duration":0}},{"uid":"fc4ad150cdd8247e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/fc4ad150cdd8247e","status":"passed","time":{"start":1706618668730,"stop":1706618668730,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff28cd1e9467645c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ff28cd1e9467645c","status":"passed","time":{"start":1706619029142,"stop":1706619029143,"duration":1}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"abdb211093992aca","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/abdb211093992aca","status":"passed","time":{"start":1706618371932,"stop":1706618371933,"duration":1}},{"uid":"682b217ff2605bd8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/682b217ff2605bd8","status":"passed","time":{"start":1706618164519,"stop":1706618164520,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"47fa094f760a3a41","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/47fa094f760a3a41","status":"passed","time":{"start":1706618871332,"stop":1706618871332,"duration":0}},{"uid":"f3577d6be13a8d73","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f3577d6be13a8d73","status":"passed","time":{"start":1706618685090,"stop":1706618685090,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e405687b0aad631","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e405687b0aad631","status":"passed","time":{"start":1706618973548,"stop":1706618973548,"duration":0}},{"uid":"eb217fa0ae25202e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eb217fa0ae25202e","status":"passed","time":{"start":1706618749044,"stop":1706618749045,"duration":1}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c78192106af17052","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c78192106af17052","status":"passed","time":{"start":1706618624522,"stop":1706618624523,"duration":1}},{"uid":"86d7dedbfd08bf52","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/86d7dedbfd08bf52","status":"passed","time":{"start":1706618460784,"stop":1706618460784,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6cec32f6937d472f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6cec32f6937d472f","status":"passed","time":{"start":1706618580247,"stop":1706618580247,"duration":0}},{"uid":"4afe2b4d40518b34","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/4afe2b4d40518b34","status":"passed","time":{"start":1706618380657,"stop":1706618380657,"duration":0}}]},"a9677af5eebcc6abf42b38427b2ad6d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f996a897c6b8d6a9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f996a897c6b8d6a9","status":"passed","time":{"start":1706618636995,"stop":1706618636995,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"de7031a1a31b7b7a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/de7031a1a31b7b7a","status":"passed","time":{"start":1706619029133,"stop":1706619029135,"duration":2}},{"uid":"8a6bd248a2434c86","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8a6bd248a2434c86","status":"passed","time":{"start":1706618668744,"stop":1706618668745,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f3a37b536d8805c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4f3a37b536d8805c","status":"passed","time":{"start":1706618372822,"stop":1706618372823,"duration":1}},{"uid":"a3b8c077c8124617","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/a3b8c077c8124617","status":"passed","time":{"start":1706618165340,"stop":1706618165341,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe4f6d59708737c6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fe4f6d59708737c6","status":"passed","time":{"start":1706618731286,"stop":1706618731287,"duration":1}},{"uid":"6d2ef4e070f53a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6d2ef4e070f53a1","status":"passed","time":{"start":1706618394320,"stop":1706618394320,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"339e52495f5bcf4d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/339e52495f5bcf4d","status":"passed","time":{"start":1706618489111,"stop":1706618489112,"duration":1}},{"uid":"ce238481d5ed081e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ce238481d5ed081e","status":"passed","time":{"start":1706618284926,"stop":1706618284926,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3109acc120ea0eb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b3109acc120ea0eb","status":"passed","time":{"start":1706618395066,"stop":1706618395068,"duration":2}},{"uid":"3919598c362990c2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3919598c362990c2","status":"passed","time":{"start":1706618185606,"stop":1706618185608,"duration":2}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac29d1026baa1d0e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/ac29d1026baa1d0e","status":"passed","time":{"start":1706618871323,"stop":1706618871324,"duration":1}},{"uid":"f32e18ff367ebc02","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f32e18ff367ebc02","status":"passed","time":{"start":1706618685083,"stop":1706618685084,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c203877b4d79ae79","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c203877b4d79ae79","status":"passed","time":{"start":1706618731283,"stop":1706618731284,"duration":1}},{"uid":"39679bce293510e4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/39679bce293510e4","status":"passed","time":{"start":1706618394317,"stop":1706618394318,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"146caefe1acba21b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/146caefe1acba21b","status":"passed","time":{"start":1706619035796,"stop":1706619035797,"duration":1}},{"uid":"218a150790fd2197","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/218a150790fd2197","status":"passed","time":{"start":1706618800451,"stop":1706618800451,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3899f1ed2dd4bbb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a3899f1ed2dd4bbb","status":"passed","time":{"start":1706619002392,"stop":1706619002393,"duration":1}},{"uid":"801970b1424db89e","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/801970b1424db89e","status":"passed","time":{"start":1706618759764,"stop":1706618759765,"duration":1}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1c945ca327773225","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1c945ca327773225","status":"passed","time":{"start":1706618996184,"stop":1706618996184,"duration":0}},{"uid":"3bf35207fdb0d8a6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3bf35207fdb0d8a6","status":"passed","time":{"start":1706618797759,"stop":1706618797760,"duration":1}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ace19f0b2179947","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6ace19f0b2179947","status":"passed","time":{"start":1706618865685,"stop":1706618865685,"duration":0}},{"uid":"48677762126a8c0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/48677762126a8c0","status":"passed","time":{"start":1706618683924,"stop":1706618683925,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18a6a9285087fae0","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/18a6a9285087fae0","status":"passed","time":{"start":1706618934692,"stop":1706618934693,"duration":1}},{"uid":"3f935de5873ef8fd","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3f935de5873ef8fd","status":"passed","time":{"start":1706618732532,"stop":1706618732533,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc5a44f41bc6eca2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fc5a44f41bc6eca2","status":"passed","time":{"start":1706618851394,"stop":1706618851395,"duration":1}},{"uid":"f22a5246d34ed7b1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f22a5246d34ed7b1","status":"passed","time":{"start":1706618682309,"stop":1706618682310,"duration":1}}]},"4851f565afa729243cffd99aee137b6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eda8d4d6f2e68c49","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eda8d4d6f2e68c49","status":"passed","time":{"start":1706618380670,"stop":1706618380671,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b6adddb4bafdfcde","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b6adddb4bafdfcde","status":"passed","time":{"start":1706619029132,"stop":1706619029133,"duration":1}},{"uid":"3300d92805bef86d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3300d92805bef86d","status":"passed","time":{"start":1706618668743,"stop":1706618668744,"duration":1}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e1d545a6cafb5dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1e1d545a6cafb5dc","status":"passed","time":{"start":1706618388589,"stop":1706618388590,"duration":1}},{"uid":"2ef11f9e25587a85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2ef11f9e25587a85","status":"passed","time":{"start":1706618179515,"stop":1706618179515,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"de62266ff1c1757","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/de62266ff1c1757","status":"passed","time":{"start":1706619004844,"stop":1706619004844,"duration":0}},{"uid":"3d9492c45c331c5d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3d9492c45c331c5d","status":"passed","time":{"start":1706618760392,"stop":1706618760393,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"52aa3f9a0a34b2bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/52aa3f9a0a34b2bb","status":"passed","time":{"start":1706618871329,"stop":1706618871329,"duration":0}},{"uid":"50e54665b421e9f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/50e54665b421e9f9","status":"passed","time":{"start":1706618685086,"stop":1706618685086,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dbbd9c4a47a8cc8d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/dbbd9c4a47a8cc8d","status":"passed","time":{"start":1706618996205,"stop":1706618996206,"duration":1}},{"uid":"7bd413bdc67d336f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7bd413bdc67d336f","status":"passed","time":{"start":1706618797774,"stop":1706618797775,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe11b744911c66f3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fe11b744911c66f3","status":"passed","time":{"start":1706619021206,"stop":1706619021206,"duration":0}},{"uid":"cdf6cab41bcd338f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cdf6cab41bcd338f","status":"passed","time":{"start":1706618787468,"stop":1706618787468,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fb2bc7b288d6fdab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fb2bc7b288d6fdab","status":"passed","time":{"start":1706618858024,"stop":1706618858025,"duration":1}},{"uid":"7a01512317f62d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7a01512317f62d9","status":"passed","time":{"start":1706618636989,"stop":1706618636989,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"70d1f36abe5e9f02","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/70d1f36abe5e9f02","status":"passed","time":{"start":1706618489112,"stop":1706618489112,"duration":0}},{"uid":"f119c80c8824cab5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f119c80c8824cab5","status":"passed","time":{"start":1706618284926,"stop":1706618284927,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99a3463fff272dc8","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/99a3463fff272dc8","status":"passed","time":{"start":1706618580244,"stop":1706618580244,"duration":0}},{"uid":"bb7b04959bceb137","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bb7b04959bceb137","status":"passed","time":{"start":1706618380652,"stop":1706618380653,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e8b73c53071a5213","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e8b73c53071a5213","status":"passed","time":{"start":1706618996208,"stop":1706618996209,"duration":1}},{"uid":"5a81eb26b8d06467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a81eb26b8d06467","status":"passed","time":{"start":1706618797778,"stop":1706618797778,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de746c5ff32c49a8","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/de746c5ff32c49a8","status":"passed","time":{"start":1706618159420,"stop":1706618159420,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bea174bf9a612b01","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/bea174bf9a612b01","status":"passed","time":{"start":1706618959489,"stop":1706618959489,"duration":0}},{"uid":"dd1c76a0986efd4","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dd1c76a0986efd4","status":"passed","time":{"start":1706618735888,"stop":1706618735888,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22ffcc2a11733a62","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/22ffcc2a11733a62","status":"passed","time":{"start":1706619029146,"stop":1706619029146,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a22a046ff0b89741","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a22a046ff0b89741","status":"passed","time":{"start":1706619035797,"stop":1706619035797,"duration":0}},{"uid":"516e72fce3c493a5","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/516e72fce3c493a5","status":"passed","time":{"start":1706618800452,"stop":1706618800452,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc9d09a56cd91b18","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cc9d09a56cd91b18","status":"passed","time":{"start":1706618371935,"stop":1706618371936,"duration":1}},{"uid":"ff5047856f534df9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ff5047856f534df9","status":"passed","time":{"start":1706618164524,"stop":1706618164524,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0eaee25a7dcb4c1","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b0eaee25a7dcb4c1","status":"passed","time":{"start":1706618429312,"stop":1706618429313,"duration":1}},{"uid":"c39a7d89a149aa32","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c39a7d89a149aa32","status":"passed","time":{"start":1706618221265,"stop":1706618221265,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ebe234265ef378c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/4ebe234265ef378c","status":"passed","time":{"start":1706618731298,"stop":1706618731299,"duration":1}},{"uid":"44c593af14d21753","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/44c593af14d21753","status":"passed","time":{"start":1706618394346,"stop":1706618394347,"duration":1}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85b3d87b3851ca6b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/85b3d87b3851ca6b","status":"passed","time":{"start":1706618858010,"stop":1706618858010,"duration":0}},{"uid":"763b8628f9df54af","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/763b8628f9df54af","status":"passed","time":{"start":1706618636970,"stop":1706618636970,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0c4c419549cc7b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c0c4c419549cc7b","status":"passed","time":{"start":1706618996195,"stop":1706618996195,"duration":0}},{"uid":"f74778a2cd7d557b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/f74778a2cd7d557b","status":"passed","time":{"start":1706618797766,"stop":1706618797766,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fad827e7c0d3e70","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/fad827e7c0d3e70","status":"passed","time":{"start":1706619029128,"stop":1706619029128,"duration":0}},{"uid":"eae885fddbff623b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/eae885fddbff623b","status":"passed","time":{"start":1706618668734,"stop":1706618668736,"duration":2}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b9b3ef713f9a077f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b9b3ef713f9a077f","status":"passed","time":{"start":1706618624536,"stop":1706618624536,"duration":0}},{"uid":"36ecd8731b331997","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/36ecd8731b331997","status":"passed","time":{"start":1706618460787,"stop":1706618460787,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"682e0a510969e1b7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/682e0a510969e1b7","status":"passed","time":{"start":1706618959476,"stop":1706618959476,"duration":0}},{"uid":"11605c2c57c34985","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/11605c2c57c34985","status":"passed","time":{"start":1706618735868,"stop":1706618735869,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d9c85123b94df4ec","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d9c85123b94df4ec","status":"passed","time":{"start":1706619030047,"stop":1706619030047,"duration":0}},{"uid":"cf818a0941342660","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/cf818a0941342660","status":"passed","time":{"start":1706618784353,"stop":1706618784353,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5caeadbc4a454657","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5caeadbc4a454657","status":"passed","time":{"start":1706618371923,"stop":1706618371923,"duration":0}},{"uid":"5a86a8b8993f9467","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5a86a8b8993f9467","status":"passed","time":{"start":1706618164514,"stop":1706618164514,"duration":0}}]},"f7a6ee822fa602fbcc9955cfa5a47905:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1596086e3d4992d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/b1596086e3d4992d","status":"passed","time":{"start":1706618858037,"stop":1706618858038,"duration":1}}]},"6f4d3d6033d949744e42458b367703e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32e9dcc6370f7e05","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/32e9dcc6370f7e05","status":"passed","time":{"start":1706618996206,"stop":1706618996207,"duration":1}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5cb4199a425cb12f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5cb4199a425cb12f","status":"passed","time":{"start":1706619004845,"stop":1706619004846,"duration":1}},{"uid":"5996e3627eab2a7a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/5996e3627eab2a7a","status":"passed","time":{"start":1706618760399,"stop":1706618760406,"duration":7}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e86e66f3252caa9f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e86e66f3252caa9f","status":"passed","time":{"start":1706619029122,"stop":1706619029122,"duration":0}},{"uid":"9689d8a4b04ee6f6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9689d8a4b04ee6f6","status":"passed","time":{"start":1706618668713,"stop":1706618668713,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e614e39c4360be4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5e614e39c4360be4","status":"passed","time":{"start":1706618372821,"stop":1706618372821,"duration":0}},{"uid":"293612d152712438","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/293612d152712438","status":"passed","time":{"start":1706618165339,"stop":1706618165339,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e95e3901220248c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8e95e3901220248c","status":"passed","time":{"start":1706618973547,"stop":1706618973547,"duration":0}},{"uid":"e74fea82ff7295ab","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/e74fea82ff7295ab","status":"passed","time":{"start":1706618749037,"stop":1706618749043,"duration":6}}]},"545c0a766d9b4f22b4d869bc0f8db47a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"28a5e6b81638f76b","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/28a5e6b81638f76b","status":"passed","time":{"start":1706618454361,"stop":1706618454361,"duration":0}},{"uid":"30e787174f9ca2f2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/30e787174f9ca2f2","status":"passed","time":{"start":1706618246647,"stop":1706618246647,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c1ce7e3a7bb159e","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5c1ce7e3a7bb159e","status":"passed","time":{"start":1706619029123,"stop":1706619029123,"duration":0}},{"uid":"bd55bf8c4105da42","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/bd55bf8c4105da42","status":"passed","time":{"start":1706618668722,"stop":1706618668722,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5dc6a053545d98ff","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5dc6a053545d98ff","status":"passed","time":{"start":1706618871330,"stop":1706618871330,"duration":0}},{"uid":"564808765deefdc2","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/564808765deefdc2","status":"passed","time":{"start":1706618685086,"stop":1706618685087,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"86dc39e585a91240","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/86dc39e585a91240","status":"passed","time":{"start":1706618731282,"stop":1706618731282,"duration":0}},{"uid":"3906668745877f0c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3906668745877f0c","status":"passed","time":{"start":1706618394316,"stop":1706618394316,"duration":0}}]},"2f53c399f96de2390573030e6d339b7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7514df74705726c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d7514df74705726c","status":"passed","time":{"start":1706618735895,"stop":1706618735896,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26282bf1865a23dc","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/26282bf1865a23dc","status":"passed","time":{"start":1706619029140,"stop":1706619029140,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1bda60727557650a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/1bda60727557650a","status":"passed","time":{"start":1706618431631,"stop":1706618431632,"duration":1}},{"uid":"351017babe5d6ef7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/351017babe5d6ef7","status":"passed","time":{"start":1706618222836,"stop":1706618222836,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d7b84aa287db7f7f","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d7b84aa287db7f7f","status":"passed","time":{"start":1706619004843,"stop":1706619004843,"duration":0}},{"uid":"2f9ed95ed8dcb3f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2f9ed95ed8dcb3f0","status":"passed","time":{"start":1706618760390,"stop":1706618760391,"duration":1}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"617b65fe91747f1c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/617b65fe91747f1c","status":"passed","time":{"start":1706619004845,"stop":1706619004845,"duration":0}},{"uid":"8b4b59ebf7833f0","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b4b59ebf7833f0","status":"passed","time":{"start":1706618760395,"stop":1706618760399,"duration":4}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"39f82303cce122fd","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/39f82303cce122fd","status":"passed","time":{"start":1706618624270,"stop":1706618624270,"duration":0}},{"uid":"55c170e5ee6e836","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/55c170e5ee6e836","status":"passed","time":{"start":1706618425010,"stop":1706618425010,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6079608c513b2aa","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d6079608c513b2aa","status":"passed","time":{"start":1706618366455,"stop":1706618366456,"duration":1}},{"uid":"ae87f8bce1bb27ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ae87f8bce1bb27ba","status":"passed","time":{"start":1706618156836,"stop":1706618156836,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b5c442f09aa176c","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6b5c442f09aa176c","status":"passed","time":{"start":1706619030046,"stop":1706619030046,"duration":0}},{"uid":"8b50f4ef94dcec48","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8b50f4ef94dcec48","status":"passed","time":{"start":1706618784352,"stop":1706618784352,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91f69803f3ccefb4","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91f69803f3ccefb4","status":"passed","time":{"start":1706618871333,"stop":1706618871333,"duration":0}},{"uid":"72ceb28cd1eb1759","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/72ceb28cd1eb1759","status":"passed","time":{"start":1706618685093,"stop":1706618685093,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c14a3598c98cc4e9","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c14a3598c98cc4e9","status":"passed","time":{"start":1706619039584,"stop":1706619039584,"duration":0}},{"uid":"ffa97829eb9beb85","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/ffa97829eb9beb85","status":"passed","time":{"start":1706618853356,"stop":1706618853356,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f1a9be5f0aa3725","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/9f1a9be5f0aa3725","status":"passed","time":{"start":1706618389062,"stop":1706618389063,"duration":1}},{"uid":"6fd0f98b68e364ee","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fd0f98b68e364ee","status":"passed","time":{"start":1706618179849,"stop":1706618179849,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7d9912ce3fbb563","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/c7d9912ce3fbb563","status":"passed","time":{"start":1706618799829,"stop":1706618799829,"duration":0}},{"uid":"dad57e08093b0387","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/dad57e08093b0387","status":"passed","time":{"start":1706618497357,"stop":1706618497358,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8f25ed4bc2f7b6a7","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/8f25ed4bc2f7b6a7","status":"passed","time":{"start":1706619004847,"stop":1706619004847,"duration":0}},{"uid":"184fdec0c13d3d6","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/184fdec0c13d3d6","status":"passed","time":{"start":1706618760407,"stop":1706618760407,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"25b18febf48192da","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/25b18febf48192da","status":"passed","time":{"start":1706618865682,"stop":1706618865683,"duration":1}},{"uid":"7fbbcb88bb8e1c4b","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7fbbcb88bb8e1c4b","status":"passed","time":{"start":1706618683922,"stop":1706618683923,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44aa0308c86f49e3","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/44aa0308c86f49e3","status":"passed","time":{"start":1706618624521,"stop":1706618624521,"duration":0}},{"uid":"d9e9384c7088ea4a","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/d9e9384c7088ea4a","status":"passed","time":{"start":1706618460782,"stop":1706618460782,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a571702ae007a13a","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/a571702ae007a13a","status":"passed","time":{"start":1706618372810,"stop":1706618372811,"duration":1}},{"uid":"2306354b10cc34d9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/2306354b10cc34d9","status":"passed","time":{"start":1706618165333,"stop":1706618165334,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53ca1d2fce43a36d","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/53ca1d2fce43a36d","status":"passed","time":{"start":1706618366458,"stop":1706618366458,"duration":0}},{"uid":"8608605ccb41df60","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8608605ccb41df60","status":"passed","time":{"start":1706618156838,"stop":1706618156838,"duration":0}}]},"bb3a28cd8c9b69b7ec957d7d1e15412a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c88bedb87855b98c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c88bedb87855b98c","status":"passed","time":{"start":1706618797777,"stop":1706618797777,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b2e05eb5206b3f6","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/3b2e05eb5206b3f6","status":"passed","time":{"start":1706619033643,"stop":1706619033643,"duration":0}},{"uid":"23e47b829fa2281","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/23e47b829fa2281","status":"passed","time":{"start":1706618794312,"stop":1706618794312,"duration":0}}]},"01b69cbd7ed68e0a2959c451115d9885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cf32945dc64d9420","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/cf32945dc64d9420","status":"passed","time":{"start":1706618454369,"stop":1706618454370,"duration":1}},{"uid":"63ad519435b2403c","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/63ad519435b2403c","status":"passed","time":{"start":1706618246649,"stop":1706618246650,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d50b23edc7507010","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d50b23edc7507010","status":"passed","time":{"start":1706618580257,"stop":1706618580257,"duration":0}},{"uid":"61bd75cb9bfb459","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/61bd75cb9bfb459","status":"passed","time":{"start":1706618380672,"stop":1706618380673,"duration":1}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6588e0d76276a690","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/6588e0d76276a690","status":"passed","time":{"start":1706618851397,"stop":1706618851397,"duration":0}},{"uid":"3515336368bc24a1","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/3515336368bc24a1","status":"passed","time":{"start":1706618682313,"stop":1706618682314,"duration":1}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d26433d23aa0a6fe","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/d26433d23aa0a6fe","status":"passed","time":{"start":1706618496639,"stop":1706618496640,"duration":1}},{"uid":"9d7bb0f68cb17f0f","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/9d7bb0f68cb17f0f","status":"passed","time":{"start":1706618285305,"stop":1706618285306,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5268fdb9f3417055","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/5268fdb9f3417055","status":"passed","time":{"start":1706618801297,"stop":1706618801297,"duration":0}},{"uid":"7db27b02c4707a12","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/7db27b02c4707a12","status":"passed","time":{"start":1706618638647,"stop":1706618638647,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91db5b0d6331013","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/91db5b0d6331013","status":"passed","time":{"start":1706619033644,"stop":1706619033645,"duration":1}},{"uid":"52254539879975fa","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/52254539879975fa","status":"passed","time":{"start":1706618794314,"stop":1706618794314,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e3b62790e01999b2","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/e3b62790e01999b2","status":"passed","time":{"start":1706618372812,"stop":1706618372812,"duration":0}},{"uid":"c3206ad7fd52bf6d","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/c3206ad7fd52bf6d","status":"passed","time":{"start":1706618165335,"stop":1706618165335,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8af486e8f1078bb","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/f8af486e8f1078bb","status":"passed","time":{"start":1706618731299,"stop":1706618731299,"duration":0}},{"uid":"6fbccc94af3561f7","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/6fbccc94af3561f7","status":"passed","time":{"start":1706618394347,"stop":1706618394347,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c2f4318c04739ab","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/7c2f4318c04739ab","status":"passed","time":{"start":1706618395556,"stop":1706618395557,"duration":1}},{"uid":"1f8ee1bd47bf79ba","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/1f8ee1bd47bf79ba","status":"passed","time":{"start":1706618186247,"stop":1706618186247,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83a018fc2a3f8103","reportUrl":"https://waku-org.github.io/js-waku/6291//#testresult/83a018fc2a3f8103","status":"passed","time":{"start":1706618731290,"stop":1706618731290,"duration":0}},{"uid":"8dc41c25e9a175f9","reportUrl":"https://waku-org.github.io/js-waku/6295//#testresult/8dc41c25e9a175f9","status":"passed","time":{"start":1706618394329,"stop":1706618394330,"duration":1}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index 3f521fb8ab4..0246b023765 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"run":683,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6291,"reportUrl":"https://waku-org.github.io/js-waku/6291/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6295,"reportUrl":"https://waku-org.github.io/js-waku/6295/","reportName":"Allure Report with history","data":{"run":683,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file